@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
@@ -103,11 +103,11 @@
103
103
  "locationName": "statusUpdateInterval"
104
104
  },
105
105
  "Tags": {
106
- "shape": "Sjd",
106
+ "shape": "Sjr",
107
107
  "locationName": "tags"
108
108
  },
109
109
  "UserMetadata": {
110
- "shape": "Sjd",
110
+ "shape": "Sjr",
111
111
  "locationName": "userMetadata"
112
112
  }
113
113
  },
@@ -120,7 +120,7 @@
120
120
  "type": "structure",
121
121
  "members": {
122
122
  "Job": {
123
- "shape": "Sjf",
123
+ "shape": "Sjt",
124
124
  "locationName": "job"
125
125
  }
126
126
  }
@@ -159,14 +159,14 @@
159
159
  "locationName": "queue"
160
160
  },
161
161
  "Settings": {
162
- "shape": "Sjv",
162
+ "shape": "Sk9",
163
163
  "locationName": "settings"
164
164
  },
165
165
  "StatusUpdateInterval": {
166
166
  "locationName": "statusUpdateInterval"
167
167
  },
168
168
  "Tags": {
169
- "shape": "Sjd",
169
+ "shape": "Sjr",
170
170
  "locationName": "tags"
171
171
  }
172
172
  },
@@ -179,7 +179,7 @@
179
179
  "type": "structure",
180
180
  "members": {
181
181
  "JobTemplate": {
182
- "shape": "Sjz",
182
+ "shape": "Skd",
183
183
  "locationName": "jobTemplate"
184
184
  }
185
185
  }
@@ -203,11 +203,11 @@
203
203
  "locationName": "name"
204
204
  },
205
205
  "Settings": {
206
- "shape": "Sk2",
206
+ "shape": "Skg",
207
207
  "locationName": "settings"
208
208
  },
209
209
  "Tags": {
210
- "shape": "Sjd",
210
+ "shape": "Sjr",
211
211
  "locationName": "tags"
212
212
  }
213
213
  },
@@ -220,7 +220,7 @@
220
220
  "type": "structure",
221
221
  "members": {
222
222
  "Preset": {
223
- "shape": "Sk6",
223
+ "shape": "Skk",
224
224
  "locationName": "preset"
225
225
  }
226
226
  }
@@ -244,14 +244,14 @@
244
244
  "locationName": "pricingPlan"
245
245
  },
246
246
  "ReservationPlanSettings": {
247
- "shape": "Sk9",
247
+ "shape": "Skn",
248
248
  "locationName": "reservationPlanSettings"
249
249
  },
250
250
  "Status": {
251
251
  "locationName": "status"
252
252
  },
253
253
  "Tags": {
254
- "shape": "Sjd",
254
+ "shape": "Sjr",
255
255
  "locationName": "tags"
256
256
  }
257
257
  },
@@ -263,7 +263,7 @@
263
263
  "type": "structure",
264
264
  "members": {
265
265
  "Queue": {
266
- "shape": "Ske",
266
+ "shape": "Sks",
267
267
  "locationName": "queue"
268
268
  }
269
269
  }
@@ -439,7 +439,7 @@
439
439
  "type": "structure",
440
440
  "members": {
441
441
  "Job": {
442
- "shape": "Sjf",
442
+ "shape": "Sjt",
443
443
  "locationName": "job"
444
444
  }
445
445
  }
@@ -467,7 +467,7 @@
467
467
  "type": "structure",
468
468
  "members": {
469
469
  "JobTemplate": {
470
- "shape": "Sjz",
470
+ "shape": "Skd",
471
471
  "locationName": "jobTemplate"
472
472
  }
473
473
  }
@@ -487,7 +487,7 @@
487
487
  "type": "structure",
488
488
  "members": {
489
489
  "Policy": {
490
- "shape": "Sl2",
490
+ "shape": "Slg",
491
491
  "locationName": "policy"
492
492
  }
493
493
  }
@@ -515,7 +515,7 @@
515
515
  "type": "structure",
516
516
  "members": {
517
517
  "Preset": {
518
- "shape": "Sk6",
518
+ "shape": "Skk",
519
519
  "locationName": "preset"
520
520
  }
521
521
  }
@@ -543,7 +543,7 @@
543
543
  "type": "structure",
544
544
  "members": {
545
545
  "Queue": {
546
- "shape": "Ske",
546
+ "shape": "Sks",
547
547
  "locationName": "queue"
548
548
  }
549
549
  }
@@ -588,7 +588,7 @@
588
588
  "locationName": "jobTemplates",
589
589
  "type": "list",
590
590
  "member": {
591
- "shape": "Sjz"
591
+ "shape": "Skd"
592
592
  }
593
593
  },
594
594
  "NextToken": {
@@ -636,7 +636,7 @@
636
636
  "locationName": "jobs",
637
637
  "type": "list",
638
638
  "member": {
639
- "shape": "Sjf"
639
+ "shape": "Sjt"
640
640
  }
641
641
  },
642
642
  "NextToken": {
@@ -687,7 +687,7 @@
687
687
  "locationName": "presets",
688
688
  "type": "list",
689
689
  "member": {
690
- "shape": "Sk6"
690
+ "shape": "Skk"
691
691
  }
692
692
  }
693
693
  }
@@ -731,7 +731,7 @@
731
731
  "locationName": "queues",
732
732
  "type": "list",
733
733
  "member": {
734
- "shape": "Ske"
734
+ "shape": "Sks"
735
735
  }
736
736
  }
737
737
  }
@@ -766,7 +766,7 @@
766
766
  "locationName": "arn"
767
767
  },
768
768
  "Tags": {
769
- "shape": "Sjd",
769
+ "shape": "Sjr",
770
770
  "locationName": "tags"
771
771
  }
772
772
  }
@@ -784,7 +784,7 @@
784
784
  "type": "structure",
785
785
  "members": {
786
786
  "Policy": {
787
- "shape": "Sl2",
787
+ "shape": "Slg",
788
788
  "locationName": "policy"
789
789
  }
790
790
  },
@@ -796,7 +796,7 @@
796
796
  "type": "structure",
797
797
  "members": {
798
798
  "Policy": {
799
- "shape": "Sl2",
799
+ "shape": "Slg",
800
800
  "locationName": "policy"
801
801
  }
802
802
  }
@@ -814,7 +814,7 @@
814
814
  "locationName": "arn"
815
815
  },
816
816
  "Tags": {
817
- "shape": "Sjd",
817
+ "shape": "Sjr",
818
818
  "locationName": "tags"
819
819
  }
820
820
  },
@@ -842,7 +842,7 @@
842
842
  "location": "uri"
843
843
  },
844
844
  "TagKeys": {
845
- "shape": "Sjk",
845
+ "shape": "Sjy",
846
846
  "locationName": "tagKeys"
847
847
  }
848
848
  },
@@ -890,7 +890,7 @@
890
890
  "locationName": "queue"
891
891
  },
892
892
  "Settings": {
893
- "shape": "Sjv",
893
+ "shape": "Sk9",
894
894
  "locationName": "settings"
895
895
  },
896
896
  "StatusUpdateInterval": {
@@ -905,7 +905,7 @@
905
905
  "type": "structure",
906
906
  "members": {
907
907
  "JobTemplate": {
908
- "shape": "Sjz",
908
+ "shape": "Skd",
909
909
  "locationName": "jobTemplate"
910
910
  }
911
911
  }
@@ -931,7 +931,7 @@
931
931
  "location": "uri"
932
932
  },
933
933
  "Settings": {
934
- "shape": "Sk2",
934
+ "shape": "Skg",
935
935
  "locationName": "settings"
936
936
  }
937
937
  },
@@ -943,7 +943,7 @@
943
943
  "type": "structure",
944
944
  "members": {
945
945
  "Preset": {
946
- "shape": "Sk6",
946
+ "shape": "Skk",
947
947
  "locationName": "preset"
948
948
  }
949
949
  }
@@ -966,7 +966,7 @@
966
966
  "location": "uri"
967
967
  },
968
968
  "ReservationPlanSettings": {
969
- "shape": "Sk9",
969
+ "shape": "Skn",
970
970
  "locationName": "reservationPlanSettings"
971
971
  },
972
972
  "Status": {
@@ -981,7 +981,7 @@
981
981
  "type": "structure",
982
982
  "members": {
983
983
  "Queue": {
984
- "shape": "Ske",
984
+ "shape": "Sks",
985
985
  "locationName": "queue"
986
986
  }
987
987
  }
@@ -1130,39 +1130,49 @@
1130
1130
  "TimecodeStart": {
1131
1131
  "locationName": "timecodeStart"
1132
1132
  },
1133
+ "VideoGenerator": {
1134
+ "locationName": "videoGenerator",
1135
+ "type": "structure",
1136
+ "members": {
1137
+ "Duration": {
1138
+ "locationName": "duration",
1139
+ "type": "integer"
1140
+ }
1141
+ }
1142
+ },
1133
1143
  "VideoSelector": {
1134
- "shape": "S30",
1144
+ "shape": "S32",
1135
1145
  "locationName": "videoSelector"
1136
1146
  }
1137
1147
  }
1138
1148
  }
1139
1149
  },
1140
1150
  "KantarWatermark": {
1141
- "shape": "S3a",
1151
+ "shape": "S3d",
1142
1152
  "locationName": "kantarWatermark"
1143
1153
  },
1144
1154
  "MotionImageInserter": {
1145
- "shape": "S3i",
1155
+ "shape": "S3l",
1146
1156
  "locationName": "motionImageInserter"
1147
1157
  },
1148
1158
  "NielsenConfiguration": {
1149
- "shape": "S3q",
1159
+ "shape": "S3t",
1150
1160
  "locationName": "nielsenConfiguration"
1151
1161
  },
1152
1162
  "NielsenNonLinearWatermark": {
1153
- "shape": "S3s",
1163
+ "shape": "S3v",
1154
1164
  "locationName": "nielsenNonLinearWatermark"
1155
1165
  },
1156
1166
  "OutputGroups": {
1157
- "shape": "S3z",
1167
+ "shape": "S42",
1158
1168
  "locationName": "outputGroups"
1159
1169
  },
1160
1170
  "TimecodeConfig": {
1161
- "shape": "Sj5",
1171
+ "shape": "Sjj",
1162
1172
  "locationName": "timecodeConfig"
1163
1173
  },
1164
1174
  "TimedMetadataInsertion": {
1165
- "shape": "Sj8",
1175
+ "shape": "Sjm",
1166
1176
  "locationName": "timedMetadataInsertion"
1167
1177
  }
1168
1178
  }
@@ -1565,7 +1575,7 @@
1565
1575
  }
1566
1576
  }
1567
1577
  },
1568
- "S30": {
1578
+ "S32": {
1569
1579
  "type": "structure",
1570
1580
  "members": {
1571
1581
  "AlphaBehavior": {
@@ -1581,9 +1591,12 @@
1581
1591
  "locationName": "embeddedTimecodeOverride"
1582
1592
  },
1583
1593
  "Hdr10Metadata": {
1584
- "shape": "S35",
1594
+ "shape": "S37",
1585
1595
  "locationName": "hdr10Metadata"
1586
1596
  },
1597
+ "PadVideo": {
1598
+ "locationName": "padVideo"
1599
+ },
1587
1600
  "Pid": {
1588
1601
  "locationName": "pid",
1589
1602
  "type": "integer"
@@ -1600,7 +1613,7 @@
1600
1613
  }
1601
1614
  }
1602
1615
  },
1603
- "S35": {
1616
+ "S37": {
1604
1617
  "type": "structure",
1605
1618
  "members": {
1606
1619
  "BluePrimaryX": {
@@ -1653,7 +1666,7 @@
1653
1666
  }
1654
1667
  }
1655
1668
  },
1656
- "S3a": {
1669
+ "S3d": {
1657
1670
  "type": "structure",
1658
1671
  "members": {
1659
1672
  "ChannelName": {
@@ -1699,7 +1712,7 @@
1699
1712
  }
1700
1713
  }
1701
1714
  },
1702
- "S3i": {
1715
+ "S3l": {
1703
1716
  "type": "structure",
1704
1717
  "members": {
1705
1718
  "Framerate": {
@@ -1744,7 +1757,7 @@
1744
1757
  }
1745
1758
  }
1746
1759
  },
1747
- "S3q": {
1760
+ "S3t": {
1748
1761
  "type": "structure",
1749
1762
  "members": {
1750
1763
  "BreakoutCode": {
@@ -1756,7 +1769,7 @@
1756
1769
  }
1757
1770
  }
1758
1771
  },
1759
- "S3s": {
1772
+ "S3v": {
1760
1773
  "type": "structure",
1761
1774
  "members": {
1762
1775
  "ActiveWatermarkProcess": {
@@ -1795,7 +1808,7 @@
1795
1808
  }
1796
1809
  }
1797
1810
  },
1798
- "S3z": {
1811
+ "S42": {
1799
1812
  "type": "list",
1800
1813
  "member": {
1801
1814
  "type": "structure",
@@ -1819,6 +1832,83 @@
1819
1832
  "MinAbrBitrate": {
1820
1833
  "locationName": "minAbrBitrate",
1821
1834
  "type": "integer"
1835
+ },
1836
+ "Rules": {
1837
+ "locationName": "rules",
1838
+ "type": "list",
1839
+ "member": {
1840
+ "type": "structure",
1841
+ "members": {
1842
+ "AllowedRenditions": {
1843
+ "locationName": "allowedRenditions",
1844
+ "type": "list",
1845
+ "member": {
1846
+ "type": "structure",
1847
+ "members": {
1848
+ "Height": {
1849
+ "locationName": "height",
1850
+ "type": "integer"
1851
+ },
1852
+ "Required": {
1853
+ "locationName": "required"
1854
+ },
1855
+ "Width": {
1856
+ "locationName": "width",
1857
+ "type": "integer"
1858
+ }
1859
+ }
1860
+ }
1861
+ },
1862
+ "ForceIncludeRenditions": {
1863
+ "locationName": "forceIncludeRenditions",
1864
+ "type": "list",
1865
+ "member": {
1866
+ "type": "structure",
1867
+ "members": {
1868
+ "Height": {
1869
+ "locationName": "height",
1870
+ "type": "integer"
1871
+ },
1872
+ "Width": {
1873
+ "locationName": "width",
1874
+ "type": "integer"
1875
+ }
1876
+ }
1877
+ }
1878
+ },
1879
+ "MinBottomRenditionSize": {
1880
+ "locationName": "minBottomRenditionSize",
1881
+ "type": "structure",
1882
+ "members": {
1883
+ "Height": {
1884
+ "locationName": "height",
1885
+ "type": "integer"
1886
+ },
1887
+ "Width": {
1888
+ "locationName": "width",
1889
+ "type": "integer"
1890
+ }
1891
+ }
1892
+ },
1893
+ "MinTopRenditionSize": {
1894
+ "locationName": "minTopRenditionSize",
1895
+ "type": "structure",
1896
+ "members": {
1897
+ "Height": {
1898
+ "locationName": "height",
1899
+ "type": "integer"
1900
+ },
1901
+ "Width": {
1902
+ "locationName": "width",
1903
+ "type": "integer"
1904
+ }
1905
+ }
1906
+ },
1907
+ "Type": {
1908
+ "locationName": "type"
1909
+ }
1910
+ }
1911
+ }
1822
1912
  }
1823
1913
  }
1824
1914
  }
@@ -1867,7 +1957,7 @@
1867
1957
  "locationName": "destination"
1868
1958
  },
1869
1959
  "DestinationSettings": {
1870
- "shape": "S4b",
1960
+ "shape": "S4p",
1871
1961
  "locationName": "destinationSettings"
1872
1962
  },
1873
1963
  "Encryption": {
@@ -1891,11 +1981,11 @@
1891
1981
  "locationName": "certificateArn"
1892
1982
  },
1893
1983
  "DashSignaledSystemIds": {
1894
- "shape": "S4p",
1984
+ "shape": "S53",
1895
1985
  "locationName": "dashSignaledSystemIds"
1896
1986
  },
1897
1987
  "HlsSignaledSystemIds": {
1898
- "shape": "S4p",
1988
+ "shape": "S53",
1899
1989
  "locationName": "hlsSignaledSystemIds"
1900
1990
  },
1901
1991
  "ResourceId": {
@@ -1907,7 +1997,7 @@
1907
1997
  }
1908
1998
  },
1909
1999
  "StaticKeyProvider": {
1910
- "shape": "S4s",
2000
+ "shape": "S56",
1911
2001
  "locationName": "staticKeyProvider"
1912
2002
  },
1913
2003
  "Type": {
@@ -2028,7 +2118,7 @@
2028
2118
  "locationName": "destination"
2029
2119
  },
2030
2120
  "DestinationSettings": {
2031
- "shape": "S4b",
2121
+ "shape": "S4p",
2032
2122
  "locationName": "destinationSettings"
2033
2123
  },
2034
2124
  "Encryption": {
@@ -2039,7 +2129,7 @@
2039
2129
  "locationName": "playbackDeviceCompatibility"
2040
2130
  },
2041
2131
  "SpekeKeyProvider": {
2042
- "shape": "S5m",
2132
+ "shape": "S60",
2043
2133
  "locationName": "spekeKeyProvider"
2044
2134
  }
2045
2135
  }
@@ -2120,7 +2210,7 @@
2120
2210
  "locationName": "destination"
2121
2211
  },
2122
2212
  "DestinationSettings": {
2123
- "shape": "S4b",
2213
+ "shape": "S4p",
2124
2214
  "locationName": "destinationSettings"
2125
2215
  }
2126
2216
  }
@@ -2194,7 +2284,7 @@
2194
2284
  "locationName": "destination"
2195
2285
  },
2196
2286
  "DestinationSettings": {
2197
- "shape": "S4b",
2287
+ "shape": "S4p",
2198
2288
  "locationName": "destinationSettings"
2199
2289
  },
2200
2290
  "DirectoryStructure": {
@@ -2217,11 +2307,11 @@
2217
2307
  "locationName": "offlineEncrypted"
2218
2308
  },
2219
2309
  "SpekeKeyProvider": {
2220
- "shape": "S5m",
2310
+ "shape": "S60",
2221
2311
  "locationName": "spekeKeyProvider"
2222
2312
  },
2223
2313
  "StaticKeyProvider": {
2224
- "shape": "S4s",
2314
+ "shape": "S56",
2225
2315
  "locationName": "staticKeyProvider"
2226
2316
  },
2227
2317
  "Type": {
@@ -2345,7 +2435,7 @@
2345
2435
  "locationName": "destination"
2346
2436
  },
2347
2437
  "DestinationSettings": {
2348
- "shape": "S4b",
2438
+ "shape": "S4p",
2349
2439
  "locationName": "destinationSettings"
2350
2440
  },
2351
2441
  "Encryption": {
@@ -2353,7 +2443,7 @@
2353
2443
  "type": "structure",
2354
2444
  "members": {
2355
2445
  "SpekeKeyProvider": {
2356
- "shape": "S5m",
2446
+ "shape": "S60",
2357
2447
  "locationName": "spekeKeyProvider"
2358
2448
  }
2359
2449
  }
@@ -2382,7 +2472,7 @@
2382
2472
  "type": "structure",
2383
2473
  "members": {
2384
2474
  "AudioDescriptions": {
2385
- "shape": "S75",
2475
+ "shape": "S7j",
2386
2476
  "locationName": "audioDescriptions"
2387
2477
  },
2388
2478
  "CaptionDescriptions": {
@@ -2398,7 +2488,7 @@
2398
2488
  "locationName": "customLanguageCode"
2399
2489
  },
2400
2490
  "DestinationSettings": {
2401
- "shape": "S9n",
2491
+ "shape": "Sa1",
2402
2492
  "locationName": "destinationSettings"
2403
2493
  },
2404
2494
  "LanguageCode": {
@@ -2411,7 +2501,7 @@
2411
2501
  }
2412
2502
  },
2413
2503
  "ContainerSettings": {
2414
- "shape": "Sax",
2504
+ "shape": "Sbb",
2415
2505
  "locationName": "containerSettings"
2416
2506
  },
2417
2507
  "Extension": {
@@ -2457,7 +2547,7 @@
2457
2547
  "locationName": "preset"
2458
2548
  },
2459
2549
  "VideoDescription": {
2460
- "shape": "Sd6",
2550
+ "shape": "Sdk",
2461
2551
  "locationName": "videoDescription"
2462
2552
  }
2463
2553
  }
@@ -2466,7 +2556,7 @@
2466
2556
  }
2467
2557
  }
2468
2558
  },
2469
- "S4b": {
2559
+ "S4p": {
2470
2560
  "type": "structure",
2471
2561
  "members": {
2472
2562
  "S3Settings": {
@@ -2501,11 +2591,11 @@
2501
2591
  }
2502
2592
  }
2503
2593
  },
2504
- "S4p": {
2594
+ "S53": {
2505
2595
  "type": "list",
2506
2596
  "member": {}
2507
2597
  },
2508
- "S4s": {
2598
+ "S56": {
2509
2599
  "type": "structure",
2510
2600
  "members": {
2511
2601
  "KeyFormat": {
@@ -2522,7 +2612,7 @@
2522
2612
  }
2523
2613
  }
2524
2614
  },
2525
- "S5m": {
2615
+ "S60": {
2526
2616
  "type": "structure",
2527
2617
  "members": {
2528
2618
  "CertificateArn": {
@@ -2541,7 +2631,7 @@
2541
2631
  }
2542
2632
  }
2543
2633
  },
2544
- "S75": {
2634
+ "S7j": {
2545
2635
  "type": "list",
2546
2636
  "member": {
2547
2637
  "type": "structure",
@@ -2951,7 +3041,7 @@
2951
3041
  }
2952
3042
  }
2953
3043
  },
2954
- "S9n": {
3044
+ "Sa1": {
2955
3045
  "type": "structure",
2956
3046
  "members": {
2957
3047
  "BurninDestinationSettings": {
@@ -3218,7 +3308,7 @@
3218
3308
  }
3219
3309
  }
3220
3310
  },
3221
- "Sax": {
3311
+ "Sbb": {
3222
3312
  "type": "structure",
3223
3313
  "members": {
3224
3314
  "CmfcSettings": {
@@ -3284,7 +3374,7 @@
3284
3374
  "type": "integer"
3285
3375
  },
3286
3376
  "AudioPids": {
3287
- "shape": "Sbd",
3377
+ "shape": "Sbr",
3288
3378
  "locationName": "audioPids"
3289
3379
  },
3290
3380
  "Bitrate": {
@@ -3334,7 +3424,7 @@
3334
3424
  }
3335
3425
  },
3336
3426
  "DvbSubPids": {
3337
- "shape": "Sbd",
3427
+ "shape": "Sbr",
3338
3428
  "locationName": "dvbSubPids"
3339
3429
  },
3340
3430
  "DvbTdtSettings": {
@@ -3468,7 +3558,7 @@
3468
3558
  "type": "integer"
3469
3559
  },
3470
3560
  "AudioPids": {
3471
- "shape": "Sbd",
3561
+ "shape": "Sbr",
3472
3562
  "locationName": "audioPids"
3473
3563
  },
3474
3564
  "DataPTSControl": {
@@ -3632,13 +3722,13 @@
3632
3722
  }
3633
3723
  }
3634
3724
  },
3635
- "Sbd": {
3725
+ "Sbr": {
3636
3726
  "type": "list",
3637
3727
  "member": {
3638
3728
  "type": "integer"
3639
3729
  }
3640
3730
  },
3641
- "Sd6": {
3731
+ "Sdk": {
3642
3732
  "type": "structure",
3643
3733
  "members": {
3644
3734
  "AfdSignaling": {
@@ -4593,7 +4683,7 @@
4593
4683
  "type": "integer"
4594
4684
  },
4595
4685
  "Hdr10Metadata": {
4596
- "shape": "S35",
4686
+ "shape": "S37",
4597
4687
  "locationName": "hdr10Metadata"
4598
4688
  },
4599
4689
  "Hue": {
@@ -4645,6 +4735,9 @@
4645
4735
  "L6Mode": {
4646
4736
  "locationName": "l6Mode"
4647
4737
  },
4738
+ "Mapping": {
4739
+ "locationName": "mapping"
4740
+ },
4648
4741
  "Profile": {
4649
4742
  "locationName": "profile"
4650
4743
  }
@@ -4778,7 +4871,7 @@
4778
4871
  }
4779
4872
  }
4780
4873
  },
4781
- "Sj5": {
4874
+ "Sjj": {
4782
4875
  "type": "structure",
4783
4876
  "members": {
4784
4877
  "Anchor": {
@@ -4795,7 +4888,7 @@
4795
4888
  }
4796
4889
  }
4797
4890
  },
4798
- "Sj8": {
4891
+ "Sjm": {
4799
4892
  "type": "structure",
4800
4893
  "members": {
4801
4894
  "Id3Insertions": {
@@ -4815,12 +4908,12 @@
4815
4908
  }
4816
4909
  }
4817
4910
  },
4818
- "Sjd": {
4911
+ "Sjr": {
4819
4912
  "type": "map",
4820
4913
  "key": {},
4821
4914
  "value": {}
4822
4915
  },
4823
- "Sjf": {
4916
+ "Sjt": {
4824
4917
  "type": "structure",
4825
4918
  "members": {
4826
4919
  "AccelerationSettings": {
@@ -4837,7 +4930,7 @@
4837
4930
  "locationName": "billingTagsSource"
4838
4931
  },
4839
4932
  "CreatedAt": {
4840
- "shape": "Sjh",
4933
+ "shape": "Sjv",
4841
4934
  "locationName": "createdAt"
4842
4935
  },
4843
4936
  "CurrentPhase": {
@@ -4869,11 +4962,11 @@
4869
4962
  "type": "structure",
4870
4963
  "members": {
4871
4964
  "Info": {
4872
- "shape": "Sjk",
4965
+ "shape": "Sjy",
4873
4966
  "locationName": "info"
4874
4967
  },
4875
4968
  "Warning": {
4876
- "shape": "Sjk",
4969
+ "shape": "Sjy",
4877
4970
  "locationName": "warning"
4878
4971
  }
4879
4972
  }
@@ -4934,7 +5027,7 @@
4934
5027
  "locationName": "sourceQueue"
4935
5028
  },
4936
5029
  "Timestamp": {
4937
- "shape": "Sjh",
5030
+ "shape": "Sjv",
4938
5031
  "locationName": "timestamp"
4939
5032
  }
4940
5033
  }
@@ -4965,21 +5058,21 @@
4965
5058
  "type": "structure",
4966
5059
  "members": {
4967
5060
  "FinishTime": {
4968
- "shape": "Sjh",
5061
+ "shape": "Sjv",
4969
5062
  "locationName": "finishTime"
4970
5063
  },
4971
5064
  "StartTime": {
4972
- "shape": "Sjh",
5065
+ "shape": "Sjv",
4973
5066
  "locationName": "startTime"
4974
5067
  },
4975
5068
  "SubmitTime": {
4976
- "shape": "Sjh",
5069
+ "shape": "Sjv",
4977
5070
  "locationName": "submitTime"
4978
5071
  }
4979
5072
  }
4980
5073
  },
4981
5074
  "UserMetadata": {
4982
- "shape": "Sjd",
5075
+ "shape": "Sjr",
4983
5076
  "locationName": "userMetadata"
4984
5077
  }
4985
5078
  },
@@ -4988,15 +5081,15 @@
4988
5081
  "Settings"
4989
5082
  ]
4990
5083
  },
4991
- "Sjh": {
5084
+ "Sjv": {
4992
5085
  "type": "timestamp",
4993
5086
  "timestampFormat": "unixTimestamp"
4994
5087
  },
4995
- "Sjk": {
5088
+ "Sjy": {
4996
5089
  "type": "list",
4997
5090
  "member": {}
4998
5091
  },
4999
- "Sjv": {
5092
+ "Sk9": {
5000
5093
  "type": "structure",
5001
5094
  "members": {
5002
5095
  "AdAvailOffset": {
@@ -5082,43 +5175,43 @@
5082
5175
  "locationName": "timecodeStart"
5083
5176
  },
5084
5177
  "VideoSelector": {
5085
- "shape": "S30",
5178
+ "shape": "S32",
5086
5179
  "locationName": "videoSelector"
5087
5180
  }
5088
5181
  }
5089
5182
  }
5090
5183
  },
5091
5184
  "KantarWatermark": {
5092
- "shape": "S3a",
5185
+ "shape": "S3d",
5093
5186
  "locationName": "kantarWatermark"
5094
5187
  },
5095
5188
  "MotionImageInserter": {
5096
- "shape": "S3i",
5189
+ "shape": "S3l",
5097
5190
  "locationName": "motionImageInserter"
5098
5191
  },
5099
5192
  "NielsenConfiguration": {
5100
- "shape": "S3q",
5193
+ "shape": "S3t",
5101
5194
  "locationName": "nielsenConfiguration"
5102
5195
  },
5103
5196
  "NielsenNonLinearWatermark": {
5104
- "shape": "S3s",
5197
+ "shape": "S3v",
5105
5198
  "locationName": "nielsenNonLinearWatermark"
5106
5199
  },
5107
5200
  "OutputGroups": {
5108
- "shape": "S3z",
5201
+ "shape": "S42",
5109
5202
  "locationName": "outputGroups"
5110
5203
  },
5111
5204
  "TimecodeConfig": {
5112
- "shape": "Sj5",
5205
+ "shape": "Sjj",
5113
5206
  "locationName": "timecodeConfig"
5114
5207
  },
5115
5208
  "TimedMetadataInsertion": {
5116
- "shape": "Sj8",
5209
+ "shape": "Sjm",
5117
5210
  "locationName": "timedMetadataInsertion"
5118
5211
  }
5119
5212
  }
5120
5213
  },
5121
- "Sjz": {
5214
+ "Skd": {
5122
5215
  "type": "structure",
5123
5216
  "members": {
5124
5217
  "AccelerationSettings": {
@@ -5132,7 +5225,7 @@
5132
5225
  "locationName": "category"
5133
5226
  },
5134
5227
  "CreatedAt": {
5135
- "shape": "Sjh",
5228
+ "shape": "Sjv",
5136
5229
  "locationName": "createdAt"
5137
5230
  },
5138
5231
  "Description": {
@@ -5143,7 +5236,7 @@
5143
5236
  "locationName": "hopDestinations"
5144
5237
  },
5145
5238
  "LastUpdated": {
5146
- "shape": "Sjh",
5239
+ "shape": "Sjv",
5147
5240
  "locationName": "lastUpdated"
5148
5241
  },
5149
5242
  "Name": {
@@ -5157,7 +5250,7 @@
5157
5250
  "locationName": "queue"
5158
5251
  },
5159
5252
  "Settings": {
5160
- "shape": "Sjv",
5253
+ "shape": "Sk9",
5161
5254
  "locationName": "settings"
5162
5255
  },
5163
5256
  "StatusUpdateInterval": {
@@ -5172,11 +5265,11 @@
5172
5265
  "Name"
5173
5266
  ]
5174
5267
  },
5175
- "Sk2": {
5268
+ "Skg": {
5176
5269
  "type": "structure",
5177
5270
  "members": {
5178
5271
  "AudioDescriptions": {
5179
- "shape": "S75",
5272
+ "shape": "S7j",
5180
5273
  "locationName": "audioDescriptions"
5181
5274
  },
5182
5275
  "CaptionDescriptions": {
@@ -5189,7 +5282,7 @@
5189
5282
  "locationName": "customLanguageCode"
5190
5283
  },
5191
5284
  "DestinationSettings": {
5192
- "shape": "S9n",
5285
+ "shape": "Sa1",
5193
5286
  "locationName": "destinationSettings"
5194
5287
  },
5195
5288
  "LanguageCode": {
@@ -5202,16 +5295,16 @@
5202
5295
  }
5203
5296
  },
5204
5297
  "ContainerSettings": {
5205
- "shape": "Sax",
5298
+ "shape": "Sbb",
5206
5299
  "locationName": "containerSettings"
5207
5300
  },
5208
5301
  "VideoDescription": {
5209
- "shape": "Sd6",
5302
+ "shape": "Sdk",
5210
5303
  "locationName": "videoDescription"
5211
5304
  }
5212
5305
  }
5213
5306
  },
5214
- "Sk6": {
5307
+ "Skk": {
5215
5308
  "type": "structure",
5216
5309
  "members": {
5217
5310
  "Arn": {
@@ -5221,21 +5314,21 @@
5221
5314
  "locationName": "category"
5222
5315
  },
5223
5316
  "CreatedAt": {
5224
- "shape": "Sjh",
5317
+ "shape": "Sjv",
5225
5318
  "locationName": "createdAt"
5226
5319
  },
5227
5320
  "Description": {
5228
5321
  "locationName": "description"
5229
5322
  },
5230
5323
  "LastUpdated": {
5231
- "shape": "Sjh",
5324
+ "shape": "Sjv",
5232
5325
  "locationName": "lastUpdated"
5233
5326
  },
5234
5327
  "Name": {
5235
5328
  "locationName": "name"
5236
5329
  },
5237
5330
  "Settings": {
5238
- "shape": "Sk2",
5331
+ "shape": "Skg",
5239
5332
  "locationName": "settings"
5240
5333
  },
5241
5334
  "Type": {
@@ -5247,7 +5340,7 @@
5247
5340
  "Name"
5248
5341
  ]
5249
5342
  },
5250
- "Sk9": {
5343
+ "Skn": {
5251
5344
  "type": "structure",
5252
5345
  "members": {
5253
5346
  "Commitment": {
@@ -5267,21 +5360,21 @@
5267
5360
  "RenewalType"
5268
5361
  ]
5269
5362
  },
5270
- "Ske": {
5363
+ "Sks": {
5271
5364
  "type": "structure",
5272
5365
  "members": {
5273
5366
  "Arn": {
5274
5367
  "locationName": "arn"
5275
5368
  },
5276
5369
  "CreatedAt": {
5277
- "shape": "Sjh",
5370
+ "shape": "Sjv",
5278
5371
  "locationName": "createdAt"
5279
5372
  },
5280
5373
  "Description": {
5281
5374
  "locationName": "description"
5282
5375
  },
5283
5376
  "LastUpdated": {
5284
- "shape": "Sjh",
5377
+ "shape": "Sjv",
5285
5378
  "locationName": "lastUpdated"
5286
5379
  },
5287
5380
  "Name": {
@@ -5302,11 +5395,11 @@
5302
5395
  "locationName": "commitment"
5303
5396
  },
5304
5397
  "ExpiresAt": {
5305
- "shape": "Sjh",
5398
+ "shape": "Sjv",
5306
5399
  "locationName": "expiresAt"
5307
5400
  },
5308
5401
  "PurchasedAt": {
5309
- "shape": "Sjh",
5402
+ "shape": "Sjv",
5310
5403
  "locationName": "purchasedAt"
5311
5404
  },
5312
5405
  "RenewalType": {
@@ -5336,7 +5429,7 @@
5336
5429
  "Name"
5337
5430
  ]
5338
5431
  },
5339
- "Sl2": {
5432
+ "Slg": {
5340
5433
  "type": "structure",
5341
5434
  "members": {
5342
5435
  "HttpInputs": {