Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.140 #4626

Merged
merged 1 commit into from Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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