From 4e7ddf2e8d270cb6aa91c71741b4b4575a55ea5b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 May 2023 18:12:52 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-config-49116.json | 5 +++++ .changes/next-release/api-change-frauddetector-96283.json | 5 +++++ .changes/next-release/api-change-healthlake-76200.json | 5 +++++ .changes/next-release/api-change-m2-3906.json | 5 +++++ .changes/next-release/api-change-rds-10182.json | 5 +++++ .changes/next-release/api-change-servicecatalog-42527.json | 5 +++++ .changes/next-release/api-change-workspacesweb-88604.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-config-49116.json create mode 100644 .changes/next-release/api-change-frauddetector-96283.json create mode 100644 .changes/next-release/api-change-healthlake-76200.json create mode 100644 .changes/next-release/api-change-m2-3906.json create mode 100644 .changes/next-release/api-change-rds-10182.json create mode 100644 .changes/next-release/api-change-servicecatalog-42527.json create mode 100644 .changes/next-release/api-change-workspacesweb-88604.json diff --git a/.changes/next-release/api-change-config-49116.json b/.changes/next-release/api-change-config-49116.json new file mode 100644 index 000000000000..94c4ca8f3a63 --- /dev/null +++ b/.changes/next-release/api-change-config-49116.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "Resource Types Exclusion feature launch by AWS Config" +} diff --git a/.changes/next-release/api-change-frauddetector-96283.json b/.changes/next-release/api-change-frauddetector-96283.json new file mode 100644 index 000000000000..43cfb52a23fc --- /dev/null +++ b/.changes/next-release/api-change-frauddetector-96283.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``frauddetector``", + "description": "This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows." +} diff --git a/.changes/next-release/api-change-healthlake-76200.json b/.changes/next-release/api-change-healthlake-76200.json new file mode 100644 index 000000000000..6ec710c121f4 --- /dev/null +++ b/.changes/next-release/api-change-healthlake-76200.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``healthlake``", + "description": "This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store." +} diff --git a/.changes/next-release/api-change-m2-3906.json b/.changes/next-release/api-change-m2-3906.json new file mode 100644 index 000000000000..454ba7207aa2 --- /dev/null +++ b/.changes/next-release/api-change-m2-3906.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``m2``", + "description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types." +} diff --git a/.changes/next-release/api-change-rds-10182.json b/.changes/next-release/api-change-rds-10182.json new file mode 100644 index 000000000000..d852d251a860 --- /dev/null +++ b/.changes/next-release/api-change-rds-10182.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API" +} diff --git a/.changes/next-release/api-change-servicecatalog-42527.json b/.changes/next-release/api-change-servicecatalog-42527.json new file mode 100644 index 000000000000..79222ff457a7 --- /dev/null +++ b/.changes/next-release/api-change-servicecatalog-42527.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``servicecatalog``", + "description": "Documentation updates for ServiceCatalog." +} diff --git a/.changes/next-release/api-change-workspacesweb-88604.json b/.changes/next-release/api-change-workspacesweb-88604.json new file mode 100644 index 000000000000..69d0bae24441 --- /dev/null +++ b/.changes/next-release/api-change-workspacesweb-88604.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces-web``", + "description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from." +} From 2bcad7c79b749b1190268e590e8b9bb1916722cc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 May 2023 18:13:04 +0000 Subject: [PATCH 2/2] Bumping version to 1.27.144 --- .changes/1.27.144.json | 37 +++++++++++++++++++ .../next-release/api-change-config-49116.json | 5 --- .../api-change-frauddetector-96283.json | 5 --- .../api-change-healthlake-76200.json | 5 --- .changes/next-release/api-change-m2-3906.json | 5 --- .../next-release/api-change-rds-10182.json | 5 --- .../api-change-servicecatalog-42527.json | 5 --- .../api-change-workspacesweb-88604.json | 5 --- CHANGELOG.rst | 12 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 .changes/1.27.144.json delete mode 100644 .changes/next-release/api-change-config-49116.json delete mode 100644 .changes/next-release/api-change-frauddetector-96283.json delete mode 100644 .changes/next-release/api-change-healthlake-76200.json delete mode 100644 .changes/next-release/api-change-m2-3906.json delete mode 100644 .changes/next-release/api-change-rds-10182.json delete mode 100644 .changes/next-release/api-change-servicecatalog-42527.json delete mode 100644 .changes/next-release/api-change-workspacesweb-88604.json diff --git a/.changes/1.27.144.json b/.changes/1.27.144.json new file mode 100644 index 000000000000..5697d345c909 --- /dev/null +++ b/.changes/1.27.144.json @@ -0,0 +1,37 @@ +[ + { + "category": "``config``", + "description": "Resource Types Exclusion feature launch by AWS Config", + "type": "api-change" + }, + { + "category": "``frauddetector``", + "description": "This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows.", + "type": "api-change" + }, + { + "category": "``healthlake``", + "description": "This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store.", + "type": "api-change" + }, + { + "category": "``m2``", + "description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "Documentation updates for ServiceCatalog.", + "type": "api-change" + }, + { + "category": "``workspaces-web``", + "description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-config-49116.json b/.changes/next-release/api-change-config-49116.json deleted file mode 100644 index 94c4ca8f3a63..000000000000 --- a/.changes/next-release/api-change-config-49116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "Resource Types Exclusion feature launch by AWS Config" -} diff --git a/.changes/next-release/api-change-frauddetector-96283.json b/.changes/next-release/api-change-frauddetector-96283.json deleted file mode 100644 index 43cfb52a23fc..000000000000 --- a/.changes/next-release/api-change-frauddetector-96283.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``frauddetector``", - "description": "This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows." -} diff --git a/.changes/next-release/api-change-healthlake-76200.json b/.changes/next-release/api-change-healthlake-76200.json deleted file mode 100644 index 6ec710c121f4..000000000000 --- a/.changes/next-release/api-change-healthlake-76200.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``healthlake``", - "description": "This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store." -} diff --git a/.changes/next-release/api-change-m2-3906.json b/.changes/next-release/api-change-m2-3906.json deleted file mode 100644 index 454ba7207aa2..000000000000 --- a/.changes/next-release/api-change-m2-3906.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``m2``", - "description": "Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types." -} diff --git a/.changes/next-release/api-change-rds-10182.json b/.changes/next-release/api-change-rds-10182.json deleted file mode 100644 index d852d251a860..000000000000 --- a/.changes/next-release/api-change-rds-10182.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "This release adds support for changing the engine for Oracle using the ModifyDbInstance API" -} diff --git a/.changes/next-release/api-change-servicecatalog-42527.json b/.changes/next-release/api-change-servicecatalog-42527.json deleted file mode 100644 index 79222ff457a7..000000000000 --- a/.changes/next-release/api-change-servicecatalog-42527.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``servicecatalog``", - "description": "Documentation updates for ServiceCatalog." -} diff --git a/.changes/next-release/api-change-workspacesweb-88604.json b/.changes/next-release/api-change-workspacesweb-88604.json deleted file mode 100644 index 69d0bae24441..000000000000 --- a/.changes/next-release/api-change-workspacesweb-88604.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-web``", - "description": "WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da4232adc5ad..18c0498674cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.27.144 +======== + +* api-change:``config``: Resource Types Exclusion feature launch by AWS Config +* api-change:``frauddetector``: This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows. +* api-change:``healthlake``: This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store. +* api-change:``m2``: Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types. +* api-change:``rds``: This release adds support for changing the engine for Oracle using the ModifyDbInstance API +* api-change:``servicecatalog``: Documentation updates for ServiceCatalog. +* api-change:``workspaces-web``: WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from. + + 1.27.143 ======== diff --git a/awscli/__init__.py b/awscli/__init__.py index 7d0b0d6f0709..7cc9fd4a34e4 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.27.143' +__version__ = '1.27.144' # # 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 93946d5da082..a6137912a4f4 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.143' +release = '1.27.144' # 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 e1881adf5469..2a0ff2618825 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.29.143 + botocore==1.29.144 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 3e2a704f1e97..0b7bf68641d9 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.29.143', + 'botocore==1.29.144', 'docutils>=0.10,<0.17', 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5',