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.
Files changed (82) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -21,6 +21,12 @@
21
21
  "DescribeAvailabilityZones": {
22
22
  "result_key": "AvailabilityZones"
23
23
  },
24
+ "DescribeAwsNetworkPerformanceMetricSubscriptions": {
25
+ "input_token": "NextToken",
26
+ "limit_key": "MaxResults",
27
+ "output_token": "NextToken",
28
+ "result_key": "Subscriptions"
29
+ },
24
30
  "DescribeBundleTasks": {
25
31
  "result_key": "BundleTasks"
26
32
  },
@@ -578,6 +584,36 @@
578
584
  "output_token": "NextToken",
579
585
  "result_key": "InterfaceAssociations"
580
586
  },
587
+ "DescribeVerifiedAccessEndpoints": {
588
+ "input_token": "NextToken",
589
+ "limit_key": "MaxResults",
590
+ "output_token": "NextToken",
591
+ "result_key": "VerifiedAccessEndpoints"
592
+ },
593
+ "DescribeVerifiedAccessGroups": {
594
+ "input_token": "NextToken",
595
+ "limit_key": "MaxResults",
596
+ "output_token": "NextToken",
597
+ "result_key": "VerifiedAccessGroups"
598
+ },
599
+ "DescribeVerifiedAccessInstanceLoggingConfigurations": {
600
+ "input_token": "NextToken",
601
+ "limit_key": "MaxResults",
602
+ "output_token": "NextToken",
603
+ "result_key": "LoggingConfigurations"
604
+ },
605
+ "DescribeVerifiedAccessInstances": {
606
+ "input_token": "NextToken",
607
+ "limit_key": "MaxResults",
608
+ "output_token": "NextToken",
609
+ "result_key": "VerifiedAccessInstances"
610
+ },
611
+ "DescribeVerifiedAccessTrustProviders": {
612
+ "input_token": "NextToken",
613
+ "limit_key": "MaxResults",
614
+ "output_token": "NextToken",
615
+ "result_key": "VerifiedAccessTrustProviders"
616
+ },
581
617
  "DescribeVolumeStatus": {
582
618
  "input_token": "NextToken",
583
619
  "limit_key": "MaxResults",
@@ -656,6 +692,12 @@
656
692
  "output_token": "NextToken",
657
693
  "result_key": "Ipv6CidrAssociations"
658
694
  },
695
+ "GetAwsNetworkPerformanceData": {
696
+ "input_token": "NextToken",
697
+ "limit_key": "MaxResults",
698
+ "output_token": "NextToken",
699
+ "result_key": "DataResponses"
700
+ },
659
701
  "GetGroupsForCapacityReservation": {
660
702
  "input_token": "NextToken",
661
703
  "limit_key": "MaxResults",
@@ -152,7 +152,7 @@
152
152
  "version": {},
153
153
  "roleArn": {},
154
154
  "resourcesVpcConfig": {
155
- "shape": "S13"
155
+ "shape": "S14"
156
156
  },
157
157
  "kubernetesNetworkConfig": {
158
158
  "type": "structure",
@@ -162,7 +162,7 @@
162
162
  }
163
163
  },
164
164
  "logging": {
165
- "shape": "S17"
165
+ "shape": "S18"
166
166
  },
167
167
  "clientRequestToken": {
168
168
  "idempotencyToken": true
@@ -198,7 +198,7 @@
198
198
  "type": "structure",
199
199
  "members": {
200
200
  "cluster": {
201
- "shape": "S1f"
201
+ "shape": "S1g"
202
202
  }
203
203
  }
204
204
  }
@@ -225,7 +225,7 @@
225
225
  "shape": "S5"
226
226
  },
227
227
  "selectors": {
228
- "shape": "S1v"
228
+ "shape": "S1w"
229
229
  },
230
230
  "clientRequestToken": {
231
231
  "idempotencyToken": true
@@ -239,7 +239,7 @@
239
239
  "type": "structure",
240
240
  "members": {
241
241
  "fargateProfile": {
242
- "shape": "S1z"
242
+ "shape": "S20"
243
243
  }
244
244
  }
245
245
  }
@@ -263,7 +263,7 @@
263
263
  },
264
264
  "nodegroupName": {},
265
265
  "scalingConfig": {
266
- "shape": "S22"
266
+ "shape": "S23"
267
267
  },
268
268
  "diskSize": {
269
269
  "type": "integer"
@@ -276,14 +276,14 @@
276
276
  },
277
277
  "amiType": {},
278
278
  "remoteAccess": {
279
- "shape": "S27"
279
+ "shape": "S28"
280
280
  },
281
281
  "nodeRole": {},
282
282
  "labels": {
283
- "shape": "S28"
283
+ "shape": "S29"
284
284
  },
285
285
  "taints": {
286
- "shape": "S2b"
286
+ "shape": "S2c"
287
287
  },
288
288
  "tags": {
289
289
  "shape": "Sn"
@@ -292,10 +292,10 @@
292
292
  "idempotencyToken": true
293
293
  },
294
294
  "launchTemplate": {
295
- "shape": "S2g"
295
+ "shape": "S2h"
296
296
  },
297
297
  "updateConfig": {
298
- "shape": "S2h"
298
+ "shape": "S2i"
299
299
  },
300
300
  "capacityType": {},
301
301
  "version": {},
@@ -306,7 +306,7 @@
306
306
  "type": "structure",
307
307
  "members": {
308
308
  "nodegroup": {
309
- "shape": "S2m"
309
+ "shape": "S2n"
310
310
  }
311
311
  }
312
312
  }
@@ -368,7 +368,7 @@
368
368
  "type": "structure",
369
369
  "members": {
370
370
  "cluster": {
371
- "shape": "S1f"
371
+ "shape": "S1g"
372
372
  }
373
373
  }
374
374
  }
@@ -399,7 +399,7 @@
399
399
  "type": "structure",
400
400
  "members": {
401
401
  "fargateProfile": {
402
- "shape": "S1z"
402
+ "shape": "S20"
403
403
  }
404
404
  }
405
405
  }
@@ -430,7 +430,7 @@
430
430
  "type": "structure",
431
431
  "members": {
432
432
  "nodegroup": {
433
- "shape": "S2m"
433
+ "shape": "S2n"
434
434
  }
435
435
  }
436
436
  }
@@ -456,7 +456,7 @@
456
456
  "type": "structure",
457
457
  "members": {
458
458
  "cluster": {
459
- "shape": "S1f"
459
+ "shape": "S1g"
460
460
  }
461
461
  }
462
462
  }
@@ -516,6 +516,21 @@
516
516
  "addonName": {
517
517
  "location": "querystring",
518
518
  "locationName": "addonName"
519
+ },
520
+ "types": {
521
+ "shape": "S5",
522
+ "location": "querystring",
523
+ "locationName": "types"
524
+ },
525
+ "publishers": {
526
+ "shape": "S5",
527
+ "location": "querystring",
528
+ "locationName": "publishers"
529
+ },
530
+ "owners": {
531
+ "shape": "S5",
532
+ "location": "querystring",
533
+ "locationName": "owners"
519
534
  }
520
535
  }
521
536
  },
@@ -552,9 +567,17 @@
552
567
  }
553
568
  }
554
569
  }
570
+ },
571
+ "requiresConfiguration": {
572
+ "type": "boolean"
555
573
  }
556
574
  }
557
575
  }
576
+ },
577
+ "publisher": {},
578
+ "owner": {},
579
+ "marketplaceInformation": {
580
+ "shape": "S12"
558
581
  }
559
582
  }
560
583
  }
@@ -584,7 +607,7 @@
584
607
  "type": "structure",
585
608
  "members": {
586
609
  "cluster": {
587
- "shape": "S1f"
610
+ "shape": "S1g"
588
611
  }
589
612
  }
590
613
  }
@@ -615,7 +638,7 @@
615
638
  "type": "structure",
616
639
  "members": {
617
640
  "fargateProfile": {
618
- "shape": "S1z"
641
+ "shape": "S20"
619
642
  }
620
643
  }
621
644
  }
@@ -636,7 +659,7 @@
636
659
  "locationName": "name"
637
660
  },
638
661
  "identityProviderConfig": {
639
- "shape": "S3l"
662
+ "shape": "S3m"
640
663
  }
641
664
  }
642
665
  },
@@ -698,7 +721,7 @@
698
721
  "type": "structure",
699
722
  "members": {
700
723
  "nodegroup": {
701
- "shape": "S2m"
724
+ "shape": "S2n"
702
725
  }
703
726
  }
704
727
  }
@@ -758,7 +781,7 @@
758
781
  "locationName": "name"
759
782
  },
760
783
  "identityProviderConfig": {
761
- "shape": "S3l"
784
+ "shape": "S3m"
762
785
  },
763
786
  "clientRequestToken": {
764
787
  "idempotencyToken": true
@@ -913,7 +936,7 @@
913
936
  "identityProviderConfigs": {
914
937
  "type": "list",
915
938
  "member": {
916
- "shape": "S3l"
939
+ "shape": "S3m"
917
940
  }
918
941
  },
919
942
  "nextToken": {}
@@ -1061,7 +1084,7 @@
1061
1084
  "type": "structure",
1062
1085
  "members": {
1063
1086
  "cluster": {
1064
- "shape": "S1f"
1087
+ "shape": "S1g"
1065
1088
  }
1066
1089
  }
1067
1090
  }
@@ -1171,10 +1194,10 @@
1171
1194
  "locationName": "name"
1172
1195
  },
1173
1196
  "resourcesVpcConfig": {
1174
- "shape": "S13"
1197
+ "shape": "S14"
1175
1198
  },
1176
1199
  "logging": {
1177
- "shape": "S17"
1200
+ "shape": "S18"
1178
1201
  },
1179
1202
  "clientRequestToken": {
1180
1203
  "idempotencyToken": true
@@ -1243,7 +1266,7 @@
1243
1266
  "type": "structure",
1244
1267
  "members": {
1245
1268
  "addOrUpdateLabels": {
1246
- "shape": "S28"
1269
+ "shape": "S29"
1247
1270
  },
1248
1271
  "removeLabels": {
1249
1272
  "type": "list",
@@ -1255,18 +1278,18 @@
1255
1278
  "type": "structure",
1256
1279
  "members": {
1257
1280
  "addOrUpdateTaints": {
1258
- "shape": "S2b"
1281
+ "shape": "S2c"
1259
1282
  },
1260
1283
  "removeTaints": {
1261
- "shape": "S2b"
1284
+ "shape": "S2c"
1262
1285
  }
1263
1286
  }
1264
1287
  },
1265
1288
  "scalingConfig": {
1266
- "shape": "S22"
1289
+ "shape": "S23"
1267
1290
  },
1268
1291
  "updateConfig": {
1269
- "shape": "S2h"
1292
+ "shape": "S2i"
1270
1293
  },
1271
1294
  "clientRequestToken": {
1272
1295
  "idempotencyToken": true
@@ -1304,7 +1327,7 @@
1304
1327
  "version": {},
1305
1328
  "releaseVersion": {},
1306
1329
  "launchTemplate": {
1307
- "shape": "S2g"
1330
+ "shape": "S2h"
1308
1331
  },
1309
1332
  "force": {
1310
1333
  "type": "boolean"
@@ -1425,10 +1448,22 @@
1425
1448
  "serviceAccountRoleArn": {},
1426
1449
  "tags": {
1427
1450
  "shape": "Sn"
1451
+ },
1452
+ "publisher": {},
1453
+ "owner": {},
1454
+ "marketplaceInformation": {
1455
+ "shape": "S12"
1428
1456
  }
1429
1457
  }
1430
1458
  },
1431
- "S13": {
1459
+ "S12": {
1460
+ "type": "structure",
1461
+ "members": {
1462
+ "productId": {},
1463
+ "productUrl": {}
1464
+ }
1465
+ },
1466
+ "S14": {
1432
1467
  "type": "structure",
1433
1468
  "members": {
1434
1469
  "subnetIds": {
@@ -1448,7 +1483,7 @@
1448
1483
  }
1449
1484
  }
1450
1485
  },
1451
- "S17": {
1486
+ "S18": {
1452
1487
  "type": "structure",
1453
1488
  "members": {
1454
1489
  "clusterLogging": {
@@ -1468,7 +1503,7 @@
1468
1503
  }
1469
1504
  }
1470
1505
  },
1471
- "S1f": {
1506
+ "S1g": {
1472
1507
  "type": "structure",
1473
1508
  "members": {
1474
1509
  "name": {},
@@ -1510,7 +1545,7 @@
1510
1545
  }
1511
1546
  },
1512
1547
  "logging": {
1513
- "shape": "S17"
1548
+ "shape": "S18"
1514
1549
  },
1515
1550
  "identity": {
1516
1551
  "type": "structure",
@@ -1590,7 +1625,7 @@
1590
1625
  }
1591
1626
  }
1592
1627
  },
1593
- "S1v": {
1628
+ "S1w": {
1594
1629
  "type": "list",
1595
1630
  "member": {
1596
1631
  "type": "structure",
@@ -1604,7 +1639,7 @@
1604
1639
  }
1605
1640
  }
1606
1641
  },
1607
- "S1z": {
1642
+ "S20": {
1608
1643
  "type": "structure",
1609
1644
  "members": {
1610
1645
  "fargateProfileName": {},
@@ -1618,7 +1653,7 @@
1618
1653
  "shape": "S5"
1619
1654
  },
1620
1655
  "selectors": {
1621
- "shape": "S1v"
1656
+ "shape": "S1w"
1622
1657
  },
1623
1658
  "status": {},
1624
1659
  "tags": {
@@ -1626,7 +1661,7 @@
1626
1661
  }
1627
1662
  }
1628
1663
  },
1629
- "S22": {
1664
+ "S23": {
1630
1665
  "type": "structure",
1631
1666
  "members": {
1632
1667
  "minSize": {
@@ -1640,7 +1675,7 @@
1640
1675
  }
1641
1676
  }
1642
1677
  },
1643
- "S27": {
1678
+ "S28": {
1644
1679
  "type": "structure",
1645
1680
  "members": {
1646
1681
  "ec2SshKey": {},
@@ -1649,12 +1684,12 @@
1649
1684
  }
1650
1685
  }
1651
1686
  },
1652
- "S28": {
1687
+ "S29": {
1653
1688
  "type": "map",
1654
1689
  "key": {},
1655
1690
  "value": {}
1656
1691
  },
1657
- "S2b": {
1692
+ "S2c": {
1658
1693
  "type": "list",
1659
1694
  "member": {
1660
1695
  "type": "structure",
@@ -1665,7 +1700,7 @@
1665
1700
  }
1666
1701
  }
1667
1702
  },
1668
- "S2g": {
1703
+ "S2h": {
1669
1704
  "type": "structure",
1670
1705
  "members": {
1671
1706
  "name": {},
@@ -1673,7 +1708,7 @@
1673
1708
  "id": {}
1674
1709
  }
1675
1710
  },
1676
- "S2h": {
1711
+ "S2i": {
1677
1712
  "type": "structure",
1678
1713
  "members": {
1679
1714
  "maxUnavailable": {
@@ -1684,7 +1719,7 @@
1684
1719
  }
1685
1720
  }
1686
1721
  },
1687
- "S2m": {
1722
+ "S2n": {
1688
1723
  "type": "structure",
1689
1724
  "members": {
1690
1725
  "nodegroupName": {},
@@ -1701,7 +1736,7 @@
1701
1736
  "status": {},
1702
1737
  "capacityType": {},
1703
1738
  "scalingConfig": {
1704
- "shape": "S22"
1739
+ "shape": "S23"
1705
1740
  },
1706
1741
  "instanceTypes": {
1707
1742
  "shape": "S5"
@@ -1710,15 +1745,15 @@
1710
1745
  "shape": "S5"
1711
1746
  },
1712
1747
  "remoteAccess": {
1713
- "shape": "S27"
1748
+ "shape": "S28"
1714
1749
  },
1715
1750
  "amiType": {},
1716
1751
  "nodeRole": {},
1717
1752
  "labels": {
1718
- "shape": "S28"
1753
+ "shape": "S29"
1719
1754
  },
1720
1755
  "taints": {
1721
- "shape": "S2b"
1756
+ "shape": "S2c"
1722
1757
  },
1723
1758
  "resources": {
1724
1759
  "type": "structure",
@@ -1757,17 +1792,17 @@
1757
1792
  }
1758
1793
  },
1759
1794
  "updateConfig": {
1760
- "shape": "S2h"
1795
+ "shape": "S2i"
1761
1796
  },
1762
1797
  "launchTemplate": {
1763
- "shape": "S2g"
1798
+ "shape": "S2h"
1764
1799
  },
1765
1800
  "tags": {
1766
1801
  "shape": "Sn"
1767
1802
  }
1768
1803
  }
1769
1804
  },
1770
- "S3l": {
1805
+ "S3m": {
1771
1806
  "type": "structure",
1772
1807
  "required": [
1773
1808
  "type",