-
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 8, 2019
1 parent
6f4ac17
commit c23e5f0
Showing
24 changed files
with
1,216 additions
and
370 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": "feature", | ||
"category": "IoT1ClickProjects", | ||
"description": "Added automatic pagination support for ListProjects and ListPlacements APIs." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "KinesisAnalytics", | ||
"description": "Kinesis Data Analytics APIs now support tagging on applications." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "KinesisAnalyticsV2", | ||
"description": "Kinesis Data Analytics APIs now support tagging on applications." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SageMaker", | ||
"description": "Workteams now supports notification configurations. Neo now supports Jetson Nano as a target device and NumberOfHumanWorkersPerDataObject is now included in the ListLabelingJobsForWorkteam response." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "ServiceCatalog", | ||
"description": "Adds \"Parameters\" field in UpdateConstraint API, which will allow Admin user to update \"Parameters\" in created Constraints." | ||
} | ||
] |
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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
{ | ||
"pagination": { | ||
"ListPlacements": { | ||
"input_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"output_token": "nextToken", | ||
"result_key": "placements" | ||
}, | ||
"ListProjects": { | ||
"input_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"output_token": "nextToken", | ||
"result_key": "projects" | ||
} | ||
} | ||
} | ||
} |
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.