Skip to content

Commit 0865cca

Browse files
author
AWS
committed
Cost Optimization Hub Update: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
1 parent 08ad5d5 commit 0865cca

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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": "Cost Optimization Hub",
4+
"contributor": "",
5+
"description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API."
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
"members":{
845845
"accountId":{
846846
"shape":"AccountId",
847-
"documentation":"<p>The enrollment status of a specific account ID in the organization.</p>"
847+
"documentation":"<p>The account ID of a member account in the organization.</p>"
848848
},
849849
"includeOrganizationInfo":{
850850
"shape":"PrimitiveBoolean",
@@ -863,9 +863,13 @@
863863
"ListEnrollmentStatusesResponse":{
864864
"type":"structure",
865865
"members":{
866+
"includeMemberAccounts":{
867+
"shape":"Boolean",
868+
"documentation":"<p>The enrollment status of all member accounts in the organization if the account is the management account.</p>"
869+
},
866870
"items":{
867871
"shape":"AccountEnrollmentStatuses",
868-
"documentation":"<p>The account enrollment statuses.</p>"
872+
"documentation":"<p>The enrollment status of a specific account ID, including creation and last updated timestamps.</p>"
869873
},
870874
"nextToken":{
871875
"shape":"String",

0 commit comments

Comments
 (0)