cdk-lambda-subminute 2.0.241 → 2.0.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +5 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +813 -809
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +310 -47
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/outposts.d.ts +10 -4
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +48 -31
- package/node_modules/aws-sdk/clients/workmail.d.ts +445 -62
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -152,7 +152,10 @@
|
|
152
152
|
],
|
153
153
|
"members": {
|
154
154
|
"OrganizationId": {},
|
155
|
-
"Name": {}
|
155
|
+
"Name": {},
|
156
|
+
"HiddenFromGlobalAddressList": {
|
157
|
+
"type": "boolean"
|
158
|
+
}
|
156
159
|
}
|
157
160
|
},
|
158
161
|
"output": {
|
@@ -181,7 +184,7 @@
|
|
181
184
|
"Type": {},
|
182
185
|
"Description": {},
|
183
186
|
"Rules": {
|
184
|
-
"shape": "
|
187
|
+
"shape": "S11"
|
185
188
|
}
|
186
189
|
}
|
187
190
|
},
|
@@ -257,6 +260,9 @@
|
|
257
260
|
"type": "list",
|
258
261
|
"member": {
|
259
262
|
"type": "structure",
|
263
|
+
"required": [
|
264
|
+
"DomainName"
|
265
|
+
],
|
260
266
|
"members": {
|
261
267
|
"DomainName": {},
|
262
268
|
"HostedZoneId": {}
|
@@ -288,7 +294,11 @@
|
|
288
294
|
"members": {
|
289
295
|
"OrganizationId": {},
|
290
296
|
"Name": {},
|
291
|
-
"Type": {}
|
297
|
+
"Type": {},
|
298
|
+
"Description": {},
|
299
|
+
"HiddenFromGlobalAddressList": {
|
300
|
+
"type": "boolean"
|
301
|
+
}
|
292
302
|
}
|
293
303
|
},
|
294
304
|
"output": {
|
@@ -305,15 +315,26 @@
|
|
305
315
|
"required": [
|
306
316
|
"OrganizationId",
|
307
317
|
"Name",
|
308
|
-
"DisplayName"
|
309
|
-
"Password"
|
318
|
+
"DisplayName"
|
310
319
|
],
|
311
320
|
"members": {
|
312
321
|
"OrganizationId": {},
|
313
322
|
"Name": {},
|
314
|
-
"DisplayName": {
|
323
|
+
"DisplayName": {
|
324
|
+
"shape": "S23"
|
325
|
+
},
|
315
326
|
"Password": {
|
316
327
|
"shape": "Sp"
|
328
|
+
},
|
329
|
+
"Role": {},
|
330
|
+
"FirstName": {
|
331
|
+
"shape": "S23"
|
332
|
+
},
|
333
|
+
"LastName": {
|
334
|
+
"shape": "S23"
|
335
|
+
},
|
336
|
+
"HiddenFromGlobalAddressList": {
|
337
|
+
"type": "boolean"
|
317
338
|
}
|
318
339
|
}
|
319
340
|
},
|
@@ -501,6 +522,9 @@
|
|
501
522
|
"OrganizationId": {},
|
502
523
|
"DeleteDirectory": {
|
503
524
|
"type": "boolean"
|
525
|
+
},
|
526
|
+
"ForceDelete": {
|
527
|
+
"type": "boolean"
|
504
528
|
}
|
505
529
|
}
|
506
530
|
},
|
@@ -622,6 +646,28 @@
|
|
622
646
|
},
|
623
647
|
"idempotent": true
|
624
648
|
},
|
649
|
+
"DescribeEntity": {
|
650
|
+
"input": {
|
651
|
+
"type": "structure",
|
652
|
+
"required": [
|
653
|
+
"OrganizationId",
|
654
|
+
"Email"
|
655
|
+
],
|
656
|
+
"members": {
|
657
|
+
"OrganizationId": {},
|
658
|
+
"Email": {}
|
659
|
+
}
|
660
|
+
},
|
661
|
+
"output": {
|
662
|
+
"type": "structure",
|
663
|
+
"members": {
|
664
|
+
"EntityId": {},
|
665
|
+
"Name": {},
|
666
|
+
"Type": {}
|
667
|
+
}
|
668
|
+
},
|
669
|
+
"idempotent": true
|
670
|
+
},
|
625
671
|
"DescribeGroup": {
|
626
672
|
"input": {
|
627
673
|
"type": "structure",
|
@@ -646,6 +692,9 @@
|
|
646
692
|
},
|
647
693
|
"DisabledDate": {
|
648
694
|
"type": "timestamp"
|
695
|
+
},
|
696
|
+
"HiddenFromGlobalAddressList": {
|
697
|
+
"type": "boolean"
|
649
698
|
}
|
650
699
|
}
|
651
700
|
},
|
@@ -731,7 +780,11 @@
|
|
731
780
|
"type": "timestamp"
|
732
781
|
},
|
733
782
|
"ErrorMessage": {},
|
734
|
-
"ARN": {}
|
783
|
+
"ARN": {},
|
784
|
+
"MigrationAdmin": {},
|
785
|
+
"InteroperabilityEnabled": {
|
786
|
+
"type": "boolean"
|
787
|
+
}
|
735
788
|
}
|
736
789
|
},
|
737
790
|
"idempotent": true
|
@@ -756,7 +809,7 @@
|
|
756
809
|
"Name": {},
|
757
810
|
"Type": {},
|
758
811
|
"BookingOptions": {
|
759
|
-
"shape": "
|
812
|
+
"shape": "S3v"
|
760
813
|
},
|
761
814
|
"State": {},
|
762
815
|
"EnabledDate": {
|
@@ -764,6 +817,10 @@
|
|
764
817
|
},
|
765
818
|
"DisabledDate": {
|
766
819
|
"type": "timestamp"
|
820
|
+
},
|
821
|
+
"Description": {},
|
822
|
+
"HiddenFromGlobalAddressList": {
|
823
|
+
"type": "boolean"
|
767
824
|
}
|
768
825
|
}
|
769
826
|
},
|
@@ -787,7 +844,9 @@
|
|
787
844
|
"UserId": {},
|
788
845
|
"Name": {},
|
789
846
|
"Email": {},
|
790
|
-
"DisplayName": {
|
847
|
+
"DisplayName": {
|
848
|
+
"shape": "S23"
|
849
|
+
},
|
791
850
|
"State": {},
|
792
851
|
"UserRole": {},
|
793
852
|
"EnabledDate": {
|
@@ -795,6 +854,51 @@
|
|
795
854
|
},
|
796
855
|
"DisabledDate": {
|
797
856
|
"type": "timestamp"
|
857
|
+
},
|
858
|
+
"MailboxProvisionedDate": {
|
859
|
+
"type": "timestamp"
|
860
|
+
},
|
861
|
+
"MailboxDeprovisionedDate": {
|
862
|
+
"type": "timestamp"
|
863
|
+
},
|
864
|
+
"FirstName": {
|
865
|
+
"shape": "S23"
|
866
|
+
},
|
867
|
+
"LastName": {
|
868
|
+
"shape": "S23"
|
869
|
+
},
|
870
|
+
"HiddenFromGlobalAddressList": {
|
871
|
+
"type": "boolean"
|
872
|
+
},
|
873
|
+
"Initials": {
|
874
|
+
"shape": "S23"
|
875
|
+
},
|
876
|
+
"Telephone": {
|
877
|
+
"shape": "S23"
|
878
|
+
},
|
879
|
+
"Street": {
|
880
|
+
"shape": "S23"
|
881
|
+
},
|
882
|
+
"JobTitle": {
|
883
|
+
"shape": "S23"
|
884
|
+
},
|
885
|
+
"City": {
|
886
|
+
"shape": "S23"
|
887
|
+
},
|
888
|
+
"Company": {
|
889
|
+
"shape": "S23"
|
890
|
+
},
|
891
|
+
"ZipCode": {
|
892
|
+
"shape": "S23"
|
893
|
+
},
|
894
|
+
"Department": {
|
895
|
+
"shape": "S23"
|
896
|
+
},
|
897
|
+
"Country": {
|
898
|
+
"shape": "S23"
|
899
|
+
},
|
900
|
+
"Office": {
|
901
|
+
"shape": "S23"
|
798
902
|
}
|
799
903
|
}
|
800
904
|
},
|
@@ -884,7 +988,7 @@
|
|
884
988
|
"Name": {},
|
885
989
|
"Description": {},
|
886
990
|
"FolderConfigurations": {
|
887
|
-
"shape": "
|
991
|
+
"shape": "S4a"
|
888
992
|
}
|
889
993
|
}
|
890
994
|
},
|
@@ -910,7 +1014,7 @@
|
|
910
1014
|
"Type": {},
|
911
1015
|
"Description": {},
|
912
1016
|
"Rules": {
|
913
|
-
"shape": "
|
1017
|
+
"shape": "S11"
|
914
1018
|
},
|
915
1019
|
"DateCreated": {
|
916
1020
|
"type": "timestamp"
|
@@ -1099,22 +1203,22 @@
|
|
1099
1203
|
"Effect": {},
|
1100
1204
|
"Description": {},
|
1101
1205
|
"IpRanges": {
|
1102
|
-
"shape": "
|
1206
|
+
"shape": "S55"
|
1103
1207
|
},
|
1104
1208
|
"NotIpRanges": {
|
1105
|
-
"shape": "
|
1209
|
+
"shape": "S55"
|
1106
1210
|
},
|
1107
1211
|
"Actions": {
|
1108
|
-
"shape": "
|
1212
|
+
"shape": "S57"
|
1109
1213
|
},
|
1110
1214
|
"NotActions": {
|
1111
|
-
"shape": "
|
1215
|
+
"shape": "S57"
|
1112
1216
|
},
|
1113
1217
|
"UserIds": {
|
1114
|
-
"shape": "
|
1218
|
+
"shape": "S58"
|
1115
1219
|
},
|
1116
1220
|
"NotUserIds": {
|
1117
|
-
"shape": "
|
1221
|
+
"shape": "S58"
|
1118
1222
|
},
|
1119
1223
|
"DateCreated": {
|
1120
1224
|
"type": "timestamp"
|
@@ -1123,10 +1227,10 @@
|
|
1123
1227
|
"type": "timestamp"
|
1124
1228
|
},
|
1125
1229
|
"ImpersonationRoleIds": {
|
1126
|
-
"shape": "
|
1230
|
+
"shape": "S59"
|
1127
1231
|
},
|
1128
1232
|
"NotImpersonationRoleIds": {
|
1129
|
-
"shape": "
|
1233
|
+
"shape": "S59"
|
1130
1234
|
}
|
1131
1235
|
}
|
1132
1236
|
}
|
@@ -1262,6 +1366,14 @@
|
|
1262
1366
|
"NextToken": {},
|
1263
1367
|
"MaxResults": {
|
1264
1368
|
"type": "integer"
|
1369
|
+
},
|
1370
|
+
"Filters": {
|
1371
|
+
"type": "structure",
|
1372
|
+
"members": {
|
1373
|
+
"NamePrefix": {},
|
1374
|
+
"PrimaryEmailPrefix": {},
|
1375
|
+
"State": {}
|
1376
|
+
}
|
1265
1377
|
}
|
1266
1378
|
}
|
1267
1379
|
},
|
@@ -1291,6 +1403,46 @@
|
|
1291
1403
|
},
|
1292
1404
|
"idempotent": true
|
1293
1405
|
},
|
1406
|
+
"ListGroupsForEntity": {
|
1407
|
+
"input": {
|
1408
|
+
"type": "structure",
|
1409
|
+
"required": [
|
1410
|
+
"OrganizationId",
|
1411
|
+
"EntityId"
|
1412
|
+
],
|
1413
|
+
"members": {
|
1414
|
+
"OrganizationId": {},
|
1415
|
+
"EntityId": {},
|
1416
|
+
"Filters": {
|
1417
|
+
"type": "structure",
|
1418
|
+
"members": {
|
1419
|
+
"GroupNamePrefix": {}
|
1420
|
+
}
|
1421
|
+
},
|
1422
|
+
"NextToken": {},
|
1423
|
+
"MaxResults": {
|
1424
|
+
"type": "integer"
|
1425
|
+
}
|
1426
|
+
}
|
1427
|
+
},
|
1428
|
+
"output": {
|
1429
|
+
"type": "structure",
|
1430
|
+
"members": {
|
1431
|
+
"Groups": {
|
1432
|
+
"type": "list",
|
1433
|
+
"member": {
|
1434
|
+
"type": "structure",
|
1435
|
+
"members": {
|
1436
|
+
"GroupId": {},
|
1437
|
+
"GroupName": {}
|
1438
|
+
}
|
1439
|
+
}
|
1440
|
+
},
|
1441
|
+
"NextToken": {}
|
1442
|
+
}
|
1443
|
+
},
|
1444
|
+
"idempotent": true
|
1445
|
+
},
|
1294
1446
|
"ListImpersonationRoles": {
|
1295
1447
|
"input": {
|
1296
1448
|
"type": "structure",
|
@@ -1440,7 +1592,7 @@
|
|
1440
1592
|
"GranteeId": {},
|
1441
1593
|
"GranteeType": {},
|
1442
1594
|
"PermissionValues": {
|
1443
|
-
"shape": "
|
1595
|
+
"shape": "S6g"
|
1444
1596
|
}
|
1445
1597
|
}
|
1446
1598
|
}
|
@@ -1629,6 +1781,14 @@
|
|
1629
1781
|
"NextToken": {},
|
1630
1782
|
"MaxResults": {
|
1631
1783
|
"type": "integer"
|
1784
|
+
},
|
1785
|
+
"Filters": {
|
1786
|
+
"type": "structure",
|
1787
|
+
"members": {
|
1788
|
+
"NamePrefix": {},
|
1789
|
+
"PrimaryEmailPrefix": {},
|
1790
|
+
"State": {}
|
1791
|
+
}
|
1632
1792
|
}
|
1633
1793
|
}
|
1634
1794
|
},
|
@@ -1650,7 +1810,8 @@
|
|
1650
1810
|
},
|
1651
1811
|
"DisabledDate": {
|
1652
1812
|
"type": "timestamp"
|
1653
|
-
}
|
1813
|
+
},
|
1814
|
+
"Description": {}
|
1654
1815
|
}
|
1655
1816
|
}
|
1656
1817
|
},
|
@@ -1673,7 +1834,7 @@
|
|
1673
1834
|
"type": "structure",
|
1674
1835
|
"members": {
|
1675
1836
|
"Tags": {
|
1676
|
-
"shape": "
|
1837
|
+
"shape": "S75"
|
1677
1838
|
}
|
1678
1839
|
}
|
1679
1840
|
}
|
@@ -1689,6 +1850,17 @@
|
|
1689
1850
|
"NextToken": {},
|
1690
1851
|
"MaxResults": {
|
1691
1852
|
"type": "integer"
|
1853
|
+
},
|
1854
|
+
"Filters": {
|
1855
|
+
"type": "structure",
|
1856
|
+
"members": {
|
1857
|
+
"UsernamePrefix": {},
|
1858
|
+
"DisplayNamePrefix": {
|
1859
|
+
"shape": "S23"
|
1860
|
+
},
|
1861
|
+
"PrimaryEmailPrefix": {},
|
1862
|
+
"State": {}
|
1863
|
+
}
|
1692
1864
|
}
|
1693
1865
|
}
|
1694
1866
|
},
|
@@ -1734,29 +1906,29 @@
|
|
1734
1906
|
"Effect": {},
|
1735
1907
|
"Description": {},
|
1736
1908
|
"IpRanges": {
|
1737
|
-
"shape": "
|
1909
|
+
"shape": "S55"
|
1738
1910
|
},
|
1739
1911
|
"NotIpRanges": {
|
1740
|
-
"shape": "
|
1912
|
+
"shape": "S55"
|
1741
1913
|
},
|
1742
1914
|
"Actions": {
|
1743
|
-
"shape": "
|
1915
|
+
"shape": "S57"
|
1744
1916
|
},
|
1745
1917
|
"NotActions": {
|
1746
|
-
"shape": "
|
1918
|
+
"shape": "S57"
|
1747
1919
|
},
|
1748
1920
|
"UserIds": {
|
1749
|
-
"shape": "
|
1921
|
+
"shape": "S58"
|
1750
1922
|
},
|
1751
1923
|
"NotUserIds": {
|
1752
|
-
"shape": "
|
1924
|
+
"shape": "S58"
|
1753
1925
|
},
|
1754
1926
|
"OrganizationId": {},
|
1755
1927
|
"ImpersonationRoleIds": {
|
1756
|
-
"shape": "
|
1928
|
+
"shape": "S59"
|
1757
1929
|
},
|
1758
1930
|
"NotImpersonationRoleIds": {
|
1759
|
-
"shape": "
|
1931
|
+
"shape": "S59"
|
1760
1932
|
}
|
1761
1933
|
}
|
1762
1934
|
},
|
@@ -1819,7 +1991,7 @@
|
|
1819
1991
|
"EntityId": {},
|
1820
1992
|
"GranteeId": {},
|
1821
1993
|
"PermissionValues": {
|
1822
|
-
"shape": "
|
1994
|
+
"shape": "S6g"
|
1823
1995
|
}
|
1824
1996
|
}
|
1825
1997
|
},
|
@@ -1868,7 +2040,7 @@
|
|
1868
2040
|
"sensitive": true
|
1869
2041
|
},
|
1870
2042
|
"FolderConfigurations": {
|
1871
|
-
"shape": "
|
2043
|
+
"shape": "S4a"
|
1872
2044
|
}
|
1873
2045
|
}
|
1874
2046
|
},
|
@@ -1984,7 +2156,7 @@
|
|
1984
2156
|
"members": {
|
1985
2157
|
"ResourceARN": {},
|
1986
2158
|
"Tags": {
|
1987
|
-
"shape": "
|
2159
|
+
"shape": "S75"
|
1988
2160
|
}
|
1989
2161
|
}
|
1990
2162
|
},
|
@@ -2082,6 +2254,27 @@
|
|
2082
2254
|
},
|
2083
2255
|
"idempotent": true
|
2084
2256
|
},
|
2257
|
+
"UpdateGroup": {
|
2258
|
+
"input": {
|
2259
|
+
"type": "structure",
|
2260
|
+
"required": [
|
2261
|
+
"OrganizationId",
|
2262
|
+
"GroupId"
|
2263
|
+
],
|
2264
|
+
"members": {
|
2265
|
+
"OrganizationId": {},
|
2266
|
+
"GroupId": {},
|
2267
|
+
"HiddenFromGlobalAddressList": {
|
2268
|
+
"type": "boolean"
|
2269
|
+
}
|
2270
|
+
}
|
2271
|
+
},
|
2272
|
+
"output": {
|
2273
|
+
"type": "structure",
|
2274
|
+
"members": {}
|
2275
|
+
},
|
2276
|
+
"idempotent": true
|
2277
|
+
},
|
2085
2278
|
"UpdateImpersonationRole": {
|
2086
2279
|
"input": {
|
2087
2280
|
"type": "structure",
|
@@ -2099,7 +2292,7 @@
|
|
2099
2292
|
"Type": {},
|
2100
2293
|
"Description": {},
|
2101
2294
|
"Rules": {
|
2102
|
-
"shape": "
|
2295
|
+
"shape": "S11"
|
2103
2296
|
}
|
2104
2297
|
}
|
2105
2298
|
},
|
@@ -2208,7 +2401,73 @@
|
|
2208
2401
|
"ResourceId": {},
|
2209
2402
|
"Name": {},
|
2210
2403
|
"BookingOptions": {
|
2211
|
-
"shape": "
|
2404
|
+
"shape": "S3v"
|
2405
|
+
},
|
2406
|
+
"Description": {},
|
2407
|
+
"Type": {},
|
2408
|
+
"HiddenFromGlobalAddressList": {
|
2409
|
+
"type": "boolean"
|
2410
|
+
}
|
2411
|
+
}
|
2412
|
+
},
|
2413
|
+
"output": {
|
2414
|
+
"type": "structure",
|
2415
|
+
"members": {}
|
2416
|
+
},
|
2417
|
+
"idempotent": true
|
2418
|
+
},
|
2419
|
+
"UpdateUser": {
|
2420
|
+
"input": {
|
2421
|
+
"type": "structure",
|
2422
|
+
"required": [
|
2423
|
+
"OrganizationId",
|
2424
|
+
"UserId"
|
2425
|
+
],
|
2426
|
+
"members": {
|
2427
|
+
"OrganizationId": {},
|
2428
|
+
"UserId": {},
|
2429
|
+
"Role": {},
|
2430
|
+
"DisplayName": {
|
2431
|
+
"shape": "S23"
|
2432
|
+
},
|
2433
|
+
"FirstName": {
|
2434
|
+
"shape": "S23"
|
2435
|
+
},
|
2436
|
+
"LastName": {
|
2437
|
+
"shape": "S23"
|
2438
|
+
},
|
2439
|
+
"HiddenFromGlobalAddressList": {
|
2440
|
+
"type": "boolean"
|
2441
|
+
},
|
2442
|
+
"Initials": {
|
2443
|
+
"shape": "S23"
|
2444
|
+
},
|
2445
|
+
"Telephone": {
|
2446
|
+
"shape": "S23"
|
2447
|
+
},
|
2448
|
+
"Street": {
|
2449
|
+
"shape": "S23"
|
2450
|
+
},
|
2451
|
+
"JobTitle": {
|
2452
|
+
"shape": "S23"
|
2453
|
+
},
|
2454
|
+
"City": {
|
2455
|
+
"shape": "S23"
|
2456
|
+
},
|
2457
|
+
"Company": {
|
2458
|
+
"shape": "S23"
|
2459
|
+
},
|
2460
|
+
"ZipCode": {
|
2461
|
+
"shape": "S23"
|
2462
|
+
},
|
2463
|
+
"Department": {
|
2464
|
+
"shape": "S23"
|
2465
|
+
},
|
2466
|
+
"Country": {
|
2467
|
+
"shape": "S23"
|
2468
|
+
},
|
2469
|
+
"Office": {
|
2470
|
+
"shape": "S23"
|
2212
2471
|
}
|
2213
2472
|
}
|
2214
2473
|
},
|
@@ -2248,7 +2507,7 @@
|
|
2248
2507
|
"LambdaArn": {}
|
2249
2508
|
}
|
2250
2509
|
},
|
2251
|
-
"
|
2510
|
+
"S11": {
|
2252
2511
|
"type": "list",
|
2253
2512
|
"member": {
|
2254
2513
|
"type": "structure",
|
@@ -2262,15 +2521,15 @@
|
|
2262
2521
|
"Description": {},
|
2263
2522
|
"Effect": {},
|
2264
2523
|
"TargetUsers": {
|
2265
|
-
"shape": "
|
2524
|
+
"shape": "S17"
|
2266
2525
|
},
|
2267
2526
|
"NotTargetUsers": {
|
2268
|
-
"shape": "
|
2527
|
+
"shape": "S17"
|
2269
2528
|
}
|
2270
2529
|
}
|
2271
2530
|
}
|
2272
2531
|
},
|
2273
|
-
"
|
2532
|
+
"S17": {
|
2274
2533
|
"type": "list",
|
2275
2534
|
"member": {}
|
2276
2535
|
},
|
@@ -2290,7 +2549,11 @@
|
|
2290
2549
|
"type": "list",
|
2291
2550
|
"member": {}
|
2292
2551
|
},
|
2293
|
-
"
|
2552
|
+
"S23": {
|
2553
|
+
"type": "string",
|
2554
|
+
"sensitive": true
|
2555
|
+
},
|
2556
|
+
"S3v": {
|
2294
2557
|
"type": "structure",
|
2295
2558
|
"members": {
|
2296
2559
|
"AutoAcceptRequests": {
|
@@ -2304,7 +2567,7 @@
|
|
2304
2567
|
}
|
2305
2568
|
}
|
2306
2569
|
},
|
2307
|
-
"
|
2570
|
+
"S4a": {
|
2308
2571
|
"type": "list",
|
2309
2572
|
"member": {
|
2310
2573
|
"type": "structure",
|
@@ -2321,27 +2584,27 @@
|
|
2321
2584
|
}
|
2322
2585
|
}
|
2323
2586
|
},
|
2324
|
-
"
|
2587
|
+
"S55": {
|
2325
2588
|
"type": "list",
|
2326
2589
|
"member": {}
|
2327
2590
|
},
|
2328
|
-
"
|
2591
|
+
"S57": {
|
2329
2592
|
"type": "list",
|
2330
2593
|
"member": {}
|
2331
2594
|
},
|
2332
|
-
"
|
2595
|
+
"S58": {
|
2333
2596
|
"type": "list",
|
2334
2597
|
"member": {}
|
2335
2598
|
},
|
2336
|
-
"
|
2599
|
+
"S59": {
|
2337
2600
|
"type": "list",
|
2338
2601
|
"member": {}
|
2339
2602
|
},
|
2340
|
-
"
|
2603
|
+
"S6g": {
|
2341
2604
|
"type": "list",
|
2342
2605
|
"member": {}
|
2343
2606
|
},
|
2344
|
-
"
|
2607
|
+
"S75": {
|
2345
2608
|
"type": "list",
|
2346
2609
|
"member": {
|
2347
2610
|
"type": "structure",
|
@@ -21,6 +21,11 @@
|
|
21
21
|
"output_token": "NextToken",
|
22
22
|
"limit_key": "MaxResults"
|
23
23
|
},
|
24
|
+
"ListGroupsForEntity": {
|
25
|
+
"input_token": "NextToken",
|
26
|
+
"output_token": "NextToken",
|
27
|
+
"limit_key": "MaxResults"
|
28
|
+
},
|
24
29
|
"ListImpersonationRoles": {
|
25
30
|
"input_token": "NextToken",
|
26
31
|
"output_token": "NextToken",
|