@aws-sdk/client-medialive 3.552.0 → 3.556.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 (166) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/index.js +2212 -147
  3. package/dist-es/MediaLive.js +54 -0
  4. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
  5. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  6. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
  7. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
  8. package/dist-es/commands/CreateSignalMapCommand.js +24 -0
  9. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
  10. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
  11. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
  12. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
  13. package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
  14. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  15. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
  16. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
  17. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
  18. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
  19. package/dist-es/commands/GetSignalMapCommand.js +24 -0
  20. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
  21. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
  22. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
  23. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
  24. package/dist-es/commands/ListSignalMapsCommand.js +24 -0
  25. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
  26. package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
  27. package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
  28. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
  29. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  30. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
  31. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
  32. package/dist-es/commands/index.js +27 -0
  33. package/dist-es/models/models_0.js +44 -29
  34. package/dist-es/models/models_1.js +52 -3
  35. package/dist-es/models/models_2.js +3 -0
  36. package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
  37. package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
  38. package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
  39. package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
  40. package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
  41. package/dist-es/pagination/index.js +5 -0
  42. package/dist-es/protocols/Aws_restJson1.js +1164 -6
  43. package/dist-es/waiters/index.js +4 -0
  44. package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
  45. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
  46. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
  47. package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
  48. package/dist-types/MediaLive.d.ts +194 -0
  49. package/dist-types/MediaLiveClient.d.ts +29 -2
  50. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
  51. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
  52. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
  53. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
  54. package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
  55. package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
  56. package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
  57. package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
  58. package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
  59. package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
  66. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
  75. package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
  76. package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
  77. package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
  78. package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
  79. package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
  81. package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
  82. package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
  83. package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
  84. package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
  85. package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
  86. package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
  87. package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
  88. package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
  89. package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
  90. package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
  91. package/dist-types/commands/index.d.ts +27 -0
  92. package/dist-types/models/models_0.d.ts +350 -159
  93. package/dist-types/models/models_1.d.ts +783 -747
  94. package/dist-types/models/models_2.d.ts +2297 -147
  95. package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
  96. package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
  97. package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
  98. package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
  99. package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
  100. package/dist-types/pagination/index.d.ts +5 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
  102. package/dist-types/ts3.4/MediaLive.d.ts +512 -0
  103. package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
  104. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  105. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  106. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
  109. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
  110. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
  111. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
  112. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
  113. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
  120. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
  131. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  132. package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
  133. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
  134. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
  135. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
  136. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
  137. package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
  138. package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
  139. package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
  140. package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
  141. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  142. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  143. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
  144. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  145. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +112 -60
  147. package/dist-types/ts3.4/models/models_1.d.ts +223 -192
  148. package/dist-types/ts3.4/models/models_2.d.ts +508 -0
  149. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
  156. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  157. package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
  159. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
  160. package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
  161. package/dist-types/waiters/index.d.ts +4 -0
  162. package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
  163. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
  164. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
  165. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
  166. package/package.json +4 -4
@@ -1,7 +1,165 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { StreamingBlobTypes } from "@smithy/types";
3
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
4
- import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, CmafIngestGroupSettings, ColorCorrection, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceSettings, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexState, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, S3CannedAcl, VpcOutputSettingsDescription } from "./models_0";
3
+ import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, CmafNielsenId3Behavior, ColorCorrection, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateTarget, Hdr10Settings, HlsAdMarkers, Input, InputAttachment, InputDestinationRequest, InputDeviceSettings, InputLocation, InputSecurityGroup, InputSourceRequest, InputSpecification, InputType, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MediaResourceNeighbor, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexState, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, S3CannedAcl, VpcOutputSettingsDescription } from "./models_0";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const Scte35Type: {
9
+ readonly NONE: "NONE";
10
+ readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const CmafIngestSegmentLengthUnits: {
21
+ readonly MILLISECONDS: "MILLISECONDS";
22
+ readonly SECONDS: "SECONDS";
23
+ };
24
+ /**
25
+ * @public
26
+ */
27
+ export type CmafIngestSegmentLengthUnits = (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
28
+ /**
29
+ * Cmaf Ingest Group Settings
30
+ * @public
31
+ */
32
+ export interface CmafIngestGroupSettings {
33
+ /**
34
+ * A HTTP destination for the tracks
35
+ * @public
36
+ */
37
+ Destination: OutputLocationRef | undefined;
38
+ /**
39
+ * 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.
40
+ * @public
41
+ */
42
+ NielsenId3Behavior?: CmafNielsenId3Behavior;
43
+ /**
44
+ * Type of scte35 track to add. none or scte35WithoutSegmentation
45
+ * @public
46
+ */
47
+ Scte35Type?: Scte35Type;
48
+ /**
49
+ * The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
50
+ * @public
51
+ */
52
+ SegmentLength?: number;
53
+ /**
54
+ * Time unit for segment length parameter.
55
+ * @public
56
+ */
57
+ SegmentLengthUnits?: CmafIngestSegmentLengthUnits;
58
+ /**
59
+ * Number of milliseconds to delay the output from the second pipeline.
60
+ * @public
61
+ */
62
+ SendDelayMs?: number;
63
+ }
64
+ /**
65
+ * Frame Capture S3 Settings
66
+ * @public
67
+ */
68
+ export interface FrameCaptureS3Settings {
69
+ /**
70
+ * Specify the canned ACL to apply to each S3 request. Defaults to none.
71
+ * @public
72
+ */
73
+ CannedAcl?: S3CannedAcl;
74
+ }
75
+ /**
76
+ * Frame Capture Cdn Settings
77
+ * @public
78
+ */
79
+ export interface FrameCaptureCdnSettings {
80
+ /**
81
+ * Frame Capture S3 Settings
82
+ * @public
83
+ */
84
+ FrameCaptureS3Settings?: FrameCaptureS3Settings;
85
+ }
86
+ /**
87
+ * Frame Capture Group Settings
88
+ * @public
89
+ */
90
+ export interface FrameCaptureGroupSettings {
91
+ /**
92
+ * The destination for the frame capture files. 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, curling-low.00001.jpg
93
+ * @public
94
+ */
95
+ Destination: OutputLocationRef | undefined;
96
+ /**
97
+ * Parameters that control interactions with the CDN.
98
+ * @public
99
+ */
100
+ FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
101
+ }
102
+ /**
103
+ * @public
104
+ * @enum
105
+ */
106
+ export declare const HlsCaptionLanguageSetting: {
107
+ readonly INSERT: "INSERT";
108
+ readonly NONE: "NONE";
109
+ readonly OMIT: "OMIT";
110
+ };
111
+ /**
112
+ * @public
113
+ */
114
+ export type HlsCaptionLanguageSetting = (typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
115
+ /**
116
+ * @public
117
+ * @enum
118
+ */
119
+ export declare const HlsClientCache: {
120
+ readonly DISABLED: "DISABLED";
121
+ readonly ENABLED: "ENABLED";
122
+ };
123
+ /**
124
+ * @public
125
+ */
126
+ export type HlsClientCache = (typeof HlsClientCache)[keyof typeof HlsClientCache];
127
+ /**
128
+ * @public
129
+ * @enum
130
+ */
131
+ export declare const HlsCodecSpecification: {
132
+ readonly RFC_4281: "RFC_4281";
133
+ readonly RFC_6381: "RFC_6381";
134
+ };
135
+ /**
136
+ * @public
137
+ */
138
+ export type HlsCodecSpecification = (typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
139
+ /**
140
+ * @public
141
+ * @enum
142
+ */
143
+ export declare const HlsDirectoryStructure: {
144
+ readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
145
+ readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
146
+ };
147
+ /**
148
+ * @public
149
+ */
150
+ export type HlsDirectoryStructure = (typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
151
+ /**
152
+ * @public
153
+ * @enum
154
+ */
155
+ export declare const HlsDiscontinuityTags: {
156
+ readonly INSERT: "INSERT";
157
+ readonly NEVER_INSERT: "NEVER_INSERT";
158
+ };
159
+ /**
160
+ * @public
161
+ */
162
+ export type HlsDiscontinuityTags = (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
5
163
  /**
6
164
  * @public
7
165
  * @enum
@@ -2131,6 +2289,96 @@ export interface ScheduleAction {
2131
2289
  */
2132
2290
  ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
2133
2291
  }
2292
+ /**
2293
+ * @public
2294
+ * @enum
2295
+ */
2296
+ export declare const SignalMapMonitorDeploymentStatus: {
2297
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
2298
+ readonly DELETE_FAILED: "DELETE_FAILED";
2299
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
2300
+ readonly DEPLOYMENT_COMPLETE: "DEPLOYMENT_COMPLETE";
2301
+ readonly DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED";
2302
+ readonly DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS";
2303
+ readonly DRY_RUN_DEPLOYMENT_COMPLETE: "DRY_RUN_DEPLOYMENT_COMPLETE";
2304
+ readonly DRY_RUN_DEPLOYMENT_FAILED: "DRY_RUN_DEPLOYMENT_FAILED";
2305
+ readonly DRY_RUN_DEPLOYMENT_IN_PROGRESS: "DRY_RUN_DEPLOYMENT_IN_PROGRESS";
2306
+ readonly NOT_DEPLOYED: "NOT_DEPLOYED";
2307
+ };
2308
+ /**
2309
+ * @public
2310
+ */
2311
+ export type SignalMapMonitorDeploymentStatus = (typeof SignalMapMonitorDeploymentStatus)[keyof typeof SignalMapMonitorDeploymentStatus];
2312
+ /**
2313
+ * @public
2314
+ * @enum
2315
+ */
2316
+ export declare const SignalMapStatus: {
2317
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
2318
+ readonly CREATE_FAILED: "CREATE_FAILED";
2319
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
2320
+ readonly NOT_READY: "NOT_READY";
2321
+ readonly READY: "READY";
2322
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
2323
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
2324
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
2325
+ readonly UPDATE_REVERTED: "UPDATE_REVERTED";
2326
+ };
2327
+ /**
2328
+ * @public
2329
+ */
2330
+ export type SignalMapStatus = (typeof SignalMapStatus)[keyof typeof SignalMapStatus];
2331
+ /**
2332
+ * Placeholder documentation for SignalMapSummary
2333
+ * @public
2334
+ */
2335
+ export interface SignalMapSummary {
2336
+ /**
2337
+ * A signal map's ARN (Amazon Resource Name)
2338
+ * @public
2339
+ */
2340
+ Arn: string | undefined;
2341
+ /**
2342
+ * Placeholder documentation for __timestampIso8601
2343
+ * @public
2344
+ */
2345
+ CreatedAt: Date | undefined;
2346
+ /**
2347
+ * A resource's optional description.
2348
+ * @public
2349
+ */
2350
+ Description?: string;
2351
+ /**
2352
+ * A signal map's id.
2353
+ * @public
2354
+ */
2355
+ Id: string | undefined;
2356
+ /**
2357
+ * Placeholder documentation for __timestampIso8601
2358
+ * @public
2359
+ */
2360
+ ModifiedAt?: Date;
2361
+ /**
2362
+ * A signal map's monitor deployment status.
2363
+ * @public
2364
+ */
2365
+ MonitorDeploymentStatus: SignalMapMonitorDeploymentStatus | undefined;
2366
+ /**
2367
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
2368
+ * @public
2369
+ */
2370
+ Name: string | undefined;
2371
+ /**
2372
+ * A signal map's current status which is dependent on its lifecycle actions or associated jobs.
2373
+ * @public
2374
+ */
2375
+ Status: SignalMapStatus | undefined;
2376
+ /**
2377
+ * Represents the tags associated with a resource.
2378
+ * @public
2379
+ */
2380
+ Tags?: Record<string, string>;
2381
+ }
2134
2382
  /**
2135
2383
  * @public
2136
2384
  * @enum
@@ -5115,700 +5363,574 @@ export interface CreateChannelResponse {
5115
5363
  Channel?: Channel;
5116
5364
  }
5117
5365
  /**
5118
- * Settings for a private VPC Input.
5119
- * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
5120
- * This property requires setting the roleArn property on Input creation.
5121
- * Not compatible with the inputSecurityGroups property.
5366
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateRequest
5122
5367
  * @public
5123
5368
  */
5124
- export interface InputVpcRequest {
5369
+ export interface CreateCloudWatchAlarmTemplateRequest {
5125
5370
  /**
5126
- * A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
5127
- * Requires subnetIds. If none are specified then the VPC default security group will be used.
5371
+ * The comparison operator used to compare the specified statistic and the threshold.
5128
5372
  * @public
5129
5373
  */
5130
- SecurityGroupIds?: string[];
5374
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
5131
5375
  /**
5132
- * A list of 2 VPC subnet IDs from the same VPC.
5133
- * Subnet IDs must be mapped to two unique availability zones (AZ).
5376
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
5134
5377
  * @public
5135
5378
  */
5136
- SubnetIds: string[] | undefined;
5137
- }
5138
- /**
5139
- * The name of the input
5140
- * @public
5141
- */
5142
- export interface CreateInputRequest {
5379
+ DatapointsToAlarm?: number;
5143
5380
  /**
5144
- * Destination settings for PUSH type inputs.
5381
+ * A resource's optional description.
5145
5382
  * @public
5146
5383
  */
5147
- Destinations?: InputDestinationRequest[];
5384
+ Description?: string;
5148
5385
  /**
5149
- * Settings for the devices.
5386
+ * The number of periods over which data is compared to the specified threshold.
5150
5387
  * @public
5151
5388
  */
5152
- InputDevices?: InputDeviceSettings[];
5389
+ EvaluationPeriods: number | undefined;
5153
5390
  /**
5154
- * A list of security groups referenced by IDs to attach to the input.
5391
+ * A cloudwatch alarm template group's identifier. Can be either be its id or current name.
5155
5392
  * @public
5156
5393
  */
5157
- InputSecurityGroups?: string[];
5394
+ GroupIdentifier: string | undefined;
5158
5395
  /**
5159
- * A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one
5160
- * Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a
5161
- * separate Availability Zone as this ensures your EML input is redundant to AZ issues.
5396
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
5162
5397
  * @public
5163
5398
  */
5164
- MediaConnectFlows?: MediaConnectFlowRequest[];
5399
+ MetricName: string | undefined;
5165
5400
  /**
5166
- * Name of the input.
5401
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5167
5402
  * @public
5168
5403
  */
5169
- Name?: string;
5404
+ Name: string | undefined;
5170
5405
  /**
5171
- * Unique identifier of the request to ensure the request is handled
5172
- * exactly once in case of retries.
5406
+ * The period, in seconds, over which the specified statistic is applied.
5173
5407
  * @public
5174
5408
  */
5175
- RequestId?: string;
5409
+ Period: number | undefined;
5176
5410
  /**
5177
- * The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
5411
+ * The statistic to apply to the alarm's metric data.
5178
5412
  * @public
5179
5413
  */
5180
- RoleArn?: string;
5414
+ Statistic: CloudWatchAlarmTemplateStatistic | undefined;
5181
5415
  /**
5182
- * The source URLs for a PULL-type input. Every PULL type input needs
5183
- * exactly two source URLs for redundancy.
5184
- * Only specify sources for PULL type Inputs. Leave Destinations empty.
5416
+ * Represents the tags associated with a resource.
5185
5417
  * @public
5186
5418
  */
5187
- Sources?: InputSourceRequest[];
5419
+ Tags?: Record<string, string>;
5188
5420
  /**
5189
- * A collection of key-value pairs.
5421
+ * The resource type this template should dynamically generate cloudwatch metric alarms for.
5190
5422
  * @public
5191
5423
  */
5192
- Tags?: Record<string, string>;
5424
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
5193
5425
  /**
5194
- * The different types of inputs that AWS Elemental MediaLive supports.
5426
+ * The threshold value to compare with the specified statistic.
5195
5427
  * @public
5196
5428
  */
5197
- Type?: InputType;
5429
+ Threshold: number | undefined;
5198
5430
  /**
5199
- * Settings for a private VPC Input.
5200
- * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
5201
- * This property requires setting the roleArn property on Input creation.
5202
- * Not compatible with the inputSecurityGroups property.
5431
+ * Specifies how missing data points are treated when evaluating the alarm's condition.
5203
5432
  * @public
5204
5433
  */
5205
- Vpc?: InputVpcRequest;
5434
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
5206
5435
  }
5207
5436
  /**
5208
- * Placeholder documentation for CreateInputResponse
5437
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateResponse
5209
5438
  * @public
5210
5439
  */
5211
- export interface CreateInputResponse {
5440
+ export interface CreateCloudWatchAlarmTemplateResponse {
5212
5441
  /**
5213
- * Placeholder documentation for Input
5442
+ * A cloudwatch alarm template's ARN (Amazon Resource Name)
5214
5443
  * @public
5215
5444
  */
5216
- Input?: Input;
5217
- }
5218
- /**
5219
- * The IPv4 CIDRs to whitelist for this Input Security Group
5220
- * @public
5221
- */
5222
- export interface CreateInputSecurityGroupRequest {
5445
+ Arn?: string;
5223
5446
  /**
5224
- * A collection of key-value pairs.
5447
+ * The comparison operator used to compare the specified statistic and the threshold.
5225
5448
  * @public
5226
5449
  */
5227
- Tags?: Record<string, string>;
5450
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
5228
5451
  /**
5229
- * List of IPv4 CIDR addresses to whitelist
5452
+ * Placeholder documentation for __timestampIso8601
5230
5453
  * @public
5231
5454
  */
5232
- WhitelistRules?: InputWhitelistRuleCidr[];
5233
- }
5234
- /**
5235
- * Placeholder documentation for CreateInputSecurityGroupResponse
5236
- * @public
5237
- */
5238
- export interface CreateInputSecurityGroupResponse {
5455
+ CreatedAt?: Date;
5239
5456
  /**
5240
- * An Input Security Group
5457
+ * The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
5241
5458
  * @public
5242
5459
  */
5243
- SecurityGroup?: InputSecurityGroup;
5244
- }
5245
- /**
5246
- * Contains configuration for a Multiplex event
5247
- * @public
5248
- */
5249
- export interface MultiplexSettings {
5460
+ DatapointsToAlarm?: number;
5250
5461
  /**
5251
- * Maximum video buffer delay in milliseconds.
5462
+ * A resource's optional description.
5252
5463
  * @public
5253
5464
  */
5254
- MaximumVideoBufferDelayMilliseconds?: number;
5465
+ Description?: string;
5255
5466
  /**
5256
- * Transport stream bit rate.
5467
+ * The number of periods over which data is compared to the specified threshold.
5257
5468
  * @public
5258
5469
  */
5259
- TransportStreamBitrate: number | undefined;
5470
+ EvaluationPeriods?: number;
5260
5471
  /**
5261
- * Transport stream ID.
5472
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
5262
5473
  * @public
5263
5474
  */
5264
- TransportStreamId: number | undefined;
5475
+ GroupId?: string;
5265
5476
  /**
5266
- * Transport stream reserved bit rate.
5477
+ * A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
5267
5478
  * @public
5268
5479
  */
5269
- TransportStreamReservedBitrate?: number;
5270
- }
5271
- /**
5272
- * A request to create a multiplex.
5273
- * @public
5274
- */
5275
- export interface CreateMultiplexRequest {
5480
+ Id?: string;
5276
5481
  /**
5277
- * A list of availability zones for the multiplex. You must specify exactly two.
5482
+ * The name of the metric associated with the alarm. Must be compatible with targetResourceType.
5278
5483
  * @public
5279
5484
  */
5280
- AvailabilityZones: string[] | undefined;
5485
+ MetricName?: string;
5281
5486
  /**
5282
- * Configuration for a multiplex event.
5487
+ * Placeholder documentation for __timestampIso8601
5283
5488
  * @public
5284
5489
  */
5285
- MultiplexSettings: MultiplexSettings | undefined;
5490
+ ModifiedAt?: Date;
5286
5491
  /**
5287
- * Name of multiplex.
5492
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5288
5493
  * @public
5289
5494
  */
5290
- Name: string | undefined;
5495
+ Name?: string;
5291
5496
  /**
5292
- * Unique request ID. This prevents retries from creating multiple
5293
- * resources.
5497
+ * The period, in seconds, over which the specified statistic is applied.
5294
5498
  * @public
5295
5499
  */
5296
- RequestId?: string;
5500
+ Period?: number;
5297
5501
  /**
5298
- * A collection of key-value pairs.
5502
+ * The statistic to apply to the alarm's metric data.
5503
+ * @public
5504
+ */
5505
+ Statistic?: CloudWatchAlarmTemplateStatistic;
5506
+ /**
5507
+ * Represents the tags associated with a resource.
5299
5508
  * @public
5300
5509
  */
5301
5510
  Tags?: Record<string, string>;
5511
+ /**
5512
+ * The resource type this template should dynamically generate cloudwatch metric alarms for.
5513
+ * @public
5514
+ */
5515
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
5516
+ /**
5517
+ * The threshold value to compare with the specified statistic.
5518
+ * @public
5519
+ */
5520
+ Threshold?: number;
5521
+ /**
5522
+ * Specifies how missing data points are treated when evaluating the alarm's condition.
5523
+ * @public
5524
+ */
5525
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
5302
5526
  }
5303
5527
  /**
5304
- * The multiplex object.
5528
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateGroupRequest
5305
5529
  * @public
5306
5530
  */
5307
- export interface Multiplex {
5531
+ export interface CreateCloudWatchAlarmTemplateGroupRequest {
5308
5532
  /**
5309
- * The unique arn of the multiplex.
5533
+ * A resource's optional description.
5310
5534
  * @public
5311
5535
  */
5312
- Arn?: string;
5536
+ Description?: string;
5313
5537
  /**
5314
- * A list of availability zones for the multiplex.
5538
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5315
5539
  * @public
5316
5540
  */
5317
- AvailabilityZones?: string[];
5541
+ Name: string | undefined;
5318
5542
  /**
5319
- * A list of the multiplex output destinations.
5543
+ * Represents the tags associated with a resource.
5320
5544
  * @public
5321
5545
  */
5322
- Destinations?: MultiplexOutputDestination[];
5546
+ Tags?: Record<string, string>;
5547
+ }
5548
+ /**
5549
+ * Placeholder documentation for CreateCloudWatchAlarmTemplateGroupResponse
5550
+ * @public
5551
+ */
5552
+ export interface CreateCloudWatchAlarmTemplateGroupResponse {
5323
5553
  /**
5324
- * The unique id of the multiplex.
5554
+ * A cloudwatch alarm template group's ARN (Amazon Resource Name)
5325
5555
  * @public
5326
5556
  */
5327
- Id?: string;
5557
+ Arn?: string;
5328
5558
  /**
5329
- * Configuration for a multiplex event.
5559
+ * Placeholder documentation for __timestampIso8601
5330
5560
  * @public
5331
5561
  */
5332
- MultiplexSettings?: MultiplexSettings;
5562
+ CreatedAt?: Date;
5333
5563
  /**
5334
- * The name of the multiplex.
5564
+ * A resource's optional description.
5335
5565
  * @public
5336
5566
  */
5337
- Name?: string;
5567
+ Description?: string;
5338
5568
  /**
5339
- * The number of currently healthy pipelines.
5569
+ * A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
5340
5570
  * @public
5341
5571
  */
5342
- PipelinesRunningCount?: number;
5572
+ Id?: string;
5343
5573
  /**
5344
- * The number of programs in the multiplex.
5574
+ * Placeholder documentation for __timestampIso8601
5345
5575
  * @public
5346
5576
  */
5347
- ProgramCount?: number;
5577
+ ModifiedAt?: Date;
5348
5578
  /**
5349
- * The current state of the multiplex.
5579
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5350
5580
  * @public
5351
5581
  */
5352
- State?: MultiplexState;
5582
+ Name?: string;
5353
5583
  /**
5354
- * A collection of key-value pairs.
5584
+ * Represents the tags associated with a resource.
5355
5585
  * @public
5356
5586
  */
5357
5587
  Tags?: Record<string, string>;
5358
5588
  }
5359
5589
  /**
5360
- * Placeholder documentation for CreateMultiplexResponse
5590
+ * Placeholder documentation for CreateEventBridgeRuleTemplateRequest
5361
5591
  * @public
5362
5592
  */
5363
- export interface CreateMultiplexResponse {
5593
+ export interface CreateEventBridgeRuleTemplateRequest {
5364
5594
  /**
5365
- * The newly created multiplex.
5595
+ * A resource's optional description.
5366
5596
  * @public
5367
5597
  */
5368
- Multiplex?: Multiplex;
5369
- }
5370
- /**
5371
- * @public
5372
- * @enum
5373
- */
5374
- export declare const PreferredChannelPipeline: {
5375
- readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
5376
- readonly PIPELINE_0: "PIPELINE_0";
5377
- readonly PIPELINE_1: "PIPELINE_1";
5378
- };
5379
- /**
5380
- * @public
5381
- */
5382
- export type PreferredChannelPipeline = (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
5383
- /**
5384
- * Transport stream service descriptor configuration for the Multiplex program.
5385
- * @public
5386
- */
5387
- export interface MultiplexProgramServiceDescriptor {
5598
+ Description?: string;
5388
5599
  /**
5389
- * Name of the provider.
5600
+ * Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
5390
5601
  * @public
5391
5602
  */
5392
- ProviderName: string | undefined;
5603
+ EventTargets?: EventBridgeRuleTemplateTarget[];
5393
5604
  /**
5394
- * Name of the service.
5605
+ * The type of event to match with the rule.
5395
5606
  * @public
5396
5607
  */
5397
- ServiceName: string | undefined;
5398
- }
5399
- /**
5400
- * Statmux rate control settings
5401
- * @public
5402
- */
5403
- export interface MultiplexStatmuxVideoSettings {
5608
+ EventType: EventBridgeRuleTemplateEventType | undefined;
5404
5609
  /**
5405
- * Maximum statmux bitrate.
5610
+ * An eventbridge rule template group's identifier. Can be either be its id or current name.
5406
5611
  * @public
5407
5612
  */
5408
- MaximumBitrate?: number;
5613
+ GroupIdentifier: string | undefined;
5409
5614
  /**
5410
- * Minimum statmux bitrate.
5615
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5411
5616
  * @public
5412
5617
  */
5413
- MinimumBitrate?: number;
5618
+ Name: string | undefined;
5414
5619
  /**
5415
- * The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
5620
+ * Represents the tags associated with a resource.
5416
5621
  * @public
5417
5622
  */
5418
- Priority?: number;
5623
+ Tags?: Record<string, string>;
5419
5624
  }
5420
5625
  /**
5421
- * The video configuration for each program in a multiplex.
5626
+ * Placeholder documentation for CreateEventBridgeRuleTemplateResponse
5422
5627
  * @public
5423
5628
  */
5424
- export interface MultiplexVideoSettings {
5629
+ export interface CreateEventBridgeRuleTemplateResponse {
5425
5630
  /**
5426
- * The constant bitrate configuration for the video encode.
5427
- * When this field is defined, StatmuxSettings must be undefined.
5631
+ * An eventbridge rule template's ARN (Amazon Resource Name)
5428
5632
  * @public
5429
5633
  */
5430
- ConstantBitrate?: number;
5634
+ Arn?: string;
5431
5635
  /**
5432
- * Statmux rate control settings.
5433
- * When this field is defined, ConstantBitrate must be undefined.
5636
+ * Placeholder documentation for __timestampIso8601
5434
5637
  * @public
5435
5638
  */
5436
- StatmuxSettings?: MultiplexStatmuxVideoSettings;
5437
- }
5438
- /**
5439
- * Multiplex Program settings configuration.
5440
- * @public
5441
- */
5442
- export interface MultiplexProgramSettings {
5639
+ CreatedAt?: Date;
5443
5640
  /**
5444
- * Indicates which pipeline is preferred by the multiplex for program ingest.
5641
+ * A resource's optional description.
5445
5642
  * @public
5446
5643
  */
5447
- PreferredChannelPipeline?: PreferredChannelPipeline;
5644
+ Description?: string;
5448
5645
  /**
5449
- * Unique program number.
5646
+ * Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
5450
5647
  * @public
5451
5648
  */
5452
- ProgramNumber: number | undefined;
5649
+ EventTargets?: EventBridgeRuleTemplateTarget[];
5453
5650
  /**
5454
- * Transport stream service descriptor configuration for the Multiplex program.
5651
+ * The type of event to match with the rule.
5455
5652
  * @public
5456
5653
  */
5457
- ServiceDescriptor?: MultiplexProgramServiceDescriptor;
5654
+ EventType?: EventBridgeRuleTemplateEventType;
5458
5655
  /**
5459
- * Program video settings configuration.
5656
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
5460
5657
  * @public
5461
5658
  */
5462
- VideoSettings?: MultiplexVideoSettings;
5463
- }
5464
- /**
5465
- * A request to create a program in a multiplex.
5466
- * @public
5467
- */
5468
- export interface CreateMultiplexProgramRequest {
5659
+ GroupId?: string;
5469
5660
  /**
5470
- * ID of the multiplex where the program is to be created.
5661
+ * An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
5471
5662
  * @public
5472
5663
  */
5473
- MultiplexId: string | undefined;
5664
+ Id?: string;
5474
5665
  /**
5475
- * The settings for this multiplex program.
5666
+ * Placeholder documentation for __timestampIso8601
5476
5667
  * @public
5477
5668
  */
5478
- MultiplexProgramSettings: MultiplexProgramSettings | undefined;
5669
+ ModifiedAt?: Date;
5479
5670
  /**
5480
- * Name of multiplex program.
5671
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5481
5672
  * @public
5482
5673
  */
5483
- ProgramName: string | undefined;
5674
+ Name?: string;
5484
5675
  /**
5485
- * Unique request ID. This prevents retries from creating multiple
5486
- * resources.
5676
+ * Represents the tags associated with a resource.
5487
5677
  * @public
5488
5678
  */
5489
- RequestId?: string;
5679
+ Tags?: Record<string, string>;
5490
5680
  }
5491
5681
  /**
5492
- * Packet identifiers map for a given Multiplex program.
5682
+ * Placeholder documentation for CreateEventBridgeRuleTemplateGroupRequest
5493
5683
  * @public
5494
5684
  */
5495
- export interface MultiplexProgramPacketIdentifiersMap {
5496
- /**
5497
- * Placeholder documentation for __listOf__integer
5498
- * @public
5499
- */
5500
- AudioPids?: number[];
5685
+ export interface CreateEventBridgeRuleTemplateGroupRequest {
5501
5686
  /**
5502
- * Placeholder documentation for __listOf__integer
5687
+ * A resource's optional description.
5503
5688
  * @public
5504
5689
  */
5505
- DvbSubPids?: number[];
5690
+ Description?: string;
5506
5691
  /**
5507
- * Placeholder documentation for __integer
5692
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5508
5693
  * @public
5509
5694
  */
5510
- DvbTeletextPid?: number;
5695
+ Name: string | undefined;
5511
5696
  /**
5512
- * Placeholder documentation for __integer
5697
+ * Represents the tags associated with a resource.
5513
5698
  * @public
5514
5699
  */
5515
- EtvPlatformPid?: number;
5700
+ Tags?: Record<string, string>;
5701
+ }
5702
+ /**
5703
+ * Placeholder documentation for CreateEventBridgeRuleTemplateGroupResponse
5704
+ * @public
5705
+ */
5706
+ export interface CreateEventBridgeRuleTemplateGroupResponse {
5516
5707
  /**
5517
- * Placeholder documentation for __integer
5708
+ * An eventbridge rule template group's ARN (Amazon Resource Name)
5518
5709
  * @public
5519
5710
  */
5520
- EtvSignalPid?: number;
5711
+ Arn?: string;
5521
5712
  /**
5522
- * Placeholder documentation for __listOf__integer
5713
+ * Placeholder documentation for __timestampIso8601
5523
5714
  * @public
5524
5715
  */
5525
- KlvDataPids?: number[];
5716
+ CreatedAt?: Date;
5526
5717
  /**
5527
- * Placeholder documentation for __integer
5718
+ * A resource's optional description.
5528
5719
  * @public
5529
5720
  */
5530
- PcrPid?: number;
5721
+ Description?: string;
5531
5722
  /**
5532
- * Placeholder documentation for __integer
5723
+ * An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
5533
5724
  * @public
5534
5725
  */
5535
- PmtPid?: number;
5726
+ Id?: string;
5536
5727
  /**
5537
- * Placeholder documentation for __integer
5728
+ * Placeholder documentation for __timestampIso8601
5538
5729
  * @public
5539
5730
  */
5540
- PrivateMetadataPid?: number;
5731
+ ModifiedAt?: Date;
5541
5732
  /**
5542
- * Placeholder documentation for __listOf__integer
5733
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
5543
5734
  * @public
5544
5735
  */
5545
- Scte27Pids?: number[];
5736
+ Name?: string;
5546
5737
  /**
5547
- * Placeholder documentation for __integer
5738
+ * Represents the tags associated with a resource.
5548
5739
  * @public
5549
5740
  */
5550
- Scte35Pid?: number;
5741
+ Tags?: Record<string, string>;
5742
+ }
5743
+ /**
5744
+ * Settings for a private VPC Input.
5745
+ * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
5746
+ * This property requires setting the roleArn property on Input creation.
5747
+ * Not compatible with the inputSecurityGroups property.
5748
+ * @public
5749
+ */
5750
+ export interface InputVpcRequest {
5551
5751
  /**
5552
- * Placeholder documentation for __integer
5752
+ * A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
5753
+ * Requires subnetIds. If none are specified then the VPC default security group will be used.
5553
5754
  * @public
5554
5755
  */
5555
- TimedMetadataPid?: number;
5756
+ SecurityGroupIds?: string[];
5556
5757
  /**
5557
- * Placeholder documentation for __integer
5758
+ * A list of 2 VPC subnet IDs from the same VPC.
5759
+ * Subnet IDs must be mapped to two unique availability zones (AZ).
5558
5760
  * @public
5559
5761
  */
5560
- VideoPid?: number;
5762
+ SubnetIds: string[] | undefined;
5561
5763
  }
5562
5764
  /**
5563
- * The multiplex program object.
5765
+ * The name of the input
5564
5766
  * @public
5565
5767
  */
5566
- export interface MultiplexProgram {
5768
+ export interface CreateInputRequest {
5567
5769
  /**
5568
- * The MediaLive channel associated with the program.
5770
+ * Destination settings for PUSH type inputs.
5569
5771
  * @public
5570
5772
  */
5571
- ChannelId?: string;
5773
+ Destinations?: InputDestinationRequest[];
5572
5774
  /**
5573
- * The settings for this multiplex program.
5775
+ * Settings for the devices.
5574
5776
  * @public
5575
5777
  */
5576
- MultiplexProgramSettings?: MultiplexProgramSettings;
5778
+ InputDevices?: InputDeviceSettings[];
5577
5779
  /**
5578
- * The packet identifier map for this multiplex program.
5780
+ * A list of security groups referenced by IDs to attach to the input.
5579
5781
  * @public
5580
5782
  */
5581
- PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
5783
+ InputSecurityGroups?: string[];
5582
5784
  /**
5583
- * Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
5785
+ * A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one
5786
+ * Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a
5787
+ * separate Availability Zone as this ensures your EML input is redundant to AZ issues.
5584
5788
  * @public
5585
5789
  */
5586
- PipelineDetails?: MultiplexProgramPipelineDetail[];
5790
+ MediaConnectFlows?: MediaConnectFlowRequest[];
5587
5791
  /**
5588
- * The name of the multiplex program.
5792
+ * Name of the input.
5589
5793
  * @public
5590
5794
  */
5591
- ProgramName?: string;
5592
- }
5593
- /**
5594
- * Placeholder documentation for CreateMultiplexProgramResponse
5595
- * @public
5596
- */
5597
- export interface CreateMultiplexProgramResponse {
5795
+ Name?: string;
5598
5796
  /**
5599
- * The newly created multiplex program.
5797
+ * Unique identifier of the request to ensure the request is handled
5798
+ * exactly once in case of retries.
5600
5799
  * @public
5601
5800
  */
5602
- MultiplexProgram?: MultiplexProgram;
5603
- }
5604
- /**
5605
- * A request to create a partner input
5606
- * @public
5607
- */
5608
- export interface CreatePartnerInputRequest {
5801
+ RequestId?: string;
5609
5802
  /**
5610
- * Unique ID of the input.
5803
+ * The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
5611
5804
  * @public
5612
5805
  */
5613
- InputId: string | undefined;
5806
+ RoleArn?: string;
5614
5807
  /**
5615
- * Unique identifier of the request to ensure the request is handled
5616
- * exactly once in case of retries.
5808
+ * The source URLs for a PULL-type input. Every PULL type input needs
5809
+ * exactly two source URLs for redundancy.
5810
+ * Only specify sources for PULL type Inputs. Leave Destinations empty.
5617
5811
  * @public
5618
5812
  */
5619
- RequestId?: string;
5813
+ Sources?: InputSourceRequest[];
5620
5814
  /**
5621
5815
  * A collection of key-value pairs.
5622
5816
  * @public
5623
5817
  */
5624
5818
  Tags?: Record<string, string>;
5625
- }
5626
- /**
5627
- * Placeholder documentation for CreatePartnerInputResponse
5628
- * @public
5629
- */
5630
- export interface CreatePartnerInputResponse {
5631
- /**
5632
- * Placeholder documentation for Input
5633
- * @public
5634
- */
5635
- Input?: Input;
5636
- }
5637
- /**
5638
- * Placeholder documentation for CreateTagsRequest
5639
- * @public
5640
- */
5641
- export interface CreateTagsRequest {
5642
5819
  /**
5643
- * Placeholder documentation for __string
5820
+ * The different types of inputs that AWS Elemental MediaLive supports.
5644
5821
  * @public
5645
5822
  */
5646
- ResourceArn: string | undefined;
5823
+ Type?: InputType;
5647
5824
  /**
5648
- * Placeholder documentation for Tags
5825
+ * Settings for a private VPC Input.
5826
+ * When this property is specified, the input destination addresses will be created in a VPC rather than with public Internet addresses.
5827
+ * This property requires setting the roleArn property on Input creation.
5828
+ * Not compatible with the inputSecurityGroups property.
5649
5829
  * @public
5650
5830
  */
5651
- Tags?: Record<string, string>;
5831
+ Vpc?: InputVpcRequest;
5652
5832
  }
5653
5833
  /**
5654
- * Placeholder documentation for DeleteChannelRequest
5834
+ * Placeholder documentation for CreateInputResponse
5655
5835
  * @public
5656
5836
  */
5657
- export interface DeleteChannelRequest {
5837
+ export interface CreateInputResponse {
5658
5838
  /**
5659
- * Unique ID of the channel.
5839
+ * Placeholder documentation for Input
5660
5840
  * @public
5661
5841
  */
5662
- ChannelId: string | undefined;
5842
+ Input?: Input;
5663
5843
  }
5664
5844
  /**
5665
- * Placeholder documentation for DeleteChannelResponse
5845
+ * The IPv4 CIDRs to whitelist for this Input Security Group
5666
5846
  * @public
5667
5847
  */
5668
- export interface DeleteChannelResponse {
5669
- /**
5670
- * The unique arn of the channel.
5671
- * @public
5672
- */
5673
- Arn?: string;
5674
- /**
5675
- * Specification of CDI inputs for this channel
5676
- * @public
5677
- */
5678
- CdiInputSpecification?: CdiInputSpecification;
5679
- /**
5680
- * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
5681
- * @public
5682
- */
5683
- ChannelClass?: ChannelClass;
5684
- /**
5685
- * A list of destinations of the channel. For UDP outputs, there is one
5686
- * destination per output. For other types (HLS, for example), there is
5687
- * one destination per packager.
5688
- * @public
5689
- */
5690
- Destinations?: OutputDestination[];
5691
- /**
5692
- * The endpoints where outgoing connections initiate from
5693
- * @public
5694
- */
5695
- EgressEndpoints?: ChannelEgressEndpoint[];
5848
+ export interface CreateInputSecurityGroupRequest {
5696
5849
  /**
5697
- * Encoder Settings
5850
+ * A collection of key-value pairs.
5698
5851
  * @public
5699
5852
  */
5700
- EncoderSettings?: EncoderSettings;
5853
+ Tags?: Record<string, string>;
5701
5854
  /**
5702
- * The unique id of the channel.
5855
+ * List of IPv4 CIDR addresses to whitelist
5703
5856
  * @public
5704
5857
  */
5705
- Id?: string;
5858
+ WhitelistRules?: InputWhitelistRuleCidr[];
5859
+ }
5860
+ /**
5861
+ * Placeholder documentation for CreateInputSecurityGroupResponse
5862
+ * @public
5863
+ */
5864
+ export interface CreateInputSecurityGroupResponse {
5706
5865
  /**
5707
- * List of input attachments for channel.
5866
+ * An Input Security Group
5708
5867
  * @public
5709
5868
  */
5710
- InputAttachments?: InputAttachment[];
5869
+ SecurityGroup?: InputSecurityGroup;
5870
+ }
5871
+ /**
5872
+ * Contains configuration for a Multiplex event
5873
+ * @public
5874
+ */
5875
+ export interface MultiplexSettings {
5711
5876
  /**
5712
- * Specification of network and file inputs for this channel
5877
+ * Maximum video buffer delay in milliseconds.
5713
5878
  * @public
5714
5879
  */
5715
- InputSpecification?: InputSpecification;
5880
+ MaximumVideoBufferDelayMilliseconds?: number;
5716
5881
  /**
5717
- * The log level being written to CloudWatch Logs.
5882
+ * Transport stream bit rate.
5718
5883
  * @public
5719
5884
  */
5720
- LogLevel?: LogLevel;
5885
+ TransportStreamBitrate: number | undefined;
5721
5886
  /**
5722
- * Maintenance settings for this channel.
5887
+ * Transport stream ID.
5723
5888
  * @public
5724
5889
  */
5725
- Maintenance?: MaintenanceStatus;
5890
+ TransportStreamId: number | undefined;
5726
5891
  /**
5727
- * The name of the channel. (user-mutable)
5892
+ * Transport stream reserved bit rate.
5728
5893
  * @public
5729
5894
  */
5730
- Name?: string;
5895
+ TransportStreamReservedBitrate?: number;
5896
+ }
5897
+ /**
5898
+ * A request to create a multiplex.
5899
+ * @public
5900
+ */
5901
+ export interface CreateMultiplexRequest {
5731
5902
  /**
5732
- * Runtime details for the pipelines of a running channel.
5903
+ * A list of availability zones for the multiplex. You must specify exactly two.
5733
5904
  * @public
5734
5905
  */
5735
- PipelineDetails?: PipelineDetail[];
5906
+ AvailabilityZones: string[] | undefined;
5736
5907
  /**
5737
- * The number of currently healthy pipelines.
5908
+ * Configuration for a multiplex event.
5738
5909
  * @public
5739
5910
  */
5740
- PipelinesRunningCount?: number;
5911
+ MultiplexSettings: MultiplexSettings | undefined;
5741
5912
  /**
5742
- * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
5913
+ * Name of multiplex.
5743
5914
  * @public
5744
5915
  */
5745
- RoleArn?: string;
5916
+ Name: string | undefined;
5746
5917
  /**
5747
- * Placeholder documentation for ChannelState
5918
+ * Unique request ID. This prevents retries from creating multiple
5919
+ * resources.
5748
5920
  * @public
5749
5921
  */
5750
- State?: ChannelState;
5922
+ RequestId?: string;
5751
5923
  /**
5752
5924
  * A collection of key-value pairs.
5753
5925
  * @public
5754
5926
  */
5755
5927
  Tags?: Record<string, string>;
5756
- /**
5757
- * Settings for VPC output
5758
- * @public
5759
- */
5760
- Vpc?: VpcOutputSettingsDescription;
5761
5928
  }
5762
5929
  /**
5763
- * Placeholder documentation for DeleteInputRequest
5764
- * @public
5765
- */
5766
- export interface DeleteInputRequest {
5767
- /**
5768
- * Unique ID of the input
5769
- * @public
5770
- */
5771
- InputId: string | undefined;
5772
- }
5773
- /**
5774
- * Placeholder documentation for DeleteInputResponse
5775
- * @public
5776
- */
5777
- export interface DeleteInputResponse {
5778
- }
5779
- /**
5780
- * Placeholder documentation for DeleteInputSecurityGroupRequest
5781
- * @public
5782
- */
5783
- export interface DeleteInputSecurityGroupRequest {
5784
- /**
5785
- * The Input Security Group to delete
5786
- * @public
5787
- */
5788
- InputSecurityGroupId: string | undefined;
5789
- }
5790
- /**
5791
- * Placeholder documentation for DeleteInputSecurityGroupResponse
5792
- * @public
5793
- */
5794
- export interface DeleteInputSecurityGroupResponse {
5795
- }
5796
- /**
5797
- * Placeholder documentation for DeleteMultiplexRequest
5798
- * @public
5799
- */
5800
- export interface DeleteMultiplexRequest {
5801
- /**
5802
- * The ID of the multiplex.
5803
- * @public
5804
- */
5805
- MultiplexId: string | undefined;
5806
- }
5807
- /**
5808
- * Placeholder documentation for DeleteMultiplexResponse
5930
+ * The multiplex object.
5809
5931
  * @public
5810
5932
  */
5811
- export interface DeleteMultiplexResponse {
5933
+ export interface Multiplex {
5812
5934
  /**
5813
5935
  * The unique arn of the multiplex.
5814
5936
  * @public
@@ -5861,681 +5983,595 @@ export interface DeleteMultiplexResponse {
5861
5983
  Tags?: Record<string, string>;
5862
5984
  }
5863
5985
  /**
5864
- * Placeholder documentation for DeleteMultiplexProgramRequest
5986
+ * Placeholder documentation for CreateMultiplexResponse
5865
5987
  * @public
5866
5988
  */
5867
- export interface DeleteMultiplexProgramRequest {
5868
- /**
5869
- * The ID of the multiplex that the program belongs to.
5870
- * @public
5871
- */
5872
- MultiplexId: string | undefined;
5989
+ export interface CreateMultiplexResponse {
5873
5990
  /**
5874
- * The multiplex program name.
5991
+ * The newly created multiplex.
5875
5992
  * @public
5876
5993
  */
5877
- ProgramName: string | undefined;
5994
+ Multiplex?: Multiplex;
5878
5995
  }
5879
5996
  /**
5880
- * Placeholder documentation for DeleteMultiplexProgramResponse
5881
5997
  * @public
5998
+ * @enum
5882
5999
  */
5883
- export interface DeleteMultiplexProgramResponse {
5884
- /**
5885
- * The MediaLive channel associated with the program.
5886
- * @public
5887
- */
5888
- ChannelId?: string;
5889
- /**
5890
- * The settings for this multiplex program.
5891
- * @public
5892
- */
5893
- MultiplexProgramSettings?: MultiplexProgramSettings;
5894
- /**
5895
- * The packet identifier map for this multiplex program.
5896
- * @public
5897
- */
5898
- PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
5899
- /**
5900
- * Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
5901
- * @public
5902
- */
5903
- PipelineDetails?: MultiplexProgramPipelineDetail[];
5904
- /**
5905
- * The name of the multiplex program.
5906
- * @public
5907
- */
5908
- ProgramName?: string;
5909
- }
6000
+ export declare const PreferredChannelPipeline: {
6001
+ readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
6002
+ readonly PIPELINE_0: "PIPELINE_0";
6003
+ readonly PIPELINE_1: "PIPELINE_1";
6004
+ };
5910
6005
  /**
5911
- * Placeholder documentation for DeleteReservationRequest
5912
6006
  * @public
5913
6007
  */
5914
- export interface DeleteReservationRequest {
5915
- /**
5916
- * Unique reservation ID, e.g. '1234567'
5917
- * @public
5918
- */
5919
- ReservationId: string | undefined;
5920
- }
6008
+ export type PreferredChannelPipeline = (typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
5921
6009
  /**
5922
- * Placeholder documentation for DeleteReservationResponse
6010
+ * Transport stream service descriptor configuration for the Multiplex program.
5923
6011
  * @public
5924
6012
  */
5925
- export interface DeleteReservationResponse {
5926
- /**
5927
- * Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
5928
- * @public
5929
- */
5930
- Arn?: string;
5931
- /**
5932
- * Number of reserved resources
5933
- * @public
5934
- */
5935
- Count?: number;
5936
- /**
5937
- * Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
5938
- * @public
5939
- */
5940
- CurrencyCode?: string;
5941
- /**
5942
- * Lease duration, e.g. '12'
5943
- * @public
5944
- */
5945
- Duration?: number;
5946
- /**
5947
- * Units for duration, e.g. 'MONTHS'
5948
- * @public
5949
- */
5950
- DurationUnits?: OfferingDurationUnits;
5951
- /**
5952
- * Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'
5953
- * @public
5954
- */
5955
- End?: string;
5956
- /**
5957
- * One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
5958
- * @public
5959
- */
5960
- FixedPrice?: number;
5961
- /**
5962
- * User specified reservation name
5963
- * @public
5964
- */
5965
- Name?: string;
5966
- /**
5967
- * Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
5968
- * @public
5969
- */
5970
- OfferingDescription?: string;
6013
+ export interface MultiplexProgramServiceDescriptor {
5971
6014
  /**
5972
- * Unique offering ID, e.g. '87654321'
6015
+ * Name of the provider.
5973
6016
  * @public
5974
6017
  */
5975
- OfferingId?: string;
6018
+ ProviderName: string | undefined;
5976
6019
  /**
5977
- * Offering type, e.g. 'NO_UPFRONT'
6020
+ * Name of the service.
5978
6021
  * @public
5979
6022
  */
5980
- OfferingType?: OfferingType;
6023
+ ServiceName: string | undefined;
6024
+ }
6025
+ /**
6026
+ * Statmux rate control settings
6027
+ * @public
6028
+ */
6029
+ export interface MultiplexStatmuxVideoSettings {
5981
6030
  /**
5982
- * AWS region, e.g. 'us-west-2'
6031
+ * Maximum statmux bitrate.
5983
6032
  * @public
5984
6033
  */
5985
- Region?: string;
6034
+ MaximumBitrate?: number;
5986
6035
  /**
5987
- * Renewal settings for the reservation
6036
+ * Minimum statmux bitrate.
5988
6037
  * @public
5989
6038
  */
5990
- RenewalSettings?: RenewalSettings;
6039
+ MinimumBitrate?: number;
5991
6040
  /**
5992
- * Unique reservation ID, e.g. '1234567'
6041
+ * The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
5993
6042
  * @public
5994
6043
  */
5995
- ReservationId?: string;
6044
+ Priority?: number;
6045
+ }
6046
+ /**
6047
+ * The video configuration for each program in a multiplex.
6048
+ * @public
6049
+ */
6050
+ export interface MultiplexVideoSettings {
5996
6051
  /**
5997
- * Resource configuration details
6052
+ * The constant bitrate configuration for the video encode.
6053
+ * When this field is defined, StatmuxSettings must be undefined.
5998
6054
  * @public
5999
6055
  */
6000
- ResourceSpecification?: ReservationResourceSpecification;
6056
+ ConstantBitrate?: number;
6001
6057
  /**
6002
- * Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'
6058
+ * Statmux rate control settings.
6059
+ * When this field is defined, ConstantBitrate must be undefined.
6003
6060
  * @public
6004
6061
  */
6005
- Start?: string;
6062
+ StatmuxSettings?: MultiplexStatmuxVideoSettings;
6063
+ }
6064
+ /**
6065
+ * Multiplex Program settings configuration.
6066
+ * @public
6067
+ */
6068
+ export interface MultiplexProgramSettings {
6006
6069
  /**
6007
- * Current state of reservation, e.g. 'ACTIVE'
6070
+ * Indicates which pipeline is preferred by the multiplex for program ingest.
6008
6071
  * @public
6009
6072
  */
6010
- State?: ReservationState;
6073
+ PreferredChannelPipeline?: PreferredChannelPipeline;
6011
6074
  /**
6012
- * A collection of key-value pairs
6075
+ * Unique program number.
6013
6076
  * @public
6014
6077
  */
6015
- Tags?: Record<string, string>;
6078
+ ProgramNumber: number | undefined;
6016
6079
  /**
6017
- * Recurring usage charge for each reserved resource, e.g. '157.0'
6080
+ * Transport stream service descriptor configuration for the Multiplex program.
6018
6081
  * @public
6019
6082
  */
6020
- UsagePrice?: number;
6021
- }
6022
- /**
6023
- * Placeholder documentation for DeleteScheduleRequest
6024
- * @public
6025
- */
6026
- export interface DeleteScheduleRequest {
6083
+ ServiceDescriptor?: MultiplexProgramServiceDescriptor;
6027
6084
  /**
6028
- * Id of the channel whose schedule is being deleted.
6085
+ * Program video settings configuration.
6029
6086
  * @public
6030
6087
  */
6031
- ChannelId: string | undefined;
6032
- }
6033
- /**
6034
- * Placeholder documentation for DeleteScheduleResponse
6035
- * @public
6036
- */
6037
- export interface DeleteScheduleResponse {
6088
+ VideoSettings?: MultiplexVideoSettings;
6038
6089
  }
6039
6090
  /**
6040
- * Placeholder documentation for DeleteTagsRequest
6091
+ * A request to create a program in a multiplex.
6041
6092
  * @public
6042
6093
  */
6043
- export interface DeleteTagsRequest {
6044
- /**
6045
- * Placeholder documentation for __string
6046
- * @public
6047
- */
6048
- ResourceArn: string | undefined;
6094
+ export interface CreateMultiplexProgramRequest {
6049
6095
  /**
6050
- * An array of tag keys to delete
6096
+ * ID of the multiplex where the program is to be created.
6051
6097
  * @public
6052
6098
  */
6053
- TagKeys: string[] | undefined;
6054
- }
6055
- /**
6056
- * Placeholder documentation for DescribeAccountConfigurationRequest
6057
- * @public
6058
- */
6059
- export interface DescribeAccountConfigurationRequest {
6060
- }
6061
- /**
6062
- * Placeholder documentation for DescribeAccountConfigurationResponse
6063
- * @public
6064
- */
6065
- export interface DescribeAccountConfigurationResponse {
6099
+ MultiplexId: string | undefined;
6066
6100
  /**
6067
- * Placeholder documentation for AccountConfiguration
6101
+ * The settings for this multiplex program.
6068
6102
  * @public
6069
6103
  */
6070
- AccountConfiguration?: AccountConfiguration;
6071
- }
6072
- /**
6073
- * Placeholder documentation for DescribeChannelRequest
6074
- * @public
6075
- */
6076
- export interface DescribeChannelRequest {
6104
+ MultiplexProgramSettings: MultiplexProgramSettings | undefined;
6077
6105
  /**
6078
- * channel ID
6106
+ * Name of multiplex program.
6079
6107
  * @public
6080
6108
  */
6081
- ChannelId: string | undefined;
6109
+ ProgramName: string | undefined;
6110
+ /**
6111
+ * Unique request ID. This prevents retries from creating multiple
6112
+ * resources.
6113
+ * @public
6114
+ */
6115
+ RequestId?: string;
6082
6116
  }
6083
6117
  /**
6084
- * Placeholder documentation for DescribeChannelResponse
6118
+ * Packet identifiers map for a given Multiplex program.
6085
6119
  * @public
6086
6120
  */
6087
- export interface DescribeChannelResponse {
6121
+ export interface MultiplexProgramPacketIdentifiersMap {
6088
6122
  /**
6089
- * The unique arn of the channel.
6123
+ * Placeholder documentation for __listOf__integer
6090
6124
  * @public
6091
6125
  */
6092
- Arn?: string;
6126
+ AudioPids?: number[];
6093
6127
  /**
6094
- * Specification of CDI inputs for this channel
6128
+ * Placeholder documentation for __listOf__integer
6095
6129
  * @public
6096
6130
  */
6097
- CdiInputSpecification?: CdiInputSpecification;
6131
+ DvbSubPids?: number[];
6098
6132
  /**
6099
- * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
6133
+ * Placeholder documentation for __integer
6100
6134
  * @public
6101
6135
  */
6102
- ChannelClass?: ChannelClass;
6136
+ DvbTeletextPid?: number;
6103
6137
  /**
6104
- * A list of destinations of the channel. For UDP outputs, there is one
6105
- * destination per output. For other types (HLS, for example), there is
6106
- * one destination per packager.
6138
+ * Placeholder documentation for __integer
6107
6139
  * @public
6108
6140
  */
6109
- Destinations?: OutputDestination[];
6141
+ EtvPlatformPid?: number;
6110
6142
  /**
6111
- * The endpoints where outgoing connections initiate from
6143
+ * Placeholder documentation for __integer
6112
6144
  * @public
6113
6145
  */
6114
- EgressEndpoints?: ChannelEgressEndpoint[];
6146
+ EtvSignalPid?: number;
6115
6147
  /**
6116
- * Encoder Settings
6148
+ * Placeholder documentation for __listOf__integer
6117
6149
  * @public
6118
6150
  */
6119
- EncoderSettings?: EncoderSettings;
6151
+ KlvDataPids?: number[];
6120
6152
  /**
6121
- * The unique id of the channel.
6153
+ * Placeholder documentation for __integer
6122
6154
  * @public
6123
6155
  */
6124
- Id?: string;
6156
+ PcrPid?: number;
6125
6157
  /**
6126
- * List of input attachments for channel.
6158
+ * Placeholder documentation for __integer
6127
6159
  * @public
6128
6160
  */
6129
- InputAttachments?: InputAttachment[];
6161
+ PmtPid?: number;
6130
6162
  /**
6131
- * Specification of network and file inputs for this channel
6163
+ * Placeholder documentation for __integer
6132
6164
  * @public
6133
6165
  */
6134
- InputSpecification?: InputSpecification;
6166
+ PrivateMetadataPid?: number;
6135
6167
  /**
6136
- * The log level being written to CloudWatch Logs.
6168
+ * Placeholder documentation for __listOf__integer
6137
6169
  * @public
6138
6170
  */
6139
- LogLevel?: LogLevel;
6171
+ Scte27Pids?: number[];
6140
6172
  /**
6141
- * Maintenance settings for this channel.
6173
+ * Placeholder documentation for __integer
6142
6174
  * @public
6143
6175
  */
6144
- Maintenance?: MaintenanceStatus;
6176
+ Scte35Pid?: number;
6145
6177
  /**
6146
- * The name of the channel. (user-mutable)
6178
+ * Placeholder documentation for __integer
6147
6179
  * @public
6148
6180
  */
6149
- Name?: string;
6181
+ TimedMetadataPid?: number;
6150
6182
  /**
6151
- * Runtime details for the pipelines of a running channel.
6183
+ * Placeholder documentation for __integer
6152
6184
  * @public
6153
6185
  */
6154
- PipelineDetails?: PipelineDetail[];
6186
+ VideoPid?: number;
6187
+ }
6188
+ /**
6189
+ * The multiplex program object.
6190
+ * @public
6191
+ */
6192
+ export interface MultiplexProgram {
6155
6193
  /**
6156
- * The number of currently healthy pipelines.
6194
+ * The MediaLive channel associated with the program.
6157
6195
  * @public
6158
6196
  */
6159
- PipelinesRunningCount?: number;
6197
+ ChannelId?: string;
6160
6198
  /**
6161
- * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
6199
+ * The settings for this multiplex program.
6162
6200
  * @public
6163
6201
  */
6164
- RoleArn?: string;
6202
+ MultiplexProgramSettings?: MultiplexProgramSettings;
6165
6203
  /**
6166
- * Placeholder documentation for ChannelState
6204
+ * The packet identifier map for this multiplex program.
6167
6205
  * @public
6168
6206
  */
6169
- State?: ChannelState;
6207
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
6170
6208
  /**
6171
- * A collection of key-value pairs.
6209
+ * Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
6172
6210
  * @public
6173
6211
  */
6174
- Tags?: Record<string, string>;
6212
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
6175
6213
  /**
6176
- * Settings for VPC output
6214
+ * The name of the multiplex program.
6177
6215
  * @public
6178
6216
  */
6179
- Vpc?: VpcOutputSettingsDescription;
6217
+ ProgramName?: string;
6180
6218
  }
6181
6219
  /**
6182
- * Placeholder documentation for DescribeInputRequest
6220
+ * Placeholder documentation for CreateMultiplexProgramResponse
6183
6221
  * @public
6184
6222
  */
6185
- export interface DescribeInputRequest {
6223
+ export interface CreateMultiplexProgramResponse {
6186
6224
  /**
6187
- * Unique ID of the input
6225
+ * The newly created multiplex program.
6188
6226
  * @public
6189
6227
  */
6190
- InputId: string | undefined;
6228
+ MultiplexProgram?: MultiplexProgram;
6191
6229
  }
6192
6230
  /**
6193
- * Placeholder documentation for DescribeInputResponse
6231
+ * A request to create a partner input
6194
6232
  * @public
6195
6233
  */
6196
- export interface DescribeInputResponse {
6197
- /**
6198
- * The Unique ARN of the input (generated, immutable).
6199
- * @public
6200
- */
6201
- Arn?: string;
6234
+ export interface CreatePartnerInputRequest {
6202
6235
  /**
6203
- * A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
6236
+ * Unique ID of the input.
6204
6237
  * @public
6205
6238
  */
6206
- AttachedChannels?: string[];
6239
+ InputId: string | undefined;
6207
6240
  /**
6208
- * A list of the destinations of the input (PUSH-type).
6241
+ * Unique identifier of the request to ensure the request is handled
6242
+ * exactly once in case of retries.
6209
6243
  * @public
6210
6244
  */
6211
- Destinations?: InputDestination[];
6245
+ RequestId?: string;
6212
6246
  /**
6213
- * The generated ID of the input (unique for user account, immutable).
6247
+ * A collection of key-value pairs.
6214
6248
  * @public
6215
6249
  */
6216
- Id?: string;
6250
+ Tags?: Record<string, string>;
6251
+ }
6252
+ /**
6253
+ * Placeholder documentation for CreatePartnerInputResponse
6254
+ * @public
6255
+ */
6256
+ export interface CreatePartnerInputResponse {
6217
6257
  /**
6218
- * STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.
6219
- * SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
6258
+ * Placeholder documentation for Input
6220
6259
  * @public
6221
6260
  */
6222
- InputClass?: InputClass;
6261
+ Input?: Input;
6262
+ }
6263
+ /**
6264
+ * Placeholder documentation for CreateSignalMapRequest
6265
+ * @public
6266
+ */
6267
+ export interface CreateSignalMapRequest {
6223
6268
  /**
6224
- * Settings for the input devices.
6269
+ * Placeholder documentation for __listOf__stringPatternS
6225
6270
  * @public
6226
6271
  */
6227
- InputDevices?: InputDeviceSettings[];
6272
+ CloudWatchAlarmTemplateGroupIdentifiers?: string[];
6228
6273
  /**
6229
- * A list of IDs for all Inputs which are partners of this one.
6274
+ * A resource's optional description.
6230
6275
  * @public
6231
6276
  */
6232
- InputPartnerIds?: string[];
6277
+ Description?: string;
6233
6278
  /**
6234
- * Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
6235
- * during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.
6279
+ * A top-level supported AWS resource ARN to discovery a signal map from.
6236
6280
  * @public
6237
6281
  */
6238
- InputSourceType?: InputSourceType;
6282
+ DiscoveryEntryPointArn: string | undefined;
6239
6283
  /**
6240
- * A list of MediaConnect Flows for this input.
6284
+ * Placeholder documentation for __listOf__stringPatternS
6241
6285
  * @public
6242
6286
  */
6243
- MediaConnectFlows?: MediaConnectFlow[];
6287
+ EventBridgeRuleTemplateGroupIdentifiers?: string[];
6244
6288
  /**
6245
- * The user-assigned name (This is a mutable value).
6289
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
6246
6290
  * @public
6247
6291
  */
6248
- Name?: string;
6292
+ Name: string | undefined;
6249
6293
  /**
6250
- * The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
6294
+ * Represents the tags associated with a resource.
6251
6295
  * @public
6252
6296
  */
6253
- RoleArn?: string;
6297
+ Tags?: Record<string, string>;
6298
+ }
6299
+ /**
6300
+ * An AWS resource used in media workflows.
6301
+ * @public
6302
+ */
6303
+ export interface MediaResource {
6254
6304
  /**
6255
- * A list of IDs for all the Input Security Groups attached to the input.
6305
+ * Placeholder documentation for __listOfMediaResourceNeighbor
6256
6306
  * @public
6257
6307
  */
6258
- SecurityGroups?: string[];
6308
+ Destinations?: MediaResourceNeighbor[];
6259
6309
  /**
6260
- * A list of the sources of the input (PULL-type).
6310
+ * The logical name of an AWS media resource.
6261
6311
  * @public
6262
6312
  */
6263
- Sources?: InputSource[];
6313
+ Name?: string;
6264
6314
  /**
6265
- * Placeholder documentation for InputState
6315
+ * Placeholder documentation for __listOfMediaResourceNeighbor
6266
6316
  * @public
6267
6317
  */
6268
- State?: InputState;
6318
+ Sources?: MediaResourceNeighbor[];
6319
+ }
6320
+ /**
6321
+ * Represents the latest successful monitor deployment of a signal map.
6322
+ * @public
6323
+ */
6324
+ export interface SuccessfulMonitorDeployment {
6269
6325
  /**
6270
- * A collection of key-value pairs.
6326
+ * URI associated with a signal map's monitor deployment.
6271
6327
  * @public
6272
6328
  */
6273
- Tags?: Record<string, string>;
6329
+ DetailsUri: string | undefined;
6274
6330
  /**
6275
- * The different types of inputs that AWS Elemental MediaLive supports.
6331
+ * A signal map's monitor deployment status.
6276
6332
  * @public
6277
6333
  */
6278
- Type?: InputType;
6334
+ Status: SignalMapMonitorDeploymentStatus | undefined;
6279
6335
  }
6280
6336
  /**
6281
- * Placeholder documentation for DescribeInputDeviceRequest
6337
+ * Represents the latest monitor deployment of a signal map.
6282
6338
  * @public
6283
6339
  */
6284
- export interface DescribeInputDeviceRequest {
6340
+ export interface MonitorDeployment {
6285
6341
  /**
6286
- * The unique ID of this input device. For example, hd-123456789abcdef.
6342
+ * URI associated with a signal map's monitor deployment.
6287
6343
  * @public
6288
6344
  */
6289
- InputDeviceId: string | undefined;
6345
+ DetailsUri?: string;
6346
+ /**
6347
+ * Error message associated with a failed monitor deployment of a signal map.
6348
+ * @public
6349
+ */
6350
+ ErrorMessage?: string;
6351
+ /**
6352
+ * A signal map's monitor deployment status.
6353
+ * @public
6354
+ */
6355
+ Status: SignalMapMonitorDeploymentStatus | undefined;
6290
6356
  }
6291
6357
  /**
6292
- * Placeholder documentation for DescribeInputDeviceResponse
6358
+ * Placeholder documentation for CreateSignalMapResponse
6293
6359
  * @public
6294
6360
  */
6295
- export interface DescribeInputDeviceResponse {
6361
+ export interface CreateSignalMapResponse {
6296
6362
  /**
6297
- * The unique ARN of the input device.
6363
+ * A signal map's ARN (Amazon Resource Name)
6298
6364
  * @public
6299
6365
  */
6300
6366
  Arn?: string;
6301
6367
  /**
6302
- * The state of the connection between the input device and AWS.
6368
+ * Placeholder documentation for __listOf__stringMin7Max11PatternAws097
6303
6369
  * @public
6304
6370
  */
6305
- ConnectionState?: InputDeviceConnectionState;
6371
+ CloudWatchAlarmTemplateGroupIds?: string[];
6306
6372
  /**
6307
- * The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
6373
+ * Placeholder documentation for __timestampIso8601
6308
6374
  * @public
6309
6375
  */
6310
- DeviceSettingsSyncState?: DeviceSettingsSyncState;
6376
+ CreatedAt?: Date;
6311
6377
  /**
6312
- * The status of software on the input device.
6378
+ * A resource's optional description.
6313
6379
  * @public
6314
6380
  */
6315
- DeviceUpdateStatus?: DeviceUpdateStatus;
6381
+ Description?: string;
6316
6382
  /**
6317
- * Settings that describe an input device that is type HD.
6383
+ * A top-level supported AWS resource ARN to discovery a signal map from.
6318
6384
  * @public
6319
6385
  */
6320
- HdDeviceSettings?: InputDeviceHdSettings;
6386
+ DiscoveryEntryPointArn?: string;
6321
6387
  /**
6322
- * The unique ID of the input device.
6388
+ * Error message associated with a failed creation or failed update attempt of a signal map.
6323
6389
  * @public
6324
6390
  */
6325
- Id?: string;
6391
+ ErrorMessage?: string;
6326
6392
  /**
6327
- * The network MAC address of the input device.
6393
+ * Placeholder documentation for __listOf__stringMin7Max11PatternAws097
6328
6394
  * @public
6329
6395
  */
6330
- MacAddress?: string;
6396
+ EventBridgeRuleTemplateGroupIds?: string[];
6331
6397
  /**
6332
- * A name that you specify for the input device.
6398
+ * A map representing an incomplete AWS media workflow as a graph.
6333
6399
  * @public
6334
6400
  */
6335
- Name?: string;
6401
+ FailedMediaResourceMap?: Record<string, MediaResource>;
6336
6402
  /**
6337
- * The network settings for the input device.
6403
+ * A signal map's id.
6338
6404
  * @public
6339
6405
  */
6340
- NetworkSettings?: InputDeviceNetworkSettings;
6406
+ Id?: string;
6341
6407
  /**
6342
- * The unique serial number of the input device.
6408
+ * Placeholder documentation for __timestampIso8601
6343
6409
  * @public
6344
6410
  */
6345
- SerialNumber?: string;
6411
+ LastDiscoveredAt?: Date;
6346
6412
  /**
6347
- * The type of the input device.
6413
+ * Represents the latest successful monitor deployment of a signal map.
6348
6414
  * @public
6349
6415
  */
6350
- Type?: InputDeviceType;
6416
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
6351
6417
  /**
6352
- * Settings that describe an input device that is type UHD.
6418
+ * A map representing an AWS media workflow as a graph.
6353
6419
  * @public
6354
6420
  */
6355
- UhdDeviceSettings?: InputDeviceUhdSettings;
6421
+ MediaResourceMap?: Record<string, MediaResource>;
6356
6422
  /**
6357
- * A collection of key-value pairs.
6423
+ * Placeholder documentation for __timestampIso8601
6358
6424
  * @public
6359
6425
  */
6360
- Tags?: Record<string, string>;
6426
+ ModifiedAt?: Date;
6361
6427
  /**
6362
- * The Availability Zone associated with this input device.
6428
+ * If true, there are pending monitor changes for this signal map that can be deployed.
6363
6429
  * @public
6364
6430
  */
6365
- AvailabilityZone?: string;
6431
+ MonitorChangesPendingDeployment?: boolean;
6366
6432
  /**
6367
- * An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
6433
+ * Represents the latest monitor deployment of a signal map.
6368
6434
  * @public
6369
6435
  */
6370
- MedialiveInputArns?: string[];
6436
+ MonitorDeployment?: MonitorDeployment;
6371
6437
  /**
6372
- * The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
6438
+ * A resource's name. Names must be unique within the scope of a resource type in a specific region.
6373
6439
  * @public
6374
6440
  */
6375
- OutputType?: InputDeviceOutputType;
6376
- }
6377
- /**
6378
- * Placeholder documentation for DescribeInputDeviceThumbnailRequest
6379
- * @public
6380
- */
6381
- export interface DescribeInputDeviceThumbnailRequest {
6441
+ Name?: string;
6382
6442
  /**
6383
- * The unique ID of this input device. For example, hd-123456789abcdef.
6443
+ * A signal map's current status which is dependent on its lifecycle actions or associated jobs.
6384
6444
  * @public
6385
6445
  */
6386
- InputDeviceId: string | undefined;
6446
+ Status?: SignalMapStatus;
6387
6447
  /**
6388
- * The HTTP Accept header. Indicates the requested type for the thumbnail.
6448
+ * Represents the tags associated with a resource.
6389
6449
  * @public
6390
6450
  */
6391
- Accept: AcceptHeader | undefined;
6451
+ Tags?: Record<string, string>;
6392
6452
  }
6393
6453
  /**
6394
- * Placeholder documentation for DescribeInputDeviceThumbnailResponse
6454
+ * Placeholder documentation for CreateTagsRequest
6395
6455
  * @public
6396
6456
  */
6397
- export interface DescribeInputDeviceThumbnailResponse {
6398
- /**
6399
- * The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
6400
- * @public
6401
- */
6402
- Body?: StreamingBlobTypes;
6403
- /**
6404
- * Specifies the media type of the thumbnail.
6405
- * @public
6406
- */
6407
- ContentType?: ContentType;
6408
- /**
6409
- * The length of the content.
6410
- * @public
6411
- */
6412
- ContentLength?: number;
6457
+ export interface CreateTagsRequest {
6413
6458
  /**
6414
- * The unique, cacheable version of this thumbnail.
6459
+ * Placeholder documentation for __string
6415
6460
  * @public
6416
6461
  */
6417
- ETag?: string;
6462
+ ResourceArn: string | undefined;
6418
6463
  /**
6419
- * The date and time the thumbnail was last updated at the device.
6464
+ * Placeholder documentation for Tags
6420
6465
  * @public
6421
6466
  */
6422
- LastModified?: Date;
6467
+ Tags?: Record<string, string>;
6423
6468
  }
6424
6469
  /**
6425
- * Placeholder documentation for DescribeInputSecurityGroupRequest
6470
+ * Placeholder documentation for DeleteChannelRequest
6426
6471
  * @public
6427
6472
  */
6428
- export interface DescribeInputSecurityGroupRequest {
6473
+ export interface DeleteChannelRequest {
6429
6474
  /**
6430
- * The id of the Input Security Group to describe
6475
+ * Unique ID of the channel.
6431
6476
  * @public
6432
6477
  */
6433
- InputSecurityGroupId: string | undefined;
6478
+ ChannelId: string | undefined;
6434
6479
  }
6435
6480
  /**
6436
- * Placeholder documentation for DescribeInputSecurityGroupResponse
6481
+ * Placeholder documentation for DeleteChannelResponse
6437
6482
  * @public
6438
6483
  */
6439
- export interface DescribeInputSecurityGroupResponse {
6484
+ export interface DeleteChannelResponse {
6440
6485
  /**
6441
- * Unique ARN of Input Security Group
6486
+ * The unique arn of the channel.
6442
6487
  * @public
6443
6488
  */
6444
6489
  Arn?: string;
6445
6490
  /**
6446
- * The Id of the Input Security Group
6491
+ * Specification of CDI inputs for this channel
6447
6492
  * @public
6448
6493
  */
6449
- Id?: string;
6494
+ CdiInputSpecification?: CdiInputSpecification;
6450
6495
  /**
6451
- * The list of inputs currently using this Input Security Group.
6496
+ * The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
6452
6497
  * @public
6453
6498
  */
6454
- Inputs?: string[];
6499
+ ChannelClass?: ChannelClass;
6455
6500
  /**
6456
- * The current state of the Input Security Group.
6501
+ * A list of destinations of the channel. For UDP outputs, there is one
6502
+ * destination per output. For other types (HLS, for example), there is
6503
+ * one destination per packager.
6457
6504
  * @public
6458
6505
  */
6459
- State?: InputSecurityGroupState;
6506
+ Destinations?: OutputDestination[];
6460
6507
  /**
6461
- * A collection of key-value pairs.
6508
+ * The endpoints where outgoing connections initiate from
6462
6509
  * @public
6463
6510
  */
6464
- Tags?: Record<string, string>;
6511
+ EgressEndpoints?: ChannelEgressEndpoint[];
6465
6512
  /**
6466
- * Whitelist rules and their sync status
6513
+ * Encoder Settings
6467
6514
  * @public
6468
6515
  */
6469
- WhitelistRules?: InputWhitelistRule[];
6470
- }
6471
- /**
6472
- * Placeholder documentation for DescribeMultiplexRequest
6473
- * @public
6474
- */
6475
- export interface DescribeMultiplexRequest {
6516
+ EncoderSettings?: EncoderSettings;
6476
6517
  /**
6477
- * The ID of the multiplex.
6518
+ * The unique id of the channel.
6478
6519
  * @public
6479
6520
  */
6480
- MultiplexId: string | undefined;
6481
- }
6482
- /**
6483
- * Placeholder documentation for DescribeMultiplexResponse
6484
- * @public
6485
- */
6486
- export interface DescribeMultiplexResponse {
6521
+ Id?: string;
6487
6522
  /**
6488
- * The unique arn of the multiplex.
6523
+ * List of input attachments for channel.
6489
6524
  * @public
6490
6525
  */
6491
- Arn?: string;
6526
+ InputAttachments?: InputAttachment[];
6492
6527
  /**
6493
- * A list of availability zones for the multiplex.
6528
+ * Specification of network and file inputs for this channel
6494
6529
  * @public
6495
6530
  */
6496
- AvailabilityZones?: string[];
6531
+ InputSpecification?: InputSpecification;
6497
6532
  /**
6498
- * A list of the multiplex output destinations.
6533
+ * The log level being written to CloudWatch Logs.
6499
6534
  * @public
6500
6535
  */
6501
- Destinations?: MultiplexOutputDestination[];
6536
+ LogLevel?: LogLevel;
6502
6537
  /**
6503
- * The unique id of the multiplex.
6538
+ * Maintenance settings for this channel.
6504
6539
  * @public
6505
6540
  */
6506
- Id?: string;
6541
+ Maintenance?: MaintenanceStatus;
6507
6542
  /**
6508
- * Configuration for a multiplex event.
6543
+ * The name of the channel. (user-mutable)
6509
6544
  * @public
6510
6545
  */
6511
- MultiplexSettings?: MultiplexSettings;
6546
+ Name?: string;
6512
6547
  /**
6513
- * The name of the multiplex.
6548
+ * Runtime details for the pipelines of a running channel.
6514
6549
  * @public
6515
6550
  */
6516
- Name?: string;
6551
+ PipelineDetails?: PipelineDetail[];
6517
6552
  /**
6518
6553
  * The number of currently healthy pipelines.
6519
6554
  * @public
6520
6555
  */
6521
6556
  PipelinesRunningCount?: number;
6522
6557
  /**
6523
- * The number of programs in the multiplex.
6558
+ * The Amazon Resource Name (ARN) of the role assumed when running the Channel.
6524
6559
  * @public
6525
6560
  */
6526
- ProgramCount?: number;
6561
+ RoleArn?: string;
6527
6562
  /**
6528
- * The current state of the multiplex.
6563
+ * Placeholder documentation for ChannelState
6529
6564
  * @public
6530
6565
  */
6531
- State?: MultiplexState;
6566
+ State?: ChannelState;
6532
6567
  /**
6533
6568
  * A collection of key-value pairs.
6534
6569
  * @public
6535
6570
  */
6536
6571
  Tags?: Record<string, string>;
6572
+ /**
6573
+ * Settings for VPC output
6574
+ * @public
6575
+ */
6576
+ Vpc?: VpcOutputSettingsDescription;
6537
6577
  }
6538
- /**
6539
- * @internal
6540
- */
6541
- export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;