|
91 | 91 | {"shape":"InvalidInputException"}, |
92 | 92 | {"shape":"FinalizingOrganizationException"}, |
93 | 93 | {"shape":"ServiceException"}, |
94 | | - {"shape":"TooManyRequestsException"} |
| 94 | + {"shape":"TooManyRequestsException"}, |
| 95 | + {"shape":"UnsupportedAPIEndpointException"} |
| 96 | + ] |
| 97 | + }, |
| 98 | + "CreateGovCloudAccount":{ |
| 99 | + "name":"CreateGovCloudAccount", |
| 100 | + "http":{ |
| 101 | + "method":"POST", |
| 102 | + "requestUri":"/" |
| 103 | + }, |
| 104 | + "input":{"shape":"CreateGovCloudAccountRequest"}, |
| 105 | + "output":{"shape":"CreateGovCloudAccountResponse"}, |
| 106 | + "errors":[ |
| 107 | + {"shape":"AccessDeniedException"}, |
| 108 | + {"shape":"AWSOrganizationsNotInUseException"}, |
| 109 | + {"shape":"ConcurrentModificationException"}, |
| 110 | + {"shape":"ConstraintViolationException"}, |
| 111 | + {"shape":"InvalidInputException"}, |
| 112 | + {"shape":"FinalizingOrganizationException"}, |
| 113 | + {"shape":"ServiceException"}, |
| 114 | + {"shape":"TooManyRequestsException"}, |
| 115 | + {"shape":"UnsupportedAPIEndpointException"} |
95 | 116 | ] |
96 | 117 | }, |
97 | 118 | "CreateOrganization":{ |
|
256 | 277 | {"shape":"CreateAccountStatusNotFoundException"}, |
257 | 278 | {"shape":"InvalidInputException"}, |
258 | 279 | {"shape":"ServiceException"}, |
259 | | - {"shape":"TooManyRequestsException"} |
| 280 | + {"shape":"TooManyRequestsException"}, |
| 281 | + {"shape":"UnsupportedAPIEndpointException"} |
260 | 282 | ] |
261 | 283 | }, |
262 | 284 | "DescribeHandshake":{ |
|
557 | 579 | {"shape":"AWSOrganizationsNotInUseException"}, |
558 | 580 | {"shape":"InvalidInputException"}, |
559 | 581 | {"shape":"ServiceException"}, |
560 | | - {"shape":"TooManyRequestsException"} |
| 582 | + {"shape":"TooManyRequestsException"}, |
| 583 | + {"shape":"UnsupportedAPIEndpointException"} |
561 | 584 | ] |
562 | 585 | }, |
563 | 586 | "ListHandshakesForAccount":{ |
|
975 | 998 | "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED", |
976 | 999 | "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE", |
977 | 1000 | "MASTER_ACCOUNT_MISSING_CONTACT_INFO", |
| 1001 | + "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED", |
978 | 1002 | "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE", |
| 1003 | + "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION", |
979 | 1004 | "EMAIL_VERIFICATION_CODE_EXPIRED", |
980 | 1005 | "WAIT_PERIOD_ACTIVE" |
981 | 1006 | ] |
|
1035 | 1060 | "RequestedTimestamp":{"shape":"Timestamp"}, |
1036 | 1061 | "CompletedTimestamp":{"shape":"Timestamp"}, |
1037 | 1062 | "AccountId":{"shape":"AccountId"}, |
| 1063 | + "GovCloudAccountId":{"shape":"AccountId"}, |
1038 | 1064 | "FailureReason":{"shape":"CreateAccountFailureReason"} |
1039 | 1065 | } |
1040 | 1066 | }, |
|
1049 | 1075 | "type":"list", |
1050 | 1076 | "member":{"shape":"CreateAccountStatus"} |
1051 | 1077 | }, |
| 1078 | + "CreateGovCloudAccountRequest":{ |
| 1079 | + "type":"structure", |
| 1080 | + "required":[ |
| 1081 | + "Email", |
| 1082 | + "AccountName" |
| 1083 | + ], |
| 1084 | + "members":{ |
| 1085 | + "Email":{"shape":"Email"}, |
| 1086 | + "AccountName":{"shape":"AccountName"}, |
| 1087 | + "RoleName":{"shape":"RoleName"}, |
| 1088 | + "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"} |
| 1089 | + } |
| 1090 | + }, |
| 1091 | + "CreateGovCloudAccountResponse":{ |
| 1092 | + "type":"structure", |
| 1093 | + "members":{ |
| 1094 | + "CreateAccountStatus":{"shape":"CreateAccountStatus"} |
| 1095 | + } |
| 1096 | + }, |
1052 | 1097 | "CreateOrganizationRequest":{ |
1053 | 1098 | "type":"structure", |
1054 | 1099 | "members":{ |
|
2103 | 2148 | }, |
2104 | 2149 | "exception":true |
2105 | 2150 | }, |
| 2151 | + "UnsupportedAPIEndpointException":{ |
| 2152 | + "type":"structure", |
| 2153 | + "members":{ |
| 2154 | + "Message":{"shape":"ExceptionMessage"} |
| 2155 | + }, |
| 2156 | + "exception":true |
| 2157 | + }, |
2106 | 2158 | "UpdateOrganizationalUnitRequest":{ |
2107 | 2159 | "type":"structure", |
2108 | 2160 | "required":["OrganizationalUnitId"], |
|
0 commit comments