@aws-sdk/client-mediatailor 3.477.0 → 3.481.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 (217) hide show
  1. package/dist-cjs/commands/ConfigureLogsForChannelCommand.js +18 -41
  2. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLiveSourceCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +18 -41
  6. package/dist-cjs/commands/CreateProgramCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSourceLocationCommand.js +18 -41
  8. package/dist-cjs/commands/CreateVodSourceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteLiveSourceCommand.js +18 -41
  12. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteProgramCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteSourceLocationCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteVodSourceCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeChannelCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeLiveSourceCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeProgramCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeSourceLocationCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeVodSourceCommand.js +18 -41
  22. package/dist-cjs/commands/GetChannelPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/GetChannelScheduleCommand.js +18 -41
  24. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +18 -41
  25. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +18 -41
  26. package/dist-cjs/commands/ListAlertsCommand.js +18 -41
  27. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  28. package/dist-cjs/commands/ListLiveSourcesCommand.js +18 -41
  29. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +18 -41
  30. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +18 -41
  31. package/dist-cjs/commands/ListSourceLocationsCommand.js +18 -41
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  33. package/dist-cjs/commands/ListVodSourcesCommand.js +18 -41
  34. package/dist-cjs/commands/PutChannelPolicyCommand.js +18 -41
  35. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +18 -41
  36. package/dist-cjs/commands/StartChannelCommand.js +18 -41
  37. package/dist-cjs/commands/StopChannelCommand.js +18 -41
  38. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  39. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  40. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateLiveSourceCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateProgramCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateSourceLocationCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateVodSourceCommand.js +18 -41
  45. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  46. package/dist-cjs/pagination/GetChannelSchedulePaginator.js +2 -24
  47. package/dist-cjs/pagination/ListAlertsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListLiveSourcesPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListPlaybackConfigurationsPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListPrefetchSchedulesPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListSourceLocationsPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListVodSourcesPaginator.js +2 -24
  54. package/dist-cjs/protocols/Aws_restJson1.js +5 -0
  55. package/dist-es/commands/ConfigureLogsForChannelCommand.js +18 -41
  56. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +18 -41
  57. package/dist-es/commands/CreateChannelCommand.js +18 -41
  58. package/dist-es/commands/CreateLiveSourceCommand.js +18 -41
  59. package/dist-es/commands/CreatePrefetchScheduleCommand.js +18 -41
  60. package/dist-es/commands/CreateProgramCommand.js +18 -41
  61. package/dist-es/commands/CreateSourceLocationCommand.js +18 -41
  62. package/dist-es/commands/CreateVodSourceCommand.js +18 -41
  63. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  64. package/dist-es/commands/DeleteChannelPolicyCommand.js +18 -41
  65. package/dist-es/commands/DeleteLiveSourceCommand.js +18 -41
  66. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +18 -41
  67. package/dist-es/commands/DeletePrefetchScheduleCommand.js +18 -41
  68. package/dist-es/commands/DeleteProgramCommand.js +18 -41
  69. package/dist-es/commands/DeleteSourceLocationCommand.js +18 -41
  70. package/dist-es/commands/DeleteVodSourceCommand.js +18 -41
  71. package/dist-es/commands/DescribeChannelCommand.js +18 -41
  72. package/dist-es/commands/DescribeLiveSourceCommand.js +18 -41
  73. package/dist-es/commands/DescribeProgramCommand.js +18 -41
  74. package/dist-es/commands/DescribeSourceLocationCommand.js +18 -41
  75. package/dist-es/commands/DescribeVodSourceCommand.js +18 -41
  76. package/dist-es/commands/GetChannelPolicyCommand.js +18 -41
  77. package/dist-es/commands/GetChannelScheduleCommand.js +18 -41
  78. package/dist-es/commands/GetPlaybackConfigurationCommand.js +18 -41
  79. package/dist-es/commands/GetPrefetchScheduleCommand.js +18 -41
  80. package/dist-es/commands/ListAlertsCommand.js +18 -41
  81. package/dist-es/commands/ListChannelsCommand.js +18 -41
  82. package/dist-es/commands/ListLiveSourcesCommand.js +18 -41
  83. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +18 -41
  84. package/dist-es/commands/ListPrefetchSchedulesCommand.js +18 -41
  85. package/dist-es/commands/ListSourceLocationsCommand.js +18 -41
  86. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  87. package/dist-es/commands/ListVodSourcesCommand.js +18 -41
  88. package/dist-es/commands/PutChannelPolicyCommand.js +18 -41
  89. package/dist-es/commands/PutPlaybackConfigurationCommand.js +18 -41
  90. package/dist-es/commands/StartChannelCommand.js +18 -41
  91. package/dist-es/commands/StopChannelCommand.js +18 -41
  92. package/dist-es/commands/TagResourceCommand.js +18 -41
  93. package/dist-es/commands/UntagResourceCommand.js +18 -41
  94. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  95. package/dist-es/commands/UpdateLiveSourceCommand.js +18 -41
  96. package/dist-es/commands/UpdateProgramCommand.js +18 -41
  97. package/dist-es/commands/UpdateSourceLocationCommand.js +18 -41
  98. package/dist-es/commands/UpdateVodSourceCommand.js +18 -41
  99. package/dist-es/endpoint/EndpointParameters.js +6 -0
  100. package/dist-es/pagination/GetChannelSchedulePaginator.js +2 -23
  101. package/dist-es/pagination/ListAlertsPaginator.js +2 -23
  102. package/dist-es/pagination/ListChannelsPaginator.js +2 -23
  103. package/dist-es/pagination/ListLiveSourcesPaginator.js +2 -23
  104. package/dist-es/pagination/ListPlaybackConfigurationsPaginator.js +2 -23
  105. package/dist-es/pagination/ListPrefetchSchedulesPaginator.js +2 -23
  106. package/dist-es/pagination/ListSourceLocationsPaginator.js +2 -23
  107. package/dist-es/pagination/ListVodSourcesPaginator.js +2 -23
  108. package/dist-es/protocols/Aws_restJson1.js +5 -0
  109. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +6 -21
  110. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateChannelCommand.d.ts +12 -21
  112. package/dist-types/commands/CreateLiveSourceCommand.d.ts +6 -21
  113. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateProgramCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateSourceLocationCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateVodSourceCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +6 -21
  120. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +6 -21
  121. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteProgramCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteVodSourceCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeChannelCommand.d.ts +9 -21
  126. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeProgramCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeVodSourceCommand.d.ts +6 -21
  130. package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -21
  131. package/dist-types/commands/GetChannelScheduleCommand.d.ts +6 -21
  132. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +6 -21
  133. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +6 -21
  134. package/dist-types/commands/ListAlertsCommand.d.ts +6 -21
  135. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  136. package/dist-types/commands/ListLiveSourcesCommand.d.ts +6 -21
  137. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +6 -21
  139. package/dist-types/commands/ListSourceLocationsCommand.d.ts +6 -21
  140. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  141. package/dist-types/commands/ListVodSourcesCommand.d.ts +6 -21
  142. package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -21
  143. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +6 -21
  144. package/dist-types/commands/StartChannelCommand.d.ts +6 -21
  145. package/dist-types/commands/StopChannelCommand.d.ts +6 -21
  146. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  147. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateChannelCommand.d.ts +12 -21
  149. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdateProgramCommand.d.ts +6 -21
  151. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +6 -21
  152. package/dist-types/commands/UpdateVodSourceCommand.d.ts +6 -21
  153. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  154. package/dist-types/models/models_0.d.ts +51 -0
  155. package/dist-types/pagination/GetChannelSchedulePaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListLiveSourcesPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
  160. package/dist-types/pagination/ListPrefetchSchedulesPaginator.d.ts +1 -1
  161. package/dist-types/pagination/ListSourceLocationsPaginator.d.ts +1 -1
  162. package/dist-types/pagination/ListVodSourcesPaginator.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  208. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  209. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +3 -3
  210. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +3 -3
  211. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
  212. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +3 -3
  213. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +3 -3
  214. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +3 -3
  215. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +3 -3
  216. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +3 -3
  217. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchSchedu
21
20
  */
22
21
  export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreatePrefetchScheduleCommand_base: {
24
+ new (input: CreatePrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates 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>
@@ -90,23 +93,5 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
90
93
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
91
94
  *
92
95
  */
93
- export declare class CreatePrefetchScheduleCommand extends $Command<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
94
- readonly input: CreatePrefetchScheduleCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: CreatePrefetchScheduleCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class CreatePrefetchScheduleCommand extends CreatePrefetchScheduleCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateProgramCommandInput extends CreateProgramRequest {
21
20
  */
22
21
  export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateProgramCommand_base: {
24
+ new (input: CreateProgramCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates 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>
@@ -150,23 +153,5 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
150
153
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
151
154
  *
152
155
  */
153
- export declare class CreateProgramCommand extends $Command<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig> {
154
- readonly input: CreateProgramCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: CreateProgramCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProgramCommandInput, CreateProgramCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class CreateProgramCommand extends CreateProgramCommand_base {
172
157
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSourceLocationCommandInput extends CreateSourceLocationRe
21
20
  */
22
21
  export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSourceLocationCommand_base: {
24
+ new (input: CreateSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates 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>
@@ -100,23 +103,5 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR
100
103
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
101
104
  *
102
105
  */
103
- export declare class CreateSourceLocationCommand extends $Command<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
104
- readonly input: CreateSourceLocationCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: CreateSourceLocationCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class CreateSourceLocationCommand extends CreateSourceLocationCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
21
20
  */
22
21
  export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateVodSourceCommand_base: {
24
+ new (input: CreateVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The VOD source configuration parameters.</p>
@@ -76,23 +79,5 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _
76
79
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateVodSourceCommand extends $Command<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
80
- readonly input: CreateVodSourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateVodSourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVodSourceCommandInput, CreateVodSourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateVodSourceCommand extends CreateVodSourceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
21
20
  */
22
21
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteChannelCommand_base: {
24
+ new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes 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>
@@ -49,23 +52,5 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
49
52
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
50
53
  *
51
54
  */
52
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig> {
53
- readonly input: DeleteChannelCommandInput;
54
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
- /**
56
- * @public
57
- */
58
- constructor(input: DeleteChannelCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
63
- /**
64
- * @internal
65
- */
66
- private serialize;
67
- /**
68
- * @internal
69
- */
70
- private deserialize;
55
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
71
56
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequ
21
20
  */
22
21
  export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteChannelPolicyCommand_base: {
24
+ new (input: DeleteChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The channel policy to delete.</p>
@@ -49,23 +52,5 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
49
52
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
50
53
  *
51
54
  */
52
- export declare class DeleteChannelPolicyCommand extends $Command<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
53
- readonly input: DeleteChannelPolicyCommandInput;
54
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
- /**
56
- * @public
57
- */
58
- constructor(input: DeleteChannelPolicyCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
63
- /**
64
- * @internal
65
- */
66
- private serialize;
67
- /**
68
- * @internal
69
- */
70
- private deserialize;
55
+ export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
71
56
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
21
20
  */
22
21
  export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLiveSourceCommand_base: {
24
+ new (input: DeleteLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The live source to delete.</p>
@@ -50,23 +53,5 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
50
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
51
54
  *
52
55
  */
53
- export declare class DeleteLiveSourceCommand extends $Command<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
54
- readonly input: DeleteLiveSourceCommandInput;
55
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
- /**
57
- * @public
58
- */
59
- constructor(input: DeleteLiveSourceCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput>;
64
- /**
65
- * @internal
66
- */
67
- private serialize;
68
- /**
69
- * @internal
70
- */
71
- private deserialize;
56
+ export declare class DeleteLiveSourceCommand extends DeleteLiveSourceCommand_base {
72
57
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackC
21
20
  */
22
21
  export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePlaybackConfigurationCommand_base: {
24
+ new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -49,23 +52,5 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
49
52
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
50
53
  *
51
54
  */
52
- export declare class DeletePlaybackConfigurationCommand extends $Command<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
53
- readonly input: DeletePlaybackConfigurationCommandInput;
54
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
- /**
56
- * @public
57
- */
58
- constructor(input: DeletePlaybackConfigurationCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput>;
63
- /**
64
- * @internal
65
- */
66
- private serialize;
67
- /**
68
- * @internal
69
- */
70
- private deserialize;
55
+ export declare class DeletePlaybackConfigurationCommand extends DeletePlaybackConfigurationCommand_base {
71
56
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchSchedu
21
20
  */
22
21
  export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePrefetchScheduleCommand_base: {
24
+ new (input: DeletePrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -50,23 +53,5 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
50
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
51
54
  *
52
55
  */
53
- export declare class DeletePrefetchScheduleCommand extends $Command<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
54
- readonly input: DeletePrefetchScheduleCommandInput;
55
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
- /**
57
- * @public
58
- */
59
- constructor(input: DeletePrefetchScheduleCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput>;
64
- /**
65
- * @internal
66
- */
67
- private serialize;
68
- /**
69
- * @internal
70
- */
71
- private deserialize;
56
+ export declare class DeletePrefetchScheduleCommand extends DeletePrefetchScheduleCommand_base {
72
57
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProgramCommandInput extends DeleteProgramRequest {
21
20
  */
22
21
  export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProgramCommand_base: {
24
+ new (input: DeleteProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -50,23 +53,5 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
50
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
51
54
  *
52
55
  */
53
- export declare class DeleteProgramCommand extends $Command<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig> {
54
- readonly input: DeleteProgramCommandInput;
55
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
- /**
57
- * @public
58
- */
59
- constructor(input: DeleteProgramCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProgramCommandInput, DeleteProgramCommandOutput>;
64
- /**
65
- * @internal
66
- */
67
- private serialize;
68
- /**
69
- * @internal
70
- */
71
- private deserialize;
56
+ export declare class DeleteProgramCommand extends DeleteProgramCommand_base {
72
57
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRe
21
20
  */
22
21
  export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSourceLocationCommand_base: {
24
+ new (input: DeleteSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -49,23 +52,5 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
49
52
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
50
53
  *
51
54
  */
52
- export declare class DeleteSourceLocationCommand extends $Command<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
53
- readonly input: DeleteSourceLocationCommandInput;
54
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
- /**
56
- * @public
57
- */
58
- constructor(input: DeleteSourceLocationCommandInput);
59
- /**
60
- * @internal
61
- */
62
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput>;
63
- /**
64
- * @internal
65
- */
66
- private serialize;
67
- /**
68
- * @internal
69
- */
70
- private deserialize;
55
+ export declare class DeleteSourceLocationCommand extends DeleteSourceLocationCommand_base {
71
56
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
21
20
  */
22
21
  export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteVodSourceCommand_base: {
24
+ new (input: DeleteVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The video on demand (VOD) source to delete.</p>
@@ -50,23 +53,5 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
50
53
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
51
54
  *
52
55
  */
53
- export declare class DeleteVodSourceCommand extends $Command<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
54
- readonly input: DeleteVodSourceCommandInput;
55
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
- /**
57
- * @public
58
- */
59
- constructor(input: DeleteVodSourceCommandInput);
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput>;
64
- /**
65
- * @internal
66
- */
67
- private serialize;
68
- /**
69
- * @internal
70
- */
71
- private deserialize;
56
+ export declare class DeleteVodSourceCommand extends DeleteVodSourceCommand_base {
72
57
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {
21
20
  */
22
21
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeChannelCommand_base: {
24
+ new (input: DescribeChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -74,6 +77,9 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
74
77
  * // "AS_RUN",
75
78
  * // ],
76
79
  * // },
80
+ * // TimeShiftConfiguration: { // TimeShiftConfiguration
81
+ * // MaxTimeDelaySeconds: Number("int"), // required
82
+ * // },
77
83
  * // };
78
84
  *
79
85
  * ```
@@ -88,23 +94,5 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
88
94
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
89
95
  *
90
96
  */
91
- export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig> {
92
- readonly input: DescribeChannelCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DescribeChannelCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
97
+ export declare class DescribeChannelCommand extends DescribeChannelCommand_base {
110
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
4
  import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceReques
21
20
  */
22
21
  export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLiveSourceCommand_base: {
24
+ new (input: DescribeLiveSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The live source to describe.</p>
@@ -66,23 +69,5 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
66
69
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
67
70
  *
68
71
  */
69
- export declare class DescribeLiveSourceCommand extends $Command<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
70
- readonly input: DescribeLiveSourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DescribeLiveSourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DescribeLiveSourceCommand extends DescribeLiveSourceCommand_base {
88
73
  }