@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
@@ -31,6 +31,8 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
31
31
  * };
32
32
  * const command = new DeleteInputCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteInputCommandInput - {@link DeleteInputCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
63
65
  * @throws {@link TooManyRequestsException} (client fault)
64
66
  * Placeholder documentation for TooManyRequestsException
65
67
  *
68
+ * @throws {@link MediaLiveServiceException}
69
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
31
31
  * };
32
32
  * const command = new DeleteInputSecurityGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteInputSecurityGroupCommandInput - {@link DeleteInputSecurityGroupCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
60
62
  * @throws {@link TooManyRequestsException} (client fault)
61
63
  * Placeholder documentation for TooManyRequestsException
62
64
  *
65
+ * @throws {@link MediaLiveServiceException}
66
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
@@ -31,6 +31,34 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
31
31
  * };
32
32
  * const command = new DeleteMultiplexCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteMultiplexResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // AvailabilityZones: [ // __listOf__string
37
+ * // "STRING_VALUE",
38
+ * // ],
39
+ * // Destinations: [ // __listOfMultiplexOutputDestination
40
+ * // { // MultiplexOutputDestination
41
+ * // MediaConnectSettings: { // MultiplexMediaConnectOutputDestinationSettings
42
+ * // EntitlementArn: "STRING_VALUE",
43
+ * // },
44
+ * // },
45
+ * // ],
46
+ * // Id: "STRING_VALUE",
47
+ * // MultiplexSettings: { // MultiplexSettings
48
+ * // MaximumVideoBufferDelayMilliseconds: Number("int"),
49
+ * // TransportStreamBitrate: Number("int"), // required
50
+ * // TransportStreamId: Number("int"), // required
51
+ * // TransportStreamReservedBitrate: Number("int"),
52
+ * // },
53
+ * // Name: "STRING_VALUE",
54
+ * // PipelinesRunningCount: Number("int"),
55
+ * // ProgramCount: Number("int"),
56
+ * // State: "CREATING" || "CREATE_FAILED" || "IDLE" || "STARTING" || "RUNNING" || "RECOVERING" || "STOPPING" || "DELETING" || "DELETED",
57
+ * // Tags: { // Tags
58
+ * // "<keys>": "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
34
62
  * ```
35
63
  *
36
64
  * @param DeleteMultiplexCommandInput - {@link DeleteMultiplexCommandInput}
@@ -63,6 +91,8 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
63
91
  * @throws {@link TooManyRequestsException} (client fault)
64
92
  * Placeholder documentation for TooManyRequestsException
65
93
  *
94
+ * @throws {@link MediaLiveServiceException}
95
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
66
96
  *
67
97
  */
68
98
  export declare class DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
@@ -32,6 +32,56 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
32
32
  * };
33
33
  * const command = new DeleteMultiplexProgramCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteMultiplexProgramResponse
36
+ * // ChannelId: "STRING_VALUE",
37
+ * // MultiplexProgramSettings: { // MultiplexProgramSettings
38
+ * // PreferredChannelPipeline: "CURRENTLY_ACTIVE" || "PIPELINE_0" || "PIPELINE_1",
39
+ * // ProgramNumber: Number("int"), // required
40
+ * // ServiceDescriptor: { // MultiplexProgramServiceDescriptor
41
+ * // ProviderName: "STRING_VALUE", // required
42
+ * // ServiceName: "STRING_VALUE", // required
43
+ * // },
44
+ * // VideoSettings: { // MultiplexVideoSettings
45
+ * // ConstantBitrate: Number("int"),
46
+ * // StatmuxSettings: { // MultiplexStatmuxVideoSettings
47
+ * // MaximumBitrate: Number("int"),
48
+ * // MinimumBitrate: Number("int"),
49
+ * // Priority: Number("int"),
50
+ * // },
51
+ * // },
52
+ * // },
53
+ * // PacketIdentifiersMap: { // MultiplexProgramPacketIdentifiersMap
54
+ * // AudioPids: [ // __listOf__integer
55
+ * // Number("int"),
56
+ * // ],
57
+ * // DvbSubPids: [
58
+ * // Number("int"),
59
+ * // ],
60
+ * // DvbTeletextPid: Number("int"),
61
+ * // EtvPlatformPid: Number("int"),
62
+ * // EtvSignalPid: Number("int"),
63
+ * // KlvDataPids: [
64
+ * // Number("int"),
65
+ * // ],
66
+ * // PcrPid: Number("int"),
67
+ * // PmtPid: Number("int"),
68
+ * // PrivateMetadataPid: Number("int"),
69
+ * // Scte27Pids: [
70
+ * // Number("int"),
71
+ * // ],
72
+ * // Scte35Pid: Number("int"),
73
+ * // TimedMetadataPid: Number("int"),
74
+ * // VideoPid: Number("int"),
75
+ * // },
76
+ * // PipelineDetails: [ // __listOfMultiplexProgramPipelineDetail
77
+ * // { // MultiplexProgramPipelineDetail
78
+ * // ActiveChannelPipeline: "STRING_VALUE",
79
+ * // PipelineId: "STRING_VALUE",
80
+ * // },
81
+ * // ],
82
+ * // ProgramName: "STRING_VALUE",
83
+ * // };
84
+ *
35
85
  * ```
36
86
  *
37
87
  * @param DeleteMultiplexProgramCommandInput - {@link DeleteMultiplexProgramCommandInput}
@@ -64,6 +114,8 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
64
114
  * @throws {@link TooManyRequestsException} (client fault)
65
115
  * Placeholder documentation for TooManyRequestsException
66
116
  *
117
+ * @throws {@link MediaLiveServiceException}
118
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
67
119
  *
68
120
  */
69
121
  export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
@@ -31,6 +31,42 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
31
31
  * };
32
32
  * const command = new DeleteReservationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteReservationResponse
35
+ * // Arn: "STRING_VALUE",
36
+ * // Count: Number("int"),
37
+ * // CurrencyCode: "STRING_VALUE",
38
+ * // Duration: Number("int"),
39
+ * // DurationUnits: "MONTHS",
40
+ * // End: "STRING_VALUE",
41
+ * // FixedPrice: Number("double"),
42
+ * // Name: "STRING_VALUE",
43
+ * // OfferingDescription: "STRING_VALUE",
44
+ * // OfferingId: "STRING_VALUE",
45
+ * // OfferingType: "NO_UPFRONT",
46
+ * // Region: "STRING_VALUE",
47
+ * // RenewalSettings: { // RenewalSettings
48
+ * // AutomaticRenewal: "DISABLED" || "ENABLED" || "UNAVAILABLE",
49
+ * // RenewalCount: Number("int"),
50
+ * // },
51
+ * // ReservationId: "STRING_VALUE",
52
+ * // ResourceSpecification: { // ReservationResourceSpecification
53
+ * // ChannelClass: "STANDARD" || "SINGLE_PIPELINE",
54
+ * // Codec: "MPEG2" || "AVC" || "HEVC" || "AUDIO" || "LINK",
55
+ * // MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
56
+ * // MaximumFramerate: "MAX_30_FPS" || "MAX_60_FPS",
57
+ * // Resolution: "SD" || "HD" || "FHD" || "UHD",
58
+ * // ResourceType: "INPUT" || "OUTPUT" || "MULTIPLEX" || "CHANNEL",
59
+ * // SpecialFeature: "ADVANCED_AUDIO" || "AUDIO_NORMALIZATION" || "MGHD" || "MGUHD",
60
+ * // VideoQuality: "STANDARD" || "ENHANCED" || "PREMIUM",
61
+ * // },
62
+ * // Start: "STRING_VALUE",
63
+ * // State: "ACTIVE" || "EXPIRED" || "CANCELED" || "DELETED",
64
+ * // Tags: { // Tags
65
+ * // "<keys>": "STRING_VALUE",
66
+ * // },
67
+ * // UsagePrice: Number("double"),
68
+ * // };
69
+ *
34
70
  * ```
35
71
  *
36
72
  * @param DeleteReservationCommandInput - {@link DeleteReservationCommandInput}
@@ -63,6 +99,8 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
63
99
  * @throws {@link TooManyRequestsException} (client fault)
64
100
  * Placeholder documentation for TooManyRequestsException
65
101
  *
102
+ * @throws {@link MediaLiveServiceException}
103
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
66
104
  *
67
105
  */
68
106
  export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
31
31
  * };
32
32
  * const command = new DeleteScheduleCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteScheduleCommandInput - {@link DeleteScheduleCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
60
62
  * @throws {@link TooManyRequestsException} (client fault)
61
63
  * Placeholder documentation for TooManyRequestsException
62
64
  *
65
+ * @throws {@link MediaLiveServiceException}
66
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new DeleteTagsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
54
56
  * @throws {@link NotFoundException} (client fault)
55
57
  * Placeholder documentation for NotFoundException
56
58
  *
59
+ * @throws {@link MediaLiveServiceException}
60
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {