Skip to content

Commit

Permalink
Merge branch 'release-1.34.153' into develop
Browse files Browse the repository at this point in the history
* release-1.34.153:
  Bumping version to 1.34.153
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 2, 2024
2 parents e5b059e + 7c016e1 commit e538b86
Show file tree
Hide file tree
Showing 11 changed files with 619 additions and 41 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.153.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloudwatch``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``kinesis``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``waf-regional``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.153
========

* api-change:``cloudwatch``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``kinesis``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``resiliencehub``: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.
* api-change:``route53``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``waf-regional``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.


1.34.152
========

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.152'
__version__ = '1.34.153'


class NullHandler(logging.Handler):
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/cloudwatch/2010-08-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"apiVersion":"2010-08-01",
"endpointPrefix":"monitoring",
"protocol":"query",
"protocols":["query"],
"serviceAbbreviation":"CloudWatch",
"serviceFullName":"Amazon CloudWatch",
"serviceId":"CloudWatch",
"signatureVersion":"v4",
"uid":"monitoring-2010-08-01",
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/"
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/",
"auth":["aws.auth#sigv4"]
},
"operations":{
"DeleteAlarms":{
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/kinesis/2013-12-02/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"jsonVersion":"1.1",
"protocol":"json",
"protocolSettings":{"h2":"eventstream"},
"protocols":["json"],
"serviceAbbreviation":"Kinesis",
"serviceFullName":"Amazon Kinesis",
"serviceId":"Kinesis",
"signatureVersion":"v4",
"targetPrefix":"Kinesis_20131202",
"uid":"kinesis-2013-12-02"
"uid":"kinesis-2013-12-02",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddTagsToStream":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/resiliencehub/2020-04-30/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resourceDrifts"
},
"ListResourceGroupingRecommendations": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "groupingRecommendations"
}
}
}
Loading

0 comments on commit e538b86

Please sign in to comment.