cdk-docker-image-deployment 0.0.54 → 0.0.56
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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +112 -96
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +40 -11
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +14 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +49 -43
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +217 -195
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +107 -72
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +293 -285
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +251 -163
- package/node_modules/aws-sdk/clients/apprunner.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +28 -5
- package/node_modules/aws-sdk/clients/cloud9.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +45 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/fms.d.ts +12 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +48 -1
- package/node_modules/aws-sdk/clients/redshift.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +14 -2
- package/node_modules/aws-sdk/clients/wafv2.d.ts +118 -20
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +57 -14
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -297,16 +297,16 @@
|
|
|
297
297
|
],
|
|
298
298
|
"members": {
|
|
299
299
|
"AccessConfiguration": {
|
|
300
|
-
"shape": "
|
|
300
|
+
"shape": "S1b"
|
|
301
301
|
},
|
|
302
302
|
"DefaultSegmentDeliveryConfiguration": {
|
|
303
|
-
"shape": "
|
|
303
|
+
"shape": "S1e"
|
|
304
304
|
},
|
|
305
305
|
"HttpConfiguration": {
|
|
306
|
-
"shape": "
|
|
306
|
+
"shape": "S1f"
|
|
307
307
|
},
|
|
308
308
|
"SegmentDeliveryConfigurations": {
|
|
309
|
-
"shape": "
|
|
309
|
+
"shape": "S1g"
|
|
310
310
|
},
|
|
311
311
|
"SourceLocationName": {
|
|
312
312
|
"location": "uri",
|
|
@@ -322,23 +322,23 @@
|
|
|
322
322
|
"type": "structure",
|
|
323
323
|
"members": {
|
|
324
324
|
"AccessConfiguration": {
|
|
325
|
-
"shape": "
|
|
325
|
+
"shape": "S1b"
|
|
326
326
|
},
|
|
327
327
|
"Arn": {},
|
|
328
328
|
"CreationTime": {
|
|
329
329
|
"shape": "Sg"
|
|
330
330
|
},
|
|
331
331
|
"DefaultSegmentDeliveryConfiguration": {
|
|
332
|
-
"shape": "
|
|
332
|
+
"shape": "S1e"
|
|
333
333
|
},
|
|
334
334
|
"HttpConfiguration": {
|
|
335
|
-
"shape": "
|
|
335
|
+
"shape": "S1f"
|
|
336
336
|
},
|
|
337
337
|
"LastModifiedTime": {
|
|
338
338
|
"shape": "Sg"
|
|
339
339
|
},
|
|
340
340
|
"SegmentDeliveryConfigurations": {
|
|
341
|
-
"shape": "
|
|
341
|
+
"shape": "S1g"
|
|
342
342
|
},
|
|
343
343
|
"SourceLocationName": {},
|
|
344
344
|
"Tags": {
|
|
@@ -770,23 +770,23 @@
|
|
|
770
770
|
"type": "structure",
|
|
771
771
|
"members": {
|
|
772
772
|
"AccessConfiguration": {
|
|
773
|
-
"shape": "
|
|
773
|
+
"shape": "S1b"
|
|
774
774
|
},
|
|
775
775
|
"Arn": {},
|
|
776
776
|
"CreationTime": {
|
|
777
777
|
"shape": "Sg"
|
|
778
778
|
},
|
|
779
779
|
"DefaultSegmentDeliveryConfiguration": {
|
|
780
|
-
"shape": "
|
|
780
|
+
"shape": "S1e"
|
|
781
781
|
},
|
|
782
782
|
"HttpConfiguration": {
|
|
783
|
-
"shape": "
|
|
783
|
+
"shape": "S1f"
|
|
784
784
|
},
|
|
785
785
|
"LastModifiedTime": {
|
|
786
786
|
"shape": "Sg"
|
|
787
787
|
},
|
|
788
788
|
"SegmentDeliveryConfigurations": {
|
|
789
|
-
"shape": "
|
|
789
|
+
"shape": "S1g"
|
|
790
790
|
},
|
|
791
791
|
"SourceLocationName": {},
|
|
792
792
|
"Tags": {
|
|
@@ -970,31 +970,31 @@
|
|
|
970
970
|
"members": {
|
|
971
971
|
"AdDecisionServerUrl": {},
|
|
972
972
|
"AvailSuppression": {
|
|
973
|
-
"shape": "
|
|
973
|
+
"shape": "S2n"
|
|
974
974
|
},
|
|
975
975
|
"Bumper": {
|
|
976
|
-
"shape": "
|
|
976
|
+
"shape": "S2p"
|
|
977
977
|
},
|
|
978
978
|
"CdnConfiguration": {
|
|
979
|
-
"shape": "
|
|
979
|
+
"shape": "S2q"
|
|
980
980
|
},
|
|
981
981
|
"ConfigurationAliases": {
|
|
982
|
-
"shape": "
|
|
982
|
+
"shape": "S2r"
|
|
983
983
|
},
|
|
984
984
|
"DashConfiguration": {
|
|
985
|
-
"shape": "
|
|
985
|
+
"shape": "S2s"
|
|
986
986
|
},
|
|
987
987
|
"HlsConfiguration": {
|
|
988
|
-
"shape": "
|
|
988
|
+
"shape": "S2u"
|
|
989
989
|
},
|
|
990
990
|
"LivePreRollConfiguration": {
|
|
991
|
-
"shape": "
|
|
991
|
+
"shape": "S2v"
|
|
992
992
|
},
|
|
993
993
|
"LogConfiguration": {
|
|
994
|
-
"shape": "
|
|
994
|
+
"shape": "S2w"
|
|
995
995
|
},
|
|
996
996
|
"ManifestProcessingRules": {
|
|
997
|
-
"shape": "
|
|
997
|
+
"shape": "S2x"
|
|
998
998
|
},
|
|
999
999
|
"Name": {},
|
|
1000
1000
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"shape": "Sg"
|
|
1101
1101
|
},
|
|
1102
1102
|
"RelatedResourceArns": {
|
|
1103
|
-
"shape": "
|
|
1103
|
+
"shape": "S37"
|
|
1104
1104
|
},
|
|
1105
1105
|
"ResourceArn": {}
|
|
1106
1106
|
}
|
|
@@ -1268,31 +1268,31 @@
|
|
|
1268
1268
|
"members": {
|
|
1269
1269
|
"AdDecisionServerUrl": {},
|
|
1270
1270
|
"AvailSuppression": {
|
|
1271
|
-
"shape": "
|
|
1271
|
+
"shape": "S2n"
|
|
1272
1272
|
},
|
|
1273
1273
|
"Bumper": {
|
|
1274
|
-
"shape": "
|
|
1274
|
+
"shape": "S2p"
|
|
1275
1275
|
},
|
|
1276
1276
|
"CdnConfiguration": {
|
|
1277
|
-
"shape": "
|
|
1277
|
+
"shape": "S2q"
|
|
1278
1278
|
},
|
|
1279
1279
|
"ConfigurationAliases": {
|
|
1280
|
-
"shape": "
|
|
1280
|
+
"shape": "S2r"
|
|
1281
1281
|
},
|
|
1282
1282
|
"DashConfiguration": {
|
|
1283
|
-
"shape": "
|
|
1283
|
+
"shape": "S2s"
|
|
1284
1284
|
},
|
|
1285
1285
|
"HlsConfiguration": {
|
|
1286
|
-
"shape": "
|
|
1286
|
+
"shape": "S2u"
|
|
1287
1287
|
},
|
|
1288
1288
|
"LivePreRollConfiguration": {
|
|
1289
|
-
"shape": "
|
|
1289
|
+
"shape": "S2v"
|
|
1290
1290
|
},
|
|
1291
1291
|
"LogConfiguration": {
|
|
1292
|
-
"shape": "
|
|
1292
|
+
"shape": "S2w"
|
|
1293
1293
|
},
|
|
1294
1294
|
"ManifestProcessingRules": {
|
|
1295
|
-
"shape": "
|
|
1295
|
+
"shape": "S2x"
|
|
1296
1296
|
},
|
|
1297
1297
|
"Name": {},
|
|
1298
1298
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1403,23 +1403,23 @@
|
|
|
1403
1403
|
],
|
|
1404
1404
|
"members": {
|
|
1405
1405
|
"AccessConfiguration": {
|
|
1406
|
-
"shape": "
|
|
1406
|
+
"shape": "S1b"
|
|
1407
1407
|
},
|
|
1408
1408
|
"Arn": {},
|
|
1409
1409
|
"CreationTime": {
|
|
1410
1410
|
"shape": "Sg"
|
|
1411
1411
|
},
|
|
1412
1412
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1413
|
-
"shape": "
|
|
1413
|
+
"shape": "S1e"
|
|
1414
1414
|
},
|
|
1415
1415
|
"HttpConfiguration": {
|
|
1416
|
-
"shape": "
|
|
1416
|
+
"shape": "S1f"
|
|
1417
1417
|
},
|
|
1418
1418
|
"LastModifiedTime": {
|
|
1419
1419
|
"shape": "Sg"
|
|
1420
1420
|
},
|
|
1421
1421
|
"SegmentDeliveryConfigurations": {
|
|
1422
|
-
"shape": "
|
|
1422
|
+
"shape": "S1g"
|
|
1423
1423
|
},
|
|
1424
1424
|
"SourceLocationName": {},
|
|
1425
1425
|
"Tags": {
|
|
@@ -1565,13 +1565,13 @@
|
|
|
1565
1565
|
"members": {
|
|
1566
1566
|
"AdDecisionServerUrl": {},
|
|
1567
1567
|
"AvailSuppression": {
|
|
1568
|
-
"shape": "
|
|
1568
|
+
"shape": "S2n"
|
|
1569
1569
|
},
|
|
1570
1570
|
"Bumper": {
|
|
1571
|
-
"shape": "
|
|
1571
|
+
"shape": "S2p"
|
|
1572
1572
|
},
|
|
1573
1573
|
"CdnConfiguration": {
|
|
1574
|
-
"shape": "
|
|
1574
|
+
"shape": "S2q"
|
|
1575
1575
|
},
|
|
1576
1576
|
"ConfigurationAliases": {
|
|
1577
1577
|
"type": "map",
|
|
@@ -1588,10 +1588,10 @@
|
|
|
1588
1588
|
}
|
|
1589
1589
|
},
|
|
1590
1590
|
"LivePreRollConfiguration": {
|
|
1591
|
-
"shape": "
|
|
1591
|
+
"shape": "S2v"
|
|
1592
1592
|
},
|
|
1593
1593
|
"ManifestProcessingRules": {
|
|
1594
|
-
"shape": "
|
|
1594
|
+
"shape": "S2x"
|
|
1595
1595
|
},
|
|
1596
1596
|
"Name": {},
|
|
1597
1597
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1611,31 +1611,31 @@
|
|
|
1611
1611
|
"members": {
|
|
1612
1612
|
"AdDecisionServerUrl": {},
|
|
1613
1613
|
"AvailSuppression": {
|
|
1614
|
-
"shape": "
|
|
1614
|
+
"shape": "S2n"
|
|
1615
1615
|
},
|
|
1616
1616
|
"Bumper": {
|
|
1617
|
-
"shape": "
|
|
1617
|
+
"shape": "S2p"
|
|
1618
1618
|
},
|
|
1619
1619
|
"CdnConfiguration": {
|
|
1620
|
-
"shape": "
|
|
1620
|
+
"shape": "S2q"
|
|
1621
1621
|
},
|
|
1622
1622
|
"ConfigurationAliases": {
|
|
1623
|
-
"shape": "
|
|
1623
|
+
"shape": "S2r"
|
|
1624
1624
|
},
|
|
1625
1625
|
"DashConfiguration": {
|
|
1626
|
-
"shape": "
|
|
1626
|
+
"shape": "S2s"
|
|
1627
1627
|
},
|
|
1628
1628
|
"HlsConfiguration": {
|
|
1629
|
-
"shape": "
|
|
1629
|
+
"shape": "S2u"
|
|
1630
1630
|
},
|
|
1631
1631
|
"LivePreRollConfiguration": {
|
|
1632
|
-
"shape": "
|
|
1632
|
+
"shape": "S2v"
|
|
1633
1633
|
},
|
|
1634
1634
|
"LogConfiguration": {
|
|
1635
|
-
"shape": "
|
|
1635
|
+
"shape": "S2w"
|
|
1636
1636
|
},
|
|
1637
1637
|
"ManifestProcessingRules": {
|
|
1638
|
-
"shape": "
|
|
1638
|
+
"shape": "S2x"
|
|
1639
1639
|
},
|
|
1640
1640
|
"Name": {},
|
|
1641
1641
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
"locationName": "ResourceArn"
|
|
1745
1745
|
},
|
|
1746
1746
|
"TagKeys": {
|
|
1747
|
-
"shape": "
|
|
1747
|
+
"shape": "S37",
|
|
1748
1748
|
"location": "querystring",
|
|
1749
1749
|
"locationName": "tagKeys"
|
|
1750
1750
|
}
|
|
@@ -1869,16 +1869,16 @@
|
|
|
1869
1869
|
],
|
|
1870
1870
|
"members": {
|
|
1871
1871
|
"AccessConfiguration": {
|
|
1872
|
-
"shape": "
|
|
1872
|
+
"shape": "S1b"
|
|
1873
1873
|
},
|
|
1874
1874
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1875
|
-
"shape": "
|
|
1875
|
+
"shape": "S1e"
|
|
1876
1876
|
},
|
|
1877
1877
|
"HttpConfiguration": {
|
|
1878
|
-
"shape": "
|
|
1878
|
+
"shape": "S1f"
|
|
1879
1879
|
},
|
|
1880
1880
|
"SegmentDeliveryConfigurations": {
|
|
1881
|
-
"shape": "
|
|
1881
|
+
"shape": "S1g"
|
|
1882
1882
|
},
|
|
1883
1883
|
"SourceLocationName": {
|
|
1884
1884
|
"location": "uri",
|
|
@@ -1890,23 +1890,23 @@
|
|
|
1890
1890
|
"type": "structure",
|
|
1891
1891
|
"members": {
|
|
1892
1892
|
"AccessConfiguration": {
|
|
1893
|
-
"shape": "
|
|
1893
|
+
"shape": "S1b"
|
|
1894
1894
|
},
|
|
1895
1895
|
"Arn": {},
|
|
1896
1896
|
"CreationTime": {
|
|
1897
1897
|
"shape": "Sg"
|
|
1898
1898
|
},
|
|
1899
1899
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1900
|
-
"shape": "
|
|
1900
|
+
"shape": "S1e"
|
|
1901
1901
|
},
|
|
1902
1902
|
"HttpConfiguration": {
|
|
1903
|
-
"shape": "
|
|
1903
|
+
"shape": "S1f"
|
|
1904
1904
|
},
|
|
1905
1905
|
"LastModifiedTime": {
|
|
1906
1906
|
"shape": "Sg"
|
|
1907
1907
|
},
|
|
1908
1908
|
"SegmentDeliveryConfigurations": {
|
|
1909
|
-
"shape": "
|
|
1909
|
+
"shape": "S1g"
|
|
1910
1910
|
},
|
|
1911
1911
|
"SourceLocationName": {},
|
|
1912
1912
|
"Tags": {
|
|
@@ -2141,11 +2141,46 @@
|
|
|
2141
2141
|
"type": "integer"
|
|
2142
2142
|
}
|
|
2143
2143
|
}
|
|
2144
|
+
},
|
|
2145
|
+
"TimeSignalMessage": {
|
|
2146
|
+
"type": "structure",
|
|
2147
|
+
"members": {
|
|
2148
|
+
"SegmentationDescriptors": {
|
|
2149
|
+
"type": "list",
|
|
2150
|
+
"member": {
|
|
2151
|
+
"type": "structure",
|
|
2152
|
+
"members": {
|
|
2153
|
+
"SegmentNum": {
|
|
2154
|
+
"type": "integer"
|
|
2155
|
+
},
|
|
2156
|
+
"SegmentationEventId": {
|
|
2157
|
+
"type": "integer"
|
|
2158
|
+
},
|
|
2159
|
+
"SegmentationTypeId": {
|
|
2160
|
+
"type": "integer"
|
|
2161
|
+
},
|
|
2162
|
+
"SegmentationUpid": {},
|
|
2163
|
+
"SegmentationUpidType": {
|
|
2164
|
+
"type": "integer"
|
|
2165
|
+
},
|
|
2166
|
+
"SegmentsExpected": {
|
|
2167
|
+
"type": "integer"
|
|
2168
|
+
},
|
|
2169
|
+
"SubSegmentNum": {
|
|
2170
|
+
"type": "integer"
|
|
2171
|
+
},
|
|
2172
|
+
"SubSegmentsExpected": {
|
|
2173
|
+
"type": "integer"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2144
2179
|
}
|
|
2145
2180
|
}
|
|
2146
2181
|
}
|
|
2147
2182
|
},
|
|
2148
|
-
"
|
|
2183
|
+
"S1b": {
|
|
2149
2184
|
"type": "structure",
|
|
2150
2185
|
"members": {
|
|
2151
2186
|
"AccessType": {},
|
|
@@ -2159,13 +2194,13 @@
|
|
|
2159
2194
|
}
|
|
2160
2195
|
}
|
|
2161
2196
|
},
|
|
2162
|
-
"
|
|
2197
|
+
"S1e": {
|
|
2163
2198
|
"type": "structure",
|
|
2164
2199
|
"members": {
|
|
2165
2200
|
"BaseUrl": {}
|
|
2166
2201
|
}
|
|
2167
2202
|
},
|
|
2168
|
-
"
|
|
2203
|
+
"S1f": {
|
|
2169
2204
|
"type": "structure",
|
|
2170
2205
|
"required": [
|
|
2171
2206
|
"BaseUrl"
|
|
@@ -2174,7 +2209,7 @@
|
|
|
2174
2209
|
"BaseUrl": {}
|
|
2175
2210
|
}
|
|
2176
2211
|
},
|
|
2177
|
-
"
|
|
2212
|
+
"S1g": {
|
|
2178
2213
|
"type": "list",
|
|
2179
2214
|
"member": {
|
|
2180
2215
|
"type": "structure",
|
|
@@ -2184,35 +2219,35 @@
|
|
|
2184
2219
|
}
|
|
2185
2220
|
}
|
|
2186
2221
|
},
|
|
2187
|
-
"
|
|
2222
|
+
"S2n": {
|
|
2188
2223
|
"type": "structure",
|
|
2189
2224
|
"members": {
|
|
2190
2225
|
"Mode": {},
|
|
2191
2226
|
"Value": {}
|
|
2192
2227
|
}
|
|
2193
2228
|
},
|
|
2194
|
-
"
|
|
2229
|
+
"S2p": {
|
|
2195
2230
|
"type": "structure",
|
|
2196
2231
|
"members": {
|
|
2197
2232
|
"EndUrl": {},
|
|
2198
2233
|
"StartUrl": {}
|
|
2199
2234
|
}
|
|
2200
2235
|
},
|
|
2201
|
-
"
|
|
2236
|
+
"S2q": {
|
|
2202
2237
|
"type": "structure",
|
|
2203
2238
|
"members": {
|
|
2204
2239
|
"AdSegmentUrlPrefix": {},
|
|
2205
2240
|
"ContentSegmentUrlPrefix": {}
|
|
2206
2241
|
}
|
|
2207
2242
|
},
|
|
2208
|
-
"
|
|
2243
|
+
"S2r": {
|
|
2209
2244
|
"type": "map",
|
|
2210
2245
|
"key": {},
|
|
2211
2246
|
"value": {
|
|
2212
2247
|
"shape": "Sc"
|
|
2213
2248
|
}
|
|
2214
2249
|
},
|
|
2215
|
-
"
|
|
2250
|
+
"S2s": {
|
|
2216
2251
|
"type": "structure",
|
|
2217
2252
|
"members": {
|
|
2218
2253
|
"ManifestEndpointPrefix": {},
|
|
@@ -2220,13 +2255,13 @@
|
|
|
2220
2255
|
"OriginManifestType": {}
|
|
2221
2256
|
}
|
|
2222
2257
|
},
|
|
2223
|
-
"
|
|
2258
|
+
"S2u": {
|
|
2224
2259
|
"type": "structure",
|
|
2225
2260
|
"members": {
|
|
2226
2261
|
"ManifestEndpointPrefix": {}
|
|
2227
2262
|
}
|
|
2228
2263
|
},
|
|
2229
|
-
"
|
|
2264
|
+
"S2v": {
|
|
2230
2265
|
"type": "structure",
|
|
2231
2266
|
"members": {
|
|
2232
2267
|
"AdDecisionServerUrl": {},
|
|
@@ -2235,7 +2270,7 @@
|
|
|
2235
2270
|
}
|
|
2236
2271
|
}
|
|
2237
2272
|
},
|
|
2238
|
-
"
|
|
2273
|
+
"S2w": {
|
|
2239
2274
|
"type": "structure",
|
|
2240
2275
|
"required": [
|
|
2241
2276
|
"PercentEnabled"
|
|
@@ -2246,7 +2281,7 @@
|
|
|
2246
2281
|
}
|
|
2247
2282
|
}
|
|
2248
2283
|
},
|
|
2249
|
-
"
|
|
2284
|
+
"S2x": {
|
|
2250
2285
|
"type": "structure",
|
|
2251
2286
|
"members": {
|
|
2252
2287
|
"AdMarkerPassthrough": {
|
|
@@ -2259,7 +2294,7 @@
|
|
|
2259
2294
|
}
|
|
2260
2295
|
}
|
|
2261
2296
|
},
|
|
2262
|
-
"
|
|
2297
|
+
"S37": {
|
|
2263
2298
|
"type": "list",
|
|
2264
2299
|
"member": {}
|
|
2265
2300
|
}
|