Skip to content

Commit

Permalink
Merge branch 'release-1.34.152' into develop
Browse files Browse the repository at this point in the history
* release-1.34.152:
  Bumping version to 1.34.152
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 1, 2024
2 parents 547b208 + a452dad commit e5b059e
Show file tree
Hide file tree
Showing 19 changed files with 2,416 additions and 97 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.152.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"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.",
"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.",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs",
"type": "api-change"
},
{
"category": "``iam``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``memorydb``",
"description": "Doc only update for changes to deletion API.",
"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.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.",
"type": "api-change"
},
{
"category": "``ssm-quicksetup``",
"description": "This release adds API support for the QuickSetup feature of AWS Systems Manager",
"type": "api-change"
},
{
"category": "``support``",
"description": "Doc only updates to CaseDetails",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.34.152
========

* api-change:``bedrock``: 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.
* api-change:``controlcatalog``: 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.
* api-change:``controltower``: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs
* api-change:``iam``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``memorydb``: Doc only update for changes to deletion API.
* api-change:``rds``: This release adds support for specifying optional MinACU parameter in CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if specified.
* api-change:``sagemaker``: This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
* api-change:``ssm-quicksetup``: This release adds API support for the QuickSetup feature of AWS Systems Manager
* api-change:``support``: Doc only updates to CaseDetails


1.34.151
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.151'
__version__ = '1.34.152'


class NullHandler(logging.Handler):
Expand Down
6 changes: 6 additions & 0 deletions 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 botocore/data/bedrock/2023-04-20/service-2.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions botocore/data/controlcatalog/2018-05-10/paginators-1.json
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 e5b059e

Please sign in to comment.