aws-sdk-core 2.11.582 → 2.11.587

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/budgets/2016-10-20/api-2.json +2 -2
  3. data/apis/budgets/2016-10-20/paginators-1.json +25 -1
  4. data/apis/cloudfront/2020-05-31/api-2.json +1 -0
  5. data/apis/connect/2017-08-08/api-2.json +754 -4
  6. data/apis/connect/2017-08-08/paginators-1.json +12 -0
  7. data/apis/dlm/2018-01-12/api-2.json +1 -1
  8. data/apis/docdb/2014-10-31/api-2.json +1 -0
  9. data/apis/docdb/2014-10-31/paginators-1.json +30 -0
  10. data/apis/ec2/2016-11-15/api-2.json +9 -1
  11. data/apis/greengrass/2017-06-07/api-2.json +120 -0
  12. data/apis/kafka/2018-11-14/api-2.json +232 -6
  13. data/apis/kafka/2018-11-14/paginators-1.json +7 -1
  14. data/apis/kendra/2019-02-03/api-2.json +3 -1
  15. data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
  16. data/apis/medialive/2017-10-14/api-2.json +64 -40
  17. data/apis/organizations/2016-11-28/api-2.json +14 -7
  18. data/apis/s3/2006-03-01/api-2.json +437 -2
  19. data/apis/s3/2006-03-01/examples-1.json +117 -117
  20. data/apis/sagemaker/2017-07-24/api-2.json +16 -2
  21. data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
  22. data/apis/sso-admin/2020-07-20/api-2.json +1296 -0
  23. data/apis/sso-admin/2020-07-20/examples-1.json +5 -0
  24. data/apis/sso-admin/2020-07-20/paginators-1.json +63 -0
  25. data/apis/states/2016-11-23/api-2.json +34 -6
  26. data/apis/transcribe/2017-10-26/api-2.json +16 -4
  27. data/apis/workspaces/2015-04-08/api-2.json +309 -1
  28. data/endpoints.json +68 -1
  29. data/lib/aws-sdk-core.rb +1 -0
  30. data/lib/aws-sdk-core/ssoadmin.rb +6 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +4 -0
  33. metadata +6 -2
@@ -461,7 +461,8 @@
461
461
  "input":{"shape":"DescribeProvisionedProductInput"},
462
462
  "output":{"shape":"DescribeProvisionedProductOutput"},
463
463
  "errors":[
464
- {"shape":"ResourceNotFoundException"}
464
+ {"shape":"ResourceNotFoundException"},
465
+ {"shape":"InvalidParametersException"}
465
466
  ]
466
467
  },
467
468
  "DescribeProvisionedProductPlan":{
@@ -1852,10 +1853,10 @@
1852
1853
  },
1853
1854
  "DescribeProvisionedProductInput":{
1854
1855
  "type":"structure",
1855
- "required":["Id"],
1856
1856
  "members":{
1857
1857
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1858
- "Id":{"shape":"Id"}
1858
+ "Id":{"shape":"Id"},
1859
+ "Name":{"shape":"ProvisionedProductName"}
1859
1860
  }
1860
1861
  },
1861
1862
  "DescribeProvisionedProductOutput":{
@@ -0,0 +1,1296 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-07-20",
5
+ "endpointPrefix":"sso",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"SSO Admin",
9
+ "serviceFullName":"AWS Single Sign-On Admin",
10
+ "serviceId":"SSO Admin",
11
+ "signatureVersion":"v4",
12
+ "signingName":"sso",
13
+ "targetPrefix":"SWBExternalService",
14
+ "uid":"sso-admin-2020-07-20"
15
+ },
16
+ "operations":{
17
+ "AttachManagedPolicyToPermissionSet":{
18
+ "name":"AttachManagedPolicyToPermissionSet",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"AttachManagedPolicyToPermissionSetRequest"},
24
+ "output":{"shape":"AttachManagedPolicyToPermissionSetResponse"},
25
+ "errors":[
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ServiceQuotaExceededException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"ValidationException"},
31
+ {"shape":"AccessDeniedException"},
32
+ {"shape":"ConflictException"}
33
+ ]
34
+ },
35
+ "CreateAccountAssignment":{
36
+ "name":"CreateAccountAssignment",
37
+ "http":{
38
+ "method":"POST",
39
+ "requestUri":"/"
40
+ },
41
+ "input":{"shape":"CreateAccountAssignmentRequest"},
42
+ "output":{"shape":"CreateAccountAssignmentResponse"},
43
+ "errors":[
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"InternalServerException"},
46
+ {"shape":"ServiceQuotaExceededException"},
47
+ {"shape":"ThrottlingException"},
48
+ {"shape":"ValidationException"},
49
+ {"shape":"AccessDeniedException"},
50
+ {"shape":"ConflictException"}
51
+ ]
52
+ },
53
+ "CreatePermissionSet":{
54
+ "name":"CreatePermissionSet",
55
+ "http":{
56
+ "method":"POST",
57
+ "requestUri":"/"
58
+ },
59
+ "input":{"shape":"CreatePermissionSetRequest"},
60
+ "output":{"shape":"CreatePermissionSetResponse"},
61
+ "errors":[
62
+ {"shape":"ResourceNotFoundException"},
63
+ {"shape":"InternalServerException"},
64
+ {"shape":"ServiceQuotaExceededException"},
65
+ {"shape":"ThrottlingException"},
66
+ {"shape":"ValidationException"},
67
+ {"shape":"AccessDeniedException"},
68
+ {"shape":"ConflictException"}
69
+ ]
70
+ },
71
+ "DeleteAccountAssignment":{
72
+ "name":"DeleteAccountAssignment",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/"
76
+ },
77
+ "input":{"shape":"DeleteAccountAssignmentRequest"},
78
+ "output":{"shape":"DeleteAccountAssignmentResponse"},
79
+ "errors":[
80
+ {"shape":"ResourceNotFoundException"},
81
+ {"shape":"InternalServerException"},
82
+ {"shape":"ThrottlingException"},
83
+ {"shape":"ValidationException"},
84
+ {"shape":"AccessDeniedException"},
85
+ {"shape":"ConflictException"}
86
+ ]
87
+ },
88
+ "DeleteInlinePolicyFromPermissionSet":{
89
+ "name":"DeleteInlinePolicyFromPermissionSet",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"DeleteInlinePolicyFromPermissionSetRequest"},
95
+ "output":{"shape":"DeleteInlinePolicyFromPermissionSetResponse"},
96
+ "errors":[
97
+ {"shape":"ResourceNotFoundException"},
98
+ {"shape":"InternalServerException"},
99
+ {"shape":"ThrottlingException"},
100
+ {"shape":"ValidationException"},
101
+ {"shape":"AccessDeniedException"},
102
+ {"shape":"ConflictException"}
103
+ ]
104
+ },
105
+ "DeletePermissionSet":{
106
+ "name":"DeletePermissionSet",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/"
110
+ },
111
+ "input":{"shape":"DeletePermissionSetRequest"},
112
+ "output":{"shape":"DeletePermissionSetResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"InternalServerException"},
116
+ {"shape":"ThrottlingException"},
117
+ {"shape":"ValidationException"},
118
+ {"shape":"AccessDeniedException"},
119
+ {"shape":"ConflictException"}
120
+ ]
121
+ },
122
+ "DescribeAccountAssignmentCreationStatus":{
123
+ "name":"DescribeAccountAssignmentCreationStatus",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/"
127
+ },
128
+ "input":{"shape":"DescribeAccountAssignmentCreationStatusRequest"},
129
+ "output":{"shape":"DescribeAccountAssignmentCreationStatusResponse"},
130
+ "errors":[
131
+ {"shape":"ResourceNotFoundException"},
132
+ {"shape":"InternalServerException"},
133
+ {"shape":"ThrottlingException"},
134
+ {"shape":"ValidationException"},
135
+ {"shape":"AccessDeniedException"}
136
+ ]
137
+ },
138
+ "DescribeAccountAssignmentDeletionStatus":{
139
+ "name":"DescribeAccountAssignmentDeletionStatus",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/"
143
+ },
144
+ "input":{"shape":"DescribeAccountAssignmentDeletionStatusRequest"},
145
+ "output":{"shape":"DescribeAccountAssignmentDeletionStatusResponse"},
146
+ "errors":[
147
+ {"shape":"ResourceNotFoundException"},
148
+ {"shape":"InternalServerException"},
149
+ {"shape":"ThrottlingException"},
150
+ {"shape":"ValidationException"},
151
+ {"shape":"AccessDeniedException"}
152
+ ]
153
+ },
154
+ "DescribePermissionSet":{
155
+ "name":"DescribePermissionSet",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/"
159
+ },
160
+ "input":{"shape":"DescribePermissionSetRequest"},
161
+ "output":{"shape":"DescribePermissionSetResponse"},
162
+ "errors":[
163
+ {"shape":"ResourceNotFoundException"},
164
+ {"shape":"InternalServerException"},
165
+ {"shape":"ThrottlingException"},
166
+ {"shape":"ValidationException"},
167
+ {"shape":"AccessDeniedException"}
168
+ ]
169
+ },
170
+ "DescribePermissionSetProvisioningStatus":{
171
+ "name":"DescribePermissionSetProvisioningStatus",
172
+ "http":{
173
+ "method":"POST",
174
+ "requestUri":"/"
175
+ },
176
+ "input":{"shape":"DescribePermissionSetProvisioningStatusRequest"},
177
+ "output":{"shape":"DescribePermissionSetProvisioningStatusResponse"},
178
+ "errors":[
179
+ {"shape":"ResourceNotFoundException"},
180
+ {"shape":"InternalServerException"},
181
+ {"shape":"ThrottlingException"},
182
+ {"shape":"ValidationException"},
183
+ {"shape":"AccessDeniedException"}
184
+ ]
185
+ },
186
+ "DetachManagedPolicyFromPermissionSet":{
187
+ "name":"DetachManagedPolicyFromPermissionSet",
188
+ "http":{
189
+ "method":"POST",
190
+ "requestUri":"/"
191
+ },
192
+ "input":{"shape":"DetachManagedPolicyFromPermissionSetRequest"},
193
+ "output":{"shape":"DetachManagedPolicyFromPermissionSetResponse"},
194
+ "errors":[
195
+ {"shape":"ResourceNotFoundException"},
196
+ {"shape":"InternalServerException"},
197
+ {"shape":"ThrottlingException"},
198
+ {"shape":"ValidationException"},
199
+ {"shape":"AccessDeniedException"},
200
+ {"shape":"ConflictException"}
201
+ ]
202
+ },
203
+ "GetInlinePolicyForPermissionSet":{
204
+ "name":"GetInlinePolicyForPermissionSet",
205
+ "http":{
206
+ "method":"POST",
207
+ "requestUri":"/"
208
+ },
209
+ "input":{"shape":"GetInlinePolicyForPermissionSetRequest"},
210
+ "output":{"shape":"GetInlinePolicyForPermissionSetResponse"},
211
+ "errors":[
212
+ {"shape":"ResourceNotFoundException"},
213
+ {"shape":"InternalServerException"},
214
+ {"shape":"ThrottlingException"},
215
+ {"shape":"ValidationException"},
216
+ {"shape":"AccessDeniedException"}
217
+ ]
218
+ },
219
+ "ListAccountAssignmentCreationStatus":{
220
+ "name":"ListAccountAssignmentCreationStatus",
221
+ "http":{
222
+ "method":"POST",
223
+ "requestUri":"/"
224
+ },
225
+ "input":{"shape":"ListAccountAssignmentCreationStatusRequest"},
226
+ "output":{"shape":"ListAccountAssignmentCreationStatusResponse"},
227
+ "errors":[
228
+ {"shape":"ResourceNotFoundException"},
229
+ {"shape":"InternalServerException"},
230
+ {"shape":"ThrottlingException"},
231
+ {"shape":"ValidationException"},
232
+ {"shape":"AccessDeniedException"}
233
+ ]
234
+ },
235
+ "ListAccountAssignmentDeletionStatus":{
236
+ "name":"ListAccountAssignmentDeletionStatus",
237
+ "http":{
238
+ "method":"POST",
239
+ "requestUri":"/"
240
+ },
241
+ "input":{"shape":"ListAccountAssignmentDeletionStatusRequest"},
242
+ "output":{"shape":"ListAccountAssignmentDeletionStatusResponse"},
243
+ "errors":[
244
+ {"shape":"ResourceNotFoundException"},
245
+ {"shape":"InternalServerException"},
246
+ {"shape":"ThrottlingException"},
247
+ {"shape":"ValidationException"},
248
+ {"shape":"AccessDeniedException"}
249
+ ]
250
+ },
251
+ "ListAccountAssignments":{
252
+ "name":"ListAccountAssignments",
253
+ "http":{
254
+ "method":"POST",
255
+ "requestUri":"/"
256
+ },
257
+ "input":{"shape":"ListAccountAssignmentsRequest"},
258
+ "output":{"shape":"ListAccountAssignmentsResponse"},
259
+ "errors":[
260
+ {"shape":"ResourceNotFoundException"},
261
+ {"shape":"InternalServerException"},
262
+ {"shape":"ThrottlingException"},
263
+ {"shape":"ValidationException"},
264
+ {"shape":"AccessDeniedException"}
265
+ ]
266
+ },
267
+ "ListAccountsForProvisionedPermissionSet":{
268
+ "name":"ListAccountsForProvisionedPermissionSet",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/"
272
+ },
273
+ "input":{"shape":"ListAccountsForProvisionedPermissionSetRequest"},
274
+ "output":{"shape":"ListAccountsForProvisionedPermissionSetResponse"},
275
+ "errors":[
276
+ {"shape":"ResourceNotFoundException"},
277
+ {"shape":"InternalServerException"},
278
+ {"shape":"ThrottlingException"},
279
+ {"shape":"ValidationException"},
280
+ {"shape":"AccessDeniedException"}
281
+ ]
282
+ },
283
+ "ListInstances":{
284
+ "name":"ListInstances",
285
+ "http":{
286
+ "method":"POST",
287
+ "requestUri":"/"
288
+ },
289
+ "input":{"shape":"ListInstancesRequest"},
290
+ "output":{"shape":"ListInstancesResponse"},
291
+ "errors":[
292
+ {"shape":"InternalServerException"},
293
+ {"shape":"ThrottlingException"},
294
+ {"shape":"AccessDeniedException"},
295
+ {"shape":"ValidationException"}
296
+ ]
297
+ },
298
+ "ListManagedPoliciesInPermissionSet":{
299
+ "name":"ListManagedPoliciesInPermissionSet",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"ListManagedPoliciesInPermissionSetRequest"},
305
+ "output":{"shape":"ListManagedPoliciesInPermissionSetResponse"},
306
+ "errors":[
307
+ {"shape":"ResourceNotFoundException"},
308
+ {"shape":"InternalServerException"},
309
+ {"shape":"ThrottlingException"},
310
+ {"shape":"ValidationException"},
311
+ {"shape":"AccessDeniedException"}
312
+ ]
313
+ },
314
+ "ListPermissionSetProvisioningStatus":{
315
+ "name":"ListPermissionSetProvisioningStatus",
316
+ "http":{
317
+ "method":"POST",
318
+ "requestUri":"/"
319
+ },
320
+ "input":{"shape":"ListPermissionSetProvisioningStatusRequest"},
321
+ "output":{"shape":"ListPermissionSetProvisioningStatusResponse"},
322
+ "errors":[
323
+ {"shape":"ResourceNotFoundException"},
324
+ {"shape":"InternalServerException"},
325
+ {"shape":"ThrottlingException"},
326
+ {"shape":"ValidationException"},
327
+ {"shape":"AccessDeniedException"}
328
+ ]
329
+ },
330
+ "ListPermissionSets":{
331
+ "name":"ListPermissionSets",
332
+ "http":{
333
+ "method":"POST",
334
+ "requestUri":"/"
335
+ },
336
+ "input":{"shape":"ListPermissionSetsRequest"},
337
+ "output":{"shape":"ListPermissionSetsResponse"},
338
+ "errors":[
339
+ {"shape":"ResourceNotFoundException"},
340
+ {"shape":"InternalServerException"},
341
+ {"shape":"ThrottlingException"},
342
+ {"shape":"ValidationException"},
343
+ {"shape":"AccessDeniedException"}
344
+ ]
345
+ },
346
+ "ListPermissionSetsProvisionedToAccount":{
347
+ "name":"ListPermissionSetsProvisionedToAccount",
348
+ "http":{
349
+ "method":"POST",
350
+ "requestUri":"/"
351
+ },
352
+ "input":{"shape":"ListPermissionSetsProvisionedToAccountRequest"},
353
+ "output":{"shape":"ListPermissionSetsProvisionedToAccountResponse"},
354
+ "errors":[
355
+ {"shape":"ResourceNotFoundException"},
356
+ {"shape":"InternalServerException"},
357
+ {"shape":"ThrottlingException"},
358
+ {"shape":"ValidationException"},
359
+ {"shape":"AccessDeniedException"}
360
+ ]
361
+ },
362
+ "ListTagsForResource":{
363
+ "name":"ListTagsForResource",
364
+ "http":{
365
+ "method":"POST",
366
+ "requestUri":"/"
367
+ },
368
+ "input":{"shape":"ListTagsForResourceRequest"},
369
+ "output":{"shape":"ListTagsForResourceResponse"},
370
+ "errors":[
371
+ {"shape":"ResourceNotFoundException"},
372
+ {"shape":"InternalServerException"},
373
+ {"shape":"ThrottlingException"},
374
+ {"shape":"ValidationException"},
375
+ {"shape":"AccessDeniedException"}
376
+ ]
377
+ },
378
+ "ProvisionPermissionSet":{
379
+ "name":"ProvisionPermissionSet",
380
+ "http":{
381
+ "method":"POST",
382
+ "requestUri":"/"
383
+ },
384
+ "input":{"shape":"ProvisionPermissionSetRequest"},
385
+ "output":{"shape":"ProvisionPermissionSetResponse"},
386
+ "errors":[
387
+ {"shape":"ResourceNotFoundException"},
388
+ {"shape":"InternalServerException"},
389
+ {"shape":"ThrottlingException"},
390
+ {"shape":"ValidationException"},
391
+ {"shape":"AccessDeniedException"},
392
+ {"shape":"ConflictException"}
393
+ ]
394
+ },
395
+ "PutInlinePolicyToPermissionSet":{
396
+ "name":"PutInlinePolicyToPermissionSet",
397
+ "http":{
398
+ "method":"POST",
399
+ "requestUri":"/"
400
+ },
401
+ "input":{"shape":"PutInlinePolicyToPermissionSetRequest"},
402
+ "output":{"shape":"PutInlinePolicyToPermissionSetResponse"},
403
+ "errors":[
404
+ {"shape":"ResourceNotFoundException"},
405
+ {"shape":"InternalServerException"},
406
+ {"shape":"ServiceQuotaExceededException"},
407
+ {"shape":"ThrottlingException"},
408
+ {"shape":"ValidationException"},
409
+ {"shape":"AccessDeniedException"},
410
+ {"shape":"ConflictException"}
411
+ ]
412
+ },
413
+ "TagResource":{
414
+ "name":"TagResource",
415
+ "http":{
416
+ "method":"POST",
417
+ "requestUri":"/"
418
+ },
419
+ "input":{"shape":"TagResourceRequest"},
420
+ "output":{"shape":"TagResourceResponse"},
421
+ "errors":[
422
+ {"shape":"ResourceNotFoundException"},
423
+ {"shape":"InternalServerException"},
424
+ {"shape":"ServiceQuotaExceededException"},
425
+ {"shape":"ThrottlingException"},
426
+ {"shape":"ValidationException"},
427
+ {"shape":"AccessDeniedException"},
428
+ {"shape":"ConflictException"}
429
+ ]
430
+ },
431
+ "UntagResource":{
432
+ "name":"UntagResource",
433
+ "http":{
434
+ "method":"POST",
435
+ "requestUri":"/"
436
+ },
437
+ "input":{"shape":"UntagResourceRequest"},
438
+ "output":{"shape":"UntagResourceResponse"},
439
+ "errors":[
440
+ {"shape":"ResourceNotFoundException"},
441
+ {"shape":"InternalServerException"},
442
+ {"shape":"ThrottlingException"},
443
+ {"shape":"ValidationException"},
444
+ {"shape":"AccessDeniedException"},
445
+ {"shape":"ConflictException"}
446
+ ]
447
+ },
448
+ "UpdatePermissionSet":{
449
+ "name":"UpdatePermissionSet",
450
+ "http":{
451
+ "method":"POST",
452
+ "requestUri":"/"
453
+ },
454
+ "input":{"shape":"UpdatePermissionSetRequest"},
455
+ "output":{"shape":"UpdatePermissionSetResponse"},
456
+ "errors":[
457
+ {"shape":"ResourceNotFoundException"},
458
+ {"shape":"InternalServerException"},
459
+ {"shape":"ThrottlingException"},
460
+ {"shape":"ValidationException"},
461
+ {"shape":"AccessDeniedException"},
462
+ {"shape":"ConflictException"}
463
+ ]
464
+ }
465
+ },
466
+ "shapes":{
467
+ "AccessDeniedException":{
468
+ "type":"structure",
469
+ "members":{
470
+ "Message":{"shape":"AccessDeniedExceptionMessage"}
471
+ },
472
+ "exception":true
473
+ },
474
+ "AccessDeniedExceptionMessage":{"type":"string"},
475
+ "AccountAssignment":{
476
+ "type":"structure",
477
+ "members":{
478
+ "AccountId":{"shape":"AccountId"},
479
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
480
+ "PrincipalType":{"shape":"PrincipalType"},
481
+ "PrincipalId":{"shape":"PrincipalId"}
482
+ }
483
+ },
484
+ "AccountAssignmentList":{
485
+ "type":"list",
486
+ "member":{"shape":"AccountAssignment"}
487
+ },
488
+ "AccountAssignmentOperationStatus":{
489
+ "type":"structure",
490
+ "members":{
491
+ "Status":{"shape":"StatusValues"},
492
+ "RequestId":{"shape":"UUId"},
493
+ "FailureReason":{"shape":"Reason"},
494
+ "TargetId":{"shape":"TargetId"},
495
+ "TargetType":{"shape":"TargetType"},
496
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
497
+ "PrincipalType":{"shape":"PrincipalType"},
498
+ "PrincipalId":{"shape":"PrincipalId"},
499
+ "CreatedDate":{"shape":"Date"}
500
+ }
501
+ },
502
+ "AccountAssignmentOperationStatusList":{
503
+ "type":"list",
504
+ "member":{"shape":"AccountAssignmentOperationStatusMetadata"}
505
+ },
506
+ "AccountAssignmentOperationStatusMetadata":{
507
+ "type":"structure",
508
+ "members":{
509
+ "Status":{"shape":"StatusValues"},
510
+ "RequestId":{"shape":"UUId"},
511
+ "CreatedDate":{"shape":"Date"}
512
+ }
513
+ },
514
+ "AccountId":{
515
+ "type":"string",
516
+ "pattern":"\\d{12}"
517
+ },
518
+ "AccountList":{
519
+ "type":"list",
520
+ "member":{"shape":"AccountId"}
521
+ },
522
+ "AttachManagedPolicyToPermissionSetRequest":{
523
+ "type":"structure",
524
+ "required":[
525
+ "InstanceArn",
526
+ "PermissionSetArn",
527
+ "ManagedPolicyArn"
528
+ ],
529
+ "members":{
530
+ "InstanceArn":{"shape":"InstanceArn"},
531
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
532
+ "ManagedPolicyArn":{"shape":"ManagedPolicyArn"}
533
+ }
534
+ },
535
+ "AttachManagedPolicyToPermissionSetResponse":{
536
+ "type":"structure",
537
+ "members":{
538
+ }
539
+ },
540
+ "AttachedManagedPolicy":{
541
+ "type":"structure",
542
+ "members":{
543
+ "Name":{"shape":"Name"},
544
+ "Arn":{"shape":"ManagedPolicyArn"}
545
+ }
546
+ },
547
+ "AttachedManagedPolicyList":{
548
+ "type":"list",
549
+ "member":{"shape":"AttachedManagedPolicy"}
550
+ },
551
+ "ConflictException":{
552
+ "type":"structure",
553
+ "members":{
554
+ "Message":{"shape":"ConflictExceptionMessage"}
555
+ },
556
+ "exception":true
557
+ },
558
+ "ConflictExceptionMessage":{"type":"string"},
559
+ "CreateAccountAssignmentRequest":{
560
+ "type":"structure",
561
+ "required":[
562
+ "InstanceArn",
563
+ "TargetId",
564
+ "TargetType",
565
+ "PermissionSetArn",
566
+ "PrincipalType",
567
+ "PrincipalId"
568
+ ],
569
+ "members":{
570
+ "InstanceArn":{"shape":"InstanceArn"},
571
+ "TargetId":{"shape":"TargetId"},
572
+ "TargetType":{"shape":"TargetType"},
573
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
574
+ "PrincipalType":{"shape":"PrincipalType"},
575
+ "PrincipalId":{"shape":"PrincipalId"}
576
+ }
577
+ },
578
+ "CreateAccountAssignmentResponse":{
579
+ "type":"structure",
580
+ "members":{
581
+ "AccountAssignmentCreationStatus":{"shape":"AccountAssignmentOperationStatus"}
582
+ }
583
+ },
584
+ "CreatePermissionSetRequest":{
585
+ "type":"structure",
586
+ "required":[
587
+ "Name",
588
+ "InstanceArn"
589
+ ],
590
+ "members":{
591
+ "Name":{"shape":"PermissionSetName"},
592
+ "Description":{"shape":"PermissionSetDescription"},
593
+ "InstanceArn":{"shape":"InstanceArn"},
594
+ "SessionDuration":{"shape":"Duration"},
595
+ "RelayState":{"shape":"RelayState"},
596
+ "Tags":{"shape":"TagList"}
597
+ }
598
+ },
599
+ "CreatePermissionSetResponse":{
600
+ "type":"structure",
601
+ "members":{
602
+ "PermissionSet":{"shape":"PermissionSet"}
603
+ }
604
+ },
605
+ "Date":{"type":"timestamp"},
606
+ "DeleteAccountAssignmentRequest":{
607
+ "type":"structure",
608
+ "required":[
609
+ "InstanceArn",
610
+ "TargetId",
611
+ "TargetType",
612
+ "PermissionSetArn",
613
+ "PrincipalType",
614
+ "PrincipalId"
615
+ ],
616
+ "members":{
617
+ "InstanceArn":{"shape":"InstanceArn"},
618
+ "TargetId":{"shape":"TargetId"},
619
+ "TargetType":{"shape":"TargetType"},
620
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
621
+ "PrincipalType":{"shape":"PrincipalType"},
622
+ "PrincipalId":{"shape":"PrincipalId"}
623
+ }
624
+ },
625
+ "DeleteAccountAssignmentResponse":{
626
+ "type":"structure",
627
+ "members":{
628
+ "AccountAssignmentDeletionStatus":{"shape":"AccountAssignmentOperationStatus"}
629
+ }
630
+ },
631
+ "DeleteInlinePolicyFromPermissionSetRequest":{
632
+ "type":"structure",
633
+ "required":[
634
+ "InstanceArn",
635
+ "PermissionSetArn"
636
+ ],
637
+ "members":{
638
+ "InstanceArn":{"shape":"InstanceArn"},
639
+ "PermissionSetArn":{"shape":"PermissionSetArn"}
640
+ }
641
+ },
642
+ "DeleteInlinePolicyFromPermissionSetResponse":{
643
+ "type":"structure",
644
+ "members":{
645
+ }
646
+ },
647
+ "DeletePermissionSetRequest":{
648
+ "type":"structure",
649
+ "required":[
650
+ "InstanceArn",
651
+ "PermissionSetArn"
652
+ ],
653
+ "members":{
654
+ "InstanceArn":{"shape":"InstanceArn"},
655
+ "PermissionSetArn":{"shape":"PermissionSetArn"}
656
+ }
657
+ },
658
+ "DeletePermissionSetResponse":{
659
+ "type":"structure",
660
+ "members":{
661
+ }
662
+ },
663
+ "DescribeAccountAssignmentCreationStatusRequest":{
664
+ "type":"structure",
665
+ "required":[
666
+ "InstanceArn",
667
+ "AccountAssignmentCreationRequestId"
668
+ ],
669
+ "members":{
670
+ "InstanceArn":{"shape":"InstanceArn"},
671
+ "AccountAssignmentCreationRequestId":{"shape":"UUId"}
672
+ }
673
+ },
674
+ "DescribeAccountAssignmentCreationStatusResponse":{
675
+ "type":"structure",
676
+ "members":{
677
+ "AccountAssignmentCreationStatus":{"shape":"AccountAssignmentOperationStatus"}
678
+ }
679
+ },
680
+ "DescribeAccountAssignmentDeletionStatusRequest":{
681
+ "type":"structure",
682
+ "required":[
683
+ "InstanceArn",
684
+ "AccountAssignmentDeletionRequestId"
685
+ ],
686
+ "members":{
687
+ "InstanceArn":{"shape":"InstanceArn"},
688
+ "AccountAssignmentDeletionRequestId":{"shape":"UUId"}
689
+ }
690
+ },
691
+ "DescribeAccountAssignmentDeletionStatusResponse":{
692
+ "type":"structure",
693
+ "members":{
694
+ "AccountAssignmentDeletionStatus":{"shape":"AccountAssignmentOperationStatus"}
695
+ }
696
+ },
697
+ "DescribePermissionSetProvisioningStatusRequest":{
698
+ "type":"structure",
699
+ "required":[
700
+ "InstanceArn",
701
+ "ProvisionPermissionSetRequestId"
702
+ ],
703
+ "members":{
704
+ "InstanceArn":{"shape":"InstanceArn"},
705
+ "ProvisionPermissionSetRequestId":{"shape":"UUId"}
706
+ }
707
+ },
708
+ "DescribePermissionSetProvisioningStatusResponse":{
709
+ "type":"structure",
710
+ "members":{
711
+ "PermissionSetProvisioningStatus":{"shape":"PermissionSetProvisioningStatus"}
712
+ }
713
+ },
714
+ "DescribePermissionSetRequest":{
715
+ "type":"structure",
716
+ "required":[
717
+ "InstanceArn",
718
+ "PermissionSetArn"
719
+ ],
720
+ "members":{
721
+ "InstanceArn":{"shape":"InstanceArn"},
722
+ "PermissionSetArn":{"shape":"PermissionSetArn"}
723
+ }
724
+ },
725
+ "DescribePermissionSetResponse":{
726
+ "type":"structure",
727
+ "members":{
728
+ "PermissionSet":{"shape":"PermissionSet"}
729
+ }
730
+ },
731
+ "DetachManagedPolicyFromPermissionSetRequest":{
732
+ "type":"structure",
733
+ "required":[
734
+ "InstanceArn",
735
+ "PermissionSetArn",
736
+ "ManagedPolicyArn"
737
+ ],
738
+ "members":{
739
+ "InstanceArn":{"shape":"InstanceArn"},
740
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
741
+ "ManagedPolicyArn":{"shape":"ManagedPolicyArn"}
742
+ }
743
+ },
744
+ "DetachManagedPolicyFromPermissionSetResponse":{
745
+ "type":"structure",
746
+ "members":{
747
+ }
748
+ },
749
+ "Duration":{
750
+ "type":"string",
751
+ "max":100,
752
+ "min":1,
753
+ "pattern":"^(-?)P(?=\\d|T\\d)(?:(\\d+)Y)?(?:(\\d+)M)?(?:(\\d+)([DW]))?(?:T(?:(\\d+)H)?(?:(\\d+)M)?(?:(\\d+(?:\\.\\d+)?)S)?)?$"
754
+ },
755
+ "GeneralArn":{
756
+ "type":"string",
757
+ "max":2048,
758
+ "min":10,
759
+ "pattern":"arn:aws:sso:([a-zA-Z0-9-]+)?:(\\d{12})?:[a-zA-Z0-9-]+/[a-zA-Z0-9-/.]+"
760
+ },
761
+ "GetInlinePolicyForPermissionSetRequest":{
762
+ "type":"structure",
763
+ "required":[
764
+ "InstanceArn",
765
+ "PermissionSetArn"
766
+ ],
767
+ "members":{
768
+ "InstanceArn":{"shape":"InstanceArn"},
769
+ "PermissionSetArn":{"shape":"PermissionSetArn"}
770
+ }
771
+ },
772
+ "GetInlinePolicyForPermissionSetResponse":{
773
+ "type":"structure",
774
+ "members":{
775
+ "InlinePolicy":{"shape":"PermissionSetPolicyDocument"}
776
+ }
777
+ },
778
+ "Id":{
779
+ "type":"string",
780
+ "max":64,
781
+ "min":1,
782
+ "pattern":"^[a-zA-Z0-9-]*"
783
+ },
784
+ "InstanceArn":{
785
+ "type":"string",
786
+ "max":1224,
787
+ "min":10,
788
+ "pattern":"arn:aws:sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}"
789
+ },
790
+ "InstanceList":{
791
+ "type":"list",
792
+ "member":{"shape":"InstanceMetadata"}
793
+ },
794
+ "InstanceMetadata":{
795
+ "type":"structure",
796
+ "members":{
797
+ "InstanceArn":{"shape":"InstanceArn"},
798
+ "IdentityStoreId":{"shape":"Id"}
799
+ }
800
+ },
801
+ "InternalFailureMessage":{"type":"string"},
802
+ "InternalServerException":{
803
+ "type":"structure",
804
+ "members":{
805
+ "Message":{"shape":"InternalFailureMessage"}
806
+ },
807
+ "exception":true
808
+ },
809
+ "ListAccountAssignmentCreationStatusRequest":{
810
+ "type":"structure",
811
+ "required":["InstanceArn"],
812
+ "members":{
813
+ "InstanceArn":{"shape":"InstanceArn"},
814
+ "MaxResults":{"shape":"MaxResults"},
815
+ "NextToken":{"shape":"Token"},
816
+ "Filter":{"shape":"OperationStatusFilter"}
817
+ }
818
+ },
819
+ "ListAccountAssignmentCreationStatusResponse":{
820
+ "type":"structure",
821
+ "members":{
822
+ "AccountAssignmentsCreationStatus":{"shape":"AccountAssignmentOperationStatusList"},
823
+ "NextToken":{"shape":"Token"}
824
+ }
825
+ },
826
+ "ListAccountAssignmentDeletionStatusRequest":{
827
+ "type":"structure",
828
+ "required":["InstanceArn"],
829
+ "members":{
830
+ "InstanceArn":{"shape":"InstanceArn"},
831
+ "MaxResults":{"shape":"MaxResults"},
832
+ "NextToken":{"shape":"Token"},
833
+ "Filter":{"shape":"OperationStatusFilter"}
834
+ }
835
+ },
836
+ "ListAccountAssignmentDeletionStatusResponse":{
837
+ "type":"structure",
838
+ "members":{
839
+ "AccountAssignmentsDeletionStatus":{"shape":"AccountAssignmentOperationStatusList"},
840
+ "NextToken":{"shape":"Token"}
841
+ }
842
+ },
843
+ "ListAccountAssignmentsRequest":{
844
+ "type":"structure",
845
+ "required":[
846
+ "InstanceArn",
847
+ "AccountId",
848
+ "PermissionSetArn"
849
+ ],
850
+ "members":{
851
+ "InstanceArn":{"shape":"InstanceArn"},
852
+ "AccountId":{"shape":"TargetId"},
853
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
854
+ "MaxResults":{"shape":"MaxResults"},
855
+ "NextToken":{"shape":"Token"}
856
+ }
857
+ },
858
+ "ListAccountAssignmentsResponse":{
859
+ "type":"structure",
860
+ "members":{
861
+ "AccountAssignments":{"shape":"AccountAssignmentList"},
862
+ "NextToken":{"shape":"Token"}
863
+ }
864
+ },
865
+ "ListAccountsForProvisionedPermissionSetRequest":{
866
+ "type":"structure",
867
+ "required":[
868
+ "InstanceArn",
869
+ "PermissionSetArn"
870
+ ],
871
+ "members":{
872
+ "InstanceArn":{"shape":"InstanceArn"},
873
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
874
+ "ProvisioningStatus":{"shape":"ProvisioningStatus"},
875
+ "MaxResults":{"shape":"MaxResults"},
876
+ "NextToken":{"shape":"Token"}
877
+ }
878
+ },
879
+ "ListAccountsForProvisionedPermissionSetResponse":{
880
+ "type":"structure",
881
+ "members":{
882
+ "AccountIds":{"shape":"AccountList"},
883
+ "NextToken":{"shape":"Token"}
884
+ }
885
+ },
886
+ "ListInstancesRequest":{
887
+ "type":"structure",
888
+ "members":{
889
+ "MaxResults":{"shape":"MaxResults"},
890
+ "NextToken":{"shape":"Token"}
891
+ }
892
+ },
893
+ "ListInstancesResponse":{
894
+ "type":"structure",
895
+ "members":{
896
+ "Instances":{"shape":"InstanceList"},
897
+ "NextToken":{"shape":"Token"}
898
+ }
899
+ },
900
+ "ListManagedPoliciesInPermissionSetRequest":{
901
+ "type":"structure",
902
+ "required":[
903
+ "InstanceArn",
904
+ "PermissionSetArn"
905
+ ],
906
+ "members":{
907
+ "InstanceArn":{"shape":"InstanceArn"},
908
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
909
+ "MaxResults":{"shape":"MaxResults"},
910
+ "NextToken":{"shape":"Token"}
911
+ }
912
+ },
913
+ "ListManagedPoliciesInPermissionSetResponse":{
914
+ "type":"structure",
915
+ "members":{
916
+ "AttachedManagedPolicies":{"shape":"AttachedManagedPolicyList"},
917
+ "NextToken":{"shape":"Token"}
918
+ }
919
+ },
920
+ "ListPermissionSetProvisioningStatusRequest":{
921
+ "type":"structure",
922
+ "required":["InstanceArn"],
923
+ "members":{
924
+ "InstanceArn":{"shape":"InstanceArn"},
925
+ "MaxResults":{"shape":"MaxResults"},
926
+ "NextToken":{"shape":"Token"},
927
+ "Filter":{"shape":"OperationStatusFilter"}
928
+ }
929
+ },
930
+ "ListPermissionSetProvisioningStatusResponse":{
931
+ "type":"structure",
932
+ "members":{
933
+ "PermissionSetsProvisioningStatus":{"shape":"PermissionSetProvisioningStatusList"},
934
+ "NextToken":{"shape":"Token"}
935
+ }
936
+ },
937
+ "ListPermissionSetsProvisionedToAccountRequest":{
938
+ "type":"structure",
939
+ "required":[
940
+ "InstanceArn",
941
+ "AccountId"
942
+ ],
943
+ "members":{
944
+ "InstanceArn":{"shape":"InstanceArn"},
945
+ "AccountId":{"shape":"AccountId"},
946
+ "ProvisioningStatus":{"shape":"ProvisioningStatus"},
947
+ "MaxResults":{"shape":"MaxResults"},
948
+ "NextToken":{"shape":"Token"}
949
+ }
950
+ },
951
+ "ListPermissionSetsProvisionedToAccountResponse":{
952
+ "type":"structure",
953
+ "members":{
954
+ "NextToken":{"shape":"Token"},
955
+ "PermissionSets":{"shape":"PermissionSetList"}
956
+ }
957
+ },
958
+ "ListPermissionSetsRequest":{
959
+ "type":"structure",
960
+ "required":["InstanceArn"],
961
+ "members":{
962
+ "InstanceArn":{"shape":"InstanceArn"},
963
+ "NextToken":{"shape":"Token"},
964
+ "MaxResults":{"shape":"MaxResults"}
965
+ }
966
+ },
967
+ "ListPermissionSetsResponse":{
968
+ "type":"structure",
969
+ "members":{
970
+ "PermissionSets":{"shape":"PermissionSetList"},
971
+ "NextToken":{"shape":"Token"}
972
+ }
973
+ },
974
+ "ListTagsForResourceRequest":{
975
+ "type":"structure",
976
+ "required":[
977
+ "InstanceArn",
978
+ "ResourceArn"
979
+ ],
980
+ "members":{
981
+ "InstanceArn":{"shape":"InstanceArn"},
982
+ "ResourceArn":{"shape":"GeneralArn"},
983
+ "NextToken":{"shape":"Token"}
984
+ }
985
+ },
986
+ "ListTagsForResourceResponse":{
987
+ "type":"structure",
988
+ "members":{
989
+ "Tags":{"shape":"TagList"},
990
+ "NextToken":{"shape":"Token"}
991
+ }
992
+ },
993
+ "ManagedPolicyArn":{
994
+ "type":"string",
995
+ "max":2048,
996
+ "min":20
997
+ },
998
+ "MaxResults":{
999
+ "type":"integer",
1000
+ "max":100,
1001
+ "min":1
1002
+ },
1003
+ "Name":{
1004
+ "type":"string",
1005
+ "max":100,
1006
+ "min":1
1007
+ },
1008
+ "OperationStatusFilter":{
1009
+ "type":"structure",
1010
+ "members":{
1011
+ "Status":{"shape":"StatusValues"}
1012
+ }
1013
+ },
1014
+ "PermissionSet":{
1015
+ "type":"structure",
1016
+ "members":{
1017
+ "Name":{"shape":"PermissionSetName"},
1018
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
1019
+ "Description":{"shape":"PermissionSetDescription"},
1020
+ "CreatedDate":{"shape":"Date"},
1021
+ "SessionDuration":{"shape":"Duration"},
1022
+ "RelayState":{"shape":"RelayState"}
1023
+ }
1024
+ },
1025
+ "PermissionSetArn":{
1026
+ "type":"string",
1027
+ "max":1224,
1028
+ "min":10,
1029
+ "pattern":"arn:aws:sso:::permissionSet/(sso)?ins-[a-zA-Z0-9-.]{16}/ps-[a-zA-Z0-9-./]{16}"
1030
+ },
1031
+ "PermissionSetDescription":{
1032
+ "type":"string",
1033
+ "max":700,
1034
+ "min":1,
1035
+ "pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
1036
+ },
1037
+ "PermissionSetList":{
1038
+ "type":"list",
1039
+ "member":{"shape":"PermissionSetArn"}
1040
+ },
1041
+ "PermissionSetName":{
1042
+ "type":"string",
1043
+ "max":32,
1044
+ "min":1,
1045
+ "pattern":"[\\w+=,.@-]+"
1046
+ },
1047
+ "PermissionSetPolicyDocument":{
1048
+ "type":"string",
1049
+ "max":10240,
1050
+ "min":1,
1051
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+",
1052
+ "sensitive":true
1053
+ },
1054
+ "PermissionSetProvisioningStatus":{
1055
+ "type":"structure",
1056
+ "members":{
1057
+ "Status":{"shape":"StatusValues"},
1058
+ "RequestId":{"shape":"UUId"},
1059
+ "AccountId":{"shape":"AccountId"},
1060
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
1061
+ "FailureReason":{"shape":"Reason"},
1062
+ "CreatedDate":{"shape":"Date"}
1063
+ }
1064
+ },
1065
+ "PermissionSetProvisioningStatusList":{
1066
+ "type":"list",
1067
+ "member":{"shape":"PermissionSetProvisioningStatusMetadata"}
1068
+ },
1069
+ "PermissionSetProvisioningStatusMetadata":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Status":{"shape":"StatusValues"},
1073
+ "RequestId":{"shape":"UUId"},
1074
+ "CreatedDate":{"shape":"Date"}
1075
+ }
1076
+ },
1077
+ "PrincipalId":{
1078
+ "type":"string",
1079
+ "max":47,
1080
+ "min":1,
1081
+ "pattern":"^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
1082
+ },
1083
+ "PrincipalType":{
1084
+ "type":"string",
1085
+ "enum":[
1086
+ "USER",
1087
+ "GROUP"
1088
+ ]
1089
+ },
1090
+ "ProvisionPermissionSetRequest":{
1091
+ "type":"structure",
1092
+ "required":[
1093
+ "InstanceArn",
1094
+ "PermissionSetArn",
1095
+ "TargetType"
1096
+ ],
1097
+ "members":{
1098
+ "InstanceArn":{"shape":"InstanceArn"},
1099
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
1100
+ "TargetId":{"shape":"TargetId"},
1101
+ "TargetType":{"shape":"ProvisionTargetType"}
1102
+ }
1103
+ },
1104
+ "ProvisionPermissionSetResponse":{
1105
+ "type":"structure",
1106
+ "members":{
1107
+ "PermissionSetProvisioningStatus":{"shape":"PermissionSetProvisioningStatus"}
1108
+ }
1109
+ },
1110
+ "ProvisionTargetType":{
1111
+ "type":"string",
1112
+ "enum":[
1113
+ "AWS_ACCOUNT",
1114
+ "ALL_PROVISIONED_ACCOUNTS"
1115
+ ]
1116
+ },
1117
+ "ProvisioningStatus":{
1118
+ "type":"string",
1119
+ "enum":[
1120
+ "LATEST_PERMISSION_SET_PROVISIONED",
1121
+ "LATEST_PERMISSION_SET_NOT_PROVISIONED"
1122
+ ]
1123
+ },
1124
+ "PutInlinePolicyToPermissionSetRequest":{
1125
+ "type":"structure",
1126
+ "required":[
1127
+ "InstanceArn",
1128
+ "PermissionSetArn",
1129
+ "InlinePolicy"
1130
+ ],
1131
+ "members":{
1132
+ "InstanceArn":{"shape":"InstanceArn"},
1133
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
1134
+ "InlinePolicy":{"shape":"PermissionSetPolicyDocument"}
1135
+ }
1136
+ },
1137
+ "PutInlinePolicyToPermissionSetResponse":{
1138
+ "type":"structure",
1139
+ "members":{
1140
+ }
1141
+ },
1142
+ "Reason":{
1143
+ "type":"string",
1144
+ "pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
1145
+ },
1146
+ "RelayState":{
1147
+ "type":"string",
1148
+ "max":240,
1149
+ "min":1,
1150
+ "pattern":"[a-zA-Z0-9&$@#\\\\\\/%?=~\\-_'\"|!:,.;*+\\[\\]\\ \\(\\)\\{\\}]+"
1151
+ },
1152
+ "ResourceNotFoundException":{
1153
+ "type":"structure",
1154
+ "members":{
1155
+ "Message":{"shape":"ResourceNotFoundMessage"}
1156
+ },
1157
+ "exception":true
1158
+ },
1159
+ "ResourceNotFoundMessage":{"type":"string"},
1160
+ "ServiceQuotaExceededException":{
1161
+ "type":"structure",
1162
+ "members":{
1163
+ "Message":{"shape":"ServiceQuotaExceededMessage"}
1164
+ },
1165
+ "exception":true
1166
+ },
1167
+ "ServiceQuotaExceededMessage":{"type":"string"},
1168
+ "StatusValues":{
1169
+ "type":"string",
1170
+ "enum":[
1171
+ "IN_PROGRESS",
1172
+ "FAILED",
1173
+ "SUCCEEDED"
1174
+ ]
1175
+ },
1176
+ "Tag":{
1177
+ "type":"structure",
1178
+ "members":{
1179
+ "Key":{"shape":"TagKey"},
1180
+ "Value":{"shape":"TagValue"}
1181
+ }
1182
+ },
1183
+ "TagKey":{
1184
+ "type":"string",
1185
+ "max":128,
1186
+ "min":1,
1187
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1188
+ },
1189
+ "TagKeyList":{
1190
+ "type":"list",
1191
+ "member":{"shape":"TagKey"},
1192
+ "max":50,
1193
+ "min":1
1194
+ },
1195
+ "TagList":{
1196
+ "type":"list",
1197
+ "member":{"shape":"Tag"},
1198
+ "max":50,
1199
+ "min":0
1200
+ },
1201
+ "TagResourceRequest":{
1202
+ "type":"structure",
1203
+ "required":[
1204
+ "InstanceArn",
1205
+ "ResourceArn",
1206
+ "Tags"
1207
+ ],
1208
+ "members":{
1209
+ "InstanceArn":{"shape":"InstanceArn"},
1210
+ "ResourceArn":{"shape":"GeneralArn"},
1211
+ "Tags":{"shape":"TagList"}
1212
+ }
1213
+ },
1214
+ "TagResourceResponse":{
1215
+ "type":"structure",
1216
+ "members":{
1217
+ }
1218
+ },
1219
+ "TagValue":{
1220
+ "type":"string",
1221
+ "max":256,
1222
+ "min":0,
1223
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1224
+ },
1225
+ "TargetId":{
1226
+ "type":"string",
1227
+ "pattern":"\\d{12}"
1228
+ },
1229
+ "TargetType":{
1230
+ "type":"string",
1231
+ "enum":["AWS_ACCOUNT"]
1232
+ },
1233
+ "ThrottlingException":{
1234
+ "type":"structure",
1235
+ "members":{
1236
+ "Message":{"shape":"ThrottlingExceptionMessage"}
1237
+ },
1238
+ "exception":true
1239
+ },
1240
+ "ThrottlingExceptionMessage":{"type":"string"},
1241
+ "Token":{
1242
+ "type":"string",
1243
+ "max":2048,
1244
+ "pattern":"^[-a-zA-Z0-9+=/]*"
1245
+ },
1246
+ "UUId":{
1247
+ "type":"string",
1248
+ "pattern":"\\b[0-9a-f]{8}\\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\\b[0-9a-f]{12}\\b"
1249
+ },
1250
+ "UntagResourceRequest":{
1251
+ "type":"structure",
1252
+ "required":[
1253
+ "InstanceArn",
1254
+ "ResourceArn",
1255
+ "TagKeys"
1256
+ ],
1257
+ "members":{
1258
+ "InstanceArn":{"shape":"InstanceArn"},
1259
+ "ResourceArn":{"shape":"GeneralArn"},
1260
+ "TagKeys":{"shape":"TagKeyList"}
1261
+ }
1262
+ },
1263
+ "UntagResourceResponse":{
1264
+ "type":"structure",
1265
+ "members":{
1266
+ }
1267
+ },
1268
+ "UpdatePermissionSetRequest":{
1269
+ "type":"structure",
1270
+ "required":[
1271
+ "InstanceArn",
1272
+ "PermissionSetArn"
1273
+ ],
1274
+ "members":{
1275
+ "InstanceArn":{"shape":"InstanceArn"},
1276
+ "PermissionSetArn":{"shape":"PermissionSetArn"},
1277
+ "Description":{"shape":"PermissionSetDescription"},
1278
+ "SessionDuration":{"shape":"Duration"},
1279
+ "RelayState":{"shape":"RelayState"}
1280
+ }
1281
+ },
1282
+ "UpdatePermissionSetResponse":{
1283
+ "type":"structure",
1284
+ "members":{
1285
+ }
1286
+ },
1287
+ "ValidationException":{
1288
+ "type":"structure",
1289
+ "members":{
1290
+ "Message":{"shape":"ValidationExceptionMessage"}
1291
+ },
1292
+ "exception":true
1293
+ },
1294
+ "ValidationExceptionMessage":{"type":"string"}
1295
+ }
1296
+ }