aws-sdk-core 2.7.15 → 2.7.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "pagination": {
3
+ "ListAssignmentsForHIT": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListBonusPayments": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListHITs": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListHITsForQualificationType": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
23
+ "ListQualificationRequests": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "ListQualificationTypes": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListReviewPolicyResultsForHIT": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "ListReviewableHITs": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "ListWorkerBlocks": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ },
48
+ "ListWorkersWithQualificationType": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ }
53
+ }
54
+ }
@@ -0,0 +1,1989 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-11-28",
5
+ "endpointPrefix":"organizations",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"Organizations",
9
+ "serviceFullName":"AWS Organizations",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"AWSOrganizationsV20161128",
12
+ "timestampFormat":"unixTimestamp",
13
+ "uid":"organizations-2016-11-28"
14
+ },
15
+ "operations":{
16
+ "AcceptHandshake":{
17
+ "name":"AcceptHandshake",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AcceptHandshakeRequest"},
23
+ "output":{"shape":"AcceptHandshakeResponse"},
24
+ "errors":[
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"AWSOrganizationsNotInUseException"},
27
+ {"shape":"HandshakeConstraintViolationException"},
28
+ {"shape":"HandshakeNotFoundException"},
29
+ {"shape":"InvalidHandshakeTransitionException"},
30
+ {"shape":"HandshakeAlreadyInStateException"},
31
+ {"shape":"InvalidInputException"},
32
+ {"shape":"ConcurrentModificationException"},
33
+ {"shape":"ServiceException"},
34
+ {"shape":"TooManyRequestsException"}
35
+ ]
36
+ },
37
+ "AttachPolicy":{
38
+ "name":"AttachPolicy",
39
+ "http":{
40
+ "method":"POST",
41
+ "requestUri":"/"
42
+ },
43
+ "input":{"shape":"AttachPolicyRequest"},
44
+ "errors":[
45
+ {"shape":"AccessDeniedException"},
46
+ {"shape":"AWSOrganizationsNotInUseException"},
47
+ {"shape":"ConcurrentModificationException"},
48
+ {"shape":"ConstraintViolationException"},
49
+ {"shape":"DuplicatePolicyAttachmentException"},
50
+ {"shape":"InvalidInputException"},
51
+ {"shape":"PolicyNotFoundException"},
52
+ {"shape":"PolicyTypeNotEnabledException"},
53
+ {"shape":"ServiceException"},
54
+ {"shape":"TargetNotFoundException"},
55
+ {"shape":"TooManyRequestsException"}
56
+ ]
57
+ },
58
+ "CancelHandshake":{
59
+ "name":"CancelHandshake",
60
+ "http":{
61
+ "method":"POST",
62
+ "requestUri":"/"
63
+ },
64
+ "input":{"shape":"CancelHandshakeRequest"},
65
+ "output":{"shape":"CancelHandshakeResponse"},
66
+ "errors":[
67
+ {"shape":"AccessDeniedException"},
68
+ {"shape":"HandshakeNotFoundException"},
69
+ {"shape":"InvalidHandshakeTransitionException"},
70
+ {"shape":"HandshakeAlreadyInStateException"},
71
+ {"shape":"InvalidInputException"},
72
+ {"shape":"ServiceException"},
73
+ {"shape":"TooManyRequestsException"}
74
+ ]
75
+ },
76
+ "CreateAccount":{
77
+ "name":"CreateAccount",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/"
81
+ },
82
+ "input":{"shape":"CreateAccountRequest"},
83
+ "output":{"shape":"CreateAccountResponse"},
84
+ "errors":[
85
+ {"shape":"AccessDeniedException"},
86
+ {"shape":"AWSOrganizationsNotInUseException"},
87
+ {"shape":"ConstraintViolationException"},
88
+ {"shape":"InvalidInputException"},
89
+ {"shape":"FinalizingOrganizationException"},
90
+ {"shape":"ServiceException"},
91
+ {"shape":"TooManyRequestsException"}
92
+ ]
93
+ },
94
+ "CreateOrganization":{
95
+ "name":"CreateOrganization",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"CreateOrganizationRequest"},
101
+ "output":{"shape":"CreateOrganizationResponse"},
102
+ "errors":[
103
+ {"shape":"AccessDeniedException"},
104
+ {"shape":"AlreadyInOrganizationException"},
105
+ {"shape":"ConcurrentModificationException"},
106
+ {"shape":"ConstraintViolationException"},
107
+ {"shape":"InvalidInputException"},
108
+ {"shape":"ServiceException"},
109
+ {"shape":"TooManyRequestsException"}
110
+ ]
111
+ },
112
+ "CreateOrganizationalUnit":{
113
+ "name":"CreateOrganizationalUnit",
114
+ "http":{
115
+ "method":"POST",
116
+ "requestUri":"/"
117
+ },
118
+ "input":{"shape":"CreateOrganizationalUnitRequest"},
119
+ "output":{"shape":"CreateOrganizationalUnitResponse"},
120
+ "errors":[
121
+ {"shape":"AccessDeniedException"},
122
+ {"shape":"AWSOrganizationsNotInUseException"},
123
+ {"shape":"ConstraintViolationException"},
124
+ {"shape":"DuplicateOrganizationalUnitException"},
125
+ {"shape":"InvalidInputException"},
126
+ {"shape":"ParentNotFoundException"},
127
+ {"shape":"ServiceException"},
128
+ {"shape":"TooManyRequestsException"}
129
+ ]
130
+ },
131
+ "CreatePolicy":{
132
+ "name":"CreatePolicy",
133
+ "http":{
134
+ "method":"POST",
135
+ "requestUri":"/"
136
+ },
137
+ "input":{"shape":"CreatePolicyRequest"},
138
+ "output":{"shape":"CreatePolicyResponse"},
139
+ "errors":[
140
+ {"shape":"AccessDeniedException"},
141
+ {"shape":"AWSOrganizationsNotInUseException"},
142
+ {"shape":"ConcurrentModificationException"},
143
+ {"shape":"ConstraintViolationException"},
144
+ {"shape":"DuplicatePolicyException"},
145
+ {"shape":"InvalidInputException"},
146
+ {"shape":"MalformedPolicyDocumentException"},
147
+ {"shape":"PolicyTypeNotAvailableForOrganizationException"},
148
+ {"shape":"ServiceException"},
149
+ {"shape":"TooManyRequestsException"}
150
+ ]
151
+ },
152
+ "DeclineHandshake":{
153
+ "name":"DeclineHandshake",
154
+ "http":{
155
+ "method":"POST",
156
+ "requestUri":"/"
157
+ },
158
+ "input":{"shape":"DeclineHandshakeRequest"},
159
+ "output":{"shape":"DeclineHandshakeResponse"},
160
+ "errors":[
161
+ {"shape":"AccessDeniedException"},
162
+ {"shape":"HandshakeNotFoundException"},
163
+ {"shape":"InvalidHandshakeTransitionException"},
164
+ {"shape":"HandshakeAlreadyInStateException"},
165
+ {"shape":"InvalidInputException"},
166
+ {"shape":"ServiceException"},
167
+ {"shape":"TooManyRequestsException"}
168
+ ]
169
+ },
170
+ "DeleteOrganization":{
171
+ "name":"DeleteOrganization",
172
+ "http":{
173
+ "method":"POST",
174
+ "requestUri":"/"
175
+ },
176
+ "errors":[
177
+ {"shape":"AccessDeniedException"},
178
+ {"shape":"AWSOrganizationsNotInUseException"},
179
+ {"shape":"ConcurrentModificationException"},
180
+ {"shape":"InvalidInputException"},
181
+ {"shape":"OrganizationNotEmptyException"},
182
+ {"shape":"ServiceException"},
183
+ {"shape":"TooManyRequestsException"}
184
+ ]
185
+ },
186
+ "DeleteOrganizationalUnit":{
187
+ "name":"DeleteOrganizationalUnit",
188
+ "http":{
189
+ "method":"POST",
190
+ "requestUri":"/"
191
+ },
192
+ "input":{"shape":"DeleteOrganizationalUnitRequest"},
193
+ "errors":[
194
+ {"shape":"AccessDeniedException"},
195
+ {"shape":"AWSOrganizationsNotInUseException"},
196
+ {"shape":"ConcurrentModificationException"},
197
+ {"shape":"InvalidInputException"},
198
+ {"shape":"OrganizationalUnitNotEmptyException"},
199
+ {"shape":"OrganizationalUnitNotFoundException"},
200
+ {"shape":"ServiceException"},
201
+ {"shape":"TooManyRequestsException"}
202
+ ]
203
+ },
204
+ "DeletePolicy":{
205
+ "name":"DeletePolicy",
206
+ "http":{
207
+ "method":"POST",
208
+ "requestUri":"/"
209
+ },
210
+ "input":{"shape":"DeletePolicyRequest"},
211
+ "errors":[
212
+ {"shape":"AccessDeniedException"},
213
+ {"shape":"AWSOrganizationsNotInUseException"},
214
+ {"shape":"ConcurrentModificationException"},
215
+ {"shape":"InvalidInputException"},
216
+ {"shape":"PolicyInUseException"},
217
+ {"shape":"PolicyNotFoundException"},
218
+ {"shape":"ServiceException"},
219
+ {"shape":"TooManyRequestsException"}
220
+ ]
221
+ },
222
+ "DescribeAccount":{
223
+ "name":"DescribeAccount",
224
+ "http":{
225
+ "method":"POST",
226
+ "requestUri":"/"
227
+ },
228
+ "input":{"shape":"DescribeAccountRequest"},
229
+ "output":{"shape":"DescribeAccountResponse"},
230
+ "errors":[
231
+ {"shape":"AccessDeniedException"},
232
+ {"shape":"AccountNotFoundException"},
233
+ {"shape":"AWSOrganizationsNotInUseException"},
234
+ {"shape":"InvalidInputException"},
235
+ {"shape":"ServiceException"},
236
+ {"shape":"TooManyRequestsException"}
237
+ ]
238
+ },
239
+ "DescribeCreateAccountStatus":{
240
+ "name":"DescribeCreateAccountStatus",
241
+ "http":{
242
+ "method":"POST",
243
+ "requestUri":"/"
244
+ },
245
+ "input":{"shape":"DescribeCreateAccountStatusRequest"},
246
+ "output":{"shape":"DescribeCreateAccountStatusResponse"},
247
+ "errors":[
248
+ {"shape":"AccessDeniedException"},
249
+ {"shape":"AWSOrganizationsNotInUseException"},
250
+ {"shape":"CreateAccountStatusNotFoundException"},
251
+ {"shape":"InvalidInputException"},
252
+ {"shape":"ServiceException"},
253
+ {"shape":"TooManyRequestsException"}
254
+ ]
255
+ },
256
+ "DescribeHandshake":{
257
+ "name":"DescribeHandshake",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"DescribeHandshakeRequest"},
263
+ "output":{"shape":"DescribeHandshakeResponse"},
264
+ "errors":[
265
+ {"shape":"AccessDeniedException"},
266
+ {"shape":"HandshakeNotFoundException"},
267
+ {"shape":"InvalidInputException"},
268
+ {"shape":"ServiceException"},
269
+ {"shape":"TooManyRequestsException"}
270
+ ]
271
+ },
272
+ "DescribeOrganization":{
273
+ "name":"DescribeOrganization",
274
+ "http":{
275
+ "method":"POST",
276
+ "requestUri":"/"
277
+ },
278
+ "output":{"shape":"DescribeOrganizationResponse"},
279
+ "errors":[
280
+ {"shape":"AccessDeniedException"},
281
+ {"shape":"AWSOrganizationsNotInUseException"},
282
+ {"shape":"ServiceException"},
283
+ {"shape":"TooManyRequestsException"}
284
+ ]
285
+ },
286
+ "DescribeOrganizationalUnit":{
287
+ "name":"DescribeOrganizationalUnit",
288
+ "http":{
289
+ "method":"POST",
290
+ "requestUri":"/"
291
+ },
292
+ "input":{"shape":"DescribeOrganizationalUnitRequest"},
293
+ "output":{"shape":"DescribeOrganizationalUnitResponse"},
294
+ "errors":[
295
+ {"shape":"AccessDeniedException"},
296
+ {"shape":"AWSOrganizationsNotInUseException"},
297
+ {"shape":"InvalidInputException"},
298
+ {"shape":"OrganizationalUnitNotFoundException"},
299
+ {"shape":"ServiceException"},
300
+ {"shape":"TooManyRequestsException"}
301
+ ]
302
+ },
303
+ "DescribePolicy":{
304
+ "name":"DescribePolicy",
305
+ "http":{
306
+ "method":"POST",
307
+ "requestUri":"/"
308
+ },
309
+ "input":{"shape":"DescribePolicyRequest"},
310
+ "output":{"shape":"DescribePolicyResponse"},
311
+ "errors":[
312
+ {"shape":"AccessDeniedException"},
313
+ {"shape":"AWSOrganizationsNotInUseException"},
314
+ {"shape":"InvalidInputException"},
315
+ {"shape":"PolicyNotFoundException"},
316
+ {"shape":"ServiceException"},
317
+ {"shape":"TooManyRequestsException"}
318
+ ]
319
+ },
320
+ "DetachPolicy":{
321
+ "name":"DetachPolicy",
322
+ "http":{
323
+ "method":"POST",
324
+ "requestUri":"/"
325
+ },
326
+ "input":{"shape":"DetachPolicyRequest"},
327
+ "errors":[
328
+ {"shape":"AccessDeniedException"},
329
+ {"shape":"AWSOrganizationsNotInUseException"},
330
+ {"shape":"ConcurrentModificationException"},
331
+ {"shape":"ConstraintViolationException"},
332
+ {"shape":"InvalidInputException"},
333
+ {"shape":"PolicyNotAttachedException"},
334
+ {"shape":"PolicyNotFoundException"},
335
+ {"shape":"ServiceException"},
336
+ {"shape":"TargetNotFoundException"},
337
+ {"shape":"TooManyRequestsException"}
338
+ ]
339
+ },
340
+ "DisablePolicyType":{
341
+ "name":"DisablePolicyType",
342
+ "http":{
343
+ "method":"POST",
344
+ "requestUri":"/"
345
+ },
346
+ "input":{"shape":"DisablePolicyTypeRequest"},
347
+ "output":{"shape":"DisablePolicyTypeResponse"},
348
+ "errors":[
349
+ {"shape":"AccessDeniedException"},
350
+ {"shape":"AWSOrganizationsNotInUseException"},
351
+ {"shape":"ConcurrentModificationException"},
352
+ {"shape":"ConstraintViolationException"},
353
+ {"shape":"InvalidInputException"},
354
+ {"shape":"PolicyTypeNotEnabledException"},
355
+ {"shape":"RootNotFoundException"},
356
+ {"shape":"ServiceException"},
357
+ {"shape":"TooManyRequestsException"}
358
+ ]
359
+ },
360
+ "EnableAllFeatures":{
361
+ "name":"EnableAllFeatures",
362
+ "http":{
363
+ "method":"POST",
364
+ "requestUri":"/"
365
+ },
366
+ "input":{"shape":"EnableAllFeaturesRequest"},
367
+ "output":{"shape":"EnableAllFeaturesResponse"},
368
+ "errors":[
369
+ {"shape":"AccessDeniedException"},
370
+ {"shape":"AWSOrganizationsNotInUseException"},
371
+ {"shape":"HandshakeConstraintViolationException"},
372
+ {"shape":"InvalidInputException"},
373
+ {"shape":"ServiceException"},
374
+ {"shape":"TooManyRequestsException"}
375
+ ]
376
+ },
377
+ "EnablePolicyType":{
378
+ "name":"EnablePolicyType",
379
+ "http":{
380
+ "method":"POST",
381
+ "requestUri":"/"
382
+ },
383
+ "input":{"shape":"EnablePolicyTypeRequest"},
384
+ "output":{"shape":"EnablePolicyTypeResponse"},
385
+ "errors":[
386
+ {"shape":"AccessDeniedException"},
387
+ {"shape":"AWSOrganizationsNotInUseException"},
388
+ {"shape":"ConcurrentModificationException"},
389
+ {"shape":"ConstraintViolationException"},
390
+ {"shape":"InvalidInputException"},
391
+ {"shape":"PolicyTypeAlreadyEnabledException"},
392
+ {"shape":"RootNotFoundException"},
393
+ {"shape":"ServiceException"},
394
+ {"shape":"TooManyRequestsException"},
395
+ {"shape":"PolicyTypeNotAvailableForOrganizationException"}
396
+ ]
397
+ },
398
+ "InviteAccountToOrganization":{
399
+ "name":"InviteAccountToOrganization",
400
+ "http":{
401
+ "method":"POST",
402
+ "requestUri":"/"
403
+ },
404
+ "input":{"shape":"InviteAccountToOrganizationRequest"},
405
+ "output":{"shape":"InviteAccountToOrganizationResponse"},
406
+ "errors":[
407
+ {"shape":"AccessDeniedException"},
408
+ {"shape":"AWSOrganizationsNotInUseException"},
409
+ {"shape":"HandshakeConstraintViolationException"},
410
+ {"shape":"DuplicateHandshakeException"},
411
+ {"shape":"InvalidInputException"},
412
+ {"shape":"FinalizingOrganizationException"},
413
+ {"shape":"ServiceException"},
414
+ {"shape":"TooManyRequestsException"}
415
+ ]
416
+ },
417
+ "LeaveOrganization":{
418
+ "name":"LeaveOrganization",
419
+ "http":{
420
+ "method":"POST",
421
+ "requestUri":"/"
422
+ },
423
+ "errors":[
424
+ {"shape":"AccessDeniedException"},
425
+ {"shape":"AccountNotFoundException"},
426
+ {"shape":"AWSOrganizationsNotInUseException"},
427
+ {"shape":"ConcurrentModificationException"},
428
+ {"shape":"ConstraintViolationException"},
429
+ {"shape":"InvalidInputException"},
430
+ {"shape":"MasterCannotLeaveOrganizationException"},
431
+ {"shape":"ServiceException"},
432
+ {"shape":"TooManyRequestsException"}
433
+ ]
434
+ },
435
+ "ListAccounts":{
436
+ "name":"ListAccounts",
437
+ "http":{
438
+ "method":"POST",
439
+ "requestUri":"/"
440
+ },
441
+ "input":{"shape":"ListAccountsRequest"},
442
+ "output":{"shape":"ListAccountsResponse"},
443
+ "errors":[
444
+ {"shape":"AccessDeniedException"},
445
+ {"shape":"AWSOrganizationsNotInUseException"},
446
+ {"shape":"InvalidInputException"},
447
+ {"shape":"ServiceException"},
448
+ {"shape":"TooManyRequestsException"}
449
+ ]
450
+ },
451
+ "ListAccountsForParent":{
452
+ "name":"ListAccountsForParent",
453
+ "http":{
454
+ "method":"POST",
455
+ "requestUri":"/"
456
+ },
457
+ "input":{"shape":"ListAccountsForParentRequest"},
458
+ "output":{"shape":"ListAccountsForParentResponse"},
459
+ "errors":[
460
+ {"shape":"AccessDeniedException"},
461
+ {"shape":"AWSOrganizationsNotInUseException"},
462
+ {"shape":"InvalidInputException"},
463
+ {"shape":"ParentNotFoundException"},
464
+ {"shape":"ServiceException"},
465
+ {"shape":"TooManyRequestsException"}
466
+ ]
467
+ },
468
+ "ListChildren":{
469
+ "name":"ListChildren",
470
+ "http":{
471
+ "method":"POST",
472
+ "requestUri":"/"
473
+ },
474
+ "input":{"shape":"ListChildrenRequest"},
475
+ "output":{"shape":"ListChildrenResponse"},
476
+ "errors":[
477
+ {"shape":"AccessDeniedException"},
478
+ {"shape":"AWSOrganizationsNotInUseException"},
479
+ {"shape":"InvalidInputException"},
480
+ {"shape":"ParentNotFoundException"},
481
+ {"shape":"ServiceException"},
482
+ {"shape":"TooManyRequestsException"}
483
+ ]
484
+ },
485
+ "ListCreateAccountStatus":{
486
+ "name":"ListCreateAccountStatus",
487
+ "http":{
488
+ "method":"POST",
489
+ "requestUri":"/"
490
+ },
491
+ "input":{"shape":"ListCreateAccountStatusRequest"},
492
+ "output":{"shape":"ListCreateAccountStatusResponse"},
493
+ "errors":[
494
+ {"shape":"AccessDeniedException"},
495
+ {"shape":"AWSOrganizationsNotInUseException"},
496
+ {"shape":"InvalidInputException"},
497
+ {"shape":"ServiceException"},
498
+ {"shape":"TooManyRequestsException"}
499
+ ]
500
+ },
501
+ "ListHandshakesForAccount":{
502
+ "name":"ListHandshakesForAccount",
503
+ "http":{
504
+ "method":"POST",
505
+ "requestUri":"/"
506
+ },
507
+ "input":{"shape":"ListHandshakesForAccountRequest"},
508
+ "output":{"shape":"ListHandshakesForAccountResponse"},
509
+ "errors":[
510
+ {"shape":"AccessDeniedException"},
511
+ {"shape":"InvalidInputException"},
512
+ {"shape":"ServiceException"},
513
+ {"shape":"TooManyRequestsException"}
514
+ ]
515
+ },
516
+ "ListHandshakesForOrganization":{
517
+ "name":"ListHandshakesForOrganization",
518
+ "http":{
519
+ "method":"POST",
520
+ "requestUri":"/"
521
+ },
522
+ "input":{"shape":"ListHandshakesForOrganizationRequest"},
523
+ "output":{"shape":"ListHandshakesForOrganizationResponse"},
524
+ "errors":[
525
+ {"shape":"AccessDeniedException"},
526
+ {"shape":"AWSOrganizationsNotInUseException"},
527
+ {"shape":"InvalidInputException"},
528
+ {"shape":"ServiceException"},
529
+ {"shape":"TooManyRequestsException"}
530
+ ]
531
+ },
532
+ "ListOrganizationalUnitsForParent":{
533
+ "name":"ListOrganizationalUnitsForParent",
534
+ "http":{
535
+ "method":"POST",
536
+ "requestUri":"/"
537
+ },
538
+ "input":{"shape":"ListOrganizationalUnitsForParentRequest"},
539
+ "output":{"shape":"ListOrganizationalUnitsForParentResponse"},
540
+ "errors":[
541
+ {"shape":"AccessDeniedException"},
542
+ {"shape":"AWSOrganizationsNotInUseException"},
543
+ {"shape":"InvalidInputException"},
544
+ {"shape":"ParentNotFoundException"},
545
+ {"shape":"ServiceException"},
546
+ {"shape":"TooManyRequestsException"}
547
+ ]
548
+ },
549
+ "ListParents":{
550
+ "name":"ListParents",
551
+ "http":{
552
+ "method":"POST",
553
+ "requestUri":"/"
554
+ },
555
+ "input":{"shape":"ListParentsRequest"},
556
+ "output":{"shape":"ListParentsResponse"},
557
+ "errors":[
558
+ {"shape":"AccessDeniedException"},
559
+ {"shape":"AWSOrganizationsNotInUseException"},
560
+ {"shape":"ChildNotFoundException"},
561
+ {"shape":"InvalidInputException"},
562
+ {"shape":"ServiceException"},
563
+ {"shape":"TooManyRequestsException"}
564
+ ]
565
+ },
566
+ "ListPolicies":{
567
+ "name":"ListPolicies",
568
+ "http":{
569
+ "method":"POST",
570
+ "requestUri":"/"
571
+ },
572
+ "input":{"shape":"ListPoliciesRequest"},
573
+ "output":{"shape":"ListPoliciesResponse"},
574
+ "errors":[
575
+ {"shape":"AccessDeniedException"},
576
+ {"shape":"AWSOrganizationsNotInUseException"},
577
+ {"shape":"InvalidInputException"},
578
+ {"shape":"ServiceException"},
579
+ {"shape":"TooManyRequestsException"}
580
+ ]
581
+ },
582
+ "ListPoliciesForTarget":{
583
+ "name":"ListPoliciesForTarget",
584
+ "http":{
585
+ "method":"POST",
586
+ "requestUri":"/"
587
+ },
588
+ "input":{"shape":"ListPoliciesForTargetRequest"},
589
+ "output":{"shape":"ListPoliciesForTargetResponse"},
590
+ "errors":[
591
+ {"shape":"AccessDeniedException"},
592
+ {"shape":"AWSOrganizationsNotInUseException"},
593
+ {"shape":"InvalidInputException"},
594
+ {"shape":"ServiceException"},
595
+ {"shape":"TargetNotFoundException"},
596
+ {"shape":"TooManyRequestsException"}
597
+ ]
598
+ },
599
+ "ListRoots":{
600
+ "name":"ListRoots",
601
+ "http":{
602
+ "method":"POST",
603
+ "requestUri":"/"
604
+ },
605
+ "input":{"shape":"ListRootsRequest"},
606
+ "output":{"shape":"ListRootsResponse"},
607
+ "errors":[
608
+ {"shape":"AccessDeniedException"},
609
+ {"shape":"AWSOrganizationsNotInUseException"},
610
+ {"shape":"InvalidInputException"},
611
+ {"shape":"ServiceException"},
612
+ {"shape":"TooManyRequestsException"}
613
+ ]
614
+ },
615
+ "ListTargetsForPolicy":{
616
+ "name":"ListTargetsForPolicy",
617
+ "http":{
618
+ "method":"POST",
619
+ "requestUri":"/"
620
+ },
621
+ "input":{"shape":"ListTargetsForPolicyRequest"},
622
+ "output":{"shape":"ListTargetsForPolicyResponse"},
623
+ "errors":[
624
+ {"shape":"AccessDeniedException"},
625
+ {"shape":"AWSOrganizationsNotInUseException"},
626
+ {"shape":"InvalidInputException"},
627
+ {"shape":"PolicyNotFoundException"},
628
+ {"shape":"ServiceException"},
629
+ {"shape":"TooManyRequestsException"}
630
+ ]
631
+ },
632
+ "MoveAccount":{
633
+ "name":"MoveAccount",
634
+ "http":{
635
+ "method":"POST",
636
+ "requestUri":"/"
637
+ },
638
+ "input":{"shape":"MoveAccountRequest"},
639
+ "errors":[
640
+ {"shape":"AccessDeniedException"},
641
+ {"shape":"InvalidInputException"},
642
+ {"shape":"SourceParentNotFoundException"},
643
+ {"shape":"DestinationParentNotFoundException"},
644
+ {"shape":"DuplicateAccountException"},
645
+ {"shape":"AccountNotFoundException"},
646
+ {"shape":"TooManyRequestsException"},
647
+ {"shape":"ConcurrentModificationException"},
648
+ {"shape":"AWSOrganizationsNotInUseException"},
649
+ {"shape":"ServiceException"}
650
+ ]
651
+ },
652
+ "RemoveAccountFromOrganization":{
653
+ "name":"RemoveAccountFromOrganization",
654
+ "http":{
655
+ "method":"POST",
656
+ "requestUri":"/"
657
+ },
658
+ "input":{"shape":"RemoveAccountFromOrganizationRequest"},
659
+ "errors":[
660
+ {"shape":"AccessDeniedException"},
661
+ {"shape":"AccountNotFoundException"},
662
+ {"shape":"AWSOrganizationsNotInUseException"},
663
+ {"shape":"ConcurrentModificationException"},
664
+ {"shape":"ConstraintViolationException"},
665
+ {"shape":"InvalidInputException"},
666
+ {"shape":"MasterCannotLeaveOrganizationException"},
667
+ {"shape":"ServiceException"},
668
+ {"shape":"TooManyRequestsException"}
669
+ ]
670
+ },
671
+ "UpdateOrganizationalUnit":{
672
+ "name":"UpdateOrganizationalUnit",
673
+ "http":{
674
+ "method":"POST",
675
+ "requestUri":"/"
676
+ },
677
+ "input":{"shape":"UpdateOrganizationalUnitRequest"},
678
+ "output":{"shape":"UpdateOrganizationalUnitResponse"},
679
+ "errors":[
680
+ {"shape":"AccessDeniedException"},
681
+ {"shape":"AWSOrganizationsNotInUseException"},
682
+ {"shape":"ConcurrentModificationException"},
683
+ {"shape":"DuplicateOrganizationalUnitException"},
684
+ {"shape":"InvalidInputException"},
685
+ {"shape":"OrganizationalUnitNotFoundException"},
686
+ {"shape":"ServiceException"},
687
+ {"shape":"TooManyRequestsException"}
688
+ ]
689
+ },
690
+ "UpdatePolicy":{
691
+ "name":"UpdatePolicy",
692
+ "http":{
693
+ "method":"POST",
694
+ "requestUri":"/"
695
+ },
696
+ "input":{"shape":"UpdatePolicyRequest"},
697
+ "output":{"shape":"UpdatePolicyResponse"},
698
+ "errors":[
699
+ {"shape":"AccessDeniedException"},
700
+ {"shape":"AWSOrganizationsNotInUseException"},
701
+ {"shape":"ConcurrentModificationException"},
702
+ {"shape":"ConstraintViolationException"},
703
+ {"shape":"DuplicatePolicyException"},
704
+ {"shape":"InvalidInputException"},
705
+ {"shape":"MalformedPolicyDocumentException"},
706
+ {"shape":"PolicyNotFoundException"},
707
+ {"shape":"ServiceException"},
708
+ {"shape":"TooManyRequestsException"}
709
+ ]
710
+ }
711
+ },
712
+ "shapes":{
713
+ "AWSOrganizationsNotInUseException":{
714
+ "type":"structure",
715
+ "members":{
716
+ "Message":{"shape":"ExceptionMessage"}
717
+ },
718
+ "exception":true
719
+ },
720
+ "AcceptHandshakeRequest":{
721
+ "type":"structure",
722
+ "required":["HandshakeId"],
723
+ "members":{
724
+ "HandshakeId":{"shape":"HandshakeId"}
725
+ }
726
+ },
727
+ "AcceptHandshakeResponse":{
728
+ "type":"structure",
729
+ "members":{
730
+ "Handshake":{"shape":"Handshake"}
731
+ }
732
+ },
733
+ "AccessDeniedException":{
734
+ "type":"structure",
735
+ "members":{
736
+ "Message":{"shape":"ExceptionMessage"}
737
+ },
738
+ "exception":true
739
+ },
740
+ "Account":{
741
+ "type":"structure",
742
+ "members":{
743
+ "Id":{"shape":"AccountId"},
744
+ "Arn":{"shape":"AccountArn"},
745
+ "Name":{"shape":"AccountName"},
746
+ "Status":{"shape":"AccountStatus"},
747
+ "JoinedMethod":{"shape":"AccountJoinedMethod"},
748
+ "JoinedTimestamp":{"shape":"Timestamp"}
749
+ }
750
+ },
751
+ "AccountArn":{
752
+ "type":"string",
753
+ "pattern":"^arn:aws:organizations::\\d{12}:account\\/o-[a-z0-9]{10,32}\\/\\d{12}"
754
+ },
755
+ "AccountId":{
756
+ "type":"string",
757
+ "pattern":"^\\d{12}$"
758
+ },
759
+ "AccountJoinedMethod":{
760
+ "type":"string",
761
+ "enum":[
762
+ "INVITED",
763
+ "CREATED"
764
+ ]
765
+ },
766
+ "AccountName":{
767
+ "type":"string",
768
+ "max":50,
769
+ "min":1,
770
+ "sensitive":true
771
+ },
772
+ "AccountNotFoundException":{
773
+ "type":"structure",
774
+ "members":{
775
+ "Message":{"shape":"ExceptionMessage"}
776
+ },
777
+ "exception":true
778
+ },
779
+ "AccountStatus":{
780
+ "type":"string",
781
+ "enum":[
782
+ "ACTIVE",
783
+ "SUSPENDED"
784
+ ]
785
+ },
786
+ "Accounts":{
787
+ "type":"list",
788
+ "member":{"shape":"Account"}
789
+ },
790
+ "ActionType":{
791
+ "type":"string",
792
+ "enum":[
793
+ "INVITE",
794
+ "ENABLE_ALL_FEATURES",
795
+ "APPROVE_ALL_FEATURES"
796
+ ]
797
+ },
798
+ "AlreadyInOrganizationException":{
799
+ "type":"structure",
800
+ "members":{
801
+ "Message":{"shape":"ExceptionMessage"}
802
+ },
803
+ "exception":true
804
+ },
805
+ "AttachPolicyRequest":{
806
+ "type":"structure",
807
+ "required":[
808
+ "PolicyId",
809
+ "TargetId"
810
+ ],
811
+ "members":{
812
+ "PolicyId":{"shape":"PolicyId"},
813
+ "TargetId":{"shape":"PolicyTargetId"}
814
+ }
815
+ },
816
+ "AwsManagedPolicy":{"type":"boolean"},
817
+ "CancelHandshakeRequest":{
818
+ "type":"structure",
819
+ "required":["HandshakeId"],
820
+ "members":{
821
+ "HandshakeId":{"shape":"HandshakeId"}
822
+ }
823
+ },
824
+ "CancelHandshakeResponse":{
825
+ "type":"structure",
826
+ "members":{
827
+ "Handshake":{"shape":"Handshake"}
828
+ }
829
+ },
830
+ "Child":{
831
+ "type":"structure",
832
+ "members":{
833
+ "Id":{"shape":"ChildId"},
834
+ "Type":{"shape":"ChildType"}
835
+ }
836
+ },
837
+ "ChildId":{
838
+ "type":"string",
839
+ "pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
840
+ },
841
+ "ChildNotFoundException":{
842
+ "type":"structure",
843
+ "members":{
844
+ "Message":{"shape":"ExceptionMessage"}
845
+ },
846
+ "exception":true
847
+ },
848
+ "ChildType":{
849
+ "type":"string",
850
+ "enum":[
851
+ "ACCOUNT",
852
+ "ORGANIZATIONAL_UNIT"
853
+ ]
854
+ },
855
+ "Children":{
856
+ "type":"list",
857
+ "member":{"shape":"Child"}
858
+ },
859
+ "ConcurrentModificationException":{
860
+ "type":"structure",
861
+ "members":{
862
+ "Message":{"shape":"ExceptionMessage"}
863
+ },
864
+ "exception":true
865
+ },
866
+ "ConstraintViolationException":{
867
+ "type":"structure",
868
+ "members":{
869
+ "Message":{"shape":"ExceptionMessage"},
870
+ "Reason":{"shape":"ConstraintViolationExceptionReason"}
871
+ },
872
+ "exception":true
873
+ },
874
+ "ConstraintViolationExceptionReason":{
875
+ "type":"string",
876
+ "enum":[
877
+ "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
878
+ "HANDSHAKE_RATE_LIMIT_EXCEEDED",
879
+ "OU_NUMBER_LIMIT_EXCEEDED",
880
+ "OU_DEPTH_LIMIT_EXCEEDED",
881
+ "POLICY_NUMBER_LIMIT_EXCEEDED",
882
+ "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
883
+ "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
884
+ "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
885
+ "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
886
+ "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED"
887
+ ]
888
+ },
889
+ "CreateAccountFailureReason":{
890
+ "type":"string",
891
+ "enum":[
892
+ "ACCOUNT_LIMIT_EXCEEDED",
893
+ "EMAIL_ALREADY_EXISTS",
894
+ "INVALID_ADDRESS",
895
+ "INTERNAL_FAILURE"
896
+ ]
897
+ },
898
+ "CreateAccountRequest":{
899
+ "type":"structure",
900
+ "required":[
901
+ "Email",
902
+ "AccountName"
903
+ ],
904
+ "members":{
905
+ "Email":{"shape":"Email"},
906
+ "AccountName":{"shape":"AccountName"},
907
+ "RoleName":{"shape":"RoleName"},
908
+ "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
909
+ }
910
+ },
911
+ "CreateAccountRequestId":{
912
+ "type":"string",
913
+ "pattern":"^car-[a-z0-9]{8,32}$"
914
+ },
915
+ "CreateAccountResponse":{
916
+ "type":"structure",
917
+ "members":{
918
+ "CreateAccountStatus":{"shape":"CreateAccountStatus"}
919
+ }
920
+ },
921
+ "CreateAccountState":{
922
+ "type":"string",
923
+ "enum":[
924
+ "IN_PROGRESS",
925
+ "SUCCEEDED",
926
+ "FAILED"
927
+ ]
928
+ },
929
+ "CreateAccountStates":{
930
+ "type":"list",
931
+ "member":{"shape":"CreateAccountState"}
932
+ },
933
+ "CreateAccountStatus":{
934
+ "type":"structure",
935
+ "members":{
936
+ "Id":{"shape":"CreateAccountRequestId"},
937
+ "AccountName":{"shape":"AccountName"},
938
+ "State":{"shape":"CreateAccountState"},
939
+ "RequestedTimestamp":{"shape":"Timestamp"},
940
+ "CompletedTimestamp":{"shape":"Timestamp"},
941
+ "AccountId":{"shape":"AccountId"},
942
+ "FailureReason":{"shape":"CreateAccountFailureReason"}
943
+ }
944
+ },
945
+ "CreateAccountStatusNotFoundException":{
946
+ "type":"structure",
947
+ "members":{
948
+ "Message":{"shape":"ExceptionMessage"}
949
+ },
950
+ "exception":true
951
+ },
952
+ "CreateAccountStatuses":{
953
+ "type":"list",
954
+ "member":{"shape":"CreateAccountStatus"}
955
+ },
956
+ "CreateOrganizationRequest":{
957
+ "type":"structure",
958
+ "members":{
959
+ "FeatureSet":{"shape":"OrganizationFeatureSet"}
960
+ }
961
+ },
962
+ "CreateOrganizationResponse":{
963
+ "type":"structure",
964
+ "members":{
965
+ "Organization":{"shape":"Organization"}
966
+ }
967
+ },
968
+ "CreateOrganizationalUnitRequest":{
969
+ "type":"structure",
970
+ "required":[
971
+ "ParentId",
972
+ "Name"
973
+ ],
974
+ "members":{
975
+ "ParentId":{"shape":"ParentId"},
976
+ "Name":{"shape":"OrganizationalUnitName"}
977
+ }
978
+ },
979
+ "CreateOrganizationalUnitResponse":{
980
+ "type":"structure",
981
+ "members":{
982
+ "OrganizationalUnit":{"shape":"OrganizationalUnit"}
983
+ }
984
+ },
985
+ "CreatePolicyRequest":{
986
+ "type":"structure",
987
+ "required":[
988
+ "Content",
989
+ "Description",
990
+ "Name",
991
+ "Type"
992
+ ],
993
+ "members":{
994
+ "Content":{"shape":"PolicyContent"},
995
+ "Description":{"shape":"PolicyDescription"},
996
+ "Name":{"shape":"PolicyName"},
997
+ "Type":{"shape":"PolicyType"}
998
+ }
999
+ },
1000
+ "CreatePolicyResponse":{
1001
+ "type":"structure",
1002
+ "members":{
1003
+ "Policy":{"shape":"Policy"}
1004
+ }
1005
+ },
1006
+ "DeclineHandshakeRequest":{
1007
+ "type":"structure",
1008
+ "required":["HandshakeId"],
1009
+ "members":{
1010
+ "HandshakeId":{"shape":"HandshakeId"}
1011
+ }
1012
+ },
1013
+ "DeclineHandshakeResponse":{
1014
+ "type":"structure",
1015
+ "members":{
1016
+ "Handshake":{"shape":"Handshake"}
1017
+ }
1018
+ },
1019
+ "DeleteOrganizationalUnitRequest":{
1020
+ "type":"structure",
1021
+ "required":["OrganizationalUnitId"],
1022
+ "members":{
1023
+ "OrganizationalUnitId":{"shape":"OrganizationalUnitId"}
1024
+ }
1025
+ },
1026
+ "DeletePolicyRequest":{
1027
+ "type":"structure",
1028
+ "required":["PolicyId"],
1029
+ "members":{
1030
+ "PolicyId":{"shape":"PolicyId"}
1031
+ }
1032
+ },
1033
+ "DescribeAccountRequest":{
1034
+ "type":"structure",
1035
+ "required":["AccountId"],
1036
+ "members":{
1037
+ "AccountId":{"shape":"AccountId"}
1038
+ }
1039
+ },
1040
+ "DescribeAccountResponse":{
1041
+ "type":"structure",
1042
+ "members":{
1043
+ "Account":{"shape":"Account"}
1044
+ }
1045
+ },
1046
+ "DescribeCreateAccountStatusRequest":{
1047
+ "type":"structure",
1048
+ "required":["CreateAccountRequestId"],
1049
+ "members":{
1050
+ "CreateAccountRequestId":{"shape":"CreateAccountRequestId"}
1051
+ }
1052
+ },
1053
+ "DescribeCreateAccountStatusResponse":{
1054
+ "type":"structure",
1055
+ "members":{
1056
+ "CreateAccountStatus":{"shape":"CreateAccountStatus"}
1057
+ }
1058
+ },
1059
+ "DescribeHandshakeRequest":{
1060
+ "type":"structure",
1061
+ "required":["HandshakeId"],
1062
+ "members":{
1063
+ "HandshakeId":{"shape":"HandshakeId"}
1064
+ }
1065
+ },
1066
+ "DescribeHandshakeResponse":{
1067
+ "type":"structure",
1068
+ "members":{
1069
+ "Handshake":{"shape":"Handshake"}
1070
+ }
1071
+ },
1072
+ "DescribeOrganizationResponse":{
1073
+ "type":"structure",
1074
+ "members":{
1075
+ "Organization":{"shape":"Organization"}
1076
+ }
1077
+ },
1078
+ "DescribeOrganizationalUnitRequest":{
1079
+ "type":"structure",
1080
+ "required":["OrganizationalUnitId"],
1081
+ "members":{
1082
+ "OrganizationalUnitId":{"shape":"OrganizationalUnitId"}
1083
+ }
1084
+ },
1085
+ "DescribeOrganizationalUnitResponse":{
1086
+ "type":"structure",
1087
+ "members":{
1088
+ "OrganizationalUnit":{"shape":"OrganizationalUnit"}
1089
+ }
1090
+ },
1091
+ "DescribePolicyRequest":{
1092
+ "type":"structure",
1093
+ "required":["PolicyId"],
1094
+ "members":{
1095
+ "PolicyId":{"shape":"PolicyId"}
1096
+ }
1097
+ },
1098
+ "DescribePolicyResponse":{
1099
+ "type":"structure",
1100
+ "members":{
1101
+ "Policy":{"shape":"Policy"}
1102
+ }
1103
+ },
1104
+ "DestinationParentNotFoundException":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "Message":{"shape":"ExceptionMessage"}
1108
+ },
1109
+ "exception":true
1110
+ },
1111
+ "DetachPolicyRequest":{
1112
+ "type":"structure",
1113
+ "required":[
1114
+ "PolicyId",
1115
+ "TargetId"
1116
+ ],
1117
+ "members":{
1118
+ "PolicyId":{"shape":"PolicyId"},
1119
+ "TargetId":{"shape":"PolicyTargetId"}
1120
+ }
1121
+ },
1122
+ "DisablePolicyTypeRequest":{
1123
+ "type":"structure",
1124
+ "required":[
1125
+ "RootId",
1126
+ "PolicyType"
1127
+ ],
1128
+ "members":{
1129
+ "RootId":{"shape":"RootId"},
1130
+ "PolicyType":{"shape":"PolicyType"}
1131
+ }
1132
+ },
1133
+ "DisablePolicyTypeResponse":{
1134
+ "type":"structure",
1135
+ "members":{
1136
+ "Root":{"shape":"Root"}
1137
+ }
1138
+ },
1139
+ "DuplicateAccountException":{
1140
+ "type":"structure",
1141
+ "members":{
1142
+ "Message":{"shape":"ExceptionMessage"}
1143
+ },
1144
+ "exception":true
1145
+ },
1146
+ "DuplicateHandshakeException":{
1147
+ "type":"structure",
1148
+ "members":{
1149
+ "Message":{"shape":"ExceptionMessage"}
1150
+ },
1151
+ "exception":true
1152
+ },
1153
+ "DuplicateOrganizationalUnitException":{
1154
+ "type":"structure",
1155
+ "members":{
1156
+ "Message":{"shape":"ExceptionMessage"}
1157
+ },
1158
+ "exception":true
1159
+ },
1160
+ "DuplicatePolicyAttachmentException":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ "Message":{"shape":"ExceptionMessage"}
1164
+ },
1165
+ "exception":true
1166
+ },
1167
+ "DuplicatePolicyException":{
1168
+ "type":"structure",
1169
+ "members":{
1170
+ "Message":{"shape":"ExceptionMessage"}
1171
+ },
1172
+ "exception":true
1173
+ },
1174
+ "Email":{
1175
+ "type":"string",
1176
+ "max":64,
1177
+ "min":6,
1178
+ "pattern":"[\\w+=,.-]+@[\\w.-]+\\.[\\w]+",
1179
+ "sensitive":true
1180
+ },
1181
+ "EnableAllFeaturesRequest":{
1182
+ "type":"structure",
1183
+ "members":{
1184
+ }
1185
+ },
1186
+ "EnableAllFeaturesResponse":{
1187
+ "type":"structure",
1188
+ "members":{
1189
+ "Handshake":{"shape":"Handshake"}
1190
+ }
1191
+ },
1192
+ "EnablePolicyTypeRequest":{
1193
+ "type":"structure",
1194
+ "required":[
1195
+ "RootId",
1196
+ "PolicyType"
1197
+ ],
1198
+ "members":{
1199
+ "RootId":{"shape":"RootId"},
1200
+ "PolicyType":{"shape":"PolicyType"}
1201
+ }
1202
+ },
1203
+ "EnablePolicyTypeResponse":{
1204
+ "type":"structure",
1205
+ "members":{
1206
+ "Root":{"shape":"Root"}
1207
+ }
1208
+ },
1209
+ "ExceptionMessage":{"type":"string"},
1210
+ "ExceptionType":{"type":"string"},
1211
+ "FinalizingOrganizationException":{
1212
+ "type":"structure",
1213
+ "members":{
1214
+ "Message":{"shape":"ExceptionMessage"}
1215
+ },
1216
+ "exception":true
1217
+ },
1218
+ "GenericArn":{
1219
+ "type":"string",
1220
+ "pattern":"^arn:aws:organizations::.+:.+"
1221
+ },
1222
+ "Handshake":{
1223
+ "type":"structure",
1224
+ "members":{
1225
+ "Id":{"shape":"HandshakeId"},
1226
+ "Arn":{"shape":"HandshakeArn"},
1227
+ "Parties":{"shape":"HandshakeParties"},
1228
+ "State":{"shape":"HandshakeState"},
1229
+ "RequestedTimestamp":{"shape":"Timestamp"},
1230
+ "ExpirationTimestamp":{"shape":"Timestamp"},
1231
+ "Action":{"shape":"ActionType"},
1232
+ "Resources":{"shape":"HandshakeResources"}
1233
+ }
1234
+ },
1235
+ "HandshakeAlreadyInStateException":{
1236
+ "type":"structure",
1237
+ "members":{
1238
+ "Message":{"shape":"ExceptionMessage"}
1239
+ },
1240
+ "exception":true
1241
+ },
1242
+ "HandshakeArn":{
1243
+ "type":"string",
1244
+ "pattern":"^arn:aws:organizations::\\d{12}:handshake\\/o-[a-z0-9]{10,32}\\/[a-z_]{1,32}\\/h-[0-9a-z]{8,32}"
1245
+ },
1246
+ "HandshakeConstraintViolationException":{
1247
+ "type":"structure",
1248
+ "members":{
1249
+ "Message":{"shape":"ExceptionMessage"},
1250
+ "Reason":{"shape":"HandshakeConstraintViolationExceptionReason"}
1251
+ },
1252
+ "exception":true
1253
+ },
1254
+ "HandshakeConstraintViolationExceptionReason":{
1255
+ "type":"string",
1256
+ "enum":[
1257
+ "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
1258
+ "HANDSHAKE_RATE_LIMIT_EXCEEDED",
1259
+ "ALREADY_IN_AN_ORGANIZATION",
1260
+ "ORGANIZATION_ALREADY_HAS_ALL_FEATURES",
1261
+ "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES",
1262
+ "PAYMENT_INSTRUMENT_REQUIRED",
1263
+ "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD",
1264
+ "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED"
1265
+ ]
1266
+ },
1267
+ "HandshakeFilter":{
1268
+ "type":"structure",
1269
+ "members":{
1270
+ "ActionType":{"shape":"ActionType"},
1271
+ "ParentHandshakeId":{"shape":"HandshakeId"}
1272
+ }
1273
+ },
1274
+ "HandshakeId":{
1275
+ "type":"string",
1276
+ "pattern":"^h-[0-9a-z]{8,32}$"
1277
+ },
1278
+ "HandshakeNotFoundException":{
1279
+ "type":"structure",
1280
+ "members":{
1281
+ "Message":{"shape":"ExceptionMessage"}
1282
+ },
1283
+ "exception":true
1284
+ },
1285
+ "HandshakeNotes":{
1286
+ "type":"string",
1287
+ "max":1024,
1288
+ "sensitive":true
1289
+ },
1290
+ "HandshakeParties":{
1291
+ "type":"list",
1292
+ "member":{"shape":"HandshakeParty"}
1293
+ },
1294
+ "HandshakeParty":{
1295
+ "type":"structure",
1296
+ "members":{
1297
+ "Id":{"shape":"HandshakePartyId"},
1298
+ "Type":{"shape":"HandshakePartyType"}
1299
+ }
1300
+ },
1301
+ "HandshakePartyId":{
1302
+ "type":"string",
1303
+ "max":64,
1304
+ "min":1,
1305
+ "sensitive":true
1306
+ },
1307
+ "HandshakePartyType":{
1308
+ "type":"string",
1309
+ "enum":[
1310
+ "ACCOUNT",
1311
+ "ORGANIZATION",
1312
+ "EMAIL"
1313
+ ]
1314
+ },
1315
+ "HandshakeResource":{
1316
+ "type":"structure",
1317
+ "members":{
1318
+ "Value":{"shape":"HandshakeResourceValue"},
1319
+ "Type":{"shape":"HandshakeResourceType"},
1320
+ "Resources":{"shape":"HandshakeResources"}
1321
+ }
1322
+ },
1323
+ "HandshakeResourceType":{
1324
+ "type":"string",
1325
+ "enum":[
1326
+ "ACCOUNT",
1327
+ "ORGANIZATION",
1328
+ "ORGANIZATION_FEATURE_SET",
1329
+ "EMAIL",
1330
+ "MASTER_EMAIL",
1331
+ "MASTER_NAME",
1332
+ "NOTES",
1333
+ "PARENT_HANDSHAKE"
1334
+ ]
1335
+ },
1336
+ "HandshakeResourceValue":{
1337
+ "type":"string",
1338
+ "sensitive":true
1339
+ },
1340
+ "HandshakeResources":{
1341
+ "type":"list",
1342
+ "member":{"shape":"HandshakeResource"}
1343
+ },
1344
+ "HandshakeState":{
1345
+ "type":"string",
1346
+ "enum":[
1347
+ "REQUESTED",
1348
+ "OPEN",
1349
+ "CANCELED",
1350
+ "ACCEPTED",
1351
+ "DECLINED",
1352
+ "EXPIRED"
1353
+ ]
1354
+ },
1355
+ "Handshakes":{
1356
+ "type":"list",
1357
+ "member":{"shape":"Handshake"}
1358
+ },
1359
+ "IAMUserAccessToBilling":{
1360
+ "type":"string",
1361
+ "enum":[
1362
+ "ALLOW",
1363
+ "DENY"
1364
+ ]
1365
+ },
1366
+ "InvalidHandshakeTransitionException":{
1367
+ "type":"structure",
1368
+ "members":{
1369
+ "Message":{"shape":"ExceptionMessage"}
1370
+ },
1371
+ "exception":true
1372
+ },
1373
+ "InvalidInputException":{
1374
+ "type":"structure",
1375
+ "members":{
1376
+ "Message":{"shape":"ExceptionMessage"},
1377
+ "Reason":{"shape":"InvalidInputExceptionReason"}
1378
+ },
1379
+ "exception":true
1380
+ },
1381
+ "InvalidInputExceptionReason":{
1382
+ "type":"string",
1383
+ "enum":[
1384
+ "INVALID_PARTY_TYPE_TARGET",
1385
+ "INVALID_SYNTAX_ORGANIZATION_ARN",
1386
+ "INVALID_SYNTAX_POLICY_ID",
1387
+ "INVALID_ENUM",
1388
+ "INVALID_LIST_MEMBER",
1389
+ "MAX_LENGTH_EXCEEDED",
1390
+ "MAX_VALUE_EXCEEDED",
1391
+ "MIN_LENGTH_EXCEEDED",
1392
+ "MIN_VALUE_EXCEEDED",
1393
+ "IMMUTABLE_POLICY",
1394
+ "INVALID_PATTERN",
1395
+ "INVALID_PATTERN_TARGET_ID",
1396
+ "INPUT_REQUIRED",
1397
+ "INVALID_NEXT_TOKEN",
1398
+ "MAX_LIMIT_EXCEEDED_FILTER",
1399
+ "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS"
1400
+ ]
1401
+ },
1402
+ "InviteAccountToOrganizationRequest":{
1403
+ "type":"structure",
1404
+ "required":["Target"],
1405
+ "members":{
1406
+ "Target":{"shape":"HandshakeParty"},
1407
+ "Notes":{"shape":"HandshakeNotes"}
1408
+ }
1409
+ },
1410
+ "InviteAccountToOrganizationResponse":{
1411
+ "type":"structure",
1412
+ "members":{
1413
+ "Handshake":{"shape":"Handshake"}
1414
+ }
1415
+ },
1416
+ "ListAccountsForParentRequest":{
1417
+ "type":"structure",
1418
+ "required":["ParentId"],
1419
+ "members":{
1420
+ "ParentId":{"shape":"ParentId"},
1421
+ "NextToken":{"shape":"NextToken"},
1422
+ "MaxResults":{"shape":"MaxResults"}
1423
+ }
1424
+ },
1425
+ "ListAccountsForParentResponse":{
1426
+ "type":"structure",
1427
+ "members":{
1428
+ "Accounts":{"shape":"Accounts"},
1429
+ "NextToken":{"shape":"NextToken"}
1430
+ }
1431
+ },
1432
+ "ListAccountsRequest":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "NextToken":{"shape":"NextToken"},
1436
+ "MaxResults":{"shape":"MaxResults"}
1437
+ }
1438
+ },
1439
+ "ListAccountsResponse":{
1440
+ "type":"structure",
1441
+ "members":{
1442
+ "Accounts":{"shape":"Accounts"},
1443
+ "NextToken":{"shape":"NextToken"}
1444
+ }
1445
+ },
1446
+ "ListChildrenRequest":{
1447
+ "type":"structure",
1448
+ "required":[
1449
+ "ParentId",
1450
+ "ChildType"
1451
+ ],
1452
+ "members":{
1453
+ "ParentId":{"shape":"ParentId"},
1454
+ "ChildType":{"shape":"ChildType"},
1455
+ "NextToken":{"shape":"NextToken"},
1456
+ "MaxResults":{"shape":"MaxResults"}
1457
+ }
1458
+ },
1459
+ "ListChildrenResponse":{
1460
+ "type":"structure",
1461
+ "members":{
1462
+ "Children":{"shape":"Children"},
1463
+ "NextToken":{"shape":"NextToken"}
1464
+ }
1465
+ },
1466
+ "ListCreateAccountStatusRequest":{
1467
+ "type":"structure",
1468
+ "members":{
1469
+ "States":{"shape":"CreateAccountStates"},
1470
+ "NextToken":{"shape":"NextToken"},
1471
+ "MaxResults":{"shape":"MaxResults"}
1472
+ }
1473
+ },
1474
+ "ListCreateAccountStatusResponse":{
1475
+ "type":"structure",
1476
+ "members":{
1477
+ "CreateAccountStatuses":{"shape":"CreateAccountStatuses"},
1478
+ "NextToken":{"shape":"NextToken"}
1479
+ }
1480
+ },
1481
+ "ListHandshakesForAccountRequest":{
1482
+ "type":"structure",
1483
+ "members":{
1484
+ "Filter":{"shape":"HandshakeFilter"},
1485
+ "NextToken":{"shape":"NextToken"},
1486
+ "MaxResults":{"shape":"MaxResults"}
1487
+ }
1488
+ },
1489
+ "ListHandshakesForAccountResponse":{
1490
+ "type":"structure",
1491
+ "members":{
1492
+ "Handshakes":{"shape":"Handshakes"},
1493
+ "NextToken":{"shape":"NextToken"}
1494
+ }
1495
+ },
1496
+ "ListHandshakesForOrganizationRequest":{
1497
+ "type":"structure",
1498
+ "members":{
1499
+ "Filter":{"shape":"HandshakeFilter"},
1500
+ "NextToken":{"shape":"NextToken"},
1501
+ "MaxResults":{"shape":"MaxResults"}
1502
+ }
1503
+ },
1504
+ "ListHandshakesForOrganizationResponse":{
1505
+ "type":"structure",
1506
+ "members":{
1507
+ "Handshakes":{"shape":"Handshakes"},
1508
+ "NextToken":{"shape":"NextToken"}
1509
+ }
1510
+ },
1511
+ "ListOrganizationalUnitsForParentRequest":{
1512
+ "type":"structure",
1513
+ "required":["ParentId"],
1514
+ "members":{
1515
+ "ParentId":{"shape":"ParentId"},
1516
+ "NextToken":{"shape":"NextToken"},
1517
+ "MaxResults":{"shape":"MaxResults"}
1518
+ }
1519
+ },
1520
+ "ListOrganizationalUnitsForParentResponse":{
1521
+ "type":"structure",
1522
+ "members":{
1523
+ "OrganizationalUnits":{"shape":"OrganizationalUnits"},
1524
+ "NextToken":{"shape":"NextToken"}
1525
+ }
1526
+ },
1527
+ "ListParentsRequest":{
1528
+ "type":"structure",
1529
+ "required":["ChildId"],
1530
+ "members":{
1531
+ "ChildId":{"shape":"ChildId"},
1532
+ "NextToken":{"shape":"NextToken"},
1533
+ "MaxResults":{"shape":"MaxResults"}
1534
+ }
1535
+ },
1536
+ "ListParentsResponse":{
1537
+ "type":"structure",
1538
+ "members":{
1539
+ "Parents":{"shape":"Parents"},
1540
+ "NextToken":{"shape":"NextToken"}
1541
+ }
1542
+ },
1543
+ "ListPoliciesForTargetRequest":{
1544
+ "type":"structure",
1545
+ "required":[
1546
+ "TargetId",
1547
+ "Filter"
1548
+ ],
1549
+ "members":{
1550
+ "TargetId":{"shape":"PolicyTargetId"},
1551
+ "Filter":{"shape":"PolicyType"},
1552
+ "NextToken":{"shape":"NextToken"},
1553
+ "MaxResults":{"shape":"MaxResults"}
1554
+ }
1555
+ },
1556
+ "ListPoliciesForTargetResponse":{
1557
+ "type":"structure",
1558
+ "members":{
1559
+ "Policies":{"shape":"Policies"},
1560
+ "NextToken":{"shape":"NextToken"}
1561
+ }
1562
+ },
1563
+ "ListPoliciesRequest":{
1564
+ "type":"structure",
1565
+ "required":["Filter"],
1566
+ "members":{
1567
+ "Filter":{"shape":"PolicyType"},
1568
+ "NextToken":{"shape":"NextToken"},
1569
+ "MaxResults":{"shape":"MaxResults"}
1570
+ }
1571
+ },
1572
+ "ListPoliciesResponse":{
1573
+ "type":"structure",
1574
+ "members":{
1575
+ "Policies":{"shape":"Policies"},
1576
+ "NextToken":{"shape":"NextToken"}
1577
+ }
1578
+ },
1579
+ "ListRootsRequest":{
1580
+ "type":"structure",
1581
+ "members":{
1582
+ "NextToken":{"shape":"NextToken"},
1583
+ "MaxResults":{"shape":"MaxResults"}
1584
+ }
1585
+ },
1586
+ "ListRootsResponse":{
1587
+ "type":"structure",
1588
+ "members":{
1589
+ "Roots":{"shape":"Roots"},
1590
+ "NextToken":{"shape":"NextToken"}
1591
+ }
1592
+ },
1593
+ "ListTargetsForPolicyRequest":{
1594
+ "type":"structure",
1595
+ "required":["PolicyId"],
1596
+ "members":{
1597
+ "PolicyId":{"shape":"PolicyId"},
1598
+ "NextToken":{"shape":"NextToken"},
1599
+ "MaxResults":{"shape":"MaxResults"}
1600
+ }
1601
+ },
1602
+ "ListTargetsForPolicyResponse":{
1603
+ "type":"structure",
1604
+ "members":{
1605
+ "Targets":{"shape":"PolicyTargets"},
1606
+ "NextToken":{"shape":"NextToken"}
1607
+ }
1608
+ },
1609
+ "MalformedPolicyDocumentException":{
1610
+ "type":"structure",
1611
+ "members":{
1612
+ "Message":{"shape":"ExceptionMessage"}
1613
+ },
1614
+ "exception":true
1615
+ },
1616
+ "MasterCannotLeaveOrganizationException":{
1617
+ "type":"structure",
1618
+ "members":{
1619
+ "Message":{"shape":"ExceptionMessage"}
1620
+ },
1621
+ "exception":true
1622
+ },
1623
+ "MaxResults":{
1624
+ "type":"integer",
1625
+ "box":true,
1626
+ "max":20,
1627
+ "min":1
1628
+ },
1629
+ "MoveAccountRequest":{
1630
+ "type":"structure",
1631
+ "required":[
1632
+ "AccountId",
1633
+ "SourceParentId",
1634
+ "DestinationParentId"
1635
+ ],
1636
+ "members":{
1637
+ "AccountId":{"shape":"AccountId"},
1638
+ "SourceParentId":{"shape":"ParentId"},
1639
+ "DestinationParentId":{"shape":"ParentId"}
1640
+ }
1641
+ },
1642
+ "NextToken":{"type":"string"},
1643
+ "Organization":{
1644
+ "type":"structure",
1645
+ "members":{
1646
+ "Id":{"shape":"OrganizationId"},
1647
+ "Arn":{"shape":"OrganizationArn"},
1648
+ "FeatureSet":{"shape":"OrganizationFeatureSet"},
1649
+ "MasterAccountArn":{"shape":"AccountArn"},
1650
+ "MasterAccountId":{"shape":"AccountId"},
1651
+ "MasterAccountEmail":{"shape":"Email"},
1652
+ "AvailablePolicyTypes":{"shape":"PolicyTypes"}
1653
+ }
1654
+ },
1655
+ "OrganizationArn":{
1656
+ "type":"string",
1657
+ "pattern":"^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}"
1658
+ },
1659
+ "OrganizationFeatureSet":{
1660
+ "type":"string",
1661
+ "enum":[
1662
+ "ALL",
1663
+ "CONSOLIDATED_BILLING"
1664
+ ]
1665
+ },
1666
+ "OrganizationId":{
1667
+ "type":"string",
1668
+ "pattern":"^o-[a-z0-9]{10,32}$"
1669
+ },
1670
+ "OrganizationNotEmptyException":{
1671
+ "type":"structure",
1672
+ "members":{
1673
+ "Message":{"shape":"ExceptionMessage"}
1674
+ },
1675
+ "exception":true
1676
+ },
1677
+ "OrganizationalUnit":{
1678
+ "type":"structure",
1679
+ "members":{
1680
+ "Id":{"shape":"OrganizationalUnitId"},
1681
+ "Arn":{"shape":"OrganizationalUnitArn"},
1682
+ "Name":{"shape":"OrganizationalUnitName"}
1683
+ }
1684
+ },
1685
+ "OrganizationalUnitArn":{
1686
+ "type":"string",
1687
+ "pattern":"^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}"
1688
+ },
1689
+ "OrganizationalUnitId":{
1690
+ "type":"string",
1691
+ "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
1692
+ },
1693
+ "OrganizationalUnitName":{
1694
+ "type":"string",
1695
+ "max":128,
1696
+ "min":1
1697
+ },
1698
+ "OrganizationalUnitNotEmptyException":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ "Message":{"shape":"ExceptionMessage"}
1702
+ },
1703
+ "exception":true
1704
+ },
1705
+ "OrganizationalUnitNotFoundException":{
1706
+ "type":"structure",
1707
+ "members":{
1708
+ "Message":{"shape":"ExceptionMessage"}
1709
+ },
1710
+ "exception":true
1711
+ },
1712
+ "OrganizationalUnits":{
1713
+ "type":"list",
1714
+ "member":{"shape":"OrganizationalUnit"}
1715
+ },
1716
+ "Parent":{
1717
+ "type":"structure",
1718
+ "members":{
1719
+ "Id":{"shape":"ParentId"},
1720
+ "Type":{"shape":"ParentType"}
1721
+ }
1722
+ },
1723
+ "ParentId":{
1724
+ "type":"string",
1725
+ "pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1726
+ },
1727
+ "ParentNotFoundException":{
1728
+ "type":"structure",
1729
+ "members":{
1730
+ "Message":{"shape":"ExceptionMessage"}
1731
+ },
1732
+ "exception":true
1733
+ },
1734
+ "ParentType":{
1735
+ "type":"string",
1736
+ "enum":[
1737
+ "ROOT",
1738
+ "ORGANIZATIONAL_UNIT"
1739
+ ]
1740
+ },
1741
+ "Parents":{
1742
+ "type":"list",
1743
+ "member":{"shape":"Parent"}
1744
+ },
1745
+ "Policies":{
1746
+ "type":"list",
1747
+ "member":{"shape":"PolicySummary"}
1748
+ },
1749
+ "Policy":{
1750
+ "type":"structure",
1751
+ "members":{
1752
+ "PolicySummary":{"shape":"PolicySummary"},
1753
+ "Content":{"shape":"PolicyContent"}
1754
+ }
1755
+ },
1756
+ "PolicyArn":{
1757
+ "type":"string",
1758
+ "pattern":"^(arn:aws:organizations::\\d{12}:policy\\/o-[a-z0-9]{10,32}\\/[0-9a-z_]+\\/p-[0-9a-z]{10,32})|(arn:aws:organizations::aws:policy\\/[0-9a-z_]+\\/p-[0-9a-zA-Z_]{10,128})"
1759
+ },
1760
+ "PolicyContent":{
1761
+ "type":"string",
1762
+ "max":1000000,
1763
+ "min":1
1764
+ },
1765
+ "PolicyDescription":{
1766
+ "type":"string",
1767
+ "max":512
1768
+ },
1769
+ "PolicyId":{
1770
+ "type":"string",
1771
+ "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
1772
+ },
1773
+ "PolicyInUseException":{
1774
+ "type":"structure",
1775
+ "members":{
1776
+ "Message":{"shape":"ExceptionMessage"}
1777
+ },
1778
+ "exception":true
1779
+ },
1780
+ "PolicyName":{
1781
+ "type":"string",
1782
+ "max":128,
1783
+ "min":1
1784
+ },
1785
+ "PolicyNotAttachedException":{
1786
+ "type":"structure",
1787
+ "members":{
1788
+ "Message":{"shape":"ExceptionMessage"}
1789
+ },
1790
+ "exception":true
1791
+ },
1792
+ "PolicyNotFoundException":{
1793
+ "type":"structure",
1794
+ "members":{
1795
+ "Message":{"shape":"ExceptionMessage"}
1796
+ },
1797
+ "exception":true
1798
+ },
1799
+ "PolicySummary":{
1800
+ "type":"structure",
1801
+ "members":{
1802
+ "Id":{"shape":"PolicyId"},
1803
+ "Arn":{"shape":"PolicyArn"},
1804
+ "Name":{"shape":"PolicyName"},
1805
+ "Description":{"shape":"PolicyDescription"},
1806
+ "Type":{"shape":"PolicyType"},
1807
+ "AwsManaged":{"shape":"AwsManagedPolicy"}
1808
+ }
1809
+ },
1810
+ "PolicyTargetId":{
1811
+ "type":"string",
1812
+ "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1813
+ },
1814
+ "PolicyTargetSummary":{
1815
+ "type":"structure",
1816
+ "members":{
1817
+ "TargetId":{"shape":"PolicyTargetId"},
1818
+ "Arn":{"shape":"GenericArn"},
1819
+ "Name":{"shape":"TargetName"},
1820
+ "Type":{"shape":"TargetType"}
1821
+ }
1822
+ },
1823
+ "PolicyTargets":{
1824
+ "type":"list",
1825
+ "member":{"shape":"PolicyTargetSummary"}
1826
+ },
1827
+ "PolicyType":{
1828
+ "type":"string",
1829
+ "enum":["SERVICE_CONTROL_POLICY"]
1830
+ },
1831
+ "PolicyTypeAlreadyEnabledException":{
1832
+ "type":"structure",
1833
+ "members":{
1834
+ "Message":{"shape":"ExceptionMessage"}
1835
+ },
1836
+ "exception":true
1837
+ },
1838
+ "PolicyTypeNotAvailableForOrganizationException":{
1839
+ "type":"structure",
1840
+ "members":{
1841
+ "Message":{"shape":"ExceptionMessage"}
1842
+ },
1843
+ "exception":true
1844
+ },
1845
+ "PolicyTypeNotEnabledException":{
1846
+ "type":"structure",
1847
+ "members":{
1848
+ "Message":{"shape":"ExceptionMessage"}
1849
+ },
1850
+ "exception":true
1851
+ },
1852
+ "PolicyTypeStatus":{
1853
+ "type":"string",
1854
+ "enum":[
1855
+ "ENABLED",
1856
+ "PENDING_ENABLE",
1857
+ "PENDING_DISABLE"
1858
+ ]
1859
+ },
1860
+ "PolicyTypeSummary":{
1861
+ "type":"structure",
1862
+ "members":{
1863
+ "Type":{"shape":"PolicyType"},
1864
+ "Status":{"shape":"PolicyTypeStatus"}
1865
+ }
1866
+ },
1867
+ "PolicyTypes":{
1868
+ "type":"list",
1869
+ "member":{"shape":"PolicyTypeSummary"}
1870
+ },
1871
+ "RemoveAccountFromOrganizationRequest":{
1872
+ "type":"structure",
1873
+ "required":["AccountId"],
1874
+ "members":{
1875
+ "AccountId":{"shape":"AccountId"}
1876
+ }
1877
+ },
1878
+ "RoleName":{
1879
+ "type":"string",
1880
+ "pattern":"[\\w+=,.@-]{1,64}"
1881
+ },
1882
+ "Root":{
1883
+ "type":"structure",
1884
+ "members":{
1885
+ "Id":{"shape":"RootId"},
1886
+ "Arn":{"shape":"RootArn"},
1887
+ "Name":{"shape":"RootName"},
1888
+ "PolicyTypes":{"shape":"PolicyTypes"}
1889
+ }
1890
+ },
1891
+ "RootArn":{
1892
+ "type":"string",
1893
+ "pattern":"^arn:aws:organizations::\\d{12}:root\\/o-[a-z0-9]{10,32}\\/r-[0-9a-z]{4,32}"
1894
+ },
1895
+ "RootId":{
1896
+ "type":"string",
1897
+ "pattern":"^r-[0-9a-z]{4,32}$"
1898
+ },
1899
+ "RootName":{
1900
+ "type":"string",
1901
+ "max":128,
1902
+ "min":1
1903
+ },
1904
+ "RootNotFoundException":{
1905
+ "type":"structure",
1906
+ "members":{
1907
+ "Message":{"shape":"ExceptionMessage"}
1908
+ },
1909
+ "exception":true
1910
+ },
1911
+ "Roots":{
1912
+ "type":"list",
1913
+ "member":{"shape":"Root"}
1914
+ },
1915
+ "ServiceException":{
1916
+ "type":"structure",
1917
+ "members":{
1918
+ "Message":{"shape":"ExceptionMessage"}
1919
+ },
1920
+ "exception":true
1921
+ },
1922
+ "SourceParentNotFoundException":{
1923
+ "type":"structure",
1924
+ "members":{
1925
+ "Message":{"shape":"ExceptionMessage"}
1926
+ },
1927
+ "exception":true
1928
+ },
1929
+ "TargetName":{
1930
+ "type":"string",
1931
+ "max":128,
1932
+ "min":1
1933
+ },
1934
+ "TargetNotFoundException":{
1935
+ "type":"structure",
1936
+ "members":{
1937
+ "Message":{"shape":"ExceptionMessage"}
1938
+ },
1939
+ "exception":true
1940
+ },
1941
+ "TargetType":{
1942
+ "type":"string",
1943
+ "enum":[
1944
+ "ACCOUNT",
1945
+ "ORGANIZATIONAL_UNIT",
1946
+ "ROOT"
1947
+ ]
1948
+ },
1949
+ "Timestamp":{"type":"timestamp"},
1950
+ "TooManyRequestsException":{
1951
+ "type":"structure",
1952
+ "members":{
1953
+ "Type":{"shape":"ExceptionType"},
1954
+ "Message":{"shape":"ExceptionMessage"}
1955
+ },
1956
+ "exception":true
1957
+ },
1958
+ "UpdateOrganizationalUnitRequest":{
1959
+ "type":"structure",
1960
+ "required":["OrganizationalUnitId"],
1961
+ "members":{
1962
+ "OrganizationalUnitId":{"shape":"OrganizationalUnitId"},
1963
+ "Name":{"shape":"OrganizationalUnitName"}
1964
+ }
1965
+ },
1966
+ "UpdateOrganizationalUnitResponse":{
1967
+ "type":"structure",
1968
+ "members":{
1969
+ "OrganizationalUnit":{"shape":"OrganizationalUnit"}
1970
+ }
1971
+ },
1972
+ "UpdatePolicyRequest":{
1973
+ "type":"structure",
1974
+ "required":["PolicyId"],
1975
+ "members":{
1976
+ "PolicyId":{"shape":"PolicyId"},
1977
+ "Name":{"shape":"PolicyName"},
1978
+ "Description":{"shape":"PolicyDescription"},
1979
+ "Content":{"shape":"PolicyContent"}
1980
+ }
1981
+ },
1982
+ "UpdatePolicyResponse":{
1983
+ "type":"structure",
1984
+ "members":{
1985
+ "Policy":{"shape":"Policy"}
1986
+ }
1987
+ }
1988
+ }
1989
+ }