@aws-sdk/client-mediatailor 3.533.0 → 3.536.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/index.js +17 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +15 -0
- package/dist-types/MediaTailor.d.ts +4 -1
- package/dist-types/MediaTailorClient.d.ts +1 -1
- package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -1
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +8 -1
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +2 -1
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +2 -1
- package/dist-types/commands/CreateProgramCommand.d.ts +114 -3
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVodSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProgramCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +5 -1
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProgramCommand.d.ts +58 -2
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +7 -2
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +2 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +5 -1
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVodSourcesCommand.d.ts +2 -1
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/StartChannelCommand.d.ts +2 -1
- package/dist-types/commands/StopChannelCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +8 -1
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProgramCommand.d.ts +114 -3
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +691 -563
- package/dist-types/ts3.4/MediaTailor.d.ts +3 -0
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -3
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutPlaybackConfigurationCommand_base: {
|
|
24
24
|
new (input: PutPlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutPlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -141,6 +141,7 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
141
141
|
* @throws {@link MediaTailorServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class PutPlaybackConfigurationCommand extends PutPlaybackConfigurationCommand_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartChannelCommand_base: {
|
|
24
24
|
new (input: StartChannelCommandInput): import("@smithy/smithy-client").CommandImpl<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartChannelCommandInput): import("@smithy/smithy-client").CommandImpl<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -51,6 +51,7 @@ declare const StartChannelCommand_base: {
|
|
|
51
51
|
* @throws {@link MediaTailorServiceException}
|
|
52
52
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
53
53
|
*
|
|
54
|
+
* @public
|
|
54
55
|
*/
|
|
55
56
|
export declare class StartChannelCommand extends StartChannelCommand_base {
|
|
56
57
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopChannelCommand_base: {
|
|
24
24
|
new (input: StopChannelCommandInput): import("@smithy/smithy-client").CommandImpl<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopChannelCommandInput): import("@smithy/smithy-client").CommandImpl<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -51,6 +51,7 @@ declare const StopChannelCommand_base: {
|
|
|
51
51
|
* @throws {@link MediaTailorServiceException}
|
|
52
52
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
53
53
|
*
|
|
54
|
+
* @public
|
|
54
55
|
*/
|
|
55
56
|
export declare class StopChannelCommand extends StopChannelCommand_base {
|
|
56
57
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const TagResourceCommand_base: {
|
|
|
57
57
|
* @throws {@link MediaTailorServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The resource to untag.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,6 +57,7 @@ declare const UntagResourceCommand_base: {
|
|
|
57
57
|
* @throws {@link MediaTailorServiceException}
|
|
58
58
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
59
59
|
*
|
|
60
|
+
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
62
63
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateChannelCommand_base: {
|
|
24
24
|
new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,9 @@ declare const UpdateChannelCommand_base: {
|
|
|
60
60
|
* TimeShiftConfiguration: { // TimeShiftConfiguration
|
|
61
61
|
* MaxTimeDelaySeconds: Number("int"), // required
|
|
62
62
|
* },
|
|
63
|
+
* Audiences: [ // Audiences
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
63
66
|
* };
|
|
64
67
|
* const command = new UpdateChannelCommand(input);
|
|
65
68
|
* const response = await client.send(command);
|
|
@@ -100,6 +103,9 @@ declare const UpdateChannelCommand_base: {
|
|
|
100
103
|
* // TimeShiftConfiguration: { // TimeShiftConfiguration
|
|
101
104
|
* // MaxTimeDelaySeconds: Number("int"), // required
|
|
102
105
|
* // },
|
|
106
|
+
* // Audiences: [ // Audiences
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
103
109
|
* // };
|
|
104
110
|
*
|
|
105
111
|
* ```
|
|
@@ -113,6 +119,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
113
119
|
* @throws {@link MediaTailorServiceException}
|
|
114
120
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
115
121
|
*
|
|
122
|
+
* @public
|
|
116
123
|
*/
|
|
117
124
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
118
125
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLiveSourceCommand_base: {
|
|
24
24
|
new (input: UpdateLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a live source's configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const UpdateLiveSourceCommand_base: {
|
|
|
75
75
|
* @throws {@link MediaTailorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateLiveSourceCommand extends UpdateLiveSourceCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProgramCommand_base: {
|
|
24
24
|
new (input: UpdateProgramCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProgramCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a program within a channel.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,9 +78,64 @@ declare const UpdateProgramCommand_base: {
|
|
|
78
78
|
* DurationMillis: Number("long"),
|
|
79
79
|
* },
|
|
80
80
|
* ClipRange: { // ClipRange
|
|
81
|
-
* EndOffsetMillis: Number("long"),
|
|
81
|
+
* EndOffsetMillis: Number("long"),
|
|
82
|
+
* StartOffsetMillis: Number("long"),
|
|
82
83
|
* },
|
|
83
84
|
* },
|
|
85
|
+
* AudienceMedia: [ // __listOfAudienceMedia
|
|
86
|
+
* { // AudienceMedia
|
|
87
|
+
* Audience: "STRING_VALUE",
|
|
88
|
+
* AlternateMedia: [ // __listOfAlternateMedia
|
|
89
|
+
* { // AlternateMedia
|
|
90
|
+
* SourceLocationName: "STRING_VALUE",
|
|
91
|
+
* LiveSourceName: "STRING_VALUE",
|
|
92
|
+
* VodSourceName: "STRING_VALUE",
|
|
93
|
+
* ClipRange: {
|
|
94
|
+
* EndOffsetMillis: Number("long"),
|
|
95
|
+
* StartOffsetMillis: Number("long"),
|
|
96
|
+
* },
|
|
97
|
+
* ScheduledStartTimeMillis: Number("long"),
|
|
98
|
+
* AdBreaks: [
|
|
99
|
+
* {
|
|
100
|
+
* MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
|
|
101
|
+
* OffsetMillis: Number("long"), // required
|
|
102
|
+
* Slate: {
|
|
103
|
+
* SourceLocationName: "STRING_VALUE",
|
|
104
|
+
* VodSourceName: "STRING_VALUE",
|
|
105
|
+
* },
|
|
106
|
+
* SpliceInsertMessage: {
|
|
107
|
+
* AvailNum: Number("int"),
|
|
108
|
+
* AvailsExpected: Number("int"),
|
|
109
|
+
* SpliceEventId: Number("int"),
|
|
110
|
+
* UniqueProgramId: Number("int"),
|
|
111
|
+
* },
|
|
112
|
+
* TimeSignalMessage: {
|
|
113
|
+
* SegmentationDescriptors: [
|
|
114
|
+
* {
|
|
115
|
+
* SegmentationEventId: Number("int"),
|
|
116
|
+
* SegmentationUpidType: Number("int"),
|
|
117
|
+
* SegmentationUpid: "STRING_VALUE",
|
|
118
|
+
* SegmentationTypeId: Number("int"),
|
|
119
|
+
* SegmentNum: Number("int"),
|
|
120
|
+
* SegmentsExpected: Number("int"),
|
|
121
|
+
* SubSegmentNum: Number("int"),
|
|
122
|
+
* SubSegmentsExpected: Number("int"),
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
125
|
+
* },
|
|
126
|
+
* AdBreakMetadata: [
|
|
127
|
+
* {
|
|
128
|
+
* Key: "STRING_VALUE", // required
|
|
129
|
+
* Value: "STRING_VALUE", // required
|
|
130
|
+
* },
|
|
131
|
+
* ],
|
|
132
|
+
* },
|
|
133
|
+
* ],
|
|
134
|
+
* DurationMillis: Number("long"),
|
|
135
|
+
* },
|
|
136
|
+
* ],
|
|
137
|
+
* },
|
|
138
|
+
* ],
|
|
84
139
|
* };
|
|
85
140
|
* const command = new UpdateProgramCommand(input);
|
|
86
141
|
* const response = await client.send(command);
|
|
@@ -129,10 +184,65 @@ declare const UpdateProgramCommand_base: {
|
|
|
129
184
|
* // VodSourceName: "STRING_VALUE",
|
|
130
185
|
* // LiveSourceName: "STRING_VALUE",
|
|
131
186
|
* // ClipRange: { // ClipRange
|
|
132
|
-
* // EndOffsetMillis: Number("long"),
|
|
187
|
+
* // EndOffsetMillis: Number("long"),
|
|
188
|
+
* // StartOffsetMillis: Number("long"),
|
|
133
189
|
* // },
|
|
134
190
|
* // DurationMillis: Number("long"),
|
|
135
191
|
* // ScheduledStartTime: new Date("TIMESTAMP"),
|
|
192
|
+
* // AudienceMedia: [ // __listOfAudienceMedia
|
|
193
|
+
* // { // AudienceMedia
|
|
194
|
+
* // Audience: "STRING_VALUE",
|
|
195
|
+
* // AlternateMedia: [ // __listOfAlternateMedia
|
|
196
|
+
* // { // AlternateMedia
|
|
197
|
+
* // SourceLocationName: "STRING_VALUE",
|
|
198
|
+
* // LiveSourceName: "STRING_VALUE",
|
|
199
|
+
* // VodSourceName: "STRING_VALUE",
|
|
200
|
+
* // ClipRange: {
|
|
201
|
+
* // EndOffsetMillis: Number("long"),
|
|
202
|
+
* // StartOffsetMillis: Number("long"),
|
|
203
|
+
* // },
|
|
204
|
+
* // ScheduledStartTimeMillis: Number("long"),
|
|
205
|
+
* // AdBreaks: [
|
|
206
|
+
* // {
|
|
207
|
+
* // MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
|
|
208
|
+
* // OffsetMillis: Number("long"), // required
|
|
209
|
+
* // Slate: {
|
|
210
|
+
* // SourceLocationName: "STRING_VALUE",
|
|
211
|
+
* // VodSourceName: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // SpliceInsertMessage: {
|
|
214
|
+
* // AvailNum: Number("int"),
|
|
215
|
+
* // AvailsExpected: Number("int"),
|
|
216
|
+
* // SpliceEventId: Number("int"),
|
|
217
|
+
* // UniqueProgramId: Number("int"),
|
|
218
|
+
* // },
|
|
219
|
+
* // TimeSignalMessage: {
|
|
220
|
+
* // SegmentationDescriptors: [
|
|
221
|
+
* // {
|
|
222
|
+
* // SegmentationEventId: Number("int"),
|
|
223
|
+
* // SegmentationUpidType: Number("int"),
|
|
224
|
+
* // SegmentationUpid: "STRING_VALUE",
|
|
225
|
+
* // SegmentationTypeId: Number("int"),
|
|
226
|
+
* // SegmentNum: Number("int"),
|
|
227
|
+
* // SegmentsExpected: Number("int"),
|
|
228
|
+
* // SubSegmentNum: Number("int"),
|
|
229
|
+
* // SubSegmentsExpected: Number("int"),
|
|
230
|
+
* // },
|
|
231
|
+
* // ],
|
|
232
|
+
* // },
|
|
233
|
+
* // AdBreakMetadata: [
|
|
234
|
+
* // {
|
|
235
|
+
* // Key: "STRING_VALUE", // required
|
|
236
|
+
* // Value: "STRING_VALUE", // required
|
|
237
|
+
* // },
|
|
238
|
+
* // ],
|
|
239
|
+
* // },
|
|
240
|
+
* // ],
|
|
241
|
+
* // DurationMillis: Number("long"),
|
|
242
|
+
* // },
|
|
243
|
+
* // ],
|
|
244
|
+
* // },
|
|
245
|
+
* // ],
|
|
136
246
|
* // };
|
|
137
247
|
*
|
|
138
248
|
* ```
|
|
@@ -146,6 +256,7 @@ declare const UpdateProgramCommand_base: {
|
|
|
146
256
|
* @throws {@link MediaTailorServiceException}
|
|
147
257
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
148
258
|
*
|
|
259
|
+
* @public
|
|
149
260
|
*/
|
|
150
261
|
export declare class UpdateProgramCommand extends UpdateProgramCommand_base {
|
|
151
262
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSourceLocationCommand_base: {
|
|
24
24
|
new (input: UpdateSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -99,6 +99,7 @@ declare const UpdateSourceLocationCommand_base: {
|
|
|
99
99
|
* @throws {@link MediaTailorServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateSourceLocationCommand extends UpdateSourceLocationCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateVodSourceCommand_base: {
|
|
24
24
|
new (input: UpdateVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a VOD source's configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const UpdateVodSourceCommand_base: {
|
|
|
75
75
|
* @throws {@link MediaTailorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from MediaTailor service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateVodSourceCommand extends UpdateVodSourceCommand_base {
|
|
80
81
|
}
|