Skip to content

Commit

Permalink
Merge branch 'release-1.27.144'
Browse files Browse the repository at this point in the history
* release-1.27.144:
  Bumping version to 1.27.144
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed May 31, 2023
2 parents f584989 + 2bcad7c commit 224080e
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.144.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 224080e

Please sign in to comment.