Skip to content

Commit

Permalink
Merge branch 'release-1.31.23' into develop
Browse files Browse the repository at this point in the history
* release-1.31.23:
  Bumping version to 1.31.23
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 9, 2023
2 parents 9b470f8 + ac217b1 commit c29640a
Show file tree
Hide file tree
Showing 15 changed files with 1,023 additions and 652 deletions.
27 changes: 27 additions & 0 deletions .changes/1.31.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``chime-sdk-voice``",
"description": "Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "Documentation update for dualstack EC2 endpoint support",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for cross account access for SageMaker Model Cards through AWS RAM.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.31.23
=======

* api-change:``chime-sdk-voice``: Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name
* api-change:``fsx``: For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.
* api-change:``globalaccelerator``: Documentation update for dualstack EC2 endpoint support
* api-change:``guardduty``: Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.
* api-change:``sagemaker``: This release adds support for cross account access for SageMaker Model Cards through AWS RAM.


1.31.22
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.22'
__version__ = '1.31.23'


class NullHandler(logging.Handler):
Expand Down
23 changes: 23 additions & 0 deletions botocore/data/chime-sdk-voice/2022-08-03/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,10 @@
"E164PhoneNumbers":{
"shape":"E164PhoneNumberList",
"documentation":"<p>List of phone numbers, in E.164 format.</p>"
},
"Name":{
"shape":"PhoneNumberName",
"documentation":"<p>Specifies the name assigned to one or more phone numbers.</p>"
}
}
},
Expand Down Expand Up @@ -4024,6 +4028,10 @@
"OrderId":{
"shape":"GuidString",
"documentation":"<p>The phone number's order ID.</p>"
},
"Name":{
"shape":"PhoneNumberName",
"documentation":"<p>The name of the phone number.</p>"
}
},
"documentation":"<p>A phone number used to call an Amazon Chime SDK Voice Connector.</p>"
Expand Down Expand Up @@ -4137,6 +4145,13 @@
"max":500,
"min":1
},
"PhoneNumberName":{
"type":"string",
"max":256,
"min":0,
"pattern":"^$|^[a-zA-Z0-9\\,\\.\\_\\-]+(\\s+[a-zA-Z0-9\\,\\.\\_\\-]+)*$",
"sensitive":true
},
"PhoneNumberOrder":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5342,6 +5357,10 @@
"CallingName":{
"shape":"CallingName",
"documentation":"<p>The outbound calling name associated with the phone number.</p>"
},
"Name":{
"shape":"PhoneNumberName",
"documentation":"<p>Specifies the name assigned to one or more phone numbers.</p>"
}
}
},
Expand All @@ -5360,6 +5379,10 @@
"CallingName":{
"shape":"CallingName",
"documentation":"<p>The outbound calling name to update.</p>"
},
"Name":{
"shape":"PhoneNumberName",
"documentation":"<p>The name of the phone number.</p>"
}
},
"documentation":"<p>The phone number ID, product type, or calling name fields to update, used with the <a>BatchUpdatePhoneNumber</a> and <a>UpdatePhoneNumber</a> actions.</p>"
Expand Down
7 changes: 7 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9148,6 +9148,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -18267,6 +18268,12 @@
"cn-northwest-1" : { }
}
},
"arc-zonal-shift" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"athena" : {
"endpoints" : {
"cn-north-1" : {
Expand Down
Loading

0 comments on commit c29640a

Please sign in to comment.