cdk-comprehend-s3olap 2.0.69 → 2.0.72
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 +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +105 -77
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +103 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +252 -141
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +38 -6
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
- package/node_modules/aws-sdk/clients/rekognition.d.ts +170 -3
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +57 -57
- 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 +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1355 -873
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/node_modules/object.assign/CHANGELOG.md +4 -0
- package/node_modules/object.assign/dist/browser.js +944 -0
- package/node_modules/object.assign/package.json +3 -2
- package/package.json +10 -10
@@ -214,11 +214,17 @@
|
|
214
214
|
},
|
215
215
|
"FunctionResponseTypes": {
|
216
216
|
"shape": "S21"
|
217
|
+
},
|
218
|
+
"AmazonManagedKafkaEventSourceConfig": {
|
219
|
+
"shape": "S23"
|
220
|
+
},
|
221
|
+
"SelfManagedKafkaEventSourceConfig": {
|
222
|
+
"shape": "S24"
|
217
223
|
}
|
218
224
|
}
|
219
225
|
},
|
220
226
|
"output": {
|
221
|
-
"shape": "
|
227
|
+
"shape": "S25"
|
222
228
|
}
|
223
229
|
},
|
224
230
|
"CreateFunction": {
|
@@ -242,7 +248,7 @@
|
|
242
248
|
"type": "structure",
|
243
249
|
"members": {
|
244
250
|
"ZipFile": {
|
245
|
-
"shape": "
|
251
|
+
"shape": "S2b"
|
246
252
|
},
|
247
253
|
"S3Bucket": {},
|
248
254
|
"S3Key": {},
|
@@ -261,42 +267,42 @@
|
|
261
267
|
"type": "boolean"
|
262
268
|
},
|
263
269
|
"VpcConfig": {
|
264
|
-
"shape": "
|
270
|
+
"shape": "S2i"
|
265
271
|
},
|
266
272
|
"PackageType": {},
|
267
273
|
"DeadLetterConfig": {
|
268
|
-
"shape": "
|
274
|
+
"shape": "S2o"
|
269
275
|
},
|
270
276
|
"Environment": {
|
271
|
-
"shape": "
|
277
|
+
"shape": "S2q"
|
272
278
|
},
|
273
279
|
"KMSKeyArn": {},
|
274
280
|
"TracingConfig": {
|
275
|
-
"shape": "
|
281
|
+
"shape": "S2v"
|
276
282
|
},
|
277
283
|
"Tags": {
|
278
|
-
"shape": "
|
284
|
+
"shape": "S2x"
|
279
285
|
},
|
280
286
|
"Layers": {
|
281
|
-
"shape": "
|
287
|
+
"shape": "S30"
|
282
288
|
},
|
283
289
|
"FileSystemConfigs": {
|
284
|
-
"shape": "
|
290
|
+
"shape": "S32"
|
285
291
|
},
|
286
292
|
"ImageConfig": {
|
287
|
-
"shape": "
|
293
|
+
"shape": "S36"
|
288
294
|
},
|
289
295
|
"CodeSigningConfigArn": {},
|
290
296
|
"Architectures": {
|
291
|
-
"shape": "
|
297
|
+
"shape": "S39"
|
292
298
|
},
|
293
299
|
"EphemeralStorage": {
|
294
|
-
"shape": "
|
300
|
+
"shape": "S3b"
|
295
301
|
}
|
296
302
|
}
|
297
303
|
},
|
298
304
|
"output": {
|
299
|
-
"shape": "
|
305
|
+
"shape": "S3d"
|
300
306
|
}
|
301
307
|
},
|
302
308
|
"CreateFunctionUrlConfig": {
|
@@ -321,7 +327,7 @@
|
|
321
327
|
},
|
322
328
|
"AuthType": {},
|
323
329
|
"Cors": {
|
324
|
-
"shape": "
|
330
|
+
"shape": "S3z"
|
325
331
|
}
|
326
332
|
}
|
327
333
|
},
|
@@ -338,7 +344,7 @@
|
|
338
344
|
"FunctionArn": {},
|
339
345
|
"AuthType": {},
|
340
346
|
"Cors": {
|
341
|
-
"shape": "
|
347
|
+
"shape": "S3z"
|
342
348
|
},
|
343
349
|
"CreationTime": {}
|
344
350
|
}
|
@@ -410,7 +416,7 @@
|
|
410
416
|
}
|
411
417
|
},
|
412
418
|
"output": {
|
413
|
-
"shape": "
|
419
|
+
"shape": "S25"
|
414
420
|
}
|
415
421
|
},
|
416
422
|
"DeleteFunction": {
|
@@ -692,7 +698,7 @@
|
|
692
698
|
}
|
693
699
|
},
|
694
700
|
"output": {
|
695
|
-
"shape": "
|
701
|
+
"shape": "S25"
|
696
702
|
}
|
697
703
|
},
|
698
704
|
"GetFunction": {
|
@@ -721,7 +727,7 @@
|
|
721
727
|
"type": "structure",
|
722
728
|
"members": {
|
723
729
|
"Configuration": {
|
724
|
-
"shape": "
|
730
|
+
"shape": "S3d"
|
725
731
|
},
|
726
732
|
"Code": {
|
727
733
|
"type": "structure",
|
@@ -733,10 +739,10 @@
|
|
733
739
|
}
|
734
740
|
},
|
735
741
|
"Tags": {
|
736
|
-
"shape": "
|
742
|
+
"shape": "S2x"
|
737
743
|
},
|
738
744
|
"Concurrency": {
|
739
|
-
"shape": "
|
745
|
+
"shape": "S4y"
|
740
746
|
}
|
741
747
|
}
|
742
748
|
}
|
@@ -821,7 +827,7 @@
|
|
821
827
|
}
|
822
828
|
},
|
823
829
|
"output": {
|
824
|
-
"shape": "
|
830
|
+
"shape": "S3d"
|
825
831
|
}
|
826
832
|
},
|
827
833
|
"GetFunctionEventInvokeConfig": {
|
@@ -847,7 +853,7 @@
|
|
847
853
|
}
|
848
854
|
},
|
849
855
|
"output": {
|
850
|
-
"shape": "
|
856
|
+
"shape": "S56"
|
851
857
|
}
|
852
858
|
},
|
853
859
|
"GetFunctionUrlConfig": {
|
@@ -886,7 +892,7 @@
|
|
886
892
|
"FunctionArn": {},
|
887
893
|
"AuthType": {},
|
888
894
|
"Cors": {
|
889
|
-
"shape": "
|
895
|
+
"shape": "S3z"
|
890
896
|
},
|
891
897
|
"CreationTime": {},
|
892
898
|
"LastModifiedTime": {}
|
@@ -918,7 +924,7 @@
|
|
918
924
|
}
|
919
925
|
},
|
920
926
|
"output": {
|
921
|
-
"shape": "
|
927
|
+
"shape": "S5c"
|
922
928
|
}
|
923
929
|
},
|
924
930
|
"GetLayerVersionByArn": {
|
@@ -940,7 +946,7 @@
|
|
940
946
|
}
|
941
947
|
},
|
942
948
|
"output": {
|
943
|
-
"shape": "
|
949
|
+
"shape": "S5c"
|
944
950
|
}
|
945
951
|
},
|
946
952
|
"GetLayerVersionPolicy": {
|
@@ -1073,7 +1079,7 @@
|
|
1073
1079
|
"locationName": "X-Amz-Client-Context"
|
1074
1080
|
},
|
1075
1081
|
"Payload": {
|
1076
|
-
"shape": "
|
1082
|
+
"shape": "S2b"
|
1077
1083
|
},
|
1078
1084
|
"Qualifier": {
|
1079
1085
|
"location": "querystring",
|
@@ -1098,7 +1104,7 @@
|
|
1098
1104
|
"locationName": "X-Amz-Log-Result"
|
1099
1105
|
},
|
1100
1106
|
"Payload": {
|
1101
|
-
"shape": "
|
1107
|
+
"shape": "S2b"
|
1102
1108
|
},
|
1103
1109
|
"ExecutedVersion": {
|
1104
1110
|
"location": "header",
|
@@ -1256,7 +1262,7 @@
|
|
1256
1262
|
"EventSourceMappings": {
|
1257
1263
|
"type": "list",
|
1258
1264
|
"member": {
|
1259
|
-
"shape": "
|
1265
|
+
"shape": "S25"
|
1260
1266
|
}
|
1261
1267
|
}
|
1262
1268
|
}
|
@@ -1295,7 +1301,7 @@
|
|
1295
1301
|
"FunctionEventInvokeConfigs": {
|
1296
1302
|
"type": "list",
|
1297
1303
|
"member": {
|
1298
|
-
"shape": "
|
1304
|
+
"shape": "S56"
|
1299
1305
|
}
|
1300
1306
|
},
|
1301
1307
|
"NextMarker": {}
|
@@ -1352,7 +1358,7 @@
|
|
1352
1358
|
"CreationTime": {},
|
1353
1359
|
"LastModifiedTime": {},
|
1354
1360
|
"Cors": {
|
1355
|
-
"shape": "
|
1361
|
+
"shape": "S3z"
|
1356
1362
|
},
|
1357
1363
|
"AuthType": {}
|
1358
1364
|
}
|
@@ -1395,7 +1401,7 @@
|
|
1395
1401
|
"members": {
|
1396
1402
|
"NextMarker": {},
|
1397
1403
|
"Functions": {
|
1398
|
-
"shape": "
|
1404
|
+
"shape": "S6n"
|
1399
1405
|
}
|
1400
1406
|
}
|
1401
1407
|
}
|
@@ -1480,7 +1486,7 @@
|
|
1480
1486
|
"LayerVersions": {
|
1481
1487
|
"type": "list",
|
1482
1488
|
"member": {
|
1483
|
-
"shape": "
|
1489
|
+
"shape": "S6v"
|
1484
1490
|
}
|
1485
1491
|
}
|
1486
1492
|
}
|
@@ -1526,7 +1532,7 @@
|
|
1526
1532
|
"LayerName": {},
|
1527
1533
|
"LayerArn": {},
|
1528
1534
|
"LatestMatchingVersion": {
|
1529
|
-
"shape": "
|
1535
|
+
"shape": "S6v"
|
1530
1536
|
}
|
1531
1537
|
}
|
1532
1538
|
}
|
@@ -1610,7 +1616,7 @@
|
|
1610
1616
|
"type": "structure",
|
1611
1617
|
"members": {
|
1612
1618
|
"Tags": {
|
1613
|
-
"shape": "
|
1619
|
+
"shape": "S2x"
|
1614
1620
|
}
|
1615
1621
|
}
|
1616
1622
|
}
|
@@ -1647,7 +1653,7 @@
|
|
1647
1653
|
"members": {
|
1648
1654
|
"NextMarker": {},
|
1649
1655
|
"Versions": {
|
1650
|
-
"shape": "
|
1656
|
+
"shape": "S6n"
|
1651
1657
|
}
|
1652
1658
|
}
|
1653
1659
|
}
|
@@ -1676,16 +1682,16 @@
|
|
1676
1682
|
"S3Key": {},
|
1677
1683
|
"S3ObjectVersion": {},
|
1678
1684
|
"ZipFile": {
|
1679
|
-
"shape": "
|
1685
|
+
"shape": "S2b"
|
1680
1686
|
}
|
1681
1687
|
}
|
1682
1688
|
},
|
1683
1689
|
"CompatibleRuntimes": {
|
1684
|
-
"shape": "
|
1690
|
+
"shape": "S5f"
|
1685
1691
|
},
|
1686
1692
|
"LicenseInfo": {},
|
1687
1693
|
"CompatibleArchitectures": {
|
1688
|
-
"shape": "
|
1694
|
+
"shape": "S5h"
|
1689
1695
|
}
|
1690
1696
|
}
|
1691
1697
|
},
|
@@ -1693,7 +1699,7 @@
|
|
1693
1699
|
"type": "structure",
|
1694
1700
|
"members": {
|
1695
1701
|
"Content": {
|
1696
|
-
"shape": "
|
1702
|
+
"shape": "S5d"
|
1697
1703
|
},
|
1698
1704
|
"LayerArn": {},
|
1699
1705
|
"LayerVersionArn": {},
|
@@ -1703,11 +1709,11 @@
|
|
1703
1709
|
"type": "long"
|
1704
1710
|
},
|
1705
1711
|
"CompatibleRuntimes": {
|
1706
|
-
"shape": "
|
1712
|
+
"shape": "S5f"
|
1707
1713
|
},
|
1708
1714
|
"LicenseInfo": {},
|
1709
1715
|
"CompatibleArchitectures": {
|
1710
|
-
"shape": "
|
1716
|
+
"shape": "S5h"
|
1711
1717
|
}
|
1712
1718
|
}
|
1713
1719
|
}
|
@@ -1733,7 +1739,7 @@
|
|
1733
1739
|
}
|
1734
1740
|
},
|
1735
1741
|
"output": {
|
1736
|
-
"shape": "
|
1742
|
+
"shape": "S3d"
|
1737
1743
|
}
|
1738
1744
|
},
|
1739
1745
|
"PutFunctionCodeSigningConfig": {
|
@@ -1791,7 +1797,7 @@
|
|
1791
1797
|
}
|
1792
1798
|
},
|
1793
1799
|
"output": {
|
1794
|
-
"shape": "
|
1800
|
+
"shape": "S4y"
|
1795
1801
|
}
|
1796
1802
|
},
|
1797
1803
|
"PutFunctionEventInvokeConfig": {
|
@@ -1826,7 +1832,7 @@
|
|
1826
1832
|
}
|
1827
1833
|
},
|
1828
1834
|
"output": {
|
1829
|
-
"shape": "
|
1835
|
+
"shape": "S56"
|
1830
1836
|
}
|
1831
1837
|
},
|
1832
1838
|
"PutProvisionedConcurrencyConfig": {
|
@@ -1957,7 +1963,7 @@
|
|
1957
1963
|
"locationName": "ARN"
|
1958
1964
|
},
|
1959
1965
|
"Tags": {
|
1960
|
-
"shape": "
|
1966
|
+
"shape": "S2x"
|
1961
1967
|
}
|
1962
1968
|
}
|
1963
1969
|
}
|
@@ -2114,7 +2120,7 @@
|
|
2114
2120
|
}
|
2115
2121
|
},
|
2116
2122
|
"output": {
|
2117
|
-
"shape": "
|
2123
|
+
"shape": "S25"
|
2118
2124
|
}
|
2119
2125
|
},
|
2120
2126
|
"UpdateFunctionCode": {
|
@@ -2134,7 +2140,7 @@
|
|
2134
2140
|
"locationName": "FunctionName"
|
2135
2141
|
},
|
2136
2142
|
"ZipFile": {
|
2137
|
-
"shape": "
|
2143
|
+
"shape": "S2b"
|
2138
2144
|
},
|
2139
2145
|
"S3Bucket": {},
|
2140
2146
|
"S3Key": {},
|
@@ -2148,12 +2154,12 @@
|
|
2148
2154
|
},
|
2149
2155
|
"RevisionId": {},
|
2150
2156
|
"Architectures": {
|
2151
|
-
"shape": "
|
2157
|
+
"shape": "S39"
|
2152
2158
|
}
|
2153
2159
|
}
|
2154
2160
|
},
|
2155
2161
|
"output": {
|
2156
|
-
"shape": "
|
2162
|
+
"shape": "S3d"
|
2157
2163
|
}
|
2158
2164
|
},
|
2159
2165
|
"UpdateFunctionConfiguration": {
|
@@ -2182,36 +2188,36 @@
|
|
2182
2188
|
"type": "integer"
|
2183
2189
|
},
|
2184
2190
|
"VpcConfig": {
|
2185
|
-
"shape": "
|
2191
|
+
"shape": "S2i"
|
2186
2192
|
},
|
2187
2193
|
"Environment": {
|
2188
|
-
"shape": "
|
2194
|
+
"shape": "S2q"
|
2189
2195
|
},
|
2190
2196
|
"Runtime": {},
|
2191
2197
|
"DeadLetterConfig": {
|
2192
|
-
"shape": "
|
2198
|
+
"shape": "S2o"
|
2193
2199
|
},
|
2194
2200
|
"KMSKeyArn": {},
|
2195
2201
|
"TracingConfig": {
|
2196
|
-
"shape": "
|
2202
|
+
"shape": "S2v"
|
2197
2203
|
},
|
2198
2204
|
"RevisionId": {},
|
2199
2205
|
"Layers": {
|
2200
|
-
"shape": "
|
2206
|
+
"shape": "S30"
|
2201
2207
|
},
|
2202
2208
|
"FileSystemConfigs": {
|
2203
|
-
"shape": "
|
2209
|
+
"shape": "S32"
|
2204
2210
|
},
|
2205
2211
|
"ImageConfig": {
|
2206
|
-
"shape": "
|
2212
|
+
"shape": "S36"
|
2207
2213
|
},
|
2208
2214
|
"EphemeralStorage": {
|
2209
|
-
"shape": "
|
2215
|
+
"shape": "S3b"
|
2210
2216
|
}
|
2211
2217
|
}
|
2212
2218
|
},
|
2213
2219
|
"output": {
|
2214
|
-
"shape": "
|
2220
|
+
"shape": "S3d"
|
2215
2221
|
}
|
2216
2222
|
},
|
2217
2223
|
"UpdateFunctionEventInvokeConfig": {
|
@@ -2245,7 +2251,7 @@
|
|
2245
2251
|
}
|
2246
2252
|
},
|
2247
2253
|
"output": {
|
2248
|
-
"shape": "
|
2254
|
+
"shape": "S56"
|
2249
2255
|
}
|
2250
2256
|
},
|
2251
2257
|
"UpdateFunctionUrlConfig": {
|
@@ -2270,7 +2276,7 @@
|
|
2270
2276
|
},
|
2271
2277
|
"AuthType": {},
|
2272
2278
|
"Cors": {
|
2273
|
-
"shape": "
|
2279
|
+
"shape": "S3z"
|
2274
2280
|
}
|
2275
2281
|
}
|
2276
2282
|
},
|
@@ -2288,7 +2294,7 @@
|
|
2288
2294
|
"FunctionArn": {},
|
2289
2295
|
"AuthType": {},
|
2290
2296
|
"Cors": {
|
2291
|
-
"shape": "
|
2297
|
+
"shape": "S3z"
|
2292
2298
|
},
|
2293
2299
|
"CreationTime": {},
|
2294
2300
|
"LastModifiedTime": {}
|
@@ -2429,6 +2435,18 @@
|
|
2429
2435
|
"member": {}
|
2430
2436
|
},
|
2431
2437
|
"S23": {
|
2438
|
+
"type": "structure",
|
2439
|
+
"members": {
|
2440
|
+
"ConsumerGroupId": {}
|
2441
|
+
}
|
2442
|
+
},
|
2443
|
+
"S24": {
|
2444
|
+
"type": "structure",
|
2445
|
+
"members": {
|
2446
|
+
"ConsumerGroupId": {}
|
2447
|
+
}
|
2448
|
+
},
|
2449
|
+
"S25": {
|
2432
2450
|
"type": "structure",
|
2433
2451
|
"members": {
|
2434
2452
|
"UUID": {},
|
@@ -2485,47 +2503,53 @@
|
|
2485
2503
|
},
|
2486
2504
|
"FunctionResponseTypes": {
|
2487
2505
|
"shape": "S21"
|
2506
|
+
},
|
2507
|
+
"AmazonManagedKafkaEventSourceConfig": {
|
2508
|
+
"shape": "S23"
|
2509
|
+
},
|
2510
|
+
"SelfManagedKafkaEventSourceConfig": {
|
2511
|
+
"shape": "S24"
|
2488
2512
|
}
|
2489
2513
|
}
|
2490
2514
|
},
|
2491
|
-
"
|
2515
|
+
"S2b": {
|
2492
2516
|
"type": "blob",
|
2493
2517
|
"sensitive": true
|
2494
2518
|
},
|
2495
|
-
"
|
2519
|
+
"S2i": {
|
2496
2520
|
"type": "structure",
|
2497
2521
|
"members": {
|
2498
2522
|
"SubnetIds": {
|
2499
|
-
"shape": "
|
2523
|
+
"shape": "S2j"
|
2500
2524
|
},
|
2501
2525
|
"SecurityGroupIds": {
|
2502
|
-
"shape": "
|
2526
|
+
"shape": "S2l"
|
2503
2527
|
}
|
2504
2528
|
}
|
2505
2529
|
},
|
2506
|
-
"
|
2530
|
+
"S2j": {
|
2507
2531
|
"type": "list",
|
2508
2532
|
"member": {}
|
2509
2533
|
},
|
2510
|
-
"
|
2534
|
+
"S2l": {
|
2511
2535
|
"type": "list",
|
2512
2536
|
"member": {}
|
2513
2537
|
},
|
2514
|
-
"
|
2538
|
+
"S2o": {
|
2515
2539
|
"type": "structure",
|
2516
2540
|
"members": {
|
2517
2541
|
"TargetArn": {}
|
2518
2542
|
}
|
2519
2543
|
},
|
2520
|
-
"
|
2544
|
+
"S2q": {
|
2521
2545
|
"type": "structure",
|
2522
2546
|
"members": {
|
2523
2547
|
"Variables": {
|
2524
|
-
"shape": "
|
2548
|
+
"shape": "S2r"
|
2525
2549
|
}
|
2526
2550
|
}
|
2527
2551
|
},
|
2528
|
-
"
|
2552
|
+
"S2r": {
|
2529
2553
|
"type": "map",
|
2530
2554
|
"key": {
|
2531
2555
|
"type": "string",
|
@@ -2537,22 +2561,22 @@
|
|
2537
2561
|
},
|
2538
2562
|
"sensitive": true
|
2539
2563
|
},
|
2540
|
-
"
|
2564
|
+
"S2v": {
|
2541
2565
|
"type": "structure",
|
2542
2566
|
"members": {
|
2543
2567
|
"Mode": {}
|
2544
2568
|
}
|
2545
2569
|
},
|
2546
|
-
"
|
2570
|
+
"S2x": {
|
2547
2571
|
"type": "map",
|
2548
2572
|
"key": {},
|
2549
2573
|
"value": {}
|
2550
2574
|
},
|
2551
|
-
"
|
2575
|
+
"S30": {
|
2552
2576
|
"type": "list",
|
2553
2577
|
"member": {}
|
2554
2578
|
},
|
2555
|
-
"
|
2579
|
+
"S32": {
|
2556
2580
|
"type": "list",
|
2557
2581
|
"member": {
|
2558
2582
|
"type": "structure",
|
@@ -2566,27 +2590,27 @@
|
|
2566
2590
|
}
|
2567
2591
|
}
|
2568
2592
|
},
|
2569
|
-
"
|
2593
|
+
"S36": {
|
2570
2594
|
"type": "structure",
|
2571
2595
|
"members": {
|
2572
2596
|
"EntryPoint": {
|
2573
|
-
"shape": "
|
2597
|
+
"shape": "S37"
|
2574
2598
|
},
|
2575
2599
|
"Command": {
|
2576
|
-
"shape": "
|
2600
|
+
"shape": "S37"
|
2577
2601
|
},
|
2578
2602
|
"WorkingDirectory": {}
|
2579
2603
|
}
|
2580
2604
|
},
|
2581
|
-
"
|
2605
|
+
"S37": {
|
2582
2606
|
"type": "list",
|
2583
2607
|
"member": {}
|
2584
2608
|
},
|
2585
|
-
"
|
2609
|
+
"S39": {
|
2586
2610
|
"type": "list",
|
2587
2611
|
"member": {}
|
2588
2612
|
},
|
2589
|
-
"
|
2613
|
+
"S3b": {
|
2590
2614
|
"type": "structure",
|
2591
2615
|
"required": [
|
2592
2616
|
"Size"
|
@@ -2597,7 +2621,7 @@
|
|
2597
2621
|
}
|
2598
2622
|
}
|
2599
2623
|
},
|
2600
|
-
"
|
2624
|
+
"S3d": {
|
2601
2625
|
"type": "structure",
|
2602
2626
|
"members": {
|
2603
2627
|
"FunctionName": {},
|
@@ -2622,29 +2646,29 @@
|
|
2622
2646
|
"type": "structure",
|
2623
2647
|
"members": {
|
2624
2648
|
"SubnetIds": {
|
2625
|
-
"shape": "
|
2649
|
+
"shape": "S2j"
|
2626
2650
|
},
|
2627
2651
|
"SecurityGroupIds": {
|
2628
|
-
"shape": "
|
2652
|
+
"shape": "S2l"
|
2629
2653
|
},
|
2630
2654
|
"VpcId": {}
|
2631
2655
|
}
|
2632
2656
|
},
|
2633
2657
|
"DeadLetterConfig": {
|
2634
|
-
"shape": "
|
2658
|
+
"shape": "S2o"
|
2635
2659
|
},
|
2636
2660
|
"Environment": {
|
2637
2661
|
"type": "structure",
|
2638
2662
|
"members": {
|
2639
2663
|
"Variables": {
|
2640
|
-
"shape": "
|
2664
|
+
"shape": "S2r"
|
2641
2665
|
},
|
2642
2666
|
"Error": {
|
2643
2667
|
"type": "structure",
|
2644
2668
|
"members": {
|
2645
2669
|
"ErrorCode": {},
|
2646
2670
|
"Message": {
|
2647
|
-
"shape": "
|
2671
|
+
"shape": "S3l"
|
2648
2672
|
}
|
2649
2673
|
}
|
2650
2674
|
}
|
@@ -2680,21 +2704,21 @@
|
|
2680
2704
|
"LastUpdateStatusReason": {},
|
2681
2705
|
"LastUpdateStatusReasonCode": {},
|
2682
2706
|
"FileSystemConfigs": {
|
2683
|
-
"shape": "
|
2707
|
+
"shape": "S32"
|
2684
2708
|
},
|
2685
2709
|
"PackageType": {},
|
2686
2710
|
"ImageConfigResponse": {
|
2687
2711
|
"type": "structure",
|
2688
2712
|
"members": {
|
2689
2713
|
"ImageConfig": {
|
2690
|
-
"shape": "
|
2714
|
+
"shape": "S36"
|
2691
2715
|
},
|
2692
2716
|
"Error": {
|
2693
2717
|
"type": "structure",
|
2694
2718
|
"members": {
|
2695
2719
|
"ErrorCode": {},
|
2696
2720
|
"Message": {
|
2697
|
-
"shape": "
|
2721
|
+
"shape": "S3l"
|
2698
2722
|
}
|
2699
2723
|
}
|
2700
2724
|
}
|
@@ -2703,25 +2727,25 @@
|
|
2703
2727
|
"SigningProfileVersionArn": {},
|
2704
2728
|
"SigningJobArn": {},
|
2705
2729
|
"Architectures": {
|
2706
|
-
"shape": "
|
2730
|
+
"shape": "S39"
|
2707
2731
|
},
|
2708
2732
|
"EphemeralStorage": {
|
2709
|
-
"shape": "
|
2733
|
+
"shape": "S3b"
|
2710
2734
|
}
|
2711
2735
|
}
|
2712
2736
|
},
|
2713
|
-
"
|
2737
|
+
"S3l": {
|
2714
2738
|
"type": "string",
|
2715
2739
|
"sensitive": true
|
2716
2740
|
},
|
2717
|
-
"
|
2741
|
+
"S3z": {
|
2718
2742
|
"type": "structure",
|
2719
2743
|
"members": {
|
2720
2744
|
"AllowCredentials": {
|
2721
2745
|
"type": "boolean"
|
2722
2746
|
},
|
2723
2747
|
"AllowHeaders": {
|
2724
|
-
"shape": "
|
2748
|
+
"shape": "S41"
|
2725
2749
|
},
|
2726
2750
|
"AllowMethods": {
|
2727
2751
|
"type": "list",
|
@@ -2732,18 +2756,18 @@
|
|
2732
2756
|
"member": {}
|
2733
2757
|
},
|
2734
2758
|
"ExposeHeaders": {
|
2735
|
-
"shape": "
|
2759
|
+
"shape": "S41"
|
2736
2760
|
},
|
2737
2761
|
"MaxAge": {
|
2738
2762
|
"type": "integer"
|
2739
2763
|
}
|
2740
2764
|
}
|
2741
2765
|
},
|
2742
|
-
"
|
2766
|
+
"S41": {
|
2743
2767
|
"type": "list",
|
2744
2768
|
"member": {}
|
2745
2769
|
},
|
2746
|
-
"
|
2770
|
+
"S4y": {
|
2747
2771
|
"type": "structure",
|
2748
2772
|
"members": {
|
2749
2773
|
"ReservedConcurrentExecutions": {
|
@@ -2751,7 +2775,7 @@
|
|
2751
2775
|
}
|
2752
2776
|
}
|
2753
2777
|
},
|
2754
|
-
"
|
2778
|
+
"S56": {
|
2755
2779
|
"type": "structure",
|
2756
2780
|
"members": {
|
2757
2781
|
"LastModified": {
|
@@ -2769,11 +2793,11 @@
|
|
2769
2793
|
}
|
2770
2794
|
}
|
2771
2795
|
},
|
2772
|
-
"
|
2796
|
+
"S5c": {
|
2773
2797
|
"type": "structure",
|
2774
2798
|
"members": {
|
2775
2799
|
"Content": {
|
2776
|
-
"shape": "
|
2800
|
+
"shape": "S5d"
|
2777
2801
|
},
|
2778
2802
|
"LayerArn": {},
|
2779
2803
|
"LayerVersionArn": {},
|
@@ -2783,15 +2807,15 @@
|
|
2783
2807
|
"type": "long"
|
2784
2808
|
},
|
2785
2809
|
"CompatibleRuntimes": {
|
2786
|
-
"shape": "
|
2810
|
+
"shape": "S5f"
|
2787
2811
|
},
|
2788
2812
|
"LicenseInfo": {},
|
2789
2813
|
"CompatibleArchitectures": {
|
2790
|
-
"shape": "
|
2814
|
+
"shape": "S5h"
|
2791
2815
|
}
|
2792
2816
|
}
|
2793
2817
|
},
|
2794
|
-
"
|
2818
|
+
"S5d": {
|
2795
2819
|
"type": "structure",
|
2796
2820
|
"members": {
|
2797
2821
|
"Location": {},
|
@@ -2803,21 +2827,21 @@
|
|
2803
2827
|
"SigningJobArn": {}
|
2804
2828
|
}
|
2805
2829
|
},
|
2806
|
-
"
|
2830
|
+
"S5f": {
|
2807
2831
|
"type": "list",
|
2808
2832
|
"member": {}
|
2809
2833
|
},
|
2810
|
-
"
|
2834
|
+
"S5h": {
|
2811
2835
|
"type": "list",
|
2812
2836
|
"member": {}
|
2813
2837
|
},
|
2814
|
-
"
|
2838
|
+
"S6n": {
|
2815
2839
|
"type": "list",
|
2816
2840
|
"member": {
|
2817
|
-
"shape": "
|
2841
|
+
"shape": "S3d"
|
2818
2842
|
}
|
2819
2843
|
},
|
2820
|
-
"
|
2844
|
+
"S6v": {
|
2821
2845
|
"type": "structure",
|
2822
2846
|
"members": {
|
2823
2847
|
"LayerVersionArn": {},
|
@@ -2827,11 +2851,11 @@
|
|
2827
2851
|
"Description": {},
|
2828
2852
|
"CreatedDate": {},
|
2829
2853
|
"CompatibleRuntimes": {
|
2830
|
-
"shape": "
|
2854
|
+
"shape": "S5f"
|
2831
2855
|
},
|
2832
2856
|
"LicenseInfo": {},
|
2833
2857
|
"CompatibleArchitectures": {
|
2834
|
-
"shape": "
|
2858
|
+
"shape": "S5h"
|
2835
2859
|
}
|
2836
2860
|
}
|
2837
2861
|
}
|