Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Aug 11, 2023
1 parent 494c3bc commit e2a2b07
Show file tree
Hide file tree
Showing 34 changed files with 1,789 additions and 2,681 deletions.
32 changes: 32 additions & 0 deletions .changes/3.278.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "api-change",
"category": "QuickSight",
"description": "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"
},
{
"type": "api-change",
"category": "AmplifyBackend",
"description": "Adds sensitive trait to required input shapes."
},
{
"type": "api-change",
"category": "EC2",
"description": "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."
},
{
"type": "api-change",
"category": "ConfigService",
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023."
},
{
"type": "api-change",
"category": "SWF",
"description": "This release adds new API parameters to override workflow task list for workflow executions."
},
{
"type": "enhancement",
"category": "SES",
"description": "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."
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\QuickSight` - 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
* `Aws\AmplifyBackend` - Adds sensitive trait to required input shapes.
* `Aws\EC2` - 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.
* `Aws\ConfigService` - Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.
* `Aws\SWF` - This release adds new API parameters to override workflow task list for workflow executions.
* `Aws\SES` - 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.

## 3.278.0 - 2023-08-10

* `Aws\Multipart` - Include ChecksumAlgorithm member in Multipart Upload and Copy for flexible checksums
Expand Down
4 changes: 4 additions & 0 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/amplifybackend/2020-08-11/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit e2a2b07

Please sign in to comment.