Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 9, 2023
1 parent 9b470f8 commit 4dec4a5
Show file tree
Hide file tree
Showing 15 changed files with 1,002 additions and 650 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-chimesdkvoice-97900.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``chime-sdk-voice``",
"description": "Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-fsx-14766.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-globalaccelerator-5948.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``globalaccelerator``",
"description": "Documentation update for dualstack EC2 endpoint support"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-guardduty-73168.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``guardduty``",
"description": "Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-44216.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``sagemaker``",
"description": "This release adds support for cross account access for SageMaker Model Cards through AWS RAM."
}
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
344 changes: 154 additions & 190 deletions botocore/data/fsx/2018-03-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

139 changes: 116 additions & 23 deletions botocore/data/fsx/2018-03-01/service-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4dec4a5

Please sign in to comment.