Skip to content

Commit

Permalink
Release v1.44.140 (2022-11-17) (#4626)
Browse files Browse the repository at this point in the history
Release v1.44.140 (2022-11-17)
===

### Service Client Updates
* `service/amplify`: Updates service API and documentation
* `service/appflow`: Updates service API and documentation
* `service/appsync`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
  * Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
* `service/ec2`: Updates service API and documentation
  * This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/emr-serverless`: Updates service API and documentation
* `service/ivschat`: Updates service API, documentation, and paginators
* `service/lambda`: Updates service API and documentation
  * Add Node 18 (nodejs18.x) support to AWS Lambda.
* `service/personalize`: Updates service API, documentation, and paginators
* `service/polly`: Updates service API
  * Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
* `service/rum`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
  * Added 34 new S3 Storage Lens metrics to support additional customer use cases.
* `service/secretsmanager`: Updates service documentation
  * Documentation updates for Secrets Manager.
* `service/securityhub`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Updates service API and documentation
* `service/sts`: Updates service documentation
  * Documentation updates for AWS Security Token Service.
* `service/textract`: Updates service API and documentation
* `service/workspaces`: Updates service API and documentation
  * The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.
  • Loading branch information
aws-sdk-go-automation committed Nov 17, 2022
1 parent 6232b91 commit 00f6e72
Show file tree
Hide file tree
Showing 94 changed files with 29,991 additions and 1,394 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,35 @@
Release v1.44.140 (2022-11-17)
===

### Service Client Updates
* `service/amplify`: Updates service API and documentation
* `service/appflow`: Updates service API and documentation
* `service/appsync`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
* Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
* `service/ec2`: Updates service API and documentation
* This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/emr-serverless`: Updates service API and documentation
* `service/ivschat`: Updates service API, documentation, and paginators
* `service/lambda`: Updates service API and documentation
* Add Node 18 (nodejs18.x) support to AWS Lambda.
* `service/personalize`: Updates service API, documentation, and paginators
* `service/polly`: Updates service API
* Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
* `service/rum`: Updates service API and documentation
* `service/s3control`: Updates service API and documentation
* Added 34 new S3 Storage Lens metrics to support additional customer use cases.
* `service/secretsmanager`: Updates service documentation
* Documentation updates for Secrets Manager.
* `service/securityhub`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Updates service API and documentation
* `service/sts`: Updates service documentation
* Documentation updates for AWS Security Token Service.
* `service/textract`: Updates service API and documentation
* `service/workspaces`: Updates service API and documentation
* The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

Release v1.44.139 (2022-11-16)
===

Expand Down
28 changes: 24 additions & 4 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.139"
const SDKVersion = "1.44.140"
7 changes: 4 additions & 3 deletions models/apis/amplify/2017-07-25/api-2.json
Expand Up @@ -1938,7 +1938,8 @@
"type":"string",
"enum":[
"WEB",
"WEB_DYNAMIC"
"WEB_DYNAMIC",
"WEB_COMPUTE"
]
},
"ProductionBranch":{
Expand Down Expand Up @@ -2186,12 +2187,12 @@
"SubDomainSettings":{
"type":"list",
"member":{"shape":"SubDomainSetting"},
"max":255
"max":500
},
"SubDomains":{
"type":"list",
"member":{"shape":"SubDomain"},
"max":255
"max":500
},
"TTL":{
"type":"string",
Expand Down
6 changes: 3 additions & 3 deletions models/apis/amplify/2017-07-25/docs-2.json
Expand Up @@ -1069,9 +1069,9 @@
"Platform": {
"base": null,
"refs": {
"App$platform": "<p> The platform for the Amplify app. </p>",
"CreateAppRequest$platform": "<p> The platform or framework for an Amplify app. </p>",
"UpdateAppRequest$platform": "<p> The platform for an Amplify app. </p>"
"App$platform": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>",
"CreateAppRequest$platform": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>",
"UpdateAppRequest$platform": "<p> The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p>"
}
},
"ProductionBranch": {
Expand Down

0 comments on commit 00f6e72

Please sign in to comment.