@aws-sdk/client-mediatailor 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/MediaTailor.d.ts +0 -190
- package/dist-types/ts3.4/MediaTailorClient.d.ts +0 -110
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -37
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1571
- package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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 { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAlertsCommandInput extends ListAlertsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAlertsCommand extends $Command<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAlertsCommandInput;
|
|
12
|
-
constructor(input: ListAlertsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlertsCommandInput, ListAlertsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListChannelsCommandInput;
|
|
12
|
-
constructor(input: ListChannelsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConfigurationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListPlaybackConfigurationsCommand extends $Command<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListPlaybackConfigurationsCommandInput;
|
|
12
|
-
constructor(input: ListPlaybackConfigurationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedulesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedulesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListPrefetchSchedulesCommand extends $Command<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListPrefetchSchedulesCommandInput;
|
|
12
|
-
constructor(input: ListPrefetchSchedulesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListSourceLocationsCommand extends $Command<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListSourceLocationsCommandInput;
|
|
12
|
-
constructor(input: ListSourceLocationsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListVodSourcesCommand extends $Command<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListVodSourcesCommandInput;
|
|
12
|
-
constructor(input: ListVodSourcesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVodSourcesCommandInput, ListVodSourcesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
|
|
5
|
-
export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutChannelPolicyCommand extends $Command<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: PutChannelPolicyCommandInput;
|
|
12
|
-
constructor(input: PutChannelPolicyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0";
|
|
5
|
-
export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigurationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfigurationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutPlaybackConfigurationCommand extends $Command<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: PutPlaybackConfigurationCommandInput;
|
|
12
|
-
constructor(input: PutPlaybackConfigurationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
|
|
5
|
-
export interface StartChannelCommandInput extends StartChannelRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: StartChannelCommandInput;
|
|
12
|
-
constructor(input: StartChannelCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartChannelCommandInput, StartChannelCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
|
-
import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
|
|
5
|
-
export interface StopChannelCommandInput extends StopChannelRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: StopChannelCommandInput;
|
|
12
|
-
constructor(input: StopChannelCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { TagResourceRequest } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UntagResourceRequest } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateChannelCommandInput;
|
|
12
|
-
constructor(input: UpdateChannelCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateSourceLocationCommand extends $Command<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateSourceLocationCommandInput;
|
|
12
|
-
constructor(input: UpdateSourceLocationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateVodSourceCommand extends $Command<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateVodSourceCommandInput;
|
|
12
|
-
constructor(input: UpdateVodSourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export * from "./ConfigureLogsForPlaybackConfigurationCommand";
|
|
2
|
-
export * from "./CreateChannelCommand";
|
|
3
|
-
export * from "./CreatePrefetchScheduleCommand";
|
|
4
|
-
export * from "./CreateProgramCommand";
|
|
5
|
-
export * from "./CreateSourceLocationCommand";
|
|
6
|
-
export * from "./CreateVodSourceCommand";
|
|
7
|
-
export * from "./DeleteChannelCommand";
|
|
8
|
-
export * from "./DeleteChannelPolicyCommand";
|
|
9
|
-
export * from "./DeletePlaybackConfigurationCommand";
|
|
10
|
-
export * from "./DeletePrefetchScheduleCommand";
|
|
11
|
-
export * from "./DeleteProgramCommand";
|
|
12
|
-
export * from "./DeleteSourceLocationCommand";
|
|
13
|
-
export * from "./DeleteVodSourceCommand";
|
|
14
|
-
export * from "./DescribeChannelCommand";
|
|
15
|
-
export * from "./DescribeProgramCommand";
|
|
16
|
-
export * from "./DescribeSourceLocationCommand";
|
|
17
|
-
export * from "./DescribeVodSourceCommand";
|
|
18
|
-
export * from "./GetChannelPolicyCommand";
|
|
19
|
-
export * from "./GetChannelScheduleCommand";
|
|
20
|
-
export * from "./GetPlaybackConfigurationCommand";
|
|
21
|
-
export * from "./GetPrefetchScheduleCommand";
|
|
22
|
-
export * from "./ListAlertsCommand";
|
|
23
|
-
export * from "./ListChannelsCommand";
|
|
24
|
-
export * from "./ListPlaybackConfigurationsCommand";
|
|
25
|
-
export * from "./ListPrefetchSchedulesCommand";
|
|
26
|
-
export * from "./ListSourceLocationsCommand";
|
|
27
|
-
export * from "./ListTagsForResourceCommand";
|
|
28
|
-
export * from "./ListVodSourcesCommand";
|
|
29
|
-
export * from "./PutChannelPolicyCommand";
|
|
30
|
-
export * from "./PutPlaybackConfigurationCommand";
|
|
31
|
-
export * from "./StartChannelCommand";
|
|
32
|
-
export * from "./StopChannelCommand";
|
|
33
|
-
export * from "./TagResourceCommand";
|
|
34
|
-
export * from "./UntagResourceCommand";
|
|
35
|
-
export * from "./UpdateChannelCommand";
|
|
36
|
-
export * from "./UpdateSourceLocationCommand";
|
|
37
|
-
export * from "./UpdateVodSourceCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|