@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
@@ -488,6 +488,41 @@ declare namespace LookoutMetrics {
488
488
  FlowName?: FlowName;
489
489
  }
490
490
  export type Arn = string;
491
+ export type AthenaDataCatalog = string;
492
+ export type AthenaDatabaseName = string;
493
+ export type AthenaS3ResultsPath = string;
494
+ export interface AthenaSourceConfig {
495
+ /**
496
+ * An IAM role that gives Amazon Lookout for Metrics permission to access the data.
497
+ */
498
+ RoleArn?: Arn;
499
+ /**
500
+ * The database's name.
501
+ */
502
+ DatabaseName?: AthenaDatabaseName;
503
+ /**
504
+ * The database's data catalog.
505
+ */
506
+ DataCatalog?: AthenaDataCatalog;
507
+ /**
508
+ * The database's table name.
509
+ */
510
+ TableName?: AthenaTableName;
511
+ /**
512
+ * The database's work group name.
513
+ */
514
+ WorkGroupName?: AthenaWorkGroupName;
515
+ /**
516
+ * The database's results path.
517
+ */
518
+ S3ResultsPath?: AthenaS3ResultsPath;
519
+ /**
520
+ * Settings for backtest mode.
521
+ */
522
+ BackTestConfiguration?: BackTestConfiguration;
523
+ }
524
+ export type AthenaTableName = string;
525
+ export type AthenaWorkGroupName = string;
491
526
  export interface AttributeValue {
492
527
  /**
493
528
  * A string.
@@ -538,6 +573,12 @@ declare namespace LookoutMetrics {
538
573
  }
539
574
  export interface BackTestAnomalyDetectorResponse {
540
575
  }
576
+ export interface BackTestConfiguration {
577
+ /**
578
+ * Run a backtest instead of monitoring new data.
579
+ */
580
+ RunBackTestMode: Boolean;
581
+ }
541
582
  export type BinaryAttributeValue = string;
542
583
  export type BinaryListAttributeValue = BinaryAttributeValue[];
543
584
  export type Boolean = boolean;
@@ -548,6 +589,10 @@ declare namespace LookoutMetrics {
548
589
  * An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
549
590
  */
550
591
  RoleArn?: Arn;
592
+ /**
593
+ * Settings for backtest mode.
594
+ */
595
+ BackTestConfiguration?: BackTestConfiguration;
551
596
  }
552
597
  export type ColumnName = string;
553
598
  export type Confidence = "HIGH"|"LOW"|"NONE"|string;
@@ -1413,21 +1458,25 @@ declare namespace LookoutMetrics {
1413
1458
  export interface MetricSource {
1414
1459
  S3SourceConfig?: S3SourceConfig;
1415
1460
  /**
1416
- * An object containing information about the AppFlow configuration.
1461
+ * Details about an AppFlow datasource.
1417
1462
  */
1418
1463
  AppFlowConfig?: AppFlowConfig;
1419
1464
  /**
1420
- * An object containing information about the Amazon CloudWatch monitoring configuration.
1465
+ * Details about an Amazon CloudWatch monitoring datasource.
1421
1466
  */
1422
1467
  CloudWatchConfig?: CloudWatchConfig;
1423
1468
  /**
1424
- * An object containing information about the Amazon Relational Database Service (RDS) configuration.
1469
+ * Details about an Amazon Relational Database Service (RDS) datasource.
1425
1470
  */
1426
1471
  RDSSourceConfig?: RDSSourceConfig;
1427
1472
  /**
1428
- * An object containing information about the Amazon Redshift database configuration.
1473
+ * Details about an Amazon Redshift database datasource.
1429
1474
  */
1430
1475
  RedshiftSourceConfig?: RedshiftSourceConfig;
1476
+ /**
1477
+ * Details about an Amazon Athena datasource.
1478
+ */
1479
+ AthenaSourceConfig?: AthenaSourceConfig;
1431
1480
  }
1432
1481
  export type MetricValue = number;
1433
1482
  export type MetricValueList = MetricValue[];
@@ -1550,6 +1599,10 @@ declare namespace LookoutMetrics {
1550
1599
  * The ARN of the target SNS topic.
1551
1600
  */
1552
1601
  SnsTopicArn: Arn;
1602
+ /**
1603
+ * The format of the SNS topic.
1604
+ */
1605
+ SnsFormat?: SnsFormat;
1553
1606
  }
1554
1607
  export interface SampleDataS3SourceConfig {
1555
1608
  /**
@@ -1572,6 +1625,7 @@ declare namespace LookoutMetrics {
1572
1625
  export type SecurityGroupId = string;
1573
1626
  export type SecurityGroupIdList = SecurityGroupId[];
1574
1627
  export type SensitivityThreshold = number;
1628
+ export type SnsFormat = "LONG_TEXT"|"SHORT_TEXT"|"JSON"|string;
1575
1629
  export type StringAttributeValue = string;
1576
1630
  export type StringListAttributeValue = StringAttributeValue[];
1577
1631
  export type SubnetId = string;
@@ -354,6 +354,20 @@ declare namespace MediaConvert {
354
354
  */
355
355
  SampleRate?: __integerMin8000Max192000;
356
356
  }
357
+ export interface AllowedRenditionSize {
358
+ /**
359
+ * Use Height to define the video resolution height, in pixels, for this rule.
360
+ */
361
+ Height?: __integerMin32Max8192;
362
+ /**
363
+ * Set to ENABLED to force a rendition to be included.
364
+ */
365
+ Required?: RequiredFlag;
366
+ /**
367
+ * Use Width to define the video resolution width, in pixels, for this rule.
368
+ */
369
+ Width?: __integerMin32Max8192;
370
+ }
357
371
  export type AlphaBehavior = "DISCARD"|"REMAP_TO_LUMA"|string;
358
372
  export type AncillaryConvert608To708 = "UPCONVERT"|"DISABLED"|string;
359
373
  export interface AncillarySourceSettings {
@@ -566,6 +580,28 @@ declare namespace MediaConvert {
566
580
  }
567
581
  export type AudioSelectorType = "PID"|"TRACK"|"LANGUAGE_CODE"|"HLS_RENDITION_GROUP"|string;
568
582
  export type AudioTypeControl = "FOLLOW_INPUT"|"USE_CONFIGURED"|string;
583
+ export interface AutomatedAbrRule {
584
+ /**
585
+ * When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one rendition to allowedRenditions list
586
+ */
587
+ AllowedRenditions?: __listOfAllowedRenditionSize;
588
+ /**
589
+ * When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one rendition to forceIncludeRenditions list
590
+ */
591
+ ForceIncludeRenditions?: __listOfForceIncludeRenditionSize;
592
+ /**
593
+ * Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size.
594
+ */
595
+ MinBottomRenditionSize?: MinBottomRenditionSize;
596
+ /**
597
+ * Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution.
598
+ */
599
+ MinTopRenditionSize?: MinTopRenditionSize;
600
+ /**
601
+ * Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution. Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size. Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting. Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * (Required) The number of resolutions that you specify must be equal to, or greater than, the Max renditions setting. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.
602
+ */
603
+ Type?: RuleType;
604
+ }
569
605
  export interface AutomatedAbrSettings {
570
606
  /**
571
607
  * Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.
@@ -579,6 +615,10 @@ declare namespace MediaConvert {
579
615
  * Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.
580
616
  */
581
617
  MinAbrBitrate?: __integerMin100000Max100000000;
618
+ /**
619
+ * Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements, but you still want MediaConvert to optimize for video quality and overall file size.
620
+ */
621
+ Rules?: __listOfAutomatedAbrRule;
582
622
  }
583
623
  export interface AutomatedEncodingSettings {
584
624
  /**
@@ -1181,7 +1221,7 @@ declare namespace MediaConvert {
1181
1221
  */
1182
1222
  IFrameOnlyManifest?: CmfcIFrameOnlyManifest;
1183
1223
  /**
1184
- * Applies to CMAF outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
1224
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
1185
1225
  */
1186
1226
  KlvMetadata?: CmfcKlvMetadata;
1187
1227
  /**
@@ -1666,7 +1706,11 @@ declare namespace MediaConvert {
1666
1706
  */
1667
1707
  L6Mode?: DolbyVisionLevel6Mode;
1668
1708
  /**
1669
- * In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.
1709
+ * Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.
1710
+ */
1711
+ Mapping?: DolbyVisionMapping;
1712
+ /**
1713
+ * Required when you use Dolby Vision processing. Set Profile to Profile 5 to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
1670
1714
  */
1671
1715
  Profile?: DolbyVisionProfile;
1672
1716
  }
@@ -1681,7 +1725,8 @@ declare namespace MediaConvert {
1681
1725
  MaxFall?: __integerMin0Max65535;
1682
1726
  }
1683
1727
  export type DolbyVisionLevel6Mode = "PASSTHROUGH"|"RECALCULATE"|"SPECIFY"|string;
1684
- export type DolbyVisionProfile = "PROFILE_5"|string;
1728
+ export type DolbyVisionMapping = "HDR10_NOMAP"|"HDR10_1000"|string;
1729
+ export type DolbyVisionProfile = "PROFILE_5"|"PROFILE_8_1"|string;
1685
1730
  export type DropFrameTimecode = "DISABLED"|"ENABLED"|string;
1686
1731
  export interface DvbNitSettings {
1687
1732
  /**
@@ -2145,6 +2190,16 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2145
2190
  }
2146
2191
  export type FileSourceTimeDeltaUnits = "SECONDS"|"MILLISECONDS"|string;
2147
2192
  export type FontScript = "AUTOMATIC"|"HANS"|"HANT"|string;
2193
+ export interface ForceIncludeRenditionSize {
2194
+ /**
2195
+ * Use Height to define the video resolution height, in pixels, for this rule.
2196
+ */
2197
+ Height?: __integerMin32Max8192;
2198
+ /**
2199
+ * Use Width to define the video resolution width, in pixels, for this rule.
2200
+ */
2201
+ Width?: __integerMin32Max8192;
2202
+ }
2148
2203
  export interface FrameCaptureSettings {
2149
2204
  /**
2150
2205
  * Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture.
@@ -2993,7 +3048,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
2993
3048
  export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
2994
3049
  export interface ImscDestinationSettings {
2995
3050
  /**
2996
- * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
3051
+ * Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
2997
3052
  */
2998
3053
  Accessibility?: ImscAccessibilitySubs;
2999
3054
  /**
@@ -3083,6 +3138,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3083
3138
  * Specify the timecode that you want the service to use for this input's initial frame. To use this setting, you must set the Timecode source setting, located under the input settings (InputTimecodeSource), to Specified start (SPECIFIEDSTART). For more information about timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.
3084
3139
  */
3085
3140
  TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
3141
+ /**
3142
+ * Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both.
3143
+ */
3144
+ VideoGenerator?: InputVideoGenerator;
3086
3145
  /**
3087
3146
  * Input video selectors contain the video settings for the input. Each of your inputs can have up to one video selector.
3088
3147
  */
@@ -3199,6 +3258,12 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3199
3258
  VideoSelector?: VideoSelector;
3200
3259
  }
3201
3260
  export type InputTimecodeSource = "EMBEDDED"|"ZEROBASED"|"SPECIFIEDSTART"|string;
3261
+ export interface InputVideoGenerator {
3262
+ /**
3263
+ * Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.
3264
+ */
3265
+ Duration?: __integerMin50Max86400000;
3266
+ }
3202
3267
  export interface InsertableImage {
3203
3268
  /**
3204
3269
  * Specify the time, in milliseconds, for the image to remain on the output video. This duration includes fade-in time but not fade-out time.
@@ -3796,7 +3861,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3796
3861
  */
3797
3862
  FragmentTime?: __doubleMin0;
3798
3863
  /**
3799
- * Applies to MPEG-TS outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
3864
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
3800
3865
  */
3801
3866
  KlvMetadata?: M2tsKlvMetadata;
3802
3867
  /**
@@ -3872,7 +3937,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3872
3937
  */
3873
3938
  SegmentationTime?: __doubleMin0;
3874
3939
  /**
3875
- * Specify the packet identifier (PID) for timed metadata in this output. Default is 502.
3940
+ * Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
3876
3941
  */
3877
3942
  TimedMetadataPid?: __integerMin32Max8182;
3878
3943
  /**
@@ -3967,6 +4032,26 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3967
4032
  */
3968
4033
  VideoPid?: __integerMin32Max8182;
3969
4034
  }
4035
+ export interface MinBottomRenditionSize {
4036
+ /**
4037
+ * Use Height to define the video resolution height, in pixels, for this rule.
4038
+ */
4039
+ Height?: __integerMin32Max8192;
4040
+ /**
4041
+ * Use Width to define the video resolution width, in pixels, for this rule.
4042
+ */
4043
+ Width?: __integerMin32Max8192;
4044
+ }
4045
+ export interface MinTopRenditionSize {
4046
+ /**
4047
+ * Use Height to define the video resolution height, in pixels, for this rule.
4048
+ */
4049
+ Height?: __integerMin32Max8192;
4050
+ /**
4051
+ * Use Width to define the video resolution width, in pixels, for this rule.
4052
+ */
4053
+ Width?: __integerMin32Max8192;
4054
+ }
3970
4055
  export interface MotionImageInserter {
3971
4056
  /**
3972
4057
  * If your motion graphic asset is a .mov file, keep this setting unspecified. If your motion graphic asset is a series of .png files, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. Make sure that the number of images in your series matches the frame rate and your intended overlay duration. For example, if you want a 30-second overlay at 30 fps, you should have 900 .png images. This overlay frame rate doesn't need to match the frame rate of the underlying video.
@@ -4128,7 +4213,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4128
4213
  */
4129
4214
  CaptionContainerType?: MpdCaptionContainerType;
4130
4215
  /**
4131
- * Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
4216
+ * To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.
4132
4217
  */
4133
4218
  KlvMetadata?: MpdKlvMetadata;
4134
4219
  /**
@@ -4645,6 +4730,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4645
4730
  */
4646
4731
  HlsSettings?: HlsSettings;
4647
4732
  }
4733
+ export type PadVideo = "DISABLED"|"BLACK"|string;
4648
4734
  export interface PartnerWatermarking {
4649
4735
  /**
4650
4736
  * For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.
@@ -4889,6 +4975,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4889
4975
  ChannelsOut?: __integerMin1Max64;
4890
4976
  }
4891
4977
  export type RenewalType = "AUTO_RENEW"|"EXPIRE"|string;
4978
+ export type RequiredFlag = "ENABLED"|"DISABLED"|string;
4892
4979
  export interface ReservationPlan {
4893
4980
  /**
4894
4981
  * The length of the term of your reserved queue pricing plan commitment.
@@ -4941,6 +5028,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4941
5028
  Tags?: __mapOf__string;
4942
5029
  }
4943
5030
  export type RespondToAfd = "NONE"|"RESPOND"|"PASSTHROUGH"|string;
5031
+ export type RuleType = "MIN_TOP_RENDITION_SIZE"|"MIN_BOTTOM_RENDITION_SIZE"|"FORCE_INCLUDE_RENDITIONS"|"ALLOWED_RENDITIONS"|string;
4944
5032
  export interface S3DestinationAccessControl {
4945
5033
  /**
4946
5034
  * Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
@@ -5476,6 +5564,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5476
5564
  * Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video. Appropriate values vary depending on the input video and must be provided by a color grader. The color grader generates these values during the HDR 10 mastering process. The valid range for each of these settings is 0 to 50,000. Each increment represents 0.00002 in CIE1931 color coordinate. Related settings - When you specify these values, you must also set Color space (ColorSpace) to HDR 10 (HDR10). To specify whether the the values you specify here take precedence over the values in the metadata of your input file, set Color space usage (ColorSpaceUsage). To specify whether color metadata is included in an output, set Color metadata (ColorMetadata). For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
5477
5565
  */
5478
5566
  Hdr10Metadata?: Hdr10Metadata;
5567
+ /**
5568
+ * Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.
5569
+ */
5570
+ PadVideo?: PadVideo;
5479
5571
  /**
5480
5572
  * Use PID (Pid) to select specific video data from an input file. Specify this value as an integer; the system automatically converts it to the hexidecimal value. For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier for a set of data in an MPEG-2 transport stream container.
5481
5573
  */
@@ -5649,7 +5741,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5649
5741
  export type WebvttAccessibilitySubs = "DISABLED"|"ENABLED"|string;
5650
5742
  export interface WebvttDestinationSettings {
5651
5743
  /**
5652
- * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
5744
+ * Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
5653
5745
  */
5654
5746
  Accessibility?: WebvttAccessibilitySubs;
5655
5747
  /**
@@ -5932,6 +6024,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5932
6024
  export type __integerMin3Max15 = number;
5933
6025
  export type __integerMin48000Max48000 = number;
5934
6026
  export type __integerMin4Max12 = number;
6027
+ export type __integerMin50Max86400000 = number;
5935
6028
  export type __integerMin6000Max1024000 = number;
5936
6029
  export type __integerMin64000Max640000 = number;
5937
6030
  export type __integerMin8000Max192000 = number;
@@ -5949,12 +6042,15 @@ Within your job settings, all of your DVB-Sub settings must be identical.
5949
6042
  export type __integerMinNegative5Max5 = number;
5950
6043
  export type __integerMinNegative60Max6 = number;
5951
6044
  export type __integerMinNegative70Max0 = number;
6045
+ export type __listOfAllowedRenditionSize = AllowedRenditionSize[];
5952
6046
  export type __listOfAudioDescription = AudioDescription[];
6047
+ export type __listOfAutomatedAbrRule = AutomatedAbrRule[];
5953
6048
  export type __listOfCaptionDescription = CaptionDescription[];
5954
6049
  export type __listOfCaptionDescriptionPreset = CaptionDescriptionPreset[];
5955
6050
  export type __listOfCmafAdditionalManifest = CmafAdditionalManifest[];
5956
6051
  export type __listOfDashAdditionalManifest = DashAdditionalManifest[];
5957
6052
  export type __listOfEndpoint = Endpoint[];
6053
+ export type __listOfForceIncludeRenditionSize = ForceIncludeRenditionSize[];
5958
6054
  export type __listOfHlsAdMarkers = HlsAdMarkers[];
5959
6055
  export type __listOfHlsAdditionalManifest = HlsAdditionalManifest[];
5960
6056
  export type __listOfHlsCaptionLanguageMapping = HlsCaptionLanguageMapping[];
@@ -516,7 +516,7 @@ the Channel source contains SCTE-35 ad markers.
516
516
  */
517
517
  PeriodTriggers?: __listOf__PeriodTriggersElement;
518
518
  /**
519
- * The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
519
+ * The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.
520
520
  */
521
521
  Profile?: Profile;
522
522
  /**
@@ -539,7 +539,7 @@ rounded to the nearest multiple of the source segment duration.
539
539
  */
540
540
  UtcTiming?: UtcTiming;
541
541
  /**
542
- * Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
542
+ * Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE
543
543
  */
544
544
  UtcTimingUri?: __string;
545
545
  }
@@ -1135,7 +1135,7 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
1135
1135
  export type PlaylistType = "NONE"|"EVENT"|"VOD"|string;
1136
1136
  export type PresetSpeke20Audio = "PRESET-AUDIO-1"|string;
1137
1137
  export type PresetSpeke20Video = "PRESET-VIDEO-1"|string;
1138
- export type Profile = "NONE"|"HBBTV_1_5"|"HYBRIDCAST"|string;
1138
+ export type Profile = "NONE"|"HBBTV_1_5"|"HYBRIDCAST"|"DVB_DASH_2014"|string;
1139
1139
  export interface RotateChannelCredentialsRequest {
1140
1140
  /**
1141
1141
  * The ID of the channel to update.
@@ -1387,7 +1387,7 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
1387
1387
  */
1388
1388
  Whitelist?: __listOf__string;
1389
1389
  }
1390
- export type UtcTiming = "NONE"|"HTTP-HEAD"|"HTTP-ISO"|string;
1390
+ export type UtcTiming = "NONE"|"HTTP-HEAD"|"HTTP-ISO"|"HTTP-XSDATE"|string;
1391
1391
  export type __AdTriggersElement = "SPLICE_INSERT"|"BREAK"|"PROVIDER_ADVERTISEMENT"|"DISTRIBUTOR_ADVERTISEMENT"|"PROVIDER_PLACEMENT_OPPORTUNITY"|"DISTRIBUTOR_PLACEMENT_OPPORTUNITY"|"PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY"|"DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"|string;
1392
1392
  export type __PeriodTriggersElement = "ADS"|string;
1393
1393
  export type __boolean = boolean;
@@ -189,6 +189,16 @@ declare class MQ extends Service {
189
189
  updateUser(callback?: (err: AWSError, data: MQ.Types.UpdateUserResponse) => void): Request<MQ.Types.UpdateUserResponse, AWSError>;
190
190
  }
191
191
  declare namespace MQ {
192
+ export interface ActionRequired {
193
+ /**
194
+ * The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.
195
+ */
196
+ ActionRequiredCode?: __string;
197
+ /**
198
+ * Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.
199
+ */
200
+ ActionRequiredInfo?: __string;
201
+ }
192
202
  export type AuthenticationStrategy = "SIMPLE"|"LDAP"|string;
193
203
  export interface AvailabilityZone {
194
204
  /**
@@ -246,7 +256,7 @@ declare namespace MQ {
246
256
  */
247
257
  SupportedEngineVersions?: __listOf__string;
248
258
  }
249
- export type BrokerState = "CREATION_IN_PROGRESS"|"CREATION_FAILED"|"DELETION_IN_PROGRESS"|"RUNNING"|"REBOOT_IN_PROGRESS"|string;
259
+ export type BrokerState = "CREATION_IN_PROGRESS"|"CREATION_FAILED"|"DELETION_IN_PROGRESS"|"RUNNING"|"REBOOT_IN_PROGRESS"|"CRITICAL_ACTION_REQUIRED"|string;
250
260
  export type BrokerStorageType = "EBS"|"EFS"|string;
251
261
  export interface BrokerSummary {
252
262
  /**
@@ -640,6 +650,10 @@ declare namespace MQ {
640
650
  BrokerId: __string;
641
651
  }
642
652
  export interface DescribeBrokerResponse {
653
+ /**
654
+ * A list of actions required for a broker.
655
+ */
656
+ ActionsRequired?: __listOfActionRequired;
643
657
  /**
644
658
  * The authentication strategy used to secure the broker. The default is SIMPLE.
645
659
  */
@@ -1368,6 +1382,7 @@ declare namespace MQ {
1368
1382
  export type __boolean = boolean;
1369
1383
  export type __integer = number;
1370
1384
  export type __integerMin5Max100 = number;
1385
+ export type __listOfActionRequired = ActionRequired[];
1371
1386
  export type __listOfAvailabilityZone = AvailabilityZone[];
1372
1387
  export type __listOfBrokerEngineType = BrokerEngineType[];
1373
1388
  export type __listOfBrokerInstance = BrokerInstance[];