cdk-docker-image-deployment 0.0.88 → 0.0.89
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +29 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +16 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -298,11 +298,14 @@
|
|
|
298
298
|
},
|
|
299
299
|
"EphemeralStorage": {
|
|
300
300
|
"shape": "S3b"
|
|
301
|
+
},
|
|
302
|
+
"SnapStart": {
|
|
303
|
+
"shape": "S3d"
|
|
301
304
|
}
|
|
302
305
|
}
|
|
303
306
|
},
|
|
304
307
|
"output": {
|
|
305
|
-
"shape": "
|
|
308
|
+
"shape": "S3f"
|
|
306
309
|
}
|
|
307
310
|
},
|
|
308
311
|
"CreateFunctionUrlConfig": {
|
|
@@ -327,7 +330,7 @@
|
|
|
327
330
|
},
|
|
328
331
|
"AuthType": {},
|
|
329
332
|
"Cors": {
|
|
330
|
-
"shape": "
|
|
333
|
+
"shape": "S43"
|
|
331
334
|
}
|
|
332
335
|
}
|
|
333
336
|
},
|
|
@@ -344,7 +347,7 @@
|
|
|
344
347
|
"FunctionArn": {},
|
|
345
348
|
"AuthType": {},
|
|
346
349
|
"Cors": {
|
|
347
|
-
"shape": "
|
|
350
|
+
"shape": "S43"
|
|
348
351
|
},
|
|
349
352
|
"CreationTime": {}
|
|
350
353
|
}
|
|
@@ -727,7 +730,7 @@
|
|
|
727
730
|
"type": "structure",
|
|
728
731
|
"members": {
|
|
729
732
|
"Configuration": {
|
|
730
|
-
"shape": "
|
|
733
|
+
"shape": "S3f"
|
|
731
734
|
},
|
|
732
735
|
"Code": {
|
|
733
736
|
"type": "structure",
|
|
@@ -742,7 +745,7 @@
|
|
|
742
745
|
"shape": "S2x"
|
|
743
746
|
},
|
|
744
747
|
"Concurrency": {
|
|
745
|
-
"shape": "
|
|
748
|
+
"shape": "S52"
|
|
746
749
|
}
|
|
747
750
|
}
|
|
748
751
|
}
|
|
@@ -827,7 +830,7 @@
|
|
|
827
830
|
}
|
|
828
831
|
},
|
|
829
832
|
"output": {
|
|
830
|
-
"shape": "
|
|
833
|
+
"shape": "S3f"
|
|
831
834
|
}
|
|
832
835
|
},
|
|
833
836
|
"GetFunctionEventInvokeConfig": {
|
|
@@ -853,7 +856,7 @@
|
|
|
853
856
|
}
|
|
854
857
|
},
|
|
855
858
|
"output": {
|
|
856
|
-
"shape": "
|
|
859
|
+
"shape": "S5a"
|
|
857
860
|
}
|
|
858
861
|
},
|
|
859
862
|
"GetFunctionUrlConfig": {
|
|
@@ -892,7 +895,7 @@
|
|
|
892
895
|
"FunctionArn": {},
|
|
893
896
|
"AuthType": {},
|
|
894
897
|
"Cors": {
|
|
895
|
-
"shape": "
|
|
898
|
+
"shape": "S43"
|
|
896
899
|
},
|
|
897
900
|
"CreationTime": {},
|
|
898
901
|
"LastModifiedTime": {}
|
|
@@ -924,7 +927,7 @@
|
|
|
924
927
|
}
|
|
925
928
|
},
|
|
926
929
|
"output": {
|
|
927
|
-
"shape": "
|
|
930
|
+
"shape": "S5g"
|
|
928
931
|
}
|
|
929
932
|
},
|
|
930
933
|
"GetLayerVersionByArn": {
|
|
@@ -946,7 +949,7 @@
|
|
|
946
949
|
}
|
|
947
950
|
},
|
|
948
951
|
"output": {
|
|
949
|
-
"shape": "
|
|
952
|
+
"shape": "S5g"
|
|
950
953
|
}
|
|
951
954
|
},
|
|
952
955
|
"GetLayerVersionPolicy": {
|
|
@@ -1301,7 +1304,7 @@
|
|
|
1301
1304
|
"FunctionEventInvokeConfigs": {
|
|
1302
1305
|
"type": "list",
|
|
1303
1306
|
"member": {
|
|
1304
|
-
"shape": "
|
|
1307
|
+
"shape": "S5a"
|
|
1305
1308
|
}
|
|
1306
1309
|
},
|
|
1307
1310
|
"NextMarker": {}
|
|
@@ -1358,7 +1361,7 @@
|
|
|
1358
1361
|
"CreationTime": {},
|
|
1359
1362
|
"LastModifiedTime": {},
|
|
1360
1363
|
"Cors": {
|
|
1361
|
-
"shape": "
|
|
1364
|
+
"shape": "S43"
|
|
1362
1365
|
},
|
|
1363
1366
|
"AuthType": {}
|
|
1364
1367
|
}
|
|
@@ -1401,7 +1404,7 @@
|
|
|
1401
1404
|
"members": {
|
|
1402
1405
|
"NextMarker": {},
|
|
1403
1406
|
"Functions": {
|
|
1404
|
-
"shape": "
|
|
1407
|
+
"shape": "S6r"
|
|
1405
1408
|
}
|
|
1406
1409
|
}
|
|
1407
1410
|
}
|
|
@@ -1486,7 +1489,7 @@
|
|
|
1486
1489
|
"LayerVersions": {
|
|
1487
1490
|
"type": "list",
|
|
1488
1491
|
"member": {
|
|
1489
|
-
"shape": "
|
|
1492
|
+
"shape": "S6z"
|
|
1490
1493
|
}
|
|
1491
1494
|
}
|
|
1492
1495
|
}
|
|
@@ -1532,7 +1535,7 @@
|
|
|
1532
1535
|
"LayerName": {},
|
|
1533
1536
|
"LayerArn": {},
|
|
1534
1537
|
"LatestMatchingVersion": {
|
|
1535
|
-
"shape": "
|
|
1538
|
+
"shape": "S6z"
|
|
1536
1539
|
}
|
|
1537
1540
|
}
|
|
1538
1541
|
}
|
|
@@ -1653,7 +1656,7 @@
|
|
|
1653
1656
|
"members": {
|
|
1654
1657
|
"NextMarker": {},
|
|
1655
1658
|
"Versions": {
|
|
1656
|
-
"shape": "
|
|
1659
|
+
"shape": "S6r"
|
|
1657
1660
|
}
|
|
1658
1661
|
}
|
|
1659
1662
|
}
|
|
@@ -1687,11 +1690,11 @@
|
|
|
1687
1690
|
}
|
|
1688
1691
|
},
|
|
1689
1692
|
"CompatibleRuntimes": {
|
|
1690
|
-
"shape": "
|
|
1693
|
+
"shape": "S5j"
|
|
1691
1694
|
},
|
|
1692
1695
|
"LicenseInfo": {},
|
|
1693
1696
|
"CompatibleArchitectures": {
|
|
1694
|
-
"shape": "
|
|
1697
|
+
"shape": "S5l"
|
|
1695
1698
|
}
|
|
1696
1699
|
}
|
|
1697
1700
|
},
|
|
@@ -1699,7 +1702,7 @@
|
|
|
1699
1702
|
"type": "structure",
|
|
1700
1703
|
"members": {
|
|
1701
1704
|
"Content": {
|
|
1702
|
-
"shape": "
|
|
1705
|
+
"shape": "S5h"
|
|
1703
1706
|
},
|
|
1704
1707
|
"LayerArn": {},
|
|
1705
1708
|
"LayerVersionArn": {},
|
|
@@ -1709,11 +1712,11 @@
|
|
|
1709
1712
|
"type": "long"
|
|
1710
1713
|
},
|
|
1711
1714
|
"CompatibleRuntimes": {
|
|
1712
|
-
"shape": "
|
|
1715
|
+
"shape": "S5j"
|
|
1713
1716
|
},
|
|
1714
1717
|
"LicenseInfo": {},
|
|
1715
1718
|
"CompatibleArchitectures": {
|
|
1716
|
-
"shape": "
|
|
1719
|
+
"shape": "S5l"
|
|
1717
1720
|
}
|
|
1718
1721
|
}
|
|
1719
1722
|
}
|
|
@@ -1739,7 +1742,7 @@
|
|
|
1739
1742
|
}
|
|
1740
1743
|
},
|
|
1741
1744
|
"output": {
|
|
1742
|
-
"shape": "
|
|
1745
|
+
"shape": "S3f"
|
|
1743
1746
|
}
|
|
1744
1747
|
},
|
|
1745
1748
|
"PutFunctionCodeSigningConfig": {
|
|
@@ -1797,7 +1800,7 @@
|
|
|
1797
1800
|
}
|
|
1798
1801
|
},
|
|
1799
1802
|
"output": {
|
|
1800
|
-
"shape": "
|
|
1803
|
+
"shape": "S52"
|
|
1801
1804
|
}
|
|
1802
1805
|
},
|
|
1803
1806
|
"PutFunctionEventInvokeConfig": {
|
|
@@ -1832,7 +1835,7 @@
|
|
|
1832
1835
|
}
|
|
1833
1836
|
},
|
|
1834
1837
|
"output": {
|
|
1835
|
-
"shape": "
|
|
1838
|
+
"shape": "S5a"
|
|
1836
1839
|
}
|
|
1837
1840
|
},
|
|
1838
1841
|
"PutProvisionedConcurrencyConfig": {
|
|
@@ -2159,7 +2162,7 @@
|
|
|
2159
2162
|
}
|
|
2160
2163
|
},
|
|
2161
2164
|
"output": {
|
|
2162
|
-
"shape": "
|
|
2165
|
+
"shape": "S3f"
|
|
2163
2166
|
}
|
|
2164
2167
|
},
|
|
2165
2168
|
"UpdateFunctionConfiguration": {
|
|
@@ -2213,11 +2216,14 @@
|
|
|
2213
2216
|
},
|
|
2214
2217
|
"EphemeralStorage": {
|
|
2215
2218
|
"shape": "S3b"
|
|
2219
|
+
},
|
|
2220
|
+
"SnapStart": {
|
|
2221
|
+
"shape": "S3d"
|
|
2216
2222
|
}
|
|
2217
2223
|
}
|
|
2218
2224
|
},
|
|
2219
2225
|
"output": {
|
|
2220
|
-
"shape": "
|
|
2226
|
+
"shape": "S3f"
|
|
2221
2227
|
}
|
|
2222
2228
|
},
|
|
2223
2229
|
"UpdateFunctionEventInvokeConfig": {
|
|
@@ -2251,7 +2257,7 @@
|
|
|
2251
2257
|
}
|
|
2252
2258
|
},
|
|
2253
2259
|
"output": {
|
|
2254
|
-
"shape": "
|
|
2260
|
+
"shape": "S5a"
|
|
2255
2261
|
}
|
|
2256
2262
|
},
|
|
2257
2263
|
"UpdateFunctionUrlConfig": {
|
|
@@ -2276,7 +2282,7 @@
|
|
|
2276
2282
|
},
|
|
2277
2283
|
"AuthType": {},
|
|
2278
2284
|
"Cors": {
|
|
2279
|
-
"shape": "
|
|
2285
|
+
"shape": "S43"
|
|
2280
2286
|
}
|
|
2281
2287
|
}
|
|
2282
2288
|
},
|
|
@@ -2294,7 +2300,7 @@
|
|
|
2294
2300
|
"FunctionArn": {},
|
|
2295
2301
|
"AuthType": {},
|
|
2296
2302
|
"Cors": {
|
|
2297
|
-
"shape": "
|
|
2303
|
+
"shape": "S43"
|
|
2298
2304
|
},
|
|
2299
2305
|
"CreationTime": {},
|
|
2300
2306
|
"LastModifiedTime": {}
|
|
@@ -2622,6 +2628,12 @@
|
|
|
2622
2628
|
}
|
|
2623
2629
|
},
|
|
2624
2630
|
"S3d": {
|
|
2631
|
+
"type": "structure",
|
|
2632
|
+
"members": {
|
|
2633
|
+
"ApplyOn": {}
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"S3f": {
|
|
2625
2637
|
"type": "structure",
|
|
2626
2638
|
"members": {
|
|
2627
2639
|
"FunctionName": {},
|
|
@@ -2668,7 +2680,7 @@
|
|
|
2668
2680
|
"members": {
|
|
2669
2681
|
"ErrorCode": {},
|
|
2670
2682
|
"Message": {
|
|
2671
|
-
"shape": "
|
|
2683
|
+
"shape": "S3n"
|
|
2672
2684
|
}
|
|
2673
2685
|
}
|
|
2674
2686
|
}
|
|
@@ -2718,7 +2730,7 @@
|
|
|
2718
2730
|
"members": {
|
|
2719
2731
|
"ErrorCode": {},
|
|
2720
2732
|
"Message": {
|
|
2721
|
-
"shape": "
|
|
2733
|
+
"shape": "S3n"
|
|
2722
2734
|
}
|
|
2723
2735
|
}
|
|
2724
2736
|
}
|
|
@@ -2731,21 +2743,28 @@
|
|
|
2731
2743
|
},
|
|
2732
2744
|
"EphemeralStorage": {
|
|
2733
2745
|
"shape": "S3b"
|
|
2746
|
+
},
|
|
2747
|
+
"SnapStart": {
|
|
2748
|
+
"type": "structure",
|
|
2749
|
+
"members": {
|
|
2750
|
+
"ApplyOn": {},
|
|
2751
|
+
"OptimizationStatus": {}
|
|
2752
|
+
}
|
|
2734
2753
|
}
|
|
2735
2754
|
}
|
|
2736
2755
|
},
|
|
2737
|
-
"
|
|
2756
|
+
"S3n": {
|
|
2738
2757
|
"type": "string",
|
|
2739
2758
|
"sensitive": true
|
|
2740
2759
|
},
|
|
2741
|
-
"
|
|
2760
|
+
"S43": {
|
|
2742
2761
|
"type": "structure",
|
|
2743
2762
|
"members": {
|
|
2744
2763
|
"AllowCredentials": {
|
|
2745
2764
|
"type": "boolean"
|
|
2746
2765
|
},
|
|
2747
2766
|
"AllowHeaders": {
|
|
2748
|
-
"shape": "
|
|
2767
|
+
"shape": "S45"
|
|
2749
2768
|
},
|
|
2750
2769
|
"AllowMethods": {
|
|
2751
2770
|
"type": "list",
|
|
@@ -2756,18 +2775,18 @@
|
|
|
2756
2775
|
"member": {}
|
|
2757
2776
|
},
|
|
2758
2777
|
"ExposeHeaders": {
|
|
2759
|
-
"shape": "
|
|
2778
|
+
"shape": "S45"
|
|
2760
2779
|
},
|
|
2761
2780
|
"MaxAge": {
|
|
2762
2781
|
"type": "integer"
|
|
2763
2782
|
}
|
|
2764
2783
|
}
|
|
2765
2784
|
},
|
|
2766
|
-
"
|
|
2785
|
+
"S45": {
|
|
2767
2786
|
"type": "list",
|
|
2768
2787
|
"member": {}
|
|
2769
2788
|
},
|
|
2770
|
-
"
|
|
2789
|
+
"S52": {
|
|
2771
2790
|
"type": "structure",
|
|
2772
2791
|
"members": {
|
|
2773
2792
|
"ReservedConcurrentExecutions": {
|
|
@@ -2775,7 +2794,7 @@
|
|
|
2775
2794
|
}
|
|
2776
2795
|
}
|
|
2777
2796
|
},
|
|
2778
|
-
"
|
|
2797
|
+
"S5a": {
|
|
2779
2798
|
"type": "structure",
|
|
2780
2799
|
"members": {
|
|
2781
2800
|
"LastModified": {
|
|
@@ -2793,11 +2812,11 @@
|
|
|
2793
2812
|
}
|
|
2794
2813
|
}
|
|
2795
2814
|
},
|
|
2796
|
-
"
|
|
2815
|
+
"S5g": {
|
|
2797
2816
|
"type": "structure",
|
|
2798
2817
|
"members": {
|
|
2799
2818
|
"Content": {
|
|
2800
|
-
"shape": "
|
|
2819
|
+
"shape": "S5h"
|
|
2801
2820
|
},
|
|
2802
2821
|
"LayerArn": {},
|
|
2803
2822
|
"LayerVersionArn": {},
|
|
@@ -2807,15 +2826,15 @@
|
|
|
2807
2826
|
"type": "long"
|
|
2808
2827
|
},
|
|
2809
2828
|
"CompatibleRuntimes": {
|
|
2810
|
-
"shape": "
|
|
2829
|
+
"shape": "S5j"
|
|
2811
2830
|
},
|
|
2812
2831
|
"LicenseInfo": {},
|
|
2813
2832
|
"CompatibleArchitectures": {
|
|
2814
|
-
"shape": "
|
|
2833
|
+
"shape": "S5l"
|
|
2815
2834
|
}
|
|
2816
2835
|
}
|
|
2817
2836
|
},
|
|
2818
|
-
"
|
|
2837
|
+
"S5h": {
|
|
2819
2838
|
"type": "structure",
|
|
2820
2839
|
"members": {
|
|
2821
2840
|
"Location": {},
|
|
@@ -2827,21 +2846,21 @@
|
|
|
2827
2846
|
"SigningJobArn": {}
|
|
2828
2847
|
}
|
|
2829
2848
|
},
|
|
2830
|
-
"
|
|
2849
|
+
"S5j": {
|
|
2831
2850
|
"type": "list",
|
|
2832
2851
|
"member": {}
|
|
2833
2852
|
},
|
|
2834
|
-
"
|
|
2853
|
+
"S5l": {
|
|
2835
2854
|
"type": "list",
|
|
2836
2855
|
"member": {}
|
|
2837
2856
|
},
|
|
2838
|
-
"
|
|
2857
|
+
"S6r": {
|
|
2839
2858
|
"type": "list",
|
|
2840
2859
|
"member": {
|
|
2841
|
-
"shape": "
|
|
2860
|
+
"shape": "S3f"
|
|
2842
2861
|
}
|
|
2843
2862
|
},
|
|
2844
|
-
"
|
|
2863
|
+
"S6z": {
|
|
2845
2864
|
"type": "structure",
|
|
2846
2865
|
"members": {
|
|
2847
2866
|
"LayerVersionArn": {},
|
|
@@ -2851,11 +2870,11 @@
|
|
|
2851
2870
|
"Description": {},
|
|
2852
2871
|
"CreatedDate": {},
|
|
2853
2872
|
"CompatibleRuntimes": {
|
|
2854
|
-
"shape": "
|
|
2873
|
+
"shape": "S5j"
|
|
2855
2874
|
},
|
|
2856
2875
|
"LicenseInfo": {},
|
|
2857
2876
|
"CompatibleArchitectures": {
|
|
2858
|
-
"shape": "
|
|
2877
|
+
"shape": "S5l"
|
|
2859
2878
|
}
|
|
2860
2879
|
}
|
|
2861
2880
|
}
|
|
@@ -121,6 +121,32 @@
|
|
|
121
121
|
"expected": "InProgress"
|
|
122
122
|
}
|
|
123
123
|
]
|
|
124
|
+
},
|
|
125
|
+
"PublishedVersionActive": {
|
|
126
|
+
"delay": 5,
|
|
127
|
+
"maxAttempts": 312,
|
|
128
|
+
"operation": "GetFunctionConfiguration",
|
|
129
|
+
"description": "Waits for the published version's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new version is published.",
|
|
130
|
+
"acceptors": [
|
|
131
|
+
{
|
|
132
|
+
"state": "success",
|
|
133
|
+
"matcher": "path",
|
|
134
|
+
"argument": "State",
|
|
135
|
+
"expected": "Active"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"state": "failure",
|
|
139
|
+
"matcher": "path",
|
|
140
|
+
"argument": "State",
|
|
141
|
+
"expected": "Failed"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"state": "retry",
|
|
145
|
+
"matcher": "path",
|
|
146
|
+
"argument": "State",
|
|
147
|
+
"expected": "Pending"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
124
150
|
}
|
|
125
151
|
}
|
|
126
152
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"type": "structure",
|
|
151
151
|
"members": {
|
|
152
152
|
"Filters": {
|
|
153
|
-
"shape": "
|
|
153
|
+
"shape": "Sl"
|
|
154
154
|
},
|
|
155
155
|
"MaxResults": {
|
|
156
156
|
"type": "integer"
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
],
|
|
200
200
|
"members": {
|
|
201
201
|
"Filters": {
|
|
202
|
-
"shape": "
|
|
202
|
+
"shape": "Sl"
|
|
203
203
|
},
|
|
204
204
|
"IdentityProvider": {
|
|
205
205
|
"shape": "S3"
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"ProductUserSummaries": {
|
|
219
219
|
"type": "list",
|
|
220
220
|
"member": {
|
|
221
|
-
"shape": "
|
|
221
|
+
"shape": "Su"
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
}
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
],
|
|
238
238
|
"members": {
|
|
239
239
|
"Filters": {
|
|
240
|
-
"shape": "
|
|
240
|
+
"shape": "Sl"
|
|
241
241
|
},
|
|
242
242
|
"IdentityProvider": {
|
|
243
243
|
"shape": "S3"
|
|
@@ -277,7 +277,10 @@
|
|
|
277
277
|
"IdentityProvider": {
|
|
278
278
|
"shape": "S3"
|
|
279
279
|
},
|
|
280
|
-
"Product": {}
|
|
280
|
+
"Product": {},
|
|
281
|
+
"Settings": {
|
|
282
|
+
"shape": "Sa"
|
|
283
|
+
}
|
|
281
284
|
}
|
|
282
285
|
},
|
|
283
286
|
"output": {
|
|
@@ -321,7 +324,7 @@
|
|
|
321
324
|
],
|
|
322
325
|
"members": {
|
|
323
326
|
"ProductUserSummary": {
|
|
324
|
-
"shape": "
|
|
327
|
+
"shape": "Su"
|
|
325
328
|
}
|
|
326
329
|
}
|
|
327
330
|
}
|
|
@@ -354,10 +357,58 @@
|
|
|
354
357
|
],
|
|
355
358
|
"members": {
|
|
356
359
|
"ProductUserSummary": {
|
|
357
|
-
"shape": "
|
|
360
|
+
"shape": "Su"
|
|
358
361
|
}
|
|
359
362
|
}
|
|
360
363
|
}
|
|
364
|
+
},
|
|
365
|
+
"UpdateIdentityProviderSettings": {
|
|
366
|
+
"http": {
|
|
367
|
+
"requestUri": "/identity-provider/UpdateIdentityProviderSettings",
|
|
368
|
+
"responseCode": 200
|
|
369
|
+
},
|
|
370
|
+
"input": {
|
|
371
|
+
"type": "structure",
|
|
372
|
+
"required": [
|
|
373
|
+
"IdentityProvider",
|
|
374
|
+
"Product",
|
|
375
|
+
"UpdateSettings"
|
|
376
|
+
],
|
|
377
|
+
"members": {
|
|
378
|
+
"IdentityProvider": {
|
|
379
|
+
"shape": "S3"
|
|
380
|
+
},
|
|
381
|
+
"Product": {},
|
|
382
|
+
"UpdateSettings": {
|
|
383
|
+
"type": "structure",
|
|
384
|
+
"required": [
|
|
385
|
+
"AddSubnets",
|
|
386
|
+
"RemoveSubnets"
|
|
387
|
+
],
|
|
388
|
+
"members": {
|
|
389
|
+
"AddSubnets": {
|
|
390
|
+
"shape": "S16"
|
|
391
|
+
},
|
|
392
|
+
"RemoveSubnets": {
|
|
393
|
+
"shape": "S16"
|
|
394
|
+
},
|
|
395
|
+
"SecurityGroupId": {}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"output": {
|
|
401
|
+
"type": "structure",
|
|
402
|
+
"required": [
|
|
403
|
+
"IdentityProviderSummary"
|
|
404
|
+
],
|
|
405
|
+
"members": {
|
|
406
|
+
"IdentityProviderSummary": {
|
|
407
|
+
"shape": "S9"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"idempotent": true
|
|
361
412
|
}
|
|
362
413
|
},
|
|
363
414
|
"shapes": {
|
|
@@ -399,6 +450,7 @@
|
|
|
399
450
|
"required": [
|
|
400
451
|
"IdentityProvider",
|
|
401
452
|
"Product",
|
|
453
|
+
"Settings",
|
|
402
454
|
"Status"
|
|
403
455
|
],
|
|
404
456
|
"members": {
|
|
@@ -407,10 +459,27 @@
|
|
|
407
459
|
"shape": "S3"
|
|
408
460
|
},
|
|
409
461
|
"Product": {},
|
|
462
|
+
"Settings": {
|
|
463
|
+
"shape": "Sa"
|
|
464
|
+
},
|
|
410
465
|
"Status": {}
|
|
411
466
|
}
|
|
412
467
|
},
|
|
413
|
-
"
|
|
468
|
+
"Sa": {
|
|
469
|
+
"type": "structure",
|
|
470
|
+
"required": [
|
|
471
|
+
"SecurityGroupId",
|
|
472
|
+
"Subnets"
|
|
473
|
+
],
|
|
474
|
+
"members": {
|
|
475
|
+
"SecurityGroupId": {},
|
|
476
|
+
"Subnets": {
|
|
477
|
+
"type": "list",
|
|
478
|
+
"member": {}
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"Sl": {
|
|
414
483
|
"type": "list",
|
|
415
484
|
"member": {
|
|
416
485
|
"type": "structure",
|
|
@@ -421,7 +490,7 @@
|
|
|
421
490
|
}
|
|
422
491
|
}
|
|
423
492
|
},
|
|
424
|
-
"
|
|
493
|
+
"Su": {
|
|
425
494
|
"type": "structure",
|
|
426
495
|
"required": [
|
|
427
496
|
"IdentityProvider",
|
|
@@ -441,6 +510,10 @@
|
|
|
441
510
|
"SubscriptionStartDate": {},
|
|
442
511
|
"Username": {}
|
|
443
512
|
}
|
|
513
|
+
},
|
|
514
|
+
"S16": {
|
|
515
|
+
"type": "list",
|
|
516
|
+
"member": {}
|
|
444
517
|
}
|
|
445
518
|
}
|
|
446
519
|
}
|