-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.32.5' into develop
* release-1.32.5: Bumping version to 1.32.5 Update to latest partitions and endpoints Update to latest models Update cloudfront paginators test Add iotsitewise paginators extra
- Loading branch information
Showing
25 changed files
with
5,455 additions
and
287 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 @@ | ||
[ | ||
{ | ||
"category": "``cloudfront``", | ||
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``cloudfront-keyvaluestore``", | ||
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``ec2``", | ||
"description": "Documentation updates for Amazon EC2.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``endpoint-rules``", | ||
"description": "Update endpoint-rules client to latest version", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``inspector-scan``", | ||
"description": "This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``iotsitewise``", | ||
"description": "Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``iottwinmaker``", | ||
"description": "This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``s3``", | ||
"description": "Add support for automatic date based partitioning in S3 Server Access Logs.", | ||
"type": "api-change" | ||
} | ||
] |
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
449 changes: 449 additions & 0 deletions
449
botocore/data/cloudfront-keyvaluestore/2022-07-26/endpoint-rule-set-1.json
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
botocore/data/cloudfront-keyvaluestore/2022-07-26/paginators-1.json
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,10 @@ | ||
{ | ||
"pagination": { | ||
"ListKeys": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Items" | ||
} | ||
} | ||
} |
Oops, something went wrong.