@aws-sdk/client-mediatailor 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -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 +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1569 -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 +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,17 +1,41 @@
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 { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
5
- export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRequest {
6
- }
7
- export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSourceLocationCommand extends $Command<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteSourceLocationCommandInput;
12
- constructor(input: DeleteSourceLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput>;
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
+ DeleteSourceLocationRequest,
15
+ DeleteSourceLocationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteSourceLocationCommandInput
18
+ extends DeleteSourceLocationRequest {}
19
+ export interface DeleteSourceLocationCommandOutput
20
+ extends DeleteSourceLocationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteSourceLocationCommand extends $Command<
24
+ DeleteSourceLocationCommandInput,
25
+ DeleteSourceLocationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteSourceLocationCommandInput;
29
+ constructor(input: DeleteSourceLocationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteSourceLocationCommandInput,
37
+ DeleteSourceLocationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
5
- export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
6
- }
7
- export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVodSourceCommand extends $Command<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteVodSourceCommandInput;
12
- constructor(input: DeleteVodSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput>;
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
+ DeleteVodSourceRequest,
15
+ DeleteVodSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {}
18
+ export interface DeleteVodSourceCommandOutput
19
+ extends DeleteVodSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteVodSourceCommand extends $Command<
23
+ DeleteVodSourceCommandInput,
24
+ DeleteVodSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteVodSourceCommandInput;
28
+ constructor(input: DeleteVodSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
5
- export interface DescribeChannelCommandInput extends DescribeChannelRequest {
6
- }
7
- export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DescribeChannelCommandInput;
12
- constructor(input: DescribeChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
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
+ DescribeChannelRequest,
15
+ DescribeChannelResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
18
+ export interface DescribeChannelCommandOutput
19
+ extends DescribeChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeChannelCommand extends $Command<
23
+ DescribeChannelCommandInput,
24
+ DescribeChannelCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeChannelCommandInput;
28
+ constructor(input: DescribeChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
5
- export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceRequest {
6
- }
7
- export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeLiveSourceCommand extends $Command<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DescribeLiveSourceCommandInput;
12
- constructor(input: DescribeLiveSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput>;
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
+ DescribeLiveSourceRequest,
15
+ DescribeLiveSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeLiveSourceCommandInput
18
+ extends DescribeLiveSourceRequest {}
19
+ export interface DescribeLiveSourceCommandOutput
20
+ extends DescribeLiveSourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeLiveSourceCommand extends $Command<
24
+ DescribeLiveSourceCommandInput,
25
+ DescribeLiveSourceCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeLiveSourceCommandInput;
29
+ constructor(input: DescribeLiveSourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
5
- export interface DescribeProgramCommandInput extends DescribeProgramRequest {
6
- }
7
- export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProgramCommand extends $Command<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DescribeProgramCommandInput;
12
- constructor(input: DescribeProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProgramCommandInput, DescribeProgramCommandOutput>;
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
+ DescribeProgramRequest,
15
+ DescribeProgramResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeProgramCommandInput extends DescribeProgramRequest {}
18
+ export interface DescribeProgramCommandOutput
19
+ extends DescribeProgramResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeProgramCommand extends $Command<
23
+ DescribeProgramCommandInput,
24
+ DescribeProgramCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeProgramCommandInput;
28
+ constructor(input: DescribeProgramCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeProgramCommandInput, DescribeProgramCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
5
- export interface DescribeSourceLocationCommandInput extends DescribeSourceLocationRequest {
6
- }
7
- export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSourceLocationCommand extends $Command<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DescribeSourceLocationCommandInput;
12
- constructor(input: DescribeSourceLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput>;
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
+ DescribeSourceLocationRequest,
15
+ DescribeSourceLocationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeSourceLocationCommandInput
18
+ extends DescribeSourceLocationRequest {}
19
+ export interface DescribeSourceLocationCommandOutput
20
+ extends DescribeSourceLocationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeSourceLocationCommand extends $Command<
24
+ DescribeSourceLocationCommandInput,
25
+ DescribeSourceLocationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSourceLocationCommandInput;
29
+ constructor(input: DescribeSourceLocationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeSourceLocationCommandInput,
37
+ DescribeSourceLocationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
5
- export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest {
6
- }
7
- export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeVodSourceCommand extends $Command<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DescribeVodSourceCommandInput;
12
- constructor(input: DescribeVodSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput>;
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
+ DescribeVodSourceRequest,
15
+ DescribeVodSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeVodSourceCommandInput
18
+ extends DescribeVodSourceRequest {}
19
+ export interface DescribeVodSourceCommandOutput
20
+ extends DescribeVodSourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeVodSourceCommand extends $Command<
24
+ DescribeVodSourceCommandInput,
25
+ DescribeVodSourceCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeVodSourceCommandInput;
29
+ constructor(input: DescribeVodSourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
5
- export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
6
- }
7
- export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetChannelPolicyCommand extends $Command<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: GetChannelPolicyCommandInput;
12
- constructor(input: GetChannelPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput>;
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
+ GetChannelPolicyRequest,
15
+ GetChannelPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
18
+ export interface GetChannelPolicyCommandOutput
19
+ extends GetChannelPolicyResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetChannelPolicyCommand extends $Command<
23
+ GetChannelPolicyCommandInput,
24
+ GetChannelPolicyCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: GetChannelPolicyCommandInput;
28
+ constructor(input: GetChannelPolicyCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
5
- export interface GetChannelScheduleCommandInput extends GetChannelScheduleRequest {
6
- }
7
- export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetChannelScheduleCommand extends $Command<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: GetChannelScheduleCommandInput;
12
- constructor(input: GetChannelScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput>;
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
+ GetChannelScheduleRequest,
15
+ GetChannelScheduleResponse,
16
+ } from "../models/models_0";
17
+ export interface GetChannelScheduleCommandInput
18
+ extends GetChannelScheduleRequest {}
19
+ export interface GetChannelScheduleCommandOutput
20
+ extends GetChannelScheduleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetChannelScheduleCommand extends $Command<
24
+ GetChannelScheduleCommandInput,
25
+ GetChannelScheduleCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: GetChannelScheduleCommandInput;
29
+ constructor(input: GetChannelScheduleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0";
5
- export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigurationRequest {
6
- }
7
- export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPlaybackConfigurationCommand extends $Command<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: GetPlaybackConfigurationCommandInput;
12
- constructor(input: GetPlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput>;
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
+ GetPlaybackConfigurationRequest,
15
+ GetPlaybackConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetPlaybackConfigurationCommandInput
18
+ extends GetPlaybackConfigurationRequest {}
19
+ export interface GetPlaybackConfigurationCommandOutput
20
+ extends GetPlaybackConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPlaybackConfigurationCommand extends $Command<
24
+ GetPlaybackConfigurationCommandInput,
25
+ GetPlaybackConfigurationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: GetPlaybackConfigurationCommandInput;
29
+ constructor(input: GetPlaybackConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetPlaybackConfigurationCommandInput,
37
+ GetPlaybackConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0";
5
- export interface GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequest {
6
- }
7
- export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPrefetchScheduleCommand extends $Command<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: GetPrefetchScheduleCommandInput;
12
- constructor(input: GetPrefetchScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput>;
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
+ GetPrefetchScheduleRequest,
15
+ GetPrefetchScheduleResponse,
16
+ } from "../models/models_0";
17
+ export interface GetPrefetchScheduleCommandInput
18
+ extends GetPrefetchScheduleRequest {}
19
+ export interface GetPrefetchScheduleCommandOutput
20
+ extends GetPrefetchScheduleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPrefetchScheduleCommand extends $Command<
24
+ GetPrefetchScheduleCommandInput,
25
+ GetPrefetchScheduleCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: GetPrefetchScheduleCommandInput;
29
+ constructor(input: GetPrefetchScheduleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }