Skip to content

Commit aa92d99

Browse files
Merge branch 'release-1.42.28' into develop
* release-1.42.28: Bumping version to 1.42.28 Update endpoints model Update to latest models
2 parents a26a2c6 + c873911 commit aa92d99

File tree

14 files changed

+1179
-652
lines changed

14 files changed

+1179
-652
lines changed

.changes/1.42.28.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``ce``",
4+
"description": "Cost Categories added support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "Amazon Connect makes it easier to manage contact center operating hours by enabling automated scheduling for recurring events like holidays and maintenance windows. Set up recurring patterns (weekly, monthly, etc.) or link to another hours of operation to inherit overrides.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``eks``",
14+
"description": "Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "no feature changes. model migrated to Smithy",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift``",
24+
"description": "Adds support for enabling extra compute resources for automatic optimization during create and modify operations in Amazon Redshift clusters.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``redshift-serverless``",
29+
"description": "Adds support for enabling extra compute resources for automatic optimization during create and update operations in Amazon Redshift Serverless workgroups.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``socialmessaging``",
34+
"description": "This release clarifies WhatsApp template operations as a resource-authenticated operation via the parent WhatsApp Business Account. It also introduces new parameters for parameter format, CTA URL link tracking, and template body examples, and increases the phone number ID length.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.42.28
6+
=======
7+
8+
* api-change:``ce``: Cost Categories added support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation.
9+
* api-change:``connect``: Amazon Connect makes it easier to manage contact center operating hours by enabling automated scheduling for recurring events like holidays and maintenance windows. Set up recurring patterns (weekly, monthly, etc.) or link to another hours of operation to inherit overrides.
10+
* api-change:``eks``: Added support for BOTTLEROCKET NVIDIA FIPS AMIs to AMI types in US regions.
11+
* api-change:``rds``: no feature changes. model migrated to Smithy
12+
* api-change:``redshift``: Adds support for enabling extra compute resources for automatic optimization during create and modify operations in Amazon Redshift clusters.
13+
* api-change:``redshift-serverless``: Adds support for enabling extra compute resources for automatic optimization during create and update operations in Amazon Redshift Serverless workgroups.
14+
* api-change:``socialmessaging``: This release clarifies WhatsApp template operations as a resource-authenticated operation via the parent WhatsApp Business Account. It also introduces new parameters for parameter format, CTA URL link tracking, and template body examples, and increases the phone number ID length.
15+
16+
517
1.42.27
618
=======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.27'
20+
__version__ = '1.42.28'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/ce/2017-10-25/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@
38453845
},
38463846
"SupportedResourceTypes":{
38473847
"shape":"ResourceTypesFilterInput",
3848-
"documentation":"<p> Filter cost category definitions that are supported by given resource types based on the latest version. If the filter is present, the result only includes Cost Categories that supports input resource type. If the filter isn't provided, no filtering is applied. The valid values are <code>billing:rispgroupsharing</code>. </p>"
3848+
"documentation":"<p> Filter cost category definitions that are supported by given resource types based on the latest version. If the filter is present, the result only includes Cost Categories that supports input resource type. If the filter isn't provided, no filtering is applied. The valid values are <code>billing:rispgroupsharing</code> and <code>billing:billingview</code>. </p>"
38493849
}
38503850
}
38513851
},

botocore/data/connect/2017-08-08/paginators-1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,16 @@
545545
],
546546
"output_token": "NextToken",
547547
"result_key": "AllowedFlowModules"
548+
},
549+
"ListChildHoursOfOperations": {
550+
"input_token": "NextToken",
551+
"limit_key": "MaxResults",
552+
"non_aggregate_keys": [
553+
"LastModifiedRegion",
554+
"LastModifiedTime"
555+
],
556+
"output_token": "NextToken",
557+
"result_key": "ChildHoursOfOperationsSummaryList"
548558
}
549559
}
550560
}

0 commit comments

Comments
 (0)