Skip to content

Commit

Permalink
Merge branch 'develop' into 'update-v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 25, 2023
2 parents a899bd4 + 0b13919 commit 39d8232
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .changes/1.27.140.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``appsync``",
"description": "This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon Connect Evaluation Capabilities: validation improvements",
"type": "api-change"
},
{
"category": "``cur``",
"description": "Add support for split cost allocation data on a report.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API",
"type": "api-change"
}
]
32 changes: 32 additions & 0 deletions .changes/1.27.141.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``application-autoscaling``",
"description": "With this release, ElastiCache customers will be able to use predefined metricType \"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage\" for their ElastiCache instances.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.",
"type": "api-change"
},
{
"category": "``migration-hub-refactor-spaces``",
"description": "This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.",
"type": "api-change"
}
]
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: "v2"
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5412,6 +5412,26 @@ CHANGELOG
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.


1.27.141
========

* api-change:``application-autoscaling``: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
* api-change:``codepipeline``: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
* api-change:``gamelift``: GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
* api-change:``glue``: Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
* api-change:``migration-hub-refactor-spaces``: This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.
* api-change:``sagemaker``: Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.


1.27.140
========

* api-change:``appsync``: This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.
* api-change:``connect``: Amazon Connect Evaluation Capabilities: validation improvements
* api-change:``cur``: Add support for split cost allocation data on a report.
* api-change:``sagemaker``: SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API


1.27.139
========

Expand Down

0 comments on commit 39d8232

Please sign in to comment.