-
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
May 15, 2023
1 parent
8cf76c9
commit 5f8543c
Showing
28 changed files
with
3,452 additions
and
2,472 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,32 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "Athena", | ||
"description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CodeCatalyst", | ||
"description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Kafka", | ||
"description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Rekognition", | ||
"description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "RolesAnywhere", | ||
"description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Transfer", | ||
"description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol." | ||
} | ||
] |
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 |
---|---|---|
|
@@ -2254,6 +2254,9 @@ | |
}, | ||
"AdditionalConfigs": { | ||
"shape": "S1z" | ||
}, | ||
"SparkProperties": { | ||
"shape": "S1z" | ||
} | ||
} | ||
}, | ||
|
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
Oops, something went wrong.