Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 18, 2024
1 parent 11f7669 commit b689d0c
Show file tree
Hide file tree
Showing 17 changed files with 2,756 additions and 100 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ce-20537.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ce``",
"description": "This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ds-70011.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ds``",
"description": "Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dsdata-42603.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ds-data``",
"description": "Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-guardduty-61488.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``guardduty``",
"description": "Add `launchType` and `sourceIPs` fields to GuardDuty findings."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mailmanager-11141.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mailmanager``",
"description": "Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-27244.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-28006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3``",
"description": "Added SSE-KMS support for directory buckets."
}
66 changes: 56 additions & 10 deletions botocore/data/ce/2017-10-25/service-2.json

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions botocore/data/ds-data/2023-05-31/endpoint-rule-set-1.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions botocore/data/ds-data/2023-05-31/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"pagination": {
"ListGroupMembers": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Members"
},
"ListGroups": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Groups"
},
"ListGroupsForMember": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Groups"
},
"ListUsers": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Users"
},
"SearchGroups": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Groups"
},
"SearchUsers": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Users"
}
}
}
Loading

0 comments on commit b689d0c

Please sign in to comment.