@aws-sdk/client-mediatailor 3.169.0 → 3.171.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +724 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +356 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1069 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
5
- export interface ListChannelsCommandInput extends ListChannelsRequest {
6
- }
7
- export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListChannelsCommandInput;
12
- constructor(input: ListChannelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
14
+ export interface ListChannelsCommandInput extends ListChannelsRequest {}
15
+ export interface ListChannelsCommandOutput
16
+ extends ListChannelsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListChannelsCommand extends $Command<
19
+ ListChannelsCommandInput,
20
+ ListChannelsCommandOutput,
21
+ MediaTailorClientResolvedConfig
22
+ > {
23
+ readonly input: ListChannelsCommandInput;
24
+ constructor(input: ListChannelsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaTailorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
5
- export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {
6
- }
7
- export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLiveSourcesCommand extends $Command<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListLiveSourcesCommandInput;
12
- constructor(input: ListLiveSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListLiveSourcesRequest,
15
+ ListLiveSourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {}
18
+ export interface ListLiveSourcesCommandOutput
19
+ extends ListLiveSourcesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListLiveSourcesCommand extends $Command<
22
+ ListLiveSourcesCommandInput,
23
+ ListLiveSourcesCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: ListLiveSourcesCommandInput;
27
+ constructor(input: ListLiveSourcesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
5
- export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConfigurationsRequest {
6
- }
7
- export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPlaybackConfigurationsCommand extends $Command<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListPlaybackConfigurationsCommandInput;
12
- constructor(input: ListPlaybackConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListPlaybackConfigurationsRequest,
15
+ ListPlaybackConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPlaybackConfigurationsCommandInput
18
+ extends ListPlaybackConfigurationsRequest {}
19
+ export interface ListPlaybackConfigurationsCommandOutput
20
+ extends ListPlaybackConfigurationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPlaybackConfigurationsCommand extends $Command<
23
+ ListPlaybackConfigurationsCommandInput,
24
+ ListPlaybackConfigurationsCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: ListPlaybackConfigurationsCommandInput;
28
+ constructor(input: ListPlaybackConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPlaybackConfigurationsCommandInput,
35
+ ListPlaybackConfigurationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
5
- export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedulesRequest {
6
- }
7
- export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedulesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPrefetchSchedulesCommand extends $Command<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListPrefetchSchedulesCommandInput;
12
- constructor(input: ListPrefetchSchedulesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListPrefetchSchedulesRequest,
15
+ ListPrefetchSchedulesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPrefetchSchedulesCommandInput
18
+ extends ListPrefetchSchedulesRequest {}
19
+ export interface ListPrefetchSchedulesCommandOutput
20
+ extends ListPrefetchSchedulesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPrefetchSchedulesCommand extends $Command<
23
+ ListPrefetchSchedulesCommandInput,
24
+ ListPrefetchSchedulesCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: ListPrefetchSchedulesCommandInput;
28
+ constructor(input: ListPrefetchSchedulesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPrefetchSchedulesCommandInput,
35
+ ListPrefetchSchedulesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
5
- export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequest {
6
- }
7
- export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSourceLocationsCommand extends $Command<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListSourceLocationsCommandInput;
12
- constructor(input: ListSourceLocationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListSourceLocationsRequest,
15
+ ListSourceLocationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSourceLocationsCommandInput
18
+ extends ListSourceLocationsRequest {}
19
+ export interface ListSourceLocationsCommandOutput
20
+ extends ListSourceLocationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSourceLocationsCommand extends $Command<
23
+ ListSourceLocationsCommandInput,
24
+ ListSourceLocationsCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: ListSourceLocationsCommandInput;
28
+ constructor(input: ListSourceLocationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
5
- export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {
6
- }
7
- export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVodSourcesCommand extends $Command<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ListVodSourcesCommandInput;
12
- constructor(input: ListVodSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVodSourcesCommandInput, ListVodSourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ ListVodSourcesRequest,
15
+ ListVodSourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {}
18
+ export interface ListVodSourcesCommandOutput
19
+ extends ListVodSourcesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListVodSourcesCommand extends $Command<
22
+ ListVodSourcesCommandInput,
23
+ ListVodSourcesCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: ListVodSourcesCommandInput;
27
+ constructor(input: ListVodSourcesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListVodSourcesCommandInput, ListVodSourcesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
5
- export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
6
- }
7
- export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutChannelPolicyCommand extends $Command<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: PutChannelPolicyCommandInput;
12
- constructor(input: PutChannelPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ PutChannelPolicyRequest,
15
+ PutChannelPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
18
+ export interface PutChannelPolicyCommandOutput
19
+ extends PutChannelPolicyResponse,
20
+ __MetadataBearer {}
21
+ export declare class PutChannelPolicyCommand extends $Command<
22
+ PutChannelPolicyCommandInput,
23
+ PutChannelPolicyCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: PutChannelPolicyCommandInput;
27
+ constructor(input: PutChannelPolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0";
5
- export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigurationRequest {
6
- }
7
- export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutPlaybackConfigurationCommand extends $Command<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: PutPlaybackConfigurationCommandInput;
12
- constructor(input: PutPlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ PutPlaybackConfigurationRequest,
15
+ PutPlaybackConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface PutPlaybackConfigurationCommandInput
18
+ extends PutPlaybackConfigurationRequest {}
19
+ export interface PutPlaybackConfigurationCommandOutput
20
+ extends PutPlaybackConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutPlaybackConfigurationCommand extends $Command<
23
+ PutPlaybackConfigurationCommandInput,
24
+ PutPlaybackConfigurationCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: PutPlaybackConfigurationCommandInput;
28
+ constructor(input: PutPlaybackConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ PutPlaybackConfigurationCommandInput,
35
+ PutPlaybackConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
5
- export interface StartChannelCommandInput extends StartChannelRequest {
6
- }
7
- export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: StartChannelCommandInput;
12
- constructor(input: StartChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartChannelCommandInput, StartChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
14
+ export interface StartChannelCommandInput extends StartChannelRequest {}
15
+ export interface StartChannelCommandOutput
16
+ extends StartChannelResponse,
17
+ __MetadataBearer {}
18
+ export declare class StartChannelCommand extends $Command<
19
+ StartChannelCommandInput,
20
+ StartChannelCommandOutput,
21
+ MediaTailorClientResolvedConfig
22
+ > {
23
+ readonly input: StartChannelCommandInput;
24
+ constructor(input: StartChannelCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaTailorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StartChannelCommandInput, StartChannelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
5
- export interface StopChannelCommandInput extends StopChannelRequest {
6
- }
7
- export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: StopChannelCommandInput;
12
- constructor(input: StopChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
14
+ export interface StopChannelCommandInput extends StopChannelRequest {}
15
+ export interface StopChannelCommandOutput
16
+ extends StopChannelResponse,
17
+ __MetadataBearer {}
18
+ export declare class StopChannelCommand extends $Command<
19
+ StopChannelCommandInput,
20
+ StopChannelCommandOutput,
21
+ MediaTailorClientResolvedConfig
22
+ > {
23
+ readonly input: StopChannelCommandInput;
24
+ constructor(input: StopChannelCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaTailorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }