-
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 18, 2020
1 parent
0981e37
commit 1adcd4b
Showing
20 changed files
with
800 additions
and
176 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,27 @@ | ||
[ | ||
{ | ||
"type": "bugfix", | ||
"category": "Credentials", | ||
"description": "Fix types for callback argument in get & refresh methods for Credentials to accept error optionally" | ||
}, | ||
{ | ||
"type": "bugfix", | ||
"category": "s3", | ||
"description": "createBucket mutates params argument when endpoint is configured by appending CreateBucketConfigurationon key, this side effect is now fixed" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "MediaConnect", | ||
"description": "Feature adds the ability for a flow to have multiple redundant sources that provides resiliency to a source failing. The new APIs added to enable the feature are, AddFlowSources, RemoveFlowSource and UpdateFlow." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Personalize", | ||
"description": "[Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "RDS", | ||
"description": "Updated the MaxRecords type in DescribeExportTasks to Integer." | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.