@aws-sdk/client-medialive 3.649.0 → 3.651.1

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 (260) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/index.js +2364 -442
  3. package/dist-es/MediaLive.js +44 -0
  4. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteCommand.js +1 -3
  6. package/dist-es/commands/BatchStartCommand.js +1 -3
  7. package/dist-es/commands/BatchStopCommand.js +1 -3
  8. package/dist-es/commands/BatchUpdateScheduleCommand.js +1 -3
  9. package/dist-es/commands/CancelInputDeviceTransferCommand.js +1 -3
  10. package/dist-es/commands/ClaimDeviceCommand.js +1 -3
  11. package/dist-es/commands/CreateChannelCommand.js +1 -3
  12. package/dist-es/commands/CreateChannelPlacementGroupCommand.js +22 -0
  13. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +1 -3
  14. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateClusterCommand.js +22 -0
  16. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +1 -3
  17. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +1 -3
  18. package/dist-es/commands/CreateInputCommand.js +1 -3
  19. package/dist-es/commands/CreateInputSecurityGroupCommand.js +1 -3
  20. package/dist-es/commands/CreateMultiplexCommand.js +1 -3
  21. package/dist-es/commands/CreateMultiplexProgramCommand.js +1 -3
  22. package/dist-es/commands/CreateNetworkCommand.js +22 -0
  23. package/dist-es/commands/CreateNodeCommand.js +22 -0
  24. package/dist-es/commands/CreateNodeRegistrationScriptCommand.js +22 -0
  25. package/dist-es/commands/CreatePartnerInputCommand.js +1 -3
  26. package/dist-es/commands/CreateSignalMapCommand.js +1 -3
  27. package/dist-es/commands/CreateTagsCommand.js +1 -3
  28. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  29. package/dist-es/commands/DeleteChannelPlacementGroupCommand.js +22 -0
  30. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +1 -3
  31. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +1 -3
  32. package/dist-es/commands/DeleteClusterCommand.js +22 -0
  33. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +1 -3
  34. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +1 -3
  35. package/dist-es/commands/DeleteInputCommand.js +1 -3
  36. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +1 -3
  37. package/dist-es/commands/DeleteMultiplexCommand.js +1 -3
  38. package/dist-es/commands/DeleteMultiplexProgramCommand.js +1 -3
  39. package/dist-es/commands/DeleteNetworkCommand.js +22 -0
  40. package/dist-es/commands/DeleteNodeCommand.js +22 -0
  41. package/dist-es/commands/DeleteReservationCommand.js +1 -3
  42. package/dist-es/commands/DeleteScheduleCommand.js +1 -3
  43. package/dist-es/commands/DeleteSignalMapCommand.js +1 -3
  44. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  45. package/dist-es/commands/DescribeAccountConfigurationCommand.js +1 -3
  46. package/dist-es/commands/DescribeChannelCommand.js +1 -3
  47. package/dist-es/commands/DescribeChannelPlacementGroupCommand.js +22 -0
  48. package/dist-es/commands/DescribeClusterCommand.js +22 -0
  49. package/dist-es/commands/DescribeInputCommand.js +1 -3
  50. package/dist-es/commands/DescribeInputDeviceCommand.js +1 -3
  51. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -3
  52. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +1 -3
  53. package/dist-es/commands/DescribeMultiplexCommand.js +1 -3
  54. package/dist-es/commands/DescribeMultiplexProgramCommand.js +1 -3
  55. package/dist-es/commands/DescribeNetworkCommand.js +22 -0
  56. package/dist-es/commands/DescribeNodeCommand.js +22 -0
  57. package/dist-es/commands/DescribeOfferingCommand.js +1 -3
  58. package/dist-es/commands/DescribeReservationCommand.js +1 -3
  59. package/dist-es/commands/DescribeScheduleCommand.js +1 -3
  60. package/dist-es/commands/DescribeThumbnailsCommand.js +1 -3
  61. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +1 -3
  62. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +1 -3
  63. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +1 -3
  64. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +1 -3
  65. package/dist-es/commands/GetSignalMapCommand.js +1 -3
  66. package/dist-es/commands/ListChannelPlacementGroupsCommand.js +22 -0
  67. package/dist-es/commands/ListChannelsCommand.js +1 -3
  68. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +1 -3
  69. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +1 -3
  70. package/dist-es/commands/ListClustersCommand.js +22 -0
  71. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +1 -3
  72. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +1 -3
  73. package/dist-es/commands/ListInputDeviceTransfersCommand.js +1 -3
  74. package/dist-es/commands/ListInputDevicesCommand.js +1 -3
  75. package/dist-es/commands/ListInputSecurityGroupsCommand.js +1 -3
  76. package/dist-es/commands/ListInputsCommand.js +1 -3
  77. package/dist-es/commands/ListMultiplexProgramsCommand.js +1 -3
  78. package/dist-es/commands/ListMultiplexesCommand.js +1 -3
  79. package/dist-es/commands/ListNetworksCommand.js +22 -0
  80. package/dist-es/commands/ListNodesCommand.js +22 -0
  81. package/dist-es/commands/ListOfferingsCommand.js +1 -3
  82. package/dist-es/commands/ListReservationsCommand.js +1 -3
  83. package/dist-es/commands/ListSignalMapsCommand.js +1 -3
  84. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  85. package/dist-es/commands/PurchaseOfferingCommand.js +1 -3
  86. package/dist-es/commands/RebootInputDeviceCommand.js +1 -3
  87. package/dist-es/commands/RejectInputDeviceTransferCommand.js +1 -3
  88. package/dist-es/commands/RestartChannelPipelinesCommand.js +1 -3
  89. package/dist-es/commands/StartChannelCommand.js +1 -3
  90. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +1 -3
  91. package/dist-es/commands/StartInputDeviceCommand.js +1 -3
  92. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -3
  93. package/dist-es/commands/StartMonitorDeploymentCommand.js +1 -3
  94. package/dist-es/commands/StartMultiplexCommand.js +1 -3
  95. package/dist-es/commands/StartUpdateSignalMapCommand.js +1 -3
  96. package/dist-es/commands/StopChannelCommand.js +1 -3
  97. package/dist-es/commands/StopInputDeviceCommand.js +1 -3
  98. package/dist-es/commands/StopMultiplexCommand.js +1 -3
  99. package/dist-es/commands/TransferInputDeviceCommand.js +1 -3
  100. package/dist-es/commands/UpdateAccountConfigurationCommand.js +1 -3
  101. package/dist-es/commands/UpdateChannelClassCommand.js +1 -3
  102. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  103. package/dist-es/commands/UpdateChannelPlacementGroupCommand.js +22 -0
  104. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +1 -3
  105. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +1 -3
  106. package/dist-es/commands/UpdateClusterCommand.js +22 -0
  107. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +1 -3
  108. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +1 -3
  109. package/dist-es/commands/UpdateInputCommand.js +1 -3
  110. package/dist-es/commands/UpdateInputDeviceCommand.js +1 -3
  111. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -3
  112. package/dist-es/commands/UpdateMultiplexCommand.js +1 -3
  113. package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -3
  114. package/dist-es/commands/UpdateNetworkCommand.js +22 -0
  115. package/dist-es/commands/UpdateNodeCommand.js +22 -0
  116. package/dist-es/commands/UpdateNodeStateCommand.js +22 -0
  117. package/dist-es/commands/UpdateReservationCommand.js +1 -3
  118. package/dist-es/commands/index.js +22 -0
  119. package/dist-es/models/models_0.js +64 -60
  120. package/dist-es/models/models_1.js +115 -41
  121. package/dist-es/models/models_2.js +25 -0
  122. package/dist-es/pagination/ListChannelPlacementGroupsPaginator.js +4 -0
  123. package/dist-es/pagination/ListClustersPaginator.js +4 -0
  124. package/dist-es/pagination/ListNetworksPaginator.js +4 -0
  125. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  126. package/dist-es/pagination/index.js +4 -0
  127. package/dist-es/protocols/Aws_restJson1.js +1247 -5
  128. package/dist-es/waiters/index.js +7 -0
  129. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +43 -0
  130. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +43 -0
  131. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +43 -0
  132. package/dist-es/waiters/waitForClusterCreated.js +52 -0
  133. package/dist-es/waiters/waitForClusterDeleted.js +43 -0
  134. package/dist-es/waiters/waitForNodeDeregistered.js +52 -0
  135. package/dist-es/waiters/waitForNodeRegistered.js +55 -0
  136. package/dist-types/MediaLive.d.ts +158 -0
  137. package/dist-types/MediaLiveClient.d.ts +24 -2
  138. package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateChannelCommand.d.ts +247 -19
  140. package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +99 -0
  141. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateClusterCommand.d.ts +113 -0
  144. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  145. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/CreateInputCommand.d.ts +36 -3
  147. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
  149. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  150. package/dist-types/commands/CreateNetworkCommand.d.ts +113 -0
  151. package/dist-types/commands/CreateNodeCommand.d.ts +111 -0
  152. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +92 -0
  153. package/dist-types/commands/CreatePartnerInputCommand.d.ts +18 -2
  154. package/dist-types/commands/DeleteChannelCommand.d.ts +123 -9
  155. package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +95 -0
  156. package/dist-types/commands/DeleteClusterCommand.d.ts +101 -0
  157. package/dist-types/commands/DeleteNetworkCommand.d.ts +101 -0
  158. package/dist-types/commands/DeleteNodeCommand.d.ts +102 -0
  159. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeChannelCommand.d.ts +123 -9
  161. package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +92 -0
  162. package/dist-types/commands/DescribeClusterCommand.d.ts +98 -0
  163. package/dist-types/commands/DescribeInputCommand.d.ts +17 -1
  164. package/dist-types/commands/DescribeNetworkCommand.d.ts +98 -0
  165. package/dist-types/commands/DescribeNodeCommand.d.ts +99 -0
  166. package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
  168. package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +95 -0
  169. package/dist-types/commands/ListChannelsCommand.d.ts +18 -1
  170. package/dist-types/commands/ListClustersCommand.d.ts +101 -0
  171. package/dist-types/commands/ListInputsCommand.d.ts +17 -1
  172. package/dist-types/commands/ListNetworksCommand.d.ts +101 -0
  173. package/dist-types/commands/ListNodesCommand.d.ts +103 -0
  174. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  175. package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
  176. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  177. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +123 -9
  178. package/dist-types/commands/StartChannelCommand.d.ts +123 -9
  179. package/dist-types/commands/StopChannelCommand.d.ts +123 -9
  180. package/dist-types/commands/UpdateChannelClassCommand.d.ts +130 -9
  181. package/dist-types/commands/UpdateChannelCommand.d.ts +239 -9
  182. package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +99 -0
  183. package/dist-types/commands/UpdateClusterCommand.d.ts +107 -0
  184. package/dist-types/commands/UpdateInputCommand.d.ts +33 -1
  185. package/dist-types/commands/UpdateNetworkCommand.d.ts +110 -0
  186. package/dist-types/commands/UpdateNodeCommand.d.ts +101 -0
  187. package/dist-types/commands/UpdateNodeStateCommand.d.ts +103 -0
  188. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  189. package/dist-types/commands/index.d.ts +22 -0
  190. package/dist-types/models/models_0.d.ts +1584 -1537
  191. package/dist-types/models/models_1.d.ts +3553 -3959
  192. package/dist-types/models/models_2.d.ts +2877 -65
  193. package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +7 -0
  194. package/dist-types/pagination/ListClustersPaginator.d.ts +7 -0
  195. package/dist-types/pagination/ListNetworksPaginator.d.ts +7 -0
  196. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  197. package/dist-types/pagination/index.d.ts +4 -0
  198. package/dist-types/protocols/Aws_restJson1.d.ts +198 -0
  199. package/dist-types/ts3.4/MediaLive.d.ts +378 -0
  200. package/dist-types/ts3.4/MediaLiveClient.d.ts +132 -0
  201. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +40 -0
  204. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +39 -0
  207. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +39 -0
  214. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +36 -0
  215. package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +40 -0
  216. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +40 -0
  218. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +39 -0
  219. package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +39 -0
  220. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +36 -0
  221. package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +40 -0
  222. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +39 -0
  223. package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +39 -0
  224. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +36 -0
  225. package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +40 -0
  226. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +36 -0
  227. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +36 -0
  228. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +36 -0
  229. package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +40 -0
  230. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +39 -0
  231. package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +39 -0
  232. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +36 -0
  233. package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +39 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +203 -188
  236. package/dist-types/ts3.4/models/models_1.d.ts +312 -372
  237. package/dist-types/ts3.4/models/models_2.d.ts +686 -9
  238. package/dist-types/ts3.4/pagination/ListChannelPlacementGroupsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/ListNetworksPaginator.d.ts +11 -0
  241. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  242. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  243. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +264 -0
  244. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  245. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -0
  246. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -0
  247. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -0
  248. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +11 -0
  249. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -0
  250. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +11 -0
  251. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +11 -0
  252. package/dist-types/waiters/index.d.ts +7 -0
  253. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +14 -0
  254. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +14 -0
  255. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +14 -0
  256. package/dist-types/waiters/waitForClusterCreated.d.ts +14 -0
  257. package/dist-types/waiters/waitForClusterDeleted.d.ts +14 -0
  258. package/dist-types/waiters/waitForNodeDeregistered.d.ts +14 -0
  259. package/dist-types/waiters/waitForNodeRegistered.d.ts +14 -0
  260. package/package.json +5 -5
@@ -2,50 +2,223 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
3
3
  import {
4
4
  Algorithm,
5
- AudioDescription,
5
+ ArchiveOutputSettings,
6
6
  BatchFailedResultModel,
7
7
  BatchSuccessfulResultModel,
8
- CaptionDescription,
9
8
  CaptionLanguageMapping,
10
- CdiInputSpecification,
11
- ChannelClass,
12
- ChannelEgressEndpoint,
13
- ChannelState,
14
- CloudWatchAlarmTemplateComparisonOperator,
15
- CloudWatchAlarmTemplateStatistic,
16
- CloudWatchAlarmTemplateTargetResourceType,
17
- CloudWatchAlarmTemplateTreatMissingData,
9
+ CmafIngestOutputSettings,
18
10
  ColorCorrection,
19
- EventBridgeRuleTemplateEventType,
20
- EventBridgeRuleTemplateTarget,
21
11
  Hdr10Settings,
22
12
  HlsAdMarkers,
23
- Input,
24
- InputAttachment,
25
- InputDestinationRequest,
26
- InputDeviceSettings,
27
13
  InputLocation,
28
- InputSecurityGroup,
29
- InputSourceRequest,
30
- InputSpecification,
31
- InputType,
32
- InputWhitelistRuleCidr,
33
- LogLevel,
34
- MaintenanceDay,
35
- MaintenanceStatus,
36
- MediaConnectFlowRequest,
37
- MultiplexOutputDestination,
38
- MultiplexProgramPipelineDetail,
39
- MultiplexState,
14
+ M2tsSettings,
40
15
  OfferingDurationUnits,
41
16
  OfferingType,
42
- Output,
43
- OutputDestination,
44
- OutputLocationRef,
45
17
  ReservationResourceSpecification,
46
- S3CannedAcl,
47
- VpcOutputSettingsDescription,
48
18
  } from "./models_0";
19
+ export interface FrameCaptureOutputSettings {
20
+ NameModifier?: string;
21
+ }
22
+ export declare const HlsH265PackagingType: {
23
+ readonly HEV1: "HEV1";
24
+ readonly HVC1: "HVC1";
25
+ };
26
+ export type HlsH265PackagingType =
27
+ (typeof HlsH265PackagingType)[keyof typeof HlsH265PackagingType];
28
+ export declare const AudioOnlyHlsTrackType: {
29
+ readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
30
+ readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
31
+ readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
32
+ readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
33
+ };
34
+ export type AudioOnlyHlsTrackType =
35
+ (typeof AudioOnlyHlsTrackType)[keyof typeof AudioOnlyHlsTrackType];
36
+ export declare const AudioOnlyHlsSegmentType: {
37
+ readonly AAC: "AAC";
38
+ readonly FMP4: "FMP4";
39
+ };
40
+ export type AudioOnlyHlsSegmentType =
41
+ (typeof AudioOnlyHlsSegmentType)[keyof typeof AudioOnlyHlsSegmentType];
42
+ export interface AudioOnlyHlsSettings {
43
+ AudioGroupId?: string;
44
+ AudioOnlyImage?: InputLocation;
45
+ AudioTrackType?: AudioOnlyHlsTrackType;
46
+ SegmentType?: AudioOnlyHlsSegmentType;
47
+ }
48
+ export declare const Fmp4NielsenId3Behavior: {
49
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
50
+ readonly PASSTHROUGH: "PASSTHROUGH";
51
+ };
52
+ export type Fmp4NielsenId3Behavior =
53
+ (typeof Fmp4NielsenId3Behavior)[keyof typeof Fmp4NielsenId3Behavior];
54
+ export declare const Fmp4TimedMetadataBehavior: {
55
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
56
+ readonly PASSTHROUGH: "PASSTHROUGH";
57
+ };
58
+ export type Fmp4TimedMetadataBehavior =
59
+ (typeof Fmp4TimedMetadataBehavior)[keyof typeof Fmp4TimedMetadataBehavior];
60
+ export interface Fmp4HlsSettings {
61
+ AudioRenditionSets?: string;
62
+ NielsenId3Behavior?: Fmp4NielsenId3Behavior;
63
+ TimedMetadataBehavior?: Fmp4TimedMetadataBehavior;
64
+ }
65
+ export interface FrameCaptureHlsSettings {}
66
+ export declare const M3u8KlvBehavior: {
67
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
68
+ readonly PASSTHROUGH: "PASSTHROUGH";
69
+ };
70
+ export type M3u8KlvBehavior =
71
+ (typeof M3u8KlvBehavior)[keyof typeof M3u8KlvBehavior];
72
+ export declare const M3u8NielsenId3Behavior: {
73
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
74
+ readonly PASSTHROUGH: "PASSTHROUGH";
75
+ };
76
+ export type M3u8NielsenId3Behavior =
77
+ (typeof M3u8NielsenId3Behavior)[keyof typeof M3u8NielsenId3Behavior];
78
+ export declare const M3u8PcrControl: {
79
+ readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
80
+ readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
81
+ };
82
+ export type M3u8PcrControl =
83
+ (typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
84
+ export declare const M3u8Scte35Behavior: {
85
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
86
+ readonly PASSTHROUGH: "PASSTHROUGH";
87
+ };
88
+ export type M3u8Scte35Behavior =
89
+ (typeof M3u8Scte35Behavior)[keyof typeof M3u8Scte35Behavior];
90
+ export declare const M3u8TimedMetadataBehavior: {
91
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
92
+ readonly PASSTHROUGH: "PASSTHROUGH";
93
+ };
94
+ export type M3u8TimedMetadataBehavior =
95
+ (typeof M3u8TimedMetadataBehavior)[keyof typeof M3u8TimedMetadataBehavior];
96
+ export interface M3u8Settings {
97
+ AudioFramesPerPes?: number;
98
+ AudioPids?: string;
99
+ EcmPid?: string;
100
+ NielsenId3Behavior?: M3u8NielsenId3Behavior;
101
+ PatInterval?: number;
102
+ PcrControl?: M3u8PcrControl;
103
+ PcrPeriod?: number;
104
+ PcrPid?: string;
105
+ PmtInterval?: number;
106
+ PmtPid?: string;
107
+ ProgramNum?: number;
108
+ Scte35Behavior?: M3u8Scte35Behavior;
109
+ Scte35Pid?: string;
110
+ TimedMetadataBehavior?: M3u8TimedMetadataBehavior;
111
+ TimedMetadataPid?: string;
112
+ TransportStreamId?: number;
113
+ VideoPid?: string;
114
+ KlvBehavior?: M3u8KlvBehavior;
115
+ KlvDataPids?: string;
116
+ }
117
+ export interface StandardHlsSettings {
118
+ AudioRenditionSets?: string;
119
+ M3u8Settings: M3u8Settings | undefined;
120
+ }
121
+ export interface HlsSettings {
122
+ AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
123
+ Fmp4HlsSettings?: Fmp4HlsSettings;
124
+ FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
125
+ StandardHlsSettings?: StandardHlsSettings;
126
+ }
127
+ export interface HlsOutputSettings {
128
+ H265PackagingType?: HlsH265PackagingType;
129
+ HlsSettings: HlsSettings | undefined;
130
+ NameModifier?: string;
131
+ SegmentModifier?: string;
132
+ }
133
+ export interface MediaPackageOutputSettings {}
134
+ export declare const MsSmoothH265PackagingType: {
135
+ readonly HEV1: "HEV1";
136
+ readonly HVC1: "HVC1";
137
+ };
138
+ export type MsSmoothH265PackagingType =
139
+ (typeof MsSmoothH265PackagingType)[keyof typeof MsSmoothH265PackagingType];
140
+ export interface MsSmoothOutputSettings {
141
+ H265PackagingType?: MsSmoothH265PackagingType;
142
+ NameModifier?: string;
143
+ }
144
+ export interface OutputLocationRef {
145
+ DestinationRefId?: string;
146
+ }
147
+ export interface MultiplexOutputSettings {
148
+ Destination: OutputLocationRef | undefined;
149
+ }
150
+ export declare const RtmpOutputCertificateMode: {
151
+ readonly SELF_SIGNED: "SELF_SIGNED";
152
+ readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
153
+ };
154
+ export type RtmpOutputCertificateMode =
155
+ (typeof RtmpOutputCertificateMode)[keyof typeof RtmpOutputCertificateMode];
156
+ export interface RtmpOutputSettings {
157
+ CertificateMode?: RtmpOutputCertificateMode;
158
+ ConnectionRetryInterval?: number;
159
+ Destination: OutputLocationRef | undefined;
160
+ NumRetries?: number;
161
+ }
162
+ export interface UdpContainerSettings {
163
+ M2tsSettings?: M2tsSettings;
164
+ }
165
+ export declare const SrtEncryptionType: {
166
+ readonly AES128: "AES128";
167
+ readonly AES192: "AES192";
168
+ readonly AES256: "AES256";
169
+ };
170
+ export type SrtEncryptionType =
171
+ (typeof SrtEncryptionType)[keyof typeof SrtEncryptionType];
172
+ export interface SrtOutputSettings {
173
+ BufferMsec?: number;
174
+ ContainerSettings: UdpContainerSettings | undefined;
175
+ Destination: OutputLocationRef | undefined;
176
+ EncryptionType?: SrtEncryptionType;
177
+ Latency?: number;
178
+ }
179
+ export declare const FecOutputIncludeFec: {
180
+ readonly COLUMN: "COLUMN";
181
+ readonly COLUMN_AND_ROW: "COLUMN_AND_ROW";
182
+ };
183
+ export type FecOutputIncludeFec =
184
+ (typeof FecOutputIncludeFec)[keyof typeof FecOutputIncludeFec];
185
+ export interface FecOutputSettings {
186
+ ColumnDepth?: number;
187
+ IncludeFec?: FecOutputIncludeFec;
188
+ RowLength?: number;
189
+ }
190
+ export interface UdpOutputSettings {
191
+ BufferMsec?: number;
192
+ ContainerSettings: UdpContainerSettings | undefined;
193
+ Destination: OutputLocationRef | undefined;
194
+ FecOutputSettings?: FecOutputSettings;
195
+ }
196
+ export interface OutputSettings {
197
+ ArchiveOutputSettings?: ArchiveOutputSettings;
198
+ FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
199
+ HlsOutputSettings?: HlsOutputSettings;
200
+ MediaPackageOutputSettings?: MediaPackageOutputSettings;
201
+ MsSmoothOutputSettings?: MsSmoothOutputSettings;
202
+ MultiplexOutputSettings?: MultiplexOutputSettings;
203
+ RtmpOutputSettings?: RtmpOutputSettings;
204
+ UdpOutputSettings?: UdpOutputSettings;
205
+ CmafIngestOutputSettings?: CmafIngestOutputSettings;
206
+ SrtOutputSettings?: SrtOutputSettings;
207
+ }
208
+ export interface Output {
209
+ AudioDescriptionNames?: string[];
210
+ CaptionDescriptionNames?: string[];
211
+ OutputName?: string;
212
+ OutputSettings: OutputSettings | undefined;
213
+ VideoDescriptionName?: string;
214
+ }
215
+ export declare const S3CannedAcl: {
216
+ readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
217
+ readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
218
+ readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
219
+ readonly PUBLIC_READ: "PUBLIC_READ";
220
+ };
221
+ export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];
49
222
  export interface ArchiveS3Settings {
50
223
  CannedAcl?: S3CannedAcl;
51
224
  }
@@ -472,6 +645,9 @@ export declare const InputLossActionForUdpOut: {
472
645
  };
473
646
  export type InputLossActionForUdpOut =
474
647
  (typeof InputLossActionForUdpOut)[keyof typeof InputLossActionForUdpOut];
648
+ export interface SrtGroupSettings {
649
+ InputLossAction?: InputLossActionForUdpOut;
650
+ }
475
651
  export declare const UdpTimedMetadataId3Frame: {
476
652
  readonly NONE: "NONE";
477
653
  readonly PRIV: "PRIV";
@@ -494,6 +670,7 @@ export interface OutputGroupSettings {
494
670
  RtmpGroupSettings?: RtmpGroupSettings;
495
671
  UdpGroupSettings?: UdpGroupSettings;
496
672
  CmafIngestGroupSettings?: CmafIngestGroupSettings;
673
+ SrtGroupSettings?: SrtGroupSettings;
497
674
  }
498
675
  export interface OutputGroup {
499
676
  Name?: string;
@@ -555,6 +732,14 @@ export interface Reservation {
555
732
  Tags?: Record<string, string>;
556
733
  UsagePrice?: number;
557
734
  }
735
+ export interface RouteCreateRequest {
736
+ Cidr?: string;
737
+ Gateway?: string;
738
+ }
739
+ export interface RouteUpdateRequest {
740
+ Cidr?: string;
741
+ Gateway?: string;
742
+ }
558
743
  export interface HlsId3SegmentTaggingScheduleActionSettings {
559
744
  Tag?: string;
560
745
  Id3?: string;
@@ -839,12 +1024,72 @@ export interface ValidationError {
839
1024
  ElementPath?: string;
840
1025
  ErrorMessage?: string;
841
1026
  }
842
- export declare const FrameCaptureIntervalUnit: {
843
- readonly MILLISECONDS: "MILLISECONDS";
1027
+ export declare const AfdSignaling: {
1028
+ readonly AUTO: "AUTO";
1029
+ readonly FIXED: "FIXED";
1030
+ readonly NONE: "NONE";
1031
+ };
1032
+ export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
1033
+ export interface ColorSpacePassthroughSettings {}
1034
+ export interface Rec601Settings {}
1035
+ export interface Rec709Settings {}
1036
+ export interface Av1ColorSpaceSettings {
1037
+ ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
1038
+ Hdr10Settings?: Hdr10Settings;
1039
+ Rec601Settings?: Rec601Settings;
1040
+ Rec709Settings?: Rec709Settings;
1041
+ }
1042
+ export declare const FixedAfd: {
1043
+ readonly AFD_0000: "AFD_0000";
1044
+ readonly AFD_0010: "AFD_0010";
1045
+ readonly AFD_0011: "AFD_0011";
1046
+ readonly AFD_0100: "AFD_0100";
1047
+ readonly AFD_1000: "AFD_1000";
1048
+ readonly AFD_1001: "AFD_1001";
1049
+ readonly AFD_1010: "AFD_1010";
1050
+ readonly AFD_1011: "AFD_1011";
1051
+ readonly AFD_1101: "AFD_1101";
1052
+ readonly AFD_1110: "AFD_1110";
1053
+ readonly AFD_1111: "AFD_1111";
1054
+ };
1055
+ export type FixedAfd = (typeof FixedAfd)[keyof typeof FixedAfd];
1056
+ export declare const Av1GopSizeUnits: {
1057
+ readonly FRAMES: "FRAMES";
844
1058
  readonly SECONDS: "SECONDS";
845
1059
  };
846
- export type FrameCaptureIntervalUnit =
847
- (typeof FrameCaptureIntervalUnit)[keyof typeof FrameCaptureIntervalUnit];
1060
+ export type Av1GopSizeUnits =
1061
+ (typeof Av1GopSizeUnits)[keyof typeof Av1GopSizeUnits];
1062
+ export declare const Av1Level: {
1063
+ readonly AV1_LEVEL_2: "AV1_LEVEL_2";
1064
+ readonly AV1_LEVEL_2_1: "AV1_LEVEL_2_1";
1065
+ readonly AV1_LEVEL_3: "AV1_LEVEL_3";
1066
+ readonly AV1_LEVEL_3_1: "AV1_LEVEL_3_1";
1067
+ readonly AV1_LEVEL_4: "AV1_LEVEL_4";
1068
+ readonly AV1_LEVEL_4_1: "AV1_LEVEL_4_1";
1069
+ readonly AV1_LEVEL_5: "AV1_LEVEL_5";
1070
+ readonly AV1_LEVEL_5_1: "AV1_LEVEL_5_1";
1071
+ readonly AV1_LEVEL_5_2: "AV1_LEVEL_5_2";
1072
+ readonly AV1_LEVEL_5_3: "AV1_LEVEL_5_3";
1073
+ readonly AV1_LEVEL_6: "AV1_LEVEL_6";
1074
+ readonly AV1_LEVEL_6_1: "AV1_LEVEL_6_1";
1075
+ readonly AV1_LEVEL_6_2: "AV1_LEVEL_6_2";
1076
+ readonly AV1_LEVEL_6_3: "AV1_LEVEL_6_3";
1077
+ readonly AV1_LEVEL_AUTO: "AV1_LEVEL_AUTO";
1078
+ };
1079
+ export type Av1Level = (typeof Av1Level)[keyof typeof Av1Level];
1080
+ export declare const Av1LookAheadRateControl: {
1081
+ readonly HIGH: "HIGH";
1082
+ readonly LOW: "LOW";
1083
+ readonly MEDIUM: "MEDIUM";
1084
+ };
1085
+ export type Av1LookAheadRateControl =
1086
+ (typeof Av1LookAheadRateControl)[keyof typeof Av1LookAheadRateControl];
1087
+ export declare const Av1SceneChangeDetect: {
1088
+ readonly DISABLED: "DISABLED";
1089
+ readonly ENABLED: "ENABLED";
1090
+ };
1091
+ export type Av1SceneChangeDetect =
1092
+ (typeof Av1SceneChangeDetect)[keyof typeof Av1SceneChangeDetect];
848
1093
  export declare const TimecodeBurninFontSize: {
849
1094
  readonly EXTRA_SMALL_10: "EXTRA_SMALL_10";
850
1095
  readonly LARGE_48: "LARGE_48";
@@ -871,6 +1116,31 @@ export interface TimecodeBurninSettings {
871
1116
  Position: TimecodeBurninPosition | undefined;
872
1117
  Prefix?: string;
873
1118
  }
1119
+ export interface Av1Settings {
1120
+ AfdSignaling?: AfdSignaling;
1121
+ BufSize?: number;
1122
+ ColorSpaceSettings?: Av1ColorSpaceSettings;
1123
+ FixedAfd?: FixedAfd;
1124
+ FramerateDenominator: number | undefined;
1125
+ FramerateNumerator: number | undefined;
1126
+ GopSize?: number;
1127
+ GopSizeUnits?: Av1GopSizeUnits;
1128
+ Level?: Av1Level;
1129
+ LookAheadRateControl?: Av1LookAheadRateControl;
1130
+ MaxBitrate?: number;
1131
+ MinIInterval?: number;
1132
+ ParDenominator?: number;
1133
+ ParNumerator?: number;
1134
+ QvbrQualityLevel?: number;
1135
+ SceneChangeDetect?: Av1SceneChangeDetect;
1136
+ TimecodeBurninSettings?: TimecodeBurninSettings;
1137
+ }
1138
+ export declare const FrameCaptureIntervalUnit: {
1139
+ readonly MILLISECONDS: "MILLISECONDS";
1140
+ readonly SECONDS: "SECONDS";
1141
+ };
1142
+ export type FrameCaptureIntervalUnit =
1143
+ (typeof FrameCaptureIntervalUnit)[keyof typeof FrameCaptureIntervalUnit];
874
1144
  export interface FrameCaptureSettings {
875
1145
  CaptureInterval?: number;
876
1146
  CaptureIntervalUnits?: FrameCaptureIntervalUnit;
@@ -887,21 +1157,12 @@ export declare const H264AdaptiveQuantization: {
887
1157
  };
888
1158
  export type H264AdaptiveQuantization =
889
1159
  (typeof H264AdaptiveQuantization)[keyof typeof H264AdaptiveQuantization];
890
- export declare const AfdSignaling: {
891
- readonly AUTO: "AUTO";
892
- readonly FIXED: "FIXED";
893
- readonly NONE: "NONE";
894
- };
895
- export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
896
1160
  export declare const H264ColorMetadata: {
897
1161
  readonly IGNORE: "IGNORE";
898
1162
  readonly INSERT: "INSERT";
899
1163
  };
900
1164
  export type H264ColorMetadata =
901
1165
  (typeof H264ColorMetadata)[keyof typeof H264ColorMetadata];
902
- export interface ColorSpacePassthroughSettings {}
903
- export interface Rec601Settings {}
904
- export interface Rec709Settings {}
905
1166
  export interface H264ColorSpaceSettings {
906
1167
  ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
907
1168
  Rec601Settings?: Rec601Settings;
@@ -948,20 +1209,6 @@ export interface TemporalFilterSettings {
948
1209
  export interface H264FilterSettings {
949
1210
  TemporalFilterSettings?: TemporalFilterSettings;
950
1211
  }
951
- export declare const FixedAfd: {
952
- readonly AFD_0000: "AFD_0000";
953
- readonly AFD_0010: "AFD_0010";
954
- readonly AFD_0011: "AFD_0011";
955
- readonly AFD_0100: "AFD_0100";
956
- readonly AFD_1000: "AFD_1000";
957
- readonly AFD_1001: "AFD_1001";
958
- readonly AFD_1010: "AFD_1010";
959
- readonly AFD_1011: "AFD_1011";
960
- readonly AFD_1101: "AFD_1101";
961
- readonly AFD_1110: "AFD_1110";
962
- readonly AFD_1111: "AFD_1111";
963
- };
964
- export type FixedAfd = (typeof FixedAfd)[keyof typeof FixedAfd];
965
1212
  export declare const H264FlickerAq: {
966
1213
  readonly DISABLED: "DISABLED";
967
1214
  readonly ENABLED: "ENABLED";
@@ -1374,6 +1621,7 @@ export interface VideoCodecSettings {
1374
1621
  H264Settings?: H264Settings;
1375
1622
  H265Settings?: H265Settings;
1376
1623
  Mpeg2Settings?: Mpeg2Settings;
1624
+ Av1Settings?: Av1Settings;
1377
1625
  }
1378
1626
  export declare const VideoDescriptionRespondToAfd: {
1379
1627
  readonly NONE: "NONE";
@@ -1475,6 +1723,10 @@ export declare class UnprocessableEntityException extends __BaseException {
1475
1723
  export interface AccountConfiguration {
1476
1724
  KmsKeyId?: string;
1477
1725
  }
1726
+ export interface AnywhereSettings {
1727
+ ChannelPlacementGroupId?: string;
1728
+ ClusterId?: string;
1729
+ }
1478
1730
  export declare const AvailBlankingState: {
1479
1731
  readonly DISABLED: "DISABLED";
1480
1732
  readonly ENABLED: "ENABLED";
@@ -1700,315 +1952,3 @@ export interface MotionGraphicsConfiguration {
1700
1952
  MotionGraphicsInsertion?: MotionGraphicsInsertion;
1701
1953
  MotionGraphicsSettings: MotionGraphicsSettings | undefined;
1702
1954
  }
1703
- export declare const NielsenPcmToId3TaggingState: {
1704
- readonly DISABLED: "DISABLED";
1705
- readonly ENABLED: "ENABLED";
1706
- };
1707
- export type NielsenPcmToId3TaggingState =
1708
- (typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
1709
- export interface NielsenConfiguration {
1710
- DistributorId?: string;
1711
- NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
1712
- }
1713
- export declare const ThumbnailState: {
1714
- readonly AUTO: "AUTO";
1715
- readonly DISABLED: "DISABLED";
1716
- };
1717
- export type ThumbnailState =
1718
- (typeof ThumbnailState)[keyof typeof ThumbnailState];
1719
- export interface ThumbnailConfiguration {
1720
- State: ThumbnailState | undefined;
1721
- }
1722
- export declare const TimecodeConfigSource: {
1723
- readonly EMBEDDED: "EMBEDDED";
1724
- readonly SYSTEMCLOCK: "SYSTEMCLOCK";
1725
- readonly ZEROBASED: "ZEROBASED";
1726
- };
1727
- export type TimecodeConfigSource =
1728
- (typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
1729
- export interface TimecodeConfig {
1730
- Source: TimecodeConfigSource | undefined;
1731
- SyncThreshold?: number;
1732
- }
1733
- export interface EncoderSettings {
1734
- AudioDescriptions: AudioDescription[] | undefined;
1735
- AvailBlanking?: AvailBlanking;
1736
- AvailConfiguration?: AvailConfiguration;
1737
- BlackoutSlate?: BlackoutSlate;
1738
- CaptionDescriptions?: CaptionDescription[];
1739
- FeatureActivations?: FeatureActivations;
1740
- GlobalConfiguration?: GlobalConfiguration;
1741
- MotionGraphicsConfiguration?: MotionGraphicsConfiguration;
1742
- NielsenConfiguration?: NielsenConfiguration;
1743
- OutputGroups: OutputGroup[] | undefined;
1744
- TimecodeConfig: TimecodeConfig | undefined;
1745
- VideoDescriptions: VideoDescription[] | undefined;
1746
- ThumbnailConfiguration?: ThumbnailConfiguration;
1747
- ColorCorrectionSettings?: ColorCorrectionSettings;
1748
- }
1749
- export interface Channel {
1750
- Arn?: string;
1751
- CdiInputSpecification?: CdiInputSpecification;
1752
- ChannelClass?: ChannelClass;
1753
- Destinations?: OutputDestination[];
1754
- EgressEndpoints?: ChannelEgressEndpoint[];
1755
- EncoderSettings?: EncoderSettings;
1756
- Id?: string;
1757
- InputAttachments?: InputAttachment[];
1758
- InputSpecification?: InputSpecification;
1759
- LogLevel?: LogLevel;
1760
- Maintenance?: MaintenanceStatus;
1761
- Name?: string;
1762
- PipelineDetails?: PipelineDetail[];
1763
- PipelinesRunningCount?: number;
1764
- RoleArn?: string;
1765
- State?: ChannelState;
1766
- Tags?: Record<string, string>;
1767
- Vpc?: VpcOutputSettingsDescription;
1768
- }
1769
- export interface ClaimDeviceRequest {
1770
- Id?: string;
1771
- }
1772
- export interface ClaimDeviceResponse {}
1773
- export declare const ContentType: {
1774
- readonly image_jpeg: "image/jpeg";
1775
- };
1776
- export type ContentType = (typeof ContentType)[keyof typeof ContentType];
1777
- export interface MaintenanceCreateSettings {
1778
- MaintenanceDay?: MaintenanceDay;
1779
- MaintenanceStartTime?: string;
1780
- }
1781
- export interface VpcOutputSettings {
1782
- PublicAddressAllocationIds?: string[];
1783
- SecurityGroupIds?: string[];
1784
- SubnetIds: string[] | undefined;
1785
- }
1786
- export interface CreateChannelRequest {
1787
- CdiInputSpecification?: CdiInputSpecification;
1788
- ChannelClass?: ChannelClass;
1789
- Destinations?: OutputDestination[];
1790
- EncoderSettings?: EncoderSettings;
1791
- InputAttachments?: InputAttachment[];
1792
- InputSpecification?: InputSpecification;
1793
- LogLevel?: LogLevel;
1794
- Maintenance?: MaintenanceCreateSettings;
1795
- Name?: string;
1796
- RequestId?: string;
1797
- Reserved?: string;
1798
- RoleArn?: string;
1799
- Tags?: Record<string, string>;
1800
- Vpc?: VpcOutputSettings;
1801
- }
1802
- export interface CreateChannelResponse {
1803
- Channel?: Channel;
1804
- }
1805
- export interface CreateCloudWatchAlarmTemplateRequest {
1806
- ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
1807
- DatapointsToAlarm?: number;
1808
- Description?: string;
1809
- EvaluationPeriods: number | undefined;
1810
- GroupIdentifier: string | undefined;
1811
- MetricName: string | undefined;
1812
- Name: string | undefined;
1813
- Period: number | undefined;
1814
- Statistic: CloudWatchAlarmTemplateStatistic | undefined;
1815
- Tags?: Record<string, string>;
1816
- TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
1817
- Threshold: number | undefined;
1818
- TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
1819
- }
1820
- export interface CreateCloudWatchAlarmTemplateResponse {
1821
- Arn?: string;
1822
- ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
1823
- CreatedAt?: Date;
1824
- DatapointsToAlarm?: number;
1825
- Description?: string;
1826
- EvaluationPeriods?: number;
1827
- GroupId?: string;
1828
- Id?: string;
1829
- MetricName?: string;
1830
- ModifiedAt?: Date;
1831
- Name?: string;
1832
- Period?: number;
1833
- Statistic?: CloudWatchAlarmTemplateStatistic;
1834
- Tags?: Record<string, string>;
1835
- TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
1836
- Threshold?: number;
1837
- TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
1838
- }
1839
- export interface CreateCloudWatchAlarmTemplateGroupRequest {
1840
- Description?: string;
1841
- Name: string | undefined;
1842
- Tags?: Record<string, string>;
1843
- }
1844
- export interface CreateCloudWatchAlarmTemplateGroupResponse {
1845
- Arn?: string;
1846
- CreatedAt?: Date;
1847
- Description?: string;
1848
- Id?: string;
1849
- ModifiedAt?: Date;
1850
- Name?: string;
1851
- Tags?: Record<string, string>;
1852
- }
1853
- export interface CreateEventBridgeRuleTemplateRequest {
1854
- Description?: string;
1855
- EventTargets?: EventBridgeRuleTemplateTarget[];
1856
- EventType: EventBridgeRuleTemplateEventType | undefined;
1857
- GroupIdentifier: string | undefined;
1858
- Name: string | undefined;
1859
- Tags?: Record<string, string>;
1860
- }
1861
- export interface CreateEventBridgeRuleTemplateResponse {
1862
- Arn?: string;
1863
- CreatedAt?: Date;
1864
- Description?: string;
1865
- EventTargets?: EventBridgeRuleTemplateTarget[];
1866
- EventType?: EventBridgeRuleTemplateEventType;
1867
- GroupId?: string;
1868
- Id?: string;
1869
- ModifiedAt?: Date;
1870
- Name?: string;
1871
- Tags?: Record<string, string>;
1872
- }
1873
- export interface CreateEventBridgeRuleTemplateGroupRequest {
1874
- Description?: string;
1875
- Name: string | undefined;
1876
- Tags?: Record<string, string>;
1877
- }
1878
- export interface CreateEventBridgeRuleTemplateGroupResponse {
1879
- Arn?: string;
1880
- CreatedAt?: Date;
1881
- Description?: string;
1882
- Id?: string;
1883
- ModifiedAt?: Date;
1884
- Name?: string;
1885
- Tags?: Record<string, string>;
1886
- }
1887
- export interface SrtSettingsRequest {
1888
- SrtCallerSources?: SrtCallerSourceRequest[];
1889
- }
1890
- export interface InputVpcRequest {
1891
- SecurityGroupIds?: string[];
1892
- SubnetIds: string[] | undefined;
1893
- }
1894
- export interface CreateInputRequest {
1895
- Destinations?: InputDestinationRequest[];
1896
- InputDevices?: InputDeviceSettings[];
1897
- InputSecurityGroups?: string[];
1898
- MediaConnectFlows?: MediaConnectFlowRequest[];
1899
- Name?: string;
1900
- RequestId?: string;
1901
- RoleArn?: string;
1902
- Sources?: InputSourceRequest[];
1903
- Tags?: Record<string, string>;
1904
- Type?: InputType;
1905
- Vpc?: InputVpcRequest;
1906
- SrtSettings?: SrtSettingsRequest;
1907
- }
1908
- export interface CreateInputResponse {
1909
- Input?: Input;
1910
- }
1911
- export interface CreateInputSecurityGroupRequest {
1912
- Tags?: Record<string, string>;
1913
- WhitelistRules?: InputWhitelistRuleCidr[];
1914
- }
1915
- export interface CreateInputSecurityGroupResponse {
1916
- SecurityGroup?: InputSecurityGroup;
1917
- }
1918
- export interface MultiplexSettings {
1919
- MaximumVideoBufferDelayMilliseconds?: number;
1920
- TransportStreamBitrate: number | undefined;
1921
- TransportStreamId: number | undefined;
1922
- TransportStreamReservedBitrate?: number;
1923
- }
1924
- export interface CreateMultiplexRequest {
1925
- AvailabilityZones: string[] | undefined;
1926
- MultiplexSettings: MultiplexSettings | undefined;
1927
- Name: string | undefined;
1928
- RequestId?: string;
1929
- Tags?: Record<string, string>;
1930
- }
1931
- export interface Multiplex {
1932
- Arn?: string;
1933
- AvailabilityZones?: string[];
1934
- Destinations?: MultiplexOutputDestination[];
1935
- Id?: string;
1936
- MultiplexSettings?: MultiplexSettings;
1937
- Name?: string;
1938
- PipelinesRunningCount?: number;
1939
- ProgramCount?: number;
1940
- State?: MultiplexState;
1941
- Tags?: Record<string, string>;
1942
- }
1943
- export interface CreateMultiplexResponse {
1944
- Multiplex?: Multiplex;
1945
- }
1946
- export declare const PreferredChannelPipeline: {
1947
- readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
1948
- readonly PIPELINE_0: "PIPELINE_0";
1949
- readonly PIPELINE_1: "PIPELINE_1";
1950
- };
1951
- export type PreferredChannelPipeline =
1952
- (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
1953
- export interface MultiplexProgramServiceDescriptor {
1954
- ProviderName: string | undefined;
1955
- ServiceName: string | undefined;
1956
- }
1957
- export interface MultiplexStatmuxVideoSettings {
1958
- MaximumBitrate?: number;
1959
- MinimumBitrate?: number;
1960
- Priority?: number;
1961
- }
1962
- export interface MultiplexVideoSettings {
1963
- ConstantBitrate?: number;
1964
- StatmuxSettings?: MultiplexStatmuxVideoSettings;
1965
- }
1966
- export interface MultiplexProgramSettings {
1967
- PreferredChannelPipeline?: PreferredChannelPipeline;
1968
- ProgramNumber: number | undefined;
1969
- ServiceDescriptor?: MultiplexProgramServiceDescriptor;
1970
- VideoSettings?: MultiplexVideoSettings;
1971
- }
1972
- export interface CreateMultiplexProgramRequest {
1973
- MultiplexId: string | undefined;
1974
- MultiplexProgramSettings: MultiplexProgramSettings | undefined;
1975
- ProgramName: string | undefined;
1976
- RequestId?: string;
1977
- }
1978
- export interface MultiplexProgramPacketIdentifiersMap {
1979
- AudioPids?: number[];
1980
- DvbSubPids?: number[];
1981
- DvbTeletextPid?: number;
1982
- EtvPlatformPid?: number;
1983
- EtvSignalPid?: number;
1984
- KlvDataPids?: number[];
1985
- PcrPid?: number;
1986
- PmtPid?: number;
1987
- PrivateMetadataPid?: number;
1988
- Scte27Pids?: number[];
1989
- Scte35Pid?: number;
1990
- TimedMetadataPid?: number;
1991
- VideoPid?: number;
1992
- AribCaptionsPid?: number;
1993
- DvbTeletextPids?: number[];
1994
- EcmPid?: number;
1995
- Smpte2038Pid?: number;
1996
- }
1997
- export interface MultiplexProgram {
1998
- ChannelId?: string;
1999
- MultiplexProgramSettings?: MultiplexProgramSettings;
2000
- PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
2001
- PipelineDetails?: MultiplexProgramPipelineDetail[];
2002
- ProgramName?: string;
2003
- }
2004
- export interface CreateMultiplexProgramResponse {
2005
- MultiplexProgram?: MultiplexProgram;
2006
- }
2007
- export interface CreatePartnerInputRequest {
2008
- InputId: string | undefined;
2009
- RequestId?: string;
2010
- Tags?: Record<string, string>;
2011
- }
2012
- export interface CreatePartnerInputResponse {
2013
- Input?: Input;
2014
- }