Skip to content

Commit 11d4878

Browse files
Merge branch 'release-1.40.25'
* release-1.40.25: Bumping version to 1.40.25 Update changelog based on model updates Updated AWS CLI example for Amazon WorkSpaces (#9510)
2 parents 4b0f380 + 18d4974 commit 11d4878

File tree

7 files changed

+85
-7
lines changed

7 files changed

+85
-7
lines changed

.changes/1.40.25.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``amplify``",
4+
"description": "Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "Add support for \"apple\" CpuManufacturer in ABIS",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bcm-pricing-calculator``",
14+
"description": "Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudtrail``",
19+
"description": "CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"description": "Amazon Connect Service Feature: Email Recipient Limit Increase",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``dataexchange``",
29+
"description": "This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``datasync``",
34+
"description": "AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``fsx``",
39+
"description": "FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``ivs-realtime``",
44+
"description": "IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``mwaa``",
49+
"description": "Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3``",
54+
"description": "Adding checksum support for S3 PutBucketOwnershipControls API.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``sagemaker``",
59+
"description": "Add maintenance status field to DescribeMlflowTrackingServer API response",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.40.25
6+
=======
7+
8+
* api-change:``amplify``: Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.
9+
* api-change:``autoscaling``: Add support for "apple" CpuManufacturer in ABIS
10+
* api-change:``bcm-pricing-calculator``: Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
11+
* api-change:``cloudtrail``: CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store
12+
* api-change:``connect``: Amazon Connect Service Feature: Email Recipient Limit Increase
13+
* api-change:``dataexchange``: This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
14+
* api-change:``datasync``: AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.
15+
* api-change:``fsx``: FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre
16+
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.
17+
* api-change:``mwaa``: Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
18+
* api-change:``s3``: Adding checksum support for S3 PutBucketOwnershipControls API.
19+
* api-change:``sagemaker``: Add maintenance status field to DescribeMlflowTrackingServer API response
20+
21+
522
1.40.24
623
=======
724

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.40.24'
21+
__version__ = '1.40.25'
2222

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

awscli/examples/workspaces/register-workspace-directory.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
The following ``register-workspace-directory`` example registers the specified directory for use with Amazon WorkSpaces. ::
44

55
aws workspaces register-workspace-directory \
6-
--directory-id d-926722edaf \
7-
--no-enable-work-docs
6+
--directory-id d-926722edaf
87

98
This command produces no output.
109

11-
For more information, see `Register a directory with WorkSpaces <https://docs.aws.amazon.com/workspaces/latest/adminguide/register-deregister-directory.html>`__ in the *Amazon WorkSpaces Administration Guide*.
10+
For more information, see `Register an existing AWS Directory Service directory with WorkSpaces Personal <https://docs.aws.amazon.com/workspaces/latest/adminguide/register-deregister-directory.html>`__ in the *Amazon WorkSpaces Administration Guide*.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.40.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.40.24'
55+
release = '1.40.25'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.38.25
6+
botocore==1.38.26
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.13.0,<0.14.0
99
PyYAML>=3.10,<6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.38.25',
27+
'botocore==1.38.26',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.13.0,<0.14.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)