-
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.35.30' into develop
* release-1.35.30: Bumping version to 1.35.30 Update to latest models Merge customizations for Resource Groups
- Loading branch information
Showing
16 changed files
with
2,400 additions
and
117 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": "``bedrock``", | ||
"description": "Add support for custom models via provisioned throughput for Bedrock Model Evaluation", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``clouddirectory``", | ||
"description": "Add examples for API operations in model.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``connect``", | ||
"description": "Amazon Connect introduces StartOutboundChatContact API allowing customers to initiate outbound chat contacts", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``pricing``", | ||
"description": "Add examples for API operations in model.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``resource-groups``", | ||
"description": "This update includes new APIs to support application groups and to allow users to manage resource tag-sync tasks in applications.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``supplychain``", | ||
"description": "Release DataLakeDataset, DataIntegrationFlow and ResourceTagging APIs for AWS Supply Chain", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``timestream-influxdb``", | ||
"description": "Timestream for InfluxDB now supports port configuration and additional customer-modifiable InfluxDB v2 parameters. This release adds Port to the CreateDbInstance and UpdateDbInstance API, and additional InfluxDB v2 parameters to the CreateDbParameterGroup API.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``verifiedpermissions``", | ||
"description": "Add examples for API operations in model.", | ||
"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
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
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
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
12 changes: 12 additions & 0 deletions
12
botocore/data/resource-groups/2017-11-27/paginators-1.sdk-extras.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,12 @@ | ||
{ | ||
"version": 1.0, | ||
"merge": { | ||
"pagination": { | ||
"ListGroupingStatuses": { | ||
"non_aggregate_keys": [ | ||
"Group" | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.