cdk-docker-image-deployment 0.0.65 → 0.0.67

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 (58) 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 +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  10. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  11. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -985
  14. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  15. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  16. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  17. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  22. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  25. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  26. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  27. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  29. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  33. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  34. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  35. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  36. package/node_modules/aws-sdk/clients/ec2.d.ts +68 -8
  37. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  38. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  39. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  40. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  41. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  42. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  43. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  44. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  45. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  46. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  47. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  48. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  49. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -22
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +1507 -1334
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  55. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  56. package/node_modules/aws-sdk/lib/core.js +1 -1
  57. package/node_modules/aws-sdk/package.json +1 -1
  58. package/package.json +4 -4
@@ -641,6 +641,74 @@
641
641
  }
642
642
  }
643
643
  },
644
+ "ListCustomLineItemVersions": {
645
+ "http": {
646
+ "requestUri": "/list-custom-line-item-versions",
647
+ "responseCode": 200
648
+ },
649
+ "input": {
650
+ "type": "structure",
651
+ "required": [
652
+ "Arn"
653
+ ],
654
+ "members": {
655
+ "Arn": {},
656
+ "MaxResults": {
657
+ "type": "integer"
658
+ },
659
+ "NextToken": {},
660
+ "Filters": {
661
+ "type": "structure",
662
+ "members": {
663
+ "BillingPeriodRange": {
664
+ "type": "structure",
665
+ "members": {
666
+ "StartBillingPeriod": {},
667
+ "EndBillingPeriod": {}
668
+ }
669
+ }
670
+ }
671
+ }
672
+ }
673
+ },
674
+ "output": {
675
+ "type": "structure",
676
+ "members": {
677
+ "CustomLineItemVersions": {
678
+ "type": "list",
679
+ "member": {
680
+ "type": "structure",
681
+ "members": {
682
+ "Name": {
683
+ "shape": "S14"
684
+ },
685
+ "ChargeDetails": {
686
+ "shape": "S34"
687
+ },
688
+ "CurrencyCode": {},
689
+ "Description": {
690
+ "shape": "S15"
691
+ },
692
+ "ProductCode": {},
693
+ "BillingGroupArn": {},
694
+ "CreationTime": {
695
+ "type": "long"
696
+ },
697
+ "LastModifiedTime": {
698
+ "type": "long"
699
+ },
700
+ "AssociationSize": {
701
+ "type": "long"
702
+ },
703
+ "StartBillingPeriod": {},
704
+ "EndBillingPeriod": {}
705
+ }
706
+ }
707
+ },
708
+ "NextToken": {}
709
+ }
710
+ }
711
+ },
644
712
  "ListCustomLineItems": {
645
713
  "http": {
646
714
  "requestUri": "/list-custom-line-items",
@@ -724,7 +792,7 @@
724
792
  "type": "structure",
725
793
  "members": {
726
794
  "Arns": {
727
- "shape": "S3c"
795
+ "shape": "S3j"
728
796
  }
729
797
  }
730
798
  },
@@ -791,7 +859,7 @@
791
859
  "BillingPeriod": {},
792
860
  "PricingRuleArn": {},
793
861
  "PricingPlanArns": {
794
- "shape": "S3c"
862
+ "shape": "S3j"
795
863
  },
796
864
  "NextToken": {}
797
865
  }
@@ -810,7 +878,7 @@
810
878
  "type": "structure",
811
879
  "members": {
812
880
  "Arns": {
813
- "shape": "S3n"
881
+ "shape": "S3u"
814
882
  }
815
883
  }
816
884
  },
@@ -883,7 +951,7 @@
883
951
  "BillingPeriod": {},
884
952
  "PricingPlanArn": {},
885
953
  "PricingRuleArns": {
886
- "shape": "S3n"
954
+ "shape": "S3u"
887
955
  },
888
956
  "NextToken": {}
889
957
  }
@@ -924,7 +992,8 @@
924
992
  "type": "structure",
925
993
  "members": {
926
994
  "Arn": {},
927
- "Relationship": {}
995
+ "Relationship": {},
996
+ "EndBillingPeriod": {}
928
997
  }
929
998
  }
930
999
  },
@@ -1076,7 +1145,7 @@
1076
1145
  "members": {
1077
1146
  "Arn": {},
1078
1147
  "Name": {
1079
- "shape": "Su"
1148
+ "shape": "S14"
1080
1149
  },
1081
1150
  "Description": {
1082
1151
  "shape": "S15"
@@ -1242,8 +1311,7 @@
1242
1311
  "Sf": {
1243
1312
  "type": "structure",
1244
1313
  "required": [
1245
- "InclusiveStartBillingPeriod",
1246
- "ExclusiveEndBillingPeriod"
1314
+ "InclusiveStartBillingPeriod"
1247
1315
  ],
1248
1316
  "members": {
1249
1317
  "InclusiveStartBillingPeriod": {},
@@ -1362,11 +1430,11 @@
1362
1430
  "Type": {}
1363
1431
  }
1364
1432
  },
1365
- "S3c": {
1433
+ "S3j": {
1366
1434
  "type": "list",
1367
1435
  "member": {}
1368
1436
  },
1369
- "S3n": {
1437
+ "S3u": {
1370
1438
  "type": "list",
1371
1439
  "member": {}
1372
1440
  }
@@ -23,6 +23,12 @@
23
23
  "output_token": "NextToken",
24
24
  "result_key": "CustomLineItems"
25
25
  },
26
+ "ListCustomLineItemVersions": {
27
+ "input_token": "NextToken",
28
+ "limit_key": "MaxResults",
29
+ "output_token": "NextToken",
30
+ "result_key": "CustomLineItemVersions"
31
+ },
26
32
  "ListPricingPlans": {
27
33
  "input_token": "NextToken",
28
34
  "limit_key": "MaxResults",
@@ -37,11 +37,13 @@
37
37
  "input": {
38
38
  "type": "structure",
39
39
  "required": [
40
- "EventDataStore",
41
40
  "QueryId"
42
41
  ],
43
42
  "members": {
44
- "EventDataStore": {},
43
+ "EventDataStore": {
44
+ "deprecated": true,
45
+ "deprecatedMessage": "EventDataStore is no longer required by CancelQueryRequest"
46
+ },
45
47
  "QueryId": {}
46
48
  }
47
49
  },
@@ -83,7 +85,8 @@
83
85
  },
84
86
  "TagsList": {
85
87
  "shape": "S3"
86
- }
88
+ },
89
+ "KmsKeyId": {}
87
90
  }
88
91
  },
89
92
  "output": {
@@ -115,7 +118,8 @@
115
118
  },
116
119
  "UpdatedTimestamp": {
117
120
  "type": "timestamp"
118
- }
121
+ },
122
+ "KmsKeyId": {}
119
123
  }
120
124
  }
121
125
  },
@@ -212,15 +216,33 @@
212
216
  },
213
217
  "idempotent": true
214
218
  },
219
+ "DeregisterOrganizationDelegatedAdmin": {
220
+ "input": {
221
+ "type": "structure",
222
+ "required": [
223
+ "DelegatedAdminAccountId"
224
+ ],
225
+ "members": {
226
+ "DelegatedAdminAccountId": {}
227
+ }
228
+ },
229
+ "output": {
230
+ "type": "structure",
231
+ "members": {}
232
+ },
233
+ "idempotent": true
234
+ },
215
235
  "DescribeQuery": {
216
236
  "input": {
217
237
  "type": "structure",
218
238
  "required": [
219
- "EventDataStore",
220
239
  "QueryId"
221
240
  ],
222
241
  "members": {
223
- "EventDataStore": {},
242
+ "EventDataStore": {
243
+ "deprecated": true,
244
+ "deprecatedMessage": "EventDataStore is no longer required by DescribeQueryRequest"
245
+ },
224
246
  "QueryId": {}
225
247
  }
226
248
  },
@@ -276,7 +298,7 @@
276
298
  "trailList": {
277
299
  "type": "list",
278
300
  "member": {
279
- "shape": "S1c"
301
+ "shape": "S1g"
280
302
  }
281
303
  }
282
304
  }
@@ -364,7 +386,8 @@
364
386
  },
365
387
  "UpdatedTimestamp": {
366
388
  "type": "timestamp"
367
- }
389
+ },
390
+ "KmsKeyId": {}
368
391
  }
369
392
  },
370
393
  "idempotent": true
@@ -384,7 +407,7 @@
384
407
  "members": {
385
408
  "TrailARN": {},
386
409
  "EventSelectors": {
387
- "shape": "S1r"
410
+ "shape": "S1v"
388
411
  },
389
412
  "AdvancedEventSelectors": {
390
413
  "shape": "Sf"
@@ -408,10 +431,10 @@
408
431
  "members": {
409
432
  "ImportId": {},
410
433
  "Destinations": {
411
- "shape": "S20"
434
+ "shape": "S24"
412
435
  },
413
436
  "ImportSource": {
414
- "shape": "S21"
437
+ "shape": "S25"
415
438
  },
416
439
  "StartEventTime": {
417
440
  "type": "timestamp"
@@ -427,7 +450,7 @@
427
450
  "type": "timestamp"
428
451
  },
429
452
  "ImportStatistics": {
430
- "shape": "S24"
453
+ "shape": "S28"
431
454
  }
432
455
  }
433
456
  }
@@ -447,7 +470,7 @@
447
470
  "members": {
448
471
  "TrailARN": {},
449
472
  "InsightSelectors": {
450
- "shape": "S27"
473
+ "shape": "S2b"
451
474
  }
452
475
  }
453
476
  },
@@ -457,11 +480,13 @@
457
480
  "input": {
458
481
  "type": "structure",
459
482
  "required": [
460
- "EventDataStore",
461
483
  "QueryId"
462
484
  ],
463
485
  "members": {
464
- "EventDataStore": {},
486
+ "EventDataStore": {
487
+ "deprecated": true,
488
+ "deprecatedMessage": "EventDataStore is no longer required by GetQueryResultsRequest"
489
+ },
465
490
  "QueryId": {},
466
491
  "NextToken": {},
467
492
  "MaxQueryResults": {
@@ -517,7 +542,7 @@
517
542
  "type": "structure",
518
543
  "members": {
519
544
  "Trail": {
520
- "shape": "S1c"
545
+ "shape": "S1g"
521
546
  }
522
547
  }
523
548
  },
@@ -726,7 +751,7 @@
726
751
  "ImportId": {},
727
752
  "ImportStatus": {},
728
753
  "Destinations": {
729
- "shape": "S20"
754
+ "shape": "S24"
730
755
  },
731
756
  "CreatedTimestamp": {
732
757
  "type": "timestamp"
@@ -959,7 +984,7 @@
959
984
  "members": {
960
985
  "TrailName": {},
961
986
  "EventSelectors": {
962
- "shape": "S1r"
987
+ "shape": "S1v"
963
988
  },
964
989
  "AdvancedEventSelectors": {
965
990
  "shape": "Sf"
@@ -971,7 +996,7 @@
971
996
  "members": {
972
997
  "TrailARN": {},
973
998
  "EventSelectors": {
974
- "shape": "S1r"
999
+ "shape": "S1v"
975
1000
  },
976
1001
  "AdvancedEventSelectors": {
977
1002
  "shape": "Sf"
@@ -990,7 +1015,7 @@
990
1015
  "members": {
991
1016
  "TrailName": {},
992
1017
  "InsightSelectors": {
993
- "shape": "S27"
1018
+ "shape": "S2b"
994
1019
  }
995
1020
  }
996
1021
  },
@@ -999,12 +1024,28 @@
999
1024
  "members": {
1000
1025
  "TrailARN": {},
1001
1026
  "InsightSelectors": {
1002
- "shape": "S27"
1027
+ "shape": "S2b"
1003
1028
  }
1004
1029
  }
1005
1030
  },
1006
1031
  "idempotent": true
1007
1032
  },
1033
+ "RegisterOrganizationDelegatedAdmin": {
1034
+ "input": {
1035
+ "type": "structure",
1036
+ "required": [
1037
+ "MemberAccountId"
1038
+ ],
1039
+ "members": {
1040
+ "MemberAccountId": {}
1041
+ }
1042
+ },
1043
+ "output": {
1044
+ "type": "structure",
1045
+ "members": {}
1046
+ },
1047
+ "idempotent": true
1048
+ },
1008
1049
  "RemoveTags": {
1009
1050
  "input": {
1010
1051
  "type": "structure",
@@ -1061,7 +1102,8 @@
1061
1102
  },
1062
1103
  "UpdatedTimestamp": {
1063
1104
  "type": "timestamp"
1064
- }
1105
+ },
1106
+ "KmsKeyId": {}
1065
1107
  }
1066
1108
  }
1067
1109
  },
@@ -1070,10 +1112,10 @@
1070
1112
  "type": "structure",
1071
1113
  "members": {
1072
1114
  "Destinations": {
1073
- "shape": "S20"
1115
+ "shape": "S24"
1074
1116
  },
1075
1117
  "ImportSource": {
1076
- "shape": "S21"
1118
+ "shape": "S25"
1077
1119
  },
1078
1120
  "StartEventTime": {
1079
1121
  "type": "timestamp"
@@ -1089,10 +1131,10 @@
1089
1131
  "members": {
1090
1132
  "ImportId": {},
1091
1133
  "Destinations": {
1092
- "shape": "S20"
1134
+ "shape": "S24"
1093
1135
  },
1094
1136
  "ImportSource": {
1095
- "shape": "S21"
1137
+ "shape": "S25"
1096
1138
  },
1097
1139
  "StartEventTime": {
1098
1140
  "type": "timestamp"
@@ -1160,10 +1202,10 @@
1160
1202
  "members": {
1161
1203
  "ImportId": {},
1162
1204
  "ImportSource": {
1163
- "shape": "S21"
1205
+ "shape": "S25"
1164
1206
  },
1165
1207
  "Destinations": {
1166
- "shape": "S20"
1208
+ "shape": "S24"
1167
1209
  },
1168
1210
  "ImportStatus": {},
1169
1211
  "CreatedTimestamp": {
@@ -1179,7 +1221,7 @@
1179
1221
  "type": "timestamp"
1180
1222
  },
1181
1223
  "ImportStatistics": {
1182
- "shape": "S24"
1224
+ "shape": "S28"
1183
1225
  }
1184
1226
  }
1185
1227
  }
@@ -1223,7 +1265,8 @@
1223
1265
  },
1224
1266
  "TerminationProtectionEnabled": {
1225
1267
  "type": "boolean"
1226
- }
1268
+ },
1269
+ "KmsKeyId": {}
1227
1270
  }
1228
1271
  },
1229
1272
  "output": {
@@ -1252,7 +1295,8 @@
1252
1295
  },
1253
1296
  "UpdatedTimestamp": {
1254
1297
  "type": "timestamp"
1255
- }
1298
+ },
1299
+ "KmsKeyId": {}
1256
1300
  }
1257
1301
  },
1258
1302
  "idempotent": true
@@ -1376,7 +1420,7 @@
1376
1420
  "type": "list",
1377
1421
  "member": {}
1378
1422
  },
1379
- "S1c": {
1423
+ "S1g": {
1380
1424
  "type": "structure",
1381
1425
  "members": {
1382
1426
  "Name": {},
@@ -1411,7 +1455,7 @@
1411
1455
  }
1412
1456
  }
1413
1457
  },
1414
- "S1r": {
1458
+ "S1v": {
1415
1459
  "type": "list",
1416
1460
  "member": {
1417
1461
  "type": "structure",
@@ -1440,11 +1484,11 @@
1440
1484
  }
1441
1485
  }
1442
1486
  },
1443
- "S20": {
1487
+ "S24": {
1444
1488
  "type": "list",
1445
1489
  "member": {}
1446
1490
  },
1447
- "S21": {
1491
+ "S25": {
1448
1492
  "type": "structure",
1449
1493
  "required": [
1450
1494
  "S3"
@@ -1465,7 +1509,7 @@
1465
1509
  }
1466
1510
  }
1467
1511
  },
1468
- "S24": {
1512
+ "S28": {
1469
1513
  "type": "structure",
1470
1514
  "members": {
1471
1515
  "PrefixesFound": {
@@ -1485,7 +1529,7 @@
1485
1529
  }
1486
1530
  }
1487
1531
  },
1488
- "S27": {
1532
+ "S2b": {
1489
1533
  "type": "list",
1490
1534
  "member": {
1491
1535
  "type": "structure",