@aws-sdk/client-medialive 3.325.0 → 3.326.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 (60) hide show
  1. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +4 -0
  2. package/dist-types/commands/BatchDeleteCommand.d.ts +20 -0
  3. package/dist-types/commands/BatchStartCommand.d.ts +20 -0
  4. package/dist-types/commands/BatchStopCommand.d.ts +20 -0
  5. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +263 -0
  6. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +4 -0
  7. package/dist-types/commands/ClaimDeviceCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateChannelCommand.d.ts +1011 -0
  9. package/dist-types/commands/CreateInputCommand.d.ts +55 -0
  10. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +21 -0
  11. package/dist-types/commands/CreateMultiplexCommand.d.ts +32 -0
  12. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +54 -0
  13. package/dist-types/commands/CreatePartnerInputCommand.d.ts +55 -0
  14. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteChannelCommand.d.ts +1009 -0
  16. package/dist-types/commands/DeleteInputCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteMultiplexCommand.d.ts +30 -0
  19. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +52 -0
  20. package/dist-types/commands/DeleteReservationCommand.d.ts +38 -0
  21. package/dist-types/commands/DeleteScheduleCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeChannelCommand.d.ts +1009 -0
  24. package/dist-types/commands/DescribeInputCommand.d.ts +53 -0
  25. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +48 -0
  26. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +10 -0
  27. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +19 -0
  28. package/dist-types/commands/DescribeMultiplexCommand.d.ts +30 -0
  29. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +52 -0
  30. package/dist-types/commands/DescribeOfferingCommand.d.ts +25 -0
  31. package/dist-types/commands/DescribeReservationCommand.d.ts +38 -0
  32. package/dist-types/commands/DescribeScheduleCommand.d.ts +133 -0
  33. package/dist-types/commands/ListChannelsCommand.d.ts +208 -0
  34. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +14 -0
  35. package/dist-types/commands/ListInputDevicesCommand.d.ts +53 -0
  36. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +24 -0
  37. package/dist-types/commands/ListInputsCommand.d.ts +58 -0
  38. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +12 -0
  39. package/dist-types/commands/ListMultiplexesCommand.d.ts +25 -0
  40. package/dist-types/commands/ListOfferingsCommand.d.ts +30 -0
  41. package/dist-types/commands/ListReservationsCommand.d.ts +43 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  43. package/dist-types/commands/PurchaseOfferingCommand.d.ts +40 -0
  44. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
  45. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +4 -0
  46. package/dist-types/commands/StartChannelCommand.d.ts +1009 -0
  47. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +4 -0
  48. package/dist-types/commands/StartMultiplexCommand.d.ts +30 -0
  49. package/dist-types/commands/StopChannelCommand.d.ts +1009 -0
  50. package/dist-types/commands/StopMultiplexCommand.d.ts +30 -0
  51. package/dist-types/commands/TransferInputDeviceCommand.d.ts +4 -0
  52. package/dist-types/commands/UpdateChannelClassCommand.d.ts +1011 -0
  53. package/dist-types/commands/UpdateChannelCommand.d.ts +1011 -0
  54. package/dist-types/commands/UpdateInputCommand.d.ts +55 -0
  55. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +48 -0
  56. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +21 -0
  57. package/dist-types/commands/UpdateMultiplexCommand.d.ts +32 -0
  58. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +54 -0
  59. package/dist-types/commands/UpdateReservationCommand.d.ts +40 -0
  60. package/package.json +3 -3
@@ -32,6 +32,212 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
32
32
  * };
33
33
  * const command = new ListChannelsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListChannelsResponse
36
+ * // Channels: [ // __listOfChannelSummary
37
+ * // { // ChannelSummary
38
+ * // Arn: "STRING_VALUE",
39
+ * // CdiInputSpecification: { // CdiInputSpecification
40
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
41
+ * // },
42
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
43
+ * // Destinations: [ // __listOfOutputDestination
44
+ * // { // OutputDestination
45
+ * // Id: "STRING_VALUE",
46
+ * // MediaPackageSettings: [ // __listOfMediaPackageOutputDestinationSettings
47
+ * // { // MediaPackageOutputDestinationSettings
48
+ * // ChannelId: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // MultiplexSettings: { // MultiplexProgramChannelDestinationSettings
52
+ * // MultiplexId: "STRING_VALUE",
53
+ * // ProgramName: "STRING_VALUE",
54
+ * // },
55
+ * // Settings: [ // __listOfOutputDestinationSettings
56
+ * // { // OutputDestinationSettings
57
+ * // PasswordParam: "STRING_VALUE",
58
+ * // StreamName: "STRING_VALUE",
59
+ * // Url: "STRING_VALUE",
60
+ * // Username: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // },
64
+ * // ],
65
+ * // EgressEndpoints: [ // __listOfChannelEgressEndpoint
66
+ * // { // ChannelEgressEndpoint
67
+ * // SourceIp: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // Id: "STRING_VALUE",
71
+ * // InputAttachments: [ // __listOfInputAttachment
72
+ * // { // InputAttachment
73
+ * // AutomaticInputFailoverSettings: { // AutomaticInputFailoverSettings
74
+ * // ErrorClearTimeMsec: Number("int"),
75
+ * // FailoverConditions: [ // __listOfFailoverCondition
76
+ * // { // FailoverCondition
77
+ * // FailoverConditionSettings: { // FailoverConditionSettings
78
+ * // AudioSilenceSettings: { // AudioSilenceFailoverSettings
79
+ * // AudioSelectorName: "STRING_VALUE", // required
80
+ * // AudioSilenceThresholdMsec: Number("int"),
81
+ * // },
82
+ * // InputLossSettings: { // InputLossFailoverSettings
83
+ * // InputLossThresholdMsec: Number("int"),
84
+ * // },
85
+ * // VideoBlackSettings: { // VideoBlackFailoverSettings
86
+ * // BlackDetectThreshold: Number("double"),
87
+ * // VideoBlackThresholdMsec: Number("int"),
88
+ * // },
89
+ * // },
90
+ * // },
91
+ * // ],
92
+ * // InputPreference: "EQUAL_INPUT_PREFERENCE" || "PRIMARY_INPUT_PREFERRED",
93
+ * // SecondaryInputId: "STRING_VALUE", // required
94
+ * // },
95
+ * // InputAttachmentName: "STRING_VALUE",
96
+ * // InputId: "STRING_VALUE",
97
+ * // InputSettings: { // InputSettings
98
+ * // AudioSelectors: [ // __listOfAudioSelector
99
+ * // { // AudioSelector
100
+ * // Name: "STRING_VALUE", // required
101
+ * // SelectorSettings: { // AudioSelectorSettings
102
+ * // AudioHlsRenditionSelection: { // AudioHlsRenditionSelection
103
+ * // GroupId: "STRING_VALUE", // required
104
+ * // Name: "STRING_VALUE", // required
105
+ * // },
106
+ * // AudioLanguageSelection: { // AudioLanguageSelection
107
+ * // LanguageCode: "STRING_VALUE", // required
108
+ * // LanguageSelectionPolicy: "LOOSE" || "STRICT",
109
+ * // },
110
+ * // AudioPidSelection: { // AudioPidSelection
111
+ * // Pid: Number("int"), // required
112
+ * // },
113
+ * // AudioTrackSelection: { // AudioTrackSelection
114
+ * // Tracks: [ // __listOfAudioTrack // required
115
+ * // { // AudioTrack
116
+ * // Track: Number("int"), // required
117
+ * // },
118
+ * // ],
119
+ * // DolbyEDecode: { // AudioDolbyEDecode
120
+ * // ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
121
+ * // },
122
+ * // },
123
+ * // },
124
+ * // },
125
+ * // ],
126
+ * // CaptionSelectors: [ // __listOfCaptionSelector
127
+ * // { // CaptionSelector
128
+ * // LanguageCode: "STRING_VALUE",
129
+ * // Name: "STRING_VALUE", // required
130
+ * // SelectorSettings: { // CaptionSelectorSettings
131
+ * // AncillarySourceSettings: { // AncillarySourceSettings
132
+ * // SourceAncillaryChannelNumber: Number("int"),
133
+ * // },
134
+ * // AribSourceSettings: {},
135
+ * // DvbSubSourceSettings: { // DvbSubSourceSettings
136
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
137
+ * // Pid: Number("int"),
138
+ * // },
139
+ * // EmbeddedSourceSettings: { // EmbeddedSourceSettings
140
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
141
+ * // Scte20Detection: "AUTO" || "OFF",
142
+ * // Source608ChannelNumber: Number("int"),
143
+ * // Source608TrackNumber: Number("int"),
144
+ * // },
145
+ * // Scte20SourceSettings: { // Scte20SourceSettings
146
+ * // Convert608To708: "DISABLED" || "UPCONVERT",
147
+ * // Source608ChannelNumber: Number("int"),
148
+ * // },
149
+ * // Scte27SourceSettings: { // Scte27SourceSettings
150
+ * // OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
151
+ * // Pid: Number("int"),
152
+ * // },
153
+ * // TeletextSourceSettings: { // TeletextSourceSettings
154
+ * // OutputRectangle: { // CaptionRectangle
155
+ * // Height: Number("double"), // required
156
+ * // LeftOffset: Number("double"), // required
157
+ * // TopOffset: Number("double"), // required
158
+ * // Width: Number("double"), // required
159
+ * // },
160
+ * // PageNumber: "STRING_VALUE",
161
+ * // },
162
+ * // },
163
+ * // },
164
+ * // ],
165
+ * // DeblockFilter: "DISABLED" || "ENABLED",
166
+ * // DenoiseFilter: "DISABLED" || "ENABLED",
167
+ * // FilterStrength: Number("int"),
168
+ * // InputFilter: "AUTO" || "DISABLED" || "FORCED",
169
+ * // NetworkInputSettings: { // NetworkInputSettings
170
+ * // HlsInputSettings: { // HlsInputSettings
171
+ * // Bandwidth: Number("int"),
172
+ * // BufferSegments: Number("int"),
173
+ * // Retries: Number("int"),
174
+ * // RetryInterval: Number("int"),
175
+ * // Scte35Source: "MANIFEST" || "SEGMENTS",
176
+ * // },
177
+ * // ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
178
+ * // },
179
+ * // Scte35Pid: Number("int"),
180
+ * // Smpte2038DataPreference: "IGNORE" || "PREFER",
181
+ * // SourceEndBehavior: "CONTINUE" || "LOOP",
182
+ * // VideoSelector: { // VideoSelector
183
+ * // ColorSpace: "FOLLOW" || "HDR10" || "HLG_2020" || "REC_601" || "REC_709",
184
+ * // ColorSpaceSettings: { // VideoSelectorColorSpaceSettings
185
+ * // Hdr10Settings: { // Hdr10Settings
186
+ * // MaxCll: Number("int"),
187
+ * // MaxFall: Number("int"),
188
+ * // },
189
+ * // },
190
+ * // ColorSpaceUsage: "FALLBACK" || "FORCE",
191
+ * // SelectorSettings: { // VideoSelectorSettings
192
+ * // VideoSelectorPid: { // VideoSelectorPid
193
+ * // Pid: Number("int"),
194
+ * // },
195
+ * // VideoSelectorProgramId: { // VideoSelectorProgramId
196
+ * // ProgramId: Number("int"),
197
+ * // },
198
+ * // },
199
+ * // },
200
+ * // },
201
+ * // },
202
+ * // ],
203
+ * // InputSpecification: { // InputSpecification
204
+ * // Codec: "MPEG2" || "AVC" || "HEVC",
205
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
206
+ * // Resolution: "SD" || "HD" || "UHD",
207
+ * // },
208
+ * // LogLevel: "ERROR" || "WARNING" || "INFO" || "DEBUG" || "DISABLED",
209
+ * // Maintenance: { // MaintenanceStatus
210
+ * // MaintenanceDay: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
211
+ * // MaintenanceDeadline: "STRING_VALUE",
212
+ * // MaintenanceScheduledDate: "STRING_VALUE",
213
+ * // MaintenanceStartTime: "STRING_VALUE",
214
+ * // },
215
+ * // Name: "STRING_VALUE",
216
+ * // PipelinesRunningCount: Number("int"),
217
+ * // RoleArn: "STRING_VALUE",
218
+ * // State: "CREATING" || "CREATE_FAILED" || "IDLE" || "STARTING" || "RUNNING" || "RECOVERING" || "STOPPING" || "DELETING" || "DELETED" || "UPDATING" || "UPDATE_FAILED",
219
+ * // Tags: { // Tags
220
+ * // "<keys>": "STRING_VALUE",
221
+ * // },
222
+ * // Vpc: { // VpcOutputSettingsDescription
223
+ * // AvailabilityZones: [ // __listOf__string
224
+ * // "STRING_VALUE",
225
+ * // ],
226
+ * // NetworkInterfaceIds: [
227
+ * // "STRING_VALUE",
228
+ * // ],
229
+ * // SecurityGroupIds: [
230
+ * // "STRING_VALUE",
231
+ * // ],
232
+ * // SubnetIds: [
233
+ * // "STRING_VALUE",
234
+ * // ],
235
+ * // },
236
+ * // },
237
+ * // ],
238
+ * // NextToken: "STRING_VALUE",
239
+ * // };
240
+ *
35
241
  * ```
36
242
  *
37
243
  * @param ListChannelsCommandInput - {@link ListChannelsCommandInput}
@@ -58,6 +264,8 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
58
264
  * @throws {@link TooManyRequestsException} (client fault)
59
265
  * Placeholder documentation for TooManyRequestsException
60
266
  *
267
+ * @throws {@link MediaLiveServiceException}
268
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
61
269
  *
62
270
  */
63
271
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
33
33
  * };
34
34
  * const command = new ListInputDeviceTransfersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListInputDeviceTransfersResponse
37
+ * // InputDeviceTransfers: [ // __listOfTransferringInputDeviceSummary
38
+ * // { // TransferringInputDeviceSummary
39
+ * // Id: "STRING_VALUE",
40
+ * // Message: "STRING_VALUE",
41
+ * // TargetCustomerId: "STRING_VALUE",
42
+ * // TransferType: "OUTGOING" || "INCOMING",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListInputDeviceTransfersCommandInput - {@link ListInputDeviceTransfersCommandInput}
@@ -62,6 +74,8 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
62
74
  * @throws {@link UnprocessableEntityException} (client fault)
63
75
  * Placeholder documentation for UnprocessableEntityException
64
76
  *
77
+ * @throws {@link MediaLiveServiceException}
78
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
65
79
  *
66
80
  */
67
81
  export declare class ListInputDeviceTransfersCommand extends $Command<ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig> {
@@ -32,6 +32,57 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
32
32
  * };
33
33
  * const command = new ListInputDevicesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListInputDevicesResponse
36
+ * // InputDevices: [ // __listOfInputDeviceSummary
37
+ * // { // InputDeviceSummary
38
+ * // Arn: "STRING_VALUE",
39
+ * // ConnectionState: "DISCONNECTED" || "CONNECTED",
40
+ * // DeviceSettingsSyncState: "SYNCED" || "SYNCING",
41
+ * // DeviceUpdateStatus: "UP_TO_DATE" || "NOT_UP_TO_DATE" || "UPDATING",
42
+ * // HdDeviceSettings: { // InputDeviceHdSettings
43
+ * // ActiveInput: "HDMI" || "SDI",
44
+ * // ConfiguredInput: "AUTO" || "HDMI" || "SDI",
45
+ * // DeviceState: "IDLE" || "STREAMING",
46
+ * // Framerate: Number("double"),
47
+ * // Height: Number("int"),
48
+ * // MaxBitrate: Number("int"),
49
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
50
+ * // Width: Number("int"),
51
+ * // LatencyMs: Number("int"),
52
+ * // },
53
+ * // Id: "STRING_VALUE",
54
+ * // MacAddress: "STRING_VALUE",
55
+ * // Name: "STRING_VALUE",
56
+ * // NetworkSettings: { // InputDeviceNetworkSettings
57
+ * // DnsAddresses: [ // __listOf__string
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // Gateway: "STRING_VALUE",
61
+ * // IpAddress: "STRING_VALUE",
62
+ * // IpScheme: "STATIC" || "DHCP",
63
+ * // SubnetMask: "STRING_VALUE",
64
+ * // },
65
+ * // SerialNumber: "STRING_VALUE",
66
+ * // Type: "HD" || "UHD",
67
+ * // UhdDeviceSettings: { // InputDeviceUhdSettings
68
+ * // ActiveInput: "HDMI" || "SDI",
69
+ * // ConfiguredInput: "AUTO" || "HDMI" || "SDI",
70
+ * // DeviceState: "IDLE" || "STREAMING",
71
+ * // Framerate: Number("double"),
72
+ * // Height: Number("int"),
73
+ * // MaxBitrate: Number("int"),
74
+ * // ScanType: "INTERLACED" || "PROGRESSIVE",
75
+ * // Width: Number("int"),
76
+ * // LatencyMs: Number("int"),
77
+ * // },
78
+ * // Tags: { // Tags
79
+ * // "<keys>": "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // ],
83
+ * // NextToken: "STRING_VALUE",
84
+ * // };
85
+ *
35
86
  * ```
36
87
  *
37
88
  * @param ListInputDevicesCommandInput - {@link ListInputDevicesCommandInput}
@@ -58,6 +109,8 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
58
109
  * @throws {@link TooManyRequestsException} (client fault)
59
110
  * Placeholder documentation for TooManyRequestsException
60
111
  *
112
+ * @throws {@link MediaLiveServiceException}
113
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
61
114
  *
62
115
  */
63
116
  export declare class ListInputDevicesCommand extends $Command<ListInputDevicesCommandInput, ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig> {
@@ -32,6 +32,28 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
32
32
  * };
33
33
  * const command = new ListInputSecurityGroupsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListInputSecurityGroupsResponse
36
+ * // InputSecurityGroups: [ // __listOfInputSecurityGroup
37
+ * // { // InputSecurityGroup
38
+ * // Arn: "STRING_VALUE",
39
+ * // Id: "STRING_VALUE",
40
+ * // Inputs: [ // __listOf__string
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // State: "IDLE" || "IN_USE" || "UPDATING" || "DELETED",
44
+ * // Tags: { // Tags
45
+ * // "<keys>": "STRING_VALUE",
46
+ * // },
47
+ * // WhitelistRules: [ // __listOfInputWhitelistRule
48
+ * // { // InputWhitelistRule
49
+ * // Cidr: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
35
57
  * ```
36
58
  *
37
59
  * @param ListInputSecurityGroupsCommandInput - {@link ListInputSecurityGroupsCommandInput}
@@ -58,6 +80,8 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
58
80
  * @throws {@link TooManyRequestsException} (client fault)
59
81
  * Placeholder documentation for TooManyRequestsException
60
82
  *
83
+ * @throws {@link MediaLiveServiceException}
84
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
61
85
  *
62
86
  */
63
87
  export declare class ListInputSecurityGroupsCommand extends $Command<ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -32,6 +32,62 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
32
32
  * };
33
33
  * const command = new ListInputsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListInputsResponse
36
+ * // Inputs: [ // __listOfInput
37
+ * // { // Input
38
+ * // Arn: "STRING_VALUE",
39
+ * // AttachedChannels: [ // __listOf__string
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // Destinations: [ // __listOfInputDestination
43
+ * // { // InputDestination
44
+ * // Ip: "STRING_VALUE",
45
+ * // Port: "STRING_VALUE",
46
+ * // Url: "STRING_VALUE",
47
+ * // Vpc: { // InputDestinationVpc
48
+ * // AvailabilityZone: "STRING_VALUE",
49
+ * // NetworkInterfaceId: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // Id: "STRING_VALUE",
54
+ * // InputClass: "STANDARD" || "SINGLE_PIPELINE",
55
+ * // InputDevices: [ // __listOfInputDeviceSettings
56
+ * // { // InputDeviceSettings
57
+ * // Id: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // InputPartnerIds: [
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // InputSourceType: "STATIC" || "DYNAMIC",
64
+ * // MediaConnectFlows: [ // __listOfMediaConnectFlow
65
+ * // { // MediaConnectFlow
66
+ * // FlowArn: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // Name: "STRING_VALUE",
70
+ * // RoleArn: "STRING_VALUE",
71
+ * // SecurityGroups: [
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // Sources: [ // __listOfInputSource
75
+ * // { // InputSource
76
+ * // PasswordParam: "STRING_VALUE",
77
+ * // Url: "STRING_VALUE",
78
+ * // Username: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // State: "CREATING" || "DETACHED" || "ATTACHED" || "DELETING" || "DELETED",
82
+ * // Tags: { // Tags
83
+ * // "<keys>": "STRING_VALUE",
84
+ * // },
85
+ * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE",
86
+ * // },
87
+ * // ],
88
+ * // NextToken: "STRING_VALUE",
89
+ * // };
90
+ *
35
91
  * ```
36
92
  *
37
93
  * @param ListInputsCommandInput - {@link ListInputsCommandInput}
@@ -58,6 +114,8 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
58
114
  * @throws {@link TooManyRequestsException} (client fault)
59
115
  * Placeholder documentation for TooManyRequestsException
60
116
  *
117
+ * @throws {@link MediaLiveServiceException}
118
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
61
119
  *
62
120
  */
63
121
  export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
33
33
  * };
34
34
  * const command = new ListMultiplexProgramsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListMultiplexProgramsResponse
37
+ * // MultiplexPrograms: [ // __listOfMultiplexProgramSummary
38
+ * // { // MultiplexProgramSummary
39
+ * // ChannelId: "STRING_VALUE",
40
+ * // ProgramName: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param ListMultiplexProgramsCommandInput - {@link ListMultiplexProgramsCommandInput}
@@ -62,6 +72,8 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
62
72
  * @throws {@link TooManyRequestsException} (client fault)
63
73
  * Placeholder documentation for TooManyRequestsException
64
74
  *
75
+ * @throws {@link MediaLiveServiceException}
76
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
65
77
  *
66
78
  */
67
79
  export declare class ListMultiplexProgramsCommand extends $Command<ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -32,6 +32,29 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
32
32
  * };
33
33
  * const command = new ListMultiplexesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListMultiplexesResponse
36
+ * // Multiplexes: [ // __listOfMultiplexSummary
37
+ * // { // MultiplexSummary
38
+ * // Arn: "STRING_VALUE",
39
+ * // AvailabilityZones: [ // __listOf__string
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // Id: "STRING_VALUE",
43
+ * // MultiplexSettings: { // MultiplexSettingsSummary
44
+ * // TransportStreamBitrate: Number("int"),
45
+ * // },
46
+ * // Name: "STRING_VALUE",
47
+ * // PipelinesRunningCount: Number("int"),
48
+ * // ProgramCount: Number("int"),
49
+ * // State: "CREATING" || "CREATE_FAILED" || "IDLE" || "STARTING" || "RUNNING" || "RECOVERING" || "STOPPING" || "DELETING" || "DELETED",
50
+ * // Tags: { // Tags
51
+ * // "<keys>": "STRING_VALUE",
52
+ * // },
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
35
58
  * ```
36
59
  *
37
60
  * @param ListMultiplexesCommandInput - {@link ListMultiplexesCommandInput}
@@ -58,6 +81,8 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
58
81
  * @throws {@link TooManyRequestsException} (client fault)
59
82
  * Placeholder documentation for TooManyRequestsException
60
83
  *
84
+ * @throws {@link MediaLiveServiceException}
85
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
61
86
  *
62
87
  */
63
88
  export declare class ListMultiplexesCommand extends $Command<ListMultiplexesCommandInput, ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig> {
@@ -42,6 +42,34 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
42
42
  * };
43
43
  * const command = new ListOfferingsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListOfferingsResponse
46
+ * // NextToken: "STRING_VALUE",
47
+ * // Offerings: [ // __listOfOffering
48
+ * // { // Offering
49
+ * // Arn: "STRING_VALUE",
50
+ * // CurrencyCode: "STRING_VALUE",
51
+ * // Duration: Number("int"),
52
+ * // DurationUnits: "MONTHS",
53
+ * // FixedPrice: Number("double"),
54
+ * // OfferingDescription: "STRING_VALUE",
55
+ * // OfferingId: "STRING_VALUE",
56
+ * // OfferingType: "NO_UPFRONT",
57
+ * // Region: "STRING_VALUE",
58
+ * // ResourceSpecification: { // ReservationResourceSpecification
59
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
60
+ * // Codec: "MPEG2" || "AVC" || "HEVC" || "AUDIO" || "LINK",
61
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
62
+ * // MaximumFramerate: "MAX_30_FPS" || "MAX_60_FPS",
63
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
64
+ * // ResourceType: "INPUT" || "OUTPUT" || "MULTIPLEX" || "CHANNEL",
65
+ * // SpecialFeature: "ADVANCED_AUDIO" || "AUDIO_NORMALIZATION" || "MGHD" || "MGUHD",
66
+ * // VideoQuality: "STANDARD" || "ENHANCED" || "PREMIUM",
67
+ * // },
68
+ * // UsagePrice: Number("double"),
69
+ * // },
70
+ * // ],
71
+ * // };
72
+ *
45
73
  * ```
46
74
  *
47
75
  * @param ListOfferingsCommandInput - {@link ListOfferingsCommandInput}
@@ -68,6 +96,8 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
68
96
  * @throws {@link TooManyRequestsException} (client fault)
69
97
  * Placeholder documentation for TooManyRequestsException
70
98
  *
99
+ * @throws {@link MediaLiveServiceException}
100
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
71
101
  *
72
102
  */
73
103
  export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -40,6 +40,47 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
40
40
  * };
41
41
  * const command = new ListReservationsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListReservationsResponse
44
+ * // NextToken: "STRING_VALUE",
45
+ * // Reservations: [ // __listOfReservation
46
+ * // { // Reservation
47
+ * // Arn: "STRING_VALUE",
48
+ * // Count: Number("int"),
49
+ * // CurrencyCode: "STRING_VALUE",
50
+ * // Duration: Number("int"),
51
+ * // DurationUnits: "MONTHS",
52
+ * // End: "STRING_VALUE",
53
+ * // FixedPrice: Number("double"),
54
+ * // Name: "STRING_VALUE",
55
+ * // OfferingDescription: "STRING_VALUE",
56
+ * // OfferingId: "STRING_VALUE",
57
+ * // OfferingType: "NO_UPFRONT",
58
+ * // Region: "STRING_VALUE",
59
+ * // RenewalSettings: { // RenewalSettings
60
+ * // AutomaticRenewal: "DISABLED" || "ENABLED" || "UNAVAILABLE",
61
+ * // RenewalCount: Number("int"),
62
+ * // },
63
+ * // ReservationId: "STRING_VALUE",
64
+ * // ResourceSpecification: { // ReservationResourceSpecification
65
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
66
+ * // Codec: "MPEG2" || "AVC" || "HEVC" || "AUDIO" || "LINK",
67
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
68
+ * // MaximumFramerate: "MAX_30_FPS" || "MAX_60_FPS",
69
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
70
+ * // ResourceType: "INPUT" || "OUTPUT" || "MULTIPLEX" || "CHANNEL",
71
+ * // SpecialFeature: "ADVANCED_AUDIO" || "AUDIO_NORMALIZATION" || "MGHD" || "MGUHD",
72
+ * // VideoQuality: "STANDARD" || "ENHANCED" || "PREMIUM",
73
+ * // },
74
+ * // Start: "STRING_VALUE",
75
+ * // State: "ACTIVE" || "EXPIRED" || "CANCELED" || "DELETED",
76
+ * // Tags: { // Tags
77
+ * // "<keys>": "STRING_VALUE",
78
+ * // },
79
+ * // UsagePrice: Number("double"),
80
+ * // },
81
+ * // ],
82
+ * // };
83
+ *
43
84
  * ```
44
85
  *
45
86
  * @param ListReservationsCommandInput - {@link ListReservationsCommandInput}
@@ -66,6 +107,8 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
66
107
  * @throws {@link TooManyRequestsException} (client fault)
67
108
  * Placeholder documentation for TooManyRequestsException
68
109
  *
110
+ * @throws {@link MediaLiveServiceException}
111
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
69
112
  *
70
113
  */
71
114
  export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaLiveClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: { // Tags
36
+ * // "<keys>": "STRING_VALUE",
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -51,6 +57,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
51
57
  * @throws {@link NotFoundException} (client fault)
52
58
  * Placeholder documentation for NotFoundException
53
59
  *
60
+ * @throws {@link MediaLiveServiceException}
61
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
54
62
  *
55
63
  */
56
64
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {