Skip to content

Commit

Permalink
Release v1.44.322 (2023-08-11) (#4951)
Browse files Browse the repository at this point in the history
Release v1.44.322 (2023-08-11)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API
* `service/config`: Updates service API
* `service/ec2`: Updates service API
  * Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/email`: Updates service documentation
  * Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
* `service/quicksight`: Updates service API and documentation
  * New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
* `service/swf`: Updates service API and documentation
  * This release adds new API parameters to override workflow task list for workflow executions.
  • Loading branch information
aws-sdk-go-automation committed Aug 11, 2023
1 parent f52417f commit b094b02
Show file tree
Hide file tree
Showing 27 changed files with 3,561 additions and 2,266 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.322 (2023-08-11)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API
* `service/config`: Updates service API
* `service/ec2`: Updates service API
* Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/email`: Updates service documentation
* Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
* `service/quicksight`: Updates service API and documentation
* New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
* `service/swf`: Updates service API and documentation
* This release adds new API parameters to override workflow task list for workflow executions.

Release v1.44.321 (2023-08-10)
===

Expand Down
3 changes: 3 additions & 0 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.321"
const SDKVersion = "1.44.322"
4 changes: 4 additions & 0 deletions models/apis/amplifybackend/2020-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@
},
"BackendAuthAppleProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -955,6 +956,7 @@
},
"BackendAuthSocialProviderConfig" : {
"type" : "structure",
"sensitive": true,
"members" : {
"ClientId" : {
"shape" : "__string",
Expand Down Expand Up @@ -2058,6 +2060,7 @@
},
"EmailSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"EmailMessage" : {
"shape" : "__string",
Expand Down Expand Up @@ -3149,6 +3152,7 @@
},
"SmsSettings" : {
"type" : "structure",
"sensitive": true,
"members" : {
"SmsMessage" : {
"shape" : "__string",
Expand Down

0 comments on commit b094b02

Please sign in to comment.