@aws-sdk/client-mediatailor 3.300.0 → 3.303.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist-cjs/models/models_0.js +46 -58
  2. package/dist-es/models/models_0.js +46 -58
  3. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -2
  4. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateChannelCommand.d.ts +7 -7
  6. package/dist-types/commands/CreateLiveSourceCommand.d.ts +4 -4
  7. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -6
  8. package/dist-types/commands/CreateProgramCommand.d.ts +11 -11
  9. package/dist-types/commands/CreateSourceLocationCommand.d.ts +8 -8
  10. package/dist-types/commands/CreateVodSourceCommand.d.ts +4 -4
  11. package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +1 -1
  14. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteProgramCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteVodSourceCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeProgramCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeVodSourceCommand.d.ts +1 -1
  24. package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -1
  25. package/dist-types/commands/GetChannelScheduleCommand.d.ts +1 -1
  26. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListLiveSourcesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListSourceLocationsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListVodSourcesCommand.d.ts +1 -1
  36. package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -1
  37. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +10 -10
  38. package/dist-types/commands/StartChannelCommand.d.ts +1 -1
  39. package/dist-types/commands/StopChannelCommand.d.ts +1 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  42. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -6
  43. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -3
  44. package/dist-types/commands/UpdateProgramCommand.d.ts +11 -11
  45. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +7 -7
  46. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -3
  47. package/dist-types/models/models_0.d.ts +106 -46
  48. package/dist-types/ts3.4/models/models_0.d.ts +61 -46
  49. package/package.json +34 -34
@@ -26,7 +26,7 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
26
26
  * import { MediaTailorClient, ListAlertsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListAlertsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListAlertsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * ResourceArn: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
26
26
  * import { MediaTailorClient, ListChannelsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListChannelsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListChannelsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
26
26
  * import { MediaTailorClient, ListLiveSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListLiveSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListLiveSourcesRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * SourceLocationName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
26
26
  * import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListPlaybackConfigurationsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
26
26
  * import { MediaTailorClient, ListPrefetchSchedulesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListPrefetchSchedulesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListPrefetchSchedulesRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * PlaybackConfigurationName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
26
26
  * import { MediaTailorClient, ListSourceLocationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListSourceLocationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListSourceLocationsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { MediaTailorClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,7 +26,7 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M
26
26
  * import { MediaTailorClient, ListVodSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, ListVodSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // ListVodSourcesRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * SourceLocationName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
26
26
  * import { MediaTailorClient, PutChannelPolicyCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, PutChannelPolicyCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // PutChannelPolicyRequest
30
30
  * ChannelName: "STRING_VALUE", // required
31
31
  * Policy: "STRING_VALUE", // required
32
32
  * };
@@ -26,35 +26,35 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
26
26
  * import { MediaTailorClient, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // PutPlaybackConfigurationRequest
30
30
  * AdDecisionServerUrl: "STRING_VALUE",
31
- * AvailSuppression: {
31
+ * AvailSuppression: { // AvailSuppression
32
32
  * Mode: "OFF" || "BEHIND_LIVE_EDGE",
33
33
  * Value: "STRING_VALUE",
34
34
  * },
35
- * Bumper: {
35
+ * Bumper: { // Bumper
36
36
  * EndUrl: "STRING_VALUE",
37
37
  * StartUrl: "STRING_VALUE",
38
38
  * },
39
- * CdnConfiguration: {
39
+ * CdnConfiguration: { // CdnConfiguration
40
40
  * AdSegmentUrlPrefix: "STRING_VALUE",
41
41
  * ContentSegmentUrlPrefix: "STRING_VALUE",
42
42
  * },
43
- * ConfigurationAliases: {
44
- * "<keys>": {
43
+ * ConfigurationAliases: { // ConfigurationAliasesRequest
44
+ * "<keys>": { // __mapOf__string
45
45
  * "<keys>": "STRING_VALUE",
46
46
  * },
47
47
  * },
48
- * DashConfiguration: {
48
+ * DashConfiguration: { // DashConfigurationForPut
49
49
  * MpdLocation: "STRING_VALUE",
50
50
  * OriginManifestType: "SINGLE_PERIOD" || "MULTI_PERIOD",
51
51
  * },
52
- * LivePreRollConfiguration: {
52
+ * LivePreRollConfiguration: { // LivePreRollConfiguration
53
53
  * AdDecisionServerUrl: "STRING_VALUE",
54
54
  * MaxDurationSeconds: Number("int"),
55
55
  * },
56
- * ManifestProcessingRules: {
57
- * AdMarkerPassthrough: {
56
+ * ManifestProcessingRules: { // ManifestProcessingRules
57
+ * AdMarkerPassthrough: { // AdMarkerPassthrough
58
58
  * Enabled: true || false,
59
59
  * },
60
60
  * },
@@ -26,7 +26,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
26
26
  * import { MediaTailorClient, StartChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, StartChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // StartChannelRequest
30
30
  * ChannelName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new StartChannelCommand(input);
@@ -26,7 +26,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
26
26
  * import { MediaTailorClient, StopChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, StopChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // StopChannelRequest
30
30
  * ChannelName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new StopChannelCommand(input);
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { MediaTailorClient, TagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, TagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: { // required
31
+ * Tags: { // __mapOf__string // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { MediaTailorClient, UntagResourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UntagResourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // __listOf__string // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,21 +26,21 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
26
26
  * import { MediaTailorClient, UpdateChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UpdateChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
29
+ * const input = { // UpdateChannelRequest
30
30
  * ChannelName: "STRING_VALUE", // required
31
- * FillerSlate: {
31
+ * FillerSlate: { // SlateSource
32
32
  * SourceLocationName: "STRING_VALUE",
33
33
  * VodSourceName: "STRING_VALUE",
34
34
  * },
35
- * Outputs: [ // required
36
- * {
37
- * DashPlaylistSettings: {
35
+ * Outputs: [ // RequestOutputs // required
36
+ * { // RequestOutputItem
37
+ * DashPlaylistSettings: { // DashPlaylistSettings
38
38
  * ManifestWindowSeconds: Number("int"),
39
39
  * MinBufferTimeSeconds: Number("int"),
40
40
  * MinUpdatePeriodSeconds: Number("int"),
41
41
  * SuggestedPresentationDelaySeconds: Number("int"),
42
42
  * },
43
- * HlsPlaylistSettings: {
43
+ * HlsPlaylistSettings: { // HlsPlaylistSettings
44
44
  * ManifestWindowSeconds: Number("int"),
45
45
  * },
46
46
  * ManifestName: "STRING_VALUE", // required
@@ -26,9 +26,9 @@ export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse,
26
26
  * import { MediaTailorClient, UpdateLiveSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UpdateLiveSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
30
- * HttpPackageConfigurations: [ // required
31
- * {
29
+ * const input = { // UpdateLiveSourceRequest
30
+ * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
31
+ * { // HttpPackageConfiguration
32
32
  * Path: "STRING_VALUE", // required
33
33
  * SourceGroup: "STRING_VALUE", // required
34
34
  * Type: "DASH" || "HLS", // required
@@ -26,24 +26,24 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
26
26
  * import { MediaTailorClient, UpdateProgramCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UpdateProgramCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
30
- * AdBreaks: [
31
- * {
29
+ * const input = { // UpdateProgramRequest
30
+ * AdBreaks: [ // __listOfAdBreak
31
+ * { // AdBreak
32
32
  * MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
33
33
  * OffsetMillis: Number("long"),
34
- * Slate: {
34
+ * Slate: { // SlateSource
35
35
  * SourceLocationName: "STRING_VALUE",
36
36
  * VodSourceName: "STRING_VALUE",
37
37
  * },
38
- * SpliceInsertMessage: {
38
+ * SpliceInsertMessage: { // SpliceInsertMessage
39
39
  * AvailNum: Number("int"),
40
40
  * AvailsExpected: Number("int"),
41
41
  * SpliceEventId: Number("int"),
42
42
  * UniqueProgramId: Number("int"),
43
43
  * },
44
- * TimeSignalMessage: {
45
- * SegmentationDescriptors: [
46
- * {
44
+ * TimeSignalMessage: { // TimeSignalMessage
45
+ * SegmentationDescriptors: [ // SegmentationDescriptorList
46
+ * { // SegmentationDescriptor
47
47
  * SegmentationEventId: Number("int"),
48
48
  * SegmentationUpidType: Number("int"),
49
49
  * SegmentationUpid: "STRING_VALUE",
@@ -59,12 +59,12 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
59
59
  * ],
60
60
  * ChannelName: "STRING_VALUE", // required
61
61
  * ProgramName: "STRING_VALUE", // required
62
- * ScheduleConfiguration: {
63
- * Transition: {
62
+ * ScheduleConfiguration: { // UpdateProgramScheduleConfiguration
63
+ * Transition: { // UpdateProgramTransition
64
64
  * ScheduledStartTimeMillis: Number("long"),
65
65
  * DurationMillis: Number("long"),
66
66
  * },
67
- * ClipRange: {
67
+ * ClipRange: { // ClipRange
68
68
  * EndOffsetMillis: Number("long"), // required
69
69
  * },
70
70
  * },
@@ -26,23 +26,23 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR
26
26
  * import { MediaTailorClient, UpdateSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UpdateSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
30
- * AccessConfiguration: {
29
+ * const input = { // UpdateSourceLocationRequest
30
+ * AccessConfiguration: { // AccessConfiguration
31
31
  * AccessType: "S3_SIGV4" || "SECRETS_MANAGER_ACCESS_TOKEN",
32
- * SecretsManagerAccessTokenConfiguration: {
32
+ * SecretsManagerAccessTokenConfiguration: { // SecretsManagerAccessTokenConfiguration
33
33
  * HeaderName: "STRING_VALUE",
34
34
  * SecretArn: "STRING_VALUE",
35
35
  * SecretStringKey: "STRING_VALUE",
36
36
  * },
37
37
  * },
38
- * DefaultSegmentDeliveryConfiguration: {
38
+ * DefaultSegmentDeliveryConfiguration: { // DefaultSegmentDeliveryConfiguration
39
39
  * BaseUrl: "STRING_VALUE",
40
40
  * },
41
- * HttpConfiguration: {
41
+ * HttpConfiguration: { // HttpConfiguration
42
42
  * BaseUrl: "STRING_VALUE", // required
43
43
  * },
44
- * SegmentDeliveryConfigurations: [
45
- * {
44
+ * SegmentDeliveryConfigurations: [ // __listOfSegmentDeliveryConfiguration
45
+ * { // SegmentDeliveryConfiguration
46
46
  * BaseUrl: "STRING_VALUE",
47
47
  * Name: "STRING_VALUE",
48
48
  * },
@@ -26,9 +26,9 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _
26
26
  * import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import
27
27
  * // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import
28
28
  * const client = new MediaTailorClient(config);
29
- * const input = {
30
- * HttpPackageConfigurations: [ // required
31
- * {
29
+ * const input = { // UpdateVodSourceRequest
30
+ * HttpPackageConfigurations: [ // HttpPackageConfigurations // required
31
+ * { // HttpPackageConfiguration
32
32
  * Path: "STRING_VALUE", // required
33
33
  * SourceGroup: "STRING_VALUE", // required
34
34
  * Type: "DASH" || "HLS", // required
@@ -2,11 +2,16 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
3
3
  /**
4
4
  * @public
5
+ * @enum
5
6
  */
6
- export declare enum MessageType {
7
- SPLICE_INSERT = "SPLICE_INSERT",
8
- TIME_SIGNAL = "TIME_SIGNAL"
9
- }
7
+ export declare const MessageType: {
8
+ readonly SPLICE_INSERT: "SPLICE_INSERT";
9
+ readonly TIME_SIGNAL: "TIME_SIGNAL";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type MessageType = (typeof MessageType)[keyof typeof MessageType];
10
15
  /**
11
16
  * @public
12
17
  * <p>Slate VOD source configuration.</p>
@@ -152,10 +157,15 @@ export interface Alert {
152
157
  }
153
158
  /**
154
159
  * @public
160
+ * @enum
155
161
  */
156
- export declare enum Operator {
157
- EQUALS = "EQUALS"
158
- }
162
+ export declare const Operator: {
163
+ readonly EQUALS: "EQUALS";
164
+ };
165
+ /**
166
+ * @public
167
+ */
168
+ export type Operator = (typeof Operator)[keyof typeof Operator];
159
169
  /**
160
170
  * @public
161
171
  * <p>MediaTailor only places (consumes) prefetched ads if the ad break meets the criteria defined by the dynamic variables. This gives you granular control over which ad break to place the prefetched ads into.</p>
@@ -175,10 +185,15 @@ export interface AvailMatchingCriteria {
175
185
  }
176
186
  /**
177
187
  * @public
188
+ * @enum
178
189
  */
179
- export declare enum LogType {
180
- AS_RUN = "AS_RUN"
181
- }
190
+ export declare const LogType: {
191
+ readonly AS_RUN: "AS_RUN";
192
+ };
193
+ /**
194
+ * @public
195
+ */
196
+ export type LogType = (typeof LogType)[keyof typeof LogType];
182
197
  /**
183
198
  * @public
184
199
  * <p>The log configuration for the channel.</p>
@@ -305,11 +320,16 @@ export interface Channel {
305
320
  }
306
321
  /**
307
322
  * @public
323
+ * @enum
308
324
  */
309
- export declare enum Type {
310
- DASH = "DASH",
311
- HLS = "HLS"
312
- }
325
+ export declare const Type: {
326
+ readonly DASH: "DASH";
327
+ readonly HLS: "HLS";
328
+ };
329
+ /**
330
+ * @public
331
+ */
332
+ export type Type = (typeof Type)[keyof typeof Type];
313
333
  /**
314
334
  * @public
315
335
  * <p>The HTTP package configuration properties for the requested VOD source.</p>
@@ -364,11 +384,16 @@ export interface LiveSource {
364
384
  }
365
385
  /**
366
386
  * @public
387
+ * @enum
367
388
  */
368
- export declare enum Mode {
369
- BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
370
- OFF = "OFF"
371
- }
389
+ export declare const Mode: {
390
+ readonly BEHIND_LIVE_EDGE: "BEHIND_LIVE_EDGE";
391
+ readonly OFF: "OFF";
392
+ };
393
+ /**
394
+ * @public
395
+ */
396
+ export type Mode = (typeof Mode)[keyof typeof Mode];
372
397
  /**
373
398
  * @public
374
399
  * <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
@@ -413,11 +438,16 @@ export interface CdnConfiguration {
413
438
  }
414
439
  /**
415
440
  * @public
441
+ * @enum
416
442
  */
417
- export declare enum OriginManifestType {
418
- MULTI_PERIOD = "MULTI_PERIOD",
419
- SINGLE_PERIOD = "SINGLE_PERIOD"
420
- }
443
+ export declare const OriginManifestType: {
444
+ readonly MULTI_PERIOD: "MULTI_PERIOD";
445
+ readonly SINGLE_PERIOD: "SINGLE_PERIOD";
446
+ };
447
+ /**
448
+ * @public
449
+ */
450
+ export type OriginManifestType = (typeof OriginManifestType)[keyof typeof OriginManifestType];
421
451
  /**
422
452
  * @public
423
453
  * <p>The configuration for DASH content.</p>
@@ -667,11 +697,16 @@ export interface ScheduleAdBreak {
667
697
  }
668
698
  /**
669
699
  * @public
700
+ * @enum
670
701
  */
671
- export declare enum ScheduleEntryType {
672
- FILLER_SLATE = "FILLER_SLATE",
673
- PROGRAM = "PROGRAM"
674
- }
702
+ export declare const ScheduleEntryType: {
703
+ readonly FILLER_SLATE: "FILLER_SLATE";
704
+ readonly PROGRAM: "PROGRAM";
705
+ };
706
+ /**
707
+ * @public
708
+ */
709
+ export type ScheduleEntryType = (typeof ScheduleEntryType)[keyof typeof ScheduleEntryType];
675
710
  /**
676
711
  * @public
677
712
  * <p>The properties for a schedule.</p>
@@ -734,11 +769,16 @@ export interface SegmentDeliveryConfiguration {
734
769
  }
735
770
  /**
736
771
  * @public
772
+ * @enum
737
773
  */
738
- export declare enum AccessType {
739
- S3_SIGV4 = "S3_SIGV4",
740
- SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN"
741
- }
774
+ export declare const AccessType: {
775
+ readonly S3_SIGV4: "S3_SIGV4";
776
+ readonly SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN";
777
+ };
778
+ /**
779
+ * @public
780
+ */
781
+ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
742
782
  /**
743
783
  * @public
744
784
  * <p>AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html">Working with AWS Secrets Manager access token authentication</a>.</p>
@@ -986,18 +1026,28 @@ export interface RequestOutputItem {
986
1026
  }
987
1027
  /**
988
1028
  * @public
1029
+ * @enum
989
1030
  */
990
- export declare enum PlaybackMode {
991
- LINEAR = "LINEAR",
992
- LOOP = "LOOP"
993
- }
1031
+ export declare const PlaybackMode: {
1032
+ readonly LINEAR: "LINEAR";
1033
+ readonly LOOP: "LOOP";
1034
+ };
994
1035
  /**
995
1036
  * @public
996
1037
  */
997
- export declare enum Tier {
998
- BASIC = "BASIC",
999
- STANDARD = "STANDARD"
1000
- }
1038
+ export type PlaybackMode = (typeof PlaybackMode)[keyof typeof PlaybackMode];
1039
+ /**
1040
+ * @public
1041
+ * @enum
1042
+ */
1043
+ export declare const Tier: {
1044
+ readonly BASIC: "BASIC";
1045
+ readonly STANDARD: "STANDARD";
1046
+ };
1047
+ /**
1048
+ * @public
1049
+ */
1050
+ export type Tier = (typeof Tier)[keyof typeof Tier];
1001
1051
  /**
1002
1052
  * @public
1003
1053
  */
@@ -1035,11 +1085,16 @@ export interface CreateChannelRequest {
1035
1085
  }
1036
1086
  /**
1037
1087
  * @public
1088
+ * @enum
1038
1089
  */
1039
- export declare enum ChannelState {
1040
- RUNNING = "RUNNING",
1041
- STOPPED = "STOPPED"
1042
- }
1090
+ export declare const ChannelState: {
1091
+ readonly RUNNING: "RUNNING";
1092
+ readonly STOPPED: "STOPPED";
1093
+ };
1094
+ /**
1095
+ * @public
1096
+ */
1097
+ export type ChannelState = (typeof ChannelState)[keyof typeof ChannelState];
1043
1098
  /**
1044
1099
  * @public
1045
1100
  */
@@ -1232,11 +1287,16 @@ export interface ClipRange {
1232
1287
  }
1233
1288
  /**
1234
1289
  * @public
1290
+ * @enum
1235
1291
  */
1236
- export declare enum RelativePosition {
1237
- AFTER_PROGRAM = "AFTER_PROGRAM",
1238
- BEFORE_PROGRAM = "BEFORE_PROGRAM"
1239
- }
1292
+ export declare const RelativePosition: {
1293
+ readonly AFTER_PROGRAM: "AFTER_PROGRAM";
1294
+ readonly BEFORE_PROGRAM: "BEFORE_PROGRAM";
1295
+ };
1296
+ /**
1297
+ * @public
1298
+ */
1299
+ export type RelativePosition = (typeof RelativePosition)[keyof typeof RelativePosition];
1240
1300
  /**
1241
1301
  * @public
1242
1302
  * <p>Program transition configuration.</p>