@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
@@ -27,6 +27,14 @@ declare class MediaTailor extends Service {
27
27
  * Creates a channel.
28
28
  */
29
29
  createChannel(callback?: (err: AWSError, data: MediaTailor.Types.CreateChannelResponse) => void): Request<MediaTailor.Types.CreateChannelResponse, AWSError>;
30
+ /**
31
+ * Creates name for a specific live source in a source location.
32
+ */
33
+ createLiveSource(params: MediaTailor.Types.CreateLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreateLiveSourceResponse) => void): Request<MediaTailor.Types.CreateLiveSourceResponse, AWSError>;
34
+ /**
35
+ * Creates name for a specific live source in a source location.
36
+ */
37
+ createLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.CreateLiveSourceResponse) => void): Request<MediaTailor.Types.CreateLiveSourceResponse, AWSError>;
30
38
  /**
31
39
  * Creates a new prefetch schedule for the specified playback configuration.
32
40
  */
@@ -75,6 +83,14 @@ declare class MediaTailor extends Service {
75
83
  * Deletes a channel's IAM policy.
76
84
  */
77
85
  deleteChannelPolicy(callback?: (err: AWSError, data: MediaTailor.Types.DeleteChannelPolicyResponse) => void): Request<MediaTailor.Types.DeleteChannelPolicyResponse, AWSError>;
86
+ /**
87
+ * Deletes a specific live source in a specific source location.
88
+ */
89
+ deleteLiveSource(params: MediaTailor.Types.DeleteLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeleteLiveSourceResponse) => void): Request<MediaTailor.Types.DeleteLiveSourceResponse, AWSError>;
90
+ /**
91
+ * Deletes a specific live source in a specific source location.
92
+ */
93
+ deleteLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.DeleteLiveSourceResponse) => void): Request<MediaTailor.Types.DeleteLiveSourceResponse, AWSError>;
78
94
  /**
79
95
  * Deletes the playback configuration for the specified name.
80
96
  */
@@ -123,6 +139,14 @@ declare class MediaTailor extends Service {
123
139
  * Describes the properties of a specific channel.
124
140
  */
125
141
  describeChannel(callback?: (err: AWSError, data: MediaTailor.Types.DescribeChannelResponse) => void): Request<MediaTailor.Types.DescribeChannelResponse, AWSError>;
142
+ /**
143
+ * Provides details about a specific live source in a specific source location.
144
+ */
145
+ describeLiveSource(params: MediaTailor.Types.DescribeLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.DescribeLiveSourceResponse) => void): Request<MediaTailor.Types.DescribeLiveSourceResponse, AWSError>;
146
+ /**
147
+ * Provides details about a specific live source in a specific source location.
148
+ */
149
+ describeLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.DescribeLiveSourceResponse) => void): Request<MediaTailor.Types.DescribeLiveSourceResponse, AWSError>;
126
150
  /**
127
151
  * Retrieves the properties of the requested program.
128
152
  */
@@ -195,6 +219,14 @@ declare class MediaTailor extends Service {
195
219
  * Retrieves a list of channels that are associated with this account.
196
220
  */
197
221
  listChannels(callback?: (err: AWSError, data: MediaTailor.Types.ListChannelsResponse) => void): Request<MediaTailor.Types.ListChannelsResponse, AWSError>;
222
+ /**
223
+ * lists all the live sources in a source location.
224
+ */
225
+ listLiveSources(params: MediaTailor.Types.ListLiveSourcesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListLiveSourcesResponse) => void): Request<MediaTailor.Types.ListLiveSourcesResponse, AWSError>;
226
+ /**
227
+ * lists all the live sources in a source location.
228
+ */
229
+ listLiveSources(callback?: (err: AWSError, data: MediaTailor.Types.ListLiveSourcesResponse) => void): Request<MediaTailor.Types.ListLiveSourcesResponse, AWSError>;
198
230
  /**
199
231
  * Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
200
232
  */
@@ -291,6 +323,14 @@ declare class MediaTailor extends Service {
291
323
  * Updates an existing channel.
292
324
  */
293
325
  updateChannel(callback?: (err: AWSError, data: MediaTailor.Types.UpdateChannelResponse) => void): Request<MediaTailor.Types.UpdateChannelResponse, AWSError>;
326
+ /**
327
+ * Updates a specific live source in a specific source location.
328
+ */
329
+ updateLiveSource(params: MediaTailor.Types.UpdateLiveSourceRequest, callback?: (err: AWSError, data: MediaTailor.Types.UpdateLiveSourceResponse) => void): Request<MediaTailor.Types.UpdateLiveSourceResponse, AWSError>;
330
+ /**
331
+ * Updates a specific live source in a specific source location.
332
+ */
333
+ updateLiveSource(callback?: (err: AWSError, data: MediaTailor.Types.UpdateLiveSourceResponse) => void): Request<MediaTailor.Types.UpdateLiveSourceResponse, AWSError>;
294
334
  /**
295
335
  * Updates a source location on a specific channel.
296
336
  */
@@ -398,7 +438,7 @@ declare namespace MediaTailor {
398
438
  }
399
439
  export interface CdnConfiguration {
400
440
  /**
401
- * A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&amp;lt;region&gt;.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
441
+ * A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&amp;lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.
402
442
  */
403
443
  AdSegmentUrlPrefix?: __string;
404
444
  /**
@@ -443,6 +483,10 @@ declare namespace MediaTailor {
443
483
  * The tags to assign to the channel.
444
484
  */
445
485
  Tags?: __mapOf__string;
486
+ /**
487
+ * The tier for this channel. STANDARD tier channels can contain live programs.
488
+ */
489
+ Tier: __string;
446
490
  }
447
491
  export type ChannelState = "RUNNING"|"STOPPED"|string;
448
492
  export type ConfigurationAliasesRequest = {[key: string]: __mapOf__string};
@@ -488,6 +532,10 @@ declare namespace MediaTailor {
488
532
  * The tags to assign to the channel.
489
533
  */
490
534
  Tags?: __mapOf__string;
535
+ /**
536
+ * The tier of the channel.
537
+ */
538
+ Tier?: Tier;
491
539
  }
492
540
  export interface CreateChannelResponse {
493
541
  /**
@@ -526,6 +574,58 @@ declare namespace MediaTailor {
526
574
  * The tags assigned to the channel.
527
575
  */
528
576
  Tags?: __mapOf__string;
577
+ /**
578
+ * The channel's tier.
579
+ */
580
+ Tier?: __string;
581
+ }
582
+ export interface CreateLiveSourceRequest {
583
+ /**
584
+ * A list of HTTP package configuration parameters for this live source.
585
+ */
586
+ HttpPackageConfigurations: HttpPackageConfigurations;
587
+ /**
588
+ * The identifier for the live source you are working on.
589
+ */
590
+ LiveSourceName: __string;
591
+ /**
592
+ * The identifier for the source location you are working on.
593
+ */
594
+ SourceLocationName: __string;
595
+ /**
596
+ * The tags to assign to the live source.
597
+ */
598
+ Tags?: __mapOf__string;
599
+ }
600
+ export interface CreateLiveSourceResponse {
601
+ /**
602
+ * The ARN of the live source.
603
+ */
604
+ Arn?: __string;
605
+ /**
606
+ * The timestamp that indicates when the live source was created.
607
+ */
608
+ CreationTime?: __timestampUnix;
609
+ /**
610
+ * The HTTP package configurations.
611
+ */
612
+ HttpPackageConfigurations?: HttpPackageConfigurations;
613
+ /**
614
+ * The timestamp that indicates when the live source was modified.
615
+ */
616
+ LastModifiedTime?: __timestampUnix;
617
+ /**
618
+ * The name of the live source.
619
+ */
620
+ LiveSourceName?: __string;
621
+ /**
622
+ * The name of the source location associated with the VOD source.
623
+ */
624
+ SourceLocationName?: __string;
625
+ /**
626
+ * The tags assigned to the live source.
627
+ */
628
+ Tags?: __mapOf__string;
529
629
  }
530
630
  export interface CreatePrefetchScheduleRequest {
531
631
  /**
@@ -584,6 +684,10 @@ declare namespace MediaTailor {
584
684
  * The identifier for the channel you are working on.
585
685
  */
586
686
  ChannelName: __string;
687
+ /**
688
+ * The name of the LiveSource for this Program.
689
+ */
690
+ LiveSourceName?: __string;
587
691
  /**
588
692
  * The identifier for the program you are working on.
589
693
  */
@@ -599,7 +703,7 @@ declare namespace MediaTailor {
599
703
  /**
600
704
  * The name that's used to refer to a VOD source.
601
705
  */
602
- VodSourceName: __string;
706
+ VodSourceName?: __string;
603
707
  }
604
708
  export interface CreateProgramResponse {
605
709
  /**
@@ -618,6 +722,10 @@ declare namespace MediaTailor {
618
722
  * The timestamp of when the program was created.
619
723
  */
620
724
  CreationTime?: __timestampUnix;
725
+ /**
726
+ * The name of the LiveSource for this Program.
727
+ */
728
+ LiveSourceName?: __string;
621
729
  /**
622
730
  * The name of the program.
623
731
  */
@@ -648,6 +756,9 @@ declare namespace MediaTailor {
648
756
  * The source's HTTP package configurations.
649
757
  */
650
758
  HttpConfiguration: HttpConfiguration;
759
+ /**
760
+ * A list of the segment delivery configurations associated with this resource.
761
+ */
651
762
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
652
763
  /**
653
764
  * The identifier for the source location you are working on.
@@ -683,6 +794,9 @@ declare namespace MediaTailor {
683
794
  * The timestamp that indicates when the source location was last modified.
684
795
  */
685
796
  LastModifiedTime?: __timestampUnix;
797
+ /**
798
+ * A list of the segment delivery configurations associated with this resource.
799
+ */
686
800
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
687
801
  /**
688
802
  * The name of the source location.
@@ -695,7 +809,7 @@ declare namespace MediaTailor {
695
809
  }
696
810
  export interface CreateVodSourceRequest {
697
811
  /**
698
- * An array of HTTP package configuration parameters for this VOD source.
812
+ * A list of HTTP package configuration parameters for this VOD source.
699
813
  */
700
814
  HttpPackageConfigurations: HttpPackageConfigurations;
701
815
  /**
@@ -725,7 +839,7 @@ declare namespace MediaTailor {
725
839
  */
726
840
  HttpPackageConfigurations?: HttpPackageConfigurations;
727
841
  /**
728
- * The ARN for the VOD source.
842
+ * The last modified time of the VOD source.
729
843
  */
730
844
  LastModifiedTime?: __timestampUnix;
731
845
  /**
@@ -805,6 +919,18 @@ declare namespace MediaTailor {
805
919
  }
806
920
  export interface DeleteChannelResponse {
807
921
  }
922
+ export interface DeleteLiveSourceRequest {
923
+ /**
924
+ * The identifier for the live source you are working on.
925
+ */
926
+ LiveSourceName: __string;
927
+ /**
928
+ * The identifier for the source location you are working on.
929
+ */
930
+ SourceLocationName: __string;
931
+ }
932
+ export interface DeleteLiveSourceResponse {
933
+ }
808
934
  export interface DeletePlaybackConfigurationRequest {
809
935
  /**
810
936
  * The identifier for the playback configuration.
@@ -900,6 +1026,50 @@ declare namespace MediaTailor {
900
1026
  * The tags assigned to the channel.
901
1027
  */
902
1028
  Tags?: __mapOf__string;
1029
+ /**
1030
+ * The channel's tier.
1031
+ */
1032
+ Tier?: __string;
1033
+ }
1034
+ export interface DescribeLiveSourceRequest {
1035
+ /**
1036
+ * The identifier for the live source you are working on.
1037
+ */
1038
+ LiveSourceName: __string;
1039
+ /**
1040
+ * The identifier for the source location you are working on.
1041
+ */
1042
+ SourceLocationName: __string;
1043
+ }
1044
+ export interface DescribeLiveSourceResponse {
1045
+ /**
1046
+ * The ARN of the live source.
1047
+ */
1048
+ Arn?: __string;
1049
+ /**
1050
+ * The timestamp that indicates when the live source was created.
1051
+ */
1052
+ CreationTime?: __timestampUnix;
1053
+ /**
1054
+ * The HTTP package configurations.
1055
+ */
1056
+ HttpPackageConfigurations?: HttpPackageConfigurations;
1057
+ /**
1058
+ * The timestamp that indicates when the live source was modified.
1059
+ */
1060
+ LastModifiedTime?: __timestampUnix;
1061
+ /**
1062
+ * The name of the live source.
1063
+ */
1064
+ LiveSourceName?: __string;
1065
+ /**
1066
+ * The name of the source location associated with the VOD source.
1067
+ */
1068
+ SourceLocationName?: __string;
1069
+ /**
1070
+ * The tags assigned to the live source.
1071
+ */
1072
+ Tags?: __mapOf__string;
903
1073
  }
904
1074
  export interface DescribeProgramRequest {
905
1075
  /**
@@ -928,6 +1098,10 @@ declare namespace MediaTailor {
928
1098
  * The timestamp of when the program was created.
929
1099
  */
930
1100
  CreationTime?: __timestampUnix;
1101
+ /**
1102
+ * The name of the LiveSource for this Program.
1103
+ */
1104
+ LiveSourceName?: __string;
931
1105
  /**
932
1106
  * The name of the program.
933
1107
  */
@@ -976,6 +1150,9 @@ declare namespace MediaTailor {
976
1150
  * The timestamp that indicates when the source location was last modified.
977
1151
  */
978
1152
  LastModifiedTime?: __timestampUnix;
1153
+ /**
1154
+ * A list of the segment delivery configurations associated with this resource.
1155
+ */
979
1156
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
980
1157
  /**
981
1158
  * The name of the source location.
@@ -1010,7 +1187,7 @@ declare namespace MediaTailor {
1010
1187
  */
1011
1188
  HttpPackageConfigurations?: HttpPackageConfigurations;
1012
1189
  /**
1013
- * The ARN for the VOD source.
1190
+ * The last modified time of the VOD source.
1014
1191
  */
1015
1192
  LastModifiedTime?: __timestampUnix;
1016
1193
  /**
@@ -1058,7 +1235,7 @@ declare namespace MediaTailor {
1058
1235
  }
1059
1236
  export interface GetChannelScheduleResponse {
1060
1237
  /**
1061
- * An array of schedule entries for the channel.
1238
+ * A list of schedule entries for the channel.
1062
1239
  */
1063
1240
  Items?: __listOfScheduleEntry;
1064
1241
  /**
@@ -1235,7 +1412,7 @@ declare namespace MediaTailor {
1235
1412
  }
1236
1413
  export interface ListAlertsResponse {
1237
1414
  /**
1238
- * An array of alerts that are associated with this resource.
1415
+ * A list of alerts that are associated with this resource.
1239
1416
  */
1240
1417
  Items?: __listOfAlert;
1241
1418
  /**
@@ -1255,7 +1432,7 @@ declare namespace MediaTailor {
1255
1432
  }
1256
1433
  export interface ListChannelsResponse {
1257
1434
  /**
1258
- * An array of channels that are associated with this account.
1435
+ * A list of channels that are associated with this account.
1259
1436
  */
1260
1437
  Items?: __listOfChannel;
1261
1438
  /**
@@ -1263,6 +1440,30 @@ declare namespace MediaTailor {
1263
1440
  */
1264
1441
  NextToken?: __string;
1265
1442
  }
1443
+ export interface ListLiveSourcesRequest {
1444
+ /**
1445
+ * Upper bound on number of records to return. The maximum number of results is 100.
1446
+ */
1447
+ MaxResults?: MaxResults;
1448
+ /**
1449
+ * Pagination token from the GET list request. Use the token to fetch the next page of results.
1450
+ */
1451
+ NextToken?: __string;
1452
+ /**
1453
+ * The identifier for the source location you are working on.
1454
+ */
1455
+ SourceLocationName: __string;
1456
+ }
1457
+ export interface ListLiveSourcesResponse {
1458
+ /**
1459
+ * Lists the live sources.
1460
+ */
1461
+ Items?: __listOfLiveSource;
1462
+ /**
1463
+ * Pagination token from the list request. Use the token to fetch the next page of results.
1464
+ */
1465
+ NextToken?: __string;
1466
+ }
1266
1467
  export interface ListPlaybackConfigurationsRequest {
1267
1468
  /**
1268
1469
  * Maximum number of records to return.
@@ -1323,7 +1524,7 @@ declare namespace MediaTailor {
1323
1524
  }
1324
1525
  export interface ListSourceLocationsResponse {
1325
1526
  /**
1326
- * An array of source locations.
1527
+ * A list of source locations.
1327
1528
  */
1328
1529
  Items?: __listOfSourceLocation;
1329
1530
  /**
@@ -1377,6 +1578,36 @@ declare namespace MediaTailor {
1377
1578
  */
1378
1579
  MaxDurationSeconds?: __integer;
1379
1580
  }
1581
+ export interface LiveSource {
1582
+ /**
1583
+ * The ARN for the live source.
1584
+ */
1585
+ Arn: __string;
1586
+ /**
1587
+ * The timestamp that indicates when the live source was created.
1588
+ */
1589
+ CreationTime?: __timestampUnix;
1590
+ /**
1591
+ * The HTTP package configurations for the live source.
1592
+ */
1593
+ HttpPackageConfigurations: HttpPackageConfigurations;
1594
+ /**
1595
+ * The timestamp that indicates when the live source was last modified.
1596
+ */
1597
+ LastModifiedTime?: __timestampUnix;
1598
+ /**
1599
+ * The name that's used to refer to a live source.
1600
+ */
1601
+ LiveSourceName: __string;
1602
+ /**
1603
+ * The name of the source location.
1604
+ */
1605
+ SourceLocationName: __string;
1606
+ /**
1607
+ * The tags assigned to the live source.
1608
+ */
1609
+ Tags?: __mapOf__string;
1610
+ }
1380
1611
  export interface LogConfiguration {
1381
1612
  /**
1382
1613
  * The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
@@ -1759,6 +1990,10 @@ declare namespace MediaTailor {
1759
1990
  * The name of the channel that uses this schedule.
1760
1991
  */
1761
1992
  ChannelName: __string;
1993
+ /**
1994
+ * The name of the live source used for the program.
1995
+ */
1996
+ LiveSourceName?: __string;
1762
1997
  /**
1763
1998
  * The name of the program.
1764
1999
  */
@@ -1778,7 +2013,7 @@ declare namespace MediaTailor {
1778
2013
  /**
1779
2014
  * The name of the VOD source.
1780
2015
  */
1781
- VodSourceName: __string;
2016
+ VodSourceName?: __string;
1782
2017
  }
1783
2018
  export type ScheduleEntryType = "PROGRAM"|"FILLER_SLATE"|string;
1784
2019
  export interface SecretsManagerAccessTokenConfiguration {
@@ -1796,7 +2031,13 @@ declare namespace MediaTailor {
1796
2031
  SecretStringKey?: __string;
1797
2032
  }
1798
2033
  export interface SegmentDeliveryConfiguration {
2034
+ /**
2035
+ * The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.
2036
+ */
1799
2037
  BaseUrl?: __string;
2038
+ /**
2039
+ * A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
2040
+ */
1800
2041
  Name?: __string;
1801
2042
  }
1802
2043
  export interface SlateSource {
@@ -1834,6 +2075,9 @@ declare namespace MediaTailor {
1834
2075
  * The timestamp that indicates when the source location was last modified.
1835
2076
  */
1836
2077
  LastModifiedTime?: __timestampUnix;
2078
+ /**
2079
+ * The segment delivery configurations for the source location.
2080
+ */
1837
2081
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
1838
2082
  /**
1839
2083
  * The name of the source location.
@@ -1888,7 +2132,12 @@ declare namespace MediaTailor {
1888
2132
  */
1889
2133
  Tags: __mapOf__string;
1890
2134
  }
2135
+ export type Tier = "BASIC"|"STANDARD"|string;
1891
2136
  export interface Transition {
2137
+ /**
2138
+ * The duration of the live program in seconds.
2139
+ */
2140
+ DurationMillis?: __long;
1892
2141
  /**
1893
2142
  * The position where this program will be inserted relative to the RelativePosition.
1894
2143
  */
@@ -1968,6 +2217,54 @@ declare namespace MediaTailor {
1968
2217
  * The tags assigned to the channel.
1969
2218
  */
1970
2219
  Tags?: __mapOf__string;
2220
+ /**
2221
+ * The channel's tier.
2222
+ */
2223
+ Tier?: __string;
2224
+ }
2225
+ export interface UpdateLiveSourceRequest {
2226
+ /**
2227
+ * A list of HTTP package configurations for the live source on this account.
2228
+ */
2229
+ HttpPackageConfigurations: HttpPackageConfigurations;
2230
+ /**
2231
+ * The identifier for the live source you are working on.
2232
+ */
2233
+ LiveSourceName: __string;
2234
+ /**
2235
+ * The identifier for the source location you are working on.
2236
+ */
2237
+ SourceLocationName: __string;
2238
+ }
2239
+ export interface UpdateLiveSourceResponse {
2240
+ /**
2241
+ * The ARN of the live source.
2242
+ */
2243
+ Arn?: __string;
2244
+ /**
2245
+ * The timestamp that indicates when the live source was created.
2246
+ */
2247
+ CreationTime?: __timestampUnix;
2248
+ /**
2249
+ * The HTTP package configurations.
2250
+ */
2251
+ HttpPackageConfigurations?: HttpPackageConfigurations;
2252
+ /**
2253
+ * The timestamp that indicates when the live source was modified.
2254
+ */
2255
+ LastModifiedTime?: __timestampUnix;
2256
+ /**
2257
+ * The name of the live source.
2258
+ */
2259
+ LiveSourceName?: __string;
2260
+ /**
2261
+ * The name of the source location associated with the VOD source.
2262
+ */
2263
+ SourceLocationName?: __string;
2264
+ /**
2265
+ * The tags assigned to the live source.
2266
+ */
2267
+ Tags?: __mapOf__string;
1971
2268
  }
1972
2269
  export interface UpdateSourceLocationRequest {
1973
2270
  /**
@@ -1982,6 +2279,9 @@ declare namespace MediaTailor {
1982
2279
  * The HTTP configuration for the source location.
1983
2280
  */
1984
2281
  HttpConfiguration: HttpConfiguration;
2282
+ /**
2283
+ * A list of the segment delivery configurations associated with this resource.
2284
+ */
1985
2285
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
1986
2286
  /**
1987
2287
  * The identifier for the source location you are working on.
@@ -2013,6 +2313,9 @@ declare namespace MediaTailor {
2013
2313
  * The timestamp that indicates when the source location was last modified.
2014
2314
  */
2015
2315
  LastModifiedTime?: __timestampUnix;
2316
+ /**
2317
+ * A list of the segment delivery configurations associated with this resource.
2318
+ */
2016
2319
  SegmentDeliveryConfigurations?: __listOfSegmentDeliveryConfiguration;
2017
2320
  /**
2018
2321
  * The name of the source location.
@@ -2025,7 +2328,7 @@ declare namespace MediaTailor {
2025
2328
  }
2026
2329
  export interface UpdateVodSourceRequest {
2027
2330
  /**
2028
- * An array of HTTP package configurations for the VOD source on this account.
2331
+ * A list of HTTP package configurations for the VOD source on this account.
2029
2332
  */
2030
2333
  HttpPackageConfigurations: HttpPackageConfigurations;
2031
2334
  /**
@@ -2051,7 +2354,7 @@ declare namespace MediaTailor {
2051
2354
  */
2052
2355
  HttpPackageConfigurations?: HttpPackageConfigurations;
2053
2356
  /**
2054
- * The ARN for the VOD source.
2357
+ * The last modified time of the VOD source.
2055
2358
  */
2056
2359
  LastModifiedTime?: __timestampUnix;
2057
2360
  /**
@@ -2105,6 +2408,7 @@ declare namespace MediaTailor {
2105
2408
  export type __listOfAlert = Alert[];
2106
2409
  export type __listOfAvailMatchingCriteria = AvailMatchingCriteria[];
2107
2410
  export type __listOfChannel = Channel[];
2411
+ export type __listOfLiveSource = LiveSource[];
2108
2412
  export type __listOfPlaybackConfiguration = PlaybackConfiguration[];
2109
2413
  export type __listOfPrefetchSchedule = PrefetchSchedule[];
2110
2414
  export type __listOfScheduleAdBreak = ScheduleAdBreak[];