-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SDK API clients from latest model (#1507)
Updates the SDK's generated API clients with the latest version of the API models.
- Loading branch information
Showing
539 changed files
with
99,742 additions
and
7,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "41575353-444b-40ff-bf47-4f4155544f00", | ||
"type": "release", | ||
"description": "New AWS service client module", | ||
"modules": [ | ||
"service/appconfigdata", | ||
"service/drs", | ||
"service/migrationhubstrategy" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "59f1938f-00b8-46e9-a4a2-24a69b1919ea", | ||
"type": "announcement", | ||
"description": "Fix API modeling bug incorrectly generating `DocumentAttributeValue` type as a union instead of a structure. This update corrects this bug by correcting the `DocumentAttributeValue` type to be a `struct` instead of an `interface`. This change also removes the `DocumentAttributeValueMember` types. To migrate to this change your application using service/kendra will need to be updated to use struct members in `DocumentAttributeValue` instead of `DocumentAttributeValueMember` types.", | ||
"modules": [ | ||
"service/kendra" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"id": "e2d513dd-7ed5-4a0e-a1ea-c2ef37c64d52", | ||
"type": "feature", | ||
"description": "API client updated", | ||
"modules": [ | ||
"service/amplifybackend", | ||
"service/apigateway", | ||
"service/appconfig", | ||
"service/applicationinsights", | ||
"service/appstream", | ||
"service/auditmanager", | ||
"service/batch", | ||
"service/chime", | ||
"service/chimesdkmeetings", | ||
"service/cloudformation", | ||
"service/cloudtrail", | ||
"service/cloudwatch", | ||
"service/connect", | ||
"service/databasemigrationservice", | ||
"service/databrew", | ||
"service/devopsguru", | ||
"service/dynamodbstreams", | ||
"service/ec2", | ||
"service/eks", | ||
"service/forecast", | ||
"service/ivs", | ||
"service/kafka", | ||
"service/kendra", | ||
"service/kms", | ||
"service/lambda", | ||
"service/lexmodelsv2", | ||
"service/lexruntimev2", | ||
"service/location", | ||
"service/mediaconvert", | ||
"service/medialive", | ||
"service/mgn", | ||
"service/qldb", | ||
"service/qldbsession", | ||
"service/redshift", | ||
"service/sns", | ||
"service/ssm", | ||
"service/transfer", | ||
"service/wafv2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.