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 Aug 30, 2024
1 parent 3428c19 commit 5b5356f
Show file tree
Hide file tree
Showing 10 changed files with 1,912 additions and 338 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-backup-959.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``backup``",
"description": "The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-datazone-52929.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``datazone``",
"description": "Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-logs-19510.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``logs``",
"description": "This release introduces a new optional parameter: Entity, in PutLogEvents request"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-redshiftdata-15518.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``redshift-data``",
"description": "The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`"
}
534 changes: 274 additions & 260 deletions botocore/data/backup/2018-11-15/service-2.json

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions botocore/data/datazone/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,24 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListDomainUnitsForParent": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListEntityOwners": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "owners"
},
"ListPolicyGrants": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "grantList"
}
}
}
Loading

0 comments on commit 5b5356f

Please sign in to comment.