aws-sdk-core 2.11.582 → 2.11.583

Sign up to get free protection for your applications and to get access to all the features.
@@ -257,8 +257,10 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "ExampleBucket",
261
- "Key": "HappyFace.jpg"
260
+ "Bucket": "examplebucket",
261
+ "Key": "objectkey.jpg"
262
+ },
263
+ "output": {
262
264
  },
263
265
  "comments": {
264
266
  "input": {
@@ -266,16 +268,14 @@
266
268
  "output": {
267
269
  }
268
270
  },
269
- "description": "The following example deletes an object from a non-versioned bucket.",
270
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
- "title": "To delete an object (from a non-versioned bucket)"
271
+ "description": "The following example deletes an object from an S3 bucket.",
272
+ "id": "to-delete-an-object-1472850136595",
273
+ "title": "To delete an object"
272
274
  },
273
275
  {
274
276
  "input": {
275
- "Bucket": "examplebucket",
276
- "Key": "objectkey.jpg"
277
- },
278
- "output": {
277
+ "Bucket": "ExampleBucket",
278
+ "Key": "HappyFace.jpg"
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,19 +283,20 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from an S3 bucket.",
287
- "id": "to-delete-an-object-1472850136595",
288
- "title": "To delete an object"
286
+ "description": "The following example deletes an object from a non-versioned bucket.",
287
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
+ "title": "To delete an object (from a non-versioned bucket)"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg"
295
+ "Key": "HappyFace.jpg",
296
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
296
297
  },
297
298
  "output": {
298
- "VersionId": "null"
299
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
299
300
  },
300
301
  "comments": {
301
302
  "input": {
@@ -303,18 +304,17 @@
303
304
  "output": {
304
305
  }
305
306
  },
306
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
- "id": "to-remove-tag-set-from-an-object-1483145342862",
308
- "title": "To remove tag set from an object"
307
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
+ "title": "To remove tag set from an object version"
309
310
  },
310
311
  {
311
312
  "input": {
312
313
  "Bucket": "examplebucket",
313
- "Key": "HappyFace.jpg",
314
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
314
+ "Key": "HappyFace.jpg"
315
315
  },
316
316
  "output": {
317
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
317
+ "VersionId": "null"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
- "title": "To remove tag set from an object version"
325
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
327
+ "title": "To remove tag set from an object"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
- "title": "To delete multiple objects from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
+ "title": "To delete multiple object versions from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
- "title": "To delete multiple object versions from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
+ "title": "To delete multiple objects from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -728,17 +728,18 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "HappyFace.jpg"
731
+ "Key": "SampleFile.txt",
732
+ "Range": "bytes=0-9"
732
733
  },
733
734
  "output": {
734
735
  "AcceptRanges": "bytes",
735
- "ContentLength": "3191",
736
- "ContentType": "image/jpeg",
737
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
736
+ "ContentLength": "10",
737
+ "ContentRange": "bytes 0-9/43",
738
+ "ContentType": "text/plain",
739
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
739
741
  "Metadata": {
740
742
  },
741
- "TagCount": 2,
742
743
  "VersionId": "null"
743
744
  },
744
745
  "comments": {
@@ -747,25 +748,24 @@
747
748
  "output": {
748
749
  }
749
750
  },
750
- "description": "The following example retrieves an object for an S3 bucket.",
751
- "id": "to-retrieve-an-object-1481827837012",
752
- "title": "To retrieve an object"
751
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
+ "title": "To retrieve a byte range of an object "
753
754
  },
754
755
  {
755
756
  "input": {
756
757
  "Bucket": "examplebucket",
757
- "Key": "SampleFile.txt",
758
- "Range": "bytes=0-9"
758
+ "Key": "HappyFace.jpg"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "10",
763
- "ContentRange": "bytes 0-9/43",
764
- "ContentType": "text/plain",
765
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
762
+ "ContentLength": "3191",
763
+ "ContentType": "image/jpeg",
764
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
767
766
  "Metadata": {
768
767
  },
768
+ "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
- "title": "To retrieve a byte range of an object "
777
+ "description": "The following example retrieves an object for an S3 bucket.",
778
+ "id": "to-retrieve-an-object-1481827837012",
779
+ "title": "To retrieve an object"
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,17 +840,20 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "exampleobject",
844
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
843
+ "Key": "HappyFace.jpg"
845
844
  },
846
845
  "output": {
847
846
  "TagSet": [
848
847
  {
849
- "Key": "Key1",
850
- "Value": "Value1"
848
+ "Key": "Key4",
849
+ "Value": "Value4"
850
+ },
851
+ {
852
+ "Key": "Key3",
853
+ "Value": "Value3"
851
854
  }
852
855
  ],
853
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
856
+ "VersionId": "null"
854
857
  },
855
858
  "comments": {
856
859
  "input": {
@@ -858,27 +861,24 @@
858
861
  "output": {
859
862
  }
860
863
  },
861
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
- "title": "To retrieve tag set of a specific object version"
864
+ "description": "The following example retrieves tag set of an object.",
865
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
+ "title": "To retrieve tag set of an object"
864
867
  },
865
868
  {
866
869
  "input": {
867
870
  "Bucket": "examplebucket",
868
- "Key": "HappyFace.jpg"
871
+ "Key": "exampleobject",
872
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
869
873
  },
870
874
  "output": {
871
875
  "TagSet": [
872
876
  {
873
- "Key": "Key4",
874
- "Value": "Value4"
875
- },
876
- {
877
- "Key": "Key3",
878
- "Value": "Value3"
877
+ "Key": "Key1",
878
+ "Value": "Value1"
879
879
  }
880
880
  ],
881
- "VersionId": "null"
881
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object.",
890
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
- "title": "To retrieve tag set of an object"
889
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
+ "title": "To retrieve tag set of a specific object version"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,34 +1567,16 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "ACL": "authenticated-read",
1571
1570
  "Body": "filetoupload",
1572
1571
  "Bucket": "examplebucket",
1573
- "Key": "exampleobject"
1574
- },
1575
- "output": {
1576
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1577
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1578
- },
1579
- "comments": {
1580
- "input": {
1581
- },
1582
- "output": {
1583
- }
1584
- },
1585
- "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1586
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
- "title": "To upload an object and specify canned ACL."
1588
- },
1589
- {
1590
- "input": {
1591
- "Body": "HappyFace.jpg",
1592
- "Bucket": "examplebucket",
1593
- "Key": "HappyFace.jpg"
1572
+ "Key": "exampleobject",
1573
+ "ServerSideEncryption": "AES256",
1574
+ "Tagging": "key1=value1&key2=value2"
1594
1575
  },
1595
1576
  "output": {
1596
1577
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1597
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1598
1580
  },
1599
1581
  "comments": {
1600
1582
  "input": {
@@ -1602,9 +1584,9 @@
1602
1584
  "output": {
1603
1585
  }
1604
1586
  },
1605
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1606
- "id": "to-upload-an-object-1481760101010",
1607
- "title": "To upload an object"
1587
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1588
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
+ "title": "To upload an object and specify server-side encryption and object tags"
1608
1590
  },
1609
1591
  {
1610
1592
  "input": {
@@ -1696,16 +1678,14 @@
1696
1678
  },
1697
1679
  {
1698
1680
  "input": {
1681
+ "ACL": "authenticated-read",
1699
1682
  "Body": "filetoupload",
1700
1683
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1684
+ "Key": "exampleobject"
1704
1685
  },
1705
1686
  "output": {
1706
1687
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1688
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1709
1689
  },
1710
1690
  "comments": {
1711
1691
  "input": {
@@ -1713,9 +1693,29 @@
1713
1693
  "output": {
1714
1694
  }
1715
1695
  },
1716
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
- "title": "To upload an object and specify server-side encryption and object tags"
1696
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1697
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
+ "title": "To upload an object and specify canned ACL."
1699
+ },
1700
+ {
1701
+ "input": {
1702
+ "Body": "HappyFace.jpg",
1703
+ "Bucket": "examplebucket",
1704
+ "Key": "HappyFace.jpg"
1705
+ },
1706
+ "output": {
1707
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1709
+ },
1710
+ "comments": {
1711
+ "input": {
1712
+ },
1713
+ "output": {
1714
+ }
1715
+ },
1716
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
+ "id": "to-upload-an-object-1481760101010",
1718
+ "title": "To upload an object"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -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
+ }