@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.
Files changed (97) hide show
  1. package/dist-cjs/index.js +17 -1
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-es/protocols/Aws_restJson1.js +15 -0
  4. package/dist-types/MediaTailor.d.ts +4 -1
  5. package/dist-types/MediaTailorClient.d.ts +1 -1
  6. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateChannelCommand.d.ts +8 -1
  9. package/dist-types/commands/CreateLiveSourceCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateProgramCommand.d.ts +114 -3
  12. package/dist-types/commands/CreateSourceLocationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateVodSourceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +2 -1
  17. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteProgramCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteVodSourceCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeChannelCommand.d.ts +5 -1
  23. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeProgramCommand.d.ts +58 -2
  25. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeVodSourceCommand.d.ts +2 -1
  27. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/GetChannelScheduleCommand.d.ts +7 -2
  29. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +2 -1
  30. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +2 -1
  31. package/dist-types/commands/ListAlertsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListChannelsCommand.d.ts +5 -1
  33. package/dist-types/commands/ListLiveSourcesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListSourceLocationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/ListVodSourcesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +2 -1
  41. package/dist-types/commands/StartChannelCommand.d.ts +2 -1
  42. package/dist-types/commands/StopChannelCommand.d.ts +2 -1
  43. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateChannelCommand.d.ts +8 -1
  46. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateProgramCommand.d.ts +114 -3
  48. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateVodSourceCommand.d.ts +2 -1
  50. package/dist-types/models/models_0.d.ts +691 -563
  51. package/dist-types/ts3.4/MediaTailor.d.ts +3 -0
  52. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +31 -3
  97. 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"), // required
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"), // required
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
  }