Skip to content

Commit 52c7f17

Browse files
author
AWS
committed
Amazon Chime Update: This SDK release adds Account Status as one of the attributes in Account API response
1 parent 91f16a3 commit 52c7f17

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 6 additions & 0 deletions
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 Account Status as one of the attributes in Account API response"
6+
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3817,6 +3817,10 @@
38173817
"shape":"LicenseList",
38183818
"documentation":"<p>Supported licenses for the Amazon Chime account.</p>"
38193819
},
3820+
"AccountStatus":{
3821+
"shape":"AccountStatus",
3822+
"documentation":"<p>The status of the account, <code>Suspended</code> or <code>Active</code>.</p>"
3823+
},
38203824
"SigninDelegateGroups":{
38213825
"shape":"SigninDelegateGroupList",
38223826
"documentation":"<p>The sign-in delegate groups associated with the account.</p>"
@@ -3848,6 +3852,13 @@
38483852
},
38493853
"documentation":"<p>Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>"
38503854
},
3855+
"AccountStatus":{
3856+
"type":"string",
3857+
"enum":[
3858+
"Suspended",
3859+
"Active"
3860+
]
3861+
},
38513862
"AccountType":{
38523863
"type":"string",
38533864
"enum":[

0 commit comments

Comments
 (0)