@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,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
  DeleteLiveSourceRequest,
10
4
  DeleteLiveSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {}
15
8
  export interface DeleteLiveSourceCommandOutput
16
9
  extends DeleteLiveSourceResponse,
@@ -21,22 +14,20 @@ declare const DeleteLiveSourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteLiveSourceCommandInput,
23
16
  DeleteLiveSourceCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteLiveSourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteLiveSourceCommandInput,
32
25
  DeleteLiveSourceCommandOutput,
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 DeleteLiveSourceCommand extends DeleteLiveSourceCommand_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
  DeletePlaybackConfigurationRequest,
10
4
  DeletePlaybackConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePlaybackConfigurationCommandInput
15
8
  extends DeletePlaybackConfigurationRequest {}
16
9
  export interface DeletePlaybackConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePlaybackConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePlaybackConfigurationCommandInput,
24
17
  DeletePlaybackConfigurationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeletePlaybackConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePlaybackConfigurationCommandInput,
33
26
  DeletePlaybackConfigurationCommandOutput,
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 DeletePlaybackConfigurationCommand extends DeletePlaybackConfigurationCommand_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
  DeletePrefetchScheduleRequest,
10
4
  DeletePrefetchScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePrefetchScheduleCommandInput
15
8
  extends DeletePrefetchScheduleRequest {}
16
9
  export interface DeletePrefetchScheduleCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePrefetchScheduleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePrefetchScheduleCommandInput,
24
17
  DeletePrefetchScheduleCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeletePrefetchScheduleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePrefetchScheduleCommandInput,
33
26
  DeletePrefetchScheduleCommandOutput,
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 DeletePrefetchScheduleCommand extends DeletePrefetchScheduleCommand_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
  DeleteProgramRequest,
10
4
  DeleteProgramResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteProgramCommandInput extends DeleteProgramRequest {}
15
8
  export interface DeleteProgramCommandOutput
16
9
  extends DeleteProgramResponse,
@@ -21,22 +14,20 @@ declare const DeleteProgramCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteProgramCommandInput,
23
16
  DeleteProgramCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteProgramCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteProgramCommandInput,
32
25
  DeleteProgramCommandOutput,
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 DeleteProgramCommand extends DeleteProgramCommand_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
  DeleteSourceLocationRequest,
10
4
  DeleteSourceLocationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteSourceLocationCommandInput
15
8
  extends DeleteSourceLocationRequest {}
16
9
  export interface DeleteSourceLocationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteSourceLocationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteSourceLocationCommandInput,
24
17
  DeleteSourceLocationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteSourceLocationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteSourceLocationCommandInput,
33
26
  DeleteSourceLocationCommandOutput,
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 DeleteSourceLocationCommand extends DeleteSourceLocationCommand_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
  DeleteVodSourceRequest,
10
4
  DeleteVodSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {}
15
8
  export interface DeleteVodSourceCommandOutput
16
9
  extends DeleteVodSourceResponse,
@@ -21,22 +14,20 @@ declare const DeleteVodSourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteVodSourceCommandInput,
23
16
  DeleteVodSourceCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteVodSourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteVodSourceCommandInput,
32
25
  DeleteVodSourceCommandOutput,
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 DeleteVodSourceCommand extends DeleteVodSourceCommand_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
  DescribeChannelRequest,
10
4
  DescribeChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
15
8
  export interface DescribeChannelCommandOutput
16
9
  extends DescribeChannelResponse,
@@ -21,22 +14,20 @@ declare const DescribeChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeChannelCommandInput,
23
16
  DescribeChannelCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeChannelCommandInput,
32
25
  DescribeChannelCommandOutput,
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 DescribeChannelCommand extends DescribeChannelCommand_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
  DescribeLiveSourceRequest,
10
4
  DescribeLiveSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeLiveSourceCommandInput
15
8
  extends DescribeLiveSourceRequest {}
16
9
  export interface DescribeLiveSourceCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeLiveSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeLiveSourceCommandInput,
24
17
  DescribeLiveSourceCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeLiveSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeLiveSourceCommandInput,
33
26
  DescribeLiveSourceCommandOutput,
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 DescribeLiveSourceCommand extends DescribeLiveSourceCommand_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
  DescribeProgramRequest,
10
4
  DescribeProgramResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeProgramCommandInput extends DescribeProgramRequest {}
15
8
  export interface DescribeProgramCommandOutput
16
9
  extends DescribeProgramResponse,
@@ -21,22 +14,20 @@ declare const DescribeProgramCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeProgramCommandInput,
23
16
  DescribeProgramCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeProgramCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeProgramCommandInput,
32
25
  DescribeProgramCommandOutput,
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 DescribeProgramCommand extends DescribeProgramCommand_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
  DescribeSourceLocationRequest,
10
4
  DescribeSourceLocationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSourceLocationCommandInput
15
8
  extends DescribeSourceLocationRequest {}
16
9
  export interface DescribeSourceLocationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSourceLocationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSourceLocationCommandInput,
24
17
  DescribeSourceLocationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeSourceLocationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSourceLocationCommandInput,
33
26
  DescribeSourceLocationCommandOutput,
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 DescribeSourceLocationCommand extends DescribeSourceLocationCommand_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
  DescribeVodSourceRequest,
10
4
  DescribeVodSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeVodSourceCommandInput
15
8
  extends DescribeVodSourceRequest {}
16
9
  export interface DescribeVodSourceCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeVodSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeVodSourceCommandInput,
24
17
  DescribeVodSourceCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeVodSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeVodSourceCommandInput,
33
26
  DescribeVodSourceCommandOutput,
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 DescribeVodSourceCommand extends DescribeVodSourceCommand_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
  GetChannelPolicyRequest,
10
4
  GetChannelPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
15
8
  export interface GetChannelPolicyCommandOutput
16
9
  extends GetChannelPolicyResponse,
@@ -21,22 +14,20 @@ declare const GetChannelPolicyCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetChannelPolicyCommandInput,
23
16
  GetChannelPolicyCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetChannelPolicyCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetChannelPolicyCommandInput,
32
25
  GetChannelPolicyCommandOutput,
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 GetChannelPolicyCommand extends GetChannelPolicyCommand_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
  GetChannelScheduleRequest,
10
4
  GetChannelScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetChannelScheduleCommandInput
15
8
  extends GetChannelScheduleRequest {}
16
9
  export interface GetChannelScheduleCommandOutput
@@ -22,22 +15,20 @@ declare const GetChannelScheduleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetChannelScheduleCommandInput,
24
17
  GetChannelScheduleCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetChannelScheduleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetChannelScheduleCommandInput,
33
26
  GetChannelScheduleCommandOutput,
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 GetChannelScheduleCommand extends GetChannelScheduleCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetFunctionCommandInput extends GetFunctionRequest {}
12
5
  export interface GetFunctionCommandOutput
13
6
  extends GetFunctionResponse,
@@ -18,22 +11,20 @@ declare const GetFunctionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetFunctionCommandInput,
20
13
  GetFunctionCommandOutput,
21
- MediaTailorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").MediaTailorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetFunctionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetFunctionCommandInput,
29
22
  GetFunctionCommandOutput,
30
- MediaTailorClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").MediaTailorClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetFunctionCommand extends GetFunctionCommand_base {
39
30
  protected static __types: {