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
@@ -1773,6 +1773,7 @@
1773
1773
  "members": {
1774
1774
  "Id": {},
1775
1775
  "Type": {},
1776
+ "Format": {},
1776
1777
  "AdditionalAttributes": {
1777
1778
  "type": "list",
1778
1779
  "member": {
@@ -1789,7 +1790,7 @@
1789
1790
  "type": "structure",
1790
1791
  "members": {
1791
1792
  "TextWithHighlightsValue": {
1792
- "shape": "Sd9"
1793
+ "shape": "Sda"
1793
1794
  }
1794
1795
  }
1795
1796
  }
@@ -1798,10 +1799,10 @@
1798
1799
  },
1799
1800
  "DocumentId": {},
1800
1801
  "DocumentTitle": {
1801
- "shape": "Sd9"
1802
+ "shape": "Sda"
1802
1803
  },
1803
1804
  "DocumentExcerpt": {
1804
- "shape": "Sd9"
1805
+ "shape": "Sda"
1805
1806
  },
1806
1807
  "DocumentURI": {},
1807
1808
  "DocumentAttributes": {
@@ -1813,12 +1814,46 @@
1813
1814
  "ScoreConfidence": {}
1814
1815
  }
1815
1816
  },
1816
- "FeedbackToken": {}
1817
+ "FeedbackToken": {},
1818
+ "TableExcerpt": {
1819
+ "type": "structure",
1820
+ "members": {
1821
+ "Rows": {
1822
+ "type": "list",
1823
+ "member": {
1824
+ "type": "structure",
1825
+ "members": {
1826
+ "Cells": {
1827
+ "type": "list",
1828
+ "member": {
1829
+ "type": "structure",
1830
+ "members": {
1831
+ "Value": {},
1832
+ "TopAnswer": {
1833
+ "type": "boolean"
1834
+ },
1835
+ "Highlighted": {
1836
+ "type": "boolean"
1837
+ },
1838
+ "Header": {
1839
+ "type": "boolean"
1840
+ }
1841
+ }
1842
+ }
1843
+ }
1844
+ }
1845
+ }
1846
+ },
1847
+ "TotalNumberOfRows": {
1848
+ "type": "integer"
1849
+ }
1850
+ }
1851
+ }
1817
1852
  }
1818
1853
  }
1819
1854
  },
1820
1855
  "FacetResults": {
1821
- "shape": "Sdg"
1856
+ "shape": "Sdm"
1822
1857
  },
1823
1858
  "TotalNumberOfResults": {
1824
1859
  "type": "integer"
@@ -3580,7 +3615,7 @@
3580
3615
  }
3581
3616
  }
3582
3617
  },
3583
- "Sd9": {
3618
+ "Sda": {
3584
3619
  "type": "structure",
3585
3620
  "members": {
3586
3621
  "Text": {},
@@ -3608,7 +3643,7 @@
3608
3643
  }
3609
3644
  }
3610
3645
  },
3611
- "Sdg": {
3646
+ "Sdm": {
3612
3647
  "type": "list",
3613
3648
  "member": {
3614
3649
  "type": "structure",
@@ -3627,7 +3662,7 @@
3627
3662
  "type": "integer"
3628
3663
  },
3629
3664
  "FacetResults": {
3630
- "shape": "Sdg"
3665
+ "shape": "Sdm"
3631
3666
  }
3632
3667
  }
3633
3668
  }
@@ -94,6 +94,17 @@
94
94
  }
95
95
  }
96
96
  },
97
+ "DeleteDataProtectionPolicy": {
98
+ "input": {
99
+ "type": "structure",
100
+ "required": [
101
+ "logGroupIdentifier"
102
+ ],
103
+ "members": {
104
+ "logGroupIdentifier": {}
105
+ }
106
+ }
107
+ },
97
108
  "DeleteDestination": {
98
109
  "input": {
99
110
  "type": "structure",
@@ -210,7 +221,7 @@
210
221
  "destinations": {
211
222
  "type": "list",
212
223
  "member": {
213
- "shape": "S11"
224
+ "shape": "S13"
214
225
  }
215
226
  },
216
227
  "nextToken": {}
@@ -277,10 +288,18 @@
277
288
  "input": {
278
289
  "type": "structure",
279
290
  "members": {
291
+ "accountIdentifiers": {
292
+ "type": "list",
293
+ "member": {}
294
+ },
280
295
  "logGroupNamePrefix": {},
296
+ "logGroupNamePattern": {},
281
297
  "nextToken": {},
282
298
  "limit": {
283
299
  "type": "integer"
300
+ },
301
+ "includeLinkedAccounts": {
302
+ "type": "boolean"
284
303
  }
285
304
  }
286
305
  },
@@ -306,7 +325,8 @@
306
325
  "storedBytes": {
307
326
  "type": "long"
308
327
  },
309
- "kmsKeyId": {}
328
+ "kmsKeyId": {},
329
+ "dataProtectionStatus": {}
310
330
  }
311
331
  }
312
332
  },
@@ -322,6 +342,7 @@
322
342
  ],
323
343
  "members": {
324
344
  "logGroupName": {},
345
+ "logGroupIdentifier": {},
325
346
  "logStreamNamePrefix": {},
326
347
  "orderBy": {},
327
348
  "descending": {
@@ -393,7 +414,7 @@
393
414
  "filterName": {},
394
415
  "filterPattern": {},
395
416
  "metricTransformations": {
396
- "shape": "S1z"
417
+ "shape": "S26"
397
418
  },
398
419
  "creationTime": {
399
420
  "type": "long"
@@ -466,7 +487,7 @@
466
487
  "type": "long"
467
488
  },
468
489
  "logGroupNames": {
469
- "shape": "S2l"
490
+ "shape": "S2s"
470
491
  }
471
492
  }
472
493
  }
@@ -491,7 +512,7 @@
491
512
  "resourcePolicies": {
492
513
  "type": "list",
493
514
  "member": {
494
- "shape": "S2p"
515
+ "shape": "S2w"
495
516
  }
496
517
  },
497
518
  "nextToken": {}
@@ -556,6 +577,7 @@
556
577
  ],
557
578
  "members": {
558
579
  "logGroupName": {},
580
+ "logGroupIdentifier": {},
559
581
  "logStreamNames": {
560
582
  "type": "list",
561
583
  "member": {}
@@ -576,6 +598,9 @@
576
598
  "deprecated": true,
577
599
  "deprecatedMessage": "Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.",
578
600
  "type": "boolean"
601
+ },
602
+ "unmask": {
603
+ "type": "boolean"
579
604
  }
580
605
  }
581
606
  },
@@ -615,6 +640,27 @@
615
640
  }
616
641
  }
617
642
  },
643
+ "GetDataProtectionPolicy": {
644
+ "input": {
645
+ "type": "structure",
646
+ "required": [
647
+ "logGroupIdentifier"
648
+ ],
649
+ "members": {
650
+ "logGroupIdentifier": {}
651
+ }
652
+ },
653
+ "output": {
654
+ "type": "structure",
655
+ "members": {
656
+ "logGroupIdentifier": {},
657
+ "policyDocument": {},
658
+ "lastUpdatedTime": {
659
+ "type": "long"
660
+ }
661
+ }
662
+ }
663
+ },
618
664
  "GetLogEvents": {
619
665
  "input": {
620
666
  "type": "structure",
@@ -624,6 +670,7 @@
624
670
  ],
625
671
  "members": {
626
672
  "logGroupName": {},
673
+ "logGroupIdentifier": {},
627
674
  "logStreamName": {},
628
675
  "startTime": {
629
676
  "type": "long"
@@ -637,6 +684,9 @@
637
684
  },
638
685
  "startFromHead": {
639
686
  "type": "boolean"
687
+ },
688
+ "unmask": {
689
+ "type": "boolean"
640
690
  }
641
691
  }
642
692
  },
@@ -673,7 +723,8 @@
673
723
  "logGroupName": {},
674
724
  "time": {
675
725
  "type": "long"
676
- }
726
+ },
727
+ "logGroupIdentifier": {}
677
728
  }
678
729
  },
679
730
  "output": {
@@ -701,7 +752,10 @@
701
752
  "logRecordPointer"
702
753
  ],
703
754
  "members": {
704
- "logRecordPointer": {}
755
+ "logRecordPointer": {},
756
+ "unmask": {
757
+ "type": "boolean"
758
+ }
705
759
  }
706
760
  },
707
761
  "output": {
@@ -803,6 +857,29 @@
803
857
  "deprecated": true,
804
858
  "deprecatedMessage": "Please use the generic tagging API ListTagsForResource"
805
859
  },
860
+ "PutDataProtectionPolicy": {
861
+ "input": {
862
+ "type": "structure",
863
+ "required": [
864
+ "logGroupIdentifier",
865
+ "policyDocument"
866
+ ],
867
+ "members": {
868
+ "logGroupIdentifier": {},
869
+ "policyDocument": {}
870
+ }
871
+ },
872
+ "output": {
873
+ "type": "structure",
874
+ "members": {
875
+ "logGroupIdentifier": {},
876
+ "policyDocument": {},
877
+ "lastUpdatedTime": {
878
+ "type": "long"
879
+ }
880
+ }
881
+ }
882
+ },
806
883
  "PutDestination": {
807
884
  "input": {
808
885
  "type": "structure",
@@ -824,7 +901,7 @@
824
901
  "type": "structure",
825
902
  "members": {
826
903
  "destination": {
827
- "shape": "S11"
904
+ "shape": "S13"
828
905
  }
829
906
  }
830
907
  }
@@ -910,7 +987,7 @@
910
987
  "filterName": {},
911
988
  "filterPattern": {},
912
989
  "metricTransformations": {
913
- "shape": "S1z"
990
+ "shape": "S26"
914
991
  }
915
992
  }
916
993
  }
@@ -926,7 +1003,7 @@
926
1003
  "name": {},
927
1004
  "queryDefinitionId": {},
928
1005
  "logGroupNames": {
929
- "shape": "S2l"
1006
+ "shape": "S2s"
930
1007
  },
931
1008
  "queryString": {}
932
1009
  }
@@ -950,7 +1027,7 @@
950
1027
  "type": "structure",
951
1028
  "members": {
952
1029
  "resourcePolicy": {
953
- "shape": "S2p"
1030
+ "shape": "S2w"
954
1031
  }
955
1032
  }
956
1033
  }
@@ -1000,7 +1077,11 @@
1000
1077
  "members": {
1001
1078
  "logGroupName": {},
1002
1079
  "logGroupNames": {
1003
- "shape": "S2l"
1080
+ "shape": "S2s"
1081
+ },
1082
+ "logGroupIdentifiers": {
1083
+ "type": "list",
1084
+ "member": {}
1004
1085
  },
1005
1086
  "startTime": {
1006
1087
  "type": "long"
@@ -1155,7 +1236,7 @@
1155
1236
  "key": {},
1156
1237
  "value": {}
1157
1238
  },
1158
- "S11": {
1239
+ "S13": {
1159
1240
  "type": "structure",
1160
1241
  "members": {
1161
1242
  "destinationName": {},
@@ -1168,7 +1249,7 @@
1168
1249
  }
1169
1250
  }
1170
1251
  },
1171
- "S1z": {
1252
+ "S26": {
1172
1253
  "type": "list",
1173
1254
  "member": {
1174
1255
  "type": "structure",
@@ -1193,11 +1274,11 @@
1193
1274
  }
1194
1275
  }
1195
1276
  },
1196
- "S2l": {
1277
+ "S2s": {
1197
1278
  "type": "list",
1198
1279
  "member": {}
1199
1280
  },
1200
- "S2p": {
1281
+ "S2w": {
1201
1282
  "type": "structure",
1202
1283
  "members": {
1203
1284
  "policyName": {},
@@ -1222,5 +1222,8 @@
1222
1222
  "ssmsap": {
1223
1223
  "prefix": "ssm-sap",
1224
1224
  "name": "SsmSap"
1225
+ },
1226
+ "oam": {
1227
+ "name": "OAM"
1225
1228
  }
1226
1229
  }