Skip to content

Commit 2fb3baa

Browse files
author
AWS
committed
Amazon Chime Update: This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.
1 parent 07dec4c commit 2fb3baa

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime",
4+
"contributor": "",
5+
"description": "This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account."
6+
}

services/chime/src/main/resources/codegen-resources/service-2.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
{"shape":"ServiceUnavailableException"},
233233
{"shape":"ServiceFailureException"}
234234
],
235-
"documentation":"<p>Updates phone number product types or calling names. You can update one attribute at a time for each <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type or the calling name.</p> <p>For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the US, you must use the Amazon Chime SIP Media Application Dial-In product type.</p> <p>Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>"
235+
"documentation":"<p>Updates phone number product types or calling names. You can update one attribute at a time for each <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type or the calling name.</p> <p>For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.</p> <p>Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>"
236236
},
237237
"BatchUpdateUser":{
238238
"name":"BatchUpdateUser",
@@ -252,7 +252,7 @@
252252
{"shape":"ServiceUnavailableException"},
253253
{"shape":"ServiceFailureException"}
254254
],
255-
"documentation":"<p> Updates user details within the <a>UpdateUserRequestItem</a> object for up to 20 users for the specified Amazon Chime account. Currently, only <code>LicenseType</code> updates are supported for this action. </p>"
255+
"documentation":"<p>Updates user details within the <a>UpdateUserRequestItem</a> object for up to 20 users for the specified Amazon Chime account. Currently, only <code>LicenseType</code> updates are supported for this action.</p>"
256256
},
257257
"CreateAccount":{
258258
"name":"CreateAccount",
@@ -549,7 +549,7 @@
549549
{"shape":"ServiceUnavailableException"},
550550
{"shape":"ServiceFailureException"}
551551
],
552-
"documentation":"<p>Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the US, you must use the Amazon Chime SIP Media Application Dial-In product type.</p>"
552+
"documentation":"<p>Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.</p>"
553553
},
554554
"CreateProxySession":{
555555
"name":"CreateProxySession",
@@ -3283,7 +3283,7 @@
32833283
{"shape":"ServiceUnavailableException"},
32843284
{"shape":"ServiceFailureException"}
32853285
],
3286-
"documentation":"<p>Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.</p>"
3286+
"documentation":"<p>Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.</p>"
32873287
},
32883288
"UpdateAccountSettings":{
32893289
"name":"UpdateAccountSettings",
@@ -4201,7 +4201,7 @@
42014201
},
42024202
"ErrorMessage":{
42034203
"shape":"String",
4204-
"documentation":"<p>The error message. </p>"
4204+
"documentation":"<p>The error message.</p>"
42054205
}
42064206
},
42074207
"documentation":"<p>A list of failed member ARNs, error codes, and error messages.</p>"
@@ -10817,6 +10817,10 @@
1081710817
"Name":{
1081810818
"shape":"AccountName",
1081910819
"documentation":"<p>The new name for the specified Amazon Chime account.</p>"
10820+
},
10821+
"DefaultLicense":{
10822+
"shape":"License",
10823+
"documentation":"<p>The default license applied when you add users to an Amazon Chime account.</p>"
1082010824
}
1082110825
}
1082210826
},

0 commit comments

Comments
 (0)