@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
- package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
- package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|