@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,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 { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
5
- export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {
6
- }
7
- export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLiveSourceCommand extends $Command<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateLiveSourceCommandInput;
12
- constructor(input: CreateLiveSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput>;
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
+ CreateLiveSourceRequest,
15
+ CreateLiveSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {}
18
+ export interface CreateLiveSourceCommandOutput
19
+ extends CreateLiveSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateLiveSourceCommand extends $Command<
23
+ CreateLiveSourceCommandInput,
24
+ CreateLiveSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLiveSourceCommandInput;
28
+ constructor(input: CreateLiveSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput>;
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 { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
5
- export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchScheduleRequest {
6
- }
7
- export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePrefetchScheduleCommand extends $Command<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreatePrefetchScheduleCommandInput;
12
- constructor(input: CreatePrefetchScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput>;
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
+ CreatePrefetchScheduleRequest,
15
+ CreatePrefetchScheduleResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePrefetchScheduleCommandInput
18
+ extends CreatePrefetchScheduleRequest {}
19
+ export interface CreatePrefetchScheduleCommandOutput
20
+ extends CreatePrefetchScheduleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePrefetchScheduleCommand extends $Command<
24
+ CreatePrefetchScheduleCommandInput,
25
+ CreatePrefetchScheduleCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePrefetchScheduleCommandInput;
29
+ constructor(input: CreatePrefetchScheduleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePrefetchScheduleCommandInput,
37
+ CreatePrefetchScheduleCommandOutput
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 { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
5
- export interface CreateProgramCommandInput extends CreateProgramRequest {
6
- }
7
- export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProgramCommand extends $Command<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateProgramCommandInput;
12
- constructor(input: CreateProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProgramCommandInput, CreateProgramCommandOutput>;
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
+ CreateProgramRequest,
15
+ CreateProgramResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateProgramCommandInput extends CreateProgramRequest {}
18
+ export interface CreateProgramCommandOutput
19
+ extends CreateProgramResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateProgramCommand extends $Command<
23
+ CreateProgramCommandInput,
24
+ CreateProgramCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: CreateProgramCommandInput;
28
+ constructor(input: CreateProgramCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateProgramCommandInput, CreateProgramCommandOutput>;
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 { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
5
- export interface CreateSourceLocationCommandInput extends CreateSourceLocationRequest {
6
- }
7
- export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSourceLocationCommand extends $Command<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateSourceLocationCommandInput;
12
- constructor(input: CreateSourceLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput>;
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
+ CreateSourceLocationRequest,
15
+ CreateSourceLocationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSourceLocationCommandInput
18
+ extends CreateSourceLocationRequest {}
19
+ export interface CreateSourceLocationCommandOutput
20
+ extends CreateSourceLocationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateSourceLocationCommand extends $Command<
24
+ CreateSourceLocationCommandInput,
25
+ CreateSourceLocationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: CreateSourceLocationCommandInput;
29
+ constructor(input: CreateSourceLocationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateSourceLocationCommandInput,
37
+ CreateSourceLocationCommandOutput
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 { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
5
- export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
6
- }
7
- export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVodSourceCommand extends $Command<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateVodSourceCommandInput;
12
- constructor(input: CreateVodSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVodSourceCommandInput, CreateVodSourceCommandOutput>;
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
+ CreateVodSourceRequest,
15
+ CreateVodSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {}
18
+ export interface CreateVodSourceCommandOutput
19
+ extends CreateVodSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateVodSourceCommand extends $Command<
23
+ CreateVodSourceCommandInput,
24
+ CreateVodSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVodSourceCommandInput;
28
+ constructor(input: CreateVodSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateVodSourceCommandInput, CreateVodSourceCommandOutput>;
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 { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
5
- export interface DeleteChannelCommandInput extends DeleteChannelRequest {
6
- }
7
- export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteChannelCommandInput;
12
- constructor(input: DeleteChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
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
+ DeleteChannelRequest,
15
+ DeleteChannelResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
18
+ export interface DeleteChannelCommandOutput
19
+ extends DeleteChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteChannelCommand extends $Command<
23
+ DeleteChannelCommandInput,
24
+ DeleteChannelCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteChannelCommandInput;
28
+ constructor(input: DeleteChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
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 { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
5
- export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequest {
6
- }
7
- export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelPolicyCommand extends $Command<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteChannelPolicyCommandInput;
12
- constructor(input: DeleteChannelPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
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
+ DeleteChannelPolicyRequest,
15
+ DeleteChannelPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteChannelPolicyCommandInput
18
+ extends DeleteChannelPolicyRequest {}
19
+ export interface DeleteChannelPolicyCommandOutput
20
+ extends DeleteChannelPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteChannelPolicyCommand extends $Command<
24
+ DeleteChannelPolicyCommandInput,
25
+ DeleteChannelPolicyCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteChannelPolicyCommandInput;
29
+ constructor(input: DeleteChannelPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
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 { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
5
- export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
6
- }
7
- export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLiveSourceCommand extends $Command<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteLiveSourceCommandInput;
12
- constructor(input: DeleteLiveSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput>;
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
+ DeleteLiveSourceRequest,
15
+ DeleteLiveSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {}
18
+ export interface DeleteLiveSourceCommandOutput
19
+ extends DeleteLiveSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteLiveSourceCommand extends $Command<
23
+ DeleteLiveSourceCommandInput,
24
+ DeleteLiveSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLiveSourceCommandInput;
28
+ constructor(input: DeleteLiveSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput>;
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 { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
5
- export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackConfigurationRequest {
6
- }
7
- export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePlaybackConfigurationCommand extends $Command<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeletePlaybackConfigurationCommandInput;
12
- constructor(input: DeletePlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput>;
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
+ DeletePlaybackConfigurationRequest,
15
+ DeletePlaybackConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePlaybackConfigurationCommandInput
18
+ extends DeletePlaybackConfigurationRequest {}
19
+ export interface DeletePlaybackConfigurationCommandOutput
20
+ extends DeletePlaybackConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePlaybackConfigurationCommand extends $Command<
24
+ DeletePlaybackConfigurationCommandInput,
25
+ DeletePlaybackConfigurationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePlaybackConfigurationCommandInput;
29
+ constructor(input: DeletePlaybackConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePlaybackConfigurationCommandInput,
37
+ DeletePlaybackConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
5
- export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchScheduleRequest {
6
- }
7
- export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePrefetchScheduleCommand extends $Command<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeletePrefetchScheduleCommandInput;
12
- constructor(input: DeletePrefetchScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput>;
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
+ DeletePrefetchScheduleRequest,
15
+ DeletePrefetchScheduleResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePrefetchScheduleCommandInput
18
+ extends DeletePrefetchScheduleRequest {}
19
+ export interface DeletePrefetchScheduleCommandOutput
20
+ extends DeletePrefetchScheduleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePrefetchScheduleCommand extends $Command<
24
+ DeletePrefetchScheduleCommandInput,
25
+ DeletePrefetchScheduleCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePrefetchScheduleCommandInput;
29
+ constructor(input: DeletePrefetchScheduleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePrefetchScheduleCommandInput,
37
+ DeletePrefetchScheduleCommandOutput
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 { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
5
- export interface DeleteProgramCommandInput extends DeleteProgramRequest {
6
- }
7
- export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProgramCommand extends $Command<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteProgramCommandInput;
12
- constructor(input: DeleteProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProgramCommandInput, DeleteProgramCommandOutput>;
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
+ DeleteProgramRequest,
15
+ DeleteProgramResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteProgramCommandInput extends DeleteProgramRequest {}
18
+ export interface DeleteProgramCommandOutput
19
+ extends DeleteProgramResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteProgramCommand extends $Command<
23
+ DeleteProgramCommandInput,
24
+ DeleteProgramCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteProgramCommandInput;
28
+ constructor(input: DeleteProgramCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteProgramCommandInput, DeleteProgramCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }