cdk-lambda-subminute 2.0.301 → 2.0.302
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 +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
- package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +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
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -193,7 +193,13 @@
|
|
193
193
|
"IdpRelayStateParameterName": {},
|
194
194
|
"Tags": {
|
195
195
|
"shape": "S1y"
|
196
|
-
}
|
196
|
+
},
|
197
|
+
"TrustedIdentityPropagationEnabled": {
|
198
|
+
"type": "boolean"
|
199
|
+
},
|
200
|
+
"IdcUserAssignment": {},
|
201
|
+
"IdcInstanceArn": {},
|
202
|
+
"EncryptionKeyArn": {}
|
197
203
|
}
|
198
204
|
},
|
199
205
|
"output": {
|
@@ -281,7 +287,7 @@
|
|
281
287
|
"Id": {},
|
282
288
|
"Name": {},
|
283
289
|
"Status": {
|
284
|
-
"shape": "
|
290
|
+
"shape": "S2q"
|
285
291
|
},
|
286
292
|
"Ec2InstanceAttributes": {
|
287
293
|
"type": "structure",
|
@@ -289,21 +295,21 @@
|
|
289
295
|
"Ec2KeyName": {},
|
290
296
|
"Ec2SubnetId": {},
|
291
297
|
"RequestedEc2SubnetIds": {
|
292
|
-
"shape": "
|
298
|
+
"shape": "S2z"
|
293
299
|
},
|
294
300
|
"Ec2AvailabilityZone": {},
|
295
301
|
"RequestedEc2AvailabilityZones": {
|
296
|
-
"shape": "
|
302
|
+
"shape": "S2z"
|
297
303
|
},
|
298
304
|
"IamInstanceProfile": {},
|
299
305
|
"EmrManagedMasterSecurityGroup": {},
|
300
306
|
"EmrManagedSlaveSecurityGroup": {},
|
301
307
|
"ServiceAccessSecurityGroup": {},
|
302
308
|
"AdditionalMasterSecurityGroups": {
|
303
|
-
"shape": "
|
309
|
+
"shape": "S30"
|
304
310
|
},
|
305
311
|
"AdditionalSlaveSecurityGroups": {
|
306
|
-
"shape": "
|
312
|
+
"shape": "S30"
|
307
313
|
}
|
308
314
|
}
|
309
315
|
},
|
@@ -323,7 +329,7 @@
|
|
323
329
|
"type": "boolean"
|
324
330
|
},
|
325
331
|
"Applications": {
|
326
|
-
"shape": "
|
332
|
+
"shape": "S33"
|
327
333
|
},
|
328
334
|
"Tags": {
|
329
335
|
"shape": "S1y"
|
@@ -345,7 +351,7 @@
|
|
345
351
|
},
|
346
352
|
"RepoUpgradeOnBoot": {},
|
347
353
|
"KerberosAttributes": {
|
348
|
-
"shape": "
|
354
|
+
"shape": "S37"
|
349
355
|
},
|
350
356
|
"ClusterArn": {},
|
351
357
|
"OutpostArn": {},
|
@@ -353,7 +359,7 @@
|
|
353
359
|
"type": "integer"
|
354
360
|
},
|
355
361
|
"PlacementGroups": {
|
356
|
-
"shape": "
|
362
|
+
"shape": "S39"
|
357
363
|
},
|
358
364
|
"OSReleaseLabel": {},
|
359
365
|
"EbsRootVolumeIops": {
|
@@ -493,7 +499,7 @@
|
|
493
499
|
"Ec2KeyName": {},
|
494
500
|
"Ec2SubnetId": {},
|
495
501
|
"Placement": {
|
496
|
-
"shape": "
|
502
|
+
"shape": "S3n"
|
497
503
|
},
|
498
504
|
"KeepJobFlowAliveWhenNoSteps": {
|
499
505
|
"type": "boolean"
|
@@ -545,13 +551,13 @@
|
|
545
551
|
"type": "structure",
|
546
552
|
"members": {
|
547
553
|
"BootstrapActionConfig": {
|
548
|
-
"shape": "
|
554
|
+
"shape": "S3u"
|
549
555
|
}
|
550
556
|
}
|
551
557
|
}
|
552
558
|
},
|
553
559
|
"SupportedProducts": {
|
554
|
-
"shape": "
|
560
|
+
"shape": "S3w"
|
555
561
|
},
|
556
562
|
"VisibleToAllUsers": {
|
557
563
|
"type": "boolean"
|
@@ -586,7 +592,7 @@
|
|
586
592
|
"NotebookExecutionId": {},
|
587
593
|
"EditorId": {},
|
588
594
|
"ExecutionEngine": {
|
589
|
-
"shape": "
|
595
|
+
"shape": "S40"
|
590
596
|
},
|
591
597
|
"NotebookExecutionName": {},
|
592
598
|
"NotebookParams": {},
|
@@ -605,7 +611,7 @@
|
|
605
611
|
"shape": "S1y"
|
606
612
|
},
|
607
613
|
"NotebookS3Location": {
|
608
|
-
"shape": "
|
614
|
+
"shape": "S44"
|
609
615
|
},
|
610
616
|
"OutputNotebookS3Location": {
|
611
617
|
"type": "structure",
|
@@ -616,7 +622,7 @@
|
|
616
622
|
},
|
617
623
|
"OutputNotebookFormat": {},
|
618
624
|
"EnvironmentVariables": {
|
619
|
-
"shape": "
|
625
|
+
"shape": "S48"
|
620
626
|
}
|
621
627
|
}
|
622
628
|
}
|
@@ -703,11 +709,11 @@
|
|
703
709
|
"Id": {},
|
704
710
|
"Name": {},
|
705
711
|
"Config": {
|
706
|
-
"shape": "
|
712
|
+
"shape": "S4l"
|
707
713
|
},
|
708
714
|
"ActionOnFailure": {},
|
709
715
|
"Status": {
|
710
|
-
"shape": "
|
716
|
+
"shape": "S4m"
|
711
717
|
},
|
712
718
|
"ExecutionRoleArn": {}
|
713
719
|
}
|
@@ -753,7 +759,13 @@
|
|
753
759
|
"IdpRelayStateParameterName": {},
|
754
760
|
"Tags": {
|
755
761
|
"shape": "S1y"
|
756
|
-
}
|
762
|
+
},
|
763
|
+
"IdcInstanceArn": {},
|
764
|
+
"TrustedIdentityPropagationEnabled": {
|
765
|
+
"type": "boolean"
|
766
|
+
},
|
767
|
+
"IdcUserAssignment": {},
|
768
|
+
"EncryptionKeyArn": {}
|
757
769
|
}
|
758
770
|
}
|
759
771
|
}
|
@@ -773,7 +785,7 @@
|
|
773
785
|
"type": "structure",
|
774
786
|
"members": {
|
775
787
|
"AutoTerminationPolicy": {
|
776
|
-
"shape": "
|
788
|
+
"shape": "S4x"
|
777
789
|
}
|
778
790
|
}
|
779
791
|
}
|
@@ -791,7 +803,7 @@
|
|
791
803
|
],
|
792
804
|
"members": {
|
793
805
|
"BlockPublicAccessConfiguration": {
|
794
|
-
"shape": "
|
806
|
+
"shape": "S51"
|
795
807
|
},
|
796
808
|
"BlockPublicAccessConfigurationMetadata": {
|
797
809
|
"type": "structure",
|
@@ -857,7 +869,7 @@
|
|
857
869
|
"type": "structure",
|
858
870
|
"members": {
|
859
871
|
"ManagedScalingPolicy": {
|
860
|
-
"shape": "
|
872
|
+
"shape": "S5c"
|
861
873
|
}
|
862
874
|
}
|
863
875
|
}
|
@@ -920,7 +932,7 @@
|
|
920
932
|
"Name": {},
|
921
933
|
"ScriptPath": {},
|
922
934
|
"Args": {
|
923
|
-
"shape": "
|
935
|
+
"shape": "S30"
|
924
936
|
}
|
925
937
|
}
|
926
938
|
}
|
@@ -957,7 +969,7 @@
|
|
957
969
|
"Id": {},
|
958
970
|
"Name": {},
|
959
971
|
"Status": {
|
960
|
-
"shape": "
|
972
|
+
"shape": "S2q"
|
961
973
|
},
|
962
974
|
"NormalizedInstanceHours": {
|
963
975
|
"type": "integer"
|
@@ -1049,7 +1061,7 @@
|
|
1049
1061
|
"shape": "Si"
|
1050
1062
|
},
|
1051
1063
|
"EbsBlockDevices": {
|
1052
|
-
"shape": "
|
1064
|
+
"shape": "S63"
|
1053
1065
|
},
|
1054
1066
|
"EbsOptimized": {
|
1055
1067
|
"type": "boolean"
|
@@ -1142,16 +1154,16 @@
|
|
1142
1154
|
"type": "long"
|
1143
1155
|
},
|
1144
1156
|
"EbsBlockDevices": {
|
1145
|
-
"shape": "
|
1157
|
+
"shape": "S63"
|
1146
1158
|
},
|
1147
1159
|
"EbsOptimized": {
|
1148
1160
|
"type": "boolean"
|
1149
1161
|
},
|
1150
1162
|
"ShrinkPolicy": {
|
1151
|
-
"shape": "
|
1163
|
+
"shape": "S6f"
|
1152
1164
|
},
|
1153
1165
|
"AutoScalingPolicy": {
|
1154
|
-
"shape": "
|
1166
|
+
"shape": "S6j"
|
1155
1167
|
},
|
1156
1168
|
"CustomAmiId": {}
|
1157
1169
|
}
|
@@ -1280,7 +1292,7 @@
|
|
1280
1292
|
"type": "timestamp"
|
1281
1293
|
},
|
1282
1294
|
"NotebookS3Location": {
|
1283
|
-
"shape": "
|
1295
|
+
"shape": "S44"
|
1284
1296
|
},
|
1285
1297
|
"ExecutionEngineId": {}
|
1286
1298
|
}
|
@@ -1311,7 +1323,7 @@
|
|
1311
1323
|
"type": "structure",
|
1312
1324
|
"members": {
|
1313
1325
|
"ReleaseLabels": {
|
1314
|
-
"shape": "
|
1326
|
+
"shape": "S30"
|
1315
1327
|
},
|
1316
1328
|
"NextToken": {}
|
1317
1329
|
}
|
@@ -1372,11 +1384,11 @@
|
|
1372
1384
|
"Id": {},
|
1373
1385
|
"Name": {},
|
1374
1386
|
"Config": {
|
1375
|
-
"shape": "
|
1387
|
+
"shape": "S4l"
|
1376
1388
|
},
|
1377
1389
|
"ActionOnFailure": {},
|
1378
1390
|
"Status": {
|
1379
|
-
"shape": "
|
1391
|
+
"shape": "S4m"
|
1380
1392
|
}
|
1381
1393
|
}
|
1382
1394
|
}
|
@@ -1575,7 +1587,7 @@
|
|
1575
1587
|
"member": {}
|
1576
1588
|
},
|
1577
1589
|
"ShrinkPolicy": {
|
1578
|
-
"shape": "
|
1590
|
+
"shape": "S6f"
|
1579
1591
|
},
|
1580
1592
|
"ReconfigurationType": {},
|
1581
1593
|
"Configurations": {
|
@@ -1609,7 +1621,7 @@
|
|
1609
1621
|
"ClusterId": {},
|
1610
1622
|
"InstanceGroupId": {},
|
1611
1623
|
"AutoScalingPolicy": {
|
1612
|
-
"shape": "
|
1624
|
+
"shape": "S6j"
|
1613
1625
|
},
|
1614
1626
|
"ClusterArn": {}
|
1615
1627
|
}
|
@@ -1624,7 +1636,7 @@
|
|
1624
1636
|
"members": {
|
1625
1637
|
"ClusterId": {},
|
1626
1638
|
"AutoTerminationPolicy": {
|
1627
|
-
"shape": "
|
1639
|
+
"shape": "S4x"
|
1628
1640
|
}
|
1629
1641
|
}
|
1630
1642
|
},
|
@@ -1641,7 +1653,7 @@
|
|
1641
1653
|
],
|
1642
1654
|
"members": {
|
1643
1655
|
"BlockPublicAccessConfiguration": {
|
1644
|
-
"shape": "
|
1656
|
+
"shape": "S51"
|
1645
1657
|
}
|
1646
1658
|
}
|
1647
1659
|
},
|
@@ -1660,7 +1672,7 @@
|
|
1660
1672
|
"members": {
|
1661
1673
|
"ClusterId": {},
|
1662
1674
|
"ManagedScalingPolicy": {
|
1663
|
-
"shape": "
|
1675
|
+
"shape": "S5c"
|
1664
1676
|
}
|
1665
1677
|
}
|
1666
1678
|
},
|
@@ -1726,7 +1738,7 @@
|
|
1726
1738
|
"members": {
|
1727
1739
|
"ResourceId": {},
|
1728
1740
|
"TagKeys": {
|
1729
|
-
"shape": "
|
1741
|
+
"shape": "S30"
|
1730
1742
|
}
|
1731
1743
|
}
|
1732
1744
|
},
|
@@ -1768,7 +1780,7 @@
|
|
1768
1780
|
},
|
1769
1781
|
"Ec2KeyName": {},
|
1770
1782
|
"Placement": {
|
1771
|
-
"shape": "
|
1783
|
+
"shape": "S3n"
|
1772
1784
|
},
|
1773
1785
|
"KeepJobFlowAliveWhenNoSteps": {
|
1774
1786
|
"type": "boolean"
|
@@ -1779,16 +1791,16 @@
|
|
1779
1791
|
"HadoopVersion": {},
|
1780
1792
|
"Ec2SubnetId": {},
|
1781
1793
|
"Ec2SubnetIds": {
|
1782
|
-
"shape": "
|
1794
|
+
"shape": "S2z"
|
1783
1795
|
},
|
1784
1796
|
"EmrManagedMasterSecurityGroup": {},
|
1785
1797
|
"EmrManagedSlaveSecurityGroup": {},
|
1786
1798
|
"ServiceAccessSecurityGroup": {},
|
1787
1799
|
"AdditionalMasterSecurityGroups": {
|
1788
|
-
"shape": "
|
1800
|
+
"shape": "S8m"
|
1789
1801
|
},
|
1790
1802
|
"AdditionalSlaveSecurityGroups": {
|
1791
|
-
"shape": "
|
1803
|
+
"shape": "S8m"
|
1792
1804
|
}
|
1793
1805
|
}
|
1794
1806
|
},
|
@@ -1798,11 +1810,11 @@
|
|
1798
1810
|
"BootstrapActions": {
|
1799
1811
|
"type": "list",
|
1800
1812
|
"member": {
|
1801
|
-
"shape": "
|
1813
|
+
"shape": "S3u"
|
1802
1814
|
}
|
1803
1815
|
},
|
1804
1816
|
"SupportedProducts": {
|
1805
|
-
"shape": "
|
1817
|
+
"shape": "S3w"
|
1806
1818
|
},
|
1807
1819
|
"NewSupportedProducts": {
|
1808
1820
|
"type": "list",
|
@@ -1817,7 +1829,7 @@
|
|
1817
1829
|
}
|
1818
1830
|
},
|
1819
1831
|
"Applications": {
|
1820
|
-
"shape": "
|
1832
|
+
"shape": "S33"
|
1821
1833
|
},
|
1822
1834
|
"Configurations": {
|
1823
1835
|
"shape": "Si"
|
@@ -1839,19 +1851,19 @@
|
|
1839
1851
|
},
|
1840
1852
|
"RepoUpgradeOnBoot": {},
|
1841
1853
|
"KerberosAttributes": {
|
1842
|
-
"shape": "
|
1854
|
+
"shape": "S37"
|
1843
1855
|
},
|
1844
1856
|
"StepConcurrencyLevel": {
|
1845
1857
|
"type": "integer"
|
1846
1858
|
},
|
1847
1859
|
"ManagedScalingPolicy": {
|
1848
|
-
"shape": "
|
1860
|
+
"shape": "S5c"
|
1849
1861
|
},
|
1850
1862
|
"PlacementGroupConfigs": {
|
1851
|
-
"shape": "
|
1863
|
+
"shape": "S39"
|
1852
1864
|
},
|
1853
1865
|
"AutoTerminationPolicy": {
|
1854
|
-
"shape": "
|
1866
|
+
"shape": "S4x"
|
1855
1867
|
},
|
1856
1868
|
"OSReleaseLabel": {},
|
1857
1869
|
"EbsRootVolumeIops": {
|
@@ -1917,7 +1929,7 @@
|
|
1917
1929
|
"NotebookExecutionName": {},
|
1918
1930
|
"NotebookParams": {},
|
1919
1931
|
"ExecutionEngine": {
|
1920
|
-
"shape": "
|
1932
|
+
"shape": "S40"
|
1921
1933
|
},
|
1922
1934
|
"ServiceRole": {},
|
1923
1935
|
"NotebookInstanceSecurityGroupId": {},
|
@@ -1940,7 +1952,7 @@
|
|
1940
1952
|
},
|
1941
1953
|
"OutputNotebookFormat": {},
|
1942
1954
|
"EnvironmentVariables": {
|
1943
|
-
"shape": "
|
1955
|
+
"shape": "S48"
|
1944
1956
|
}
|
1945
1957
|
}
|
1946
1958
|
},
|
@@ -1988,7 +2000,8 @@
|
|
1988
2000
|
"SubnetIds": {
|
1989
2001
|
"shape": "S2d"
|
1990
2002
|
},
|
1991
|
-
"DefaultS3Location": {}
|
2003
|
+
"DefaultS3Location": {},
|
2004
|
+
"EncryptionKeyArn": {}
|
1992
2005
|
}
|
1993
2006
|
}
|
1994
2007
|
},
|
@@ -2394,7 +2407,7 @@
|
|
2394
2407
|
"type": "list",
|
2395
2408
|
"member": {}
|
2396
2409
|
},
|
2397
|
-
"
|
2410
|
+
"S2q": {
|
2398
2411
|
"type": "structure",
|
2399
2412
|
"members": {
|
2400
2413
|
"State": {},
|
@@ -2437,15 +2450,15 @@
|
|
2437
2450
|
}
|
2438
2451
|
}
|
2439
2452
|
},
|
2440
|
-
"
|
2453
|
+
"S2z": {
|
2441
2454
|
"type": "list",
|
2442
2455
|
"member": {}
|
2443
2456
|
},
|
2444
|
-
"
|
2457
|
+
"S30": {
|
2445
2458
|
"type": "list",
|
2446
2459
|
"member": {}
|
2447
2460
|
},
|
2448
|
-
"
|
2461
|
+
"S33": {
|
2449
2462
|
"type": "list",
|
2450
2463
|
"member": {
|
2451
2464
|
"type": "structure",
|
@@ -2453,7 +2466,7 @@
|
|
2453
2466
|
"Name": {},
|
2454
2467
|
"Version": {},
|
2455
2468
|
"Args": {
|
2456
|
-
"shape": "
|
2469
|
+
"shape": "S30"
|
2457
2470
|
},
|
2458
2471
|
"AdditionalInfo": {
|
2459
2472
|
"shape": "Sk"
|
@@ -2461,7 +2474,7 @@
|
|
2461
2474
|
}
|
2462
2475
|
}
|
2463
2476
|
},
|
2464
|
-
"
|
2477
|
+
"S37": {
|
2465
2478
|
"type": "structure",
|
2466
2479
|
"required": [
|
2467
2480
|
"Realm",
|
@@ -2475,7 +2488,7 @@
|
|
2475
2488
|
"ADDomainJoinPassword": {}
|
2476
2489
|
}
|
2477
2490
|
},
|
2478
|
-
"
|
2491
|
+
"S39": {
|
2479
2492
|
"type": "list",
|
2480
2493
|
"member": {
|
2481
2494
|
"type": "structure",
|
@@ -2488,16 +2501,16 @@
|
|
2488
2501
|
}
|
2489
2502
|
}
|
2490
2503
|
},
|
2491
|
-
"
|
2504
|
+
"S3n": {
|
2492
2505
|
"type": "structure",
|
2493
2506
|
"members": {
|
2494
2507
|
"AvailabilityZone": {},
|
2495
2508
|
"AvailabilityZones": {
|
2496
|
-
"shape": "
|
2509
|
+
"shape": "S2z"
|
2497
2510
|
}
|
2498
2511
|
}
|
2499
2512
|
},
|
2500
|
-
"
|
2513
|
+
"S3u": {
|
2501
2514
|
"type": "structure",
|
2502
2515
|
"required": [
|
2503
2516
|
"Name",
|
@@ -2519,11 +2532,11 @@
|
|
2519
2532
|
}
|
2520
2533
|
}
|
2521
2534
|
},
|
2522
|
-
"
|
2535
|
+
"S3w": {
|
2523
2536
|
"type": "list",
|
2524
2537
|
"member": {}
|
2525
2538
|
},
|
2526
|
-
"
|
2539
|
+
"S40": {
|
2527
2540
|
"type": "structure",
|
2528
2541
|
"required": [
|
2529
2542
|
"Id"
|
@@ -2535,19 +2548,19 @@
|
|
2535
2548
|
"ExecutionRoleArn": {}
|
2536
2549
|
}
|
2537
2550
|
},
|
2538
|
-
"
|
2551
|
+
"S44": {
|
2539
2552
|
"type": "structure",
|
2540
2553
|
"members": {
|
2541
2554
|
"Bucket": {},
|
2542
2555
|
"Key": {}
|
2543
2556
|
}
|
2544
2557
|
},
|
2545
|
-
"
|
2558
|
+
"S48": {
|
2546
2559
|
"type": "map",
|
2547
2560
|
"key": {},
|
2548
2561
|
"value": {}
|
2549
2562
|
},
|
2550
|
-
"
|
2563
|
+
"S4l": {
|
2551
2564
|
"type": "structure",
|
2552
2565
|
"members": {
|
2553
2566
|
"Jar": {},
|
@@ -2556,11 +2569,11 @@
|
|
2556
2569
|
},
|
2557
2570
|
"MainClass": {},
|
2558
2571
|
"Args": {
|
2559
|
-
"shape": "
|
2572
|
+
"shape": "S30"
|
2560
2573
|
}
|
2561
2574
|
}
|
2562
2575
|
},
|
2563
|
-
"
|
2576
|
+
"S4m": {
|
2564
2577
|
"type": "structure",
|
2565
2578
|
"members": {
|
2566
2579
|
"State": {},
|
@@ -2595,7 +2608,7 @@
|
|
2595
2608
|
}
|
2596
2609
|
}
|
2597
2610
|
},
|
2598
|
-
"
|
2611
|
+
"S4x": {
|
2599
2612
|
"type": "structure",
|
2600
2613
|
"members": {
|
2601
2614
|
"IdleTimeout": {
|
@@ -2603,7 +2616,7 @@
|
|
2603
2616
|
}
|
2604
2617
|
}
|
2605
2618
|
},
|
2606
|
-
"
|
2619
|
+
"S51": {
|
2607
2620
|
"type": "structure",
|
2608
2621
|
"required": [
|
2609
2622
|
"BlockPublicSecurityGroupRules"
|
@@ -2631,7 +2644,7 @@
|
|
2631
2644
|
}
|
2632
2645
|
}
|
2633
2646
|
},
|
2634
|
-
"
|
2647
|
+
"S5c": {
|
2635
2648
|
"type": "structure",
|
2636
2649
|
"members": {
|
2637
2650
|
"ComputeLimits": {
|
@@ -2659,7 +2672,7 @@
|
|
2659
2672
|
}
|
2660
2673
|
}
|
2661
2674
|
},
|
2662
|
-
"
|
2675
|
+
"S63": {
|
2663
2676
|
"type": "list",
|
2664
2677
|
"member": {
|
2665
2678
|
"type": "structure",
|
@@ -2671,7 +2684,7 @@
|
|
2671
2684
|
}
|
2672
2685
|
}
|
2673
2686
|
},
|
2674
|
-
"
|
2687
|
+
"S6f": {
|
2675
2688
|
"type": "structure",
|
2676
2689
|
"members": {
|
2677
2690
|
"DecommissionTimeout": {
|
@@ -2681,10 +2694,10 @@
|
|
2681
2694
|
"type": "structure",
|
2682
2695
|
"members": {
|
2683
2696
|
"InstancesToTerminate": {
|
2684
|
-
"shape": "
|
2697
|
+
"shape": "S6h"
|
2685
2698
|
},
|
2686
2699
|
"InstancesToProtect": {
|
2687
|
-
"shape": "
|
2700
|
+
"shape": "S6h"
|
2688
2701
|
},
|
2689
2702
|
"InstanceTerminationTimeout": {
|
2690
2703
|
"type": "integer"
|
@@ -2693,11 +2706,11 @@
|
|
2693
2706
|
}
|
2694
2707
|
}
|
2695
2708
|
},
|
2696
|
-
"
|
2709
|
+
"S6h": {
|
2697
2710
|
"type": "list",
|
2698
2711
|
"member": {}
|
2699
2712
|
},
|
2700
|
-
"
|
2713
|
+
"S6j": {
|
2701
2714
|
"type": "structure",
|
2702
2715
|
"members": {
|
2703
2716
|
"Status": {
|
@@ -2721,7 +2734,7 @@
|
|
2721
2734
|
}
|
2722
2735
|
}
|
2723
2736
|
},
|
2724
|
-
"
|
2737
|
+
"S8m": {
|
2725
2738
|
"type": "list",
|
2726
2739
|
"member": {}
|
2727
2740
|
}
|