@aws-sdk/client-mediapackagev2 3.336.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/LICENSE +201 -0
- package/README.md +408 -0
- package/dist-cjs/MediaPackageV2.js +59 -0
- package/dist-cjs/MediaPackageV2Client.js +40 -0
- package/dist-cjs/commands/CreateChannelCommand.js +45 -0
- package/dist-cjs/commands/CreateChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/DeleteOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/GetChannelCommand.js +45 -0
- package/dist-cjs/commands/GetChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/GetChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/GetOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/GetOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/ListChannelGroupsCommand.js +45 -0
- package/dist-cjs/commands/ListChannelsCommand.js +45 -0
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +45 -0
- package/dist-cjs/commands/PutChannelPolicyCommand.js +45 -0
- package/dist-cjs/commands/PutOriginEndpointPolicyCommand.js +45 -0
- package/dist-cjs/commands/TagResourceCommand.js +45 -0
- package/dist-cjs/commands/UntagResourceCommand.js +45 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +45 -0
- package/dist-cjs/commands/UpdateChannelGroupCommand.js +45 -0
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +45 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/MediaPackageV2ServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +203 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListChannelGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListChannelsPaginator.js +29 -0
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1885 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-es/MediaPackageV2.js +55 -0
- package/dist-es/MediaPackageV2Client.js +36 -0
- package/dist-es/commands/CreateChannelCommand.js +41 -0
- package/dist-es/commands/CreateChannelGroupCommand.js +41 -0
- package/dist-es/commands/CreateOriginEndpointCommand.js +41 -0
- package/dist-es/commands/DeleteChannelCommand.js +41 -0
- package/dist-es/commands/DeleteChannelGroupCommand.js +41 -0
- package/dist-es/commands/DeleteChannelPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteOriginEndpointCommand.js +41 -0
- package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/GetChannelCommand.js +41 -0
- package/dist-es/commands/GetChannelGroupCommand.js +41 -0
- package/dist-es/commands/GetChannelPolicyCommand.js +41 -0
- package/dist-es/commands/GetOriginEndpointCommand.js +41 -0
- package/dist-es/commands/GetOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/ListChannelGroupsCommand.js +41 -0
- package/dist-es/commands/ListChannelsCommand.js +41 -0
- package/dist-es/commands/ListOriginEndpointsCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
- package/dist-es/commands/PutChannelPolicyCommand.js +41 -0
- package/dist-es/commands/PutOriginEndpointPolicyCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +41 -0
- package/dist-es/commands/UntagResourceCommand.js +41 -0
- package/dist-es/commands/UpdateChannelCommand.js +41 -0
- package/dist-es/commands/UpdateChannelGroupCommand.js +41 -0
- package/dist-es/commands/UpdateOriginEndpointCommand.js +41 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/MediaPackageV2ServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +193 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListChannelGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListChannelsPaginator.js +25 -0
- package/dist-es/pagination/ListOriginEndpointsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1834 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +17 -0
- package/dist-types/MediaPackageV2.d.ts +189 -0
- package/dist-types/MediaPackageV2Client.d.ts +197 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +110 -0
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +220 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +83 -0
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +83 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +81 -0
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +84 -0
- package/dist-types/commands/GetChannelCommand.d.ts +99 -0
- package/dist-types/commands/GetChannelGroupCommand.d.ts +92 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +87 -0
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +153 -0
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +89 -0
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +91 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +93 -0
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +113 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +74 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +87 -0
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +88 -0
- package/dist-types/commands/TagResourceCommand.d.ts +78 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +73 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +104 -0
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +97 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +217 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/MediaPackageV2ServiceException.d.ts +12 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1739 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListChannelGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOriginEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/dist-types/ts3.4/MediaPackageV2.d.ts +415 -0
- package/dist-types/ts3.4/MediaPackageV2Client.d.ts +259 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/MediaPackageV2ServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +542 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +101 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
CreateChannelGroupRequest,
|
|
16
|
+
CreateChannelGroupResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateChannelGroupCommandInput
|
|
19
|
+
extends CreateChannelGroupRequest {}
|
|
20
|
+
export interface CreateChannelGroupCommandOutput
|
|
21
|
+
extends CreateChannelGroupResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateChannelGroupCommand extends $Command<
|
|
24
|
+
CreateChannelGroupCommandInput,
|
|
25
|
+
CreateChannelGroupCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateChannelGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateChannelGroupCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateChannelGroupCommandInput, CreateChannelGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
CreateOriginEndpointRequest,
|
|
16
|
+
CreateOriginEndpointResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateOriginEndpointCommandInput
|
|
19
|
+
extends CreateOriginEndpointRequest {}
|
|
20
|
+
export interface CreateOriginEndpointCommandOutput
|
|
21
|
+
extends CreateOriginEndpointResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateOriginEndpointCommand extends $Command<
|
|
24
|
+
CreateOriginEndpointCommandInput,
|
|
25
|
+
CreateOriginEndpointCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateOriginEndpointCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateOriginEndpointCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateOriginEndpointCommandInput,
|
|
37
|
+
CreateOriginEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteChannelRequest,
|
|
16
|
+
DeleteChannelResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
19
|
+
export interface DeleteChannelCommandOutput
|
|
20
|
+
extends DeleteChannelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteChannelCommand extends $Command<
|
|
23
|
+
DeleteChannelCommandInput,
|
|
24
|
+
DeleteChannelCommandOutput,
|
|
25
|
+
MediaPackageV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteChannelCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: DeleteChannelCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteChannelGroupRequest,
|
|
16
|
+
DeleteChannelGroupResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteChannelGroupCommandInput
|
|
19
|
+
extends DeleteChannelGroupRequest {}
|
|
20
|
+
export interface DeleteChannelGroupCommandOutput
|
|
21
|
+
extends DeleteChannelGroupResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteChannelGroupCommand extends $Command<
|
|
24
|
+
DeleteChannelGroupCommandInput,
|
|
25
|
+
DeleteChannelGroupCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteChannelGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteChannelGroupCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteChannelGroupCommandInput, DeleteChannelGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteChannelPolicyRequest,
|
|
16
|
+
DeleteChannelPolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteChannelPolicyCommandInput
|
|
19
|
+
extends DeleteChannelPolicyRequest {}
|
|
20
|
+
export interface DeleteChannelPolicyCommandOutput
|
|
21
|
+
extends DeleteChannelPolicyResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteChannelPolicyCommand extends $Command<
|
|
24
|
+
DeleteChannelPolicyCommandInput,
|
|
25
|
+
DeleteChannelPolicyCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteChannelPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteChannelPolicyCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteOriginEndpointRequest,
|
|
16
|
+
DeleteOriginEndpointResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteOriginEndpointCommandInput
|
|
19
|
+
extends DeleteOriginEndpointRequest {}
|
|
20
|
+
export interface DeleteOriginEndpointCommandOutput
|
|
21
|
+
extends DeleteOriginEndpointResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteOriginEndpointCommand extends $Command<
|
|
24
|
+
DeleteOriginEndpointCommandInput,
|
|
25
|
+
DeleteOriginEndpointCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteOriginEndpointCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteOriginEndpointCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteOriginEndpointCommandInput,
|
|
37
|
+
DeleteOriginEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
DeleteOriginEndpointPolicyRequest,
|
|
16
|
+
DeleteOriginEndpointPolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteOriginEndpointPolicyCommandInput
|
|
19
|
+
extends DeleteOriginEndpointPolicyRequest {}
|
|
20
|
+
export interface DeleteOriginEndpointPolicyCommandOutput
|
|
21
|
+
extends DeleteOriginEndpointPolicyResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteOriginEndpointPolicyCommand extends $Command<
|
|
24
|
+
DeleteOriginEndpointPolicyCommandInput,
|
|
25
|
+
DeleteOriginEndpointPolicyCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteOriginEndpointPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteOriginEndpointPolicyCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteOriginEndpointPolicyCommandInput,
|
|
37
|
+
DeleteOriginEndpointPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
15
|
+
export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
16
|
+
export interface GetChannelCommandOutput
|
|
17
|
+
extends GetChannelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class GetChannelCommand extends $Command<
|
|
20
|
+
GetChannelCommandInput,
|
|
21
|
+
GetChannelCommandOutput,
|
|
22
|
+
MediaPackageV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetChannelCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: GetChannelCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetChannelCommandInput, GetChannelCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetChannelGroupRequest,
|
|
16
|
+
GetChannelGroupResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetChannelGroupCommandInput extends GetChannelGroupRequest {}
|
|
19
|
+
export interface GetChannelGroupCommandOutput
|
|
20
|
+
extends GetChannelGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetChannelGroupCommand extends $Command<
|
|
23
|
+
GetChannelGroupCommandInput,
|
|
24
|
+
GetChannelGroupCommandOutput,
|
|
25
|
+
MediaPackageV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetChannelGroupCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: GetChannelGroupCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetChannelGroupCommandInput, GetChannelGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetChannelPolicyRequest,
|
|
16
|
+
GetChannelPolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
|
|
19
|
+
export interface GetChannelPolicyCommandOutput
|
|
20
|
+
extends GetChannelPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetChannelPolicyCommand extends $Command<
|
|
23
|
+
GetChannelPolicyCommandInput,
|
|
24
|
+
GetChannelPolicyCommandOutput,
|
|
25
|
+
MediaPackageV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetChannelPolicyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: GetChannelPolicyCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetOriginEndpointRequest,
|
|
16
|
+
GetOriginEndpointResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetOriginEndpointCommandInput
|
|
19
|
+
extends GetOriginEndpointRequest {}
|
|
20
|
+
export interface GetOriginEndpointCommandOutput
|
|
21
|
+
extends GetOriginEndpointResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetOriginEndpointCommand extends $Command<
|
|
24
|
+
GetOriginEndpointCommandInput,
|
|
25
|
+
GetOriginEndpointCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetOriginEndpointCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetOriginEndpointCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetOriginEndpointCommandInput, GetOriginEndpointCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
GetOriginEndpointPolicyRequest,
|
|
16
|
+
GetOriginEndpointPolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetOriginEndpointPolicyCommandInput
|
|
19
|
+
extends GetOriginEndpointPolicyRequest {}
|
|
20
|
+
export interface GetOriginEndpointPolicyCommandOutput
|
|
21
|
+
extends GetOriginEndpointPolicyResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetOriginEndpointPolicyCommand extends $Command<
|
|
24
|
+
GetOriginEndpointPolicyCommandInput,
|
|
25
|
+
GetOriginEndpointPolicyCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetOriginEndpointPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetOriginEndpointPolicyCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetOriginEndpointPolicyCommandInput,
|
|
37
|
+
GetOriginEndpointPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
ListChannelGroupsRequest,
|
|
16
|
+
ListChannelGroupsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListChannelGroupsCommandInput
|
|
19
|
+
extends ListChannelGroupsRequest {}
|
|
20
|
+
export interface ListChannelGroupsCommandOutput
|
|
21
|
+
extends ListChannelGroupsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListChannelGroupsCommand extends $Command<
|
|
24
|
+
ListChannelGroupsCommandInput,
|
|
25
|
+
ListChannelGroupsCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListChannelGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListChannelGroupsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListChannelGroupsCommandInput, ListChannelGroupsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
15
|
+
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
16
|
+
export interface ListChannelsCommandOutput
|
|
17
|
+
extends ListChannelsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListChannelsCommand extends $Command<
|
|
20
|
+
ListChannelsCommandInput,
|
|
21
|
+
ListChannelsCommandOutput,
|
|
22
|
+
MediaPackageV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListChannelsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListChannelsCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
ListOriginEndpointsRequest,
|
|
16
|
+
ListOriginEndpointsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListOriginEndpointsCommandInput
|
|
19
|
+
extends ListOriginEndpointsRequest {}
|
|
20
|
+
export interface ListOriginEndpointsCommandOutput
|
|
21
|
+
extends ListOriginEndpointsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListOriginEndpointsCommand extends $Command<
|
|
24
|
+
ListOriginEndpointsCommandInput,
|
|
25
|
+
ListOriginEndpointsCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOriginEndpointsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListOriginEndpointsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListOriginEndpointsCommandInput, ListOriginEndpointsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
ListTagsForResourceRequest,
|
|
16
|
+
ListTagsForResourceResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListTagsForResourceCommandInput
|
|
19
|
+
extends ListTagsForResourceRequest {}
|
|
20
|
+
export interface ListTagsForResourceCommandOutput
|
|
21
|
+
extends ListTagsForResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
MediaPackageV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
MediaPackageV2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MediaPackageV2Client";
|
|
14
|
+
import {
|
|
15
|
+
PutChannelPolicyRequest,
|
|
16
|
+
PutChannelPolicyResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
|
|
19
|
+
export interface PutChannelPolicyCommandOutput
|
|
20
|
+
extends PutChannelPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutChannelPolicyCommand extends $Command<
|
|
23
|
+
PutChannelPolicyCommandInput,
|
|
24
|
+
PutChannelPolicyCommandOutput,
|
|
25
|
+
MediaPackageV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutChannelPolicyCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: PutChannelPolicyCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|