-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Mar 8, 2023
1 parent
e45e950
commit 5bfd7c1
Showing
33 changed files
with
1,510 additions
and
703 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,42 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "Athena", | ||
"description": "A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "DynamoDB", | ||
"description": "Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "EC2", | ||
"description": "Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "LakeFormation", | ||
"description": "This release adds two new API support \"GetDataCellsFiler\" and \"UpdateDataCellsFilter\", and also updates the corresponding documentation." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "MediaPackage", | ||
"description": "This release provides the date and time live resources were created." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "MediaPackageVod", | ||
"description": "This release provides the date and time VOD resources were created." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Route53Resolver", | ||
"description": "Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SageMaker", | ||
"description": "There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today." | ||
} | ||
] |
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
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
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 |
---|---|---|
|
@@ -1797,7 +1797,8 @@ | |
}, | ||
"ExecutionParameters": { | ||
"shape": "S1j" | ||
} | ||
}, | ||
"SubstatementType": {} | ||
} | ||
}, | ||
"Sw": { | ||
|
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.