@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29

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 (411) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +5 -5
  3. package/.projenrc.ts +5 -3
  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 +384 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
  21. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
  22. package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
  23. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
  24. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
  27. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  28. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
  29. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  30. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
  31. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
  32. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
  33. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
  34. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  35. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  36. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
  37. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
  38. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
  39. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
  40. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
  41. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  42. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
  43. package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
  44. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
  45. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
  46. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  48. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  49. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
  50. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  51. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  52. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  53. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
  54. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  55. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
  56. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
  57. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
  58. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
  59. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
  60. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
  61. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
  62. package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
  63. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
  64. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
  65. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
  66. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  67. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
  68. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
  69. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
  70. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  71. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
  72. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
  73. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
  74. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  75. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  76. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
  77. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
  78. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
  79. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
  80. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
  81. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
  82. package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
  83. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
  84. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  85. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
  86. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
  87. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
  88. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
  89. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
  90. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
  91. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  92. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
  93. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  94. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
  95. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
  96. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
  97. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
  98. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  99. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  100. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
  101. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
  102. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
  103. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  104. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  105. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  106. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  107. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  108. package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
  109. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
  110. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  111. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
  112. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
  113. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
  114. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
  115. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  116. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  117. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  118. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
  119. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
  120. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
  121. package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
  122. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
  123. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
  124. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
  125. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
  126. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  127. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  128. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
  129. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
  130. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
  131. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
  132. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
  133. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
  134. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
  135. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
  136. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
  137. package/node_modules/aws-sdk/apis/metadata.json +20 -0
  138. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
  139. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
  140. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
  141. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  142. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  143. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
  144. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
  145. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  146. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
  147. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
  148. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
  149. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  150. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  151. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  152. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  153. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
  154. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
  155. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
  156. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
  157. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  158. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
  159. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  160. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  161. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
  162. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
  163. package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  164. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  165. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
  166. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
  167. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
  168. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  169. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
  170. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
  171. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
  172. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
  173. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
  174. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
  175. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  176. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  177. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
  178. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
  179. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
  180. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
  181. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
  182. package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
  183. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
  184. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
  185. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
  186. package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
  187. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
  188. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  189. package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
  190. package/node_modules/aws-sdk/clients/all.d.ts +6 -0
  191. package/node_modules/aws-sdk/clients/all.js +7 -1
  192. package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
  193. package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
  194. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
  195. package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
  196. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  197. package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
  198. package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
  199. package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
  200. package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
  201. package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
  202. package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
  203. package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
  204. package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
  205. package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
  206. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  207. package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
  208. package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
  209. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  210. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  211. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
  212. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
  213. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  214. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  215. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
  216. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
  217. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  218. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  219. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
  220. package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
  221. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  222. package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
  223. package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
  224. package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
  225. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
  226. package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
  227. package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
  228. package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
  229. package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
  230. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  231. package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
  232. package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
  233. package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
  234. package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
  235. package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
  236. package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
  237. package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
  238. package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
  239. package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
  240. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  241. package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
  242. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  243. package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
  244. package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
  245. package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
  246. package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
  247. package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
  248. package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
  249. package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
  250. package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
  251. package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
  252. package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
  253. package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
  254. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
  255. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  256. package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
  257. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
  258. package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
  259. package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
  260. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  261. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  262. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
  263. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
  264. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  265. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  266. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  267. package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
  268. package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
  269. package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
  270. package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
  271. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  272. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  273. package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
  274. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  275. package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
  276. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
  277. package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
  278. package/node_modules/aws-sdk/clients/location.d.ts +28 -19
  279. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  280. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
  281. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
  282. package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
  283. package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
  284. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
  285. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
  286. package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
  287. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  288. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
  289. package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
  290. package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
  291. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
  292. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  293. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  294. package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
  295. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
  296. package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
  297. package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
  298. package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
  299. package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
  300. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
  301. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
  302. package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
  303. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  304. package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
  305. package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
  306. package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
  307. package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
  308. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  309. package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
  310. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  311. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  312. package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
  313. package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
  314. package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
  315. package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
  316. package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
  317. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
  318. package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
  319. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
  320. package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
  321. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
  322. package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
  323. package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
  324. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  325. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
  326. package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
  327. package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
  328. package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
  329. package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
  330. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  331. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
  332. package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
  333. package/node_modules/aws-sdk/clients/transfer.js +1 -0
  334. package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
  335. package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
  336. package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
  337. package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
  338. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  339. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
  340. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
  341. package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
  342. package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
  343. package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
  344. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
  345. package/node_modules/aws-sdk/lib/core.d.ts +1 -0
  346. package/node_modules/aws-sdk/lib/core.js +1 -1
  347. package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
  348. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
  349. package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
  350. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
  351. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
  352. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
  353. package/node_modules/aws-sdk/lib/model/operation.js +6 -1
  354. package/node_modules/aws-sdk/lib/node_loader.js +2 -0
  355. package/node_modules/aws-sdk/lib/param_validator.js +1 -2
  356. package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
  357. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  358. package/node_modules/aws-sdk/lib/services/s3.js +2 -1
  359. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  360. package/node_modules/aws-sdk/package.json +1 -1
  361. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
  362. package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
  363. package/node_modules/jszip/CHANGES.md +20 -1
  364. package/node_modules/jszip/LICENSE.markdown +1 -1
  365. package/node_modules/jszip/README.markdown +1 -3
  366. package/node_modules/jszip/dist/jszip.js +229 -16
  367. package/node_modules/jszip/dist/jszip.min.js +4 -4
  368. package/node_modules/jszip/index.d.ts +80 -15
  369. package/node_modules/jszip/lib/index.js +1 -1
  370. package/node_modules/jszip/lib/license_header.js +2 -2
  371. package/node_modules/jszip/lib/load.js +8 -1
  372. package/node_modules/jszip/lib/utils.js +28 -3
  373. package/node_modules/jszip/package.json +10 -9
  374. package/node_modules/jszip/tsconfig.json +101 -0
  375. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  376. package/node_modules/setimmediate/LICENSE.txt +20 -0
  377. package/node_modules/setimmediate/package.json +30 -0
  378. package/node_modules/setimmediate/setImmediate.js +186 -0
  379. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
  380. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
  381. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
  382. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
  383. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
  384. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
  385. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
  386. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
  387. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
  388. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
  389. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
  390. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
  391. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
  392. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
  393. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
  394. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
  395. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
  396. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
  397. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
  398. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
  399. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
  400. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
  401. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
  402. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
  403. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
  404. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
  405. package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
  406. package/package.json +18 -13
  407. package/releasetag.txt +1 -1
  408. package/version.txt +1 -1
  409. package/node_modules/set-immediate-shim/index.js +0 -7
  410. package/node_modules/set-immediate-shim/package.json +0 -34
  411. package/node_modules/set-immediate-shim/readme.md +0 -31
@@ -62,7 +62,8 @@
62
62
  "Tags": {
63
63
  "locationName": "tags",
64
64
  "shape": "Sc"
65
- }
65
+ },
66
+ "Tier": {}
66
67
  },
67
68
  "required": [
68
69
  "ChannelName",
@@ -77,18 +78,71 @@
77
78
  "ChannelName": {},
78
79
  "ChannelState": {},
79
80
  "CreationTime": {
80
- "shape": "Sf"
81
+ "shape": "Sg"
81
82
  },
82
83
  "FillerSlate": {
83
84
  "shape": "S6"
84
85
  },
85
86
  "LastModifiedTime": {
86
- "shape": "Sf"
87
+ "shape": "Sg"
87
88
  },
88
89
  "Outputs": {
89
- "shape": "Sg"
90
+ "shape": "Sh"
90
91
  },
91
92
  "PlaybackMode": {},
93
+ "Tags": {
94
+ "locationName": "tags",
95
+ "shape": "Sc"
96
+ },
97
+ "Tier": {}
98
+ },
99
+ "type": "structure"
100
+ }
101
+ },
102
+ "CreateLiveSource": {
103
+ "http": {
104
+ "requestUri": "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}",
105
+ "responseCode": 200
106
+ },
107
+ "input": {
108
+ "members": {
109
+ "HttpPackageConfigurations": {
110
+ "shape": "Sk"
111
+ },
112
+ "LiveSourceName": {
113
+ "location": "uri",
114
+ "locationName": "liveSourceName"
115
+ },
116
+ "SourceLocationName": {
117
+ "location": "uri",
118
+ "locationName": "sourceLocationName"
119
+ },
120
+ "Tags": {
121
+ "locationName": "tags",
122
+ "shape": "Sc"
123
+ }
124
+ },
125
+ "required": [
126
+ "SourceLocationName",
127
+ "LiveSourceName",
128
+ "HttpPackageConfigurations"
129
+ ],
130
+ "type": "structure"
131
+ },
132
+ "output": {
133
+ "members": {
134
+ "Arn": {},
135
+ "CreationTime": {
136
+ "shape": "Sg"
137
+ },
138
+ "HttpPackageConfigurations": {
139
+ "shape": "Sk"
140
+ },
141
+ "LastModifiedTime": {
142
+ "shape": "Sg"
143
+ },
144
+ "LiveSourceName": {},
145
+ "SourceLocationName": {},
92
146
  "Tags": {
93
147
  "locationName": "tags",
94
148
  "shape": "Sc"
@@ -105,7 +159,7 @@
105
159
  "input": {
106
160
  "members": {
107
161
  "Consumption": {
108
- "shape": "Sj"
162
+ "shape": "Sp"
109
163
  },
110
164
  "Name": {
111
165
  "location": "uri",
@@ -116,7 +170,7 @@
116
170
  "locationName": "PlaybackConfigurationName"
117
171
  },
118
172
  "Retrieval": {
119
- "shape": "Sn"
173
+ "shape": "St"
120
174
  },
121
175
  "StreamId": {}
122
176
  },
@@ -132,12 +186,12 @@
132
186
  "members": {
133
187
  "Arn": {},
134
188
  "Consumption": {
135
- "shape": "Sj"
189
+ "shape": "Sp"
136
190
  },
137
191
  "Name": {},
138
192
  "PlaybackConfigurationName": {},
139
193
  "Retrieval": {
140
- "shape": "Sn"
194
+ "shape": "St"
141
195
  },
142
196
  "StreamId": {}
143
197
  },
@@ -152,12 +206,13 @@
152
206
  "input": {
153
207
  "members": {
154
208
  "AdBreaks": {
155
- "shape": "Sq"
209
+ "shape": "Sw"
156
210
  },
157
211
  "ChannelName": {
158
212
  "location": "uri",
159
213
  "locationName": "channelName"
160
214
  },
215
+ "LiveSourceName": {},
161
216
  "ProgramName": {
162
217
  "location": "uri",
163
218
  "locationName": "programName"
@@ -166,6 +221,9 @@
166
221
  "members": {
167
222
  "Transition": {
168
223
  "members": {
224
+ "DurationMillis": {
225
+ "type": "long"
226
+ },
169
227
  "RelativePosition": {},
170
228
  "RelativeProgram": {},
171
229
  "ScheduledStartTimeMillis": {
@@ -191,7 +249,6 @@
191
249
  "required": [
192
250
  "ChannelName",
193
251
  "ProgramName",
194
- "VodSourceName",
195
252
  "SourceLocationName",
196
253
  "ScheduleConfiguration"
197
254
  ],
@@ -200,16 +257,17 @@
200
257
  "output": {
201
258
  "members": {
202
259
  "AdBreaks": {
203
- "shape": "Sq"
260
+ "shape": "Sw"
204
261
  },
205
262
  "Arn": {},
206
263
  "ChannelName": {},
207
264
  "CreationTime": {
208
- "shape": "Sf"
265
+ "shape": "Sg"
209
266
  },
267
+ "LiveSourceName": {},
210
268
  "ProgramName": {},
211
269
  "ScheduledStartTime": {
212
- "shape": "Sf"
270
+ "shape": "Sg"
213
271
  },
214
272
  "SourceLocationName": {},
215
273
  "VodSourceName": {}
@@ -225,16 +283,16 @@
225
283
  "input": {
226
284
  "members": {
227
285
  "AccessConfiguration": {
228
- "shape": "S10"
286
+ "shape": "S16"
229
287
  },
230
288
  "DefaultSegmentDeliveryConfiguration": {
231
- "shape": "S13"
289
+ "shape": "S19"
232
290
  },
233
291
  "HttpConfiguration": {
234
- "shape": "S14"
292
+ "shape": "S1a"
235
293
  },
236
294
  "SegmentDeliveryConfigurations": {
237
- "shape": "S15"
295
+ "shape": "S1b"
238
296
  },
239
297
  "SourceLocationName": {
240
298
  "location": "uri",
@@ -254,23 +312,23 @@
254
312
  "output": {
255
313
  "members": {
256
314
  "AccessConfiguration": {
257
- "shape": "S10"
315
+ "shape": "S16"
258
316
  },
259
317
  "Arn": {},
260
318
  "CreationTime": {
261
- "shape": "Sf"
319
+ "shape": "Sg"
262
320
  },
263
321
  "DefaultSegmentDeliveryConfiguration": {
264
- "shape": "S13"
322
+ "shape": "S19"
265
323
  },
266
324
  "HttpConfiguration": {
267
- "shape": "S14"
325
+ "shape": "S1a"
268
326
  },
269
327
  "LastModifiedTime": {
270
- "shape": "Sf"
328
+ "shape": "Sg"
271
329
  },
272
330
  "SegmentDeliveryConfigurations": {
273
- "shape": "S15"
331
+ "shape": "S1b"
274
332
  },
275
333
  "SourceLocationName": {},
276
334
  "Tags": {
@@ -289,7 +347,7 @@
289
347
  "input": {
290
348
  "members": {
291
349
  "HttpPackageConfigurations": {
292
- "shape": "S19"
350
+ "shape": "Sk"
293
351
  },
294
352
  "SourceLocationName": {
295
353
  "location": "uri",
@@ -315,13 +373,13 @@
315
373
  "members": {
316
374
  "Arn": {},
317
375
  "CreationTime": {
318
- "shape": "Sf"
376
+ "shape": "Sg"
319
377
  },
320
378
  "HttpPackageConfigurations": {
321
- "shape": "S19"
379
+ "shape": "Sk"
322
380
  },
323
381
  "LastModifiedTime": {
324
- "shape": "Sf"
382
+ "shape": "Sg"
325
383
  },
326
384
  "SourceLocationName": {},
327
385
  "Tags": {
@@ -379,6 +437,34 @@
379
437
  "type": "structure"
380
438
  }
381
439
  },
440
+ "DeleteLiveSource": {
441
+ "http": {
442
+ "method": "DELETE",
443
+ "requestUri": "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}",
444
+ "responseCode": 200
445
+ },
446
+ "input": {
447
+ "members": {
448
+ "LiveSourceName": {
449
+ "location": "uri",
450
+ "locationName": "liveSourceName"
451
+ },
452
+ "SourceLocationName": {
453
+ "location": "uri",
454
+ "locationName": "sourceLocationName"
455
+ }
456
+ },
457
+ "required": [
458
+ "SourceLocationName",
459
+ "LiveSourceName"
460
+ ],
461
+ "type": "structure"
462
+ },
463
+ "output": {
464
+ "members": {},
465
+ "type": "structure"
466
+ }
467
+ },
382
468
  "DeletePlaybackConfiguration": {
383
469
  "http": {
384
470
  "method": "DELETE",
@@ -533,18 +619,64 @@
533
619
  "ChannelName": {},
534
620
  "ChannelState": {},
535
621
  "CreationTime": {
536
- "shape": "Sf"
622
+ "shape": "Sg"
537
623
  },
538
624
  "FillerSlate": {
539
625
  "shape": "S6"
540
626
  },
541
627
  "LastModifiedTime": {
542
- "shape": "Sf"
628
+ "shape": "Sg"
543
629
  },
544
630
  "Outputs": {
545
- "shape": "Sg"
631
+ "shape": "Sh"
546
632
  },
547
633
  "PlaybackMode": {},
634
+ "Tags": {
635
+ "locationName": "tags",
636
+ "shape": "Sc"
637
+ },
638
+ "Tier": {}
639
+ },
640
+ "type": "structure"
641
+ }
642
+ },
643
+ "DescribeLiveSource": {
644
+ "http": {
645
+ "method": "GET",
646
+ "requestUri": "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}",
647
+ "responseCode": 200
648
+ },
649
+ "input": {
650
+ "members": {
651
+ "LiveSourceName": {
652
+ "location": "uri",
653
+ "locationName": "liveSourceName"
654
+ },
655
+ "SourceLocationName": {
656
+ "location": "uri",
657
+ "locationName": "sourceLocationName"
658
+ }
659
+ },
660
+ "required": [
661
+ "SourceLocationName",
662
+ "LiveSourceName"
663
+ ],
664
+ "type": "structure"
665
+ },
666
+ "output": {
667
+ "members": {
668
+ "Arn": {},
669
+ "CreationTime": {
670
+ "shape": "Sg"
671
+ },
672
+ "HttpPackageConfigurations": {
673
+ "shape": "Sk"
674
+ },
675
+ "LastModifiedTime": {
676
+ "shape": "Sg"
677
+ },
678
+ "LiveSourceName": {},
679
+ "SourceLocationName": {},
548
680
  "Tags": {
549
681
  "locationName": "tags",
550
682
  "shape": "Sc"
@@ -579,16 +711,17 @@
579
711
  "output": {
580
712
  "members": {
581
713
  "AdBreaks": {
582
- "shape": "Sq"
714
+ "shape": "Sw"
583
715
  },
584
716
  "Arn": {},
585
717
  "ChannelName": {},
586
718
  "CreationTime": {
587
- "shape": "Sf"
719
+ "shape": "Sg"
588
720
  },
721
+ "LiveSourceName": {},
589
722
  "ProgramName": {},
590
723
  "ScheduledStartTime": {
591
- "shape": "Sf"
724
+ "shape": "Sg"
592
725
  },
593
726
  "SourceLocationName": {},
594
727
  "VodSourceName": {}
@@ -617,23 +750,23 @@
617
750
  "output": {
618
751
  "members": {
619
752
  "AccessConfiguration": {
620
- "shape": "S10"
753
+ "shape": "S16"
621
754
  },
622
755
  "Arn": {},
623
756
  "CreationTime": {
624
- "shape": "Sf"
757
+ "shape": "Sg"
625
758
  },
626
759
  "DefaultSegmentDeliveryConfiguration": {
627
- "shape": "S13"
760
+ "shape": "S19"
628
761
  },
629
762
  "HttpConfiguration": {
630
- "shape": "S14"
763
+ "shape": "S1a"
631
764
  },
632
765
  "LastModifiedTime": {
633
- "shape": "Sf"
766
+ "shape": "Sg"
634
767
  },
635
768
  "SegmentDeliveryConfigurations": {
636
- "shape": "S15"
769
+ "shape": "S1b"
637
770
  },
638
771
  "SourceLocationName": {},
639
772
  "Tags": {
@@ -671,13 +804,13 @@
671
804
  "members": {
672
805
  "Arn": {},
673
806
  "CreationTime": {
674
- "shape": "Sf"
807
+ "shape": "Sg"
675
808
  },
676
809
  "HttpPackageConfigurations": {
677
- "shape": "S19"
810
+ "shape": "Sk"
678
811
  },
679
812
  "LastModifiedTime": {
680
- "shape": "Sf"
813
+ "shape": "Sg"
681
814
  },
682
815
  "SourceLocationName": {},
683
816
  "Tags": {
@@ -754,10 +887,11 @@
754
887
  "type": "long"
755
888
  },
756
889
  "ApproximateStartTime": {
757
- "shape": "Sf"
890
+ "shape": "Sg"
758
891
  },
759
892
  "Arn": {},
760
893
  "ChannelName": {},
894
+ "LiveSourceName": {},
761
895
  "ProgramName": {},
762
896
  "ScheduleAdBreaks": {
763
897
  "member": {
@@ -766,7 +900,7 @@
766
900
  "type": "long"
767
901
  },
768
902
  "ApproximateStartTime": {
769
- "shape": "Sf"
903
+ "shape": "Sg"
770
904
  },
771
905
  "SourceLocationName": {},
772
906
  "VodSourceName": {}
@@ -780,7 +914,6 @@
780
914
  "VodSourceName": {}
781
915
  },
782
916
  "required": [
783
- "VodSourceName",
784
917
  "SourceLocationName",
785
918
  "ChannelName",
786
919
  "Arn",
@@ -817,31 +950,31 @@
817
950
  "members": {
818
951
  "AdDecisionServerUrl": {},
819
952
  "AvailSuppression": {
820
- "shape": "S2b"
953
+ "shape": "S2i"
821
954
  },
822
955
  "Bumper": {
823
- "shape": "S2d"
956
+ "shape": "S2k"
824
957
  },
825
958
  "CdnConfiguration": {
826
- "shape": "S2e"
959
+ "shape": "S2l"
827
960
  },
828
961
  "ConfigurationAliases": {
829
- "shape": "S2f"
962
+ "shape": "S2m"
830
963
  },
831
964
  "DashConfiguration": {
832
- "shape": "S2g"
965
+ "shape": "S2n"
833
966
  },
834
967
  "HlsConfiguration": {
835
- "shape": "S2i"
968
+ "shape": "S2p"
836
969
  },
837
970
  "LivePreRollConfiguration": {
838
- "shape": "S2j"
971
+ "shape": "S2q"
839
972
  },
840
973
  "LogConfiguration": {
841
- "shape": "S2k"
974
+ "shape": "S2r"
842
975
  },
843
976
  "ManifestProcessingRules": {
844
- "shape": "S2l"
977
+ "shape": "S2s"
845
978
  },
846
979
  "Name": {},
847
980
  "PersonalizationThresholdSeconds": {
@@ -888,12 +1021,12 @@
888
1021
  "members": {
889
1022
  "Arn": {},
890
1023
  "Consumption": {
891
- "shape": "Sj"
1024
+ "shape": "Sp"
892
1025
  },
893
1026
  "Name": {},
894
1027
  "PlaybackConfigurationName": {},
895
1028
  "Retrieval": {
896
- "shape": "Sn"
1029
+ "shape": "St"
897
1030
  },
898
1031
  "StreamId": {}
899
1032
  },
@@ -935,10 +1068,10 @@
935
1068
  "AlertCode": {},
936
1069
  "AlertMessage": {},
937
1070
  "LastModifiedTime": {
938
- "shape": "Sf"
1071
+ "shape": "Sg"
939
1072
  },
940
1073
  "RelatedResourceArns": {
941
- "shape": "S2v"
1074
+ "shape": "S32"
942
1075
  },
943
1076
  "ResourceArn": {}
944
1077
  },
@@ -987,26 +1120,28 @@
987
1120
  "ChannelName": {},
988
1121
  "ChannelState": {},
989
1122
  "CreationTime": {
990
- "shape": "Sf"
1123
+ "shape": "Sg"
991
1124
  },
992
1125
  "FillerSlate": {
993
1126
  "shape": "S6"
994
1127
  },
995
1128
  "LastModifiedTime": {
996
- "shape": "Sf"
1129
+ "shape": "Sg"
997
1130
  },
998
1131
  "Outputs": {
999
- "shape": "Sg"
1132
+ "shape": "Sh"
1000
1133
  },
1001
1134
  "PlaybackMode": {},
1002
1135
  "Tags": {
1003
1136
  "locationName": "tags",
1004
1137
  "shape": "Sc"
1005
- }
1138
+ },
1139
+ "Tier": {}
1006
1140
  },
1007
1141
  "required": [
1008
1142
  "ChannelState",
1009
1143
  "ChannelName",
1144
+ "Tier",
1010
1145
  "Outputs",
1011
1146
  "Arn",
1012
1147
  "PlaybackMode"
@@ -1020,6 +1155,70 @@
1020
1155
  "type": "structure"
1021
1156
  }
1022
1157
  },
1158
+ "ListLiveSources": {
1159
+ "http": {
1160
+ "method": "GET",
1161
+ "requestUri": "/sourceLocation/{sourceLocationName}/liveSources",
1162
+ "responseCode": 200
1163
+ },
1164
+ "input": {
1165
+ "members": {
1166
+ "MaxResults": {
1167
+ "location": "querystring",
1168
+ "locationName": "maxResults",
1169
+ "type": "integer"
1170
+ },
1171
+ "NextToken": {
1172
+ "location": "querystring",
1173
+ "locationName": "nextToken"
1174
+ },
1175
+ "SourceLocationName": {
1176
+ "location": "uri",
1177
+ "locationName": "sourceLocationName"
1178
+ }
1179
+ },
1180
+ "required": [
1181
+ "SourceLocationName"
1182
+ ],
1183
+ "type": "structure"
1184
+ },
1185
+ "output": {
1186
+ "members": {
1187
+ "Items": {
1188
+ "member": {
1189
+ "members": {
1190
+ "Arn": {},
1191
+ "CreationTime": {
1192
+ "shape": "Sg"
1193
+ },
1194
+ "HttpPackageConfigurations": {
1195
+ "shape": "Sk"
1196
+ },
1197
+ "LastModifiedTime": {
1198
+ "shape": "Sg"
1199
+ },
1200
+ "LiveSourceName": {},
1201
+ "SourceLocationName": {},
1202
+ "Tags": {
1203
+ "locationName": "tags",
1204
+ "shape": "Sc"
1205
+ }
1206
+ },
1207
+ "required": [
1208
+ "SourceLocationName",
1209
+ "LiveSourceName",
1210
+ "HttpPackageConfigurations",
1211
+ "Arn"
1212
+ ],
1213
+ "type": "structure"
1214
+ },
1215
+ "type": "list"
1216
+ },
1217
+ "NextToken": {}
1218
+ },
1219
+ "type": "structure"
1220
+ }
1221
+ },
1023
1222
  "ListPlaybackConfigurations": {
1024
1223
  "http": {
1025
1224
  "method": "GET",
@@ -1047,31 +1246,31 @@
1047
1246
  "members": {
1048
1247
  "AdDecisionServerUrl": {},
1049
1248
  "AvailSuppression": {
1050
- "shape": "S2b"
1249
+ "shape": "S2i"
1051
1250
  },
1052
1251
  "Bumper": {
1053
- "shape": "S2d"
1252
+ "shape": "S2k"
1054
1253
  },
1055
1254
  "CdnConfiguration": {
1056
- "shape": "S2e"
1255
+ "shape": "S2l"
1057
1256
  },
1058
1257
  "ConfigurationAliases": {
1059
- "shape": "S2f"
1258
+ "shape": "S2m"
1060
1259
  },
1061
1260
  "DashConfiguration": {
1062
- "shape": "S2g"
1261
+ "shape": "S2n"
1063
1262
  },
1064
1263
  "HlsConfiguration": {
1065
- "shape": "S2i"
1264
+ "shape": "S2p"
1066
1265
  },
1067
1266
  "LivePreRollConfiguration": {
1068
- "shape": "S2j"
1267
+ "shape": "S2q"
1069
1268
  },
1070
1269
  "LogConfiguration": {
1071
- "shape": "S2k"
1270
+ "shape": "S2r"
1072
1271
  },
1073
1272
  "ManifestProcessingRules": {
1074
- "shape": "S2l"
1273
+ "shape": "S2s"
1075
1274
  },
1076
1275
  "Name": {},
1077
1276
  "PersonalizationThresholdSeconds": {
@@ -1126,12 +1325,12 @@
1126
1325
  "members": {
1127
1326
  "Arn": {},
1128
1327
  "Consumption": {
1129
- "shape": "Sj"
1328
+ "shape": "Sp"
1130
1329
  },
1131
1330
  "Name": {},
1132
1331
  "PlaybackConfigurationName": {},
1133
1332
  "Retrieval": {
1134
- "shape": "Sn"
1333
+ "shape": "St"
1135
1334
  },
1136
1335
  "StreamId": {}
1137
1336
  },
@@ -1177,23 +1376,23 @@
1177
1376
  "member": {
1178
1377
  "members": {
1179
1378
  "AccessConfiguration": {
1180
- "shape": "S10"
1379
+ "shape": "S16"
1181
1380
  },
1182
1381
  "Arn": {},
1183
1382
  "CreationTime": {
1184
- "shape": "Sf"
1383
+ "shape": "Sg"
1185
1384
  },
1186
1385
  "DefaultSegmentDeliveryConfiguration": {
1187
- "shape": "S13"
1386
+ "shape": "S19"
1188
1387
  },
1189
1388
  "HttpConfiguration": {
1190
- "shape": "S14"
1389
+ "shape": "S1a"
1191
1390
  },
1192
1391
  "LastModifiedTime": {
1193
- "shape": "Sf"
1392
+ "shape": "Sg"
1194
1393
  },
1195
1394
  "SegmentDeliveryConfigurations": {
1196
- "shape": "S15"
1395
+ "shape": "S1b"
1197
1396
  },
1198
1397
  "SourceLocationName": {},
1199
1398
  "Tags": {
@@ -1277,13 +1476,13 @@
1277
1476
  "members": {
1278
1477
  "Arn": {},
1279
1478
  "CreationTime": {
1280
- "shape": "Sf"
1479
+ "shape": "Sg"
1281
1480
  },
1282
1481
  "HttpPackageConfigurations": {
1283
- "shape": "S19"
1482
+ "shape": "Sk"
1284
1483
  },
1285
1484
  "LastModifiedTime": {
1286
- "shape": "Sf"
1485
+ "shape": "Sg"
1287
1486
  },
1288
1487
  "SourceLocationName": {},
1289
1488
  "Tags": {
@@ -1342,13 +1541,13 @@
1342
1541
  "members": {
1343
1542
  "AdDecisionServerUrl": {},
1344
1543
  "AvailSuppression": {
1345
- "shape": "S2b"
1544
+ "shape": "S2i"
1346
1545
  },
1347
1546
  "Bumper": {
1348
- "shape": "S2d"
1547
+ "shape": "S2k"
1349
1548
  },
1350
1549
  "CdnConfiguration": {
1351
- "shape": "S2e"
1550
+ "shape": "S2l"
1352
1551
  },
1353
1552
  "ConfigurationAliases": {
1354
1553
  "key": {},
@@ -1365,10 +1564,10 @@
1365
1564
  "type": "structure"
1366
1565
  },
1367
1566
  "LivePreRollConfiguration": {
1368
- "shape": "S2j"
1567
+ "shape": "S2q"
1369
1568
  },
1370
1569
  "ManifestProcessingRules": {
1371
- "shape": "S2l"
1570
+ "shape": "S2s"
1372
1571
  },
1373
1572
  "Name": {},
1374
1573
  "PersonalizationThresholdSeconds": {
@@ -1388,31 +1587,31 @@
1388
1587
  "members": {
1389
1588
  "AdDecisionServerUrl": {},
1390
1589
  "AvailSuppression": {
1391
- "shape": "S2b"
1590
+ "shape": "S2i"
1392
1591
  },
1393
1592
  "Bumper": {
1394
- "shape": "S2d"
1593
+ "shape": "S2k"
1395
1594
  },
1396
1595
  "CdnConfiguration": {
1397
- "shape": "S2e"
1596
+ "shape": "S2l"
1398
1597
  },
1399
1598
  "ConfigurationAliases": {
1400
- "shape": "S2f"
1599
+ "shape": "S2m"
1401
1600
  },
1402
1601
  "DashConfiguration": {
1403
- "shape": "S2g"
1602
+ "shape": "S2n"
1404
1603
  },
1405
1604
  "HlsConfiguration": {
1406
- "shape": "S2i"
1605
+ "shape": "S2p"
1407
1606
  },
1408
1607
  "LivePreRollConfiguration": {
1409
- "shape": "S2j"
1608
+ "shape": "S2q"
1410
1609
  },
1411
1610
  "LogConfiguration": {
1412
- "shape": "S2k"
1611
+ "shape": "S2r"
1413
1612
  },
1414
1613
  "ManifestProcessingRules": {
1415
- "shape": "S2l"
1614
+ "shape": "S2s"
1416
1615
  },
1417
1616
  "Name": {},
1418
1617
  "PersonalizationThresholdSeconds": {
@@ -1516,7 +1715,7 @@
1516
1715
  "TagKeys": {
1517
1716
  "location": "querystring",
1518
1717
  "locationName": "tagKeys",
1519
- "shape": "S2v"
1718
+ "shape": "S32"
1520
1719
  }
1521
1720
  },
1522
1721
  "required": [
@@ -1557,18 +1756,68 @@
1557
1756
  "ChannelName": {},
1558
1757
  "ChannelState": {},
1559
1758
  "CreationTime": {
1560
- "shape": "Sf"
1759
+ "shape": "Sg"
1561
1760
  },
1562
1761
  "FillerSlate": {
1563
1762
  "shape": "S6"
1564
1763
  },
1565
1764
  "LastModifiedTime": {
1566
- "shape": "Sf"
1765
+ "shape": "Sg"
1567
1766
  },
1568
1767
  "Outputs": {
1569
- "shape": "Sg"
1768
+ "shape": "Sh"
1570
1769
  },
1571
1770
  "PlaybackMode": {},
1771
+ "Tags": {
1772
+ "locationName": "tags",
1773
+ "shape": "Sc"
1774
+ },
1775
+ "Tier": {}
1776
+ },
1777
+ "type": "structure"
1778
+ }
1779
+ },
1780
+ "UpdateLiveSource": {
1781
+ "http": {
1782
+ "method": "PUT",
1783
+ "requestUri": "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}",
1784
+ "responseCode": 200
1785
+ },
1786
+ "input": {
1787
+ "members": {
1788
+ "HttpPackageConfigurations": {
1789
+ "shape": "Sk"
1790
+ },
1791
+ "LiveSourceName": {
1792
+ "location": "uri",
1793
+ "locationName": "liveSourceName"
1794
+ },
1795
+ "SourceLocationName": {
1796
+ "location": "uri",
1797
+ "locationName": "sourceLocationName"
1798
+ }
1799
+ },
1800
+ "required": [
1801
+ "SourceLocationName",
1802
+ "LiveSourceName",
1803
+ "HttpPackageConfigurations"
1804
+ ],
1805
+ "type": "structure"
1806
+ },
1807
+ "output": {
1808
+ "members": {
1809
+ "Arn": {},
1810
+ "CreationTime": {
1811
+ "shape": "Sg"
1812
+ },
1813
+ "HttpPackageConfigurations": {
1814
+ "shape": "Sk"
1815
+ },
1816
+ "LastModifiedTime": {
1817
+ "shape": "Sg"
1818
+ },
1819
+ "LiveSourceName": {},
1820
+ "SourceLocationName": {},
1572
1821
  "Tags": {
1573
1822
  "locationName": "tags",
1574
1823
  "shape": "Sc"
@@ -1586,16 +1835,16 @@
1586
1835
  "input": {
1587
1836
  "members": {
1588
1837
  "AccessConfiguration": {
1589
- "shape": "S10"
1838
+ "shape": "S16"
1590
1839
  },
1591
1840
  "DefaultSegmentDeliveryConfiguration": {
1592
- "shape": "S13"
1841
+ "shape": "S19"
1593
1842
  },
1594
1843
  "HttpConfiguration": {
1595
- "shape": "S14"
1844
+ "shape": "S1a"
1596
1845
  },
1597
1846
  "SegmentDeliveryConfigurations": {
1598
- "shape": "S15"
1847
+ "shape": "S1b"
1599
1848
  },
1600
1849
  "SourceLocationName": {
1601
1850
  "location": "uri",
@@ -1611,23 +1860,23 @@
1611
1860
  "output": {
1612
1861
  "members": {
1613
1862
  "AccessConfiguration": {
1614
- "shape": "S10"
1863
+ "shape": "S16"
1615
1864
  },
1616
1865
  "Arn": {},
1617
1866
  "CreationTime": {
1618
- "shape": "Sf"
1867
+ "shape": "Sg"
1619
1868
  },
1620
1869
  "DefaultSegmentDeliveryConfiguration": {
1621
- "shape": "S13"
1870
+ "shape": "S19"
1622
1871
  },
1623
1872
  "HttpConfiguration": {
1624
- "shape": "S14"
1873
+ "shape": "S1a"
1625
1874
  },
1626
1875
  "LastModifiedTime": {
1627
- "shape": "Sf"
1876
+ "shape": "Sg"
1628
1877
  },
1629
1878
  "SegmentDeliveryConfigurations": {
1630
- "shape": "S15"
1879
+ "shape": "S1b"
1631
1880
  },
1632
1881
  "SourceLocationName": {},
1633
1882
  "Tags": {
@@ -1647,7 +1896,7 @@
1647
1896
  "input": {
1648
1897
  "members": {
1649
1898
  "HttpPackageConfigurations": {
1650
- "shape": "S19"
1899
+ "shape": "Sk"
1651
1900
  },
1652
1901
  "SourceLocationName": {
1653
1902
  "location": "uri",
@@ -1669,13 +1918,13 @@
1669
1918
  "members": {
1670
1919
  "Arn": {},
1671
1920
  "CreationTime": {
1672
- "shape": "Sf"
1921
+ "shape": "Sg"
1673
1922
  },
1674
1923
  "HttpPackageConfigurations": {
1675
- "shape": "S19"
1924
+ "shape": "Sk"
1676
1925
  },
1677
1926
  "LastModifiedTime": {
1678
- "shape": "Sf"
1927
+ "shape": "Sg"
1679
1928
  },
1680
1929
  "SourceLocationName": {},
1681
1930
  "Tags": {
@@ -1746,11 +1995,11 @@
1746
1995
  "type": "map",
1747
1996
  "value": {}
1748
1997
  },
1749
- "Sf": {
1998
+ "Sg": {
1750
1999
  "timestampFormat": "unixTimestamp",
1751
2000
  "type": "timestamp"
1752
2001
  },
1753
- "Sg": {
2002
+ "Sh": {
1754
2003
  "member": {
1755
2004
  "members": {
1756
2005
  "DashPlaylistSettings": {
@@ -1772,7 +2021,23 @@
1772
2021
  },
1773
2022
  "type": "list"
1774
2023
  },
1775
- "Sj": {
2024
+ "Sk": {
2025
+ "member": {
2026
+ "members": {
2027
+ "Path": {},
2028
+ "SourceGroup": {},
2029
+ "Type": {}
2030
+ },
2031
+ "required": [
2032
+ "Path",
2033
+ "Type",
2034
+ "SourceGroup"
2035
+ ],
2036
+ "type": "structure"
2037
+ },
2038
+ "type": "list"
2039
+ },
2040
+ "Sp": {
1776
2041
  "members": {
1777
2042
  "AvailMatchingCriteria": {
1778
2043
  "member": {
@@ -1789,10 +2054,10 @@
1789
2054
  "type": "list"
1790
2055
  },
1791
2056
  "EndTime": {
1792
- "shape": "Sf"
2057
+ "shape": "Sg"
1793
2058
  },
1794
2059
  "StartTime": {
1795
- "shape": "Sf"
2060
+ "shape": "Sg"
1796
2061
  }
1797
2062
  },
1798
2063
  "required": [
@@ -1800,16 +2065,16 @@
1800
2065
  ],
1801
2066
  "type": "structure"
1802
2067
  },
1803
- "Sn": {
2068
+ "St": {
1804
2069
  "members": {
1805
2070
  "DynamicVariables": {
1806
2071
  "shape": "Sc"
1807
2072
  },
1808
2073
  "EndTime": {
1809
- "shape": "Sf"
2074
+ "shape": "Sg"
1810
2075
  },
1811
2076
  "StartTime": {
1812
- "shape": "Sf"
2077
+ "shape": "Sg"
1813
2078
  }
1814
2079
  },
1815
2080
  "required": [
@@ -1817,7 +2082,7 @@
1817
2082
  ],
1818
2083
  "type": "structure"
1819
2084
  },
1820
- "Sq": {
2085
+ "Sw": {
1821
2086
  "member": {
1822
2087
  "members": {
1823
2088
  "MessageType": {},
@@ -1849,7 +2114,7 @@
1849
2114
  },
1850
2115
  "type": "list"
1851
2116
  },
1852
- "S10": {
2117
+ "S16": {
1853
2118
  "members": {
1854
2119
  "AccessType": {},
1855
2120
  "SecretsManagerAccessTokenConfiguration": {
@@ -1863,13 +2128,13 @@
1863
2128
  },
1864
2129
  "type": "structure"
1865
2130
  },
1866
- "S13": {
2131
+ "S19": {
1867
2132
  "members": {
1868
2133
  "BaseUrl": {}
1869
2134
  },
1870
2135
  "type": "structure"
1871
2136
  },
1872
- "S14": {
2137
+ "S1a": {
1873
2138
  "members": {
1874
2139
  "BaseUrl": {}
1875
2140
  },
@@ -1878,7 +2143,7 @@
1878
2143
  ],
1879
2144
  "type": "structure"
1880
2145
  },
1881
- "S15": {
2146
+ "S1b": {
1882
2147
  "member": {
1883
2148
  "members": {
1884
2149
  "BaseUrl": {},
@@ -1888,51 +2153,35 @@
1888
2153
  },
1889
2154
  "type": "list"
1890
2155
  },
1891
- "S19": {
1892
- "member": {
1893
- "members": {
1894
- "Path": {},
1895
- "SourceGroup": {},
1896
- "Type": {}
1897
- },
1898
- "required": [
1899
- "Path",
1900
- "Type",
1901
- "SourceGroup"
1902
- ],
1903
- "type": "structure"
1904
- },
1905
- "type": "list"
1906
- },
1907
- "S2b": {
2156
+ "S2i": {
1908
2157
  "members": {
1909
2158
  "Mode": {},
1910
2159
  "Value": {}
1911
2160
  },
1912
2161
  "type": "structure"
1913
2162
  },
1914
- "S2d": {
2163
+ "S2k": {
1915
2164
  "members": {
1916
2165
  "EndUrl": {},
1917
2166
  "StartUrl": {}
1918
2167
  },
1919
2168
  "type": "structure"
1920
2169
  },
1921
- "S2e": {
2170
+ "S2l": {
1922
2171
  "members": {
1923
2172
  "AdSegmentUrlPrefix": {},
1924
2173
  "ContentSegmentUrlPrefix": {}
1925
2174
  },
1926
2175
  "type": "structure"
1927
2176
  },
1928
- "S2f": {
2177
+ "S2m": {
1929
2178
  "key": {},
1930
2179
  "type": "map",
1931
2180
  "value": {
1932
2181
  "shape": "Sc"
1933
2182
  }
1934
2183
  },
1935
- "S2g": {
2184
+ "S2n": {
1936
2185
  "members": {
1937
2186
  "ManifestEndpointPrefix": {},
1938
2187
  "MpdLocation": {},
@@ -1940,13 +2189,13 @@
1940
2189
  },
1941
2190
  "type": "structure"
1942
2191
  },
1943
- "S2i": {
2192
+ "S2p": {
1944
2193
  "members": {
1945
2194
  "ManifestEndpointPrefix": {}
1946
2195
  },
1947
2196
  "type": "structure"
1948
2197
  },
1949
- "S2j": {
2198
+ "S2q": {
1950
2199
  "members": {
1951
2200
  "AdDecisionServerUrl": {},
1952
2201
  "MaxDurationSeconds": {
@@ -1955,7 +2204,7 @@
1955
2204
  },
1956
2205
  "type": "structure"
1957
2206
  },
1958
- "S2k": {
2207
+ "S2r": {
1959
2208
  "members": {
1960
2209
  "PercentEnabled": {
1961
2210
  "type": "integer"
@@ -1966,7 +2215,7 @@
1966
2215
  ],
1967
2216
  "type": "structure"
1968
2217
  },
1969
- "S2l": {
2218
+ "S2s": {
1970
2219
  "members": {
1971
2220
  "AdMarkerPassthrough": {
1972
2221
  "members": {
@@ -1979,7 +2228,7 @@
1979
2228
  },
1980
2229
  "type": "structure"
1981
2230
  },
1982
- "S2v": {
2231
+ "S32": {
1983
2232
  "member": {},
1984
2233
  "type": "list"
1985
2234
  }