cdk-docker-image-deployment 0.0.199 → 0.0.201

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 (50) hide show
  1. package/.jsii +4 -4
  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 +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
  8. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
  9. package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
  13. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
  14. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
  15. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
  17. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
  18. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
  21. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  22. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
  27. package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
  28. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
  29. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
  30. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
  31. package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
  32. package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
  33. package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
  34. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
  35. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
  36. package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
  37. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
  38. package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
  41. package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
  42. package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
  47. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -37,6 +37,16 @@
37
37
  "output_token": "NextToken",
38
38
  "limit_key": "MaxResults"
39
39
  },
40
+ "ListVoiceProfileDomains": {
41
+ "input_token": "NextToken",
42
+ "output_token": "NextToken",
43
+ "limit_key": "MaxResults"
44
+ },
45
+ "ListVoiceProfiles": {
46
+ "input_token": "NextToken",
47
+ "output_token": "NextToken",
48
+ "limit_key": "MaxResults"
49
+ },
40
50
  "SearchAvailablePhoneNumbers": {
41
51
  "input_token": "NextToken",
42
52
  "output_token": "NextToken",
@@ -94,10 +94,10 @@
94
94
  "locationName": "package"
95
95
  },
96
96
  "versions": {
97
- "shape": "Sj"
97
+ "shape": "Sk"
98
98
  },
99
99
  "versionRevisions": {
100
- "shape": "Sl"
100
+ "shape": "Sm"
101
101
  },
102
102
  "allowOverwrite": {
103
103
  "type": "boolean"
@@ -111,10 +111,10 @@
111
111
  "type": "structure",
112
112
  "members": {
113
113
  "successfulVersions": {
114
- "shape": "Sp"
114
+ "shape": "Sq"
115
115
  },
116
116
  "failedVersions": {
117
- "shape": "St"
117
+ "shape": "Su"
118
118
  }
119
119
  }
120
120
  }
@@ -135,7 +135,7 @@
135
135
  },
136
136
  "encryptionKey": {},
137
137
  "tags": {
138
- "shape": "Sy"
138
+ "shape": "Sz"
139
139
  }
140
140
  }
141
141
  },
@@ -143,7 +143,7 @@
143
143
  "type": "structure",
144
144
  "members": {
145
145
  "domain": {
146
- "shape": "S13"
146
+ "shape": "S14"
147
147
  }
148
148
  }
149
149
  }
@@ -176,7 +176,7 @@
176
176
  "shape": "S19"
177
177
  },
178
178
  "tags": {
179
- "shape": "Sy"
179
+ "shape": "Sz"
180
180
  }
181
181
  }
182
182
  },
@@ -214,7 +214,7 @@
214
214
  "type": "structure",
215
215
  "members": {
216
216
  "domain": {
217
- "shape": "S13"
217
+ "shape": "S14"
218
218
  }
219
219
  }
220
220
  }
@@ -341,7 +341,7 @@
341
341
  "locationName": "package"
342
342
  },
343
343
  "versions": {
344
- "shape": "Sj"
344
+ "shape": "Sk"
345
345
  },
346
346
  "expectedStatus": {}
347
347
  }
@@ -350,10 +350,10 @@
350
350
  "type": "structure",
351
351
  "members": {
352
352
  "successfulVersions": {
353
- "shape": "Sp"
353
+ "shape": "Sq"
354
354
  },
355
355
  "failedVersions": {
356
- "shape": "St"
356
+ "shape": "Su"
357
357
  }
358
358
  }
359
359
  }
@@ -457,7 +457,7 @@
457
457
  "type": "structure",
458
458
  "members": {
459
459
  "domain": {
460
- "shape": "S13"
460
+ "shape": "S14"
461
461
  }
462
462
  }
463
463
  }
@@ -721,10 +721,10 @@
721
721
  "locationName": "package"
722
722
  },
723
723
  "versions": {
724
- "shape": "Sj"
724
+ "shape": "Sk"
725
725
  },
726
726
  "versionRevisions": {
727
- "shape": "Sl"
727
+ "shape": "Sm"
728
728
  },
729
729
  "expectedStatus": {}
730
730
  }
@@ -733,10 +733,10 @@
733
733
  "type": "structure",
734
734
  "members": {
735
735
  "successfulVersions": {
736
- "shape": "Sp"
736
+ "shape": "Sq"
737
737
  },
738
738
  "failedVersions": {
739
- "shape": "St"
739
+ "shape": "Su"
740
740
  }
741
741
  }
742
742
  }
@@ -1446,7 +1446,7 @@
1446
1446
  "type": "structure",
1447
1447
  "members": {
1448
1448
  "tags": {
1449
- "shape": "Sy"
1449
+ "shape": "Sz"
1450
1450
  }
1451
1451
  }
1452
1452
  }
@@ -1663,7 +1663,7 @@
1663
1663
  "locationName": "resourceArn"
1664
1664
  },
1665
1665
  "tags": {
1666
- "shape": "Sy"
1666
+ "shape": "Sz"
1667
1667
  }
1668
1668
  }
1669
1669
  },
@@ -1738,10 +1738,10 @@
1738
1738
  "locationName": "package"
1739
1739
  },
1740
1740
  "versions": {
1741
- "shape": "Sj"
1741
+ "shape": "Sk"
1742
1742
  },
1743
1743
  "versionRevisions": {
1744
- "shape": "Sl"
1744
+ "shape": "Sm"
1745
1745
  },
1746
1746
  "expectedStatus": {},
1747
1747
  "targetStatus": {}
@@ -1751,10 +1751,10 @@
1751
1751
  "type": "structure",
1752
1752
  "members": {
1753
1753
  "successfulVersions": {
1754
- "shape": "Sp"
1754
+ "shape": "Sq"
1755
1755
  },
1756
1756
  "failedVersions": {
1757
- "shape": "St"
1757
+ "shape": "Su"
1758
1758
  }
1759
1759
  }
1760
1760
  }
@@ -1828,19 +1828,22 @@
1828
1828
  "status": {}
1829
1829
  }
1830
1830
  }
1831
+ },
1832
+ "createdTime": {
1833
+ "type": "timestamp"
1831
1834
  }
1832
1835
  }
1833
1836
  },
1834
- "Sj": {
1837
+ "Sk": {
1835
1838
  "type": "list",
1836
1839
  "member": {}
1837
1840
  },
1838
- "Sl": {
1841
+ "Sm": {
1839
1842
  "type": "map",
1840
1843
  "key": {},
1841
1844
  "value": {}
1842
1845
  },
1843
- "Sp": {
1846
+ "Sq": {
1844
1847
  "type": "map",
1845
1848
  "key": {},
1846
1849
  "value": {
@@ -1851,7 +1854,7 @@
1851
1854
  }
1852
1855
  }
1853
1856
  },
1854
- "St": {
1857
+ "Su": {
1855
1858
  "type": "map",
1856
1859
  "key": {},
1857
1860
  "value": {
@@ -1862,7 +1865,7 @@
1862
1865
  }
1863
1866
  }
1864
1867
  },
1865
- "Sy": {
1868
+ "Sz": {
1866
1869
  "type": "list",
1867
1870
  "member": {
1868
1871
  "type": "structure",
@@ -1876,7 +1879,7 @@
1876
1879
  }
1877
1880
  }
1878
1881
  },
1879
- "S13": {
1882
+ "S14": {
1880
1883
  "type": "structure",
1881
1884
  "members": {
1882
1885
  "name": {},
@@ -1990,7 +1993,10 @@
1990
1993
  "domainName": {},
1991
1994
  "domainOwner": {},
1992
1995
  "arn": {},
1993
- "description": {}
1996
+ "description": {},
1997
+ "createdTime": {
1998
+ "type": "timestamp"
1999
+ }
1994
2000
  }
1995
2001
  }
1996
2002
  }