cdk-docker-image-deployment 0.0.64 → 0.0.66

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 (36) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
  8. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
  9. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +996 -957
  11. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
  12. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
  13. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
  16. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
  17. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
  18. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
  19. package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
  21. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -8
  23. package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
  24. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
  25. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
  26. package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
  29. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +1465 -1305
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +4 -4
@@ -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",