@aws-sdk/client-mediatailor 3.1076.0 → 3.1078.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 (164) hide show
  1. package/dist-cjs/index.js +59 -485
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ConfigureLogsForChannelCommand.js +2 -14
  4. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -14
  5. package/dist-es/commands/CreateChannelCommand.js +2 -14
  6. package/dist-es/commands/CreateLiveSourceCommand.js +2 -14
  7. package/dist-es/commands/CreatePrefetchScheduleCommand.js +2 -14
  8. package/dist-es/commands/CreateProgramCommand.js +2 -14
  9. package/dist-es/commands/CreateSourceLocationCommand.js +2 -14
  10. package/dist-es/commands/CreateVodSourceCommand.js +2 -14
  11. package/dist-es/commands/DeleteChannelCommand.js +2 -14
  12. package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -14
  13. package/dist-es/commands/DeleteFunctionCommand.js +2 -14
  14. package/dist-es/commands/DeleteLiveSourceCommand.js +2 -14
  15. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +2 -14
  16. package/dist-es/commands/DeletePrefetchScheduleCommand.js +2 -14
  17. package/dist-es/commands/DeleteProgramCommand.js +2 -14
  18. package/dist-es/commands/DeleteSourceLocationCommand.js +2 -14
  19. package/dist-es/commands/DeleteVodSourceCommand.js +2 -14
  20. package/dist-es/commands/DescribeChannelCommand.js +2 -14
  21. package/dist-es/commands/DescribeLiveSourceCommand.js +2 -14
  22. package/dist-es/commands/DescribeProgramCommand.js +2 -14
  23. package/dist-es/commands/DescribeSourceLocationCommand.js +2 -14
  24. package/dist-es/commands/DescribeVodSourceCommand.js +2 -14
  25. package/dist-es/commands/GetChannelPolicyCommand.js +2 -14
  26. package/dist-es/commands/GetChannelScheduleCommand.js +2 -14
  27. package/dist-es/commands/GetFunctionCommand.js +2 -14
  28. package/dist-es/commands/GetPlaybackConfigurationCommand.js +2 -14
  29. package/dist-es/commands/GetPrefetchScheduleCommand.js +2 -14
  30. package/dist-es/commands/ListAlertsCommand.js +2 -14
  31. package/dist-es/commands/ListChannelsCommand.js +2 -14
  32. package/dist-es/commands/ListFunctionsCommand.js +2 -14
  33. package/dist-es/commands/ListLiveSourcesCommand.js +2 -14
  34. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +2 -14
  35. package/dist-es/commands/ListPrefetchSchedulesCommand.js +2 -14
  36. package/dist-es/commands/ListSourceLocationsCommand.js +2 -14
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  38. package/dist-es/commands/ListVodSourcesCommand.js +2 -14
  39. package/dist-es/commands/PutChannelPolicyCommand.js +2 -14
  40. package/dist-es/commands/PutFunctionCommand.js +2 -14
  41. package/dist-es/commands/PutPlaybackConfigurationCommand.js +2 -14
  42. package/dist-es/commands/StartChannelCommand.js +2 -14
  43. package/dist-es/commands/StopChannelCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateChannelCommand.js +2 -14
  47. package/dist-es/commands/UpdateLiveSourceCommand.js +2 -14
  48. package/dist-es/commands/UpdateProgramCommand.js +2 -14
  49. package/dist-es/commands/UpdateSourceLocationCommand.js +2 -14
  50. package/dist-es/commands/UpdateVodSourceCommand.js +2 -14
  51. package/dist-es/index.js +1 -0
  52. package/dist-es/runtimeConfig.browser.js +0 -2
  53. package/dist-es/runtimeConfig.js +1 -2
  54. package/dist-es/runtimeConfig.native.js +0 -2
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-types/commandBuilder.d.ts +18 -0
  57. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +3 -8
  58. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -8
  61. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateProgramCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -8
  69. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteProgramCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeProgramCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -8
  79. package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/GetChannelScheduleCommand.d.ts +3 -8
  81. package/dist-types/commands/GetFunctionCommand.d.ts +3 -8
  82. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -8
  83. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -8
  84. package/dist-types/commands/ListAlertsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListFunctionsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -8
  93. package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -8
  94. package/dist-types/commands/PutFunctionCommand.d.ts +3 -8
  95. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -8
  96. package/dist-types/commands/StartChannelCommand.d.ts +3 -8
  97. package/dist-types/commands/StopChannelCommand.d.ts +3 -8
  98. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateProgramCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/runtimeConfig.d.ts +1 -1
  108. package/dist-types/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  110. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  111. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/index.d.ts +1 -0
  160. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  162. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  164. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
2
  import type { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
22
19
  export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateVodSourceCommand_base: {
25
- new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a VOD source's configuration.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { MediaTailorExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { MediaTailorClientConfig } from "./MediaTailorClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ MediaTailorClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./MediaTailorClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ MediaTailorClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ MediaTailorClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  ConfigureLogsForChannelRequest,
10
4
  ConfigureLogsForChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ConfigureLogsForChannelCommandInput
15
8
  extends ConfigureLogsForChannelRequest {}
16
9
  export interface ConfigureLogsForChannelCommandOutput
@@ -22,22 +15,20 @@ declare const ConfigureLogsForChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ConfigureLogsForChannelCommandInput,
24
17
  ConfigureLogsForChannelCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ConfigureLogsForChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ConfigureLogsForChannelCommandInput,
33
26
  ConfigureLogsForChannelCommandOutput,
34
- MediaTailorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MediaTailorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ConfigureLogsForChannelCommand extends ConfigureLogsForChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  ConfigureLogsForPlaybackConfigurationRequest,
10
4
  ConfigureLogsForPlaybackConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ConfigureLogsForPlaybackConfigurationCommandInput
15
8
  extends ConfigureLogsForPlaybackConfigurationRequest {}
16
9
  export interface ConfigureLogsForPlaybackConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ConfigureLogsForPlaybackConfigurationCommandInput,
24
17
  ConfigureLogsForPlaybackConfigurationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ConfigureLogsForPlaybackConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ConfigureLogsForPlaybackConfigurationCommandInput,
33
26
  ConfigureLogsForPlaybackConfigurationCommandOutput,
34
- MediaTailorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MediaTailorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ConfigureLogsForPlaybackConfigurationCommand extends ConfigureLogsForPlaybackConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreateChannelRequest,
10
4
  CreateChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
15
8
  export interface CreateChannelCommandOutput
16
9
  extends CreateChannelResponse,
@@ -21,22 +14,20 @@ declare const CreateChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateChannelCommandInput,
23
16
  CreateChannelCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateChannelCommandInput,
32
25
  CreateChannelCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreateLiveSourceRequest,
10
4
  CreateLiveSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {}
15
8
  export interface CreateLiveSourceCommandOutput
16
9
  extends CreateLiveSourceResponse,
@@ -21,22 +14,20 @@ declare const CreateLiveSourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateLiveSourceCommandInput,
23
16
  CreateLiveSourceCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateLiveSourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateLiveSourceCommandInput,
32
25
  CreateLiveSourceCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateLiveSourceCommand extends CreateLiveSourceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreatePrefetchScheduleRequest,
10
4
  CreatePrefetchScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreatePrefetchScheduleCommandInput
15
8
  extends CreatePrefetchScheduleRequest {}
16
9
  export interface CreatePrefetchScheduleCommandOutput
@@ -22,22 +15,20 @@ declare const CreatePrefetchScheduleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreatePrefetchScheduleCommandInput,
24
17
  CreatePrefetchScheduleCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreatePrefetchScheduleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreatePrefetchScheduleCommandInput,
33
26
  CreatePrefetchScheduleCommandOutput,
34
- MediaTailorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MediaTailorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreatePrefetchScheduleCommand extends CreatePrefetchScheduleCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreateProgramRequest,
10
4
  CreateProgramResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateProgramCommandInput extends CreateProgramRequest {}
15
8
  export interface CreateProgramCommandOutput
16
9
  extends CreateProgramResponse,
@@ -21,22 +14,20 @@ declare const CreateProgramCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateProgramCommandInput,
23
16
  CreateProgramCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateProgramCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateProgramCommandInput,
32
25
  CreateProgramCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateProgramCommand extends CreateProgramCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreateSourceLocationRequest,
10
4
  CreateSourceLocationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateSourceLocationCommandInput
15
8
  extends CreateSourceLocationRequest {}
16
9
  export interface CreateSourceLocationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateSourceLocationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateSourceLocationCommandInput,
24
17
  CreateSourceLocationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateSourceLocationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateSourceLocationCommandInput,
33
26
  CreateSourceLocationCommandOutput,
34
- MediaTailorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MediaTailorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateSourceLocationCommand extends CreateSourceLocationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  CreateVodSourceRequest,
10
4
  CreateVodSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {}
15
8
  export interface CreateVodSourceCommandOutput
16
9
  extends CreateVodSourceResponse,
@@ -21,22 +14,20 @@ declare const CreateVodSourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateVodSourceCommandInput,
23
16
  CreateVodSourceCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateVodSourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateVodSourceCommandInput,
32
25
  CreateVodSourceCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateVodSourceCommand extends CreateVodSourceCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  DeleteChannelRequest,
10
4
  DeleteChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
15
8
  export interface DeleteChannelCommandOutput
16
9
  extends DeleteChannelResponse,
@@ -21,22 +14,20 @@ declare const DeleteChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteChannelCommandInput,
23
16
  DeleteChannelCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteChannelCommandInput,
32
25
  DeleteChannelCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  DeleteChannelPolicyRequest,
10
4
  DeleteChannelPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteChannelPolicyCommandInput
15
8
  extends DeleteChannelPolicyRequest {}
16
9
  export interface DeleteChannelPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteChannelPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteChannelPolicyCommandInput,
24
17
  DeleteChannelPolicyCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteChannelPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteChannelPolicyCommandInput,
33
26
  DeleteChannelPolicyCommandOutput,
34
- MediaTailorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").MediaTailorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- MediaTailorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../MediaTailorClient";
8
2
  import {
9
3
  DeleteFunctionRequest,
10
4
  DeleteFunctionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
15
8
  export interface DeleteFunctionCommandOutput
16
9
  extends DeleteFunctionResponse,
@@ -21,22 +14,20 @@ declare const DeleteFunctionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteFunctionCommandInput,
23
16
  DeleteFunctionCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteFunctionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteFunctionCommandInput,
32
25
  DeleteFunctionCommandOutput,
33
- MediaTailorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").MediaTailorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
42
33
  protected static __types: {