Skip to content

Commit d4a0007

Browse files
Merge branch 'release-1.43.11'
* release-1.43.11: Bumping version to 1.43.11 Update changelog based on model updates Add monitoring configuration to emr create-cluster (#9891) Bump actions/checkout from 5.0.1 to 6.0.1 (#9897)
2 parents 3499274 + 1b7c351 commit d4a0007

File tree

16 files changed

+164
-10
lines changed

16 files changed

+164
-10
lines changed

.changes/1.43.11.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``ce``",
4+
"description": "Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``identitystore``",
14+
"description": "Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``partnercentral-selling``",
19+
"description": "Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``rds``",
24+
"description": "Adding support for tagging RDS Instance/Cluster Automated Backups",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``redshift-serverless``",
29+
"description": "Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rolesanywhere``",
34+
"description": "Increases certificate string length for trust anchor source data to support ML-DSA certificates.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sesv2``",
39+
"description": "Update Mail Manager Archive ARN validation",
40+
"type": "api-change"
41+
}
42+
]

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: Ubuntu-latest
4747

4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v6.0.1
5050
with:
5151
ref: ${{ github.event.inputs.ref }}
5252

.github/workflows/doc-pr-cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 4.2.2
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 4.2.2
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/run-bundle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818
os: [ubuntu-latest, macOS-latest]
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v6.0.1
2121
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@v6
2323
with:

.github/workflows/run-dep-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717

1818
steps:
19-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
2222
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v6.0.1
2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
2222
with:

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
os: [macOS-latest, windows-latest]
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v6.0.1
3535
with:
3636
ref: ${{ github.event.inputs.ref }}
3737
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.rst

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

5+
1.43.11
6+
=======
7+
8+
* api-change:``ce``: Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API.
9+
* api-change:``ec2``: Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz.
10+
* api-change:``identitystore``: Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support.
11+
* api-change:``partnercentral-selling``: Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives.
12+
* api-change:``rds``: Adding support for tagging RDS Instance/Cluster Automated Backups
13+
* api-change:``redshift-serverless``: Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.
14+
* api-change:``rolesanywhere``: Increases certificate string length for trust anchor source data to support ML-DSA certificates.
15+
* api-change:``sesv2``: Update Mail Manager Archive ARN validation
16+
17+
518
1.43.10
619
=======
720

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.43.10'
21+
__version__ = '1.43.11'
2222

2323
#
2424
# Get our data path to be added to botocore's search path

awscli/customizations/emr/argumentschema.py

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,3 +868,47 @@
868868
}
869869
},
870870
}
871+
872+
MONITORING_CONFIGURATION_SCHEMA = {
873+
"type": "object",
874+
"properties": {
875+
"CloudWatchLogConfiguration": {
876+
"type": "object",
877+
"description": "CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.",
878+
"properties": {
879+
"Enabled": {
880+
"type": "boolean",
881+
"description": "Specifies if CloudWatch logging is enabled.",
882+
"required": True
883+
},
884+
"LogGroupName": {
885+
"type": "string",
886+
"description": "The name of the CloudWatch log group where logs are published."
887+
},
888+
"LogStreamNamePrefix": {
889+
"type": "string",
890+
"description": "The prefix of the log stream name."
891+
},
892+
"EncryptionKeyArn": {
893+
"type": "string",
894+
"description": "The ARN of the encryption key used to encrypt the logs."
895+
},
896+
"LogTypes": {
897+
"type": "map",
898+
"key": {
899+
"type": "string",
900+
"description": "Log type category"
901+
},
902+
"value": {
903+
"type": "array",
904+
"items": {
905+
"type": "string"
906+
},
907+
"description": "File names (STDOUT or STDERR) for the log type"
908+
},
909+
"description": "A map of log types to file names for publishing logs to the standard output or standard error streams for CloudWatch. Valid log types include STEP_LOGS, SPARK_DRIVER, and SPARK_EXECUTOR. Valid file names for each type include STDOUT and STDERR."
910+
}
911+
}
912+
}
913+
}
914+
}

0 commit comments

Comments
 (0)