@aws-sdk/client-mediatailor 3.1077.0 → 3.1079.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 (155) hide show
  1. package/dist-cjs/index.js +72 -495
  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/schemas/schemas_0.js +16 -12
  53. package/dist-types/commandBuilder.d.ts +18 -0
  54. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +3 -8
  55. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateChannelCommand.d.ts +4 -8
  57. package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -8
  58. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateProgramCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -8
  66. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -8
  67. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteProgramCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeChannelCommand.d.ts +4 -8
  72. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeProgramCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -8
  76. package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -8
  77. package/dist-types/commands/GetChannelScheduleCommand.d.ts +3 -8
  78. package/dist-types/commands/GetFunctionCommand.d.ts +3 -8
  79. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +7 -8
  80. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -8
  81. package/dist-types/commands/ListAlertsCommand.d.ts +3 -8
  82. package/dist-types/commands/ListChannelsCommand.d.ts +4 -8
  83. package/dist-types/commands/ListFunctionsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +7 -8
  86. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -8
  87. package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  89. package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -8
  90. package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -8
  91. package/dist-types/commands/PutFunctionCommand.d.ts +3 -8
  92. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +7 -8
  93. package/dist-types/commands/StartChannelCommand.d.ts +3 -8
  94. package/dist-types/commands/StopChannelCommand.d.ts +3 -8
  95. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  96. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UpdateChannelCommand.d.ts +4 -8
  98. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateProgramCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -8
  102. package/dist-types/index.d.ts +1 -0
  103. package/dist-types/models/models_0.d.ts +52 -7
  104. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  105. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/index.d.ts +1 -0
  154. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  155. package/package.json +8 -8
@@ -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: {
@@ -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
  GetPlaybackConfigurationRequest,
10
4
  GetPlaybackConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPlaybackConfigurationCommandInput
15
8
  extends GetPlaybackConfigurationRequest {}
16
9
  export interface GetPlaybackConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetPlaybackConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetPlaybackConfigurationCommandInput,
24
17
  GetPlaybackConfigurationCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetPlaybackConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetPlaybackConfigurationCommandInput,
33
26
  GetPlaybackConfigurationCommandOutput,
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 GetPlaybackConfigurationCommand extends GetPlaybackConfigurationCommand_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
  GetPrefetchScheduleRequest,
10
4
  GetPrefetchScheduleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPrefetchScheduleCommandInput
15
8
  extends GetPrefetchScheduleRequest {}
16
9
  export interface GetPrefetchScheduleCommandOutput
@@ -22,22 +15,20 @@ declare const GetPrefetchScheduleCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetPrefetchScheduleCommandInput,
24
17
  GetPrefetchScheduleCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetPrefetchScheduleCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetPrefetchScheduleCommandInput,
33
26
  GetPrefetchScheduleCommandOutput,
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 GetPrefetchScheduleCommand extends GetPrefetchScheduleCommand_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 { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListAlertsCommandInput extends ListAlertsRequest {}
12
5
  export interface ListAlertsCommandOutput
13
6
  extends ListAlertsResponse,
@@ -18,22 +11,20 @@ declare const ListAlertsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListAlertsCommandInput,
20
13
  ListAlertsCommandOutput,
21
- MediaTailorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").MediaTailorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListAlertsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListAlertsCommandInput,
29
22
  ListAlertsCommandOutput,
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 ListAlertsCommand extends ListAlertsCommand_base {
39
30
  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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListChannelsCommandInput extends ListChannelsRequest {}
12
5
  export interface ListChannelsCommandOutput
13
6
  extends ListChannelsResponse,
@@ -18,22 +11,20 @@ declare const ListChannelsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListChannelsCommandInput,
20
13
  ListChannelsCommandOutput,
21
- MediaTailorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").MediaTailorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListChannelsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListChannelsCommandInput,
29
22
  ListChannelsCommandOutput,
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 ListChannelsCommand extends ListChannelsCommand_base {
39
30
  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
  ListFunctionsRequest,
10
4
  ListFunctionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
15
8
  export interface ListFunctionsCommandOutput
16
9
  extends ListFunctionsResponse,
@@ -21,22 +14,20 @@ declare const ListFunctionsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListFunctionsCommandInput,
23
16
  ListFunctionsCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListFunctionsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListFunctionsCommandInput,
32
25
  ListFunctionsCommandOutput,
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 ListFunctionsCommand extends ListFunctionsCommand_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
  ListLiveSourcesRequest,
10
4
  ListLiveSourcesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {}
15
8
  export interface ListLiveSourcesCommandOutput
16
9
  extends ListLiveSourcesResponse,
@@ -21,22 +14,20 @@ declare const ListLiveSourcesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListLiveSourcesCommandInput,
23
16
  ListLiveSourcesCommandOutput,
24
- MediaTailorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").MediaTailorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListLiveSourcesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListLiveSourcesCommandInput,
32
25
  ListLiveSourcesCommandOutput,
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 ListLiveSourcesCommand extends ListLiveSourcesCommand_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
  ListPlaybackConfigurationsRequest,
10
4
  ListPlaybackConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlaybackConfigurationsCommandInput
15
8
  extends ListPlaybackConfigurationsRequest {}
16
9
  export interface ListPlaybackConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlaybackConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlaybackConfigurationsCommandInput,
24
17
  ListPlaybackConfigurationsCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListPlaybackConfigurationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlaybackConfigurationsCommandInput,
33
26
  ListPlaybackConfigurationsCommandOutput,
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 ListPlaybackConfigurationsCommand extends ListPlaybackConfigurationsCommand_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
  ListPrefetchSchedulesRequest,
10
4
  ListPrefetchSchedulesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPrefetchSchedulesCommandInput
15
8
  extends ListPrefetchSchedulesRequest {}
16
9
  export interface ListPrefetchSchedulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListPrefetchSchedulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPrefetchSchedulesCommandInput,
24
17
  ListPrefetchSchedulesCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListPrefetchSchedulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPrefetchSchedulesCommandInput,
33
26
  ListPrefetchSchedulesCommandOutput,
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 ListPrefetchSchedulesCommand extends ListPrefetchSchedulesCommand_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
  ListSourceLocationsRequest,
10
4
  ListSourceLocationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSourceLocationsCommandInput
15
8
  extends ListSourceLocationsRequest {}
16
9
  export interface ListSourceLocationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSourceLocationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSourceLocationsCommandInput,
24
17
  ListSourceLocationsCommandOutput,
25
- MediaTailorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").MediaTailorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSourceLocationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSourceLocationsCommandInput,
33
26
  ListSourceLocationsCommandOutput,
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 ListSourceLocationsCommand extends ListSourceLocationsCommand_base {
43
34
  protected static __types: {