-
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
Jul 26, 2019
1 parent
046b177
commit 4d7c4a3
Showing
32 changed files
with
2,531 additions
and
749 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,37 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "Batch", | ||
"description": "AWS Batch now supports SDK auto-pagination and Job-level docker devices." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CloudWatchLogs", | ||
"description": "Allow for specifying multiple log groups in an Insights query, and deprecate storedByte field for LogStreams and interleaved field for FilterLogEventsRequest." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "CostExplorer", | ||
"description": "Adds support for resource optimization recommendations." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "EC2", | ||
"description": "You can now create EC2 Capacity Reservations using Availability Zone ID or Availability Zone name. You can view usage of Amazon EC2 Capacity Reservations per AWS account." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Glue", | ||
"description": "This release provides GetJobBookmark and GetJobBookmarks APIs. These APIs enable users to look at specific versions or all versions of the JobBookmark for a specific job. This release also enables resetting the job bookmark to a specific run via an enhancement of the ResetJobBookmark API." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Greengrass", | ||
"description": "Greengrass OTA service supports openwrt/aarch64 and openwrt/armv7l platforms." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "MediaConnect", | ||
"description": "This release adds support for the Zixi pull protocol on outputs." | ||
} | ||
] |
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
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 |
---|---|---|
@@ -1,4 +1,28 @@ | ||
{ | ||
"pagination": { | ||
"DescribeComputeEnvironments": { | ||
"input_token": "nextToken", | ||
"output_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"result_key": "computeEnvironments" | ||
}, | ||
"DescribeJobDefinitions": { | ||
"input_token": "nextToken", | ||
"output_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"result_key": "jobDefinitions" | ||
}, | ||
"DescribeJobQueues": { | ||
"input_token": "nextToken", | ||
"output_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"result_key": "jobQueues" | ||
}, | ||
"ListJobs": { | ||
"input_token": "nextToken", | ||
"output_token": "nextToken", | ||
"limit_key": "maxResults", | ||
"result_key": "jobSummaryList" | ||
} | ||
} | ||
} |
Oops, something went wrong.