@aws-sdk/client-medialive 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +779 -935
- package/dist-cjs/models/models_1.js +532 -641
- package/dist-es/models/models_0.js +779 -935
- package/dist-es/models/models_1.js +532 -641
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -2
- package/dist-types/commands/BatchStartCommand.d.ts +2 -2
- package/dist-types/commands/BatchStopCommand.d.ts +2 -2
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +33 -33
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +164 -182
- package/dist-types/commands/CreateInputCommand.d.ts +12 -12
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateMultiplexCommand.d.ts +4 -4
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +5 -5
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -2
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +8 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +162 -180
- package/dist-types/commands/UpdateInputCommand.d.ts +10 -10
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +4 -4
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +5 -5
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1559 -779
- package/dist-types/models/models_1.d.ts +1077 -532
- package/dist-types/ts3.4/models/models_0.d.ts +1060 -779
- package/dist-types/ts3.4/models/models_1.d.ts +729 -532
- package/package.json +37 -37
|
@@ -26,7 +26,7 @@ export interface AcceptInputDeviceTransferCommandOutput extends AcceptInputDevic
|
|
|
26
26
|
* import { MediaLiveClient, AcceptInputDeviceTransferCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, AcceptInputDeviceTransferCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AcceptInputDeviceTransferRequest
|
|
30
30
|
* InputDeviceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AcceptInputDeviceTransferCommand(input);
|
|
@@ -26,8 +26,8 @@ export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __Metadat
|
|
|
26
26
|
* import { MediaLiveClient, BatchDeleteCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, BatchDeleteCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ChannelIds: [
|
|
29
|
+
* const input = { // BatchDeleteRequest
|
|
30
|
+
* ChannelIds: [ // __listOf__string
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* InputIds: [
|
|
@@ -26,8 +26,8 @@ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataB
|
|
|
26
26
|
* import { MediaLiveClient, BatchStartCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, BatchStartCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ChannelIds: [
|
|
29
|
+
* const input = { // BatchStartRequest
|
|
30
|
+
* ChannelIds: [ // __listOf__string
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* MultiplexIds: [
|
|
@@ -26,8 +26,8 @@ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBea
|
|
|
26
26
|
* import { MediaLiveClient, BatchStopCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, BatchStopCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ChannelIds: [
|
|
29
|
+
* const input = { // BatchStopRequest
|
|
30
|
+
* ChannelIds: [ // __listOf__string
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* MultiplexIds: [
|
|
@@ -26,37 +26,37 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
26
26
|
* import { MediaLiveClient, BatchUpdateScheduleCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, BatchUpdateScheduleCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchUpdateScheduleRequest
|
|
30
30
|
* ChannelId: "STRING_VALUE", // required
|
|
31
|
-
* Creates: {
|
|
32
|
-
* ScheduleActions: [ // required
|
|
33
|
-
* {
|
|
31
|
+
* Creates: { // BatchScheduleActionCreateRequest
|
|
32
|
+
* ScheduleActions: [ // __listOfScheduleAction // required
|
|
33
|
+
* { // ScheduleAction
|
|
34
34
|
* ActionName: "STRING_VALUE", // required
|
|
35
|
-
* ScheduleActionSettings: {
|
|
36
|
-
* HlsId3SegmentTaggingSettings: {
|
|
35
|
+
* ScheduleActionSettings: { // ScheduleActionSettings
|
|
36
|
+
* HlsId3SegmentTaggingSettings: { // HlsId3SegmentTaggingScheduleActionSettings
|
|
37
37
|
* Tag: "STRING_VALUE",
|
|
38
38
|
* Id3: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
|
-
* HlsTimedMetadataSettings: {
|
|
40
|
+
* HlsTimedMetadataSettings: { // HlsTimedMetadataScheduleActionSettings
|
|
41
41
|
* Id3: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
|
-
* InputPrepareSettings: {
|
|
43
|
+
* InputPrepareSettings: { // InputPrepareScheduleActionSettings
|
|
44
44
|
* InputAttachmentNameReference: "STRING_VALUE",
|
|
45
|
-
* InputClippingSettings: {
|
|
45
|
+
* InputClippingSettings: { // InputClippingSettings
|
|
46
46
|
* InputTimecodeSource: "ZEROBASED" || "EMBEDDED", // required
|
|
47
|
-
* StartTimecode: {
|
|
47
|
+
* StartTimecode: { // StartTimecode
|
|
48
48
|
* Timecode: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
-
* StopTimecode: {
|
|
50
|
+
* StopTimecode: { // StopTimecode
|
|
51
51
|
* LastFrameClippingBehavior: "EXCLUDE_LAST_FRAME" || "INCLUDE_LAST_FRAME",
|
|
52
52
|
* Timecode: "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
|
-
* UrlPath: [
|
|
55
|
+
* UrlPath: [ // __listOf__string
|
|
56
56
|
* "STRING_VALUE",
|
|
57
57
|
* ],
|
|
58
58
|
* },
|
|
59
|
-
* InputSwitchSettings: {
|
|
59
|
+
* InputSwitchSettings: { // InputSwitchScheduleActionSettings
|
|
60
60
|
* InputAttachmentNameReference: "STRING_VALUE", // required
|
|
61
61
|
* InputClippingSettings: {
|
|
62
62
|
* InputTimecodeSource: "ZEROBASED" || "EMBEDDED", // required
|
|
@@ -72,37 +72,37 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
72
72
|
* "STRING_VALUE",
|
|
73
73
|
* ],
|
|
74
74
|
* },
|
|
75
|
-
* MotionGraphicsImageActivateSettings: {
|
|
75
|
+
* MotionGraphicsImageActivateSettings: { // MotionGraphicsActivateScheduleActionSettings
|
|
76
76
|
* Duration: Number("long"),
|
|
77
77
|
* PasswordParam: "STRING_VALUE",
|
|
78
78
|
* Url: "STRING_VALUE",
|
|
79
79
|
* Username: "STRING_VALUE",
|
|
80
80
|
* },
|
|
81
81
|
* MotionGraphicsImageDeactivateSettings: {},
|
|
82
|
-
* PauseStateSettings: {
|
|
83
|
-
* Pipelines: [
|
|
84
|
-
* {
|
|
82
|
+
* PauseStateSettings: { // PauseStateScheduleActionSettings
|
|
83
|
+
* Pipelines: [ // __listOfPipelinePauseStateSettings
|
|
84
|
+
* { // PipelinePauseStateSettings
|
|
85
85
|
* PipelineId: "PIPELINE_0" || "PIPELINE_1", // required
|
|
86
86
|
* },
|
|
87
87
|
* ],
|
|
88
88
|
* },
|
|
89
|
-
* Scte35InputSettings: {
|
|
89
|
+
* Scte35InputSettings: { // Scte35InputScheduleActionSettings
|
|
90
90
|
* InputAttachmentNameReference: "STRING_VALUE",
|
|
91
91
|
* Mode: "FIXED" || "FOLLOW_ACTIVE", // required
|
|
92
92
|
* },
|
|
93
|
-
* Scte35ReturnToNetworkSettings: {
|
|
93
|
+
* Scte35ReturnToNetworkSettings: { // Scte35ReturnToNetworkScheduleActionSettings
|
|
94
94
|
* SpliceEventId: Number("long"), // required
|
|
95
95
|
* },
|
|
96
|
-
* Scte35SpliceInsertSettings: {
|
|
96
|
+
* Scte35SpliceInsertSettings: { // Scte35SpliceInsertScheduleActionSettings
|
|
97
97
|
* Duration: Number("long"),
|
|
98
98
|
* SpliceEventId: Number("long"), // required
|
|
99
99
|
* },
|
|
100
|
-
* Scte35TimeSignalSettings: {
|
|
101
|
-
* Scte35Descriptors: [ // required
|
|
102
|
-
* {
|
|
103
|
-
* Scte35DescriptorSettings: {
|
|
104
|
-
* SegmentationDescriptorScte35DescriptorSettings: {
|
|
105
|
-
* DeliveryRestrictions: {
|
|
100
|
+
* Scte35TimeSignalSettings: { // Scte35TimeSignalScheduleActionSettings
|
|
101
|
+
* Scte35Descriptors: [ // __listOfScte35Descriptor // required
|
|
102
|
+
* { // Scte35Descriptor
|
|
103
|
+
* Scte35DescriptorSettings: { // Scte35DescriptorSettings
|
|
104
|
+
* SegmentationDescriptorScte35DescriptorSettings: { // Scte35SegmentationDescriptor
|
|
105
|
+
* DeliveryRestrictions: { // Scte35DeliveryRestrictions
|
|
106
106
|
* ArchiveAllowedFlag: "ARCHIVE_NOT_ALLOWED" || "ARCHIVE_ALLOWED", // required
|
|
107
107
|
* DeviceRestrictions: "NONE" || "RESTRICT_GROUP0" || "RESTRICT_GROUP1" || "RESTRICT_GROUP2", // required
|
|
108
108
|
* NoRegionalBlackoutFlag: "REGIONAL_BLACKOUT" || "NO_REGIONAL_BLACKOUT", // required
|
|
@@ -123,12 +123,12 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
123
123
|
* },
|
|
124
124
|
* ],
|
|
125
125
|
* },
|
|
126
|
-
* StaticImageActivateSettings: {
|
|
126
|
+
* StaticImageActivateSettings: { // StaticImageActivateScheduleActionSettings
|
|
127
127
|
* Duration: Number("int"),
|
|
128
128
|
* FadeIn: Number("int"),
|
|
129
129
|
* FadeOut: Number("int"),
|
|
130
130
|
* Height: Number("int"),
|
|
131
|
-
* Image: {
|
|
131
|
+
* Image: { // InputLocation
|
|
132
132
|
* PasswordParam: "STRING_VALUE",
|
|
133
133
|
* Uri: "STRING_VALUE", // required
|
|
134
134
|
* Username: "STRING_VALUE",
|
|
@@ -139,16 +139,16 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
139
139
|
* Opacity: Number("int"),
|
|
140
140
|
* Width: Number("int"),
|
|
141
141
|
* },
|
|
142
|
-
* StaticImageDeactivateSettings: {
|
|
142
|
+
* StaticImageDeactivateSettings: { // StaticImageDeactivateScheduleActionSettings
|
|
143
143
|
* FadeOut: Number("int"),
|
|
144
144
|
* Layer: Number("int"),
|
|
145
145
|
* },
|
|
146
146
|
* },
|
|
147
|
-
* ScheduleActionStartSettings: {
|
|
148
|
-
* FixedModeScheduleActionStartSettings: {
|
|
147
|
+
* ScheduleActionStartSettings: { // ScheduleActionStartSettings
|
|
148
|
+
* FixedModeScheduleActionStartSettings: { // FixedModeScheduleActionStartSettings
|
|
149
149
|
* Time: "STRING_VALUE", // required
|
|
150
150
|
* },
|
|
151
|
-
* FollowModeScheduleActionStartSettings: {
|
|
151
|
+
* FollowModeScheduleActionStartSettings: { // FollowModeScheduleActionStartSettings
|
|
152
152
|
* FollowPoint: "END" || "START", // required
|
|
153
153
|
* ReferenceActionName: "STRING_VALUE", // required
|
|
154
154
|
* },
|
|
@@ -157,7 +157,7 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
157
157
|
* },
|
|
158
158
|
* ],
|
|
159
159
|
* },
|
|
160
|
-
* Deletes: {
|
|
160
|
+
* Deletes: { // BatchScheduleActionDeleteRequest
|
|
161
161
|
* ActionNames: [ // required
|
|
162
162
|
* "STRING_VALUE",
|
|
163
163
|
* ],
|
|
@@ -26,7 +26,7 @@ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDevic
|
|
|
26
26
|
* import { MediaLiveClient, CancelInputDeviceTransferCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, CancelInputDeviceTransferCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelInputDeviceTransferRequest
|
|
30
30
|
* InputDeviceId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelInputDeviceTransferCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __Metadat
|
|
|
26
26
|
* import { MediaLiveClient, ClaimDeviceCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, ClaimDeviceCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ClaimDeviceRequest
|
|
30
30
|
* Id: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ClaimDeviceCommand(input);
|