cdk-docker-image-deployment 0.0.87 → 0.0.88

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 (60) 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 +23 -1
  6. package/node_modules/aws-sdk/README.md +29 -1
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +441 -110
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +124 -45
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +331 -215
  11. package/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +252 -214
  13. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +26 -0
  14. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +686 -105
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +43 -8
  16. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +97 -16
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +931 -118
  19. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +23 -14
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +4 -1
  22. package/node_modules/aws-sdk/apis/oam-2022-06-10.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +482 -0
  24. package/node_modules/aws-sdk/apis/oam-2022-06-10.paginators.json +22 -0
  25. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +62 -16
  26. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +379 -236
  27. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +310 -62
  29. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +98 -95
  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/backup.d.ts +405 -15
  33. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +30 -16
  34. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +196 -65
  35. package/node_modules/aws-sdk/clients/drs.d.ts +104 -5
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +159 -17
  37. package/node_modules/aws-sdk/clients/efs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/iot.d.ts +76 -4
  39. package/node_modules/aws-sdk/clients/iotdata.d.ts +31 -1
  40. package/node_modules/aws-sdk/clients/iotwireless.d.ts +599 -14
  41. package/node_modules/aws-sdk/clients/kendra.d.ts +84 -39
  42. package/node_modules/aws-sdk/clients/mgn.d.ts +1046 -68
  43. package/node_modules/aws-sdk/clients/oam.d.ts +559 -0
  44. package/node_modules/aws-sdk/clients/oam.js +18 -0
  45. package/node_modules/aws-sdk/clients/organizations.d.ts +69 -8
  46. package/node_modules/aws-sdk/clients/rds.d.ts +199 -2
  47. package/node_modules/aws-sdk/clients/textract.d.ts +264 -0
  48. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +210 -191
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +29 -10
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +91 -33
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +1167 -707
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  53. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/event_listeners.js +22 -5
  56. package/node_modules/aws-sdk/lib/region_config.js +3 -1
  57. package/node_modules/aws-sdk/lib/region_config_data.json +11 -1
  58. package/node_modules/aws-sdk/lib/signers/bearer.js +1 -1
  59. package/node_modules/aws-sdk/package.json +1 -1
  60. package/package.json +6 -5
@@ -245,6 +245,7 @@
245
245
  }
246
246
  }
247
247
  },
248
+ "DeleteResourcePolicy": {},
248
249
  "DeregisterDelegatedAdministrator": {
249
250
  "input": {
250
251
  "type": "structure",
@@ -391,6 +392,16 @@
391
392
  }
392
393
  }
393
394
  },
395
+ "DescribeResourcePolicy": {
396
+ "output": {
397
+ "type": "structure",
398
+ "members": {
399
+ "ResourcePolicy": {
400
+ "shape": "S2l"
401
+ }
402
+ }
403
+ }
404
+ },
394
405
  "DetachPolicy": {
395
406
  "input": {
396
407
  "type": "structure",
@@ -431,7 +442,7 @@
431
442
  "type": "structure",
432
443
  "members": {
433
444
  "Root": {
434
- "shape": "S2p"
445
+ "shape": "S2v"
435
446
  }
436
447
  }
437
448
  }
@@ -477,7 +488,7 @@
477
488
  "type": "structure",
478
489
  "members": {
479
490
  "Root": {
480
- "shape": "S2p"
491
+ "shape": "S2v"
481
492
  }
482
493
  }
483
494
  }
@@ -554,7 +565,7 @@
554
565
  "type": "structure",
555
566
  "members": {
556
567
  "Accounts": {
557
- "shape": "S38"
568
+ "shape": "S3e"
558
569
  },
559
570
  "NextToken": {}
560
571
  }
@@ -578,7 +589,7 @@
578
589
  "type": "structure",
579
590
  "members": {
580
591
  "Accounts": {
581
- "shape": "S38"
592
+ "shape": "S3e"
582
593
  },
583
594
  "NextToken": {}
584
595
  }
@@ -724,7 +735,7 @@
724
735
  "type": "structure",
725
736
  "members": {
726
737
  "Filter": {
727
- "shape": "S3u"
738
+ "shape": "S40"
728
739
  },
729
740
  "NextToken": {},
730
741
  "MaxResults": {
@@ -736,7 +747,7 @@
736
747
  "type": "structure",
737
748
  "members": {
738
749
  "Handshakes": {
739
- "shape": "S3w"
750
+ "shape": "S42"
740
751
  },
741
752
  "NextToken": {}
742
753
  }
@@ -747,7 +758,7 @@
747
758
  "type": "structure",
748
759
  "members": {
749
760
  "Filter": {
750
- "shape": "S3u"
761
+ "shape": "S40"
751
762
  },
752
763
  "NextToken": {},
753
764
  "MaxResults": {
@@ -759,7 +770,7 @@
759
770
  "type": "structure",
760
771
  "members": {
761
772
  "Handshakes": {
762
- "shape": "S3w"
773
+ "shape": "S42"
763
774
  },
764
775
  "NextToken": {}
765
776
  }
@@ -841,7 +852,7 @@
841
852
  "type": "structure",
842
853
  "members": {
843
854
  "Policies": {
844
- "shape": "S49"
855
+ "shape": "S4f"
845
856
  },
846
857
  "NextToken": {}
847
858
  }
@@ -867,7 +878,7 @@
867
878
  "type": "structure",
868
879
  "members": {
869
880
  "Policies": {
870
- "shape": "S49"
881
+ "shape": "S4f"
871
882
  },
872
883
  "NextToken": {}
873
884
  }
@@ -889,7 +900,7 @@
889
900
  "Roots": {
890
901
  "type": "list",
891
902
  "member": {
892
- "shape": "S2p"
903
+ "shape": "S2v"
893
904
  }
894
905
  },
895
906
  "NextToken": {}
@@ -965,6 +976,28 @@
965
976
  }
966
977
  }
967
978
  },
979
+ "PutResourcePolicy": {
980
+ "input": {
981
+ "type": "structure",
982
+ "required": [
983
+ "Content"
984
+ ],
985
+ "members": {
986
+ "Content": {},
987
+ "Tags": {
988
+ "shape": "St"
989
+ }
990
+ }
991
+ },
992
+ "output": {
993
+ "type": "structure",
994
+ "members": {
995
+ "ResourcePolicy": {
996
+ "shape": "S2l"
997
+ }
998
+ }
999
+ }
1000
+ },
968
1001
  "RegisterDelegatedAdministrator": {
969
1002
  "input": {
970
1003
  "type": "structure",
@@ -1237,7 +1270,20 @@
1237
1270
  "type": "string",
1238
1271
  "sensitive": true
1239
1272
  },
1240
- "S2p": {
1273
+ "S2l": {
1274
+ "type": "structure",
1275
+ "members": {
1276
+ "ResourcePolicySummary": {
1277
+ "type": "structure",
1278
+ "members": {
1279
+ "Id": {},
1280
+ "Arn": {}
1281
+ }
1282
+ },
1283
+ "Content": {}
1284
+ }
1285
+ },
1286
+ "S2v": {
1241
1287
  "type": "structure",
1242
1288
  "members": {
1243
1289
  "Id": {},
@@ -1248,26 +1294,26 @@
1248
1294
  }
1249
1295
  }
1250
1296
  },
1251
- "S38": {
1297
+ "S3e": {
1252
1298
  "type": "list",
1253
1299
  "member": {
1254
1300
  "shape": "S23"
1255
1301
  }
1256
1302
  },
1257
- "S3u": {
1303
+ "S40": {
1258
1304
  "type": "structure",
1259
1305
  "members": {
1260
1306
  "ActionType": {},
1261
1307
  "ParentHandshakeId": {}
1262
1308
  }
1263
1309
  },
1264
- "S3w": {
1310
+ "S42": {
1265
1311
  "type": "list",
1266
1312
  "member": {
1267
1313
  "shape": "S4"
1268
1314
  }
1269
1315
  },
1270
- "S49": {
1316
+ "S4f": {
1271
1317
  "type": "list",
1272
1318
  "member": {
1273
1319
  "shape": "S1s"