File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
services/costoptimizationhub/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Cost Optimization Hub" ,
4+ "contributor" : " " ,
5+ "description" : " Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API."
6+ }
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments