From b859f7f8ca9ea903294bae37ae837403ad3bfe64 Mon Sep 17 00:00:00 2001 From: Elysa Hall Date: Mon, 1 May 2023 16:04:11 +0000 Subject: [PATCH 1/3] Removing innacurate paragraph regarding access point object ARNs --- awscli/examples/s3/_concepts.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/awscli/examples/s3/_concepts.rst b/awscli/examples/s3/_concepts.rst index eb0a3e31bdbd..a2a36ffd7986 100644 --- a/awscli/examples/s3/_concepts.rst +++ b/awscli/examples/s3/_concepts.rst @@ -32,11 +32,6 @@ Similar to bucket names, you can also use prefixes with access point ARNs for the ``S3Uri``. For example: ``s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/myprefix/`` -The higher level ``s3`` commands do **not** support access point object ARNs. -For example, if the following was specified: -``s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/object/mykey`` -the ``S3URI`` will resolve to the object key ``object/mykey`` - Order of Path Arguments From d7b9a1eb4788eba530247ccf493f895ce18ff1c6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 15 May 2023 18:13:14 +0000 Subject: [PATCH 2/3] Update changelog based on model updates --- .changes/next-release/api-change-athena-72415.json | 5 +++++ .changes/next-release/api-change-codecatalyst-15821.json | 5 +++++ .changes/next-release/api-change-kafka-1851.json | 5 +++++ .changes/next-release/api-change-rekognition-8315.json | 5 +++++ .changes/next-release/api-change-rolesanywhere-31226.json | 5 +++++ .changes/next-release/api-change-transfer-32817.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-athena-72415.json create mode 100644 .changes/next-release/api-change-codecatalyst-15821.json create mode 100644 .changes/next-release/api-change-kafka-1851.json create mode 100644 .changes/next-release/api-change-rekognition-8315.json create mode 100644 .changes/next-release/api-change-rolesanywhere-31226.json create mode 100644 .changes/next-release/api-change-transfer-32817.json diff --git a/.changes/next-release/api-change-athena-72415.json b/.changes/next-release/api-change-athena-72415.json new file mode 100644 index 000000000000..9f236218a0f4 --- /dev/null +++ b/.changes/next-release/api-change-athena-72415.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning." +} diff --git a/.changes/next-release/api-change-codecatalyst-15821.json b/.changes/next-release/api-change-codecatalyst-15821.json new file mode 100644 index 000000000000..c4511c903fc9 --- /dev/null +++ b/.changes/next-release/api-change-codecatalyst-15821.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codecatalyst``", + "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst" +} diff --git a/.changes/next-release/api-change-kafka-1851.json b/.changes/next-release/api-change-kafka-1851.json new file mode 100644 index 000000000000..ffee10b5983c --- /dev/null +++ b/.changes/next-release/api-change-kafka-1851.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``kafka``", + "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs" +} diff --git a/.changes/next-release/api-change-rekognition-8315.json b/.changes/next-release/api-change-rekognition-8315.json new file mode 100644 index 000000000000..678111ae060d --- /dev/null +++ b/.changes/next-release/api-change-rekognition-8315.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rekognition``", + "description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image." +} diff --git a/.changes/next-release/api-change-rolesanywhere-31226.json b/.changes/next-release/api-change-rolesanywhere-31226.json new file mode 100644 index 000000000000..8a5c171f0f69 --- /dev/null +++ b/.changes/next-release/api-change-rolesanywhere-31226.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rolesanywhere``", + "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600." +} diff --git a/.changes/next-release/api-change-transfer-32817.json b/.changes/next-release/api-change-transfer-32817.json new file mode 100644 index 000000000000..1169cfd9c0ce --- /dev/null +++ b/.changes/next-release/api-change-transfer-32817.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transfer``", + "description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol." +} From 651a5cb1800388fcef429a1c7632016979bf597d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 15 May 2023 18:13:15 +0000 Subject: [PATCH 3/3] Bumping version to 1.27.134 --- .changes/1.27.134.json | 32 +++++++++++++++++++ .../next-release/api-change-athena-72415.json | 5 --- .../api-change-codecatalyst-15821.json | 5 --- .../next-release/api-change-kafka-1851.json | 5 --- .../api-change-rekognition-8315.json | 5 --- .../api-change-rolesanywhere-31226.json | 5 --- .../api-change-transfer-32817.json | 5 --- CHANGELOG.rst | 11 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 47 insertions(+), 34 deletions(-) create mode 100644 .changes/1.27.134.json delete mode 100644 .changes/next-release/api-change-athena-72415.json delete mode 100644 .changes/next-release/api-change-codecatalyst-15821.json delete mode 100644 .changes/next-release/api-change-kafka-1851.json delete mode 100644 .changes/next-release/api-change-rekognition-8315.json delete mode 100644 .changes/next-release/api-change-rolesanywhere-31226.json delete mode 100644 .changes/next-release/api-change-transfer-32817.json diff --git a/.changes/1.27.134.json b/.changes/1.27.134.json new file mode 100644 index 000000000000..921fdacb8ead --- /dev/null +++ b/.changes/1.27.134.json @@ -0,0 +1,32 @@ +[ + { + "category": "``athena``", + "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.", + "type": "api-change" + }, + { + "category": "``codecatalyst``", + "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst", + "type": "api-change" + }, + { + "category": "``kafka``", + "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs", + "type": "api-change" + }, + { + "category": "``rekognition``", + "description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.", + "type": "api-change" + }, + { + "category": "``rolesanywhere``", + "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-72415.json b/.changes/next-release/api-change-athena-72415.json deleted file mode 100644 index 9f236218a0f4..000000000000 --- a/.changes/next-release/api-change-athena-72415.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning." -} diff --git a/.changes/next-release/api-change-codecatalyst-15821.json b/.changes/next-release/api-change-codecatalyst-15821.json deleted file mode 100644 index c4511c903fc9..000000000000 --- a/.changes/next-release/api-change-codecatalyst-15821.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codecatalyst``", - "description": "With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst" -} diff --git a/.changes/next-release/api-change-kafka-1851.json b/.changes/next-release/api-change-kafka-1851.json deleted file mode 100644 index ffee10b5983c..000000000000 --- a/.changes/next-release/api-change-kafka-1851.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kafka``", - "description": "Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs" -} diff --git a/.changes/next-release/api-change-rekognition-8315.json b/.changes/next-release/api-change-rekognition-8315.json deleted file mode 100644 index 678111ae060d..000000000000 --- a/.changes/next-release/api-change-rekognition-8315.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rekognition``", - "description": "This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image." -} diff --git a/.changes/next-release/api-change-rolesanywhere-31226.json b/.changes/next-release/api-change-rolesanywhere-31226.json deleted file mode 100644 index 8a5c171f0f69..000000000000 --- a/.changes/next-release/api-change-rolesanywhere-31226.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rolesanywhere``", - "description": "Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600." -} diff --git a/.changes/next-release/api-change-transfer-32817.json b/.changes/next-release/api-change-transfer-32817.json deleted file mode 100644 index 1169cfd9c0ce..000000000000 --- a/.changes/next-release/api-change-transfer-32817.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52f9d429bf58..7e833f5680ed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.27.134 +======== + +* api-change:``athena``: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. +* api-change:``codecatalyst``: With this release, the users can list the active sessions connected to their Dev Environment on AWS CodeCatalyst +* api-change:``kafka``: Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs +* api-change:``rekognition``: This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image. +* api-change:``rolesanywhere``: Adds support for custom notification settings in a trust anchor. Introduces PutNotificationSettings and ResetNotificationSettings API's. Updates DurationSeconds max value to 3600. +* api-change:``transfer``: This release introduces the ability to require both password and SSH key when users authenticate to your Transfer Family servers that use the SFTP protocol. + + 1.27.133 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index 1a6e206488d3..2a36c5ff417d 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.133' +__version__ = '1.27.134' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index a3bc9c817b40..ef39b0a6c824 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.27.1' # The full version, including alpha/beta/rc tags. -release = '1.27.133' +release = '1.27.134' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 1a34090c1e95..b664b2257d9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.133 + botocore==1.29.134 docutils>=0.10,<0.17 s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 diff --git a/setup.py b/setup.py index f13a4f511d11..efc5daf76187 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.133', + 'botocore==1.29.134', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',