cdk-docker-image-deployment 0.0.75 → 0.0.77

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 (85) 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 +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
  8. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
  9. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  10. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  13. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  15. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  19. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  21. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
  23. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  25. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
  26. package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
  27. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  29. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
  30. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
  31. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  32. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
  33. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  34. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
  35. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  36. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  37. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  38. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  39. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
  40. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  41. package/node_modules/aws-sdk/clients/all.js +2 -0
  42. package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
  43. package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
  44. package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
  45. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  46. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  47. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  48. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  49. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  50. package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
  51. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  52. package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
  53. package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
  54. package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
  55. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  56. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  57. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  58. package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
  59. package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
  60. package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
  61. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  62. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  63. package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  66. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
  68. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  69. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
  70. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  71. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  72. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  73. package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
  74. package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
  75. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  76. package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
  77. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  78. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
  79. package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
  80. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  81. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  82. package/node_modules/aws-sdk/lib/core.js +1 -1
  83. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  84. package/node_modules/aws-sdk/package.json +1 -1
  85. package/package.json +4 -4
@@ -83,6 +83,18 @@
83
83
  "output_token": "NextToken",
84
84
  "limit_key": "MaxResults",
85
85
  "result_key": "DashboardSummaryList"
86
+ },
87
+ "SearchDataSets": {
88
+ "input_token": "NextToken",
89
+ "output_token": "NextToken",
90
+ "limit_key": "MaxResults",
91
+ "result_key": "DataSetSummaries"
92
+ },
93
+ "SearchDataSources": {
94
+ "input_token": "NextToken",
95
+ "output_token": "NextToken",
96
+ "limit_key": "MaxResults",
97
+ "result_key": "DataSourceSummaries"
86
98
  }
87
99
  }
88
100
  }
@@ -193,13 +193,16 @@
193
193
  "AppMonitorConfiguration": {
194
194
  "shape": "Su"
195
195
  },
196
+ "CustomEvents": {
197
+ "shape": "S14"
198
+ },
196
199
  "CwLogEnabled": {
197
200
  "type": "boolean"
198
201
  },
199
202
  "Domain": {},
200
203
  "Name": {},
201
204
  "Tags": {
202
- "shape": "S15"
205
+ "shape": "S17"
203
206
  }
204
207
  }
205
208
  },
@@ -296,6 +299,9 @@
296
299
  "shape": "Su"
297
300
  },
298
301
  "Created": {},
302
+ "CustomEvents": {
303
+ "shape": "S14"
304
+ },
299
305
  "DataStorage": {
300
306
  "type": "structure",
301
307
  "members": {
@@ -316,7 +322,7 @@
316
322
  "Name": {},
317
323
  "State": {},
318
324
  "Tags": {
319
- "shape": "S15"
325
+ "shape": "S17"
320
326
  }
321
327
  }
322
328
  }
@@ -494,7 +500,7 @@
494
500
  "members": {
495
501
  "ResourceArn": {},
496
502
  "Tags": {
497
- "shape": "S15"
503
+ "shape": "S17"
498
504
  }
499
505
  }
500
506
  }
@@ -613,7 +619,7 @@
613
619
  "locationName": "ResourceArn"
614
620
  },
615
621
  "Tags": {
616
- "shape": "S15"
622
+ "shape": "S17"
617
623
  }
618
624
  }
619
625
  },
@@ -669,6 +675,9 @@
669
675
  "AppMonitorConfiguration": {
670
676
  "shape": "Su"
671
677
  },
678
+ "CustomEvents": {
679
+ "shape": "S14"
680
+ },
672
681
  "CwLogEnabled": {
673
682
  "type": "boolean"
674
683
  },
@@ -797,7 +806,13 @@
797
806
  "type": "list",
798
807
  "member": {}
799
808
  },
800
- "S15": {
809
+ "S14": {
810
+ "type": "structure",
811
+ "members": {
812
+ "Status": {}
813
+ }
814
+ },
815
+ "S17": {
801
816
  "type": "map",
802
817
  "key": {},
803
818
  "value": {}
@@ -1855,7 +1855,7 @@
1855
1855
  "type": "structure",
1856
1856
  "members": {
1857
1857
  "Tags": {
1858
- "shape": "S7x"
1858
+ "shape": "S80"
1859
1859
  }
1860
1860
  }
1861
1861
  },
@@ -2765,7 +2765,7 @@
2765
2765
  "shape": "S73"
2766
2766
  },
2767
2767
  "Tags": {
2768
- "shape": "S7x"
2768
+ "shape": "S80"
2769
2769
  }
2770
2770
  }
2771
2771
  },
@@ -2808,7 +2808,7 @@
2808
2808
  "locationName": "x-amz-account-id"
2809
2809
  },
2810
2810
  "Tags": {
2811
- "shape": "S7x"
2811
+ "shape": "S80"
2812
2812
  }
2813
2813
  }
2814
2814
  },
@@ -3595,8 +3595,26 @@
3595
3595
  }
3596
3596
  }
3597
3597
  }
3598
+ },
3599
+ "AdvancedCostOptimizationMetrics": {
3600
+ "shape": "S7e"
3601
+ },
3602
+ "AdvancedDataProtectionMetrics": {
3603
+ "shape": "S7f"
3604
+ },
3605
+ "DetailedStatusCodesMetrics": {
3606
+ "shape": "S7g"
3598
3607
  }
3599
3608
  }
3609
+ },
3610
+ "AdvancedCostOptimizationMetrics": {
3611
+ "shape": "S7e"
3612
+ },
3613
+ "AdvancedDataProtectionMetrics": {
3614
+ "shape": "S7f"
3615
+ },
3616
+ "DetailedStatusCodesMetrics": {
3617
+ "shape": "S7g"
3600
3618
  }
3601
3619
  }
3602
3620
  },
@@ -3604,10 +3622,10 @@
3604
3622
  "type": "structure",
3605
3623
  "members": {
3606
3624
  "Buckets": {
3607
- "shape": "S7f"
3625
+ "shape": "S7i"
3608
3626
  },
3609
3627
  "Regions": {
3610
- "shape": "S7g"
3628
+ "shape": "S7j"
3611
3629
  }
3612
3630
  }
3613
3631
  },
@@ -3615,10 +3633,10 @@
3615
3633
  "type": "structure",
3616
3634
  "members": {
3617
3635
  "Buckets": {
3618
- "shape": "S7f"
3636
+ "shape": "S7i"
3619
3637
  },
3620
3638
  "Regions": {
3621
- "shape": "S7g"
3639
+ "shape": "S7j"
3622
3640
  }
3623
3641
  }
3624
3642
  },
@@ -3697,19 +3715,43 @@
3697
3715
  }
3698
3716
  }
3699
3717
  },
3718
+ "S7e": {
3719
+ "type": "structure",
3720
+ "members": {
3721
+ "IsEnabled": {
3722
+ "type": "boolean"
3723
+ }
3724
+ }
3725
+ },
3700
3726
  "S7f": {
3727
+ "type": "structure",
3728
+ "members": {
3729
+ "IsEnabled": {
3730
+ "type": "boolean"
3731
+ }
3732
+ }
3733
+ },
3734
+ "S7g": {
3735
+ "type": "structure",
3736
+ "members": {
3737
+ "IsEnabled": {
3738
+ "type": "boolean"
3739
+ }
3740
+ }
3741
+ },
3742
+ "S7i": {
3701
3743
  "type": "list",
3702
3744
  "member": {
3703
3745
  "locationName": "Arn"
3704
3746
  }
3705
3747
  },
3706
- "S7g": {
3748
+ "S7j": {
3707
3749
  "type": "list",
3708
3750
  "member": {
3709
3751
  "locationName": "Region"
3710
3752
  }
3711
3753
  },
3712
- "S7x": {
3754
+ "S80": {
3713
3755
  "type": "list",
3714
3756
  "member": {
3715
3757
  "locationName": "Tag",