@propulsionworks/cloudformation 0.0.1 → 0.1.0

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 (1451) hide show
  1. package/exports/main.ts +6 -5
  2. package/lib/assert.ts +62 -0
  3. package/lib/builder.ts +366 -0
  4. package/lib/intrinsics.ts +1223 -0
  5. package/{exports/main → lib}/template.ts +41 -13
  6. package/out/exports/main.d.ts +6 -5
  7. package/out/exports/main.d.ts.map +1 -1
  8. package/out/exports/main.js +6 -5
  9. package/out/exports/main.js.map +1 -1
  10. package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
  11. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
  12. package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
  13. package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
  14. package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
  15. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
  16. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
  17. package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
  18. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
  19. package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
  20. package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
  21. package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
  22. package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
  23. package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
  24. package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
  25. package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
  26. package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
  27. package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
  28. package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
  29. package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
  30. package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
  31. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
  32. package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
  33. package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
  34. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
  35. package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
  36. package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
  37. package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
  38. package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
  39. package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
  40. package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
  41. package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
  42. package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
  43. package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
  44. package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
  45. package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
  46. package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
  47. package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
  48. package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
  49. package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
  50. package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
  51. package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
  52. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
  53. package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
  54. package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
  55. package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
  56. package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
  57. package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
  58. package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
  59. package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
  60. package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
  61. package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
  62. package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
  63. package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
  64. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
  65. package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
  66. package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
  67. package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
  68. package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
  69. package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
  70. package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
  71. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
  72. package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
  73. package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
  74. package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
  75. package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
  76. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
  77. package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
  78. package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
  79. package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
  80. package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
  81. package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
  82. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
  83. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
  84. package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
  85. package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
  86. package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
  87. package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
  88. package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
  89. package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
  90. package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
  91. package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
  92. package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
  93. package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
  94. package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
  95. package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
  96. package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
  97. package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
  98. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
  99. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
  100. package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
  101. package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
  102. package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
  103. package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
  104. package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
  105. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
  106. package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
  107. package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
  108. package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
  109. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
  110. package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
  111. package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
  112. package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
  113. package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
  114. package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
  115. package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
  116. package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
  117. package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
  118. package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
  119. package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
  120. package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
  121. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
  122. package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
  123. package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
  124. package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
  125. package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
  126. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
  127. package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
  128. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
  129. package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
  130. package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
  131. package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
  132. package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
  133. package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
  134. package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
  135. package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
  136. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
  137. package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
  138. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
  139. package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
  140. package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
  141. package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
  142. package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
  143. package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
  144. package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
  145. package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
  146. package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
  147. package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
  148. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
  149. package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
  150. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
  151. package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
  152. package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
  153. package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
  154. package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
  155. package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
  156. package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
  157. package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
  158. package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
  159. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
  160. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
  161. package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
  162. package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
  163. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
  164. package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
  165. package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
  166. package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
  167. package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
  168. package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
  169. package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
  170. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
  171. package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
  172. package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
  173. package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
  174. package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
  175. package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
  176. package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
  177. package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
  178. package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
  179. package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
  180. package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
  181. package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
  182. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
  183. package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
  184. package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
  185. package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
  186. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
  187. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
  188. package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
  189. package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
  190. package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
  191. package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
  192. package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
  193. package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
  194. package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
  195. package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
  196. package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
  197. package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
  198. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
  199. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
  200. package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
  201. package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
  202. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
  203. package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
  204. package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
  205. package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
  206. package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
  207. package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
  208. package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
  209. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
  210. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
  211. package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
  212. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
  213. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
  214. package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
  215. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
  216. package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
  217. package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
  218. package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
  219. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
  220. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
  221. package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
  222. package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
  223. package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
  224. package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
  225. package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
  226. package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
  227. package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
  228. package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
  229. package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
  230. package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
  231. package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
  232. package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
  233. package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
  234. package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
  235. package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
  236. package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
  237. package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
  238. package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
  239. package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
  240. package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
  241. package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
  242. package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
  243. package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
  244. package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
  245. package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
  246. package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
  247. package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
  248. package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
  249. package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
  250. package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
  251. package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
  252. package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
  253. package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
  254. package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
  255. package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
  256. package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
  257. package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
  258. package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
  259. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
  260. package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
  261. package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
  262. package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
  263. package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
  264. package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
  265. package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
  266. package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
  267. package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
  268. package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
  269. package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
  270. package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
  271. package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
  272. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
  273. package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
  274. package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
  275. package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
  276. package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
  277. package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
  278. package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
  279. package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
  280. package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
  281. package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
  282. package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
  283. package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
  284. package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
  285. package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
  286. package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
  287. package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
  288. package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
  289. package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
  290. package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
  291. package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
  292. package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
  293. package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
  294. package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
  295. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
  296. package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
  297. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
  298. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
  299. package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
  300. package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
  301. package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
  302. package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
  303. package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
  304. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
  305. package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
  306. package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
  307. package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
  308. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
  309. package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
  310. package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
  311. package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
  312. package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
  313. package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
  314. package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
  315. package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
  316. package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
  317. package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
  318. package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
  319. package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
  320. package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
  321. package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
  322. package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
  323. package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
  324. package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
  325. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
  326. package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
  327. package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
  328. package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
  329. package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
  330. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
  331. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
  332. package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
  333. package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
  334. package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
  335. package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
  336. package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
  337. package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
  338. package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
  339. package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
  340. package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
  341. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
  342. package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
  343. package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
  344. package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
  345. package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
  346. package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
  347. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
  348. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
  349. package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
  350. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
  351. package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
  352. package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
  353. package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
  354. package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
  355. package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
  356. package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
  357. package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
  358. package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
  359. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
  360. package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
  361. package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
  362. package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
  363. package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
  364. package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
  365. package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
  366. package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
  367. package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
  368. package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
  369. package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
  370. package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
  371. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
  372. package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
  373. package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
  374. package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
  375. package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
  376. package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
  377. package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
  378. package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
  379. package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
  380. package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
  381. package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
  382. package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
  383. package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
  384. package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
  385. package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
  386. package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
  387. package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
  388. package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
  389. package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
  390. package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
  391. package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
  392. package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
  393. package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
  394. package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
  395. package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
  396. package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
  397. package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
  398. package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
  399. package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
  400. package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
  401. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
  402. package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
  403. package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
  404. package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
  405. package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
  406. package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
  407. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
  408. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
  409. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
  410. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
  411. package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
  412. package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
  413. package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
  414. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
  415. package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
  416. package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
  417. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
  418. package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
  419. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
  420. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
  421. package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
  422. package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
  423. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
  424. package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
  425. package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
  426. package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
  427. package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
  428. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
  429. package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
  430. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
  431. package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
  432. package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
  433. package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
  434. package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
  435. package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
  436. package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
  437. package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
  438. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
  439. package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
  440. package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
  441. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
  442. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
  443. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
  444. package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
  445. package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
  446. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
  447. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
  448. package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
  449. package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
  450. package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
  451. package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
  452. package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
  453. package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
  454. package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
  455. package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
  456. package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
  457. package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
  458. package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
  459. package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
  460. package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
  461. package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
  462. package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
  463. package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
  464. package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
  465. package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
  466. package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
  467. package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
  468. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
  469. package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
  470. package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
  471. package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
  472. package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
  473. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
  474. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
  475. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
  476. package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
  477. package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
  478. package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
  479. package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
  480. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
  481. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
  482. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
  483. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
  484. package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
  485. package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
  486. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
  487. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
  488. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
  489. package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
  490. package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
  491. package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
  492. package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
  493. package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
  494. package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
  495. package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
  496. package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
  497. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
  498. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
  499. package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
  500. package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
  501. package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
  502. package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
  503. package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
  504. package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
  505. package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
  506. package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
  507. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
  508. package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
  509. package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
  510. package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
  511. package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
  512. package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
  513. package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
  514. package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
  515. package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
  516. package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
  517. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
  518. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
  519. package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
  520. package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
  521. package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
  522. package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
  523. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
  524. package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
  525. package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
  526. package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
  527. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
  528. package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
  529. package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
  530. package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
  531. package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
  532. package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
  533. package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
  534. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
  535. package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
  536. package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
  537. package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
  538. package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
  539. package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
  540. package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
  541. package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
  542. package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
  543. package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
  544. package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
  545. package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
  546. package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
  547. package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
  548. package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
  549. package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
  550. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
  551. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
  552. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
  553. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
  554. package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
  555. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
  556. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
  557. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
  558. package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
  559. package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
  560. package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
  561. package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
  562. package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
  563. package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
  564. package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
  565. package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
  566. package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
  567. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
  568. package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
  569. package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
  570. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
  571. package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
  572. package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
  573. package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
  574. package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
  575. package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
  576. package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
  577. package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
  578. package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
  579. package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
  580. package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
  581. package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
  582. package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
  583. package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
  584. package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
  585. package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
  586. package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
  587. package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
  588. package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
  589. package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
  590. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
  591. package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
  592. package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
  593. package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
  594. package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
  595. package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
  596. package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
  597. package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
  598. package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
  599. package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
  600. package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
  601. package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
  602. package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
  603. package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
  604. package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
  605. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
  606. package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
  607. package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
  608. package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
  609. package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
  610. package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
  611. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
  612. package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
  613. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
  614. package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
  615. package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
  616. package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
  617. package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
  618. package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
  619. package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
  620. package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
  621. package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
  622. package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
  623. package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
  624. package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
  625. package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
  626. package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
  627. package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
  628. package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
  629. package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
  630. package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
  631. package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
  632. package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
  633. package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
  634. package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
  635. package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
  636. package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
  637. package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
  638. package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
  639. package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
  640. package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
  641. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
  642. package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
  643. package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
  644. package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
  645. package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
  646. package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
  647. package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
  648. package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
  649. package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
  650. package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
  651. package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
  652. package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
  653. package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
  654. package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
  655. package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
  656. package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
  657. package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
  658. package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
  659. package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
  660. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
  661. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
  662. package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
  663. package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
  664. package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
  665. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
  666. package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
  667. package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
  668. package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
  669. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
  670. package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
  671. package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
  672. package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
  673. package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
  674. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
  675. package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
  676. package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
  677. package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
  678. package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
  679. package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
  680. package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
  681. package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
  682. package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
  683. package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
  684. package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
  685. package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
  686. package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
  687. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
  688. package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
  689. package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
  690. package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
  691. package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
  692. package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
  693. package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
  694. package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
  695. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
  696. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
  697. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
  698. package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
  699. package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
  700. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
  701. package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
  702. package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
  703. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
  704. package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
  705. package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
  706. package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
  707. package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
  708. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
  709. package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
  710. package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
  711. package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
  712. package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
  713. package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
  714. package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
  715. package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
  716. package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
  717. package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
  718. package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
  719. package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
  720. package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
  721. package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
  722. package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
  723. package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
  724. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
  725. package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
  726. package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
  727. package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
  728. package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
  729. package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
  730. package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
  731. package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
  732. package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
  733. package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
  734. package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
  735. package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
  736. package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
  737. package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
  738. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
  739. package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
  740. package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
  741. package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
  742. package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
  743. package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
  744. package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
  745. package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
  746. package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
  747. package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
  748. package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
  749. package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
  750. package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
  751. package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
  752. package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
  753. package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
  754. package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
  755. package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
  756. package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
  757. package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
  758. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
  759. package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
  760. package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
  761. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
  762. package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
  763. package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
  764. package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
  765. package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
  766. package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
  767. package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
  768. package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
  769. package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
  770. package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
  771. package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
  772. package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
  773. package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
  774. package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
  775. package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
  776. package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
  777. package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
  778. package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
  779. package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
  780. package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
  781. package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
  782. package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
  783. package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
  784. package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
  785. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
  786. package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
  787. package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
  788. package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
  789. package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
  790. package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
  791. package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
  792. package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
  793. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
  794. package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
  795. package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
  796. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
  797. package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
  798. package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
  799. package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
  800. package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
  801. package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
  802. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
  803. package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
  804. package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
  805. package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
  806. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
  807. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
  808. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
  809. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
  810. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
  811. package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
  812. package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
  813. package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
  814. package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
  815. package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
  816. package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
  817. package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
  818. package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
  819. package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
  820. package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
  821. package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
  822. package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
  823. package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
  824. package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
  825. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
  826. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
  827. package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
  828. package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
  829. package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
  830. package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
  831. package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
  832. package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
  833. package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
  834. package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
  835. package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
  836. package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
  837. package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
  838. package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
  839. package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
  840. package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
  841. package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
  842. package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
  843. package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
  844. package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
  845. package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
  846. package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
  847. package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
  848. package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
  849. package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
  850. package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
  851. package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
  852. package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
  853. package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
  854. package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
  855. package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
  856. package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
  857. package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
  858. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
  859. package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
  860. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
  861. package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
  862. package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
  863. package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
  864. package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
  865. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
  866. package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
  867. package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
  868. package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
  869. package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
  870. package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
  871. package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
  872. package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
  873. package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
  874. package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
  875. package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
  876. package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
  877. package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
  878. package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
  879. package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
  880. package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
  881. package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
  882. package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
  883. package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
  884. package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
  885. package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
  886. package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
  887. package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
  888. package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
  889. package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
  890. package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
  891. package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
  892. package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
  893. package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
  894. package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
  895. package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
  896. package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
  897. package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
  898. package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
  899. package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
  900. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
  901. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
  902. package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
  903. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
  904. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
  905. package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
  906. package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
  907. package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
  908. package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
  909. package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
  910. package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
  911. package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
  912. package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
  913. package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
  914. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
  915. package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
  916. package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
  917. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
  918. package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
  919. package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
  920. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
  921. package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
  922. package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
  923. package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
  924. package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
  925. package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
  926. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
  927. package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
  928. package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
  929. package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
  930. package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
  931. package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
  932. package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
  933. package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
  934. package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
  935. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
  936. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
  937. package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
  938. package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
  939. package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
  940. package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
  941. package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
  942. package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
  943. package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
  944. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
  945. package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
  946. package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
  947. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
  948. package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
  949. package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
  950. package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
  951. package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
  952. package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
  953. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
  954. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
  955. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
  956. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
  957. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
  958. package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
  959. package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
  960. package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
  961. package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
  962. package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
  963. package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
  964. package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
  965. package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
  966. package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
  967. package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
  968. package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
  969. package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
  970. package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
  971. package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
  972. package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
  973. package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
  974. package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
  975. package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
  976. package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
  977. package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
  978. package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
  979. package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
  980. package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
  981. package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
  982. package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
  983. package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
  984. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
  985. package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
  986. package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
  987. package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
  988. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
  989. package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
  990. package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
  991. package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
  992. package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
  993. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
  994. package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
  995. package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
  996. package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
  997. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
  998. package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
  999. package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
  1000. package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
  1001. package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
  1002. package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
  1003. package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
  1004. package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
  1005. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
  1006. package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
  1007. package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
  1008. package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
  1009. package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
  1010. package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
  1011. package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
  1012. package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
  1013. package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
  1014. package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
  1015. package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
  1016. package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
  1017. package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
  1018. package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
  1019. package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
  1020. package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
  1021. package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
  1022. package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
  1023. package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
  1024. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
  1025. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
  1026. package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
  1027. package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
  1028. package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
  1029. package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
  1030. package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
  1031. package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
  1032. package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
  1033. package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
  1034. package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
  1035. package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
  1036. package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
  1037. package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
  1038. package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
  1039. package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
  1040. package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
  1041. package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
  1042. package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
  1043. package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
  1044. package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
  1045. package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
  1046. package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
  1047. package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
  1048. package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
  1049. package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
  1050. package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
  1051. package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
  1052. package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
  1053. package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
  1054. package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
  1055. package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
  1056. package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
  1057. package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
  1058. package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
  1059. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
  1060. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
  1061. package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
  1062. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
  1063. package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
  1064. package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
  1065. package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
  1066. package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
  1067. package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
  1068. package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
  1069. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
  1070. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
  1071. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
  1072. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
  1073. package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
  1074. package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
  1075. package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
  1076. package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
  1077. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
  1078. package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
  1079. package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
  1080. package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
  1081. package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
  1082. package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
  1083. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
  1084. package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
  1085. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
  1086. package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
  1087. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
  1088. package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
  1089. package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
  1090. package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
  1091. package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
  1092. package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
  1093. package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
  1094. package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
  1095. package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
  1096. package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
  1097. package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
  1098. package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
  1099. package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
  1100. package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
  1101. package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
  1102. package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
  1103. package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
  1104. package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
  1105. package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
  1106. package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
  1107. package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
  1108. package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
  1109. package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
  1110. package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
  1111. package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
  1112. package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
  1113. package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
  1114. package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
  1115. package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
  1116. package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
  1117. package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
  1118. package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
  1119. package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
  1120. package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
  1121. package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
  1122. package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
  1123. package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
  1124. package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
  1125. package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
  1126. package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
  1127. package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
  1128. package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
  1129. package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
  1130. package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
  1131. package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
  1132. package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
  1133. package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
  1134. package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
  1135. package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
  1136. package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
  1137. package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
  1138. package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
  1139. package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
  1140. package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
  1141. package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
  1142. package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
  1143. package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
  1144. package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
  1145. package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
  1146. package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
  1147. package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
  1148. package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
  1149. package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
  1150. package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
  1151. package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
  1152. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
  1153. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
  1154. package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
  1155. package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
  1156. package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
  1157. package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
  1158. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
  1159. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
  1160. package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
  1161. package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
  1162. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
  1163. package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
  1164. package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
  1165. package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
  1166. package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
  1167. package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
  1168. package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
  1169. package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
  1170. package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
  1171. package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
  1172. package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
  1173. package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
  1174. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
  1175. package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
  1176. package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
  1177. package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
  1178. package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
  1179. package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
  1180. package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
  1181. package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
  1182. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
  1183. package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
  1184. package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
  1185. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
  1186. package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
  1187. package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
  1188. package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
  1189. package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
  1190. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
  1191. package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
  1192. package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
  1193. package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
  1194. package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
  1195. package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
  1196. package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
  1197. package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
  1198. package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
  1199. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
  1200. package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
  1201. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
  1202. package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
  1203. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
  1204. package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
  1205. package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
  1206. package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
  1207. package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
  1208. package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
  1209. package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
  1210. package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
  1211. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
  1212. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
  1213. package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
  1214. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
  1215. package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
  1216. package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
  1217. package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
  1218. package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
  1219. package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
  1220. package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
  1221. package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
  1222. package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
  1223. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
  1224. package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
  1225. package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
  1226. package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
  1227. package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
  1228. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
  1229. package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
  1230. package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
  1231. package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
  1232. package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
  1233. package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
  1234. package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
  1235. package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
  1236. package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
  1237. package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
  1238. package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
  1239. package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
  1240. package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
  1241. package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
  1242. package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
  1243. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
  1244. package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
  1245. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
  1246. package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
  1247. package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
  1248. package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
  1249. package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
  1250. package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
  1251. package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
  1252. package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
  1253. package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
  1254. package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
  1255. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
  1256. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
  1257. package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
  1258. package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
  1259. package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
  1260. package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
  1261. package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
  1262. package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
  1263. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
  1264. package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
  1265. package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
  1266. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
  1267. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
  1268. package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
  1269. package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
  1270. package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
  1271. package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
  1272. package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
  1273. package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
  1274. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
  1275. package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
  1276. package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
  1277. package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
  1278. package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
  1279. package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
  1280. package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
  1281. package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
  1282. package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
  1283. package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
  1284. package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
  1285. package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
  1286. package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
  1287. package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
  1288. package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
  1289. package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
  1290. package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
  1291. package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
  1292. package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
  1293. package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
  1294. package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
  1295. package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
  1296. package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
  1297. package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
  1298. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
  1299. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
  1300. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
  1301. package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
  1302. package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
  1303. package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
  1304. package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
  1305. package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
  1306. package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
  1307. package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
  1308. package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
  1309. package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
  1310. package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
  1311. package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
  1312. package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
  1313. package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
  1314. package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
  1315. package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
  1316. package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
  1317. package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
  1318. package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
  1319. package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
  1320. package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
  1321. package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
  1322. package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
  1323. package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
  1324. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
  1325. package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
  1326. package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
  1327. package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
  1328. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
  1329. package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
  1330. package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
  1331. package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
  1332. package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
  1333. package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
  1334. package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
  1335. package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
  1336. package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
  1337. package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
  1338. package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
  1339. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
  1340. package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
  1341. package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
  1342. package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
  1343. package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
  1344. package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
  1345. package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
  1346. package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
  1347. package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
  1348. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
  1349. package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
  1350. package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
  1351. package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
  1352. package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
  1353. package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
  1354. package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
  1355. package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
  1356. package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
  1357. package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
  1358. package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
  1359. package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
  1360. package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
  1361. package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
  1362. package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
  1363. package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
  1364. package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
  1365. package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
  1366. package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
  1367. package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
  1368. package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
  1369. package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
  1370. package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
  1371. package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
  1372. package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
  1373. package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
  1374. package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
  1375. package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
  1376. package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
  1377. package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
  1378. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
  1379. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
  1380. package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
  1381. package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
  1382. package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
  1383. package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
  1384. package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
  1385. package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
  1386. package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
  1387. package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
  1388. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
  1389. package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
  1390. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
  1391. package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
  1392. package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
  1393. package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
  1394. package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
  1395. package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
  1396. package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
  1397. package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
  1398. package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
  1399. package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
  1400. package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
  1401. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
  1402. package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
  1403. package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
  1404. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
  1405. package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
  1406. package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
  1407. package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
  1408. package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
  1409. package/out/lib/assert.d.ts +21 -0
  1410. package/out/lib/assert.d.ts.map +1 -0
  1411. package/out/lib/assert.js +39 -0
  1412. package/out/lib/assert.js.map +1 -0
  1413. package/out/lib/builder.d.ts +153 -0
  1414. package/out/lib/builder.d.ts.map +1 -0
  1415. package/out/lib/builder.js +169 -0
  1416. package/out/lib/builder.js.map +1 -0
  1417. package/out/lib/intrinsics.d.ts +940 -0
  1418. package/out/lib/intrinsics.d.ts.map +1 -0
  1419. package/out/lib/intrinsics.js +431 -0
  1420. package/out/lib/intrinsics.js.map +1 -0
  1421. package/out/lib/json.d.ts.map +1 -0
  1422. package/out/{exports/main → lib}/json.js.map +1 -1
  1423. package/out/lib/parameters.d.ts.map +1 -0
  1424. package/out/{exports/main → lib}/parameters.js.map +1 -1
  1425. package/out/lib/policy.d.ts.map +1 -0
  1426. package/out/{exports/main → lib}/policy.js.map +1 -1
  1427. package/out/{exports/main → lib}/template.d.ts +29 -8
  1428. package/out/lib/template.d.ts.map +1 -0
  1429. package/out/lib/template.js +14 -0
  1430. package/out/lib/template.js.map +1 -0
  1431. package/package.json +13 -4
  1432. package/exports/main/intrinsics.ts +0 -632
  1433. package/out/exports/main/intrinsics.d.ts +0 -522
  1434. package/out/exports/main/intrinsics.d.ts.map +0 -1
  1435. package/out/exports/main/intrinsics.js +0 -20
  1436. package/out/exports/main/intrinsics.js.map +0 -1
  1437. package/out/exports/main/json.d.ts.map +0 -1
  1438. package/out/exports/main/parameters.d.ts.map +0 -1
  1439. package/out/exports/main/policy.d.ts.map +0 -1
  1440. package/out/exports/main/template.d.ts.map +0 -1
  1441. package/out/exports/main/template.js +0 -13
  1442. package/out/exports/main/template.js.map +0 -1
  1443. /package/{exports/main → lib}/json.ts +0 -0
  1444. /package/{exports/main → lib}/parameters.ts +0 -0
  1445. /package/{exports/main → lib}/policy.ts +0 -0
  1446. /package/out/{exports/main → lib}/json.d.ts +0 -0
  1447. /package/out/{exports/main → lib}/json.js +0 -0
  1448. /package/out/{exports/main → lib}/parameters.d.ts +0 -0
  1449. /package/out/{exports/main → lib}/parameters.js +0 -0
  1450. /package/out/{exports/main → lib}/policy.d.ts +0 -0
  1451. /package/out/{exports/main → lib}/policy.js +0 -0
@@ -0,0 +1,3868 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ export type MediaLiveChannel = ResourceDefinitionWithAttributes<"AWS::MediaLive::Channel", MediaLiveChannelProps, MediaLiveChannelAttribs>;
3
+ /**
4
+ * The AWS::MediaLive::Channel resource is a MediaLive resource type that creates a channel.
5
+ *
6
+ * A MediaLive channel ingests and transcodes (decodes and encodes) source content from the inputs that are attached to that channel, and packages the new content into outputs.
7
+ */
8
+ export type MediaLiveChannelProps = {
9
+ AnywhereSettings?: AnywhereSettings | undefined;
10
+ /**
11
+ * Specification of CDI inputs for this channel.
12
+ */
13
+ CdiInputSpecification?: CdiInputSpecification | undefined;
14
+ /**
15
+ * The class for this channel. For a channel with two pipelines, the class is STANDARD. For a channel with one pipeline, the class is SINGLE_PIPELINE.
16
+ */
17
+ ChannelClass?: string | undefined;
18
+ ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
19
+ /**
20
+ * The settings that identify the destination for the outputs in this MediaLive output package.
21
+ */
22
+ Destinations?: OutputDestination[] | undefined;
23
+ DryRun?: boolean | undefined;
24
+ /**
25
+ * The encoding configuration for the output content.
26
+ */
27
+ EncoderSettings?: EncoderSettings | undefined;
28
+ /**
29
+ * The list of input attachments for the channel.
30
+ */
31
+ InputAttachments?: InputAttachment[] | undefined;
32
+ /**
33
+ * The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
34
+ */
35
+ InputSpecification?: InputSpecification | undefined;
36
+ /**
37
+ * The verbosity for logging activity for this channel. Charges for logging (which are generated through Amazon CloudWatch Logging) are higher for higher verbosities.
38
+ */
39
+ LogLevel?: string | undefined;
40
+ /**
41
+ * Maintenance settings for this channel.
42
+ */
43
+ Maintenance?: MaintenanceCreateSettings | undefined;
44
+ /**
45
+ * Name of channel.
46
+ */
47
+ Name?: string | undefined;
48
+ /**
49
+ * The IAM role for MediaLive to assume when running this channel. The role is identified by its ARN.
50
+ */
51
+ RoleArn?: string | undefined;
52
+ /**
53
+ * A collection of tags for this channel. Each tag is a key-value pair.
54
+ */
55
+ Tags?: Record<string, unknown> | undefined;
56
+ /**
57
+ * Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
58
+ */
59
+ Vpc?: VpcOutputSettings | undefined;
60
+ };
61
+ export type MediaLiveChannelAttribs = {
62
+ /**
63
+ * The ARN of the MediaLive channel. For example: arn:aws:medialive:us-west-1:111122223333:medialive:channel:1234567
64
+ */
65
+ Arn: string;
66
+ /**
67
+ * User-specified id. This is used in an output group or an output.
68
+ */
69
+ Id: string;
70
+ /**
71
+ * The inputs that are attached to this channel. The inputs are identified by their IDs (not by their names or their ARNs).
72
+ */
73
+ Inputs: string[];
74
+ };
75
+ /**
76
+ * The settings for an AAC audio encode in the output.
77
+ *
78
+ * The parent of this entity is AudioCodecSettings.
79
+ */
80
+ export type AacSettings = {
81
+ /**
82
+ * The average bitrate in bits/second. Valid values depend on the rate control mode and profile.
83
+ */
84
+ Bitrate?: number | undefined;
85
+ /**
86
+ * Mono, stereo, or 5.1 channel layout. Valid values depend on the rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track, and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.
87
+ */
88
+ CodingMode?: string | undefined;
89
+ /**
90
+ * Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains broadcaster mixed AD. Note that the input received by the encoder must contain pre-mixed audio; MediaLive does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave this set to normal when the input does not contain pre-mixed audio + AD.
91
+ */
92
+ InputType?: string | undefined;
93
+ /**
94
+ * The AAC profile.
95
+ */
96
+ Profile?: string | undefined;
97
+ /**
98
+ * The rate control mode.
99
+ */
100
+ RateControlMode?: string | undefined;
101
+ /**
102
+ * Sets the LATM/LOAS AAC output for raw containers.
103
+ */
104
+ RawFormat?: string | undefined;
105
+ /**
106
+ * The sample rate in Hz. Valid values depend on the rate control mode and profile.
107
+ */
108
+ SampleRate?: number | undefined;
109
+ /**
110
+ * Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
111
+ */
112
+ Spec?: string | undefined;
113
+ /**
114
+ * The VBR quality level. This is used only if rateControlMode is VBR.
115
+ */
116
+ VbrQuality?: string | undefined;
117
+ };
118
+ /**
119
+ * The settings for an AC3 audio encode in the output.
120
+ *
121
+ * The parent of this entity is AudioCodecSettings.
122
+ */
123
+ export type Ac3Settings = {
124
+ AttenuationControl?: string | undefined;
125
+ /**
126
+ * The average bitrate in bits/second. Valid bitrates depend on the coding mode.
127
+ */
128
+ Bitrate?: number | undefined;
129
+ /**
130
+ * Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. For more information about these values, see ATSC A/52-2012.
131
+ */
132
+ BitstreamMode?: string | undefined;
133
+ /**
134
+ * The Dolby Digital coding mode. This determines the number of channels.
135
+ */
136
+ CodingMode?: string | undefined;
137
+ /**
138
+ * Sets the dialnorm for the output. If excluded and the input audio is Dolby Digital, dialnorm is passed through.
139
+ */
140
+ Dialnorm?: number | undefined;
141
+ /**
142
+ * If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
143
+ */
144
+ DrcProfile?: string | undefined;
145
+ /**
146
+ * When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. This is valid only in codingMode32Lfe mode.
147
+ */
148
+ LfeFilter?: string | undefined;
149
+ /**
150
+ * When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data. If the audio is supplied from one of these streams, the static metadata settings are used.
151
+ */
152
+ MetadataControl?: string | undefined;
153
+ };
154
+ /**
155
+ * Information about the ancillary captions to extract from the input.
156
+ *
157
+ * The parent of this entity is CaptionSelectorSettings.
158
+ */
159
+ export type AncillarySourceSettings = {
160
+ /**
161
+ * Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
162
+ */
163
+ SourceAncillaryChannelNumber?: number | undefined;
164
+ };
165
+ export type AnywhereSettings = {
166
+ ChannelPlacementGroupId?: string | undefined;
167
+ ClusterId?: string | undefined;
168
+ };
169
+ /**
170
+ * Settings to configure the destination of an Archive output.
171
+ *
172
+ * The parent of this entity is ArchiveGroupSettings.
173
+ */
174
+ export type ArchiveCdnSettings = {
175
+ /**
176
+ * Sets up Amazon S3 as the destination for this Archive output.
177
+ */
178
+ ArchiveS3Settings?: ArchiveS3Settings | undefined;
179
+ };
180
+ /**
181
+ * The archive container settings.
182
+ *
183
+ * The parent of this entity is ArchiveOutputSettings.
184
+ */
185
+ export type ArchiveContainerSettings = {
186
+ /**
187
+ * The settings for the M2TS in the archive output.
188
+ */
189
+ M2tsSettings?: M2tsSettings | undefined;
190
+ /**
191
+ * The settings for Raw archive output type.
192
+ */
193
+ RawSettings?: Record<string, unknown> | undefined;
194
+ };
195
+ /**
196
+ * The settings for an archive output group.
197
+ *
198
+ * The parent of this entity is OutputGroupSettings.
199
+ */
200
+ export type ArchiveGroupSettings = {
201
+ /**
202
+ * Settings to configure the destination of an Archive output.
203
+ */
204
+ ArchiveCdnSettings?: ArchiveCdnSettings | undefined;
205
+ /**
206
+ * A directory and base file name where archive files should be written.
207
+ */
208
+ Destination?: OutputLocationRef | undefined;
209
+ /**
210
+ * The number of seconds to write to an archive file before closing and starting a new one.
211
+ */
212
+ RolloverInterval?: number | undefined;
213
+ };
214
+ /**
215
+ * The archive output settings.
216
+ *
217
+ * The parent of this entity is OutputSettings.
218
+ */
219
+ export type ArchiveOutputSettings = {
220
+ /**
221
+ * The settings that are specific to the container type of the file.
222
+ */
223
+ ContainerSettings?: ArchiveContainerSettings | undefined;
224
+ /**
225
+ * The output file extension. If excluded, this is auto-selected from the container type.
226
+ */
227
+ Extension?: string | undefined;
228
+ /**
229
+ * A string that is concatenated to the end of the destination file name. The string is required for multiple outputs of the same type.
230
+ */
231
+ NameModifier?: string | undefined;
232
+ };
233
+ /**
234
+ * Sets up Amazon S3 as the destination for this Archive output.
235
+ *
236
+ * The parent of this entity is ArchiveCdnSettings.
237
+ */
238
+ export type ArchiveS3Settings = {
239
+ /**
240
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
241
+ */
242
+ CannedAcl?: string | undefined;
243
+ };
244
+ /**
245
+ * The settings for remixing audio.
246
+ *
247
+ * The parent of this entity is RemixSettings.
248
+ */
249
+ export type AudioChannelMapping = {
250
+ /**
251
+ * The indices and gain values for each input channel that should be remixed into this output channel.
252
+ */
253
+ InputChannelLevels?: InputChannelLevel[] | undefined;
254
+ /**
255
+ * The index of the output channel that is being produced.
256
+ */
257
+ OutputChannel?: number | undefined;
258
+ };
259
+ /**
260
+ * The configuration of the audio codec in the audio output.
261
+ *
262
+ * The parent of this entity is AudioDescription.
263
+ */
264
+ export type AudioCodecSettings = {
265
+ /**
266
+ * The setup of the AAC audio codec in the output.
267
+ */
268
+ AacSettings?: AacSettings | undefined;
269
+ /**
270
+ * The setup of an AC3 audio codec in the output.
271
+ */
272
+ Ac3Settings?: Ac3Settings | undefined;
273
+ Eac3AtmosSettings?: Eac3AtmosSettings | undefined;
274
+ /**
275
+ * The setup of an EAC3 audio codec in the output.
276
+ */
277
+ Eac3Settings?: Eac3Settings | undefined;
278
+ /**
279
+ * The setup of an MP2 audio codec in the output.
280
+ */
281
+ Mp2Settings?: Mp2Settings | undefined;
282
+ /**
283
+ * The setup to pass through the Dolby audio codec to the output.
284
+ */
285
+ PassThroughSettings?: Record<string, unknown> | undefined;
286
+ /**
287
+ * Settings for audio encoded with the WAV codec.
288
+ */
289
+ WavSettings?: WavSettings | undefined;
290
+ };
291
+ /**
292
+ * The encoding information for one output audio.
293
+ *
294
+ * The parent of this entity is EncoderSettings.
295
+ */
296
+ export type AudioDescription = {
297
+ AudioDashRoles?: string[] | undefined;
298
+ /**
299
+ * The advanced audio normalization settings.
300
+ */
301
+ AudioNormalizationSettings?: AudioNormalizationSettings | undefined;
302
+ /**
303
+ * The name of the AudioSelector that is used as the source for this AudioDescription.
304
+ */
305
+ AudioSelectorName?: string | undefined;
306
+ /**
307
+ * Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
308
+ */
309
+ AudioType?: string | undefined;
310
+ /**
311
+ * Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
312
+ */
313
+ AudioTypeControl?: string | undefined;
314
+ /**
315
+ * Settings to configure one or more solutions that insert audio watermarks in the audio encode
316
+ */
317
+ AudioWatermarkingSettings?: AudioWatermarkSettings | undefined;
318
+ /**
319
+ * The audio codec settings.
320
+ */
321
+ CodecSettings?: AudioCodecSettings | undefined;
322
+ DvbDashAccessibility?: string | undefined;
323
+ /**
324
+ * Indicates the language of the audio output track. Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
325
+ */
326
+ LanguageCode?: string | undefined;
327
+ /**
328
+ * Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
329
+ */
330
+ LanguageCodeControl?: string | undefined;
331
+ /**
332
+ * The name of this AudioDescription. Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.
333
+ */
334
+ Name?: string | undefined;
335
+ /**
336
+ * The settings that control how input audio channels are remixed into the output audio channels.
337
+ */
338
+ RemixSettings?: RemixSettings | undefined;
339
+ /**
340
+ * Used for Microsoft Smooth and Apple HLS outputs. Indicates the name displayed by the player (for example, English or Director Commentary).
341
+ */
342
+ StreamName?: string | undefined;
343
+ };
344
+ export type AudioDolbyEDecode = {
345
+ ProgramSelection?: string | undefined;
346
+ };
347
+ /**
348
+ * Selector for HLS audio rendition.
349
+ *
350
+ * The parent of this entity is AudioSelectorSettings.
351
+ */
352
+ export type AudioHlsRenditionSelection = {
353
+ /**
354
+ * Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
355
+ */
356
+ GroupId?: string | undefined;
357
+ /**
358
+ * Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
359
+ */
360
+ Name?: string | undefined;
361
+ };
362
+ /**
363
+ * Information about the audio language to extract.
364
+ *
365
+ * The parent of this entity is AudioSelectorSettings.
366
+ */
367
+ export type AudioLanguageSelection = {
368
+ /**
369
+ * Selects a specific three-letter language code from within an audio source.
370
+ */
371
+ LanguageCode?: string | undefined;
372
+ /**
373
+ * When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.
374
+ */
375
+ LanguageSelectionPolicy?: string | undefined;
376
+ };
377
+ /**
378
+ * The settings for normalizing video.
379
+ *
380
+ * The parent of this entity is AudioDescription.
381
+ */
382
+ export type AudioNormalizationSettings = {
383
+ /**
384
+ * The audio normalization algorithm to use. itu17701 conforms to the CALM Act specification. itu17702 conforms to the EBU R-128 specification.
385
+ */
386
+ Algorithm?: string | undefined;
387
+ /**
388
+ * When set to correctAudio, the output audio is corrected using the chosen algorithm. If set to measureOnly, the audio is measured but not adjusted.
389
+ */
390
+ AlgorithmControl?: string | undefined;
391
+ /**
392
+ * The Target LKFS(loudness) to adjust volume to. If no value is entered, a default value is used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.
393
+ */
394
+ TargetLkfs?: number | undefined;
395
+ };
396
+ /**
397
+ * The configuration of an audio-only HLS output.
398
+ *
399
+ * The parent of this entity is HlsSettings.
400
+ */
401
+ export type AudioOnlyHlsSettings = {
402
+ /**
403
+ * Specifies the group that the audio rendition belongs to.
404
+ */
405
+ AudioGroupId?: string | undefined;
406
+ /**
407
+ * Used with an audio-only stream. It must be a .jpg or .png file. If given, this image is used as the cover art for the audio-only output. Ideally, it should be formatted for an iPhone screen for two reasons. The iPhone does not resize the image; instead, it crops a centered image on the top/bottom and left/right. Additionally, this image file gets saved bit-for-bit into every 10-second segment file, so it increases bandwidth by {image file size} * {segment count} * {user count.}.
408
+ */
409
+ AudioOnlyImage?: InputLocation | undefined;
410
+ /**
411
+ * Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client might try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO.
412
+ */
413
+ AudioTrackType?: string | undefined;
414
+ /**
415
+ * Specifies the segment type.
416
+ */
417
+ SegmentType?: string | undefined;
418
+ };
419
+ /**
420
+ * Used to extract audio by The PID.
421
+ *
422
+ * The parent of this entity is AudioSelectorSettings.
423
+ */
424
+ export type AudioPidSelection = {
425
+ /**
426
+ * Select the audio by this PID.
427
+ */
428
+ Pid?: number | undefined;
429
+ };
430
+ /**
431
+ * Information about one audio to extract from the input.
432
+ *
433
+ * The parent of this entity is InputSettings.
434
+ */
435
+ export type AudioSelector = {
436
+ /**
437
+ * A name for this AudioSelector.
438
+ */
439
+ Name?: string | undefined;
440
+ /**
441
+ * Information about the specific audio to extract from the input.
442
+ */
443
+ SelectorSettings?: AudioSelectorSettings | undefined;
444
+ };
445
+ /**
446
+ * Information about the audio to extract from the input.
447
+ *
448
+ * The parent of this entity is AudioSelector.
449
+ */
450
+ export type AudioSelectorSettings = {
451
+ /**
452
+ * Selector for HLS audio rendition.
453
+ */
454
+ AudioHlsRenditionSelection?: AudioHlsRenditionSelection | undefined;
455
+ /**
456
+ * The language code of the audio to select.
457
+ */
458
+ AudioLanguageSelection?: AudioLanguageSelection | undefined;
459
+ /**
460
+ * The PID of the audio to select.
461
+ */
462
+ AudioPidSelection?: AudioPidSelection | undefined;
463
+ /**
464
+ * Information about the audio track to extract.
465
+ */
466
+ AudioTrackSelection?: AudioTrackSelection | undefined;
467
+ };
468
+ /**
469
+ * MediaLive will perform a failover if audio is not detected in this input for the specified period.
470
+ *
471
+ * The parent of this entity is FailoverConditionSettings.
472
+ */
473
+ export type AudioSilenceFailoverSettings = {
474
+ /**
475
+ * The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.
476
+ */
477
+ AudioSelectorName?: string | undefined;
478
+ /**
479
+ * The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.
480
+ */
481
+ AudioSilenceThresholdMsec?: number | undefined;
482
+ };
483
+ /**
484
+ * Information about one audio track to extract. You can select multiple tracks.
485
+ *
486
+ * The parent of this entity is AudioTrackSelection.
487
+ */
488
+ export type AudioTrack = {
489
+ /**
490
+ * 1-based integer value that maps to a specific audio track
491
+ */
492
+ Track?: number | undefined;
493
+ };
494
+ /**
495
+ * Information about the audio track to extract.
496
+ *
497
+ * The parent of this entity is AudioSelectorSettings.
498
+ */
499
+ export type AudioTrackSelection = {
500
+ DolbyEDecode?: AudioDolbyEDecode | undefined;
501
+ /**
502
+ * Selects one or more unique audio tracks from within a source.
503
+ */
504
+ Tracks?: AudioTrack[] | undefined;
505
+ };
506
+ /**
507
+ * Audio Watermark Settings
508
+ *
509
+ * The parent of this entity is AudioDescription.
510
+ */
511
+ export type AudioWatermarkSettings = {
512
+ /**
513
+ * Settings to configure Nielsen Watermarks in the audio encode
514
+ */
515
+ NielsenWatermarksSettings?: NielsenWatermarksSettings | undefined;
516
+ };
517
+ /**
518
+ * Settings to configure the conditions that will define the input as unhealthy and that will make MediaLive fail over to the other input in the input failover pair.
519
+ *
520
+ * The parent of this entity is InputAttachment.
521
+ */
522
+ export type AutomaticInputFailoverSettings = {
523
+ /**
524
+ * This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.
525
+ */
526
+ ErrorClearTimeMsec?: number | undefined;
527
+ /**
528
+ * A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.
529
+ */
530
+ FailoverConditions?: FailoverCondition[] | undefined;
531
+ /**
532
+ * Input preference when deciding which input to make active when a previously failed input has recovered.
533
+ */
534
+ InputPreference?: string | undefined;
535
+ /**
536
+ * The input ID of the secondary input in the automatic input failover pair.
537
+ */
538
+ SecondaryInputId?: string | undefined;
539
+ };
540
+ export type Av1ColorSpaceSettings = {
541
+ ColorSpacePassthroughSettings?: Record<string, unknown> | undefined;
542
+ Hdr10Settings?: Hdr10Settings | undefined;
543
+ Rec601Settings?: Record<string, unknown> | undefined;
544
+ Rec709Settings?: Record<string, unknown> | undefined;
545
+ };
546
+ export type Av1Settings = {
547
+ AfdSignaling?: string | undefined;
548
+ BufSize?: number | undefined;
549
+ ColorSpaceSettings?: Av1ColorSpaceSettings | undefined;
550
+ FixedAfd?: string | undefined;
551
+ FramerateDenominator?: number | undefined;
552
+ FramerateNumerator?: number | undefined;
553
+ GopSize?: number | undefined;
554
+ GopSizeUnits?: string | undefined;
555
+ Level?: string | undefined;
556
+ LookAheadRateControl?: string | undefined;
557
+ MaxBitrate?: number | undefined;
558
+ MinIInterval?: number | undefined;
559
+ ParDenominator?: number | undefined;
560
+ ParNumerator?: number | undefined;
561
+ QvbrQualityLevel?: number | undefined;
562
+ SceneChangeDetect?: string | undefined;
563
+ TimecodeBurninSettings?: TimecodeBurninSettings | undefined;
564
+ };
565
+ /**
566
+ * The configuration of ad avail blanking in the output.
567
+ *
568
+ * The parent of this entity is EncoderSettings.
569
+ */
570
+ export type AvailBlanking = {
571
+ /**
572
+ * The blanking image to be used. Keep empty for solid black. Only .bmp and .png images are supported.
573
+ */
574
+ AvailBlankingImage?: InputLocation | undefined;
575
+ /**
576
+ * When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.
577
+ */
578
+ State?: string | undefined;
579
+ };
580
+ /**
581
+ * The setup of ad avail handling in the output.
582
+ *
583
+ * The parent of this entity is EncoderSettings.
584
+ */
585
+ export type AvailConfiguration = {
586
+ /**
587
+ * The setup of ad avail handling in the output.
588
+ */
589
+ AvailSettings?: AvailSettings | undefined;
590
+ Scte35SegmentationScope?: string | undefined;
591
+ };
592
+ /**
593
+ * The settings for the ad avail setup in the output.
594
+ *
595
+ * The parent of this entity is AvailConfiguration.
596
+ */
597
+ export type AvailSettings = {
598
+ Esam?: Esam | undefined;
599
+ /**
600
+ * The setup for SCTE-35 splice insert handling.
601
+ */
602
+ Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
603
+ /**
604
+ * The setup for SCTE-35 time signal APOS handling.
605
+ */
606
+ Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
607
+ };
608
+ export type BandwidthReductionFilterSettings = {
609
+ PostFilterSharpening?: string | undefined;
610
+ Strength?: string | undefined;
611
+ };
612
+ /**
613
+ * The settings for a blackout slate.
614
+ *
615
+ * The parent of this entity is EncoderSettings.
616
+ */
617
+ export type BlackoutSlate = {
618
+ /**
619
+ * The blackout slate image to be used. Keep empty for solid black. Only .bmp and .png images are supported.
620
+ */
621
+ BlackoutSlateImage?: InputLocation | undefined;
622
+ /**
623
+ * Setting to enabled causes MediaLive to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout is lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in Network ID.
624
+ */
625
+ NetworkEndBlackout?: string | undefined;
626
+ /**
627
+ * The path to the local file to use as the Network End Blackout image. The image is scaled to fill the entire output raster.
628
+ */
629
+ NetworkEndBlackoutImage?: InputLocation | undefined;
630
+ /**
631
+ * Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
632
+ */
633
+ NetworkId?: string | undefined;
634
+ /**
635
+ * When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.
636
+ */
637
+ State?: string | undefined;
638
+ };
639
+ /**
640
+ * The settings for burn-in captions in the output.
641
+ *
642
+ * The parent of this entity is CaptionDestinationSettings.
643
+ */
644
+ export type BurnInDestinationSettings = {
645
+ /**
646
+ * If no explicit xPosition or yPosition is provided, setting alignment to centered places the captions at the bottom center of the output. Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.
647
+ */
648
+ Alignment?: string | undefined;
649
+ /**
650
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
651
+ */
652
+ BackgroundColor?: string | undefined;
653
+ /**
654
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
655
+ */
656
+ BackgroundOpacity?: number | undefined;
657
+ /**
658
+ * The external font file that is used for captions burn-in. The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
659
+ */
660
+ Font?: InputLocation | undefined;
661
+ /**
662
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
663
+ */
664
+ FontColor?: string | undefined;
665
+ /**
666
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
667
+ */
668
+ FontOpacity?: number | undefined;
669
+ /**
670
+ * The font resolution in DPI (dots per inch). The default is 96 dpi. All burn-in and DVB-Sub font settings must match.
671
+ */
672
+ FontResolution?: number | undefined;
673
+ /**
674
+ * When set to auto, fontSize scales depending on the size of the output. Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.
675
+ */
676
+ FontSize?: string | undefined;
677
+ /**
678
+ * Specifies the font outline color. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
679
+ */
680
+ OutlineColor?: string | undefined;
681
+ /**
682
+ * Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
683
+ */
684
+ OutlineSize?: number | undefined;
685
+ /**
686
+ * Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub font settings must match.
687
+ */
688
+ ShadowColor?: string | undefined;
689
+ /**
690
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
691
+ */
692
+ ShadowOpacity?: number | undefined;
693
+ /**
694
+ * Specifies the horizontal offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
695
+ */
696
+ ShadowXOffset?: number | undefined;
697
+ /**
698
+ * Specifies the vertical offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
699
+ */
700
+ ShadowYOffset?: number | undefined;
701
+ /**
702
+ * Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.
703
+ */
704
+ TeletextGridControl?: string | undefined;
705
+ /**
706
+ * Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
707
+ */
708
+ XPosition?: number | undefined;
709
+ /**
710
+ * Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
711
+ */
712
+ YPosition?: number | undefined;
713
+ };
714
+ /**
715
+ * The encoding information for output captions.
716
+ *
717
+ * The parent of this entity is EncoderSettings.
718
+ */
719
+ export type CaptionDescription = {
720
+ Accessibility?: string | undefined;
721
+ CaptionDashRoles?: string[] | undefined;
722
+ /**
723
+ * Specifies which input captions selector to use as a captions source when generating output captions. This field should match a captionSelector name.
724
+ */
725
+ CaptionSelectorName?: string | undefined;
726
+ /**
727
+ * Additional settings for a captions destination that depend on the destination type.
728
+ */
729
+ DestinationSettings?: CaptionDestinationSettings | undefined;
730
+ DvbDashAccessibility?: string | undefined;
731
+ /**
732
+ * An ISO 639-2 three-digit code. For more information, see http://www.loc.gov/standards/iso639-2/.
733
+ */
734
+ LanguageCode?: string | undefined;
735
+ /**
736
+ * Human-readable information to indicate the captions that are available for players (for example, English or Spanish).
737
+ */
738
+ LanguageDescription?: string | undefined;
739
+ /**
740
+ * The name of the captions description. The name is used to associate a captions description with an output. Names must be unique within a channel.
741
+ */
742
+ Name?: string | undefined;
743
+ };
744
+ /**
745
+ * The configuration of one captions encode in the output.
746
+ *
747
+ * The parent of this entity is CaptionDescription.
748
+ */
749
+ export type CaptionDestinationSettings = {
750
+ /**
751
+ * The configuration of one ARIB captions encode in the output.
752
+ */
753
+ AribDestinationSettings?: Record<string, unknown> | undefined;
754
+ /**
755
+ * The configuration of one burn-in captions encode in the output.
756
+ */
757
+ BurnInDestinationSettings?: BurnInDestinationSettings | undefined;
758
+ /**
759
+ * The configuration of one DVB Sub captions encode in the output.
760
+ */
761
+ DvbSubDestinationSettings?: DvbSubDestinationSettings | undefined;
762
+ /**
763
+ * Settings for EBU-TT captions in the output.
764
+ */
765
+ EbuTtDDestinationSettings?: EbuTtDDestinationSettings | undefined;
766
+ /**
767
+ * The configuration of one embedded captions encode in the output.
768
+ */
769
+ EmbeddedDestinationSettings?: Record<string, unknown> | undefined;
770
+ /**
771
+ * The configuration of one embedded plus SCTE-20 captions encode in the output.
772
+ */
773
+ EmbeddedPlusScte20DestinationSettings?: Record<string, unknown> | undefined;
774
+ /**
775
+ * The configuration of one RTMPCaptionInfo captions encode in the output.
776
+ */
777
+ RtmpCaptionInfoDestinationSettings?: Record<string, unknown> | undefined;
778
+ /**
779
+ * The configuration of one SCTE20 plus embedded captions encode in the output.
780
+ */
781
+ Scte20PlusEmbeddedDestinationSettings?: Record<string, unknown> | undefined;
782
+ /**
783
+ * The configuration of one SCTE-27 captions encode in the output.
784
+ */
785
+ Scte27DestinationSettings?: Record<string, unknown> | undefined;
786
+ /**
787
+ * The configuration of one SMPTE-TT captions encode in the output.
788
+ */
789
+ SmpteTtDestinationSettings?: Record<string, unknown> | undefined;
790
+ /**
791
+ * The configuration of one Teletext captions encode in the output.
792
+ */
793
+ TeletextDestinationSettings?: Record<string, unknown> | undefined;
794
+ /**
795
+ * The configuration of one TTML captions encode in the output.
796
+ */
797
+ TtmlDestinationSettings?: TtmlDestinationSettings | undefined;
798
+ /**
799
+ * The configuration of one WebVTT captions encode in the output.
800
+ */
801
+ WebvttDestinationSettings?: WebvttDestinationSettings | undefined;
802
+ };
803
+ /**
804
+ * Maps a captions channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
805
+ *
806
+ * The parent of this entity is HlsGroupSettings.
807
+ */
808
+ export type CaptionLanguageMapping = {
809
+ /**
810
+ * The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4).
811
+ */
812
+ CaptionChannel?: number | undefined;
813
+ /**
814
+ * A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
815
+ */
816
+ LanguageCode?: string | undefined;
817
+ /**
818
+ * The textual description of language.
819
+ */
820
+ LanguageDescription?: string | undefined;
821
+ };
822
+ /**
823
+ * Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.
824
+ *
825
+ * The parent of this entity is TeletextSourceSettings.
826
+ */
827
+ export type CaptionRectangle = {
828
+ /**
829
+ * See the description in leftOffset.
830
+ *
831
+ * For height, specify the entire height of the rectangle as a percentage of the underlying frame height. For example, \"80\" means the rectangle height is 80% of the underlying frame height. The topOffset and rectangleHeight must add up to 100% or less. This field corresponds to tts:extent - Y in the TTML standard.
832
+ */
833
+ Height?: number | undefined;
834
+ /**
835
+ * Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. (Make sure to leave the default if you don't have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages. If you specify a value for one of these fields, you must specify a value for all of them.
836
+ *
837
+ * For leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame. This field corresponds to tts:origin - X in the TTML standard.
838
+ */
839
+ LeftOffset?: number | undefined;
840
+ /**
841
+ * See the description in leftOffset.
842
+ *
843
+ * For topOffset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, \"10\" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame. This field corresponds to tts:origin - Y in the TTML standard.
844
+ */
845
+ TopOffset?: number | undefined;
846
+ /**
847
+ * See the description in leftOffset.
848
+ *
849
+ * For width, specify the entire width of the rectangle as a percentage of the underlying frame width. For example, \"80\" means the rectangle width is 80% of the underlying frame width. The leftOffset and rectangleWidth must add up to 100% or less. This field corresponds to tts:extent - X in the TTML standard.
850
+ */
851
+ Width?: number | undefined;
852
+ };
853
+ /**
854
+ * Information about one caption to extract from the input.
855
+ *
856
+ * The parent of this entity is InputSettings.
857
+ */
858
+ export type CaptionSelector = {
859
+ /**
860
+ * When specified, this field indicates the three-letter language code of the captions track to extract from the source.
861
+ */
862
+ LanguageCode?: string | undefined;
863
+ /**
864
+ * The name identifier for a captions selector. This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.
865
+ */
866
+ Name?: string | undefined;
867
+ /**
868
+ * Information about the specific audio to extract from the input.
869
+ */
870
+ SelectorSettings?: CaptionSelectorSettings | undefined;
871
+ };
872
+ /**
873
+ * Captions Selector Settings
874
+ *
875
+ * The parent of this entity is CaptionSelector.
876
+ */
877
+ export type CaptionSelectorSettings = {
878
+ /**
879
+ * Information about the ancillary captions to extract from the input.
880
+ */
881
+ AncillarySourceSettings?: AncillarySourceSettings | undefined;
882
+ /**
883
+ * Information about the ARIB captions to extract from the input.
884
+ */
885
+ AribSourceSettings?: Record<string, unknown> | undefined;
886
+ /**
887
+ * Information about the DVB Sub captions to extract from the input.
888
+ */
889
+ DvbSubSourceSettings?: DvbSubSourceSettings | undefined;
890
+ /**
891
+ * Information about the embedded captions to extract from the input.
892
+ */
893
+ EmbeddedSourceSettings?: EmbeddedSourceSettings | undefined;
894
+ /**
895
+ * Information about the SCTE-20 captions to extract from the input.
896
+ */
897
+ Scte20SourceSettings?: Scte20SourceSettings | undefined;
898
+ /**
899
+ * Information about the SCTE-27 captions to extract from the input.
900
+ */
901
+ Scte27SourceSettings?: Scte27SourceSettings | undefined;
902
+ /**
903
+ * Information about the Teletext captions to extract from the input.
904
+ */
905
+ TeletextSourceSettings?: TeletextSourceSettings | undefined;
906
+ };
907
+ /**
908
+ * The input specification for this channel. It specifies the key characteristics of CDI inputs for this channel, when those characteristics are different from other inputs.
909
+ *
910
+ * This entity is at the top level in the channel.
911
+ */
912
+ export type CdiInputSpecification = {
913
+ /**
914
+ * Maximum CDI input resolution
915
+ */
916
+ Resolution?: string | undefined;
917
+ };
918
+ export type ChannelEngineVersionRequest = {
919
+ Version?: string | undefined;
920
+ };
921
+ export type CmafIngestGroupSettings = {
922
+ Destination?: OutputLocationRef | undefined;
923
+ Id3Behavior?: string | undefined;
924
+ Id3NameModifier?: string | undefined;
925
+ KlvBehavior?: string | undefined;
926
+ KlvNameModifier?: string | undefined;
927
+ NielsenId3Behavior?: string | undefined;
928
+ NielsenId3NameModifier?: string | undefined;
929
+ Scte35NameModifier?: string | undefined;
930
+ Scte35Type?: string | undefined;
931
+ SegmentLength?: number | undefined;
932
+ SegmentLengthUnits?: string | undefined;
933
+ SendDelayMs?: number | undefined;
934
+ };
935
+ export type CmafIngestOutputSettings = {
936
+ NameModifier?: string | undefined;
937
+ };
938
+ export type ColorCorrection = {
939
+ InputColorSpace?: string | undefined;
940
+ OutputColorSpace?: string | undefined;
941
+ Uri?: string | undefined;
942
+ };
943
+ export type ColorCorrectionSettings = {
944
+ GlobalColorCorrections?: ColorCorrection[] | undefined;
945
+ };
946
+ /**
947
+ * The configuration of DVB NIT.
948
+ *
949
+ * The parent of this entity is M2tsSettings.
950
+ */
951
+ export type DvbNitSettings = {
952
+ /**
953
+ * The numeric value placed in the Network Information Table (NIT).
954
+ */
955
+ NetworkId?: number | undefined;
956
+ /**
957
+ * The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT). The maximum length is 256 characters.
958
+ */
959
+ NetworkName?: string | undefined;
960
+ /**
961
+ * The number of milliseconds between instances of this table in the output transport stream.
962
+ */
963
+ RepInterval?: number | undefined;
964
+ };
965
+ /**
966
+ * A DVB Service Description Table (SDT).
967
+ *
968
+ * The parent of this entity is M2tsSettings.
969
+ */
970
+ export type DvbSdtSettings = {
971
+ /**
972
+ * Selects a method of inserting SDT information into an output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.
973
+ */
974
+ OutputSdt?: string | undefined;
975
+ /**
976
+ * The number of milliseconds between instances of this table in the output transport stream.
977
+ */
978
+ RepInterval?: number | undefined;
979
+ /**
980
+ * The service name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.
981
+ */
982
+ ServiceName?: string | undefined;
983
+ /**
984
+ * The service provider name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.
985
+ */
986
+ ServiceProviderName?: string | undefined;
987
+ };
988
+ /**
989
+ * The settings for DVB Sub captions in the output.
990
+ *
991
+ * The parent of this entity is CaptionDestinationSettings.
992
+ */
993
+ export type DvbSubDestinationSettings = {
994
+ /**
995
+ * If no explicit xPosition or yPosition is provided, setting the alignment to centered places the captions at the bottom center of the output. Similarly, setting a left alignment aligns captions to the bottom left of the output. If x and y positions are specified in conjunction with the alignment parameter, the font is justified (either left or centered) relative to those coordinates. Selecting "smart" justification left-justifies live subtitles and center-justifies pre-recorded subtitles. This option is not valid for source captions that are STL or 608/embedded. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
996
+ */
997
+ Alignment?: string | undefined;
998
+ /**
999
+ * Specifies the color of the rectangle behind the captions. All burn-in and DVB-Sub font settings must match.
1000
+ */
1001
+ BackgroundColor?: string | undefined;
1002
+ /**
1003
+ * Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
1004
+ */
1005
+ BackgroundOpacity?: number | undefined;
1006
+ /**
1007
+ * The external font file that is used for captions burn-in. The file extension must be .ttf or .tte. Although you can select output fonts for many different types of input captions, embedded, STL, and Teletext sources use a strict grid system. Using external fonts with these captions sources could cause an unexpected display of proportional fonts. All burn-in and DVB-Sub font settings must match.
1008
+ */
1009
+ Font?: InputLocation | undefined;
1010
+ /**
1011
+ * Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
1012
+ */
1013
+ FontColor?: string | undefined;
1014
+ /**
1015
+ * Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent. All burn-in and DVB-Sub font settings must match.
1016
+ */
1017
+ FontOpacity?: number | undefined;
1018
+ /**
1019
+ * The font resolution in DPI (dots per inch). The default is 96 dpi. All burn-in and DVB-Sub font settings must match.
1020
+ */
1021
+ FontResolution?: number | undefined;
1022
+ /**
1023
+ * When set to auto, fontSize scales depending on the size of the output. Providing a positive integer specifies the exact font size in points. All burn-in and DVB-Sub font settings must match.
1024
+ */
1025
+ FontSize?: string | undefined;
1026
+ /**
1027
+ * Specifies the font outline color. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
1028
+ */
1029
+ OutlineColor?: string | undefined;
1030
+ /**
1031
+ * Specifies the font outline size in pixels. This option is not valid for source captions that are either 608/embedded or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
1032
+ */
1033
+ OutlineSize?: number | undefined;
1034
+ /**
1035
+ * Specifies the color of the shadow that is cast by the captions. All burn-in and DVB-Sub font settings must match.
1036
+ */
1037
+ ShadowColor?: string | undefined;
1038
+ /**
1039
+ * Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
1040
+ */
1041
+ ShadowOpacity?: number | undefined;
1042
+ /**
1043
+ * Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
1044
+ */
1045
+ ShadowXOffset?: number | undefined;
1046
+ /**
1047
+ * Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
1048
+ */
1049
+ ShadowYOffset?: number | undefined;
1050
+ /**
1051
+ * Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
1052
+ */
1053
+ TeletextGridControl?: string | undefined;
1054
+ /**
1055
+ * Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
1056
+ */
1057
+ XPosition?: number | undefined;
1058
+ /**
1059
+ * Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
1060
+ */
1061
+ YPosition?: number | undefined;
1062
+ };
1063
+ /**
1064
+ * Information about the DVB Sub captions to extract from the input.
1065
+ *
1066
+ * The parent of this entity is CaptionSelectorSettings.
1067
+ */
1068
+ export type DvbSubSourceSettings = {
1069
+ /**
1070
+ * If you will configure a WebVTT caption description that references this caption selector, use this field to
1071
+ * provide the language to consider when translating the image-based source to text.
1072
+ */
1073
+ OcrLanguage?: string | undefined;
1074
+ /**
1075
+ * When using DVB-Sub with burn-in or SMPTE-TT, use this PID for the source content. It is unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
1076
+ */
1077
+ Pid?: number | undefined;
1078
+ };
1079
+ /**
1080
+ * The DVB Time and Date Table (TDT).
1081
+ *
1082
+ * The parent of this entity is M2tsSettings.
1083
+ */
1084
+ export type DvbTdtSettings = {
1085
+ /**
1086
+ * The number of milliseconds between instances of this table in the output transport stream.
1087
+ */
1088
+ RepInterval?: number | undefined;
1089
+ };
1090
+ export type Eac3AtmosSettings = {
1091
+ Bitrate?: number | undefined;
1092
+ CodingMode?: string | undefined;
1093
+ Dialnorm?: number | undefined;
1094
+ DrcLine?: string | undefined;
1095
+ DrcRf?: string | undefined;
1096
+ HeightTrim?: number | undefined;
1097
+ SurroundTrim?: number | undefined;
1098
+ };
1099
+ /**
1100
+ * The settings for an EAC3 audio encode in the output.
1101
+ *
1102
+ * The parent of this entity is AudioCodecSettings.
1103
+ */
1104
+ export type Eac3Settings = {
1105
+ /**
1106
+ * When set to attenuate3Db, applies a 3 dB attenuation to the surround channels. Used only for the 3/2 coding mode.
1107
+ */
1108
+ AttenuationControl?: string | undefined;
1109
+ /**
1110
+ * The average bitrate in bits/second. Valid bitrates depend on the coding mode.
1111
+ */
1112
+ Bitrate?: number | undefined;
1113
+ /**
1114
+ * Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. For more information, see ATSC A/52-2012 (Annex E).
1115
+ */
1116
+ BitstreamMode?: string | undefined;
1117
+ /**
1118
+ * The Dolby Digital Plus coding mode. This mode determines the number of channels.
1119
+ */
1120
+ CodingMode?: string | undefined;
1121
+ /**
1122
+ * When set to enabled, activates a DC highpass filter for all input channels.
1123
+ */
1124
+ DcFilter?: string | undefined;
1125
+ /**
1126
+ * Sets the dialnorm for the output. If blank and the input audio is Dolby Digital Plus, dialnorm will be passed through.
1127
+ */
1128
+ Dialnorm?: number | undefined;
1129
+ /**
1130
+ * Sets the Dolby dynamic range compression profile.
1131
+ */
1132
+ DrcLine?: string | undefined;
1133
+ /**
1134
+ * Sets the profile for heavy Dolby dynamic range compression, ensuring that the instantaneous signal peaks do not exceed specified levels.
1135
+ */
1136
+ DrcRf?: string | undefined;
1137
+ /**
1138
+ * When encoding 3/2 audio, setting to lfe enables the LFE channel.
1139
+ */
1140
+ LfeControl?: string | undefined;
1141
+ /**
1142
+ * When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Valid only with a codingMode32 coding mode.
1143
+ */
1144
+ LfeFilter?: string | undefined;
1145
+ /**
1146
+ * The Left only/Right only center mix level. Used only for the 3/2 coding mode.
1147
+ */
1148
+ LoRoCenterMixLevel?: number | undefined;
1149
+ /**
1150
+ * The Left only/Right only surround mix level. Used only for a 3/2 coding mode.
1151
+ */
1152
+ LoRoSurroundMixLevel?: number | undefined;
1153
+ /**
1154
+ * The Left total/Right total center mix level. Used only for a 3/2 coding mode.
1155
+ */
1156
+ LtRtCenterMixLevel?: number | undefined;
1157
+ /**
1158
+ * The Left total/Right total surround mix level. Used only for the 3/2 coding mode.
1159
+ */
1160
+ LtRtSurroundMixLevel?: number | undefined;
1161
+ /**
1162
+ * When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data. If the audio is not supplied from one of these streams, then the static metadata settings are used.
1163
+ */
1164
+ MetadataControl?: string | undefined;
1165
+ /**
1166
+ * When set to whenPossible, input DD+ audio will be passed through if it is present on the input. This detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
1167
+ */
1168
+ PassthroughControl?: string | undefined;
1169
+ /**
1170
+ * When set to shift90Degrees, applies a 90-degree phase shift to the surround channels. Used only for a 3/2 coding mode.
1171
+ */
1172
+ PhaseControl?: string | undefined;
1173
+ /**
1174
+ * A stereo downmix preference. Used only for the 3/2 coding mode.
1175
+ */
1176
+ StereoDownmix?: string | undefined;
1177
+ /**
1178
+ * When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
1179
+ */
1180
+ SurroundExMode?: string | undefined;
1181
+ /**
1182
+ * When encoding 2/0 audio, sets whether Dolby Surround is matrix-encoded into the two channels.
1183
+ */
1184
+ SurroundMode?: string | undefined;
1185
+ };
1186
+ /**
1187
+ * Settings for EBU-TT captions in the output.
1188
+ *
1189
+ * The parent of this entity is CaptionDestinationSettings.
1190
+ */
1191
+ export type EbuTtDDestinationSettings = {
1192
+ /**
1193
+ * Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML
1194
+ */
1195
+ CopyrightHolder?: string | undefined;
1196
+ /**
1197
+ * Specifies how to handle the gap between the lines (in multi-line captions). - enabled: Fill with the captions background color (as specified in the input captions).
1198
+ * - disabled: Leave the gap unfilled.
1199
+ */
1200
+ FillLineGap?: string | undefined;
1201
+ /**
1202
+ * Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
1203
+ * - Leave blank to set the family to “monospace”.
1204
+ */
1205
+ FontFamily?: string | undefined;
1206
+ /**
1207
+ * Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions. - include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.
1208
+ * - exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
1209
+ */
1210
+ StyleControl?: string | undefined;
1211
+ };
1212
+ /**
1213
+ * Information about the embedded captions to extract from the input.
1214
+ *
1215
+ * The parent of this entity is CaptionSelectorSettings.
1216
+ */
1217
+ export type EmbeddedSourceSettings = {
1218
+ /**
1219
+ * If this is upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. If 708 data is present in the source content, it is discarded.
1220
+ */
1221
+ Convert608To708?: string | undefined;
1222
+ /**
1223
+ * Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
1224
+ */
1225
+ Scte20Detection?: string | undefined;
1226
+ /**
1227
+ * Specifies the 608/708 channel number within the video track from which to extract captions. This is unused for passthrough.
1228
+ */
1229
+ Source608ChannelNumber?: number | undefined;
1230
+ /**
1231
+ * This field is unused and deprecated.
1232
+ */
1233
+ Source608TrackNumber?: number | undefined;
1234
+ };
1235
+ /**
1236
+ * The settings for the encoding of outputs.
1237
+ *
1238
+ * This entity is at the top level in the channel.
1239
+ */
1240
+ export type EncoderSettings = {
1241
+ /**
1242
+ * The encoding information for output audio.
1243
+ */
1244
+ AudioDescriptions?: AudioDescription[] | undefined;
1245
+ /**
1246
+ * The settings for ad avail blanking.
1247
+ */
1248
+ AvailBlanking?: AvailBlanking | undefined;
1249
+ /**
1250
+ * The configuration settings for the ad avail handling.
1251
+ */
1252
+ AvailConfiguration?: AvailConfiguration | undefined;
1253
+ /**
1254
+ * The settings for the blackout slate.
1255
+ */
1256
+ BlackoutSlate?: BlackoutSlate | undefined;
1257
+ /**
1258
+ * The encoding information for output captions.
1259
+ */
1260
+ CaptionDescriptions?: CaptionDescription[] | undefined;
1261
+ ColorCorrectionSettings?: ColorCorrectionSettings | undefined;
1262
+ /**
1263
+ * Settings to enable specific features.
1264
+ */
1265
+ FeatureActivations?: FeatureActivations | undefined;
1266
+ /**
1267
+ * The configuration settings that apply to the entire channel.
1268
+ */
1269
+ GlobalConfiguration?: GlobalConfiguration | undefined;
1270
+ /**
1271
+ * Settings to enable and configure the motion graphics overlay feature in the channel.
1272
+ */
1273
+ MotionGraphicsConfiguration?: MotionGraphicsConfiguration | undefined;
1274
+ /**
1275
+ * The settings to configure Nielsen watermarks.
1276
+ */
1277
+ NielsenConfiguration?: NielsenConfiguration | undefined;
1278
+ /**
1279
+ * The settings for the output groups in the channel.
1280
+ */
1281
+ OutputGroups?: OutputGroup[] | undefined;
1282
+ ThumbnailConfiguration?: ThumbnailConfiguration | undefined;
1283
+ /**
1284
+ * Contains settings used to acquire and adjust timecode information from the inputs.
1285
+ */
1286
+ TimecodeConfig?: TimecodeConfig | undefined;
1287
+ /**
1288
+ * The encoding information for output videos.
1289
+ */
1290
+ VideoDescriptions?: VideoDescription[] | undefined;
1291
+ };
1292
+ export type EpochLockingSettings = {
1293
+ CustomEpoch?: string | undefined;
1294
+ JamSyncTime?: string | undefined;
1295
+ };
1296
+ export type Esam = {
1297
+ AcquisitionPointId?: string | undefined;
1298
+ AdAvailOffset?: number | undefined;
1299
+ PasswordParam?: string | undefined;
1300
+ PoisEndpoint?: string | undefined;
1301
+ Username?: string | undefined;
1302
+ ZoneIdentity?: string | undefined;
1303
+ };
1304
+ /**
1305
+ * Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.
1306
+ *
1307
+ * The parent of this entity is AutomaticInputFailoverSettings.
1308
+ */
1309
+ export type FailoverCondition = {
1310
+ /**
1311
+ * Settings for a specific failover condition.
1312
+ */
1313
+ FailoverConditionSettings?: FailoverConditionSettings | undefined;
1314
+ };
1315
+ /**
1316
+ * Settings for one failover condition.
1317
+ *
1318
+ * The parent of this entity is FailoverCondition.
1319
+ */
1320
+ export type FailoverConditionSettings = {
1321
+ /**
1322
+ * MediaLive will perform a failover if the specified audio selector is silent for the specified period.
1323
+ */
1324
+ AudioSilenceSettings?: AudioSilenceFailoverSettings | undefined;
1325
+ /**
1326
+ * MediaLive will perform a failover if content is not detected in this input for the specified period.
1327
+ */
1328
+ InputLossSettings?: InputLossFailoverSettings | undefined;
1329
+ /**
1330
+ * MediaLive will perform a failover if content is considered black for the specified period.
1331
+ */
1332
+ VideoBlackSettings?: VideoBlackFailoverSettings | undefined;
1333
+ };
1334
+ /**
1335
+ * Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
1336
+ *
1337
+ * The parent of this entity is EncoderSettings.
1338
+ */
1339
+ export type FeatureActivations = {
1340
+ /**
1341
+ * Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled.
1342
+ * If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
1343
+ */
1344
+ InputPrepareScheduleActions?: string | undefined;
1345
+ OutputStaticImageOverlayScheduleActions?: string | undefined;
1346
+ };
1347
+ /**
1348
+ * The settings for FEC.
1349
+ *
1350
+ * The parent of this entity is UdpOutputSettings.
1351
+ */
1352
+ export type FecOutputSettings = {
1353
+ /**
1354
+ * The parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. The number must be between 4 and 20, inclusive.
1355
+ */
1356
+ ColumnDepth?: number | undefined;
1357
+ /**
1358
+ * Enables column only or column and row-based FEC.
1359
+ */
1360
+ IncludeFec?: string | undefined;
1361
+ /**
1362
+ * The parameter L from SMPTE 2022-1. The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.
1363
+ */
1364
+ RowLength?: number | undefined;
1365
+ };
1366
+ /**
1367
+ * Settings for the fMP4 containers.
1368
+ *
1369
+ * The parent of this entity is HlsSettings.
1370
+ */
1371
+ export type Fmp4HlsSettings = {
1372
+ /**
1373
+ * List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.
1374
+ */
1375
+ AudioRenditionSets?: string | undefined;
1376
+ /**
1377
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
1378
+ */
1379
+ NielsenId3Behavior?: string | undefined;
1380
+ /**
1381
+ * When set to passthrough, timed metadata is passed through from input to output.
1382
+ */
1383
+ TimedMetadataBehavior?: string | undefined;
1384
+ };
1385
+ /**
1386
+ * Settings to configure the destination of a Frame Capture output.
1387
+ *
1388
+ * The parent of this entity is FrameCaptureGroupSettings.
1389
+ */
1390
+ export type FrameCaptureCdnSettings = {
1391
+ /**
1392
+ * Sets up Amazon S3 as the destination for this Frame Capture output.
1393
+ */
1394
+ FrameCaptureS3Settings?: FrameCaptureS3Settings | undefined;
1395
+ };
1396
+ /**
1397
+ * The settings for a frame capture output group.
1398
+ *
1399
+ * The parent of this entity is OutputGroupSettings.
1400
+ */
1401
+ export type FrameCaptureGroupSettings = {
1402
+ /**
1403
+ * The destination for the frame capture files. The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.
1404
+ */
1405
+ Destination?: OutputLocationRef | undefined;
1406
+ /**
1407
+ * Settings to configure the destination of a Frame Capture output.
1408
+ */
1409
+ FrameCaptureCdnSettings?: FrameCaptureCdnSettings | undefined;
1410
+ };
1411
+ /**
1412
+ * The frame capture output settings.
1413
+ *
1414
+ * The parent of this entity is OutputSettings.
1415
+ */
1416
+ export type FrameCaptureOutputSettings = {
1417
+ /**
1418
+ * Required if the output group contains more than one output. This modifier forms part of the output file name.
1419
+ */
1420
+ NameModifier?: string | undefined;
1421
+ };
1422
+ /**
1423
+ * Sets up Amazon S3 as the destination for this Frame Capture output.
1424
+ *
1425
+ * The parent of this entity is FrameCaptureCdnSettings.
1426
+ */
1427
+ export type FrameCaptureS3Settings = {
1428
+ /**
1429
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
1430
+ */
1431
+ CannedAcl?: string | undefined;
1432
+ };
1433
+ /**
1434
+ * The frame capture settings.
1435
+ *
1436
+ * The parent of this entity is VideoCodecSettings.
1437
+ */
1438
+ export type FrameCaptureSettings = {
1439
+ /**
1440
+ * The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means capture a frame every 10 seconds.
1441
+ */
1442
+ CaptureInterval?: number | undefined;
1443
+ /**
1444
+ * Unit for the frame capture interval.
1445
+ */
1446
+ CaptureIntervalUnits?: string | undefined;
1447
+ TimecodeBurninSettings?: TimecodeBurninSettings | undefined;
1448
+ };
1449
+ /**
1450
+ * The configuration settings that apply to the entire channel.
1451
+ *
1452
+ * The parent of this entity is EncoderSettings.
1453
+ */
1454
+ export type GlobalConfiguration = {
1455
+ /**
1456
+ * The value to set the initial audio gain for the channel.
1457
+ */
1458
+ InitialAudioGain?: number | undefined;
1459
+ /**
1460
+ * Indicates the action to take when the current input completes (for example, end-of-file). When switchAndLoopInputs is configured, MediaLive restarts at the beginning of the first input. When "none" is configured, MediaLive transcodes either black, a solid color, or a user-specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
1461
+ */
1462
+ InputEndAction?: string | undefined;
1463
+ /**
1464
+ * The settings for system actions when the input is lost.
1465
+ */
1466
+ InputLossBehavior?: InputLossBehavior | undefined;
1467
+ /**
1468
+ * Indicates how MediaLive pipelines are synchronized. PIPELINELOCKING - MediaLive attempts to synchronize the output of each pipeline to the other. EPOCHLOCKING - MediaLive attempts to synchronize the output of each pipeline to the Unix epoch.
1469
+ */
1470
+ OutputLockingMode?: string | undefined;
1471
+ OutputLockingSettings?: OutputLockingSettings | undefined;
1472
+ /**
1473
+ * Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally might be locked to another source through NTP) or should be locked to the clock of the source that is providing the input stream.
1474
+ */
1475
+ OutputTimingSource?: string | undefined;
1476
+ /**
1477
+ * Adjusts the video input buffer for streams with very low video frame rates. This is commonly set to enabled for music channels with less than one video frame per second.
1478
+ */
1479
+ SupportLowFramerateInputs?: string | undefined;
1480
+ };
1481
+ /**
1482
+ * Settings for configuring color space in an H264 video encode.
1483
+ *
1484
+ * The parent of this entity is H264Settings.
1485
+ */
1486
+ export type H264ColorSpaceSettings = {
1487
+ /**
1488
+ * Passthrough applies no color space conversion to the output.
1489
+ */
1490
+ ColorSpacePassthroughSettings?: Record<string, unknown> | undefined;
1491
+ /**
1492
+ * Settings to configure the handling of Rec601 color space.
1493
+ */
1494
+ Rec601Settings?: Record<string, unknown> | undefined;
1495
+ /**
1496
+ * Settings to configure the handling of Rec709 color space.
1497
+ */
1498
+ Rec709Settings?: Record<string, unknown> | undefined;
1499
+ };
1500
+ /**
1501
+ * Settings to configure video filters that apply to the H264 codec.
1502
+ *
1503
+ * The parent of this entity is H264Settings.
1504
+ */
1505
+ export type H264FilterSettings = {
1506
+ BandwidthReductionFilterSettings?: BandwidthReductionFilterSettings | undefined;
1507
+ /**
1508
+ * Settings for applying the temporal filter to the video.
1509
+ */
1510
+ TemporalFilterSettings?: TemporalFilterSettings | undefined;
1511
+ };
1512
+ /**
1513
+ * The settings for the H.264 codec in the output.
1514
+ *
1515
+ * The parent of this entity is VideoCodecSettings.
1516
+ */
1517
+ export type H264Settings = {
1518
+ /**
1519
+ * The adaptive quantization. This allows intra-frame quantizers to vary to improve visual quality.
1520
+ */
1521
+ AdaptiveQuantization?: string | undefined;
1522
+ /**
1523
+ * Indicates that AFD values will be written into the output stream. If afdSignaling is auto, the system tries to preserve the input AFD value (in cases where multiple AFD values are valid). If set to fixed, the AFD value is the value configured in the fixedAfd parameter.
1524
+ */
1525
+ AfdSignaling?: string | undefined;
1526
+ /**
1527
+ * The average bitrate in bits/second. This is required when the rate control mode is VBR or CBR. It isn't used for QVBR. In a Microsoft Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
1528
+ */
1529
+ Bitrate?: number | undefined;
1530
+ /**
1531
+ * The percentage of the buffer that should initially be filled (HRD buffer model).
1532
+ */
1533
+ BufFillPct?: number | undefined;
1534
+ /**
1535
+ * The size of the buffer (HRD buffer model) in bits/second.
1536
+ */
1537
+ BufSize?: number | undefined;
1538
+ /**
1539
+ * Includes color space metadata in the output.
1540
+ */
1541
+ ColorMetadata?: string | undefined;
1542
+ /**
1543
+ * Settings to configure the color space handling for the video.
1544
+ */
1545
+ ColorSpaceSettings?: H264ColorSpaceSettings | undefined;
1546
+ /**
1547
+ * The entropy encoding mode. Use cabac (must be in Main or High profile) or cavlc.
1548
+ */
1549
+ EntropyEncoding?: string | undefined;
1550
+ /**
1551
+ * Optional filters that you can apply to an encode.
1552
+ */
1553
+ FilterSettings?: H264FilterSettings | undefined;
1554
+ /**
1555
+ * A four-bit AFD value to write on all frames of video in the output stream. Valid only when afdSignaling is set to Fixed.
1556
+ */
1557
+ FixedAfd?: string | undefined;
1558
+ /**
1559
+ * If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.
1560
+ */
1561
+ FlickerAq?: string | undefined;
1562
+ /**
1563
+ * This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis. (When the video is progressive, the coding is always performed on a frame basis.)
1564
+ * enabled: Force MediaLive to code on a field basis, so that odd and even sets of fields are coded separately.
1565
+ * disabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis using PAFF), depending on what is most appropriate for the content.
1566
+ */
1567
+ ForceFieldPictures?: string | undefined;
1568
+ /**
1569
+ * Indicates how the output video frame rate is specified. If you select "specified," the output video frame rate is determined by framerateNumerator and framerateDenominator. If you select "initializeFromSource," the output video frame rate is set equal to the input video frame rate of the first input.
1570
+ */
1571
+ FramerateControl?: string | undefined;
1572
+ /**
1573
+ * The frame rate denominator.
1574
+ */
1575
+ FramerateDenominator?: number | undefined;
1576
+ /**
1577
+ * The frame rate numerator. The frame rate is a fraction, for example, 24000/1001 = 23.976 fps.
1578
+ */
1579
+ FramerateNumerator?: number | undefined;
1580
+ /**
1581
+ * If enabled, uses reference B frames for GOP structures that have B frames > 1.
1582
+ */
1583
+ GopBReference?: string | undefined;
1584
+ /**
1585
+ * The frequency of closed GOPs. In streaming applications, we recommend that you set this to 1 so that a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
1586
+ */
1587
+ GopClosedCadence?: number | undefined;
1588
+ /**
1589
+ * The number of B-frames between reference frames.
1590
+ */
1591
+ GopNumBFrames?: number | undefined;
1592
+ /**
1593
+ * The GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. The value must be greater than zero.
1594
+ */
1595
+ GopSize?: number | undefined;
1596
+ /**
1597
+ * Indicates if the gopSize is specified in frames or seconds. If seconds, the system converts the gopSize into a frame count at runtime.
1598
+ */
1599
+ GopSizeUnits?: string | undefined;
1600
+ /**
1601
+ * The H.264 level.
1602
+ */
1603
+ Level?: string | undefined;
1604
+ /**
1605
+ * The amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
1606
+ */
1607
+ LookAheadRateControl?: string | undefined;
1608
+ /**
1609
+ * For QVBR: See the tooltip for Quality level. For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
1610
+ */
1611
+ MaxBitrate?: number | undefined;
1612
+ /**
1613
+ * Meaningful only if sceneChangeDetect is set to enabled. This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
1614
+ */
1615
+ MinIInterval?: number | undefined;
1616
+ MinQp?: number | undefined;
1617
+ /**
1618
+ * The number of reference frames to use. The encoder might use more than requested if you use B-frames or interlaced encoding.
1619
+ */
1620
+ NumRefFrames?: number | undefined;
1621
+ /**
1622
+ * Indicates how the output pixel aspect ratio is specified. If "specified" is selected, the output video pixel aspect ratio is determined by parNumerator and parDenominator. If "initializeFromSource" is selected, the output pixels aspect ratio will be set equal to the input video pixel aspect ratio of the first input.
1623
+ */
1624
+ ParControl?: string | undefined;
1625
+ /**
1626
+ * The Pixel Aspect Ratio denominator.
1627
+ */
1628
+ ParDenominator?: number | undefined;
1629
+ /**
1630
+ * The Pixel Aspect Ratio numerator.
1631
+ */
1632
+ ParNumerator?: number | undefined;
1633
+ /**
1634
+ * An H.264 profile.
1635
+ */
1636
+ Profile?: string | undefined;
1637
+ /**
1638
+ * Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).
1639
+ * - ENHANCED_QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED_QUALITY.
1640
+ * - STANDARD_QUALITY: Valid for any Rate control mode.
1641
+ */
1642
+ QualityLevel?: string | undefined;
1643
+ /**
1644
+ * Controls the target quality for the video encode. This applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are: - Primary screen: Quality level: 8 to 10. Max bitrate: 4M - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M.
1645
+ */
1646
+ QvbrQualityLevel?: number | undefined;
1647
+ /**
1648
+ * The rate control mode. QVBR: The quality will match the specified quality level except when it is constrained by the maximum bitrate. We recommend this if you or your viewers pay for bandwidth. VBR: The quality and bitrate vary, depending on the video complexity. We recommend this instead of QVBR if you want to maintain a specific average bitrate over the duration of the channel. CBR: The quality varies, depending on the video complexity. We recommend this only if you distribute your assets to devices that can't handle variable bitrates.
1649
+ */
1650
+ RateControlMode?: string | undefined;
1651
+ /**
1652
+ * Sets the scan type of the output to progressive or top-field-first interlaced.
1653
+ */
1654
+ ScanType?: string | undefined;
1655
+ /**
1656
+ * The scene change detection. On: inserts I-frames when the scene change is detected. Off: does not force an I-frame when the scene change is detected.
1657
+ */
1658
+ SceneChangeDetect?: string | undefined;
1659
+ /**
1660
+ * The number of slices per picture. The number must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional. If you don't specify a value, MediaLive chooses the number of slices based on the encode resolution.
1661
+ */
1662
+ Slices?: number | undefined;
1663
+ /**
1664
+ * Softness. Selects a quantizer matrix. Larger values reduce high-frequency content in the encoded image.
1665
+ */
1666
+ Softness?: number | undefined;
1667
+ /**
1668
+ * If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.
1669
+ */
1670
+ SpatialAq?: string | undefined;
1671
+ /**
1672
+ * If set to fixed, uses gopNumBFrames B-frames per sub-GOP. If set to dynamic, optimizes the number of B-frames used for each sub-GOP to improve visual quality.
1673
+ */
1674
+ SubgopLength?: string | undefined;
1675
+ /**
1676
+ * Produces a bitstream that is compliant with SMPTE RP-2027.
1677
+ */
1678
+ Syntax?: string | undefined;
1679
+ /**
1680
+ * If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.
1681
+ */
1682
+ TemporalAq?: string | undefined;
1683
+ TimecodeBurninSettings?: TimecodeBurninSettings | undefined;
1684
+ /**
1685
+ * Determines how timecodes should be inserted into the video elementary stream. disabled: don't include timecodes. picTimingSei: pass through picture timing SEI messages from the source specified in Timecode Config.
1686
+ */
1687
+ TimecodeInsertion?: string | undefined;
1688
+ };
1689
+ /**
1690
+ * H265 Color Space Settings
1691
+ *
1692
+ * The parent of this entity is H265Settings.
1693
+ */
1694
+ export type H265ColorSpaceSettings = {
1695
+ /**
1696
+ * Passthrough applies no color space conversion to the output.
1697
+ */
1698
+ ColorSpacePassthroughSettings?: Record<string, unknown> | undefined;
1699
+ DolbyVision81Settings?: Record<string, unknown> | undefined;
1700
+ /**
1701
+ * Settings to configure the handling of HDR10 color space.
1702
+ */
1703
+ Hdr10Settings?: Hdr10Settings | undefined;
1704
+ /**
1705
+ * Settings to configure the handling of Rec601 color space.
1706
+ */
1707
+ Rec601Settings?: Record<string, unknown> | undefined;
1708
+ /**
1709
+ * Settings to configure the handling of Rec709 color space.
1710
+ */
1711
+ Rec709Settings?: Record<string, unknown> | undefined;
1712
+ };
1713
+ /**
1714
+ * Settings to configure video filters that apply to the H265 codec.
1715
+ *
1716
+ * The parent of this entity is H265Settings.
1717
+ */
1718
+ export type H265FilterSettings = {
1719
+ BandwidthReductionFilterSettings?: BandwidthReductionFilterSettings | undefined;
1720
+ /**
1721
+ * Settings for applying the temporal filter to the video.
1722
+ */
1723
+ TemporalFilterSettings?: TemporalFilterSettings | undefined;
1724
+ };
1725
+ /**
1726
+ * H265 Settings
1727
+ *
1728
+ * The parent of this entity is VideoCodecSettings.
1729
+ */
1730
+ export type H265Settings = {
1731
+ /**
1732
+ * Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.
1733
+ */
1734
+ AdaptiveQuantization?: string | undefined;
1735
+ /**
1736
+ * Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.
1737
+ */
1738
+ AfdSignaling?: string | undefined;
1739
+ /**
1740
+ * Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.
1741
+ */
1742
+ AlternativeTransferFunction?: string | undefined;
1743
+ /**
1744
+ * Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
1745
+ */
1746
+ Bitrate?: number | undefined;
1747
+ /**
1748
+ * Size of buffer (HRD buffer model) in bits.
1749
+ */
1750
+ BufSize?: number | undefined;
1751
+ /**
1752
+ * Includes colorspace metadata in the output.
1753
+ */
1754
+ ColorMetadata?: string | undefined;
1755
+ /**
1756
+ * Color Space settings
1757
+ */
1758
+ ColorSpaceSettings?: H265ColorSpaceSettings | undefined;
1759
+ Deblocking?: string | undefined;
1760
+ /**
1761
+ * Optional filters that you can apply to an encode.
1762
+ */
1763
+ FilterSettings?: H265FilterSettings | undefined;
1764
+ /**
1765
+ * Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.
1766
+ */
1767
+ FixedAfd?: string | undefined;
1768
+ /**
1769
+ * If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
1770
+ */
1771
+ FlickerAq?: string | undefined;
1772
+ /**
1773
+ * Framerate denominator.
1774
+ */
1775
+ FramerateDenominator?: number | undefined;
1776
+ /**
1777
+ * Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
1778
+ */
1779
+ FramerateNumerator?: number | undefined;
1780
+ /**
1781
+ * Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
1782
+ */
1783
+ GopClosedCadence?: number | undefined;
1784
+ /**
1785
+ * GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
1786
+ * If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1.
1787
+ * If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
1788
+ */
1789
+ GopSize?: number | undefined;
1790
+ /**
1791
+ * Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.
1792
+ */
1793
+ GopSizeUnits?: string | undefined;
1794
+ /**
1795
+ * H.265 Level.
1796
+ */
1797
+ Level?: string | undefined;
1798
+ /**
1799
+ * Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
1800
+ */
1801
+ LookAheadRateControl?: string | undefined;
1802
+ /**
1803
+ * For QVBR: See the tooltip for Quality level
1804
+ */
1805
+ MaxBitrate?: number | undefined;
1806
+ /**
1807
+ * Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
1808
+ */
1809
+ MinIInterval?: number | undefined;
1810
+ MinQp?: number | undefined;
1811
+ MvOverPictureBoundaries?: string | undefined;
1812
+ MvTemporalPredictor?: string | undefined;
1813
+ /**
1814
+ * Pixel Aspect Ratio denominator.
1815
+ */
1816
+ ParDenominator?: number | undefined;
1817
+ /**
1818
+ * Pixel Aspect Ratio numerator.
1819
+ */
1820
+ ParNumerator?: number | undefined;
1821
+ /**
1822
+ * H.265 Profile.
1823
+ */
1824
+ Profile?: string | undefined;
1825
+ /**
1826
+ * Controls the target quality for the video encode. Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:
1827
+ * - Primary screen: Quality level: 8 to 10. Max bitrate: 4M
1828
+ * - PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M
1829
+ * - Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M
1830
+ */
1831
+ QvbrQualityLevel?: number | undefined;
1832
+ /**
1833
+ * Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the
1834
+ * maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute
1835
+ * your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being
1836
+ * delivered to a MediaLive Multiplex in which case the rate control configuration is controlled
1837
+ * by the properties within the Multiplex Program.
1838
+ */
1839
+ RateControlMode?: string | undefined;
1840
+ /**
1841
+ * Sets the scan type of the output to progressive or top-field-first interlaced.
1842
+ */
1843
+ ScanType?: string | undefined;
1844
+ /**
1845
+ * Scene change detection.
1846
+ */
1847
+ SceneChangeDetect?: string | undefined;
1848
+ /**
1849
+ * Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.
1850
+ * This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
1851
+ */
1852
+ Slices?: number | undefined;
1853
+ /**
1854
+ * H.265 Tier.
1855
+ */
1856
+ Tier?: string | undefined;
1857
+ TileHeight?: number | undefined;
1858
+ TilePadding?: string | undefined;
1859
+ TileWidth?: number | undefined;
1860
+ TimecodeBurninSettings?: TimecodeBurninSettings | undefined;
1861
+ /**
1862
+ * Determines how timecodes should be inserted into the video elementary stream.
1863
+ * - 'disabled': Do not include timecodes
1864
+ * - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
1865
+ */
1866
+ TimecodeInsertion?: string | undefined;
1867
+ TreeblockSize?: string | undefined;
1868
+ };
1869
+ /**
1870
+ * Hdr10 Settings
1871
+ *
1872
+ * The parents of this entity are H265ColorSpaceSettings (for color space settings in the output) and VideoSelectorColorSpaceSettings (for color space settings in the input).
1873
+ */
1874
+ export type Hdr10Settings = {
1875
+ /**
1876
+ * Maximum Content Light Level
1877
+ * An integer metadata value defining the maximum light level, in nits,
1878
+ * of any single pixel within an encoded HDR video stream or file.
1879
+ */
1880
+ MaxCll?: number | undefined;
1881
+ /**
1882
+ * Maximum Frame Average Light Level
1883
+ * An integer metadata value defining the maximum average light level, in nits,
1884
+ * for any single frame within an encoded HDR video stream or file.
1885
+ */
1886
+ MaxFall?: number | undefined;
1887
+ };
1888
+ /**
1889
+ * The Akamai settings in an HLS output.
1890
+ *
1891
+ * The parent of this entity is HlsCdnSettings.
1892
+ */
1893
+ export type HlsAkamaiSettings = {
1894
+ /**
1895
+ * The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
1896
+ */
1897
+ ConnectionRetryInterval?: number | undefined;
1898
+ /**
1899
+ * The size, in seconds, of the file cache for streaming outputs.
1900
+ */
1901
+ FilecacheDuration?: number | undefined;
1902
+ /**
1903
+ * Specifies whether to use chunked transfer encoding to Akamai. To enable this feature, contact Akamai.
1904
+ */
1905
+ HttpTransferMode?: string | undefined;
1906
+ /**
1907
+ * The number of retry attempts that will be made before the channel is put into an error state.
1908
+ */
1909
+ NumRetries?: number | undefined;
1910
+ /**
1911
+ * If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.
1912
+ */
1913
+ RestartDelay?: number | undefined;
1914
+ /**
1915
+ * The salt for authenticated Akamai.
1916
+ */
1917
+ Salt?: string | undefined;
1918
+ /**
1919
+ * The token parameter for authenticated Akamai. If this is not specified, _gda_ is used.
1920
+ */
1921
+ Token?: string | undefined;
1922
+ };
1923
+ /**
1924
+ * The configuration of HLS Basic Put Settings.
1925
+ *
1926
+ * The parent of this entity is HlsCdnSettings.
1927
+ */
1928
+ export type HlsBasicPutSettings = {
1929
+ /**
1930
+ * The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
1931
+ */
1932
+ ConnectionRetryInterval?: number | undefined;
1933
+ /**
1934
+ * The size, in seconds, of the file cache for streaming outputs.
1935
+ */
1936
+ FilecacheDuration?: number | undefined;
1937
+ /**
1938
+ * The number of retry attempts that MediaLive makes before the channel is put into an error state.
1939
+ */
1940
+ NumRetries?: number | undefined;
1941
+ /**
1942
+ * If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.
1943
+ */
1944
+ RestartDelay?: number | undefined;
1945
+ };
1946
+ /**
1947
+ * The settings for the CDN of an HLS output.
1948
+ *
1949
+ * The parent of this entity is HlsGroupSettings.
1950
+ */
1951
+ export type HlsCdnSettings = {
1952
+ /**
1953
+ * Sets up Akamai as the downstream system for the HLS output group.
1954
+ */
1955
+ HlsAkamaiSettings?: HlsAkamaiSettings | undefined;
1956
+ /**
1957
+ * The settings for Basic Put for the HLS output.
1958
+ */
1959
+ HlsBasicPutSettings?: HlsBasicPutSettings | undefined;
1960
+ /**
1961
+ * Sets up MediaStore as the destination for the HLS output.
1962
+ */
1963
+ HlsMediaStoreSettings?: HlsMediaStoreSettings | undefined;
1964
+ /**
1965
+ * Sets up Amazon S3 as the destination for this HLS output.
1966
+ */
1967
+ HlsS3Settings?: HlsS3Settings | undefined;
1968
+ /**
1969
+ * The settings for Web VTT captions in the HLS output group.
1970
+ *
1971
+ * The parent of this entity is HlsGroupSettings.
1972
+ */
1973
+ HlsWebdavSettings?: HlsWebdavSettings | undefined;
1974
+ };
1975
+ /**
1976
+ * The settings for an HLS output group.
1977
+ *
1978
+ * The parent of this entity is OutputGroupSettings.
1979
+ */
1980
+ export type HlsGroupSettings = {
1981
+ /**
1982
+ * Chooses one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
1983
+ */
1984
+ AdMarkers?: string[] | undefined;
1985
+ /**
1986
+ * A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.
1987
+ */
1988
+ BaseUrlContent?: string | undefined;
1989
+ /**
1990
+ * Optional. One value per output group. This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.
1991
+ */
1992
+ BaseUrlContent1?: string | undefined;
1993
+ /**
1994
+ * A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.
1995
+ */
1996
+ BaseUrlManifest?: string | undefined;
1997
+ /**
1998
+ * Optional. One value per output group. Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.
1999
+ */
2000
+ BaseUrlManifest1?: string | undefined;
2001
+ /**
2002
+ * A mapping of up to 4 captions channels to captions languages. This is meaningful only if captionLanguageSetting is set to "insert."
2003
+ */
2004
+ CaptionLanguageMappings?: CaptionLanguageMapping[] | undefined;
2005
+ /**
2006
+ * Applies only to 608 embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code that you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the captions selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match properly with the output captions. None: Include the CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
2007
+ */
2008
+ CaptionLanguageSetting?: string | undefined;
2009
+ /**
2010
+ * When set to "disabled," sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.
2011
+ */
2012
+ ClientCache?: string | undefined;
2013
+ /**
2014
+ * The specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
2015
+ */
2016
+ CodecSpecification?: string | undefined;
2017
+ /**
2018
+ * Used with encryptionType. This is a 128-bit, 16-byte hex value that is represented by a 32-character text string. If ivSource is set to "explicit," this parameter is required and is used as the IV for encryption.
2019
+ */
2020
+ ConstantIv?: string | undefined;
2021
+ /**
2022
+ * A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
2023
+ */
2024
+ Destination?: OutputLocationRef | undefined;
2025
+ /**
2026
+ * Places segments in subdirectories.
2027
+ */
2028
+ DirectoryStructure?: string | undefined;
2029
+ /**
2030
+ * Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.
2031
+ * Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose.
2032
+ * Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.
2033
+ */
2034
+ DiscontinuityTags?: string | undefined;
2035
+ /**
2036
+ * Encrypts the segments with the specified encryption scheme. Exclude this parameter if you don't want encryption.
2037
+ */
2038
+ EncryptionType?: string | undefined;
2039
+ /**
2040
+ * The parameters that control interactions with the CDN.
2041
+ */
2042
+ HlsCdnSettings?: HlsCdnSettings | undefined;
2043
+ /**
2044
+ * State of HLS ID3 Segment Tagging
2045
+ */
2046
+ HlsId3SegmentTagging?: string | undefined;
2047
+ /**
2048
+ * DISABLED: Don't create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field). STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888".
2049
+ */
2050
+ IFrameOnlyPlaylists?: string | undefined;
2051
+ /**
2052
+ * Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.
2053
+ * Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups.
2054
+ * Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.
2055
+ */
2056
+ IncompleteSegmentBehavior?: string | undefined;
2057
+ /**
2058
+ * Applies only if the Mode field is LIVE. Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be less than or equal to the Keep Segments field.
2059
+ */
2060
+ IndexNSegments?: number | undefined;
2061
+ /**
2062
+ * A parameter that controls output group behavior on an input loss.
2063
+ */
2064
+ InputLossAction?: string | undefined;
2065
+ /**
2066
+ * Used with encryptionType. The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include," the IV is listed in the manifest. Otherwise, the IV is not in the manifest.
2067
+ */
2068
+ IvInManifest?: string | undefined;
2069
+ /**
2070
+ * Used with encryptionType. The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber," it causes the IV to change every segment (to match the segment number). If this is set to "explicit," you must enter a constantIv value.
2071
+ */
2072
+ IvSource?: string | undefined;
2073
+ /**
2074
+ * Applies only if the Mode field is LIVE. Specifies the number of media segments (.ts files) to retain in the destination directory.
2075
+ */
2076
+ KeepSegments?: number | undefined;
2077
+ /**
2078
+ * Specifies how the key is represented in the resource identified by the URI. If the parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be specified.
2079
+ */
2080
+ KeyFormat?: string | undefined;
2081
+ /**
2082
+ * Either a single positive integer version value or a slash-delimited list of version values (1/2/3).
2083
+ */
2084
+ KeyFormatVersions?: string | undefined;
2085
+ /**
2086
+ * The key provider settings.
2087
+ */
2088
+ KeyProviderSettings?: KeyProviderSettings | undefined;
2089
+ /**
2090
+ * When set to gzip, compresses HLS playlist.
2091
+ */
2092
+ ManifestCompression?: string | undefined;
2093
+ /**
2094
+ * Indicates whether the output manifest should use a floating point or integer values for segment duration.
2095
+ */
2096
+ ManifestDurationFormat?: string | undefined;
2097
+ /**
2098
+ * When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
2099
+ */
2100
+ MinSegmentLength?: number | undefined;
2101
+ /**
2102
+ * If "vod," all segments are indexed and kept permanently in the destination and manifest. If "live," only the number segments specified in keepSegments and indexNSegments are kept. Newer segments replace older segments, which might prevent players from rewinding all the way to the beginning of the channel. VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
2103
+ */
2104
+ Mode?: string | undefined;
2105
+ /**
2106
+ * MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group. SEGMENTSONLY: Doesn't generate any manifests for this output group.
2107
+ */
2108
+ OutputSelection?: string | undefined;
2109
+ /**
2110
+ * Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: Either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.
2111
+ */
2112
+ ProgramDateTime?: string | undefined;
2113
+ /**
2114
+ * Specifies the algorithm used to drive the HLS EXT-X-PROGRAM-DATE-TIME clock. Options include: INITIALIZE_FROM_OUTPUT_TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment. SYSTEM_CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock.
2115
+ */
2116
+ ProgramDateTimeClock?: string | undefined;
2117
+ /**
2118
+ * The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.
2119
+ */
2120
+ ProgramDateTimePeriod?: number | undefined;
2121
+ /**
2122
+ * ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows a playout device that supports stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines. DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only. For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players, so a redundant manifest from MediaLive is irrelevant.
2123
+ */
2124
+ RedundantManifest?: string | undefined;
2125
+ /**
2126
+ * The length of the MPEG-2 Transport Stream segments to create, in seconds. Note that segments will end on the next keyframe after this number of seconds, so the actual segment length might be longer.
2127
+ */
2128
+ SegmentLength?: number | undefined;
2129
+ /**
2130
+ * useInputSegmentation has been deprecated. The configured segment size is always used.
2131
+ */
2132
+ SegmentationMode?: string | undefined;
2133
+ /**
2134
+ * The number of segments to write to a subdirectory before starting a new one. For this setting to have an effect, directoryStructure must be subdirectoryPerStream.
2135
+ */
2136
+ SegmentsPerSubdirectory?: number | undefined;
2137
+ /**
2138
+ * The include or exclude RESOLUTION attribute for a video in the EXT-X-STREAM-INF tag of a variant manifest.
2139
+ */
2140
+ StreamInfResolution?: string | undefined;
2141
+ /**
2142
+ * Indicates the ID3 frame that has the timecode.
2143
+ */
2144
+ TimedMetadataId3Frame?: string | undefined;
2145
+ /**
2146
+ * The timed metadata interval, in seconds.
2147
+ */
2148
+ TimedMetadataId3Period?: number | undefined;
2149
+ /**
2150
+ * Provides an extra millisecond delta offset to fine tune the timestamps.
2151
+ */
2152
+ TimestampDeltaMilliseconds?: number | undefined;
2153
+ /**
2154
+ * SEGMENTEDFILES: Emits the program as segments -multiple .ts media files. SINGLEFILE: Applies only if the Mode field is VOD. Emits the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.
2155
+ */
2156
+ TsFileMode?: string | undefined;
2157
+ };
2158
+ /**
2159
+ * Information about how to connect to the upstream system.
2160
+ *
2161
+ * The parent of this entity is NetworkInputSettings.
2162
+ */
2163
+ export type HlsInputSettings = {
2164
+ /**
2165
+ * When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen. Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.
2166
+ */
2167
+ Bandwidth?: number | undefined;
2168
+ /**
2169
+ * When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment). When not specified, the HLS input begins with the first segment specified in the m3u8.
2170
+ */
2171
+ BufferSegments?: number | undefined;
2172
+ /**
2173
+ * The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.
2174
+ */
2175
+ Retries?: number | undefined;
2176
+ /**
2177
+ * The number of seconds between retries when an attempt to read a manifest or segment fails.
2178
+ */
2179
+ RetryInterval?: number | undefined;
2180
+ /**
2181
+ * Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.
2182
+ */
2183
+ Scte35Source?: string | undefined;
2184
+ };
2185
+ /**
2186
+ * The configuration of a MediaStore container as the destination for an HLS output.
2187
+ *
2188
+ * The parent of this entity is HlsCdnSettings.
2189
+ */
2190
+ export type HlsMediaStoreSettings = {
2191
+ /**
2192
+ * The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
2193
+ */
2194
+ ConnectionRetryInterval?: number | undefined;
2195
+ /**
2196
+ * The size, in seconds, of the file cache for streaming outputs.
2197
+ */
2198
+ FilecacheDuration?: number | undefined;
2199
+ /**
2200
+ * When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
2201
+ */
2202
+ MediaStoreStorageClass?: string | undefined;
2203
+ /**
2204
+ * The number of retry attempts that are made before the channel is put into an error state.
2205
+ */
2206
+ NumRetries?: number | undefined;
2207
+ /**
2208
+ * If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.
2209
+ */
2210
+ RestartDelay?: number | undefined;
2211
+ };
2212
+ /**
2213
+ * The settings for an HLS output.
2214
+ *
2215
+ * The parent of this entity is OutputSettings.
2216
+ */
2217
+ export type HlsOutputSettings = {
2218
+ /**
2219
+ * Only applicable when this output is referencing an H.265 video description.
2220
+ * Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
2221
+ */
2222
+ H265PackagingType?: string | undefined;
2223
+ /**
2224
+ * The settings regarding the underlying stream. These settings are different for audio-only outputs.
2225
+ */
2226
+ HlsSettings?: HlsSettings | undefined;
2227
+ /**
2228
+ * A string that is concatenated to the end of the destination file name. Accepts \"Format Identifiers\":#formatIdentifierParameters.
2229
+ */
2230
+ NameModifier?: string | undefined;
2231
+ /**
2232
+ * A string that is concatenated to the end of segment file names.
2233
+ */
2234
+ SegmentModifier?: string | undefined;
2235
+ };
2236
+ /**
2237
+ * Sets up Amazon S3 as the destination for this HLS output.
2238
+ *
2239
+ * The parent of this entity is HlsCdnSettings.
2240
+ */
2241
+ export type HlsS3Settings = {
2242
+ /**
2243
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
2244
+ */
2245
+ CannedAcl?: string | undefined;
2246
+ };
2247
+ /**
2248
+ * The settings for an HLS output.
2249
+ *
2250
+ * The parent of this entity is HlsOutputSettings.
2251
+ */
2252
+ export type HlsSettings = {
2253
+ /**
2254
+ * The settings for an audio-only output.
2255
+ */
2256
+ AudioOnlyHlsSettings?: AudioOnlyHlsSettings | undefined;
2257
+ /**
2258
+ * The settings for an fMP4 container.
2259
+ */
2260
+ Fmp4HlsSettings?: Fmp4HlsSettings | undefined;
2261
+ /**
2262
+ * Settings for a frame capture output in an HLS output group.
2263
+ */
2264
+ FrameCaptureHlsSettings?: Record<string, unknown> | undefined;
2265
+ /**
2266
+ * The settings for a standard output (an output that is not audio-only).
2267
+ */
2268
+ StandardHlsSettings?: StandardHlsSettings | undefined;
2269
+ };
2270
+ /**
2271
+ * The configuration of a WebDav server as the downstream system for an HLS output.
2272
+ *
2273
+ * The parent of this entity is HlsCdnSettings.
2274
+ */
2275
+ export type HlsWebdavSettings = {
2276
+ /**
2277
+ * The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
2278
+ */
2279
+ ConnectionRetryInterval?: number | undefined;
2280
+ /**
2281
+ * The size, in seconds, of the file cache for streaming outputs.
2282
+ */
2283
+ FilecacheDuration?: number | undefined;
2284
+ /**
2285
+ * Specifies whether to use chunked transfer encoding to WebDAV.
2286
+ */
2287
+ HttpTransferMode?: string | undefined;
2288
+ /**
2289
+ * The number of retry attempts that are made before the channel is put into an error state.
2290
+ */
2291
+ NumRetries?: number | undefined;
2292
+ /**
2293
+ * If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.
2294
+ */
2295
+ RestartDelay?: number | undefined;
2296
+ };
2297
+ /**
2298
+ * An input to attach to this channel.
2299
+ *
2300
+ * This entity is at the top level in the channel.
2301
+ */
2302
+ export type InputAttachment = {
2303
+ /**
2304
+ * Settings to implement automatic input failover in this input.
2305
+ */
2306
+ AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings | undefined;
2307
+ /**
2308
+ * A name for the attachment. This is required if you want to use this input in an input switch action.
2309
+ */
2310
+ InputAttachmentName?: string | undefined;
2311
+ /**
2312
+ * The ID of the input to attach.
2313
+ */
2314
+ InputId?: string | undefined;
2315
+ /**
2316
+ * Information about the content to extract from the input and about the general handling of the content.
2317
+ */
2318
+ InputSettings?: InputSettings | undefined;
2319
+ LogicalInterfaceNames?: string[] | undefined;
2320
+ };
2321
+ /**
2322
+ * The setting to remix the audio.
2323
+ *
2324
+ * The parent of this entity is AudioChannelMappings.
2325
+ */
2326
+ export type InputChannelLevel = {
2327
+ /**
2328
+ * The remixing value. Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.
2329
+ */
2330
+ Gain?: number | undefined;
2331
+ /**
2332
+ * The index of the input channel that is used as a source.
2333
+ */
2334
+ InputChannel?: number | undefined;
2335
+ };
2336
+ /**
2337
+ * The input location.
2338
+ *
2339
+ * The parent of this entity is InputLossBehavior.
2340
+ */
2341
+ export type InputLocation = {
2342
+ /**
2343
+ * The password parameter that holds the password for accessing the downstream system. This applies only if the downstream system requires credentials.
2344
+ */
2345
+ PasswordParam?: string | undefined;
2346
+ /**
2347
+ * The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type. For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.
2348
+ */
2349
+ Uri?: string | undefined;
2350
+ /**
2351
+ * The user name to connect to the downstream system. This applies only if the downstream system requires credentials.
2352
+ */
2353
+ Username?: string | undefined;
2354
+ };
2355
+ /**
2356
+ * The configuration of channel behavior when the input is lost.
2357
+ *
2358
+ * The parent of this entity is GlobalConfiguration.
2359
+ */
2360
+ export type InputLossBehavior = {
2361
+ /**
2362
+ * On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
2363
+ */
2364
+ BlackFrameMsec?: number | undefined;
2365
+ /**
2366
+ * When the input loss image type is "color," this field specifies the color to use. Value: 6 hex characters that represent the values of RGB.
2367
+ */
2368
+ InputLossImageColor?: string | undefined;
2369
+ /**
2370
+ * When the input loss image type is "slate," these fields specify the parameters for accessing the slate.
2371
+ */
2372
+ InputLossImageSlate?: InputLocation | undefined;
2373
+ /**
2374
+ * Indicates whether to substitute a solid color or a slate into the output after the input loss exceeds blackFrameMsec.
2375
+ */
2376
+ InputLossImageType?: string | undefined;
2377
+ /**
2378
+ * On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000, is interpreted as infinite.
2379
+ */
2380
+ RepeatFrameMsec?: number | undefined;
2381
+ };
2382
+ /**
2383
+ * MediaLive will perform a failover if content is not detected in this input for the specified period.
2384
+ *
2385
+ * The parent of this entity is FailoverConditionSettings.
2386
+ */
2387
+ export type InputLossFailoverSettings = {
2388
+ /**
2389
+ * The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.
2390
+ */
2391
+ InputLossThresholdMsec?: number | undefined;
2392
+ };
2393
+ /**
2394
+ * Information about extracting content from the input and about handling the content.
2395
+ *
2396
+ * The parent of this entity is InputAttachment.
2397
+ */
2398
+ export type InputSettings = {
2399
+ /**
2400
+ * Information about the specific audio to extract from the input.
2401
+ *
2402
+ * The parent of this entity is InputSettings.
2403
+ */
2404
+ AudioSelectors?: AudioSelector[] | undefined;
2405
+ /**
2406
+ * Information about the specific captions to extract from the input.
2407
+ */
2408
+ CaptionSelectors?: CaptionSelector[] | undefined;
2409
+ /**
2410
+ * Enables or disables the deblock filter when filtering.
2411
+ */
2412
+ DeblockFilter?: string | undefined;
2413
+ /**
2414
+ * Enables or disables the denoise filter when filtering.
2415
+ */
2416
+ DenoiseFilter?: string | undefined;
2417
+ /**
2418
+ * Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
2419
+ */
2420
+ FilterStrength?: number | undefined;
2421
+ /**
2422
+ * Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering is applied depending on input type/quality 2) disabled - no filtering is applied to the input 3) forced - filtering is applied regardless of the input type.
2423
+ */
2424
+ InputFilter?: string | undefined;
2425
+ /**
2426
+ * Information about how to connect to the upstream system.
2427
+ */
2428
+ NetworkInputSettings?: NetworkInputSettings | undefined;
2429
+ Scte35Pid?: number | undefined;
2430
+ /**
2431
+ * Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
2432
+ * - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
2433
+ * - IGNORE: Never extract any ancillary data from SMPTE-2038.
2434
+ */
2435
+ Smpte2038DataPreference?: string | undefined;
2436
+ /**
2437
+ * The loop input if it is a file.
2438
+ */
2439
+ SourceEndBehavior?: string | undefined;
2440
+ /**
2441
+ * Information about one video to extract from the input.
2442
+ */
2443
+ VideoSelector?: VideoSelector | undefined;
2444
+ };
2445
+ /**
2446
+ * The input specification for this channel. It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
2447
+ *
2448
+ * This entity is at the top level in the channel.
2449
+ */
2450
+ export type InputSpecification = {
2451
+ /**
2452
+ * The codec to include in the input specification for this channel.
2453
+ */
2454
+ Codec?: string | undefined;
2455
+ /**
2456
+ * The maximum input bitrate for any input attached to this channel.
2457
+ */
2458
+ MaximumBitrate?: string | undefined;
2459
+ /**
2460
+ * The resolution for any input attached to this channel.
2461
+ */
2462
+ Resolution?: string | undefined;
2463
+ };
2464
+ /**
2465
+ * The configuration of key provider settings.
2466
+ *
2467
+ * The parent of this entity is HlsGroupSettings.
2468
+ */
2469
+ export type KeyProviderSettings = {
2470
+ /**
2471
+ * The configuration of static key settings.
2472
+ */
2473
+ StaticKeySettings?: StaticKeySettings | undefined;
2474
+ };
2475
+ /**
2476
+ * The configuration of the M2TS in the output.
2477
+ *
2478
+ * The parents of this entity are ArchiveContainerSettings and UdpContainerSettings.
2479
+ */
2480
+ export type M2tsSettings = {
2481
+ /**
2482
+ * When set to drop, the output audio streams are removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on the input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
2483
+ */
2484
+ AbsentInputAudioBehavior?: string | undefined;
2485
+ /**
2486
+ * When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
2487
+ */
2488
+ Arib?: string | undefined;
2489
+ /**
2490
+ * The PID for ARIB Captions in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2491
+ */
2492
+ AribCaptionsPid?: string | undefined;
2493
+ /**
2494
+ * If set to auto, The PID number used for ARIB Captions will be auto-selected from unused PIDs. If set to useConfigured, ARIB captions will be on the configured PID number.
2495
+ */
2496
+ AribCaptionsPidControl?: string | undefined;
2497
+ /**
2498
+ * When set to dvb, uses the DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.
2499
+ */
2500
+ AudioBufferModel?: string | undefined;
2501
+ /**
2502
+ * The number of audio frames to insert for each PES packet.
2503
+ */
2504
+ AudioFramesPerPes?: number | undefined;
2505
+ /**
2506
+ * The PID of the elementary audio streams in the transport stream. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
2507
+ */
2508
+ AudioPids?: string | undefined;
2509
+ /**
2510
+ * When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.
2511
+ */
2512
+ AudioStreamType?: string | undefined;
2513
+ /**
2514
+ * The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.
2515
+ */
2516
+ Bitrate?: number | undefined;
2517
+ /**
2518
+ * If set to multiplex, uses the multiplex buffer model for accurate interleaving. Setting to bufferModel to none can lead to lower latency, but low-memory devices might not be able to play back the stream without interruptions.
2519
+ */
2520
+ BufferModel?: string | undefined;
2521
+ /**
2522
+ * When set to enabled, generates captionServiceDescriptor in PMT.
2523
+ */
2524
+ CcDescriptor?: string | undefined;
2525
+ /**
2526
+ * Inserts a DVB Network Information Table (NIT) at the specified table repetition interval.
2527
+ */
2528
+ DvbNitSettings?: DvbNitSettings | undefined;
2529
+ /**
2530
+ * Inserts a DVB Service Description Table (SDT) at the specified table repetition interval.
2531
+ */
2532
+ DvbSdtSettings?: DvbSdtSettings | undefined;
2533
+ /**
2534
+ * The PID for the input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
2535
+ */
2536
+ DvbSubPids?: string | undefined;
2537
+ /**
2538
+ * Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.
2539
+ */
2540
+ DvbTdtSettings?: DvbTdtSettings | undefined;
2541
+ /**
2542
+ * The PID for the input source DVB Teletext data to this output. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2543
+ */
2544
+ DvbTeletextPid?: string | undefined;
2545
+ /**
2546
+ * If set to passthrough, passes any EBIF data from the input source to this output.
2547
+ */
2548
+ Ebif?: string | undefined;
2549
+ /**
2550
+ * When videoAndFixedIntervals is selected, audio EBP markers are added to partitions 3 and 4. The interval between these additional markers is fixed, and is slightly shorter than the video EBP marker interval. This is only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 always follow the video interval.
2551
+ */
2552
+ EbpAudioInterval?: string | undefined;
2553
+ /**
2554
+ * When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The channel must be configured elsewhere to create sufficient latency to make the lookahead accurate.
2555
+ */
2556
+ EbpLookaheadMs?: number | undefined;
2557
+ /**
2558
+ * Controls placement of EBP on audio PIDs. If set to videoAndAudioPids, EBP markers are placed on the video PID and all audio PIDs. If set to videoPid, EBP markers are placed on only the video PID.
2559
+ */
2560
+ EbpPlacement?: string | undefined;
2561
+ /**
2562
+ * This field is unused and deprecated.
2563
+ */
2564
+ EcmPid?: string | undefined;
2565
+ /**
2566
+ * Includes or excludes the ES Rate field in the PES header.
2567
+ */
2568
+ EsRateInPes?: string | undefined;
2569
+ /**
2570
+ * The PID for the input source ETV Platform data to this output. You can enter it as a decimal or hexadecimal value. Valid values are 32 (or 0x20) to 8182 (or 0x1ff6).
2571
+ */
2572
+ EtvPlatformPid?: string | undefined;
2573
+ /**
2574
+ * The PID for input source ETV Signal data to this output. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2575
+ */
2576
+ EtvSignalPid?: string | undefined;
2577
+ /**
2578
+ * The length in seconds of each fragment. This is used only with EBP markers.
2579
+ */
2580
+ FragmentTime?: number | undefined;
2581
+ /**
2582
+ * If set to passthrough, passes any KLV data from the input source to this output.
2583
+ */
2584
+ Klv?: string | undefined;
2585
+ /**
2586
+ * The PID for the input source KLV data to this output. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
2587
+ */
2588
+ KlvDataPids?: string | undefined;
2589
+ /**
2590
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
2591
+ */
2592
+ NielsenId3Behavior?: string | undefined;
2593
+ /**
2594
+ * The value, in bits per second, of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.
2595
+ */
2596
+ NullPacketBitrate?: number | undefined;
2597
+ /**
2598
+ * The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
2599
+ */
2600
+ PatInterval?: number | undefined;
2601
+ /**
2602
+ * When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
2603
+ */
2604
+ PcrControl?: string | undefined;
2605
+ /**
2606
+ * The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
2607
+ */
2608
+ PcrPeriod?: number | undefined;
2609
+ /**
2610
+ * The PID of the Program Clock Reference (PCR) in the transport stream. When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2611
+ */
2612
+ PcrPid?: string | undefined;
2613
+ /**
2614
+ * The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
2615
+ */
2616
+ PmtInterval?: number | undefined;
2617
+ /**
2618
+ * The PID for the Program Map Table (PMT) in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2619
+ */
2620
+ PmtPid?: string | undefined;
2621
+ /**
2622
+ * The value of the program number field in the Program Map Table (PMT).
2623
+ */
2624
+ ProgramNum?: number | undefined;
2625
+ /**
2626
+ * When VBR, does not insert null packets into the transport stream to fill the specified bitrate. The bitrate setting acts as the maximum bitrate when VBR is set.
2627
+ */
2628
+ RateMode?: string | undefined;
2629
+ /**
2630
+ * The PID for the input source SCTE-27 data to this output. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
2631
+ */
2632
+ Scte27Pids?: string | undefined;
2633
+ /**
2634
+ * Optionally passes SCTE-35 signals from the input source to this output.
2635
+ */
2636
+ Scte35Control?: string | undefined;
2637
+ /**
2638
+ * The PID of the SCTE-35 stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2639
+ */
2640
+ Scte35Pid?: string | undefined;
2641
+ Scte35PrerollPullupMilliseconds?: number | undefined;
2642
+ /**
2643
+ * Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
2644
+ */
2645
+ SegmentationMarkers?: string | undefined;
2646
+ /**
2647
+ * The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments might be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of resetCadence is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds. When a segmentation style of maintainCadence is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
2648
+ */
2649
+ SegmentationStyle?: string | undefined;
2650
+ /**
2651
+ * The length, in seconds, of each segment. This is required unless markers is set to None_.
2652
+ */
2653
+ SegmentationTime?: number | undefined;
2654
+ /**
2655
+ * When set to passthrough, timed metadata is passed through from input to output.
2656
+ */
2657
+ TimedMetadataBehavior?: string | undefined;
2658
+ /**
2659
+ * The PID of the timed metadata stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2660
+ */
2661
+ TimedMetadataPid?: string | undefined;
2662
+ /**
2663
+ * The value of the transport stream ID field in the Program Map Table (PMT).
2664
+ */
2665
+ TransportStreamId?: number | undefined;
2666
+ /**
2667
+ * The PID of the elementary video stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2668
+ */
2669
+ VideoPid?: string | undefined;
2670
+ };
2671
+ /**
2672
+ * Settings for the M3U8 container.
2673
+ *
2674
+ * The parent of this entity is StandardHlsSettings.
2675
+ */
2676
+ export type M3u8Settings = {
2677
+ /**
2678
+ * The number of audio frames to insert for each PES packet.
2679
+ */
2680
+ AudioFramesPerPes?: number | undefined;
2681
+ /**
2682
+ * The PID of the elementary audio streams in the transport stream. Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.
2683
+ */
2684
+ AudioPids?: string | undefined;
2685
+ /**
2686
+ * This parameter is unused and deprecated.
2687
+ */
2688
+ EcmPid?: string | undefined;
2689
+ KlvBehavior?: string | undefined;
2690
+ KlvDataPids?: string | undefined;
2691
+ /**
2692
+ * If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
2693
+ */
2694
+ NielsenId3Behavior?: string | undefined;
2695
+ /**
2696
+ * The number of milliseconds between instances of this table in the output transport stream. A value of \"0\" writes out the PMT once per segment file.
2697
+ */
2698
+ PatInterval?: number | undefined;
2699
+ /**
2700
+ * When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
2701
+ */
2702
+ PcrControl?: string | undefined;
2703
+ /**
2704
+ * The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
2705
+ */
2706
+ PcrPeriod?: number | undefined;
2707
+ /**
2708
+ * The PID of the Program Clock Reference (PCR) in the transport stream. When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.
2709
+ */
2710
+ PcrPid?: string | undefined;
2711
+ /**
2712
+ * The number of milliseconds between instances of this table in the output transport stream. A value of \"0\" writes out the PMT once per segment file.
2713
+ */
2714
+ PmtInterval?: number | undefined;
2715
+ /**
2716
+ * The PID for the Program Map Table (PMT) in the transport stream. You can enter the value as a decimal or hexadecimal value.
2717
+ */
2718
+ PmtPid?: string | undefined;
2719
+ /**
2720
+ * The value of the program number field in the Program Map Table (PMT).
2721
+ */
2722
+ ProgramNum?: number | undefined;
2723
+ /**
2724
+ * If set to passthrough, passes any SCTE-35 signals from the input source to this output.
2725
+ */
2726
+ Scte35Behavior?: string | undefined;
2727
+ /**
2728
+ * The PID of the SCTE-35 stream in the transport stream. You can enter the value as a decimal or hexadecimal value.
2729
+ */
2730
+ Scte35Pid?: string | undefined;
2731
+ /**
2732
+ * When set to passthrough, timed metadata is passed through from input to output.
2733
+ */
2734
+ TimedMetadataBehavior?: string | undefined;
2735
+ /**
2736
+ * The PID of the timed metadata stream in the transport stream. You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
2737
+ */
2738
+ TimedMetadataPid?: string | undefined;
2739
+ /**
2740
+ * The value of the transport stream ID field in the Program Map Table (PMT).
2741
+ */
2742
+ TransportStreamId?: number | undefined;
2743
+ /**
2744
+ * The PID of the elementary video stream in the transport stream. You can enter the value as a decimal or hexadecimal value.
2745
+ */
2746
+ VideoPid?: string | undefined;
2747
+ };
2748
+ export type MaintenanceCreateSettings = {
2749
+ /**
2750
+ * Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
2751
+ */
2752
+ MaintenanceDay?: string | undefined;
2753
+ /**
2754
+ * Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
2755
+ */
2756
+ MaintenanceStartTime?: string | undefined;
2757
+ };
2758
+ /**
2759
+ * The settings for the MediaPackage group.
2760
+ *
2761
+ * The parent of this entity is OutputGroupSettings.
2762
+ */
2763
+ export type MediaPackageGroupSettings = {
2764
+ /**
2765
+ * The MediaPackage channel destination.
2766
+ */
2767
+ Destination?: OutputLocationRef | undefined;
2768
+ };
2769
+ /**
2770
+ * Destination settings for a MediaPackage output.
2771
+ *
2772
+ * The parent of this entity is OutputDestination.
2773
+ */
2774
+ export type MediaPackageOutputDestinationSettings = {
2775
+ ChannelGroup?: string | undefined;
2776
+ /**
2777
+ * The ID of the channel in MediaPackage that is the destination for this output group. You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.
2778
+ */
2779
+ ChannelId?: string | undefined;
2780
+ ChannelName?: string | undefined;
2781
+ };
2782
+ /**
2783
+ * Settings to enable and configure the motion graphics overlay feature in the channel.
2784
+ *
2785
+ * The parent of this entity is EncoderSettings.
2786
+ */
2787
+ export type MotionGraphicsConfiguration = {
2788
+ /**
2789
+ * Enables or disables the motion graphics overlay feature in the channel.
2790
+ */
2791
+ MotionGraphicsInsertion?: string | undefined;
2792
+ /**
2793
+ * Settings to enable and configure the motion graphics overlay feature in the channel.
2794
+ */
2795
+ MotionGraphicsSettings?: MotionGraphicsSettings | undefined;
2796
+ };
2797
+ /**
2798
+ * Settings to enable and configure the motion graphics overlay feature in the channel.
2799
+ *
2800
+ * The parent of this entity is MotionGraphicsConfiguration.
2801
+ */
2802
+ export type MotionGraphicsSettings = {
2803
+ /**
2804
+ * Settings to configure the motion graphics overlay to use an HTML asset.
2805
+ */
2806
+ HtmlMotionGraphicsSettings?: Record<string, unknown> | undefined;
2807
+ };
2808
+ /**
2809
+ * The configuration for this MP2 audio.
2810
+ *
2811
+ * The parent of this entity is AudioCodecSettings.
2812
+ */
2813
+ export type Mp2Settings = {
2814
+ /**
2815
+ * The average bitrate in bits/second.
2816
+ */
2817
+ Bitrate?: number | undefined;
2818
+ /**
2819
+ * The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).
2820
+ */
2821
+ CodingMode?: string | undefined;
2822
+ /**
2823
+ * The sample rate in Hz.
2824
+ */
2825
+ SampleRate?: number | undefined;
2826
+ };
2827
+ /**
2828
+ * Settings to configure video filters that apply to the MPEG-2 codec.
2829
+ *
2830
+ * The parent of this entity is Mpeg2FilterSettings.
2831
+ */
2832
+ export type Mpeg2FilterSettings = {
2833
+ /**
2834
+ * Settings for applying the temporal filter to the video.
2835
+ */
2836
+ TemporalFilterSettings?: TemporalFilterSettings | undefined;
2837
+ };
2838
+ /**
2839
+ * The settings for the MPEG-2 codec in the output.
2840
+ *
2841
+ * The parent of this entity is VideoCodecSetting.
2842
+ */
2843
+ export type Mpeg2Settings = {
2844
+ /**
2845
+ * Choose Off to disable adaptive quantization. Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality.
2846
+ */
2847
+ AdaptiveQuantization?: string | undefined;
2848
+ /**
2849
+ * Indicates the AFD values that MediaLive will write into the video encode. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO.
2850
+ * AUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).
2851
+ * FIXED: MediaLive will use the value you specify in fixedAFD.
2852
+ */
2853
+ AfdSignaling?: string | undefined;
2854
+ /**
2855
+ * Specifies whether to include the color space metadata. The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.
2856
+ */
2857
+ ColorMetadata?: string | undefined;
2858
+ /**
2859
+ * Choose the type of color space conversion to apply to the output. For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \"MediaLive Features - Video - color space\" in the MediaLive User Guide.
2860
+ * PASSTHROUGH: Keep the color space of the input content - do not convert it.
2861
+ * AUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709.
2862
+ */
2863
+ ColorSpace?: string | undefined;
2864
+ /**
2865
+ * Sets the pixel aspect ratio for the encode.
2866
+ */
2867
+ DisplayAspectRatio?: string | undefined;
2868
+ /**
2869
+ * Optionally specify a noise reduction filter, which can improve quality of compressed content. If you do not choose a filter, no filter will be applied.
2870
+ * TEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean.
2871
+ * When the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise.
2872
+ * When the content is reasonably clean, the filter tends to decrease the bitrate.
2873
+ */
2874
+ FilterSettings?: Mpeg2FilterSettings | undefined;
2875
+ /**
2876
+ * Complete this field only when afdSignaling is set to FIXED. Enter the AFD value (4 bits) to write on all frames of the video encode.
2877
+ */
2878
+ FixedAfd?: string | undefined;
2879
+ /**
2880
+ * description": "The framerate denominator. For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
2881
+ */
2882
+ FramerateDenominator?: number | undefined;
2883
+ /**
2884
+ * The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
2885
+ */
2886
+ FramerateNumerator?: number | undefined;
2887
+ /**
2888
+ * MPEG2: default is open GOP.
2889
+ */
2890
+ GopClosedCadence?: number | undefined;
2891
+ /**
2892
+ * Relates to the GOP structure. The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.
2893
+ */
2894
+ GopNumBFrames?: number | undefined;
2895
+ /**
2896
+ * Relates to the GOP structure. The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default.
2897
+ * If gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1.
2898
+ * If gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.
2899
+ */
2900
+ GopSize?: number | undefined;
2901
+ /**
2902
+ * Relates to the GOP structure. Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count.
2903
+ */
2904
+ GopSizeUnits?: string | undefined;
2905
+ /**
2906
+ * Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
2907
+ */
2908
+ ScanType?: string | undefined;
2909
+ /**
2910
+ * Relates to the GOP structure. If you do not know what GOP is, use the default.
2911
+ * FIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames.
2912
+ * DYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality.
2913
+ */
2914
+ SubgopLength?: string | undefined;
2915
+ TimecodeBurninSettings?: TimecodeBurninSettings | undefined;
2916
+ /**
2917
+ * Determines how MediaLive inserts timecodes in the output video. For detailed information about setting up the input and the output for a timecode, see the section on \"MediaLive Features - Timecode configuration\" in the MediaLive User Guide.
2918
+ * DISABLED: do not include timecodes.
2919
+ * GOP_TIMECODE: Include timecode metadata in the GOP header.
2920
+ */
2921
+ TimecodeInsertion?: string | undefined;
2922
+ };
2923
+ /**
2924
+ * The settings for a Microsoft Smooth output group.
2925
+ *
2926
+ * The parent of this entity is OutputGroupSettings.
2927
+ */
2928
+ export type MsSmoothGroupSettings = {
2929
+ /**
2930
+ * The value of the Acquisition Point Identity element that is used in each message placed in the sparse track. Enabled only if sparseTrackType is not "none."
2931
+ */
2932
+ AcquisitionPointId?: string | undefined;
2933
+ /**
2934
+ * If set to passthrough for an audio-only Microsoft Smooth output, the fragment absolute time is set to the current timecode. This option does not write timecodes to the audio elementary stream.
2935
+ */
2936
+ AudioOnlyTimecodeControl?: string | undefined;
2937
+ /**
2938
+ * If set to verifyAuthenticity, verifies the HTTPS certificate chain to a trusted certificate authority (CA). This causes HTTPS outputs to self-signed certificates to fail.
2939
+ */
2940
+ CertificateMode?: string | undefined;
2941
+ /**
2942
+ * The number of seconds to wait before retrying the connection to the IIS server if the connection is lost. Content is cached during this time, and the cache is delivered to the IIS server after the connection is re-established.
2943
+ */
2944
+ ConnectionRetryInterval?: number | undefined;
2945
+ /**
2946
+ * The Smooth Streaming publish point on an IIS server. MediaLive acts as a "Push" encoder to IIS.
2947
+ */
2948
+ Destination?: OutputLocationRef | undefined;
2949
+ /**
2950
+ * The Microsoft Smooth channel ID that is sent to the IIS server. Specify the ID only if eventIdMode is set to useConfigured.
2951
+ */
2952
+ EventId?: string | undefined;
2953
+ /**
2954
+ * Specifies whether to send a channel ID to the IIS server. If no channel ID is sent and the same channel is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send a channel ID based on the current timestamp - "noEventId" - do not send a channel ID to the IIS server.
2955
+ */
2956
+ EventIdMode?: string | undefined;
2957
+ /**
2958
+ * When set to sendEos, sends an EOS signal to an IIS server when stopping the channel.
2959
+ */
2960
+ EventStopBehavior?: string | undefined;
2961
+ /**
2962
+ * The size, in seconds, of the file cache for streaming outputs.
2963
+ */
2964
+ FilecacheDuration?: number | undefined;
2965
+ /**
2966
+ * The length, in seconds, of mp4 fragments to generate. The fragment length must be compatible with GOP size and frame rate.
2967
+ */
2968
+ FragmentLength?: number | undefined;
2969
+ /**
2970
+ * A parameter that controls output group behavior on an input loss.
2971
+ */
2972
+ InputLossAction?: string | undefined;
2973
+ /**
2974
+ * The number of retry attempts.
2975
+ */
2976
+ NumRetries?: number | undefined;
2977
+ /**
2978
+ * The number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.
2979
+ */
2980
+ RestartDelay?: number | undefined;
2981
+ /**
2982
+ * useInputSegmentation has been deprecated. The configured segment size is always used.
2983
+ */
2984
+ SegmentationMode?: string | undefined;
2985
+ /**
2986
+ * The number of milliseconds to delay the output from the second pipeline.
2987
+ */
2988
+ SendDelayMs?: number | undefined;
2989
+ /**
2990
+ * If set to scte35, uses incoming SCTE-35 messages to generate a sparse track in this group of Microsoft Smooth outputs.
2991
+ */
2992
+ SparseTrackType?: string | undefined;
2993
+ /**
2994
+ * When set to send, sends a stream manifest so that the publishing point doesn't start until all streams start.
2995
+ */
2996
+ StreamManifestBehavior?: string | undefined;
2997
+ /**
2998
+ * The timestamp offset for the channel. Used only if timestampOffsetMode is set to useConfiguredOffset.
2999
+ */
3000
+ TimestampOffset?: string | undefined;
3001
+ /**
3002
+ * The type of timestamp date offset to use. - useEventStartDate: Use the date the channel was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset.
3003
+ */
3004
+ TimestampOffsetMode?: string | undefined;
3005
+ };
3006
+ /**
3007
+ * Configuration of a Microsoft Smooth output.
3008
+ *
3009
+ * The parent of this entity is OutputSettings.
3010
+ */
3011
+ export type MsSmoothOutputSettings = {
3012
+ /**
3013
+ * Only applicable when this output is referencing an H.265 video description.
3014
+ * Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
3015
+ */
3016
+ H265PackagingType?: string | undefined;
3017
+ /**
3018
+ * A string that is concatenated to the end of the destination file name. This is required for multiple outputs of the same type.
3019
+ */
3020
+ NameModifier?: string | undefined;
3021
+ };
3022
+ export type MulticastInputSettings = {
3023
+ SourceIpAddress?: string | undefined;
3024
+ };
3025
+ export type MultiplexContainerSettings = {
3026
+ MultiplexM2tsSettings?: MultiplexM2tsSettings | undefined;
3027
+ };
3028
+ export type MultiplexM2tsSettings = {
3029
+ AbsentInputAudioBehavior?: string | undefined;
3030
+ Arib?: string | undefined;
3031
+ AudioBufferModel?: string | undefined;
3032
+ AudioFramesPerPes?: number | undefined;
3033
+ AudioStreamType?: string | undefined;
3034
+ CcDescriptor?: string | undefined;
3035
+ Ebif?: string | undefined;
3036
+ EsRateInPes?: string | undefined;
3037
+ Klv?: string | undefined;
3038
+ NielsenId3Behavior?: string | undefined;
3039
+ PcrControl?: string | undefined;
3040
+ PcrPeriod?: number | undefined;
3041
+ Scte35Control?: string | undefined;
3042
+ Scte35PrerollPullupMilliseconds?: number | undefined;
3043
+ };
3044
+ /**
3045
+ * Configuration of a Multiplex output.
3046
+ *
3047
+ * The parent of this entity is OutputSettings.
3048
+ */
3049
+ export type MultiplexOutputSettings = {
3050
+ ContainerSettings?: MultiplexContainerSettings | undefined;
3051
+ /**
3052
+ * Destination is a Multiplex.
3053
+ */
3054
+ Destination?: OutputLocationRef | undefined;
3055
+ };
3056
+ /**
3057
+ * Destination settings for a Multiplex output.
3058
+ *
3059
+ * The parent of this entity is OutputDestination.
3060
+ */
3061
+ export type MultiplexProgramChannelDestinationSettings = {
3062
+ /**
3063
+ * The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances.
3064
+ * The Multiplex must be in the same region as the Channel.
3065
+ */
3066
+ MultiplexId?: string | undefined;
3067
+ /**
3068
+ * The program name of the Multiplex program that the encoder is providing output to.
3069
+ */
3070
+ ProgramName?: string | undefined;
3071
+ };
3072
+ /**
3073
+ * Information about how to connect to the upstream system.
3074
+ *
3075
+ * The parent of this entity is InputSettings.
3076
+ */
3077
+ export type NetworkInputSettings = {
3078
+ /**
3079
+ * Information about how to connect to the upstream system.
3080
+ */
3081
+ HlsInputSettings?: HlsInputSettings | undefined;
3082
+ MulticastInputSettings?: MulticastInputSettings | undefined;
3083
+ /**
3084
+ * Checks HTTPS server certificates. When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.
3085
+ */
3086
+ ServerValidation?: string | undefined;
3087
+ };
3088
+ /**
3089
+ * Complete these fields only if you want to insert watermarks of type Nielsen CBET
3090
+ *
3091
+ * The parent of this entity is NielsenWatermarksSettings
3092
+ */
3093
+ export type NielsenCBET = {
3094
+ /**
3095
+ * Enter the CBET check digits to use in the watermark.
3096
+ */
3097
+ CbetCheckDigitString?: string | undefined;
3098
+ /**
3099
+ * Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
3100
+ */
3101
+ CbetStepaside?: string | undefined;
3102
+ /**
3103
+ * Enter the CBET Source ID (CSID) to use in the watermark
3104
+ */
3105
+ Csid?: string | undefined;
3106
+ };
3107
+ /**
3108
+ * The settings to configure Nielsen watermarks.
3109
+ *
3110
+ * The parent of this entity is EncoderSettings.
3111
+ */
3112
+ export type NielsenConfiguration = {
3113
+ /**
3114
+ * Enter the Distributor ID assigned to your organization by Nielsen.
3115
+ */
3116
+ DistributorId?: string | undefined;
3117
+ /**
3118
+ * Enables Nielsen PCM to ID3 tagging
3119
+ */
3120
+ NielsenPcmToId3Tagging?: string | undefined;
3121
+ };
3122
+ /**
3123
+ * Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
3124
+ *
3125
+ * The parent of this entity is NielsenWatermarksSettings.
3126
+ */
3127
+ export type NielsenNaesIiNw = {
3128
+ /**
3129
+ * Enter the check digit string for the watermark
3130
+ */
3131
+ CheckDigitString?: string | undefined;
3132
+ /**
3133
+ * Enter the Nielsen Source ID (SID) to include in the watermark
3134
+ */
3135
+ Sid?: number | undefined;
3136
+ Timezone?: string | undefined;
3137
+ };
3138
+ /**
3139
+ * Settings to configure Nielsen Watermarks in the audio encode.
3140
+ *
3141
+ * The parent of this entity is AudioWatermarkSettings.
3142
+ */
3143
+ export type NielsenWatermarksSettings = {
3144
+ /**
3145
+ * Complete these fields only if you want to insert watermarks of type Nielsen CBET
3146
+ */
3147
+ NielsenCbetSettings?: NielsenCBET | undefined;
3148
+ /**
3149
+ * Choose the distribution types that you want to assign to the watermarks:
3150
+ * - PROGRAM_CONTENT
3151
+ * - FINAL_DISTRIBUTOR
3152
+ */
3153
+ NielsenDistributionType?: string | undefined;
3154
+ /**
3155
+ * Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
3156
+ */
3157
+ NielsenNaesIiNwSettings?: NielsenNaesIiNw | undefined;
3158
+ };
3159
+ /**
3160
+ * The output settings.
3161
+ *
3162
+ * The parent of this entity is OutputGroup.
3163
+ */
3164
+ export type Output = {
3165
+ /**
3166
+ * The names of the audio descriptions that are used as audio sources for this output.
3167
+ */
3168
+ AudioDescriptionNames?: string[] | undefined;
3169
+ /**
3170
+ * The names of the caption descriptions that are used as captions sources for this output.
3171
+ */
3172
+ CaptionDescriptionNames?: string[] | undefined;
3173
+ /**
3174
+ * The name that is used to identify an output.
3175
+ */
3176
+ OutputName?: string | undefined;
3177
+ /**
3178
+ * The output type-specific settings.
3179
+ */
3180
+ OutputSettings?: OutputSettings | undefined;
3181
+ /**
3182
+ * The name of the VideoDescription that is used as the source for this output.
3183
+ */
3184
+ VideoDescriptionName?: string | undefined;
3185
+ };
3186
+ /**
3187
+ * Configuration information for an output.
3188
+ *
3189
+ * This entity is at the top level in the channel.
3190
+ */
3191
+ export type OutputDestination = {
3192
+ /**
3193
+ * The ID for this destination.
3194
+ */
3195
+ Id?: string | undefined;
3196
+ /**
3197
+ * The destination settings for a MediaPackage output.
3198
+ */
3199
+ MediaPackageSettings?: MediaPackageOutputDestinationSettings[] | undefined;
3200
+ /**
3201
+ * Destination settings for a Multiplex output; one destination for both encoders.
3202
+ */
3203
+ MultiplexSettings?: MultiplexProgramChannelDestinationSettings | undefined;
3204
+ /**
3205
+ * The destination settings for an output.
3206
+ */
3207
+ Settings?: OutputDestinationSettings[] | undefined;
3208
+ SrtSettings?: SrtOutputDestinationSettings[] | undefined;
3209
+ };
3210
+ /**
3211
+ * The configuration information for this output.
3212
+ *
3213
+ * The parent of this entity is OutputDestination.
3214
+ */
3215
+ export type OutputDestinationSettings = {
3216
+ /**
3217
+ * The password parameter that holds the password for accessing the downstream system. This password parameter applies only if the downstream system requires credentials.
3218
+ */
3219
+ PasswordParam?: string | undefined;
3220
+ /**
3221
+ * The stream name for the content. This applies only to RTMP outputs.
3222
+ */
3223
+ StreamName?: string | undefined;
3224
+ /**
3225
+ * The URL for the destination.
3226
+ */
3227
+ Url?: string | undefined;
3228
+ /**
3229
+ * The user name to connect to the downstream system. This applies only if the downstream system requires credentials.
3230
+ */
3231
+ Username?: string | undefined;
3232
+ };
3233
+ /**
3234
+ * The settings for one output group.
3235
+ *
3236
+ * The parent of this entity is EncoderSettings.
3237
+ */
3238
+ export type OutputGroup = {
3239
+ /**
3240
+ * A custom output group name that you can optionally define. Only letters, numbers, and the underscore character are allowed. The maximum length is 32 characters.
3241
+ */
3242
+ Name?: string | undefined;
3243
+ /**
3244
+ * The settings associated with the output group.
3245
+ */
3246
+ OutputGroupSettings?: OutputGroupSettings | undefined;
3247
+ /**
3248
+ * The settings for the outputs in the output group.
3249
+ */
3250
+ Outputs?: Output[] | undefined;
3251
+ };
3252
+ /**
3253
+ * The configuration of the output group.
3254
+ *
3255
+ * The parent of this entity is OutputGroup.
3256
+ */
3257
+ export type OutputGroupSettings = {
3258
+ /**
3259
+ * The configuration of an archive output group.
3260
+ *
3261
+ * The parent of this entity is OutputGroupSettings.
3262
+ */
3263
+ ArchiveGroupSettings?: ArchiveGroupSettings | undefined;
3264
+ CmafIngestGroupSettings?: CmafIngestGroupSettings | undefined;
3265
+ /**
3266
+ * The configuration of a frame capture output group.
3267
+ */
3268
+ FrameCaptureGroupSettings?: FrameCaptureGroupSettings | undefined;
3269
+ /**
3270
+ * The configuration of an HLS output group.
3271
+ */
3272
+ HlsGroupSettings?: HlsGroupSettings | undefined;
3273
+ /**
3274
+ * The configuration of a MediaPackage output group.
3275
+ */
3276
+ MediaPackageGroupSettings?: MediaPackageGroupSettings | undefined;
3277
+ /**
3278
+ * The configuration of a Microsoft Smooth output group.
3279
+ */
3280
+ MsSmoothGroupSettings?: MsSmoothGroupSettings | undefined;
3281
+ /**
3282
+ * The settings for a Multiplex output group.
3283
+ */
3284
+ MultiplexGroupSettings?: Record<string, unknown> | undefined;
3285
+ /**
3286
+ * The configuration of an RTMP output group.
3287
+ */
3288
+ RtmpGroupSettings?: RtmpGroupSettings | undefined;
3289
+ SrtGroupSettings?: SrtGroupSettings | undefined;
3290
+ /**
3291
+ * The configuration of a UDP output group.
3292
+ */
3293
+ UdpGroupSettings?: UdpGroupSettings | undefined;
3294
+ };
3295
+ /**
3296
+ * A reference to an OutputDestination ID that is defined in the channel.
3297
+ *
3298
+ * This entity is used by ArchiveGroupSettings, FrameCaptureGroupSettings, HlsGroupSettings, MediaPackageGroupSettings, MSSmoothGroupSettings, RtmpOutputSettings, and UdpOutputSettings.
3299
+ */
3300
+ export type OutputLocationRef = {
3301
+ /**
3302
+ * A reference ID for this destination.
3303
+ */
3304
+ DestinationRefId?: string | undefined;
3305
+ };
3306
+ export type OutputLockingSettings = {
3307
+ EpochLockingSettings?: EpochLockingSettings | undefined;
3308
+ PipelineLockingSettings?: Record<string, unknown> | undefined;
3309
+ };
3310
+ /**
3311
+ * The output settings.
3312
+ *
3313
+ * The parent of this entity is Output.
3314
+ */
3315
+ export type OutputSettings = {
3316
+ /**
3317
+ * The settings for an archive output.
3318
+ */
3319
+ ArchiveOutputSettings?: ArchiveOutputSettings | undefined;
3320
+ CmafIngestOutputSettings?: CmafIngestOutputSettings | undefined;
3321
+ /**
3322
+ * The settings for a frame capture output.
3323
+ *
3324
+ * The parent of this entity is OutputGroupSettings.
3325
+ */
3326
+ FrameCaptureOutputSettings?: FrameCaptureOutputSettings | undefined;
3327
+ /**
3328
+ * The settings for an HLS output.
3329
+ *
3330
+ * The parent of this entity is OutputGroupSettings.
3331
+ */
3332
+ HlsOutputSettings?: HlsOutputSettings | undefined;
3333
+ /**
3334
+ * The settings for a MediaPackage output.
3335
+ *
3336
+ * The parent of this entity is OutputGroupSettings.
3337
+ */
3338
+ MediaPackageOutputSettings?: Record<string, unknown> | undefined;
3339
+ /**
3340
+ * The settings for a Microsoft Smooth output.
3341
+ */
3342
+ MsSmoothOutputSettings?: MsSmoothOutputSettings | undefined;
3343
+ /**
3344
+ * Configuration of a Multiplex output.
3345
+ */
3346
+ MultiplexOutputSettings?: MultiplexOutputSettings | undefined;
3347
+ /**
3348
+ * The settings for an RTMP output.
3349
+ *
3350
+ * The parent of this entity is OutputGroupSettings.
3351
+ */
3352
+ RtmpOutputSettings?: RtmpOutputSettings | undefined;
3353
+ SrtOutputSettings?: SrtOutputSettings | undefined;
3354
+ /**
3355
+ * The settings for a UDP output.
3356
+ *
3357
+ * The parent of this entity is OutputGroupSettings.
3358
+ */
3359
+ UdpOutputSettings?: UdpOutputSettings | undefined;
3360
+ };
3361
+ /**
3362
+ * The settings for remixing audio in the output.
3363
+ *
3364
+ * The parent of this entity is AudioDescription.
3365
+ */
3366
+ export type RemixSettings = {
3367
+ /**
3368
+ * A mapping of input channels to output channels, with appropriate gain adjustments.
3369
+ */
3370
+ ChannelMappings?: AudioChannelMapping[] | undefined;
3371
+ /**
3372
+ * The number of input channels to be used.
3373
+ */
3374
+ ChannelsIn?: number | undefined;
3375
+ /**
3376
+ * The number of output channels to be produced. Valid values: 1, 2, 4, 6, 8.
3377
+ */
3378
+ ChannelsOut?: number | undefined;
3379
+ };
3380
+ /**
3381
+ * The configuration of an RTMP output group.
3382
+ *
3383
+ * The parent of this entity is OutputGroupSettings.
3384
+ */
3385
+ export type RtmpGroupSettings = {
3386
+ /**
3387
+ * Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.
3388
+ */
3389
+ AdMarkers?: string[] | undefined;
3390
+ /**
3391
+ * An authentication scheme to use when connecting with a CDN.
3392
+ */
3393
+ AuthenticationScheme?: string | undefined;
3394
+ /**
3395
+ * Controls behavior when the content cache fills up. If a remote origin server stalls the RTMP connection and doesn't accept content fast enough, the media cache fills up. When the cache reaches the duration specified by cacheLength, the cache stops accepting new content. If set to disconnectImmediately, the RTMP output forces a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output waits up to 5 minutes to allow the origin server to begin accepting data again.
3396
+ */
3397
+ CacheFullBehavior?: string | undefined;
3398
+ /**
3399
+ * The cache length, in seconds, that is used to calculate buffer size.
3400
+ */
3401
+ CacheLength?: number | undefined;
3402
+ /**
3403
+ * Controls the types of data that pass to onCaptionInfo outputs. If set to all, 608 and 708 carried DTVCC data is passed. If set to field1AndField2608, DTVCC data is stripped out, but 608 data from both fields is passed. If set to field1608, only the data carried in 608 from field 1 video is passed.
3404
+ */
3405
+ CaptionData?: string | undefined;
3406
+ IncludeFillerNalUnits?: string | undefined;
3407
+ /**
3408
+ * Controls the behavior of this RTMP group if the input becomes unavailable. emitOutput: Emit a slate until the input returns. pauseOutput: Stop transmitting data until the input returns. This does not close the underlying RTMP connection.
3409
+ */
3410
+ InputLossAction?: string | undefined;
3411
+ /**
3412
+ * If a streaming output fails, the number of seconds to wait until a restart is initiated. A value of 0 means never restart.
3413
+ */
3414
+ RestartDelay?: number | undefined;
3415
+ };
3416
+ /**
3417
+ * The settings for one RTMP output.
3418
+ *
3419
+ * The parent of this entity is OutputSettings.
3420
+ */
3421
+ export type RtmpOutputSettings = {
3422
+ /**
3423
+ * If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA). This causes RTMPS outputs with self-signed certificates to fail.
3424
+ */
3425
+ CertificateMode?: string | undefined;
3426
+ /**
3427
+ * The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
3428
+ */
3429
+ ConnectionRetryInterval?: number | undefined;
3430
+ /**
3431
+ * The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).
3432
+ */
3433
+ Destination?: OutputLocationRef | undefined;
3434
+ /**
3435
+ * The number of retry attempts.
3436
+ */
3437
+ NumRetries?: number | undefined;
3438
+ };
3439
+ /**
3440
+ * Information about the SCTE-20 captions to extract from the input.
3441
+ *
3442
+ * The parent of this entity is CaptionSelectorSettings.
3443
+ */
3444
+ export type Scte20SourceSettings = {
3445
+ /**
3446
+ * If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. Any 708 data present in the source content is discarded.
3447
+ */
3448
+ Convert608To708?: string | undefined;
3449
+ /**
3450
+ * Specifies the 608/708 channel number within the video track from which to extract captions.
3451
+ */
3452
+ Source608ChannelNumber?: number | undefined;
3453
+ };
3454
+ /**
3455
+ * Information about the SCTE-27 captions to extract from the input.
3456
+ *
3457
+ * The parent of this entity is CaptionSelectorSettings.
3458
+ */
3459
+ export type Scte27SourceSettings = {
3460
+ /**
3461
+ * If you will configure a WebVTT caption description that references this caption selector, use this field to
3462
+ * provide the language to consider when translating the image-based source to text.
3463
+ */
3464
+ OcrLanguage?: string | undefined;
3465
+ /**
3466
+ * The PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID; the language is "informational." Specify PID and omit Language: Extracts the specified PID. Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages are passed through.
3467
+ */
3468
+ Pid?: number | undefined;
3469
+ };
3470
+ /**
3471
+ * The setup of SCTE-35 splice insert handling.
3472
+ *
3473
+ * The parent of this entity is AvailSettings.
3474
+ */
3475
+ export type Scte35SpliceInsert = {
3476
+ /**
3477
+ * When specified, this offset (in milliseconds) is added to the input ad avail PTS time. This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
3478
+ */
3479
+ AdAvailOffset?: number | undefined;
3480
+ /**
3481
+ * When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.
3482
+ */
3483
+ NoRegionalBlackoutFlag?: string | undefined;
3484
+ /**
3485
+ * When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.
3486
+ */
3487
+ WebDeliveryAllowedFlag?: string | undefined;
3488
+ };
3489
+ /**
3490
+ * The settings for the SCTE-35 time signal APOS mode.
3491
+ *
3492
+ * The parent of this entity is AvailSettings.
3493
+ */
3494
+ export type Scte35TimeSignalApos = {
3495
+ /**
3496
+ * When specified, this offset (in milliseconds) is added to the input ad avail PTS time. This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
3497
+ */
3498
+ AdAvailOffset?: number | undefined;
3499
+ /**
3500
+ * When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.
3501
+ */
3502
+ NoRegionalBlackoutFlag?: string | undefined;
3503
+ /**
3504
+ * When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.
3505
+ */
3506
+ WebDeliveryAllowedFlag?: string | undefined;
3507
+ };
3508
+ export type SrtGroupSettings = {
3509
+ InputLossAction?: string | undefined;
3510
+ };
3511
+ export type SrtOutputDestinationSettings = {
3512
+ EncryptionPassphraseSecretArn?: string | undefined;
3513
+ StreamId?: string | undefined;
3514
+ Url?: string | undefined;
3515
+ };
3516
+ export type SrtOutputSettings = {
3517
+ BufferMsec?: number | undefined;
3518
+ ContainerSettings?: UdpContainerSettings | undefined;
3519
+ Destination?: OutputLocationRef | undefined;
3520
+ EncryptionType?: string | undefined;
3521
+ Latency?: number | undefined;
3522
+ };
3523
+ /**
3524
+ * The configuration of an HLS output that is a standard output (not an audio-only output).
3525
+ *
3526
+ * The parent of this entity is HlsSettings.
3527
+ */
3528
+ export type StandardHlsSettings = {
3529
+ /**
3530
+ * Lists all the audio groups that are used with the video output stream. This inputs all the audio GROUP-IDs that are associated with the video, separated by a comma (,).
3531
+ */
3532
+ AudioRenditionSets?: string | undefined;
3533
+ /**
3534
+ * Settings for the M3U8 container.
3535
+ */
3536
+ M3u8Settings?: M3u8Settings | undefined;
3537
+ };
3538
+ /**
3539
+ * The static key settings.
3540
+ *
3541
+ * The parent of this entity is KeyProviderSettings.
3542
+ */
3543
+ export type StaticKeySettings = {
3544
+ /**
3545
+ * The URL of the license server that is used for protecting content.
3546
+ */
3547
+ KeyProviderServer?: InputLocation | undefined;
3548
+ /**
3549
+ * The static key value as a 32 character hexadecimal string.
3550
+ */
3551
+ StaticKeyValue?: string | undefined;
3552
+ };
3553
+ /**
3554
+ * Information about the Teletext captions to extract from the input.
3555
+ *
3556
+ * The parent of this entity is CaptionSelectorSettings.
3557
+ */
3558
+ export type TeletextSourceSettings = {
3559
+ /**
3560
+ * Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.
3561
+ */
3562
+ OutputRectangle?: CaptionRectangle | undefined;
3563
+ /**
3564
+ * Specifies the Teletext page number within the data stream from which to extract captions. The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.
3565
+ */
3566
+ PageNumber?: string | undefined;
3567
+ };
3568
+ /**
3569
+ * Settings for the temporal filter to apply to the video.
3570
+ *
3571
+ * The parents of this entity are H264FilterSettings, H265FilterSettings, and Mpeg2FilterSettings.
3572
+ */
3573
+ export type TemporalFilterSettings = {
3574
+ /**
3575
+ * If you enable this filter, the results are the following:
3576
+ * - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.
3577
+ * - If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
3578
+ */
3579
+ PostFilterSharpening?: string | undefined;
3580
+ /**
3581
+ * Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
3582
+ */
3583
+ Strength?: string | undefined;
3584
+ };
3585
+ export type ThumbnailConfiguration = {
3586
+ State?: string | undefined;
3587
+ };
3588
+ export type TimecodeBurninSettings = {
3589
+ FontSize?: string | undefined;
3590
+ Position?: string | undefined;
3591
+ Prefix?: string | undefined;
3592
+ };
3593
+ /**
3594
+ * The configuration of the timecode in the output.
3595
+ *
3596
+ * The parent of this entity is EncoderSettings.
3597
+ */
3598
+ export type TimecodeConfig = {
3599
+ /**
3600
+ * Identifies the source for the timecode that will be associated with the channel outputs. Embedded (embedded): Initialize the output timecode with timecode from the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). System Clock (systemclock): Use the UTC time. Start at 0 (zerobased): The time of the first frame of the channel will be 00:00:00:00.
3601
+ */
3602
+ Source?: string | undefined;
3603
+ /**
3604
+ * The threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. There is no timecode sync when this is not specified.
3605
+ */
3606
+ SyncThreshold?: number | undefined;
3607
+ };
3608
+ /**
3609
+ * The setup of TTML captions in the output.
3610
+ *
3611
+ * The parent of this entity is CaptionDestinationSettings.
3612
+ */
3613
+ export type TtmlDestinationSettings = {
3614
+ /**
3615
+ * When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
3616
+ */
3617
+ StyleControl?: string | undefined;
3618
+ };
3619
+ /**
3620
+ * The configuration of a UDP output.
3621
+ *
3622
+ * The parent of this entity is UdpOutputSettings.
3623
+ */
3624
+ export type UdpContainerSettings = {
3625
+ /**
3626
+ * The M2TS configuration for this UDP output.
3627
+ */
3628
+ M2tsSettings?: M2tsSettings | undefined;
3629
+ };
3630
+ /**
3631
+ * The configuration of a UDP output group.
3632
+ *
3633
+ * The parent of this entity is OutputGroupSettings.
3634
+ */
3635
+ export type UdpGroupSettings = {
3636
+ /**
3637
+ * Specifies the behavior of the last resort when the input video is lost, and no more backup inputs are available. When dropTs is selected, the entire transport stream stops emitting. When dropProgram is selected, the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement). Or when emitProgram is selected, the transport stream continues to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video.
3638
+ */
3639
+ InputLossAction?: string | undefined;
3640
+ /**
3641
+ * Indicates the ID3 frame that has the timecode.
3642
+ */
3643
+ TimedMetadataId3Frame?: string | undefined;
3644
+ /**
3645
+ * The timed metadata interval in seconds.
3646
+ */
3647
+ TimedMetadataId3Period?: number | undefined;
3648
+ };
3649
+ /**
3650
+ * The settings for one UDP output.
3651
+ *
3652
+ * The parent of this entity is OutputSettings.
3653
+ */
3654
+ export type UdpOutputSettings = {
3655
+ /**
3656
+ * The UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.
3657
+ */
3658
+ BufferMsec?: number | undefined;
3659
+ /**
3660
+ * The settings for the UDP output.
3661
+ */
3662
+ ContainerSettings?: UdpContainerSettings | undefined;
3663
+ /**
3664
+ * The destination address and port number for RTP or UDP packets. These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
3665
+ */
3666
+ Destination?: OutputLocationRef | undefined;
3667
+ /**
3668
+ * The settings for enabling and adjusting Forward Error Correction on UDP outputs.
3669
+ */
3670
+ FecOutputSettings?: FecOutputSettings | undefined;
3671
+ };
3672
+ /**
3673
+ * MediaLive will perform a failover if content is considered black for the specified period.
3674
+ *
3675
+ * The parent of this entity is FailoverConditionSettings.
3676
+ */
3677
+ export type VideoBlackFailoverSettings = {
3678
+ /**
3679
+ * A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.
3680
+ */
3681
+ BlackDetectThreshold?: number | undefined;
3682
+ /**
3683
+ * The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.
3684
+ */
3685
+ VideoBlackThresholdMsec?: number | undefined;
3686
+ };
3687
+ /**
3688
+ * The settings for the video codec in the output.
3689
+ *
3690
+ * The parent of this entity is VideoDescription.
3691
+ */
3692
+ export type VideoCodecSettings = {
3693
+ Av1Settings?: Av1Settings | undefined;
3694
+ /**
3695
+ * The settings for the video codec in a frame capture output.
3696
+ */
3697
+ FrameCaptureSettings?: FrameCaptureSettings | undefined;
3698
+ /**
3699
+ * The settings for the H.264 codec in the output.
3700
+ */
3701
+ H264Settings?: H264Settings | undefined;
3702
+ /**
3703
+ * Settings for video encoded with the H265 codec.
3704
+ */
3705
+ H265Settings?: H265Settings | undefined;
3706
+ /**
3707
+ * Settings for video encoded with the MPEG-2 codec.
3708
+ */
3709
+ Mpeg2Settings?: Mpeg2Settings | undefined;
3710
+ };
3711
+ /**
3712
+ * Encoding information for one output video.
3713
+ *
3714
+ * The parent of this entity is EncoderSettings.
3715
+ */
3716
+ export type VideoDescription = {
3717
+ /**
3718
+ * The video codec settings.
3719
+ */
3720
+ CodecSettings?: VideoCodecSettings | undefined;
3721
+ /**
3722
+ * The output video height, in pixels. This must be an even number. For most codecs, you can keep this field and width blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
3723
+ */
3724
+ Height?: number | undefined;
3725
+ /**
3726
+ * The name of this VideoDescription. Outputs use this name to uniquely identify this description. Description names should be unique within this channel.
3727
+ */
3728
+ Name?: string | undefined;
3729
+ /**
3730
+ * Indicates how to respond to the AFD values in the input stream. RESPOND causes input video to be clipped, depending on the AFD value, input display aspect ratio, and output display aspect ratio, and (except for the FRAMECAPTURE codec) includes the values in the output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores the AFD values and includes the values in the output, so input video is not clipped. NONE ignores the AFD values and does not include the values through to the output, so input video is not clipped.
3731
+ */
3732
+ RespondToAfd?: string | undefined;
3733
+ /**
3734
+ * STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width). This option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.
3735
+ */
3736
+ ScalingBehavior?: string | undefined;
3737
+ /**
3738
+ * Changes the strength of the anti-alias filter used for scaling. 0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.
3739
+ */
3740
+ Sharpness?: number | undefined;
3741
+ /**
3742
+ * The output video width, in pixels. It must be an even number. For most codecs, you can keep this field and height blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
3743
+ */
3744
+ Width?: number | undefined;
3745
+ };
3746
+ /**
3747
+ * Information about the video to extract from the input. An input can contain only one video selector.
3748
+ *
3749
+ * The parent of this entity is InputSettings.
3750
+ */
3751
+ export type VideoSelector = {
3752
+ /**
3753
+ * Specifies the color space of an input. This setting works in tandem with colorSpaceConversion to determine if MediaLive will perform any conversion.
3754
+ */
3755
+ ColorSpace?: string | undefined;
3756
+ /**
3757
+ * Settings to configure color space settings in the incoming video.
3758
+ */
3759
+ ColorSpaceSettings?: VideoSelectorColorSpaceSettings | undefined;
3760
+ /**
3761
+ * Applies only if colorSpace is a value other than Follow. This field controls how the value in the colorSpace field is used. Fallback means that when the input does include color space data, that data is used, but when the input has no color space data, the value in colorSpace is used. Choose fallback if your input is sometimes missing color space data, but when it does have color space data, that data is correct. Force means to always use the value in colorSpace. Choose force if your input usually has no color space data or might have unreliable color space data.
3762
+ */
3763
+ ColorSpaceUsage?: string | undefined;
3764
+ /**
3765
+ * Information about the video to select from the content.
3766
+ */
3767
+ SelectorSettings?: VideoSelectorSettings | undefined;
3768
+ };
3769
+ /**
3770
+ * Settings to configure color space settings in the incoming video.
3771
+ *
3772
+ * The parent of this entity is VideoSelector.
3773
+ */
3774
+ export type VideoSelectorColorSpaceSettings = {
3775
+ /**
3776
+ * Settings to configure color space settings in the incoming video.
3777
+ */
3778
+ Hdr10Settings?: Hdr10Settings | undefined;
3779
+ };
3780
+ /**
3781
+ * Selects a specific PID from within a video source.
3782
+ *
3783
+ * The parent of this entity is VideoSelectorSettings.
3784
+ */
3785
+ export type VideoSelectorPid = {
3786
+ /**
3787
+ * Selects a specific PID from within a video source.
3788
+ */
3789
+ Pid?: number | undefined;
3790
+ };
3791
+ /**
3792
+ * Used to extract video by the program ID.
3793
+ *
3794
+ * The parent of this entity is VideoSelectorSettings.
3795
+ */
3796
+ export type VideoSelectorProgramId = {
3797
+ /**
3798
+ * Selects a specific program from within a multi-program transport stream. If the program doesn't exist, MediaLive selects the first program within the transport stream by default.
3799
+ */
3800
+ ProgramId?: number | undefined;
3801
+ };
3802
+ /**
3803
+ * Information about the video to extract from the input.
3804
+ *
3805
+ * The parent of this entity is VideoSelector.
3806
+ */
3807
+ export type VideoSelectorSettings = {
3808
+ /**
3809
+ * Used to extract video by PID.
3810
+ */
3811
+ VideoSelectorPid?: VideoSelectorPid | undefined;
3812
+ /**
3813
+ * Used to extract video by program ID.
3814
+ */
3815
+ VideoSelectorProgramId?: VideoSelectorProgramId | undefined;
3816
+ };
3817
+ /**
3818
+ * Settings to enable VPC mode in the channel, so that the endpoints for all outputs are in your VPC.
3819
+ *
3820
+ * This entity is at the top level in the channel.
3821
+ */
3822
+ export type VpcOutputSettings = {
3823
+ /**
3824
+ * List of public address allocation IDs to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels
3825
+ */
3826
+ PublicAddressAllocationIds?: string[] | undefined;
3827
+ /**
3828
+ * A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.
3829
+ * If none are specified then the VPC default security group will be used
3830
+ */
3831
+ SecurityGroupIds?: string[] | undefined;
3832
+ /**
3833
+ * A list of VPC subnet IDs from the same VPC.
3834
+ * If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).
3835
+ */
3836
+ SubnetIds?: string[] | undefined;
3837
+ };
3838
+ /**
3839
+ * The setup of WAV audio in the output.
3840
+ *
3841
+ * The parent of this entity is AudioCodecSettings.
3842
+ */
3843
+ export type WavSettings = {
3844
+ /**
3845
+ * Bits per sample.
3846
+ */
3847
+ BitDepth?: number | undefined;
3848
+ /**
3849
+ * The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
3850
+ */
3851
+ CodingMode?: string | undefined;
3852
+ /**
3853
+ * Sample rate in Hz.
3854
+ */
3855
+ SampleRate?: number | undefined;
3856
+ };
3857
+ /**
3858
+ * The configuration of Web VTT captions in the output.
3859
+ *
3860
+ * The parent of this entity is CaptionDestinationSettings.
3861
+ */
3862
+ export type WebvttDestinationSettings = {
3863
+ /**
3864
+ * Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.
3865
+ */
3866
+ StyleControl?: string | undefined;
3867
+ };
3868
+ //# sourceMappingURL=aws-medialive-channel.d.ts.map