@aws-sdk/client-mediatailor 3.194.0 → 3.196.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 (206) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +2 -1
  3. package/dist-cjs/MediaTailorClient.js +11 -8
  4. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
  5. package/dist-cjs/commands/CreateChannelCommand.js +10 -0
  6. package/dist-cjs/commands/CreateLiveSourceCommand.js +10 -0
  7. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +10 -0
  8. package/dist-cjs/commands/CreateProgramCommand.js +10 -0
  9. package/dist-cjs/commands/CreateSourceLocationCommand.js +10 -0
  10. package/dist-cjs/commands/CreateVodSourceCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteLiveSourceCommand.js +10 -0
  14. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +10 -0
  15. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteProgramCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteSourceLocationCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteVodSourceCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
  20. package/dist-cjs/commands/DescribeLiveSourceCommand.js +10 -0
  21. package/dist-cjs/commands/DescribeProgramCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeSourceLocationCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeVodSourceCommand.js +10 -0
  24. package/dist-cjs/commands/GetChannelPolicyCommand.js +10 -0
  25. package/dist-cjs/commands/GetChannelScheduleCommand.js +10 -0
  26. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +10 -0
  27. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +10 -0
  28. package/dist-cjs/commands/ListAlertsCommand.js +10 -0
  29. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  30. package/dist-cjs/commands/ListLiveSourcesCommand.js +10 -0
  31. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +10 -0
  32. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +10 -0
  33. package/dist-cjs/commands/ListSourceLocationsCommand.js +10 -0
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  35. package/dist-cjs/commands/ListVodSourcesCommand.js +10 -0
  36. package/dist-cjs/commands/PutChannelPolicyCommand.js +10 -0
  37. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +10 -0
  38. package/dist-cjs/commands/StartChannelCommand.js +10 -0
  39. package/dist-cjs/commands/StopChannelCommand.js +10 -0
  40. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  41. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  42. package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
  43. package/dist-cjs/commands/UpdateLiveSourceCommand.js +10 -0
  44. package/dist-cjs/commands/UpdateSourceLocationCommand.js +10 -0
  45. package/dist-cjs/commands/UpdateVodSourceCommand.js +10 -0
  46. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  47. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  48. package/dist-cjs/endpoint/ruleset.js +318 -0
  49. package/dist-cjs/models/models_0.js +124 -124
  50. package/dist-cjs/runtimeConfig.shared.js +3 -3
  51. package/dist-es/MediaTailorClient.js +12 -9
  52. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
  53. package/dist-es/commands/CreateChannelCommand.js +10 -0
  54. package/dist-es/commands/CreateLiveSourceCommand.js +10 -0
  55. package/dist-es/commands/CreatePrefetchScheduleCommand.js +10 -0
  56. package/dist-es/commands/CreateProgramCommand.js +10 -0
  57. package/dist-es/commands/CreateSourceLocationCommand.js +10 -0
  58. package/dist-es/commands/CreateVodSourceCommand.js +10 -0
  59. package/dist-es/commands/DeleteChannelCommand.js +10 -0
  60. package/dist-es/commands/DeleteChannelPolicyCommand.js +10 -0
  61. package/dist-es/commands/DeleteLiveSourceCommand.js +10 -0
  62. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +10 -0
  63. package/dist-es/commands/DeletePrefetchScheduleCommand.js +10 -0
  64. package/dist-es/commands/DeleteProgramCommand.js +10 -0
  65. package/dist-es/commands/DeleteSourceLocationCommand.js +10 -0
  66. package/dist-es/commands/DeleteVodSourceCommand.js +10 -0
  67. package/dist-es/commands/DescribeChannelCommand.js +10 -0
  68. package/dist-es/commands/DescribeLiveSourceCommand.js +10 -0
  69. package/dist-es/commands/DescribeProgramCommand.js +10 -0
  70. package/dist-es/commands/DescribeSourceLocationCommand.js +10 -0
  71. package/dist-es/commands/DescribeVodSourceCommand.js +10 -0
  72. package/dist-es/commands/GetChannelPolicyCommand.js +10 -0
  73. package/dist-es/commands/GetChannelScheduleCommand.js +10 -0
  74. package/dist-es/commands/GetPlaybackConfigurationCommand.js +10 -0
  75. package/dist-es/commands/GetPrefetchScheduleCommand.js +10 -0
  76. package/dist-es/commands/ListAlertsCommand.js +10 -0
  77. package/dist-es/commands/ListChannelsCommand.js +10 -0
  78. package/dist-es/commands/ListLiveSourcesCommand.js +10 -0
  79. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +10 -0
  80. package/dist-es/commands/ListPrefetchSchedulesCommand.js +10 -0
  81. package/dist-es/commands/ListSourceLocationsCommand.js +10 -0
  82. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  83. package/dist-es/commands/ListVodSourcesCommand.js +10 -0
  84. package/dist-es/commands/PutChannelPolicyCommand.js +10 -0
  85. package/dist-es/commands/PutPlaybackConfigurationCommand.js +10 -0
  86. package/dist-es/commands/StartChannelCommand.js +10 -0
  87. package/dist-es/commands/StopChannelCommand.js +10 -0
  88. package/dist-es/commands/TagResourceCommand.js +10 -0
  89. package/dist-es/commands/UntagResourceCommand.js +10 -0
  90. package/dist-es/commands/UpdateChannelCommand.js +10 -0
  91. package/dist-es/commands/UpdateLiveSourceCommand.js +10 -0
  92. package/dist-es/commands/UpdateSourceLocationCommand.js +10 -0
  93. package/dist-es/commands/UpdateVodSourceCommand.js +10 -0
  94. package/dist-es/endpoint/EndpointParameters.js +8 -0
  95. package/dist-es/endpoint/endpointResolver.js +8 -0
  96. package/dist-es/endpoint/ruleset.js +315 -0
  97. package/dist-es/models/models_0.js +80 -80
  98. package/dist-es/runtimeConfig.shared.js +2 -2
  99. package/dist-types/MediaTailor.d.ts +43 -42
  100. package/dist-types/MediaTailorClient.d.ts +8 -10
  101. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -1
  102. package/dist-types/commands/CreateChannelCommand.d.ts +3 -1
  103. package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -1
  104. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -1
  105. package/dist-types/commands/CreateProgramCommand.d.ts +3 -1
  106. package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -1
  107. package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -1
  108. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -1
  109. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -1
  110. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -1
  111. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -1
  112. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -1
  113. package/dist-types/commands/DeleteProgramCommand.d.ts +3 -1
  114. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -1
  115. package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -1
  116. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -1
  117. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -1
  118. package/dist-types/commands/DescribeProgramCommand.d.ts +3 -1
  119. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -1
  120. package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -1
  121. package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -1
  122. package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -0
  123. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -1
  124. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -1
  125. package/dist-types/commands/ListAlertsCommand.d.ts +3 -1
  126. package/dist-types/commands/ListChannelsCommand.d.ts +3 -1
  127. package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -1
  128. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -1
  129. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -1
  130. package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -1
  131. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
  132. package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -1
  133. package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -1
  134. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -1
  135. package/dist-types/commands/StartChannelCommand.d.ts +3 -1
  136. package/dist-types/commands/StopChannelCommand.d.ts +3 -1
  137. package/dist-types/commands/TagResourceCommand.d.ts +3 -1
  138. package/dist-types/commands/UntagResourceCommand.d.ts +3 -1
  139. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -1
  140. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -1
  141. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -1
  142. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -1
  143. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  144. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  145. package/dist-types/endpoint/ruleset.d.ts +2 -0
  146. package/dist-types/models/models_0.d.ts +709 -659
  147. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  148. package/dist-types/runtimeConfig.d.ts +4 -2
  149. package/dist-types/runtimeConfig.native.d.ts +4 -2
  150. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  151. package/dist-types/ts3.4/MediaTailorClient.d.ts +15 -8
  152. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  195. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  196. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  197. package/dist-types/ts3.4/models/models_0.d.ts +242 -242
  198. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  199. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  200. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  201. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  202. package/package.json +5 -3
  203. package/dist-cjs/endpoints.js +0 -132
  204. package/dist-es/endpoints.js +0 -128
  205. package/dist-types/endpoints.d.ts +0 -2
  206. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
10
11
  import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
12
  import { CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput } from "./commands/CreateLiveSourceCommand";
@@ -48,6 +49,7 @@ import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./command
48
49
  import { UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput } from "./commands/UpdateLiveSourceCommand";
49
50
  import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
50
51
  import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
52
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
51
53
  export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreateLiveSourceCommandInput | CreatePrefetchScheduleCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeleteLiveSourceCommandInput | DeletePlaybackConfigurationCommandInput | DeletePrefetchScheduleCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeLiveSourceCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | GetPrefetchScheduleCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListLiveSourcesCommandInput | ListPlaybackConfigurationsCommandInput | ListPrefetchSchedulesCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateLiveSourceCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
52
54
  export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreateLiveSourceCommandOutput | CreatePrefetchScheduleCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeleteLiveSourceCommandOutput | DeletePlaybackConfigurationCommandOutput | DeletePrefetchScheduleCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeLiveSourceCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | GetPrefetchScheduleCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListLiveSourcesCommandOutput | ListPlaybackConfigurationsCommandOutput | ListPrefetchSchedulesCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateLiveSourceCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
53
55
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -140,11 +142,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
140
142
  * @internal
141
143
  */
142
144
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
143
- /**
144
- * Fetch related hostname, signing name or signing region with given region.
145
- * @internal
146
- */
147
- regionInfoProvider?: RegionInfoProvider;
148
145
  /**
149
146
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
150
147
  * @internal
@@ -155,20 +152,21 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
155
152
  */
156
153
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
157
154
  }
158
- declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
155
+ declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
159
156
  /**
160
157
  * The configuration interface of MediaTailorClient class constructor that set the region, credentials and other options.
161
158
  */
162
159
  export interface MediaTailorClientConfig extends MediaTailorClientConfigType {
163
160
  }
164
- declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
161
+ declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
165
162
  /**
166
163
  * The resolved configuration interface of MediaTailorClient class. This is resolved and normalized from the {@link MediaTailorClientConfig | constructor configuration interface}.
167
164
  */
168
165
  export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {
169
166
  }
170
167
  /**
171
- * <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
168
+ * <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p>
169
+ * <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
172
170
  */
173
171
  export declare class MediaTailorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaTailorClientResolvedConfig> {
174
172
  /**
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandInput extends Confi
7
8
  export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
11
+ * <p>Amazon CloudWatch log settings for a playback configuration.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends Conf
25
26
  */
26
27
  export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
7
8
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates a channel.</p>
11
+ * <p>Creates 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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
25
26
  */
26
27
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreateChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {
7
8
  export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates name for a specific live source in a source location.</p>
11
+ * <p>The live source configuration.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
25
26
  */
26
27
  export declare class CreateLiveSourceCommand extends $Command<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreateLiveSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateLiveSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchSchedu
7
8
  export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates a new prefetch schedule for the specified playback configuration.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
25
26
  */
26
27
  export declare class CreatePrefetchScheduleCommand extends $Command<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreatePrefetchScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreatePrefetchScheduleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreateProgramCommandInput extends CreateProgramRequest {
7
8
  export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates a program.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
25
26
  */
26
27
  export declare class CreateProgramCommand extends $Command<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreateProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreateSourceLocationCommandInput extends CreateSourceLocationRe
7
8
  export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates a source location on a specific channel.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR
25
26
  */
26
27
  export declare class CreateSourceLocationCommand extends $Command<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreateSourceLocationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSourceLocationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
7
8
  export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Creates name for a specific VOD source in a source location.</p>
11
+ * <p>The VOD source configuration parameters.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _
25
26
  */
26
27
  export declare class CreateVodSourceCommand extends $Command<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: CreateVodSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateVodSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
7
8
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a channel. You must stop the channel before it can be deleted.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
25
26
  */
26
27
  export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequ
7
8
  export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a channel's IAM policy.</p>
11
+ * <p>The channel policy to delete.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
25
26
  */
26
27
  export declare class DeleteChannelPolicyCommand extends $Command<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteChannelPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteChannelPolicyCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
7
8
  export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a specific live source in a specific source location.</p>
11
+ * <p>The live source to delete.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
25
26
  */
26
27
  export declare class DeleteLiveSourceCommand extends $Command<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteLiveSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteLiveSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackC
7
8
  export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes the playback configuration for the specified name.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
25
26
  */
26
27
  export declare class DeletePlaybackConfigurationCommand extends $Command<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeletePlaybackConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeletePlaybackConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchSchedu
7
8
  export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
25
26
  */
26
27
  export declare class DeletePrefetchScheduleCommand extends $Command<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeletePrefetchScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeletePrefetchScheduleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteProgramCommandInput extends DeleteProgramRequest {
7
8
  export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a specific program on a specific channel.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
25
26
  */
26
27
  export declare class DeleteProgramCommand extends $Command<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRe
7
8
  export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a source location on a specific channel.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
25
26
  */
26
27
  export declare class DeleteSourceLocationCommand extends $Command<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteSourceLocationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteSourceLocationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
7
8
  export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Deletes a specific VOD source in a specific source location.</p>
11
+ * <p>The video on demand (VOD) source to delete.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
25
26
  */
26
27
  export declare class DeleteVodSourceCommand extends $Command<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DeleteVodSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteVodSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {
7
8
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Describes the properties of a specific channel.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
25
26
  */
26
27
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DescribeChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeChannelCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceReques
7
8
  export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Provides details about a specific live source in a specific source location.</p>
11
+ * <p>The live source to describe.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
25
26
  */
26
27
  export declare class DescribeLiveSourceCommand extends $Command<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DescribeLiveSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLiveSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DescribeProgramCommandInput extends DescribeProgramRequest {
7
8
  export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Retrieves the properties of the requested program.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
25
26
  */
26
27
  export declare class DescribeProgramCommand extends $Command<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DescribeProgramCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeProgramCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DescribeSourceLocationCommandInput extends DescribeSourceLocati
7
8
  export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Retrieves the properties of the requested source location.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
25
26
  */
26
27
  export declare class DescribeSourceLocationCommand extends $Command<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DescribeSourceLocationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeSourceLocationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest
7
8
  export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Provides details about a specific VOD source in a specific source location.</p>
11
+ * <p>Provides details about a specific video on demand (VOD) source in a specific source location.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
25
26
  */
26
27
  export declare class DescribeVodSourceCommand extends $Command<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: DescribeVodSourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeVodSourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
7
8
  export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Retrieves information about a channel's IAM policy.</p>
11
+ * <p>Returns the channel's IAM policy. IAM policies are used to control access to your channel.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
25
26
  */
26
27
  export declare class GetChannelPolicyCommand extends $Command<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: GetChannelPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetChannelPolicyCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -25,6 +26,7 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
25
26
  */
26
27
  export declare class GetChannelScheduleCommand extends $Command<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: GetChannelScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetChannelScheduleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigu
7
8
  export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Returns the playback configuration for the specified name.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
25
26
  */
26
27
  export declare class GetPlaybackConfigurationCommand extends $Command<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: GetPlaybackConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetPlaybackConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
@@ -7,7 +8,7 @@ export interface GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequ
7
8
  export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleResponse, __MetadataBearer {
8
9
  }
9
10
  /**
10
- * <p>Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.</p>
11
+ * <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>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -25,6 +26,7 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
25
26
  */
26
27
  export declare class GetPrefetchScheduleCommand extends $Command<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
27
28
  readonly input: GetPrefetchScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetPrefetchScheduleCommandInput);
29
31
  /**
30
32
  * @internal