@aws-sdk/client-mediatailor 3.50.0 → 3.51.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +190 -0
- package/dist-types/ts3.4/MediaTailorClient.d.ts +110 -0
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +37 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1571 -0
- package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +113 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,1571 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
export declare enum MessageType {
|
|
3
|
+
SPLICE_INSERT = "SPLICE_INSERT"
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface SlateSource {
|
|
7
|
+
|
|
8
|
+
SourceLocationName?: string;
|
|
9
|
+
|
|
10
|
+
VodSourceName?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace SlateSource {
|
|
13
|
+
|
|
14
|
+
const filterSensitiveLog: (obj: SlateSource) => any;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface SpliceInsertMessage {
|
|
18
|
+
|
|
19
|
+
AvailNum?: number;
|
|
20
|
+
|
|
21
|
+
AvailsExpected?: number;
|
|
22
|
+
|
|
23
|
+
SpliceEventId?: number;
|
|
24
|
+
|
|
25
|
+
UniqueProgramId?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace SpliceInsertMessage {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: SpliceInsertMessage) => any;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface AdBreak {
|
|
33
|
+
|
|
34
|
+
MessageType?: MessageType | string;
|
|
35
|
+
|
|
36
|
+
OffsetMillis?: number;
|
|
37
|
+
|
|
38
|
+
Slate?: SlateSource;
|
|
39
|
+
|
|
40
|
+
SpliceInsertMessage?: SpliceInsertMessage;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace AdBreak {
|
|
43
|
+
|
|
44
|
+
const filterSensitiveLog: (obj: AdBreak) => any;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface Alert {
|
|
48
|
+
|
|
49
|
+
AlertCode: string | undefined;
|
|
50
|
+
|
|
51
|
+
AlertMessage: string | undefined;
|
|
52
|
+
|
|
53
|
+
LastModifiedTime: Date | undefined;
|
|
54
|
+
|
|
55
|
+
RelatedResourceArns: string[] | undefined;
|
|
56
|
+
|
|
57
|
+
ResourceArn: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Alert {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: Alert) => any;
|
|
62
|
+
}
|
|
63
|
+
export declare enum Operator {
|
|
64
|
+
EQUALS = "EQUALS"
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface AvailMatchingCriteria {
|
|
68
|
+
|
|
69
|
+
DynamicVariable: string | undefined;
|
|
70
|
+
|
|
71
|
+
Operator: Operator | string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace AvailMatchingCriteria {
|
|
74
|
+
|
|
75
|
+
const filterSensitiveLog: (obj: AvailMatchingCriteria) => any;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface DashPlaylistSettings {
|
|
79
|
+
|
|
80
|
+
ManifestWindowSeconds?: number;
|
|
81
|
+
|
|
82
|
+
MinBufferTimeSeconds?: number;
|
|
83
|
+
|
|
84
|
+
MinUpdatePeriodSeconds?: number;
|
|
85
|
+
|
|
86
|
+
SuggestedPresentationDelaySeconds?: number;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace DashPlaylistSettings {
|
|
89
|
+
|
|
90
|
+
const filterSensitiveLog: (obj: DashPlaylistSettings) => any;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface HlsPlaylistSettings {
|
|
94
|
+
|
|
95
|
+
ManifestWindowSeconds?: number;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace HlsPlaylistSettings {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: HlsPlaylistSettings) => any;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface ResponseOutputItem {
|
|
103
|
+
|
|
104
|
+
DashPlaylistSettings?: DashPlaylistSettings;
|
|
105
|
+
|
|
106
|
+
HlsPlaylistSettings?: HlsPlaylistSettings;
|
|
107
|
+
|
|
108
|
+
ManifestName: string | undefined;
|
|
109
|
+
|
|
110
|
+
PlaybackUrl: string | undefined;
|
|
111
|
+
|
|
112
|
+
SourceGroup: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export declare namespace ResponseOutputItem {
|
|
115
|
+
|
|
116
|
+
const filterSensitiveLog: (obj: ResponseOutputItem) => any;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface Channel {
|
|
120
|
+
|
|
121
|
+
Arn: string | undefined;
|
|
122
|
+
|
|
123
|
+
ChannelName: string | undefined;
|
|
124
|
+
|
|
125
|
+
ChannelState: string | undefined;
|
|
126
|
+
|
|
127
|
+
CreationTime?: Date;
|
|
128
|
+
|
|
129
|
+
FillerSlate?: SlateSource;
|
|
130
|
+
|
|
131
|
+
LastModifiedTime?: Date;
|
|
132
|
+
|
|
133
|
+
Outputs: ResponseOutputItem[] | undefined;
|
|
134
|
+
|
|
135
|
+
PlaybackMode: string | undefined;
|
|
136
|
+
|
|
137
|
+
Tags?: {
|
|
138
|
+
[key: string]: string;
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
export declare namespace Channel {
|
|
142
|
+
|
|
143
|
+
const filterSensitiveLog: (obj: Channel) => any;
|
|
144
|
+
}
|
|
145
|
+
export declare enum Mode {
|
|
146
|
+
BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
|
|
147
|
+
OFF = "OFF"
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export interface AvailSuppression {
|
|
151
|
+
|
|
152
|
+
Mode?: Mode | string;
|
|
153
|
+
|
|
154
|
+
Value?: string;
|
|
155
|
+
}
|
|
156
|
+
export declare namespace AvailSuppression {
|
|
157
|
+
|
|
158
|
+
const filterSensitiveLog: (obj: AvailSuppression) => any;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export interface Bumper {
|
|
162
|
+
|
|
163
|
+
EndUrl?: string;
|
|
164
|
+
|
|
165
|
+
StartUrl?: string;
|
|
166
|
+
}
|
|
167
|
+
export declare namespace Bumper {
|
|
168
|
+
|
|
169
|
+
const filterSensitiveLog: (obj: Bumper) => any;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface CdnConfiguration {
|
|
173
|
+
|
|
174
|
+
AdSegmentUrlPrefix?: string;
|
|
175
|
+
|
|
176
|
+
ContentSegmentUrlPrefix?: string;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace CdnConfiguration {
|
|
179
|
+
|
|
180
|
+
const filterSensitiveLog: (obj: CdnConfiguration) => any;
|
|
181
|
+
}
|
|
182
|
+
export declare enum OriginManifestType {
|
|
183
|
+
MULTI_PERIOD = "MULTI_PERIOD",
|
|
184
|
+
SINGLE_PERIOD = "SINGLE_PERIOD"
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface DashConfiguration {
|
|
188
|
+
|
|
189
|
+
ManifestEndpointPrefix?: string;
|
|
190
|
+
|
|
191
|
+
MpdLocation?: string;
|
|
192
|
+
|
|
193
|
+
OriginManifestType?: OriginManifestType | string;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace DashConfiguration {
|
|
196
|
+
|
|
197
|
+
const filterSensitiveLog: (obj: DashConfiguration) => any;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface HlsConfiguration {
|
|
201
|
+
|
|
202
|
+
ManifestEndpointPrefix?: string;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace HlsConfiguration {
|
|
205
|
+
|
|
206
|
+
const filterSensitiveLog: (obj: HlsConfiguration) => any;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export interface LivePreRollConfiguration {
|
|
210
|
+
|
|
211
|
+
AdDecisionServerUrl?: string;
|
|
212
|
+
|
|
213
|
+
MaxDurationSeconds?: number;
|
|
214
|
+
}
|
|
215
|
+
export declare namespace LivePreRollConfiguration {
|
|
216
|
+
|
|
217
|
+
const filterSensitiveLog: (obj: LivePreRollConfiguration) => any;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface LogConfiguration {
|
|
221
|
+
|
|
222
|
+
PercentEnabled: number | undefined;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace LogConfiguration {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: LogConfiguration) => any;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface AdMarkerPassthrough {
|
|
230
|
+
|
|
231
|
+
Enabled?: boolean;
|
|
232
|
+
}
|
|
233
|
+
export declare namespace AdMarkerPassthrough {
|
|
234
|
+
|
|
235
|
+
const filterSensitiveLog: (obj: AdMarkerPassthrough) => any;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface ManifestProcessingRules {
|
|
239
|
+
|
|
240
|
+
AdMarkerPassthrough?: AdMarkerPassthrough;
|
|
241
|
+
}
|
|
242
|
+
export declare namespace ManifestProcessingRules {
|
|
243
|
+
|
|
244
|
+
const filterSensitiveLog: (obj: ManifestProcessingRules) => any;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface PlaybackConfiguration {
|
|
248
|
+
|
|
249
|
+
AdDecisionServerUrl?: string;
|
|
250
|
+
|
|
251
|
+
AvailSuppression?: AvailSuppression;
|
|
252
|
+
|
|
253
|
+
Bumper?: Bumper;
|
|
254
|
+
|
|
255
|
+
CdnConfiguration?: CdnConfiguration;
|
|
256
|
+
|
|
257
|
+
ConfigurationAliases?: {
|
|
258
|
+
[key: string]: {
|
|
259
|
+
[key: string]: string;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
DashConfiguration?: DashConfiguration;
|
|
264
|
+
|
|
265
|
+
HlsConfiguration?: HlsConfiguration;
|
|
266
|
+
|
|
267
|
+
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
268
|
+
|
|
269
|
+
LogConfiguration?: LogConfiguration;
|
|
270
|
+
|
|
271
|
+
ManifestProcessingRules?: ManifestProcessingRules;
|
|
272
|
+
|
|
273
|
+
Name?: string;
|
|
274
|
+
|
|
275
|
+
PersonalizationThresholdSeconds?: number;
|
|
276
|
+
|
|
277
|
+
PlaybackConfigurationArn?: string;
|
|
278
|
+
|
|
279
|
+
PlaybackEndpointPrefix?: string;
|
|
280
|
+
|
|
281
|
+
SessionInitializationEndpointPrefix?: string;
|
|
282
|
+
|
|
283
|
+
SlateAdUrl?: string;
|
|
284
|
+
|
|
285
|
+
Tags?: {
|
|
286
|
+
[key: string]: string;
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
TranscodeProfileName?: string;
|
|
290
|
+
|
|
291
|
+
VideoContentSourceUrl?: string;
|
|
292
|
+
}
|
|
293
|
+
export declare namespace PlaybackConfiguration {
|
|
294
|
+
|
|
295
|
+
const filterSensitiveLog: (obj: PlaybackConfiguration) => any;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface PrefetchConsumption {
|
|
299
|
+
|
|
300
|
+
AvailMatchingCriteria?: AvailMatchingCriteria[];
|
|
301
|
+
|
|
302
|
+
EndTime: Date | undefined;
|
|
303
|
+
|
|
304
|
+
StartTime?: Date;
|
|
305
|
+
}
|
|
306
|
+
export declare namespace PrefetchConsumption {
|
|
307
|
+
|
|
308
|
+
const filterSensitiveLog: (obj: PrefetchConsumption) => any;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface PrefetchRetrieval {
|
|
312
|
+
|
|
313
|
+
DynamicVariables?: {
|
|
314
|
+
[key: string]: string;
|
|
315
|
+
};
|
|
316
|
+
|
|
317
|
+
EndTime: Date | undefined;
|
|
318
|
+
|
|
319
|
+
StartTime?: Date;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace PrefetchRetrieval {
|
|
322
|
+
|
|
323
|
+
const filterSensitiveLog: (obj: PrefetchRetrieval) => any;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface PrefetchSchedule {
|
|
327
|
+
|
|
328
|
+
Arn: string | undefined;
|
|
329
|
+
|
|
330
|
+
Consumption: PrefetchConsumption | undefined;
|
|
331
|
+
|
|
332
|
+
Name: string | undefined;
|
|
333
|
+
|
|
334
|
+
PlaybackConfigurationName: string | undefined;
|
|
335
|
+
|
|
336
|
+
Retrieval: PrefetchRetrieval | undefined;
|
|
337
|
+
|
|
338
|
+
StreamId?: string;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace PrefetchSchedule {
|
|
341
|
+
|
|
342
|
+
const filterSensitiveLog: (obj: PrefetchSchedule) => any;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface ScheduleAdBreak {
|
|
346
|
+
|
|
347
|
+
ApproximateDurationSeconds?: number;
|
|
348
|
+
|
|
349
|
+
ApproximateStartTime?: Date;
|
|
350
|
+
|
|
351
|
+
SourceLocationName?: string;
|
|
352
|
+
|
|
353
|
+
VodSourceName?: string;
|
|
354
|
+
}
|
|
355
|
+
export declare namespace ScheduleAdBreak {
|
|
356
|
+
|
|
357
|
+
const filterSensitiveLog: (obj: ScheduleAdBreak) => any;
|
|
358
|
+
}
|
|
359
|
+
export declare enum ScheduleEntryType {
|
|
360
|
+
FILLER_SLATE = "FILLER_SLATE",
|
|
361
|
+
PROGRAM = "PROGRAM"
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export interface ScheduleEntry {
|
|
365
|
+
|
|
366
|
+
ApproximateDurationSeconds?: number;
|
|
367
|
+
|
|
368
|
+
ApproximateStartTime?: Date;
|
|
369
|
+
|
|
370
|
+
Arn: string | undefined;
|
|
371
|
+
|
|
372
|
+
ChannelName: string | undefined;
|
|
373
|
+
|
|
374
|
+
ProgramName: string | undefined;
|
|
375
|
+
|
|
376
|
+
ScheduleAdBreaks?: ScheduleAdBreak[];
|
|
377
|
+
|
|
378
|
+
ScheduleEntryType?: ScheduleEntryType | string;
|
|
379
|
+
|
|
380
|
+
SourceLocationName: string | undefined;
|
|
381
|
+
|
|
382
|
+
VodSourceName: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export declare namespace ScheduleEntry {
|
|
385
|
+
|
|
386
|
+
const filterSensitiveLog: (obj: ScheduleEntry) => any;
|
|
387
|
+
}
|
|
388
|
+
export interface SegmentDeliveryConfiguration {
|
|
389
|
+
BaseUrl?: string;
|
|
390
|
+
Name?: string;
|
|
391
|
+
}
|
|
392
|
+
export declare namespace SegmentDeliveryConfiguration {
|
|
393
|
+
|
|
394
|
+
const filterSensitiveLog: (obj: SegmentDeliveryConfiguration) => any;
|
|
395
|
+
}
|
|
396
|
+
export declare enum AccessType {
|
|
397
|
+
S3_SIGV4 = "S3_SIGV4",
|
|
398
|
+
SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN"
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface SecretsManagerAccessTokenConfiguration {
|
|
402
|
+
|
|
403
|
+
HeaderName?: string;
|
|
404
|
+
|
|
405
|
+
SecretArn?: string;
|
|
406
|
+
|
|
407
|
+
SecretStringKey?: string;
|
|
408
|
+
}
|
|
409
|
+
export declare namespace SecretsManagerAccessTokenConfiguration {
|
|
410
|
+
|
|
411
|
+
const filterSensitiveLog: (obj: SecretsManagerAccessTokenConfiguration) => any;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export interface AccessConfiguration {
|
|
415
|
+
|
|
416
|
+
AccessType?: AccessType | string;
|
|
417
|
+
|
|
418
|
+
SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
|
|
419
|
+
}
|
|
420
|
+
export declare namespace AccessConfiguration {
|
|
421
|
+
|
|
422
|
+
const filterSensitiveLog: (obj: AccessConfiguration) => any;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface DefaultSegmentDeliveryConfiguration {
|
|
426
|
+
|
|
427
|
+
BaseUrl?: string;
|
|
428
|
+
}
|
|
429
|
+
export declare namespace DefaultSegmentDeliveryConfiguration {
|
|
430
|
+
|
|
431
|
+
const filterSensitiveLog: (obj: DefaultSegmentDeliveryConfiguration) => any;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export interface HttpConfiguration {
|
|
435
|
+
|
|
436
|
+
BaseUrl: string | undefined;
|
|
437
|
+
}
|
|
438
|
+
export declare namespace HttpConfiguration {
|
|
439
|
+
|
|
440
|
+
const filterSensitiveLog: (obj: HttpConfiguration) => any;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface SourceLocation {
|
|
444
|
+
|
|
445
|
+
AccessConfiguration?: AccessConfiguration;
|
|
446
|
+
|
|
447
|
+
Arn: string | undefined;
|
|
448
|
+
|
|
449
|
+
CreationTime?: Date;
|
|
450
|
+
|
|
451
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
452
|
+
|
|
453
|
+
HttpConfiguration: HttpConfiguration | undefined;
|
|
454
|
+
|
|
455
|
+
LastModifiedTime?: Date;
|
|
456
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
457
|
+
|
|
458
|
+
SourceLocationName: string | undefined;
|
|
459
|
+
|
|
460
|
+
Tags?: {
|
|
461
|
+
[key: string]: string;
|
|
462
|
+
};
|
|
463
|
+
}
|
|
464
|
+
export declare namespace SourceLocation {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: SourceLocation) => any;
|
|
467
|
+
}
|
|
468
|
+
export declare enum Type {
|
|
469
|
+
DASH = "DASH",
|
|
470
|
+
HLS = "HLS"
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface HttpPackageConfiguration {
|
|
474
|
+
|
|
475
|
+
Path: string | undefined;
|
|
476
|
+
|
|
477
|
+
SourceGroup: string | undefined;
|
|
478
|
+
|
|
479
|
+
Type: Type | string | undefined;
|
|
480
|
+
}
|
|
481
|
+
export declare namespace HttpPackageConfiguration {
|
|
482
|
+
|
|
483
|
+
const filterSensitiveLog: (obj: HttpPackageConfiguration) => any;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface VodSource {
|
|
487
|
+
|
|
488
|
+
Arn: string | undefined;
|
|
489
|
+
|
|
490
|
+
CreationTime?: Date;
|
|
491
|
+
|
|
492
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
493
|
+
|
|
494
|
+
LastModifiedTime?: Date;
|
|
495
|
+
|
|
496
|
+
SourceLocationName: string | undefined;
|
|
497
|
+
|
|
498
|
+
Tags?: {
|
|
499
|
+
[key: string]: string;
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
VodSourceName: string | undefined;
|
|
503
|
+
}
|
|
504
|
+
export declare namespace VodSource {
|
|
505
|
+
|
|
506
|
+
const filterSensitiveLog: (obj: VodSource) => any;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
510
|
+
name: "BadRequestException";
|
|
511
|
+
$fault: "client";
|
|
512
|
+
Message?: string;
|
|
513
|
+
}
|
|
514
|
+
export declare enum ChannelState {
|
|
515
|
+
RUNNING = "RUNNING",
|
|
516
|
+
STOPPED = "STOPPED"
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
520
|
+
|
|
521
|
+
PercentEnabled: number | undefined;
|
|
522
|
+
|
|
523
|
+
PlaybackConfigurationName: string | undefined;
|
|
524
|
+
}
|
|
525
|
+
export declare namespace ConfigureLogsForPlaybackConfigurationRequest {
|
|
526
|
+
|
|
527
|
+
const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
|
|
528
|
+
}
|
|
529
|
+
export interface ConfigureLogsForPlaybackConfigurationResponse {
|
|
530
|
+
|
|
531
|
+
PercentEnabled?: number;
|
|
532
|
+
|
|
533
|
+
PlaybackConfigurationName?: string;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace ConfigureLogsForPlaybackConfigurationResponse {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface RequestOutputItem {
|
|
541
|
+
|
|
542
|
+
DashPlaylistSettings?: DashPlaylistSettings;
|
|
543
|
+
|
|
544
|
+
HlsPlaylistSettings?: HlsPlaylistSettings;
|
|
545
|
+
|
|
546
|
+
ManifestName: string | undefined;
|
|
547
|
+
|
|
548
|
+
SourceGroup: string | undefined;
|
|
549
|
+
}
|
|
550
|
+
export declare namespace RequestOutputItem {
|
|
551
|
+
|
|
552
|
+
const filterSensitiveLog: (obj: RequestOutputItem) => any;
|
|
553
|
+
}
|
|
554
|
+
export declare enum PlaybackMode {
|
|
555
|
+
LINEAR = "LINEAR",
|
|
556
|
+
LOOP = "LOOP"
|
|
557
|
+
}
|
|
558
|
+
export interface CreateChannelRequest {
|
|
559
|
+
|
|
560
|
+
ChannelName: string | undefined;
|
|
561
|
+
|
|
562
|
+
FillerSlate?: SlateSource;
|
|
563
|
+
|
|
564
|
+
Outputs: RequestOutputItem[] | undefined;
|
|
565
|
+
|
|
566
|
+
PlaybackMode: PlaybackMode | string | undefined;
|
|
567
|
+
|
|
568
|
+
Tags?: {
|
|
569
|
+
[key: string]: string;
|
|
570
|
+
};
|
|
571
|
+
}
|
|
572
|
+
export declare namespace CreateChannelRequest {
|
|
573
|
+
|
|
574
|
+
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
575
|
+
}
|
|
576
|
+
export interface CreateChannelResponse {
|
|
577
|
+
|
|
578
|
+
Arn?: string;
|
|
579
|
+
|
|
580
|
+
ChannelName?: string;
|
|
581
|
+
|
|
582
|
+
ChannelState?: ChannelState | string;
|
|
583
|
+
|
|
584
|
+
CreationTime?: Date;
|
|
585
|
+
|
|
586
|
+
FillerSlate?: SlateSource;
|
|
587
|
+
|
|
588
|
+
LastModifiedTime?: Date;
|
|
589
|
+
|
|
590
|
+
Outputs?: ResponseOutputItem[];
|
|
591
|
+
|
|
592
|
+
PlaybackMode?: string;
|
|
593
|
+
|
|
594
|
+
Tags?: {
|
|
595
|
+
[key: string]: string;
|
|
596
|
+
};
|
|
597
|
+
}
|
|
598
|
+
export declare namespace CreateChannelResponse {
|
|
599
|
+
|
|
600
|
+
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
601
|
+
}
|
|
602
|
+
export interface CreatePrefetchScheduleRequest {
|
|
603
|
+
|
|
604
|
+
Consumption: PrefetchConsumption | undefined;
|
|
605
|
+
|
|
606
|
+
Name: string | undefined;
|
|
607
|
+
|
|
608
|
+
PlaybackConfigurationName: string | undefined;
|
|
609
|
+
|
|
610
|
+
Retrieval: PrefetchRetrieval | undefined;
|
|
611
|
+
|
|
612
|
+
StreamId?: string;
|
|
613
|
+
}
|
|
614
|
+
export declare namespace CreatePrefetchScheduleRequest {
|
|
615
|
+
|
|
616
|
+
const filterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
|
|
617
|
+
}
|
|
618
|
+
export interface CreatePrefetchScheduleResponse {
|
|
619
|
+
|
|
620
|
+
Arn?: string;
|
|
621
|
+
|
|
622
|
+
Consumption?: PrefetchConsumption;
|
|
623
|
+
|
|
624
|
+
Name?: string;
|
|
625
|
+
|
|
626
|
+
PlaybackConfigurationName?: string;
|
|
627
|
+
|
|
628
|
+
Retrieval?: PrefetchRetrieval;
|
|
629
|
+
|
|
630
|
+
StreamId?: string;
|
|
631
|
+
}
|
|
632
|
+
export declare namespace CreatePrefetchScheduleResponse {
|
|
633
|
+
|
|
634
|
+
const filterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
|
|
635
|
+
}
|
|
636
|
+
export declare enum RelativePosition {
|
|
637
|
+
AFTER_PROGRAM = "AFTER_PROGRAM",
|
|
638
|
+
BEFORE_PROGRAM = "BEFORE_PROGRAM"
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface Transition {
|
|
642
|
+
|
|
643
|
+
RelativePosition: RelativePosition | string | undefined;
|
|
644
|
+
|
|
645
|
+
RelativeProgram?: string;
|
|
646
|
+
|
|
647
|
+
ScheduledStartTimeMillis?: number;
|
|
648
|
+
|
|
649
|
+
Type: string | undefined;
|
|
650
|
+
}
|
|
651
|
+
export declare namespace Transition {
|
|
652
|
+
|
|
653
|
+
const filterSensitiveLog: (obj: Transition) => any;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export interface ScheduleConfiguration {
|
|
657
|
+
|
|
658
|
+
Transition: Transition | undefined;
|
|
659
|
+
}
|
|
660
|
+
export declare namespace ScheduleConfiguration {
|
|
661
|
+
|
|
662
|
+
const filterSensitiveLog: (obj: ScheduleConfiguration) => any;
|
|
663
|
+
}
|
|
664
|
+
export interface CreateProgramRequest {
|
|
665
|
+
|
|
666
|
+
AdBreaks?: AdBreak[];
|
|
667
|
+
|
|
668
|
+
ChannelName: string | undefined;
|
|
669
|
+
|
|
670
|
+
ProgramName: string | undefined;
|
|
671
|
+
|
|
672
|
+
ScheduleConfiguration: ScheduleConfiguration | undefined;
|
|
673
|
+
|
|
674
|
+
SourceLocationName: string | undefined;
|
|
675
|
+
|
|
676
|
+
VodSourceName: string | undefined;
|
|
677
|
+
}
|
|
678
|
+
export declare namespace CreateProgramRequest {
|
|
679
|
+
|
|
680
|
+
const filterSensitiveLog: (obj: CreateProgramRequest) => any;
|
|
681
|
+
}
|
|
682
|
+
export interface CreateProgramResponse {
|
|
683
|
+
|
|
684
|
+
AdBreaks?: AdBreak[];
|
|
685
|
+
|
|
686
|
+
Arn?: string;
|
|
687
|
+
|
|
688
|
+
ChannelName?: string;
|
|
689
|
+
|
|
690
|
+
CreationTime?: Date;
|
|
691
|
+
|
|
692
|
+
ProgramName?: string;
|
|
693
|
+
|
|
694
|
+
ScheduledStartTime?: Date;
|
|
695
|
+
|
|
696
|
+
SourceLocationName?: string;
|
|
697
|
+
|
|
698
|
+
VodSourceName?: string;
|
|
699
|
+
}
|
|
700
|
+
export declare namespace CreateProgramResponse {
|
|
701
|
+
|
|
702
|
+
const filterSensitiveLog: (obj: CreateProgramResponse) => any;
|
|
703
|
+
}
|
|
704
|
+
export interface CreateSourceLocationRequest {
|
|
705
|
+
|
|
706
|
+
AccessConfiguration?: AccessConfiguration;
|
|
707
|
+
|
|
708
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
709
|
+
|
|
710
|
+
HttpConfiguration: HttpConfiguration | undefined;
|
|
711
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
712
|
+
|
|
713
|
+
SourceLocationName: string | undefined;
|
|
714
|
+
|
|
715
|
+
Tags?: {
|
|
716
|
+
[key: string]: string;
|
|
717
|
+
};
|
|
718
|
+
}
|
|
719
|
+
export declare namespace CreateSourceLocationRequest {
|
|
720
|
+
|
|
721
|
+
const filterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
|
|
722
|
+
}
|
|
723
|
+
export interface CreateSourceLocationResponse {
|
|
724
|
+
|
|
725
|
+
AccessConfiguration?: AccessConfiguration;
|
|
726
|
+
|
|
727
|
+
Arn?: string;
|
|
728
|
+
|
|
729
|
+
CreationTime?: Date;
|
|
730
|
+
|
|
731
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
732
|
+
|
|
733
|
+
HttpConfiguration?: HttpConfiguration;
|
|
734
|
+
|
|
735
|
+
LastModifiedTime?: Date;
|
|
736
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
737
|
+
|
|
738
|
+
SourceLocationName?: string;
|
|
739
|
+
|
|
740
|
+
Tags?: {
|
|
741
|
+
[key: string]: string;
|
|
742
|
+
};
|
|
743
|
+
}
|
|
744
|
+
export declare namespace CreateSourceLocationResponse {
|
|
745
|
+
|
|
746
|
+
const filterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
|
|
747
|
+
}
|
|
748
|
+
export interface CreateVodSourceRequest {
|
|
749
|
+
|
|
750
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
751
|
+
|
|
752
|
+
SourceLocationName: string | undefined;
|
|
753
|
+
|
|
754
|
+
Tags?: {
|
|
755
|
+
[key: string]: string;
|
|
756
|
+
};
|
|
757
|
+
|
|
758
|
+
VodSourceName: string | undefined;
|
|
759
|
+
}
|
|
760
|
+
export declare namespace CreateVodSourceRequest {
|
|
761
|
+
|
|
762
|
+
const filterSensitiveLog: (obj: CreateVodSourceRequest) => any;
|
|
763
|
+
}
|
|
764
|
+
export interface CreateVodSourceResponse {
|
|
765
|
+
|
|
766
|
+
Arn?: string;
|
|
767
|
+
|
|
768
|
+
CreationTime?: Date;
|
|
769
|
+
|
|
770
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
771
|
+
|
|
772
|
+
LastModifiedTime?: Date;
|
|
773
|
+
|
|
774
|
+
SourceLocationName?: string;
|
|
775
|
+
|
|
776
|
+
Tags?: {
|
|
777
|
+
[key: string]: string;
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
VodSourceName?: string;
|
|
781
|
+
}
|
|
782
|
+
export declare namespace CreateVodSourceResponse {
|
|
783
|
+
|
|
784
|
+
const filterSensitiveLog: (obj: CreateVodSourceResponse) => any;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface DashConfigurationForPut {
|
|
788
|
+
|
|
789
|
+
MpdLocation?: string;
|
|
790
|
+
|
|
791
|
+
OriginManifestType?: OriginManifestType | string;
|
|
792
|
+
}
|
|
793
|
+
export declare namespace DashConfigurationForPut {
|
|
794
|
+
|
|
795
|
+
const filterSensitiveLog: (obj: DashConfigurationForPut) => any;
|
|
796
|
+
}
|
|
797
|
+
export interface DeleteChannelRequest {
|
|
798
|
+
|
|
799
|
+
ChannelName: string | undefined;
|
|
800
|
+
}
|
|
801
|
+
export declare namespace DeleteChannelRequest {
|
|
802
|
+
|
|
803
|
+
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
804
|
+
}
|
|
805
|
+
export interface DeleteChannelResponse {
|
|
806
|
+
}
|
|
807
|
+
export declare namespace DeleteChannelResponse {
|
|
808
|
+
|
|
809
|
+
const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
810
|
+
}
|
|
811
|
+
export interface DeleteChannelPolicyRequest {
|
|
812
|
+
|
|
813
|
+
ChannelName: string | undefined;
|
|
814
|
+
}
|
|
815
|
+
export declare namespace DeleteChannelPolicyRequest {
|
|
816
|
+
|
|
817
|
+
const filterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
|
|
818
|
+
}
|
|
819
|
+
export interface DeleteChannelPolicyResponse {
|
|
820
|
+
}
|
|
821
|
+
export declare namespace DeleteChannelPolicyResponse {
|
|
822
|
+
|
|
823
|
+
const filterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
|
|
824
|
+
}
|
|
825
|
+
export interface DeletePlaybackConfigurationRequest {
|
|
826
|
+
|
|
827
|
+
Name: string | undefined;
|
|
828
|
+
}
|
|
829
|
+
export declare namespace DeletePlaybackConfigurationRequest {
|
|
830
|
+
|
|
831
|
+
const filterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
|
|
832
|
+
}
|
|
833
|
+
export interface DeletePlaybackConfigurationResponse {
|
|
834
|
+
}
|
|
835
|
+
export declare namespace DeletePlaybackConfigurationResponse {
|
|
836
|
+
|
|
837
|
+
const filterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
|
|
838
|
+
}
|
|
839
|
+
export interface DeletePrefetchScheduleRequest {
|
|
840
|
+
|
|
841
|
+
Name: string | undefined;
|
|
842
|
+
|
|
843
|
+
PlaybackConfigurationName: string | undefined;
|
|
844
|
+
}
|
|
845
|
+
export declare namespace DeletePrefetchScheduleRequest {
|
|
846
|
+
|
|
847
|
+
const filterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
|
|
848
|
+
}
|
|
849
|
+
export interface DeletePrefetchScheduleResponse {
|
|
850
|
+
}
|
|
851
|
+
export declare namespace DeletePrefetchScheduleResponse {
|
|
852
|
+
|
|
853
|
+
const filterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
|
|
854
|
+
}
|
|
855
|
+
export interface DeleteProgramRequest {
|
|
856
|
+
|
|
857
|
+
ChannelName: string | undefined;
|
|
858
|
+
|
|
859
|
+
ProgramName: string | undefined;
|
|
860
|
+
}
|
|
861
|
+
export declare namespace DeleteProgramRequest {
|
|
862
|
+
|
|
863
|
+
const filterSensitiveLog: (obj: DeleteProgramRequest) => any;
|
|
864
|
+
}
|
|
865
|
+
export interface DeleteProgramResponse {
|
|
866
|
+
}
|
|
867
|
+
export declare namespace DeleteProgramResponse {
|
|
868
|
+
|
|
869
|
+
const filterSensitiveLog: (obj: DeleteProgramResponse) => any;
|
|
870
|
+
}
|
|
871
|
+
export interface DeleteSourceLocationRequest {
|
|
872
|
+
|
|
873
|
+
SourceLocationName: string | undefined;
|
|
874
|
+
}
|
|
875
|
+
export declare namespace DeleteSourceLocationRequest {
|
|
876
|
+
|
|
877
|
+
const filterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
|
|
878
|
+
}
|
|
879
|
+
export interface DeleteSourceLocationResponse {
|
|
880
|
+
}
|
|
881
|
+
export declare namespace DeleteSourceLocationResponse {
|
|
882
|
+
|
|
883
|
+
const filterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
|
|
884
|
+
}
|
|
885
|
+
export interface DeleteVodSourceRequest {
|
|
886
|
+
|
|
887
|
+
SourceLocationName: string | undefined;
|
|
888
|
+
|
|
889
|
+
VodSourceName: string | undefined;
|
|
890
|
+
}
|
|
891
|
+
export declare namespace DeleteVodSourceRequest {
|
|
892
|
+
|
|
893
|
+
const filterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
|
|
894
|
+
}
|
|
895
|
+
export interface DeleteVodSourceResponse {
|
|
896
|
+
}
|
|
897
|
+
export declare namespace DeleteVodSourceResponse {
|
|
898
|
+
|
|
899
|
+
const filterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
|
|
900
|
+
}
|
|
901
|
+
export interface DescribeChannelRequest {
|
|
902
|
+
|
|
903
|
+
ChannelName: string | undefined;
|
|
904
|
+
}
|
|
905
|
+
export declare namespace DescribeChannelRequest {
|
|
906
|
+
|
|
907
|
+
const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
908
|
+
}
|
|
909
|
+
export interface DescribeChannelResponse {
|
|
910
|
+
|
|
911
|
+
Arn?: string;
|
|
912
|
+
|
|
913
|
+
ChannelName?: string;
|
|
914
|
+
|
|
915
|
+
ChannelState?: ChannelState | string;
|
|
916
|
+
|
|
917
|
+
CreationTime?: Date;
|
|
918
|
+
|
|
919
|
+
FillerSlate?: SlateSource;
|
|
920
|
+
|
|
921
|
+
LastModifiedTime?: Date;
|
|
922
|
+
|
|
923
|
+
Outputs?: ResponseOutputItem[];
|
|
924
|
+
|
|
925
|
+
PlaybackMode?: string;
|
|
926
|
+
|
|
927
|
+
Tags?: {
|
|
928
|
+
[key: string]: string;
|
|
929
|
+
};
|
|
930
|
+
}
|
|
931
|
+
export declare namespace DescribeChannelResponse {
|
|
932
|
+
|
|
933
|
+
const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
934
|
+
}
|
|
935
|
+
export interface DescribeProgramRequest {
|
|
936
|
+
|
|
937
|
+
ChannelName: string | undefined;
|
|
938
|
+
|
|
939
|
+
ProgramName: string | undefined;
|
|
940
|
+
}
|
|
941
|
+
export declare namespace DescribeProgramRequest {
|
|
942
|
+
|
|
943
|
+
const filterSensitiveLog: (obj: DescribeProgramRequest) => any;
|
|
944
|
+
}
|
|
945
|
+
export interface DescribeProgramResponse {
|
|
946
|
+
|
|
947
|
+
AdBreaks?: AdBreak[];
|
|
948
|
+
|
|
949
|
+
Arn?: string;
|
|
950
|
+
|
|
951
|
+
ChannelName?: string;
|
|
952
|
+
|
|
953
|
+
CreationTime?: Date;
|
|
954
|
+
|
|
955
|
+
ProgramName?: string;
|
|
956
|
+
|
|
957
|
+
ScheduledStartTime?: Date;
|
|
958
|
+
|
|
959
|
+
SourceLocationName?: string;
|
|
960
|
+
|
|
961
|
+
VodSourceName?: string;
|
|
962
|
+
}
|
|
963
|
+
export declare namespace DescribeProgramResponse {
|
|
964
|
+
|
|
965
|
+
const filterSensitiveLog: (obj: DescribeProgramResponse) => any;
|
|
966
|
+
}
|
|
967
|
+
export interface DescribeSourceLocationRequest {
|
|
968
|
+
|
|
969
|
+
SourceLocationName: string | undefined;
|
|
970
|
+
}
|
|
971
|
+
export declare namespace DescribeSourceLocationRequest {
|
|
972
|
+
|
|
973
|
+
const filterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
|
|
974
|
+
}
|
|
975
|
+
export interface DescribeSourceLocationResponse {
|
|
976
|
+
|
|
977
|
+
AccessConfiguration?: AccessConfiguration;
|
|
978
|
+
|
|
979
|
+
Arn?: string;
|
|
980
|
+
|
|
981
|
+
CreationTime?: Date;
|
|
982
|
+
|
|
983
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
984
|
+
|
|
985
|
+
HttpConfiguration?: HttpConfiguration;
|
|
986
|
+
|
|
987
|
+
LastModifiedTime?: Date;
|
|
988
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
989
|
+
|
|
990
|
+
SourceLocationName?: string;
|
|
991
|
+
|
|
992
|
+
Tags?: {
|
|
993
|
+
[key: string]: string;
|
|
994
|
+
};
|
|
995
|
+
}
|
|
996
|
+
export declare namespace DescribeSourceLocationResponse {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
|
|
999
|
+
}
|
|
1000
|
+
export interface DescribeVodSourceRequest {
|
|
1001
|
+
|
|
1002
|
+
SourceLocationName: string | undefined;
|
|
1003
|
+
|
|
1004
|
+
VodSourceName: string | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace DescribeVodSourceRequest {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
|
|
1009
|
+
}
|
|
1010
|
+
export interface DescribeVodSourceResponse {
|
|
1011
|
+
|
|
1012
|
+
Arn?: string;
|
|
1013
|
+
|
|
1014
|
+
CreationTime?: Date;
|
|
1015
|
+
|
|
1016
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1017
|
+
|
|
1018
|
+
LastModifiedTime?: Date;
|
|
1019
|
+
|
|
1020
|
+
SourceLocationName?: string;
|
|
1021
|
+
|
|
1022
|
+
Tags?: {
|
|
1023
|
+
[key: string]: string;
|
|
1024
|
+
};
|
|
1025
|
+
|
|
1026
|
+
VodSourceName?: string;
|
|
1027
|
+
}
|
|
1028
|
+
export declare namespace DescribeVodSourceResponse {
|
|
1029
|
+
|
|
1030
|
+
const filterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
|
|
1031
|
+
}
|
|
1032
|
+
export interface GetChannelPolicyRequest {
|
|
1033
|
+
|
|
1034
|
+
ChannelName: string | undefined;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace GetChannelPolicyRequest {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
|
|
1039
|
+
}
|
|
1040
|
+
export interface GetChannelPolicyResponse {
|
|
1041
|
+
|
|
1042
|
+
Policy?: string;
|
|
1043
|
+
}
|
|
1044
|
+
export declare namespace GetChannelPolicyResponse {
|
|
1045
|
+
|
|
1046
|
+
const filterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
|
|
1047
|
+
}
|
|
1048
|
+
export interface GetChannelScheduleRequest {
|
|
1049
|
+
|
|
1050
|
+
ChannelName: string | undefined;
|
|
1051
|
+
|
|
1052
|
+
DurationMinutes?: string;
|
|
1053
|
+
|
|
1054
|
+
MaxResults?: number;
|
|
1055
|
+
|
|
1056
|
+
NextToken?: string;
|
|
1057
|
+
}
|
|
1058
|
+
export declare namespace GetChannelScheduleRequest {
|
|
1059
|
+
|
|
1060
|
+
const filterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
|
|
1061
|
+
}
|
|
1062
|
+
export interface GetChannelScheduleResponse {
|
|
1063
|
+
|
|
1064
|
+
Items?: ScheduleEntry[];
|
|
1065
|
+
|
|
1066
|
+
NextToken?: string;
|
|
1067
|
+
}
|
|
1068
|
+
export declare namespace GetChannelScheduleResponse {
|
|
1069
|
+
|
|
1070
|
+
const filterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
|
|
1071
|
+
}
|
|
1072
|
+
export interface GetPlaybackConfigurationRequest {
|
|
1073
|
+
|
|
1074
|
+
Name: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export declare namespace GetPlaybackConfigurationRequest {
|
|
1077
|
+
|
|
1078
|
+
const filterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
|
|
1079
|
+
}
|
|
1080
|
+
export interface GetPlaybackConfigurationResponse {
|
|
1081
|
+
|
|
1082
|
+
AdDecisionServerUrl?: string;
|
|
1083
|
+
|
|
1084
|
+
AvailSuppression?: AvailSuppression;
|
|
1085
|
+
|
|
1086
|
+
Bumper?: Bumper;
|
|
1087
|
+
|
|
1088
|
+
CdnConfiguration?: CdnConfiguration;
|
|
1089
|
+
|
|
1090
|
+
ConfigurationAliases?: {
|
|
1091
|
+
[key: string]: {
|
|
1092
|
+
[key: string]: string;
|
|
1093
|
+
};
|
|
1094
|
+
};
|
|
1095
|
+
|
|
1096
|
+
DashConfiguration?: DashConfiguration;
|
|
1097
|
+
|
|
1098
|
+
HlsConfiguration?: HlsConfiguration;
|
|
1099
|
+
|
|
1100
|
+
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1101
|
+
|
|
1102
|
+
LogConfiguration?: LogConfiguration;
|
|
1103
|
+
|
|
1104
|
+
ManifestProcessingRules?: ManifestProcessingRules;
|
|
1105
|
+
|
|
1106
|
+
Name?: string;
|
|
1107
|
+
|
|
1108
|
+
PersonalizationThresholdSeconds?: number;
|
|
1109
|
+
|
|
1110
|
+
PlaybackConfigurationArn?: string;
|
|
1111
|
+
|
|
1112
|
+
PlaybackEndpointPrefix?: string;
|
|
1113
|
+
|
|
1114
|
+
SessionInitializationEndpointPrefix?: string;
|
|
1115
|
+
|
|
1116
|
+
SlateAdUrl?: string;
|
|
1117
|
+
|
|
1118
|
+
Tags?: {
|
|
1119
|
+
[key: string]: string;
|
|
1120
|
+
};
|
|
1121
|
+
|
|
1122
|
+
TranscodeProfileName?: string;
|
|
1123
|
+
|
|
1124
|
+
VideoContentSourceUrl?: string;
|
|
1125
|
+
}
|
|
1126
|
+
export declare namespace GetPlaybackConfigurationResponse {
|
|
1127
|
+
|
|
1128
|
+
const filterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
|
|
1129
|
+
}
|
|
1130
|
+
export interface GetPrefetchScheduleRequest {
|
|
1131
|
+
|
|
1132
|
+
Name: string | undefined;
|
|
1133
|
+
|
|
1134
|
+
PlaybackConfigurationName: string | undefined;
|
|
1135
|
+
}
|
|
1136
|
+
export declare namespace GetPrefetchScheduleRequest {
|
|
1137
|
+
|
|
1138
|
+
const filterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
|
|
1139
|
+
}
|
|
1140
|
+
export interface GetPrefetchScheduleResponse {
|
|
1141
|
+
|
|
1142
|
+
Arn?: string;
|
|
1143
|
+
|
|
1144
|
+
Consumption?: PrefetchConsumption;
|
|
1145
|
+
|
|
1146
|
+
Name?: string;
|
|
1147
|
+
|
|
1148
|
+
PlaybackConfigurationName?: string;
|
|
1149
|
+
|
|
1150
|
+
Retrieval?: PrefetchRetrieval;
|
|
1151
|
+
|
|
1152
|
+
StreamId?: string;
|
|
1153
|
+
}
|
|
1154
|
+
export declare namespace GetPrefetchScheduleResponse {
|
|
1155
|
+
|
|
1156
|
+
const filterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
|
|
1157
|
+
}
|
|
1158
|
+
export interface ListAlertsRequest {
|
|
1159
|
+
|
|
1160
|
+
MaxResults?: number;
|
|
1161
|
+
|
|
1162
|
+
NextToken?: string;
|
|
1163
|
+
|
|
1164
|
+
ResourceArn: string | undefined;
|
|
1165
|
+
}
|
|
1166
|
+
export declare namespace ListAlertsRequest {
|
|
1167
|
+
|
|
1168
|
+
const filterSensitiveLog: (obj: ListAlertsRequest) => any;
|
|
1169
|
+
}
|
|
1170
|
+
export interface ListAlertsResponse {
|
|
1171
|
+
|
|
1172
|
+
Items?: Alert[];
|
|
1173
|
+
|
|
1174
|
+
NextToken?: string;
|
|
1175
|
+
}
|
|
1176
|
+
export declare namespace ListAlertsResponse {
|
|
1177
|
+
|
|
1178
|
+
const filterSensitiveLog: (obj: ListAlertsResponse) => any;
|
|
1179
|
+
}
|
|
1180
|
+
export interface ListChannelsRequest {
|
|
1181
|
+
|
|
1182
|
+
MaxResults?: number;
|
|
1183
|
+
|
|
1184
|
+
NextToken?: string;
|
|
1185
|
+
}
|
|
1186
|
+
export declare namespace ListChannelsRequest {
|
|
1187
|
+
|
|
1188
|
+
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1189
|
+
}
|
|
1190
|
+
export interface ListChannelsResponse {
|
|
1191
|
+
|
|
1192
|
+
Items?: Channel[];
|
|
1193
|
+
|
|
1194
|
+
NextToken?: string;
|
|
1195
|
+
}
|
|
1196
|
+
export declare namespace ListChannelsResponse {
|
|
1197
|
+
|
|
1198
|
+
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1199
|
+
}
|
|
1200
|
+
export interface ListPlaybackConfigurationsRequest {
|
|
1201
|
+
|
|
1202
|
+
MaxResults?: number;
|
|
1203
|
+
|
|
1204
|
+
NextToken?: string;
|
|
1205
|
+
}
|
|
1206
|
+
export declare namespace ListPlaybackConfigurationsRequest {
|
|
1207
|
+
|
|
1208
|
+
const filterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
|
|
1209
|
+
}
|
|
1210
|
+
export interface ListPlaybackConfigurationsResponse {
|
|
1211
|
+
|
|
1212
|
+
Items?: PlaybackConfiguration[];
|
|
1213
|
+
|
|
1214
|
+
NextToken?: string;
|
|
1215
|
+
}
|
|
1216
|
+
export declare namespace ListPlaybackConfigurationsResponse {
|
|
1217
|
+
|
|
1218
|
+
const filterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
|
|
1219
|
+
}
|
|
1220
|
+
export interface ListPrefetchSchedulesRequest {
|
|
1221
|
+
|
|
1222
|
+
MaxResults?: number;
|
|
1223
|
+
|
|
1224
|
+
NextToken?: string;
|
|
1225
|
+
|
|
1226
|
+
PlaybackConfigurationName: string | undefined;
|
|
1227
|
+
|
|
1228
|
+
StreamId?: string;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace ListPrefetchSchedulesRequest {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
|
|
1233
|
+
}
|
|
1234
|
+
export interface ListPrefetchSchedulesResponse {
|
|
1235
|
+
|
|
1236
|
+
Items?: PrefetchSchedule[];
|
|
1237
|
+
|
|
1238
|
+
NextToken?: string;
|
|
1239
|
+
}
|
|
1240
|
+
export declare namespace ListPrefetchSchedulesResponse {
|
|
1241
|
+
|
|
1242
|
+
const filterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
|
|
1243
|
+
}
|
|
1244
|
+
export interface ListSourceLocationsRequest {
|
|
1245
|
+
|
|
1246
|
+
MaxResults?: number;
|
|
1247
|
+
|
|
1248
|
+
NextToken?: string;
|
|
1249
|
+
}
|
|
1250
|
+
export declare namespace ListSourceLocationsRequest {
|
|
1251
|
+
|
|
1252
|
+
const filterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
|
|
1253
|
+
}
|
|
1254
|
+
export interface ListSourceLocationsResponse {
|
|
1255
|
+
|
|
1256
|
+
Items?: SourceLocation[];
|
|
1257
|
+
|
|
1258
|
+
NextToken?: string;
|
|
1259
|
+
}
|
|
1260
|
+
export declare namespace ListSourceLocationsResponse {
|
|
1261
|
+
|
|
1262
|
+
const filterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
|
|
1263
|
+
}
|
|
1264
|
+
export interface ListTagsForResourceRequest {
|
|
1265
|
+
|
|
1266
|
+
ResourceArn: string | undefined;
|
|
1267
|
+
}
|
|
1268
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1269
|
+
|
|
1270
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1271
|
+
}
|
|
1272
|
+
export interface ListTagsForResourceResponse {
|
|
1273
|
+
|
|
1274
|
+
Tags?: {
|
|
1275
|
+
[key: string]: string;
|
|
1276
|
+
};
|
|
1277
|
+
}
|
|
1278
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1279
|
+
|
|
1280
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1281
|
+
}
|
|
1282
|
+
export interface ListVodSourcesRequest {
|
|
1283
|
+
|
|
1284
|
+
MaxResults?: number;
|
|
1285
|
+
|
|
1286
|
+
NextToken?: string;
|
|
1287
|
+
|
|
1288
|
+
SourceLocationName: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export declare namespace ListVodSourcesRequest {
|
|
1291
|
+
|
|
1292
|
+
const filterSensitiveLog: (obj: ListVodSourcesRequest) => any;
|
|
1293
|
+
}
|
|
1294
|
+
export interface ListVodSourcesResponse {
|
|
1295
|
+
|
|
1296
|
+
Items?: VodSource[];
|
|
1297
|
+
|
|
1298
|
+
NextToken?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export declare namespace ListVodSourcesResponse {
|
|
1301
|
+
|
|
1302
|
+
const filterSensitiveLog: (obj: ListVodSourcesResponse) => any;
|
|
1303
|
+
}
|
|
1304
|
+
export interface PutChannelPolicyRequest {
|
|
1305
|
+
|
|
1306
|
+
ChannelName: string | undefined;
|
|
1307
|
+
|
|
1308
|
+
Policy: string | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export declare namespace PutChannelPolicyRequest {
|
|
1311
|
+
|
|
1312
|
+
const filterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
|
|
1313
|
+
}
|
|
1314
|
+
export interface PutChannelPolicyResponse {
|
|
1315
|
+
}
|
|
1316
|
+
export declare namespace PutChannelPolicyResponse {
|
|
1317
|
+
|
|
1318
|
+
const filterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
|
|
1319
|
+
}
|
|
1320
|
+
export interface PutPlaybackConfigurationRequest {
|
|
1321
|
+
|
|
1322
|
+
AdDecisionServerUrl?: string;
|
|
1323
|
+
|
|
1324
|
+
AvailSuppression?: AvailSuppression;
|
|
1325
|
+
|
|
1326
|
+
Bumper?: Bumper;
|
|
1327
|
+
|
|
1328
|
+
CdnConfiguration?: CdnConfiguration;
|
|
1329
|
+
|
|
1330
|
+
ConfigurationAliases?: {
|
|
1331
|
+
[key: string]: {
|
|
1332
|
+
[key: string]: string;
|
|
1333
|
+
};
|
|
1334
|
+
};
|
|
1335
|
+
|
|
1336
|
+
DashConfiguration?: DashConfigurationForPut;
|
|
1337
|
+
|
|
1338
|
+
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1339
|
+
|
|
1340
|
+
ManifestProcessingRules?: ManifestProcessingRules;
|
|
1341
|
+
|
|
1342
|
+
Name?: string;
|
|
1343
|
+
|
|
1344
|
+
PersonalizationThresholdSeconds?: number;
|
|
1345
|
+
|
|
1346
|
+
SlateAdUrl?: string;
|
|
1347
|
+
|
|
1348
|
+
Tags?: {
|
|
1349
|
+
[key: string]: string;
|
|
1350
|
+
};
|
|
1351
|
+
|
|
1352
|
+
TranscodeProfileName?: string;
|
|
1353
|
+
|
|
1354
|
+
VideoContentSourceUrl?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace PutPlaybackConfigurationRequest {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export interface PutPlaybackConfigurationResponse {
|
|
1361
|
+
|
|
1362
|
+
AdDecisionServerUrl?: string;
|
|
1363
|
+
|
|
1364
|
+
AvailSuppression?: AvailSuppression;
|
|
1365
|
+
|
|
1366
|
+
Bumper?: Bumper;
|
|
1367
|
+
|
|
1368
|
+
CdnConfiguration?: CdnConfiguration;
|
|
1369
|
+
|
|
1370
|
+
ConfigurationAliases?: {
|
|
1371
|
+
[key: string]: {
|
|
1372
|
+
[key: string]: string;
|
|
1373
|
+
};
|
|
1374
|
+
};
|
|
1375
|
+
|
|
1376
|
+
DashConfiguration?: DashConfiguration;
|
|
1377
|
+
|
|
1378
|
+
HlsConfiguration?: HlsConfiguration;
|
|
1379
|
+
|
|
1380
|
+
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1381
|
+
|
|
1382
|
+
LogConfiguration?: LogConfiguration;
|
|
1383
|
+
|
|
1384
|
+
ManifestProcessingRules?: ManifestProcessingRules;
|
|
1385
|
+
|
|
1386
|
+
Name?: string;
|
|
1387
|
+
|
|
1388
|
+
PersonalizationThresholdSeconds?: number;
|
|
1389
|
+
|
|
1390
|
+
PlaybackConfigurationArn?: string;
|
|
1391
|
+
|
|
1392
|
+
PlaybackEndpointPrefix?: string;
|
|
1393
|
+
|
|
1394
|
+
SessionInitializationEndpointPrefix?: string;
|
|
1395
|
+
|
|
1396
|
+
SlateAdUrl?: string;
|
|
1397
|
+
|
|
1398
|
+
Tags?: {
|
|
1399
|
+
[key: string]: string;
|
|
1400
|
+
};
|
|
1401
|
+
|
|
1402
|
+
TranscodeProfileName?: string;
|
|
1403
|
+
|
|
1404
|
+
VideoContentSourceUrl?: string;
|
|
1405
|
+
}
|
|
1406
|
+
export declare namespace PutPlaybackConfigurationResponse {
|
|
1407
|
+
|
|
1408
|
+
const filterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
|
|
1409
|
+
}
|
|
1410
|
+
export interface StartChannelRequest {
|
|
1411
|
+
|
|
1412
|
+
ChannelName: string | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export declare namespace StartChannelRequest {
|
|
1415
|
+
|
|
1416
|
+
const filterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
1417
|
+
}
|
|
1418
|
+
export interface StartChannelResponse {
|
|
1419
|
+
}
|
|
1420
|
+
export declare namespace StartChannelResponse {
|
|
1421
|
+
|
|
1422
|
+
const filterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
1423
|
+
}
|
|
1424
|
+
export interface StopChannelRequest {
|
|
1425
|
+
|
|
1426
|
+
ChannelName: string | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export declare namespace StopChannelRequest {
|
|
1429
|
+
|
|
1430
|
+
const filterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
1431
|
+
}
|
|
1432
|
+
export interface StopChannelResponse {
|
|
1433
|
+
}
|
|
1434
|
+
export declare namespace StopChannelResponse {
|
|
1435
|
+
|
|
1436
|
+
const filterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
1437
|
+
}
|
|
1438
|
+
export interface TagResourceRequest {
|
|
1439
|
+
|
|
1440
|
+
ResourceArn: string | undefined;
|
|
1441
|
+
|
|
1442
|
+
Tags: {
|
|
1443
|
+
[key: string]: string;
|
|
1444
|
+
} | undefined;
|
|
1445
|
+
}
|
|
1446
|
+
export declare namespace TagResourceRequest {
|
|
1447
|
+
|
|
1448
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1449
|
+
}
|
|
1450
|
+
export interface UntagResourceRequest {
|
|
1451
|
+
|
|
1452
|
+
ResourceArn: string | undefined;
|
|
1453
|
+
|
|
1454
|
+
TagKeys: string[] | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export declare namespace UntagResourceRequest {
|
|
1457
|
+
|
|
1458
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1459
|
+
}
|
|
1460
|
+
export interface UpdateChannelRequest {
|
|
1461
|
+
|
|
1462
|
+
ChannelName: string | undefined;
|
|
1463
|
+
|
|
1464
|
+
FillerSlate?: SlateSource;
|
|
1465
|
+
|
|
1466
|
+
Outputs: RequestOutputItem[] | undefined;
|
|
1467
|
+
}
|
|
1468
|
+
export declare namespace UpdateChannelRequest {
|
|
1469
|
+
|
|
1470
|
+
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
1471
|
+
}
|
|
1472
|
+
export interface UpdateChannelResponse {
|
|
1473
|
+
|
|
1474
|
+
Arn?: string;
|
|
1475
|
+
|
|
1476
|
+
ChannelName?: string;
|
|
1477
|
+
|
|
1478
|
+
ChannelState?: ChannelState | string;
|
|
1479
|
+
|
|
1480
|
+
CreationTime?: Date;
|
|
1481
|
+
|
|
1482
|
+
FillerSlate?: SlateSource;
|
|
1483
|
+
|
|
1484
|
+
LastModifiedTime?: Date;
|
|
1485
|
+
|
|
1486
|
+
Outputs?: ResponseOutputItem[];
|
|
1487
|
+
|
|
1488
|
+
PlaybackMode?: string;
|
|
1489
|
+
|
|
1490
|
+
Tags?: {
|
|
1491
|
+
[key: string]: string;
|
|
1492
|
+
};
|
|
1493
|
+
}
|
|
1494
|
+
export declare namespace UpdateChannelResponse {
|
|
1495
|
+
|
|
1496
|
+
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
1497
|
+
}
|
|
1498
|
+
export interface UpdateSourceLocationRequest {
|
|
1499
|
+
|
|
1500
|
+
AccessConfiguration?: AccessConfiguration;
|
|
1501
|
+
|
|
1502
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1503
|
+
|
|
1504
|
+
HttpConfiguration: HttpConfiguration | undefined;
|
|
1505
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
1506
|
+
|
|
1507
|
+
SourceLocationName: string | undefined;
|
|
1508
|
+
}
|
|
1509
|
+
export declare namespace UpdateSourceLocationRequest {
|
|
1510
|
+
|
|
1511
|
+
const filterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
|
|
1512
|
+
}
|
|
1513
|
+
export interface UpdateSourceLocationResponse {
|
|
1514
|
+
|
|
1515
|
+
AccessConfiguration?: AccessConfiguration;
|
|
1516
|
+
|
|
1517
|
+
Arn?: string;
|
|
1518
|
+
|
|
1519
|
+
CreationTime?: Date;
|
|
1520
|
+
|
|
1521
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1522
|
+
|
|
1523
|
+
HttpConfiguration?: HttpConfiguration;
|
|
1524
|
+
|
|
1525
|
+
LastModifiedTime?: Date;
|
|
1526
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
1527
|
+
|
|
1528
|
+
SourceLocationName?: string;
|
|
1529
|
+
|
|
1530
|
+
Tags?: {
|
|
1531
|
+
[key: string]: string;
|
|
1532
|
+
};
|
|
1533
|
+
}
|
|
1534
|
+
export declare namespace UpdateSourceLocationResponse {
|
|
1535
|
+
|
|
1536
|
+
const filterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
|
|
1537
|
+
}
|
|
1538
|
+
export interface UpdateVodSourceRequest {
|
|
1539
|
+
|
|
1540
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
1541
|
+
|
|
1542
|
+
SourceLocationName: string | undefined;
|
|
1543
|
+
|
|
1544
|
+
VodSourceName: string | undefined;
|
|
1545
|
+
}
|
|
1546
|
+
export declare namespace UpdateVodSourceRequest {
|
|
1547
|
+
|
|
1548
|
+
const filterSensitiveLog: (obj: UpdateVodSourceRequest) => any;
|
|
1549
|
+
}
|
|
1550
|
+
export interface UpdateVodSourceResponse {
|
|
1551
|
+
|
|
1552
|
+
Arn?: string;
|
|
1553
|
+
|
|
1554
|
+
CreationTime?: Date;
|
|
1555
|
+
|
|
1556
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1557
|
+
|
|
1558
|
+
LastModifiedTime?: Date;
|
|
1559
|
+
|
|
1560
|
+
SourceLocationName?: string;
|
|
1561
|
+
|
|
1562
|
+
Tags?: {
|
|
1563
|
+
[key: string]: string;
|
|
1564
|
+
};
|
|
1565
|
+
|
|
1566
|
+
VodSourceName?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export declare namespace UpdateVodSourceResponse {
|
|
1569
|
+
|
|
1570
|
+
const filterSensitiveLog: (obj: UpdateVodSourceResponse) => any;
|
|
1571
|
+
}
|