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 1, 2024
1 parent c210faf commit d265f36
Show file tree
Hide file tree
Showing 24 changed files with 2,398 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrock-83980.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock``",
"description": "API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-controlcatalog-39637.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``controlcatalog``",
"description": "AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-controltower-71367.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``controltower``",
"description": "Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iam-41453.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iam``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-memorydb-44666.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``memorydb``",
"description": "Doc only update for changes to deletion API."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-14218.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``rds``",
"description": "This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-17491.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ssmquicksetup-15290.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ssm-quicksetup``",
"description": "This release adds API support for the QuickSetup feature of AWS Systems Manager"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-support-66115.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``support``",
"description": "Doc only updates to CaseDetails"
}
6 changes: 6 additions & 0 deletions awscli/botocore/data/bedrock/2023-04-20/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "guardrails"
},
"ListModelCopyJobs": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "modelCopyJobSummaries"
}
}
}
396 changes: 364 additions & 32 deletions awscli/botocore/data/bedrock/2023-04-20/service-2.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Objectives"
},
"ListControls": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Controls"
}
}
}
Loading

0 comments on commit d265f36

Please sign in to comment.