@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 DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
22
22
  }
23
23
  declare const DeleteChannelPolicyCommand_base: {
24
24
  new (input: DeleteChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The channel policy to delete.</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 DeleteChannelPolicyCommand_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 DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
22
22
  }
23
23
  declare const DeleteLiveSourceCommand_base: {
24
24
  new (input: DeleteLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The live source to delete.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -52,6 +52,7 @@ declare const DeleteLiveSourceCommand_base: {
52
52
  * @throws {@link MediaTailorServiceException}
53
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class DeleteLiveSourceCommand extends DeleteLiveSourceCommand_base {
57
58
  }
@@ -22,10 +22,10 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
22
22
  }
23
23
  declare const DeletePlaybackConfigurationCommand_base: {
24
24
  new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes 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.
@@ -51,6 +51,7 @@ declare const DeletePlaybackConfigurationCommand_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 DeletePlaybackConfigurationCommand extends DeletePlaybackConfigurationCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
22
22
  }
23
23
  declare const DeletePrefetchScheduleCommand_base: {
24
24
  new (input: DeletePrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a prefetch schedule for a specific playback configuration. If you call <code>DeletePrefetchSchedule</code> on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</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.
@@ -52,6 +52,7 @@ declare const DeletePrefetchScheduleCommand_base: {
52
52
  * @throws {@link MediaTailorServiceException}
53
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class DeletePrefetchScheduleCommand extends DeletePrefetchScheduleCommand_base {
57
58
  }
@@ -22,10 +22,10 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
22
22
  }
23
23
  declare const DeleteProgramCommand_base: {
24
24
  new (input: DeleteProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</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.
@@ -52,6 +52,7 @@ declare const DeleteProgramCommand_base: {
52
52
  * @throws {@link MediaTailorServiceException}
53
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class DeleteProgramCommand extends DeleteProgramCommand_base {
57
58
  }
@@ -22,10 +22,10 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
22
22
  }
23
23
  declare const DeleteSourceLocationCommand_base: {
24
24
  new (input: DeleteSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes 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.
@@ -51,6 +51,7 @@ declare const DeleteSourceLocationCommand_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 DeleteSourceLocationCommand extends DeleteSourceLocationCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
22
22
  }
23
23
  declare const DeleteVodSourceCommand_base: {
24
24
  new (input: DeleteVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The video on demand (VOD) source to delete.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -52,6 +52,7 @@ declare const DeleteVodSourceCommand_base: {
52
52
  * @throws {@link MediaTailorServiceException}
53
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class DeleteVodSourceCommand extends DeleteVodSourceCommand_base {
57
58
  }
@@ -22,10 +22,10 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
22
22
  }
23
23
  declare const DescribeChannelCommand_base: {
24
24
  new (input: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes 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.
@@ -80,6 +80,9 @@ declare const DescribeChannelCommand_base: {
80
80
  * // TimeShiftConfiguration: { // TimeShiftConfiguration
81
81
  * // MaxTimeDelaySeconds: Number("int"), // required
82
82
  * // },
83
+ * // Audiences: [ // Audiences
84
+ * // "STRING_VALUE",
85
+ * // ],
83
86
  * // };
84
87
  *
85
88
  * ```
@@ -93,6 +96,7 @@ declare const DescribeChannelCommand_base: {
93
96
  * @throws {@link MediaTailorServiceException}
94
97
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
95
98
  *
99
+ * @public
96
100
  */
97
101
  export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
98
102
  }
@@ -22,10 +22,10 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
22
22
  }
23
23
  declare const DescribeLiveSourceCommand_base: {
24
24
  new (input: DescribeLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The live source to describe.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeLiveSourceCommand_base: {
68
68
  * @throws {@link MediaTailorServiceException}
69
69
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeLiveSourceCommand extends DescribeLiveSourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
22
22
  }
23
23
  declare const DescribeProgramCommand_base: {
24
24
  new (input: DescribeProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</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.
@@ -85,9 +85,64 @@ declare const DescribeProgramCommand_base: {
85
85
  * // SourceLocationName: "STRING_VALUE",
86
86
  * // VodSourceName: "STRING_VALUE",
87
87
  * // ClipRange: { // ClipRange
88
- * // EndOffsetMillis: Number("long"), // required
88
+ * // EndOffsetMillis: Number("long"),
89
+ * // StartOffsetMillis: Number("long"),
89
90
  * // },
90
91
  * // DurationMillis: Number("long"),
92
+ * // AudienceMedia: [ // __listOfAudienceMedia
93
+ * // { // AudienceMedia
94
+ * // Audience: "STRING_VALUE",
95
+ * // AlternateMedia: [ // __listOfAlternateMedia
96
+ * // { // AlternateMedia
97
+ * // SourceLocationName: "STRING_VALUE",
98
+ * // LiveSourceName: "STRING_VALUE",
99
+ * // VodSourceName: "STRING_VALUE",
100
+ * // ClipRange: {
101
+ * // EndOffsetMillis: Number("long"),
102
+ * // StartOffsetMillis: Number("long"),
103
+ * // },
104
+ * // ScheduledStartTimeMillis: Number("long"),
105
+ * // AdBreaks: [
106
+ * // {
107
+ * // MessageType: "SPLICE_INSERT" || "TIME_SIGNAL",
108
+ * // OffsetMillis: Number("long"), // required
109
+ * // Slate: {
110
+ * // SourceLocationName: "STRING_VALUE",
111
+ * // VodSourceName: "STRING_VALUE",
112
+ * // },
113
+ * // SpliceInsertMessage: {
114
+ * // AvailNum: Number("int"),
115
+ * // AvailsExpected: Number("int"),
116
+ * // SpliceEventId: Number("int"),
117
+ * // UniqueProgramId: Number("int"),
118
+ * // },
119
+ * // TimeSignalMessage: {
120
+ * // SegmentationDescriptors: [
121
+ * // {
122
+ * // SegmentationEventId: Number("int"),
123
+ * // SegmentationUpidType: Number("int"),
124
+ * // SegmentationUpid: "STRING_VALUE",
125
+ * // SegmentationTypeId: Number("int"),
126
+ * // SegmentNum: Number("int"),
127
+ * // SegmentsExpected: Number("int"),
128
+ * // SubSegmentNum: Number("int"),
129
+ * // SubSegmentsExpected: Number("int"),
130
+ * // },
131
+ * // ],
132
+ * // },
133
+ * // AdBreakMetadata: [
134
+ * // {
135
+ * // Key: "STRING_VALUE", // required
136
+ * // Value: "STRING_VALUE", // required
137
+ * // },
138
+ * // ],
139
+ * // },
140
+ * // ],
141
+ * // DurationMillis: Number("long"),
142
+ * // },
143
+ * // ],
144
+ * // },
145
+ * // ],
91
146
  * // };
92
147
  *
93
148
  * ```
@@ -101,6 +156,7 @@ declare const DescribeProgramCommand_base: {
101
156
  * @throws {@link MediaTailorServiceException}
102
157
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
103
158
  *
159
+ * @public
104
160
  */
105
161
  export declare class DescribeProgramCommand extends DescribeProgramCommand_base {
106
162
  }
@@ -22,10 +22,10 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
22
22
  }
23
23
  declare const DescribeSourceLocationCommand_base: {
24
24
  new (input: DescribeSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes 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.
@@ -79,6 +79,7 @@ declare const DescribeSourceLocationCommand_base: {
79
79
  * @throws {@link MediaTailorServiceException}
80
80
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeSourceLocationCommand extends DescribeSourceLocationCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
22
22
  }
23
23
  declare const DescribeVodSourceCommand_base: {
24
24
  new (input: DescribeVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about a specific video on demand (VOD) source in a specific source location.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DescribeVodSourceCommand_base: {
73
73
  * @throws {@link MediaTailorServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DescribeVodSourceCommand extends DescribeVodSourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
22
22
  }
23
23
  declare const GetChannelPolicyCommand_base: {
24
24
  new (input: GetChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the channel's IAM policy. IAM policies are used to control access to your channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -53,6 +53,7 @@ declare const GetChannelPolicyCommand_base: {
53
53
  * @throws {@link MediaTailorServiceException}
54
54
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
55
55
  *
56
+ * @public
56
57
  */
57
58
  export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
58
59
  }
@@ -22,10 +22,10 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
22
22
  }
23
23
  declare const GetChannelScheduleCommand_base: {
24
24
  new (input: GetChannelScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about your channel's schedule.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -38,6 +38,7 @@ declare const GetChannelScheduleCommand_base: {
38
38
  * DurationMinutes: "STRING_VALUE",
39
39
  * MaxResults: Number("int"),
40
40
  * NextToken: "STRING_VALUE",
41
+ * Audience: "STRING_VALUE",
41
42
  * };
42
43
  * const command = new GetChannelScheduleCommand(input);
43
44
  * const response = await client.send(command);
@@ -58,9 +59,12 @@ declare const GetChannelScheduleCommand_base: {
58
59
  * // VodSourceName: "STRING_VALUE",
59
60
  * // },
60
61
  * // ],
61
- * // ScheduleEntryType: "PROGRAM" || "FILLER_SLATE",
62
+ * // ScheduleEntryType: "PROGRAM" || "FILLER_SLATE" || "ALTERNATE_MEDIA",
62
63
  * // SourceLocationName: "STRING_VALUE", // required
63
64
  * // VodSourceName: "STRING_VALUE",
65
+ * // Audiences: [ // Audiences
66
+ * // "STRING_VALUE",
67
+ * // ],
64
68
  * // },
65
69
  * // ],
66
70
  * // NextToken: "STRING_VALUE",
@@ -77,6 +81,7 @@ declare const GetChannelScheduleCommand_base: {
77
81
  * @throws {@link MediaTailorServiceException}
78
82
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
79
83
  *
84
+ * @public
80
85
  */
81
86
  export declare class GetChannelScheduleCommand extends GetChannelScheduleCommand_base {
82
87
  }
@@ -22,10 +22,10 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
22
22
  }
23
23
  declare const GetPlaybackConfigurationCommand_base: {
24
24
  new (input: GetPlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -102,6 +102,7 @@ declare const GetPlaybackConfigurationCommand_base: {
102
102
  * @throws {@link MediaTailorServiceException}
103
103
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetPlaybackConfigurationCommand extends GetPlaybackConfigurationCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
22
22
  }
23
23
  declare const GetPrefetchScheduleCommand_base: {
24
24
  new (input: GetPrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</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.
@@ -74,6 +74,7 @@ declare const GetPrefetchScheduleCommand_base: {
74
74
  * @throws {@link MediaTailorServiceException}
75
75
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetPrefetchScheduleCommand extends GetPrefetchScheduleCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
22
22
  }
23
23
  declare const ListAlertsCommand_base: {
24
24
  new (input: ListAlertsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAlertsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the alerts that are associated with a MediaTailor channel assembly resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListAlertsCommand_base: {
67
67
  * @throws {@link MediaTailorServiceException}
68
68
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListAlertsCommand extends ListAlertsCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
22
22
  }
23
23
  declare const ListChannelsCommand_base: {
24
24
  new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the channels that are associated with the current AWS account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,9 @@ declare const ListChannelsCommand_base: {
80
80
  * // "AS_RUN",
81
81
  * // ],
82
82
  * // },
83
+ * // Audiences: [ // Audiences
84
+ * // "STRING_VALUE",
85
+ * // ],
83
86
  * // },
84
87
  * // ],
85
88
  * // NextToken: "STRING_VALUE",
@@ -96,6 +99,7 @@ declare const ListChannelsCommand_base: {
96
99
  * @throws {@link MediaTailorServiceException}
97
100
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
98
101
  *
102
+ * @public
99
103
  */
100
104
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
101
105
  }
@@ -22,10 +22,10 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
22
22
  }
23
23
  declare const ListLiveSourcesCommand_base: {
24
24
  new (input: ListLiveSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLiveSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the live sources contained in a source location. A source represents a piece of content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListLiveSourcesCommand_base: {
74
74
  * @throws {@link MediaTailorServiceException}
75
75
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListLiveSourcesCommand extends ListLiveSourcesCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
22
22
  }
23
23
  declare const ListPlaybackConfigurationsCommand_base: {
24
24
  new (input: ListPlaybackConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlaybackConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves existing playback configurations. 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.
@@ -108,6 +108,7 @@ declare const ListPlaybackConfigurationsCommand_base: {
108
108
  * @throws {@link MediaTailorServiceException}
109
109
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListPlaybackConfigurationsCommand extends ListPlaybackConfigurationsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
22
22
  }
23
23
  declare const ListPrefetchSchedulesCommand_base: {
24
24
  new (input: ListPrefetchSchedulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPrefetchSchedulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the prefetch schedules for a playback configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListPrefetchSchedulesCommand_base: {
81
81
  * @throws {@link MediaTailorServiceException}
82
82
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListPrefetchSchedulesCommand extends ListPrefetchSchedulesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
22
22
  }
23
23
  declare const ListSourceLocationsCommand_base: {
24
24
  new (input: ListSourceLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSourceLocationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const ListSourceLocationsCommand_base: {
85
85
  * @throws {@link MediaTailorServiceException}
86
86
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListSourceLocationsCommand extends ListSourceLocationsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of tags that are associated with this resource. 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.
@@ -58,6 +58,7 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @throws {@link MediaTailorServiceException}
59
59
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M
22
22
  }
23
23
  declare const ListVodSourcesCommand_base: {
24
24
  new (input: ListVodSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListVodSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the VOD sources contained in a source location. A source represents a piece of content.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListVodSourcesCommand_base: {
74
74
  * @throws {@link MediaTailorServiceException}
75
75
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListVodSourcesCommand extends ListVodSourcesCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
22
22
  }
23
23
  declare const PutChannelPolicyCommand_base: {
24
24
  new (input: PutChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an IAM policy for the channel. IAM policies are used to control access to your channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -52,6 +52,7 @@ declare const PutChannelPolicyCommand_base: {
52
52
  * @throws {@link MediaTailorServiceException}
53
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
57
58
  }