|
25 | 25 | "output":{"shape":"AcceptPrimaryEmailUpdateResponse"},
|
26 | 26 | "errors":[
|
27 | 27 | {"shape":"ResourceNotFoundException"},
|
| 28 | + {"shape":"AccessDeniedException"}, |
28 | 29 | {"shape":"ValidationException"},
|
29 | 30 | {"shape":"ConflictException"},
|
30 |
| - {"shape":"AccessDeniedException"}, |
31 | 31 | {"shape":"TooManyRequestsException"},
|
32 | 32 | {"shape":"InternalServerException"}
|
33 | 33 | ]
|
|
58 | 58 | },
|
59 | 59 | "input":{"shape":"DisableRegionRequest"},
|
60 | 60 | "errors":[
|
| 61 | + {"shape":"AccessDeniedException"}, |
61 | 62 | {"shape":"ValidationException"},
|
62 | 63 | {"shape":"ConflictException"},
|
63 |
| - {"shape":"AccessDeniedException"}, |
64 | 64 | {"shape":"TooManyRequestsException"},
|
65 | 65 | {"shape":"InternalServerException"}
|
66 | 66 | ]
|
|
74 | 74 | },
|
75 | 75 | "input":{"shape":"EnableRegionRequest"},
|
76 | 76 | "errors":[
|
| 77 | + {"shape":"AccessDeniedException"}, |
77 | 78 | {"shape":"ValidationException"},
|
78 | 79 | {"shape":"ConflictException"},
|
| 80 | + {"shape":"TooManyRequestsException"}, |
| 81 | + {"shape":"InternalServerException"} |
| 82 | + ] |
| 83 | + }, |
| 84 | + "GetAccountInformation":{ |
| 85 | + "name":"GetAccountInformation", |
| 86 | + "http":{ |
| 87 | + "method":"POST", |
| 88 | + "requestUri":"/getAccountInformation", |
| 89 | + "responseCode":200 |
| 90 | + }, |
| 91 | + "input":{"shape":"GetAccountInformationRequest"}, |
| 92 | + "output":{"shape":"GetAccountInformationResponse"}, |
| 93 | + "errors":[ |
79 | 94 | {"shape":"AccessDeniedException"},
|
| 95 | + {"shape":"ValidationException"}, |
80 | 96 | {"shape":"TooManyRequestsException"},
|
81 | 97 | {"shape":"InternalServerException"}
|
82 | 98 | ]
|
|
126 | 142 | "output":{"shape":"GetPrimaryEmailResponse"},
|
127 | 143 | "errors":[
|
128 | 144 | {"shape":"ResourceNotFoundException"},
|
129 |
| - {"shape":"ValidationException"}, |
130 | 145 | {"shape":"AccessDeniedException"},
|
| 146 | + {"shape":"ValidationException"}, |
131 | 147 | {"shape":"TooManyRequestsException"},
|
132 | 148 | {"shape":"InternalServerException"}
|
133 | 149 | ]
|
|
142 | 158 | "input":{"shape":"GetRegionOptStatusRequest"},
|
143 | 159 | "output":{"shape":"GetRegionOptStatusResponse"},
|
144 | 160 | "errors":[
|
145 |
| - {"shape":"ValidationException"}, |
146 | 161 | {"shape":"AccessDeniedException"},
|
| 162 | + {"shape":"ValidationException"}, |
147 | 163 | {"shape":"TooManyRequestsException"},
|
148 | 164 | {"shape":"InternalServerException"}
|
149 | 165 | ]
|
|
158 | 174 | "input":{"shape":"ListRegionsRequest"},
|
159 | 175 | "output":{"shape":"ListRegionsResponse"},
|
160 | 176 | "errors":[
|
161 |
| - {"shape":"ValidationException"}, |
162 | 177 | {"shape":"AccessDeniedException"},
|
| 178 | + {"shape":"ValidationException"}, |
163 | 179 | {"shape":"TooManyRequestsException"},
|
164 | 180 | {"shape":"InternalServerException"}
|
165 | 181 | ]
|
166 | 182 | },
|
| 183 | + "PutAccountName":{ |
| 184 | + "name":"PutAccountName", |
| 185 | + "http":{ |
| 186 | + "method":"POST", |
| 187 | + "requestUri":"/putAccountName", |
| 188 | + "responseCode":200 |
| 189 | + }, |
| 190 | + "input":{"shape":"PutAccountNameRequest"}, |
| 191 | + "errors":[ |
| 192 | + {"shape":"AccessDeniedException"}, |
| 193 | + {"shape":"ValidationException"}, |
| 194 | + {"shape":"TooManyRequestsException"}, |
| 195 | + {"shape":"InternalServerException"} |
| 196 | + ], |
| 197 | + "idempotent":true |
| 198 | + }, |
167 | 199 | "PutAlternateContact":{
|
168 | 200 | "name":"PutAlternateContact",
|
169 | 201 | "http":{
|
|
207 | 239 | "output":{"shape":"StartPrimaryEmailUpdateResponse"},
|
208 | 240 | "errors":[
|
209 | 241 | {"shape":"ResourceNotFoundException"},
|
| 242 | + {"shape":"AccessDeniedException"}, |
210 | 243 | {"shape":"ValidationException"},
|
211 | 244 | {"shape":"ConflictException"},
|
212 |
| - {"shape":"AccessDeniedException"}, |
213 | 245 | {"shape":"TooManyRequestsException"},
|
214 | 246 | {"shape":"InternalServerException"}
|
215 | 247 | ]
|
|
239 | 271 | "type":"structure",
|
240 | 272 | "required":["message"],
|
241 | 273 | "members":{
|
| 274 | + "errorType":{ |
| 275 | + "shape":"String", |
| 276 | + "location":"header", |
| 277 | + "locationName":"x-amzn-ErrorType" |
| 278 | + }, |
242 | 279 | "message":{"shape":"String"}
|
243 | 280 | },
|
244 | 281 | "error":{
|
|
247 | 284 | },
|
248 | 285 | "exception":true
|
249 | 286 | },
|
| 287 | + "AccountCreatedDate":{ |
| 288 | + "type":"timestamp", |
| 289 | + "timestampFormat":"iso8601" |
| 290 | + }, |
250 | 291 | "AccountId":{
|
251 | 292 | "type":"string",
|
252 | 293 | "pattern":"^\\d{12}$"
|
253 | 294 | },
|
| 295 | + "AccountName":{ |
| 296 | + "type":"string", |
| 297 | + "max":50, |
| 298 | + "min":1, |
| 299 | + "pattern":"^[ -;=?-~]+$", |
| 300 | + "sensitive":true |
| 301 | + }, |
254 | 302 | "AddressLine":{
|
255 | 303 | "type":"string",
|
256 | 304 | "max":60,
|
|
291 | 339 | "type":"structure",
|
292 | 340 | "required":["message"],
|
293 | 341 | "members":{
|
| 342 | + "errorType":{ |
| 343 | + "shape":"String", |
| 344 | + "location":"header", |
| 345 | + "locationName":"x-amzn-ErrorType" |
| 346 | + }, |
294 | 347 | "message":{"shape":"String"}
|
295 | 348 | },
|
296 | 349 | "error":{
|
|
380 | 433 | "min":1,
|
381 | 434 | "sensitive":true
|
382 | 435 | },
|
| 436 | + "GetAccountInformationRequest":{ |
| 437 | + "type":"structure", |
| 438 | + "members":{ |
| 439 | + "AccountId":{"shape":"AccountId"} |
| 440 | + } |
| 441 | + }, |
| 442 | + "GetAccountInformationResponse":{ |
| 443 | + "type":"structure", |
| 444 | + "members":{ |
| 445 | + "AccountCreatedDate":{"shape":"AccountCreatedDate"}, |
| 446 | + "AccountId":{"shape":"AccountId"}, |
| 447 | + "AccountName":{"shape":"AccountName"} |
| 448 | + } |
| 449 | + }, |
383 | 450 | "GetAlternateContactRequest":{
|
384 | 451 | "type":"structure",
|
385 | 452 | "required":["AlternateContactType"],
|
|
438 | 505 | "type":"structure",
|
439 | 506 | "required":["message"],
|
440 | 507 | "members":{
|
| 508 | + "errorType":{ |
| 509 | + "shape":"String", |
| 510 | + "location":"header", |
| 511 | + "locationName":"x-amzn-ErrorType" |
| 512 | + }, |
441 | 513 | "message":{"shape":"String"}
|
442 | 514 | },
|
443 | 515 | "error":{"httpStatusCode":500},
|
|
509 | 581 | "ACCEPTED"
|
510 | 582 | ]
|
511 | 583 | },
|
| 584 | + "PutAccountNameRequest":{ |
| 585 | + "type":"structure", |
| 586 | + "required":["AccountName"], |
| 587 | + "members":{ |
| 588 | + "AccountId":{"shape":"AccountId"}, |
| 589 | + "AccountName":{"shape":"AccountName"} |
| 590 | + } |
| 591 | + }, |
512 | 592 | "PutAlternateContactRequest":{
|
513 | 593 | "type":"structure",
|
514 | 594 | "required":[
|
|
569 | 649 | "type":"structure",
|
570 | 650 | "required":["message"],
|
571 | 651 | "members":{
|
| 652 | + "errorType":{ |
| 653 | + "shape":"String", |
| 654 | + "location":"header", |
| 655 | + "locationName":"x-amzn-ErrorType" |
| 656 | + }, |
572 | 657 | "message":{"shape":"String"}
|
573 | 658 | },
|
574 | 659 | "error":{
|
|
615 | 700 | "type":"structure",
|
616 | 701 | "required":["message"],
|
617 | 702 | "members":{
|
| 703 | + "errorType":{ |
| 704 | + "shape":"String", |
| 705 | + "location":"header", |
| 706 | + "locationName":"x-amzn-ErrorType" |
| 707 | + }, |
618 | 708 | "message":{"shape":"String"}
|
619 | 709 | },
|
620 | 710 | "error":{
|
|
0 commit comments