@aws-sdk/client-mediatailor 3.478.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 (181) 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-es/commands/ConfigureLogsForChannelCommand.js +18 -41
  47. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +18 -41
  48. package/dist-es/commands/CreateChannelCommand.js +18 -41
  49. package/dist-es/commands/CreateLiveSourceCommand.js +18 -41
  50. package/dist-es/commands/CreatePrefetchScheduleCommand.js +18 -41
  51. package/dist-es/commands/CreateProgramCommand.js +18 -41
  52. package/dist-es/commands/CreateSourceLocationCommand.js +18 -41
  53. package/dist-es/commands/CreateVodSourceCommand.js +18 -41
  54. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  55. package/dist-es/commands/DeleteChannelPolicyCommand.js +18 -41
  56. package/dist-es/commands/DeleteLiveSourceCommand.js +18 -41
  57. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +18 -41
  58. package/dist-es/commands/DeletePrefetchScheduleCommand.js +18 -41
  59. package/dist-es/commands/DeleteProgramCommand.js +18 -41
  60. package/dist-es/commands/DeleteSourceLocationCommand.js +18 -41
  61. package/dist-es/commands/DeleteVodSourceCommand.js +18 -41
  62. package/dist-es/commands/DescribeChannelCommand.js +18 -41
  63. package/dist-es/commands/DescribeLiveSourceCommand.js +18 -41
  64. package/dist-es/commands/DescribeProgramCommand.js +18 -41
  65. package/dist-es/commands/DescribeSourceLocationCommand.js +18 -41
  66. package/dist-es/commands/DescribeVodSourceCommand.js +18 -41
  67. package/dist-es/commands/GetChannelPolicyCommand.js +18 -41
  68. package/dist-es/commands/GetChannelScheduleCommand.js +18 -41
  69. package/dist-es/commands/GetPlaybackConfigurationCommand.js +18 -41
  70. package/dist-es/commands/GetPrefetchScheduleCommand.js +18 -41
  71. package/dist-es/commands/ListAlertsCommand.js +18 -41
  72. package/dist-es/commands/ListChannelsCommand.js +18 -41
  73. package/dist-es/commands/ListLiveSourcesCommand.js +18 -41
  74. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +18 -41
  75. package/dist-es/commands/ListPrefetchSchedulesCommand.js +18 -41
  76. package/dist-es/commands/ListSourceLocationsCommand.js +18 -41
  77. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  78. package/dist-es/commands/ListVodSourcesCommand.js +18 -41
  79. package/dist-es/commands/PutChannelPolicyCommand.js +18 -41
  80. package/dist-es/commands/PutPlaybackConfigurationCommand.js +18 -41
  81. package/dist-es/commands/StartChannelCommand.js +18 -41
  82. package/dist-es/commands/StopChannelCommand.js +18 -41
  83. package/dist-es/commands/TagResourceCommand.js +18 -41
  84. package/dist-es/commands/UntagResourceCommand.js +18 -41
  85. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  86. package/dist-es/commands/UpdateLiveSourceCommand.js +18 -41
  87. package/dist-es/commands/UpdateProgramCommand.js +18 -41
  88. package/dist-es/commands/UpdateSourceLocationCommand.js +18 -41
  89. package/dist-es/commands/UpdateVodSourceCommand.js +18 -41
  90. package/dist-es/endpoint/EndpointParameters.js +6 -0
  91. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +6 -21
  92. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +6 -21
  93. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  94. package/dist-types/commands/CreateLiveSourceCommand.d.ts +6 -21
  95. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -21
  96. package/dist-types/commands/CreateProgramCommand.d.ts +6 -21
  97. package/dist-types/commands/CreateSourceLocationCommand.d.ts +6 -21
  98. package/dist-types/commands/CreateVodSourceCommand.d.ts +6 -21
  99. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  100. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -21
  101. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +6 -21
  102. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +6 -21
  103. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +6 -21
  104. package/dist-types/commands/DeleteProgramCommand.d.ts +6 -21
  105. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +6 -21
  106. package/dist-types/commands/DeleteVodSourceCommand.d.ts +6 -21
  107. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -21
  108. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +6 -21
  109. package/dist-types/commands/DescribeProgramCommand.d.ts +6 -21
  110. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +6 -21
  111. package/dist-types/commands/DescribeVodSourceCommand.d.ts +6 -21
  112. package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -21
  113. package/dist-types/commands/GetChannelScheduleCommand.d.ts +6 -21
  114. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +6 -21
  115. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +6 -21
  116. package/dist-types/commands/ListAlertsCommand.d.ts +6 -21
  117. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  118. package/dist-types/commands/ListLiveSourcesCommand.d.ts +6 -21
  119. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +6 -21
  120. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +6 -21
  121. package/dist-types/commands/ListSourceLocationsCommand.d.ts +6 -21
  122. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  123. package/dist-types/commands/ListVodSourcesCommand.d.ts +6 -21
  124. package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -21
  125. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +6 -21
  126. package/dist-types/commands/StartChannelCommand.d.ts +6 -21
  127. package/dist-types/commands/StopChannelCommand.d.ts +6 -21
  128. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  129. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  130. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  131. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +6 -21
  132. package/dist-types/commands/UpdateProgramCommand.d.ts +6 -21
  133. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +6 -21
  134. package/dist-types/commands/UpdateVodSourceCommand.d.ts +6 -21
  135. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  136. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  181. package/package.json +9 -9
@@ -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
  }
@@ -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 { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeProgramCommandInput extends DescribeProgramRequest {
21
20
  */
22
21
  export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeProgramCommand_base: {
24
+ new (input: DescribeProgramCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -99,23 +102,5 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
99
102
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
100
103
  *
101
104
  */
102
- export declare class DescribeProgramCommand extends $Command<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig> {
103
- readonly input: DescribeProgramCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: DescribeProgramCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProgramCommandInput, DescribeProgramCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class DescribeProgramCommand extends DescribeProgramCommand_base {
121
106
  }
@@ -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 { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSourceLocationCommandInput extends DescribeSourceLocati
21
20
  */
22
21
  export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSourceLocationCommand_base: {
24
+ new (input: DescribeSourceLocationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -77,23 +80,5 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
77
80
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeSourceLocationCommand extends $Command<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
81
- readonly input: DescribeSourceLocationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeSourceLocationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeSourceLocationCommand extends DescribeSourceLocationCommand_base {
99
84
  }
@@ -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 { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest
21
20
  */
22
21
  export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeVodSourceCommand_base: {
24
+ new (input: DescribeVodSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides details about a specific video on demand (VOD) source in a specific source location.</p>
@@ -71,23 +74,5 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
71
74
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
72
75
  *
73
76
  */
74
- export declare class DescribeVodSourceCommand extends $Command<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
75
- readonly input: DescribeVodSourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: DescribeVodSourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class DescribeVodSourceCommand extends DescribeVodSourceCommand_base {
93
78
  }
@@ -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 { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
21
20
  */
22
21
  export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetChannelPolicyCommand_base: {
24
+ new (input: GetChannelPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the channel's IAM policy. IAM policies are used to control access to your channel.</p>
@@ -51,23 +54,5 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
51
54
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
52
55
  *
53
56
  */
54
- export declare class GetChannelPolicyCommand extends $Command<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
55
- readonly input: GetChannelPolicyCommandInput;
56
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
- /**
58
- * @public
59
- */
60
- constructor(input: GetChannelPolicyCommandInput);
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput>;
65
- /**
66
- * @internal
67
- */
68
- private serialize;
69
- /**
70
- * @internal
71
- */
72
- private deserialize;
57
+ export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
73
58
  }
@@ -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 { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetChannelScheduleCommandInput extends GetChannelScheduleReques
21
20
  */
22
21
  export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetChannelScheduleCommand_base: {
24
+ new (input: GetChannelScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about your channel's schedule.</p>
@@ -75,23 +78,5 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
75
78
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
76
79
  *
77
80
  */
78
- export declare class GetChannelScheduleCommand extends $Command<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig> {
79
- readonly input: GetChannelScheduleCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: GetChannelScheduleCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class GetChannelScheduleCommand extends GetChannelScheduleCommand_base {
97
82
  }
@@ -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 { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigu
21
20
  */
22
21
  export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPlaybackConfigurationCommand_base: {
24
+ new (input: GetPlaybackConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -100,23 +103,5 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
100
103
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
101
104
  *
102
105
  */
103
- export declare class GetPlaybackConfigurationCommand extends $Command<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
104
- readonly input: GetPlaybackConfigurationCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: GetPlaybackConfigurationCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class GetPlaybackConfigurationCommand extends GetPlaybackConfigurationCommand_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 { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequ
21
20
  */
22
21
  export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPrefetchScheduleCommand_base: {
24
+ new (input: GetPrefetchScheduleCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -72,23 +75,5 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
72
75
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
73
76
  *
74
77
  */
75
- export declare class GetPrefetchScheduleCommand extends $Command<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
76
- readonly input: GetPrefetchScheduleCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetPrefetchScheduleCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetPrefetchScheduleCommand extends GetPrefetchScheduleCommand_base {
94
79
  }
@@ -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 { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAlertsCommandInput extends ListAlertsRequest {
21
20
  */
22
21
  export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAlertsCommand_base: {
24
+ new (input: ListAlertsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the alerts that are associated with a MediaTailor channel assembly resource.</p>
@@ -65,23 +68,5 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
65
68
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
66
69
  *
67
70
  */
68
- export declare class ListAlertsCommand extends $Command<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig> {
69
- readonly input: ListAlertsCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListAlertsCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlertsCommandInput, ListAlertsCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListAlertsCommand extends ListAlertsCommand_base {
87
72
  }
@@ -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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
21
20
  */
22
21
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChannelsCommand_base: {
24
+ new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about the channels that are associated with the current AWS account.</p>
@@ -94,23 +97,5 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
94
97
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
95
98
  *
96
99
  */
97
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig> {
98
- readonly input: ListChannelsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListChannelsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListChannelsCommand extends ListChannelsCommand_base {
116
101
  }
@@ -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 { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {
21
20
  */
22
21
  export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListLiveSourcesCommand_base: {
24
+ new (input: ListLiveSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the live sources contained in a source location. A source represents a piece of content.</p>
@@ -72,23 +75,5 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
72
75
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
73
76
  *
74
77
  */
75
- export declare class ListLiveSourcesCommand extends $Command<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig> {
76
- readonly input: ListLiveSourcesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListLiveSourcesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListLiveSourcesCommand extends ListLiveSourcesCommand_base {
94
79
  }
@@ -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 { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConf
21
20
  */
22
21
  export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPlaybackConfigurationsCommand_base: {
24
+ new (input: ListPlaybackConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -106,23 +109,5 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
106
109
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
107
110
  *
108
111
  */
109
- export declare class ListPlaybackConfigurationsCommand extends $Command<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig> {
110
- readonly input: ListPlaybackConfigurationsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ListPlaybackConfigurationsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ListPlaybackConfigurationsCommand extends ListPlaybackConfigurationsCommand_base {
128
113
  }
@@ -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 { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedules
21
20
  */
22
21
  export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedulesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPrefetchSchedulesCommand_base: {
24
+ new (input: ListPrefetchSchedulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the prefetch schedules for a playback configuration.</p>
@@ -79,23 +82,5 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
79
82
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
80
83
  *
81
84
  */
82
- export declare class ListPrefetchSchedulesCommand extends $Command<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig> {
83
- readonly input: ListPrefetchSchedulesCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListPrefetchSchedulesCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListPrefetchSchedulesCommand extends ListPrefetchSchedulesCommand_base {
101
86
  }
@@ -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 { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequ
21
20
  */
22
21
  export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSourceLocationsCommand_base: {
24
+ new (input: ListSourceLocationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.</p>
@@ -83,23 +86,5 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
83
86
  * <p>Base exception class for all service exceptions from MediaTailor service.</p>
84
87
  *
85
88
  */
86
- export declare class ListSourceLocationsCommand extends $Command<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig> {
87
- readonly input: ListSourceLocationsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListSourceLocationsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListSourceLocationsCommand extends ListSourceLocationsCommand_base {
105
90
  }