@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -136,7 +136,7 @@
136
136
  "PublicContent": "Testing engagements",
137
137
  "PublicSubject": "test",
138
138
  "Sender": "tester",
139
- "StartTime": "$2021-05-18T18:25:41.151000+00:00",
139
+ "StartTime": "2021-05-18T18:25:41.151000+00:00",
140
140
  "Subject": "test"
141
141
  },
142
142
  "comments": {
@@ -65,21 +65,21 @@
65
65
  "shape": "Sa"
66
66
  },
67
67
  "chatChannel": {
68
- "shape": "Sl"
68
+ "shape": "Sp"
69
69
  },
70
70
  "clientToken": {
71
71
  "idempotencyToken": true
72
72
  },
73
73
  "displayName": {},
74
74
  "engagements": {
75
- "shape": "Sq"
75
+ "shape": "Su"
76
76
  },
77
77
  "incidentTemplate": {
78
- "shape": "Ss"
78
+ "shape": "Sw"
79
79
  },
80
80
  "name": {},
81
81
  "tags": {
82
- "shape": "S10"
82
+ "shape": "S14"
83
83
  }
84
84
  }
85
85
  },
@@ -287,7 +287,7 @@
287
287
  }
288
288
  },
289
289
  "chatChannel": {
290
- "shape": "Sl"
290
+ "shape": "Sp"
291
291
  },
292
292
  "creationTime": {
293
293
  "type": "timestamp"
@@ -297,14 +297,14 @@
297
297
  "type": "integer"
298
298
  },
299
299
  "incidentRecordSource": {
300
- "shape": "S1q"
300
+ "shape": "S1u"
301
301
  },
302
302
  "lastModifiedBy": {},
303
303
  "lastModifiedTime": {
304
304
  "type": "timestamp"
305
305
  },
306
306
  "notificationTargets": {
307
- "shape": "Sv"
307
+ "shape": "Sz"
308
308
  },
309
309
  "resolvedTime": {
310
310
  "type": "timestamp"
@@ -468,14 +468,14 @@
468
468
  },
469
469
  "arn": {},
470
470
  "chatChannel": {
471
- "shape": "Sl"
471
+ "shape": "Sp"
472
472
  },
473
473
  "displayName": {},
474
474
  "engagements": {
475
- "shape": "Sq"
475
+ "shape": "Su"
476
476
  },
477
477
  "incidentTemplate": {
478
- "shape": "Ss"
478
+ "shape": "Sw"
479
479
  },
480
480
  "name": {}
481
481
  }
@@ -545,7 +545,7 @@
545
545
  "type": "structure",
546
546
  "members": {
547
547
  "filters": {
548
- "shape": "S2g"
548
+ "shape": "S2k"
549
549
  },
550
550
  "maxResults": {
551
551
  "type": "integer"
@@ -580,7 +580,7 @@
580
580
  "type": "integer"
581
581
  },
582
582
  "incidentRecordSource": {
583
- "shape": "S1q"
583
+ "shape": "S1u"
584
584
  },
585
585
  "resolvedTime": {
586
586
  "type": "timestamp"
@@ -620,7 +620,7 @@
620
620
  "members": {
621
621
  "nextToken": {},
622
622
  "relatedItems": {
623
- "shape": "S2u"
623
+ "shape": "S2y"
624
624
  }
625
625
  }
626
626
  }
@@ -717,7 +717,7 @@
717
717
  ],
718
718
  "members": {
719
719
  "tags": {
720
- "shape": "S10"
720
+ "shape": "S14"
721
721
  }
722
722
  }
723
723
  }
@@ -734,7 +734,7 @@
734
734
  ],
735
735
  "members": {
736
736
  "filters": {
737
- "shape": "S2g"
737
+ "shape": "S2k"
738
738
  },
739
739
  "incidentRecordArn": {},
740
740
  "maxResults": {
@@ -823,7 +823,7 @@
823
823
  "type": "integer"
824
824
  },
825
825
  "relatedItems": {
826
- "shape": "S2u"
826
+ "shape": "S2y"
827
827
  },
828
828
  "responsePlanArn": {},
829
829
  "title": {},
@@ -872,7 +872,7 @@
872
872
  "locationName": "resourceArn"
873
873
  },
874
874
  "tags": {
875
- "shape": "S10"
875
+ "shape": "S14"
876
876
  }
877
877
  }
878
878
  },
@@ -951,7 +951,7 @@
951
951
  "members": {
952
952
  "arn": {},
953
953
  "chatChannel": {
954
- "shape": "Sl"
954
+ "shape": "Sp"
955
955
  },
956
956
  "clientToken": {
957
957
  "idempotencyToken": true
@@ -960,7 +960,7 @@
960
960
  "type": "integer"
961
961
  },
962
962
  "notificationTargets": {
963
- "shape": "Sv"
963
+ "shape": "Sz"
964
964
  },
965
965
  "status": {},
966
966
  "summary": {},
@@ -993,10 +993,10 @@
993
993
  "type": "structure",
994
994
  "members": {
995
995
  "itemToAdd": {
996
- "shape": "S2v"
996
+ "shape": "S2z"
997
997
  },
998
998
  "itemToRemove": {
999
- "shape": "S2w"
999
+ "shape": "S30"
1000
1000
  }
1001
1001
  },
1002
1002
  "union": true
@@ -1076,21 +1076,21 @@
1076
1076
  },
1077
1077
  "arn": {},
1078
1078
  "chatChannel": {
1079
- "shape": "Sl"
1079
+ "shape": "Sp"
1080
1080
  },
1081
1081
  "clientToken": {
1082
1082
  "idempotencyToken": true
1083
1083
  },
1084
1084
  "displayName": {},
1085
1085
  "engagements": {
1086
- "shape": "Sq"
1086
+ "shape": "Su"
1087
1087
  },
1088
1088
  "incidentTemplateDedupeString": {},
1089
1089
  "incidentTemplateImpact": {
1090
1090
  "type": "integer"
1091
1091
  },
1092
1092
  "incidentTemplateNotificationTargets": {
1093
- "shape": "Sv"
1093
+ "shape": "Sz"
1094
1094
  },
1095
1095
  "incidentTemplateSummary": {},
1096
1096
  "incidentTemplateTitle": {}
@@ -1148,6 +1148,17 @@
1148
1148
  "members": {
1149
1149
  "documentName": {},
1150
1150
  "documentVersion": {},
1151
+ "dynamicParameters": {
1152
+ "type": "map",
1153
+ "key": {},
1154
+ "value": {
1155
+ "type": "structure",
1156
+ "members": {
1157
+ "variable": {}
1158
+ },
1159
+ "union": true
1160
+ }
1161
+ },
1151
1162
  "parameters": {
1152
1163
  "type": "map",
1153
1164
  "key": {},
@@ -1164,7 +1175,7 @@
1164
1175
  "union": true
1165
1176
  }
1166
1177
  },
1167
- "Sl": {
1178
+ "Sp": {
1168
1179
  "type": "structure",
1169
1180
  "members": {
1170
1181
  "chatbotSns": {
@@ -1178,11 +1189,11 @@
1178
1189
  },
1179
1190
  "union": true
1180
1191
  },
1181
- "Sq": {
1192
+ "Su": {
1182
1193
  "type": "list",
1183
1194
  "member": {}
1184
1195
  },
1185
- "Ss": {
1196
+ "Sw": {
1186
1197
  "type": "structure",
1187
1198
  "required": [
1188
1199
  "impact",
@@ -1194,13 +1205,13 @@
1194
1205
  "type": "integer"
1195
1206
  },
1196
1207
  "notificationTargets": {
1197
- "shape": "Sv"
1208
+ "shape": "Sz"
1198
1209
  },
1199
1210
  "summary": {},
1200
1211
  "title": {}
1201
1212
  }
1202
1213
  },
1203
- "Sv": {
1214
+ "Sz": {
1204
1215
  "type": "list",
1205
1216
  "member": {
1206
1217
  "type": "structure",
@@ -1210,12 +1221,12 @@
1210
1221
  "union": true
1211
1222
  }
1212
1223
  },
1213
- "S10": {
1224
+ "S14": {
1214
1225
  "type": "map",
1215
1226
  "key": {},
1216
1227
  "value": {}
1217
1228
  },
1218
- "S1q": {
1229
+ "S1u": {
1219
1230
  "type": "structure",
1220
1231
  "required": [
1221
1232
  "createdBy",
@@ -1228,7 +1239,7 @@
1228
1239
  "source": {}
1229
1240
  }
1230
1241
  },
1231
- "S2g": {
1242
+ "S2k": {
1232
1243
  "type": "list",
1233
1244
  "member": {
1234
1245
  "type": "structure",
@@ -1269,25 +1280,25 @@
1269
1280
  }
1270
1281
  }
1271
1282
  },
1272
- "S2u": {
1283
+ "S2y": {
1273
1284
  "type": "list",
1274
1285
  "member": {
1275
- "shape": "S2v"
1286
+ "shape": "S2z"
1276
1287
  }
1277
1288
  },
1278
- "S2v": {
1289
+ "S2z": {
1279
1290
  "type": "structure",
1280
1291
  "required": [
1281
1292
  "identifier"
1282
1293
  ],
1283
1294
  "members": {
1284
1295
  "identifier": {
1285
- "shape": "S2w"
1296
+ "shape": "S30"
1286
1297
  },
1287
1298
  "title": {}
1288
1299
  }
1289
1300
  },
1290
- "S2w": {
1301
+ "S30": {
1291
1302
  "type": "structure",
1292
1303
  "required": [
1293
1304
  "type",
@@ -81,6 +81,11 @@
81
81
  "Name": {
82
82
  "location": "uri",
83
83
  "locationName": "name"
84
+ },
85
+ "DeleteLambda": {
86
+ "location": "querystring",
87
+ "locationName": "deleteLambda",
88
+ "type": "boolean"
84
89
  }
85
90
  }
86
91
  },
@@ -146,7 +151,7 @@
146
151
  "members": {
147
152
  "CanaryName": {},
148
153
  "LastRun": {
149
- "shape": "S1s"
154
+ "shape": "S1t"
150
155
  }
151
156
  }
152
157
  }
@@ -243,7 +248,7 @@
243
248
  "CanaryRuns": {
244
249
  "type": "list",
245
250
  "member": {
246
- "shape": "S1s"
251
+ "shape": "S1t"
247
252
  }
248
253
  },
249
254
  "NextToken": {}
@@ -637,7 +642,7 @@
637
642
  }
638
643
  }
639
644
  },
640
- "S1s": {
645
+ "S1t": {
641
646
  "type": "structure",
642
647
  "members": {
643
648
  "Id": {},
@@ -575,7 +575,7 @@
575
575
  "Status": {},
576
576
  "NextToken": {},
577
577
  "Vocabularies": {
578
- "shape": "S3u"
578
+ "shape": "S3x"
579
579
  }
580
580
  }
581
581
  }
@@ -645,8 +645,14 @@
645
645
  "IdentifyLanguage": {
646
646
  "type": "boolean"
647
647
  },
648
+ "IdentifyMultipleLanguages": {
649
+ "type": "boolean"
650
+ },
648
651
  "IdentifiedLanguageScore": {
649
652
  "type": "float"
653
+ },
654
+ "LanguageCodes": {
655
+ "shape": "S32"
650
656
  }
651
657
  }
652
658
  }
@@ -672,7 +678,7 @@
672
678
  "Status": {},
673
679
  "NextToken": {},
674
680
  "Vocabularies": {
675
- "shape": "S3u"
681
+ "shape": "S3x"
676
682
  }
677
683
  }
678
684
  }
@@ -713,8 +719,7 @@
713
719
  "type": "structure",
714
720
  "required": [
715
721
  "CallAnalyticsJobName",
716
- "Media",
717
- "DataAccessRoleArn"
722
+ "Media"
718
723
  ],
719
724
  "members": {
720
725
  "CallAnalyticsJobName": {},
@@ -766,7 +771,7 @@
766
771
  "OutputKey": {},
767
772
  "OutputEncryptionKMSKeyId": {},
768
773
  "KMSEncryptionContext": {
769
- "shape": "S4f"
774
+ "shape": "S4i"
770
775
  },
771
776
  "Settings": {
772
777
  "shape": "S2o"
@@ -809,7 +814,7 @@
809
814
  "OutputKey": {},
810
815
  "OutputEncryptionKMSKeyId": {},
811
816
  "KMSEncryptionContext": {
812
- "shape": "S4f"
817
+ "shape": "S4i"
813
818
  },
814
819
  "Settings": {
815
820
  "shape": "S2z"
@@ -826,6 +831,9 @@
826
831
  "IdentifyLanguage": {
827
832
  "type": "boolean"
828
833
  },
834
+ "IdentifyMultipleLanguages": {
835
+ "type": "boolean"
836
+ },
829
837
  "LanguageOptions": {
830
838
  "shape": "S2c"
831
839
  },
@@ -833,7 +841,7 @@
833
841
  "type": "structure",
834
842
  "members": {
835
843
  "Formats": {
836
- "shape": "S33"
844
+ "shape": "S36"
837
845
  },
838
846
  "OutputStartIndex": {
839
847
  "type": "integer"
@@ -1409,12 +1417,18 @@
1409
1417
  "IdentifyLanguage": {
1410
1418
  "type": "boolean"
1411
1419
  },
1420
+ "IdentifyMultipleLanguages": {
1421
+ "type": "boolean"
1422
+ },
1412
1423
  "LanguageOptions": {
1413
1424
  "shape": "S2c"
1414
1425
  },
1415
1426
  "IdentifiedLanguageScore": {
1416
1427
  "type": "float"
1417
1428
  },
1429
+ "LanguageCodes": {
1430
+ "shape": "S32"
1431
+ },
1418
1432
  "Tags": {
1419
1433
  "shape": "Su"
1420
1434
  },
@@ -1422,7 +1436,7 @@
1422
1436
  "type": "structure",
1423
1437
  "members": {
1424
1438
  "Formats": {
1425
- "shape": "S33"
1439
+ "shape": "S36"
1426
1440
  },
1427
1441
  "SubtitleFileUris": {
1428
1442
  "type": "list",
@@ -1476,11 +1490,23 @@
1476
1490
  "DataAccessRoleArn": {}
1477
1491
  }
1478
1492
  },
1479
- "S33": {
1493
+ "S32": {
1494
+ "type": "list",
1495
+ "member": {
1496
+ "type": "structure",
1497
+ "members": {
1498
+ "LanguageCode": {},
1499
+ "DurationInSeconds": {
1500
+ "type": "float"
1501
+ }
1502
+ }
1503
+ }
1504
+ },
1505
+ "S36": {
1480
1506
  "type": "list",
1481
1507
  "member": {}
1482
1508
  },
1483
- "S3u": {
1509
+ "S3x": {
1484
1510
  "type": "list",
1485
1511
  "member": {
1486
1512
  "type": "structure",
@@ -1494,7 +1520,7 @@
1494
1520
  }
1495
1521
  }
1496
1522
  },
1497
- "S4f": {
1523
+ "S4i": {
1498
1524
  "type": "map",
1499
1525
  "key": {},
1500
1526
  "value": {}