@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,542 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { MediaPackageV2ServiceException as __BaseException } from "./MediaPackageV2ServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare const AdMarkerHls: {
|
|
12
|
+
readonly DATERANGE: "DATERANGE";
|
|
13
|
+
};
|
|
14
|
+
export type AdMarkerHls = (typeof AdMarkerHls)[keyof typeof AdMarkerHls];
|
|
15
|
+
export interface ChannelGroupListConfiguration {
|
|
16
|
+
ChannelGroupName: string | undefined;
|
|
17
|
+
Arn: string | undefined;
|
|
18
|
+
CreatedAt: Date | undefined;
|
|
19
|
+
ModifiedAt: Date | undefined;
|
|
20
|
+
Description?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare const ConflictExceptionType: {
|
|
23
|
+
readonly CONFLICTING_OPERATION: "CONFLICTING_OPERATION";
|
|
24
|
+
readonly IDEMPOTENT_PARAMETER_MISMATCH: "IDEMPOTENT_PARAMETER_MISMATCH";
|
|
25
|
+
readonly RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS";
|
|
26
|
+
readonly RESOURCE_IN_USE: "RESOURCE_IN_USE";
|
|
27
|
+
};
|
|
28
|
+
export type ConflictExceptionType =
|
|
29
|
+
(typeof ConflictExceptionType)[keyof typeof ConflictExceptionType];
|
|
30
|
+
export declare class ConflictException extends __BaseException {
|
|
31
|
+
readonly name: "ConflictException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
Message?: string;
|
|
34
|
+
ConflictExceptionType?: ConflictExceptionType | string;
|
|
35
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
36
|
+
}
|
|
37
|
+
export interface DeleteChannelPolicyRequest {
|
|
38
|
+
ChannelGroupName: string | undefined;
|
|
39
|
+
ChannelName: string | undefined;
|
|
40
|
+
}
|
|
41
|
+
export interface DeleteChannelPolicyResponse {}
|
|
42
|
+
export declare class InternalServerException extends __BaseException {
|
|
43
|
+
readonly name: "InternalServerException";
|
|
44
|
+
readonly $fault: "server";
|
|
45
|
+
Message?: string;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ThrottlingException extends __BaseException {
|
|
51
|
+
readonly name: "ThrottlingException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message?: string;
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
export declare const ValidationExceptionType: {
|
|
59
|
+
readonly CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE";
|
|
60
|
+
readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
|
|
61
|
+
readonly DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE: "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE";
|
|
62
|
+
readonly ENCRYPTION_CONTRACT_SHARED: "ENCRYPTION_CONTRACT_SHARED";
|
|
63
|
+
readonly ENCRYPTION_CONTRACT_UNENCRYPTED: "ENCRYPTION_CONTRACT_UNENCRYPTED";
|
|
64
|
+
readonly ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE: "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE";
|
|
65
|
+
readonly ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH: "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH";
|
|
66
|
+
readonly INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS";
|
|
67
|
+
readonly INVALID_PAGINATION_TOKEN: "INVALID_PAGINATION_TOKEN";
|
|
68
|
+
readonly INVALID_POLICY: "INVALID_POLICY";
|
|
69
|
+
readonly INVALID_ROLE_ARN: "INVALID_ROLE_ARN";
|
|
70
|
+
readonly MANIFEST_NAME_COLLISION: "MANIFEST_NAME_COLLISION";
|
|
71
|
+
readonly MEMBER_DOES_NOT_MATCH_PATTERN: "MEMBER_DOES_NOT_MATCH_PATTERN";
|
|
72
|
+
readonly MEMBER_INVALID: "MEMBER_INVALID";
|
|
73
|
+
readonly MEMBER_INVALID_ENUM_VALUE: "MEMBER_INVALID_ENUM_VALUE";
|
|
74
|
+
readonly MEMBER_MAX_LENGTH: "MEMBER_MAX_LENGTH";
|
|
75
|
+
readonly MEMBER_MAX_VALUE: "MEMBER_MAX_VALUE";
|
|
76
|
+
readonly MEMBER_MIN_LENGTH: "MEMBER_MIN_LENGTH";
|
|
77
|
+
readonly MEMBER_MIN_VALUE: "MEMBER_MIN_VALUE";
|
|
78
|
+
readonly MEMBER_MISSING: "MEMBER_MISSING";
|
|
79
|
+
readonly NUM_MANIFESTS_HIGH: "NUM_MANIFESTS_HIGH";
|
|
80
|
+
readonly NUM_MANIFESTS_LOW: "NUM_MANIFESTS_LOW";
|
|
81
|
+
readonly ROLE_ARN_INVALID_FORMAT: "ROLE_ARN_INVALID_FORMAT";
|
|
82
|
+
readonly ROLE_ARN_LENGTH_OUT_OF_RANGE: "ROLE_ARN_LENGTH_OUT_OF_RANGE";
|
|
83
|
+
readonly ROLE_ARN_NOT_ASSUMABLE: "ROLE_ARN_NOT_ASSUMABLE";
|
|
84
|
+
readonly URL_INVALID: "URL_INVALID";
|
|
85
|
+
readonly URL_LINK_LOCAL_ADDRESS: "URL_LINK_LOCAL_ADDRESS";
|
|
86
|
+
readonly URL_LOCAL_ADDRESS: "URL_LOCAL_ADDRESS";
|
|
87
|
+
readonly URL_LOOPBACK_ADDRESS: "URL_LOOPBACK_ADDRESS";
|
|
88
|
+
readonly URL_MULTICAST_ADDRESS: "URL_MULTICAST_ADDRESS";
|
|
89
|
+
readonly URL_PORT: "URL_PORT";
|
|
90
|
+
readonly URL_SCHEME: "URL_SCHEME";
|
|
91
|
+
readonly URL_UNKNOWN_HOST: "URL_UNKNOWN_HOST";
|
|
92
|
+
readonly URL_USER_INFO: "URL_USER_INFO";
|
|
93
|
+
};
|
|
94
|
+
export type ValidationExceptionType =
|
|
95
|
+
(typeof ValidationExceptionType)[keyof typeof ValidationExceptionType];
|
|
96
|
+
export declare class ValidationException extends __BaseException {
|
|
97
|
+
readonly name: "ValidationException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
Message?: string;
|
|
100
|
+
ValidationExceptionType?: ValidationExceptionType | string;
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
export interface GetChannelPolicyRequest {
|
|
106
|
+
ChannelGroupName: string | undefined;
|
|
107
|
+
ChannelName: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface GetChannelPolicyResponse {
|
|
110
|
+
ChannelGroupName: string | undefined;
|
|
111
|
+
ChannelName: string | undefined;
|
|
112
|
+
Policy: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export declare const ResourceTypeNotFound: {
|
|
115
|
+
readonly CHANNEL: "CHANNEL";
|
|
116
|
+
readonly CHANNEL_GROUP: "CHANNEL_GROUP";
|
|
117
|
+
readonly ORIGIN_ENDPOINT: "ORIGIN_ENDPOINT";
|
|
118
|
+
};
|
|
119
|
+
export type ResourceTypeNotFound =
|
|
120
|
+
(typeof ResourceTypeNotFound)[keyof typeof ResourceTypeNotFound];
|
|
121
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
122
|
+
readonly name: "ResourceNotFoundException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
Message?: string;
|
|
125
|
+
ResourceTypeNotFound?: ResourceTypeNotFound | string;
|
|
126
|
+
constructor(
|
|
127
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
128
|
+
);
|
|
129
|
+
}
|
|
130
|
+
export interface PutChannelPolicyRequest {
|
|
131
|
+
ChannelGroupName: string | undefined;
|
|
132
|
+
ChannelName: string | undefined;
|
|
133
|
+
Policy: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface PutChannelPolicyResponse {}
|
|
136
|
+
export interface CreateChannelRequest {
|
|
137
|
+
ChannelGroupName: string | undefined;
|
|
138
|
+
ChannelName: string | undefined;
|
|
139
|
+
ClientToken?: string;
|
|
140
|
+
Description?: string;
|
|
141
|
+
Tags?: Record<string, string>;
|
|
142
|
+
}
|
|
143
|
+
export interface IngestEndpoint {
|
|
144
|
+
Id?: string;
|
|
145
|
+
Url?: string;
|
|
146
|
+
}
|
|
147
|
+
export interface CreateChannelResponse {
|
|
148
|
+
Arn: string | undefined;
|
|
149
|
+
ChannelName: string | undefined;
|
|
150
|
+
ChannelGroupName: string | undefined;
|
|
151
|
+
CreatedAt: Date | undefined;
|
|
152
|
+
ModifiedAt: Date | undefined;
|
|
153
|
+
Description?: string;
|
|
154
|
+
IngestEndpoints?: IngestEndpoint[];
|
|
155
|
+
Tags?: Record<string, string>;
|
|
156
|
+
}
|
|
157
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
158
|
+
readonly name: "ServiceQuotaExceededException";
|
|
159
|
+
readonly $fault: "client";
|
|
160
|
+
Message?: string;
|
|
161
|
+
constructor(
|
|
162
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
163
|
+
);
|
|
164
|
+
}
|
|
165
|
+
export interface DeleteChannelRequest {
|
|
166
|
+
ChannelGroupName: string | undefined;
|
|
167
|
+
ChannelName: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DeleteChannelResponse {}
|
|
170
|
+
export interface GetChannelRequest {
|
|
171
|
+
ChannelGroupName: string | undefined;
|
|
172
|
+
ChannelName: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface GetChannelResponse {
|
|
175
|
+
Arn: string | undefined;
|
|
176
|
+
ChannelName: string | undefined;
|
|
177
|
+
ChannelGroupName: string | undefined;
|
|
178
|
+
CreatedAt: Date | undefined;
|
|
179
|
+
ModifiedAt: Date | undefined;
|
|
180
|
+
Description?: string;
|
|
181
|
+
IngestEndpoints?: IngestEndpoint[];
|
|
182
|
+
Tags?: Record<string, string>;
|
|
183
|
+
}
|
|
184
|
+
export interface ListChannelsRequest {
|
|
185
|
+
ChannelGroupName: string | undefined;
|
|
186
|
+
MaxResults?: number;
|
|
187
|
+
NextToken?: string;
|
|
188
|
+
}
|
|
189
|
+
export interface ChannelListConfiguration {
|
|
190
|
+
Arn: string | undefined;
|
|
191
|
+
ChannelName: string | undefined;
|
|
192
|
+
ChannelGroupName: string | undefined;
|
|
193
|
+
CreatedAt: Date | undefined;
|
|
194
|
+
ModifiedAt: Date | undefined;
|
|
195
|
+
Description?: string;
|
|
196
|
+
}
|
|
197
|
+
export interface ListChannelsResponse {
|
|
198
|
+
Items?: ChannelListConfiguration[];
|
|
199
|
+
NextToken?: string;
|
|
200
|
+
}
|
|
201
|
+
export declare const ContainerType: {
|
|
202
|
+
readonly CMAF: "CMAF";
|
|
203
|
+
readonly TS: "TS";
|
|
204
|
+
};
|
|
205
|
+
export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
206
|
+
export interface ScteHls {
|
|
207
|
+
AdMarkerHls?: AdMarkerHls | string;
|
|
208
|
+
}
|
|
209
|
+
export interface CreateHlsManifestConfiguration {
|
|
210
|
+
ManifestName: string | undefined;
|
|
211
|
+
ChildManifestName?: string;
|
|
212
|
+
ScteHls?: ScteHls;
|
|
213
|
+
ManifestWindowSeconds?: number;
|
|
214
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
215
|
+
}
|
|
216
|
+
export interface CreateLowLatencyHlsManifestConfiguration {
|
|
217
|
+
ManifestName: string | undefined;
|
|
218
|
+
ChildManifestName?: string;
|
|
219
|
+
ScteHls?: ScteHls;
|
|
220
|
+
ManifestWindowSeconds?: number;
|
|
221
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
222
|
+
}
|
|
223
|
+
export declare const CmafEncryptionMethod: {
|
|
224
|
+
readonly CBCS: "CBCS";
|
|
225
|
+
readonly CENC: "CENC";
|
|
226
|
+
};
|
|
227
|
+
export type CmafEncryptionMethod =
|
|
228
|
+
(typeof CmafEncryptionMethod)[keyof typeof CmafEncryptionMethod];
|
|
229
|
+
export declare const TsEncryptionMethod: {
|
|
230
|
+
readonly AES_128: "AES_128";
|
|
231
|
+
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
232
|
+
};
|
|
233
|
+
export type TsEncryptionMethod =
|
|
234
|
+
(typeof TsEncryptionMethod)[keyof typeof TsEncryptionMethod];
|
|
235
|
+
export interface EncryptionMethod {
|
|
236
|
+
TsEncryptionMethod?: TsEncryptionMethod | string;
|
|
237
|
+
CmafEncryptionMethod?: CmafEncryptionMethod | string;
|
|
238
|
+
}
|
|
239
|
+
export declare const DrmSystem: {
|
|
240
|
+
readonly CLEAR_KEY_AES_128: "CLEAR_KEY_AES_128";
|
|
241
|
+
readonly FAIRPLAY: "FAIRPLAY";
|
|
242
|
+
readonly PLAYREADY: "PLAYREADY";
|
|
243
|
+
readonly WIDEVINE: "WIDEVINE";
|
|
244
|
+
};
|
|
245
|
+
export type DrmSystem = (typeof DrmSystem)[keyof typeof DrmSystem];
|
|
246
|
+
export declare const PresetSpeke20Audio: {
|
|
247
|
+
readonly PRESET_AUDIO_1: "PRESET_AUDIO_1";
|
|
248
|
+
readonly PRESET_AUDIO_2: "PRESET_AUDIO_2";
|
|
249
|
+
readonly PRESET_AUDIO_3: "PRESET_AUDIO_3";
|
|
250
|
+
readonly SHARED: "SHARED";
|
|
251
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
252
|
+
};
|
|
253
|
+
export type PresetSpeke20Audio =
|
|
254
|
+
(typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
|
|
255
|
+
export declare const PresetSpeke20Video: {
|
|
256
|
+
readonly PRESET_VIDEO_1: "PRESET_VIDEO_1";
|
|
257
|
+
readonly PRESET_VIDEO_2: "PRESET_VIDEO_2";
|
|
258
|
+
readonly PRESET_VIDEO_3: "PRESET_VIDEO_3";
|
|
259
|
+
readonly PRESET_VIDEO_4: "PRESET_VIDEO_4";
|
|
260
|
+
readonly PRESET_VIDEO_5: "PRESET_VIDEO_5";
|
|
261
|
+
readonly PRESET_VIDEO_6: "PRESET_VIDEO_6";
|
|
262
|
+
readonly PRESET_VIDEO_7: "PRESET_VIDEO_7";
|
|
263
|
+
readonly PRESET_VIDEO_8: "PRESET_VIDEO_8";
|
|
264
|
+
readonly SHARED: "SHARED";
|
|
265
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
266
|
+
};
|
|
267
|
+
export type PresetSpeke20Video =
|
|
268
|
+
(typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
269
|
+
export interface EncryptionContractConfiguration {
|
|
270
|
+
PresetSpeke20Audio: PresetSpeke20Audio | string | undefined;
|
|
271
|
+
PresetSpeke20Video: PresetSpeke20Video | string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface SpekeKeyProvider {
|
|
274
|
+
EncryptionContractConfiguration: EncryptionContractConfiguration | undefined;
|
|
275
|
+
ResourceId: string | undefined;
|
|
276
|
+
DrmSystems: (DrmSystem | string)[] | undefined;
|
|
277
|
+
RoleArn: string | undefined;
|
|
278
|
+
Url: string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface Encryption {
|
|
281
|
+
ConstantInitializationVector?: string;
|
|
282
|
+
EncryptionMethod: EncryptionMethod | undefined;
|
|
283
|
+
KeyRotationIntervalSeconds?: number;
|
|
284
|
+
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
285
|
+
}
|
|
286
|
+
export declare const ScteFilter: {
|
|
287
|
+
readonly BREAK: "BREAK";
|
|
288
|
+
readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT";
|
|
289
|
+
readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
290
|
+
readonly DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY";
|
|
291
|
+
readonly PROGRAM: "PROGRAM";
|
|
292
|
+
readonly PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT";
|
|
293
|
+
readonly PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
294
|
+
readonly PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY";
|
|
295
|
+
readonly SPLICE_INSERT: "SPLICE_INSERT";
|
|
296
|
+
};
|
|
297
|
+
export type ScteFilter = (typeof ScteFilter)[keyof typeof ScteFilter];
|
|
298
|
+
export interface Scte {
|
|
299
|
+
ScteFilter?: (ScteFilter | string)[];
|
|
300
|
+
}
|
|
301
|
+
export interface Segment {
|
|
302
|
+
SegmentDurationSeconds?: number;
|
|
303
|
+
SegmentName?: string;
|
|
304
|
+
TsUseAudioRenditionGroup?: boolean;
|
|
305
|
+
IncludeIframeOnlyStreams?: boolean;
|
|
306
|
+
TsIncludeDvbSubtitles?: boolean;
|
|
307
|
+
Scte?: Scte;
|
|
308
|
+
Encryption?: Encryption;
|
|
309
|
+
}
|
|
310
|
+
export interface CreateOriginEndpointRequest {
|
|
311
|
+
ChannelGroupName: string | undefined;
|
|
312
|
+
ChannelName: string | undefined;
|
|
313
|
+
OriginEndpointName: string | undefined;
|
|
314
|
+
ContainerType: ContainerType | string | undefined;
|
|
315
|
+
Segment?: Segment;
|
|
316
|
+
ClientToken?: string;
|
|
317
|
+
Description?: string;
|
|
318
|
+
StartoverWindowSeconds?: number;
|
|
319
|
+
HlsManifests?: CreateHlsManifestConfiguration[];
|
|
320
|
+
LowLatencyHlsManifests?: CreateLowLatencyHlsManifestConfiguration[];
|
|
321
|
+
Tags?: Record<string, string>;
|
|
322
|
+
}
|
|
323
|
+
export interface GetHlsManifestConfiguration {
|
|
324
|
+
ManifestName: string | undefined;
|
|
325
|
+
Url: string | undefined;
|
|
326
|
+
ChildManifestName?: string;
|
|
327
|
+
ManifestWindowSeconds?: number;
|
|
328
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
329
|
+
ScteHls?: ScteHls;
|
|
330
|
+
}
|
|
331
|
+
export interface GetLowLatencyHlsManifestConfiguration {
|
|
332
|
+
ManifestName: string | undefined;
|
|
333
|
+
Url: string | undefined;
|
|
334
|
+
ChildManifestName?: string;
|
|
335
|
+
ManifestWindowSeconds?: number;
|
|
336
|
+
ProgramDateTimeIntervalSeconds?: number;
|
|
337
|
+
ScteHls?: ScteHls;
|
|
338
|
+
}
|
|
339
|
+
export interface CreateOriginEndpointResponse {
|
|
340
|
+
Arn: string | undefined;
|
|
341
|
+
ChannelGroupName: string | undefined;
|
|
342
|
+
ChannelName: string | undefined;
|
|
343
|
+
OriginEndpointName: string | undefined;
|
|
344
|
+
ContainerType: ContainerType | string | undefined;
|
|
345
|
+
Segment: Segment | undefined;
|
|
346
|
+
CreatedAt: Date | undefined;
|
|
347
|
+
ModifiedAt: Date | undefined;
|
|
348
|
+
Description?: string;
|
|
349
|
+
StartoverWindowSeconds?: number;
|
|
350
|
+
HlsManifests?: GetHlsManifestConfiguration[];
|
|
351
|
+
LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
|
|
352
|
+
Tags?: Record<string, string>;
|
|
353
|
+
}
|
|
354
|
+
export interface DeleteOriginEndpointRequest {
|
|
355
|
+
ChannelGroupName: string | undefined;
|
|
356
|
+
ChannelName: string | undefined;
|
|
357
|
+
OriginEndpointName: string | undefined;
|
|
358
|
+
}
|
|
359
|
+
export interface DeleteOriginEndpointResponse {}
|
|
360
|
+
export interface GetOriginEndpointRequest {
|
|
361
|
+
ChannelGroupName: string | undefined;
|
|
362
|
+
ChannelName: string | undefined;
|
|
363
|
+
OriginEndpointName: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface GetOriginEndpointResponse {
|
|
366
|
+
Arn: string | undefined;
|
|
367
|
+
ChannelGroupName: string | undefined;
|
|
368
|
+
ChannelName: string | undefined;
|
|
369
|
+
OriginEndpointName: string | undefined;
|
|
370
|
+
ContainerType: ContainerType | string | undefined;
|
|
371
|
+
Segment: Segment | undefined;
|
|
372
|
+
CreatedAt: Date | undefined;
|
|
373
|
+
ModifiedAt: Date | undefined;
|
|
374
|
+
Description?: string;
|
|
375
|
+
StartoverWindowSeconds?: number;
|
|
376
|
+
HlsManifests?: GetHlsManifestConfiguration[];
|
|
377
|
+
LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
|
|
378
|
+
Tags?: Record<string, string>;
|
|
379
|
+
}
|
|
380
|
+
export interface ListOriginEndpointsRequest {
|
|
381
|
+
ChannelGroupName: string | undefined;
|
|
382
|
+
ChannelName: string | undefined;
|
|
383
|
+
MaxResults?: number;
|
|
384
|
+
NextToken?: string;
|
|
385
|
+
}
|
|
386
|
+
export interface ListHlsManifestConfiguration {
|
|
387
|
+
ManifestName: string | undefined;
|
|
388
|
+
ChildManifestName?: string;
|
|
389
|
+
Url?: string;
|
|
390
|
+
}
|
|
391
|
+
export interface ListLowLatencyHlsManifestConfiguration {
|
|
392
|
+
ManifestName: string | undefined;
|
|
393
|
+
ChildManifestName?: string;
|
|
394
|
+
Url?: string;
|
|
395
|
+
}
|
|
396
|
+
export interface OriginEndpointListConfiguration {
|
|
397
|
+
Arn: string | undefined;
|
|
398
|
+
ChannelGroupName: string | undefined;
|
|
399
|
+
ChannelName: string | undefined;
|
|
400
|
+
OriginEndpointName: string | undefined;
|
|
401
|
+
ContainerType: ContainerType | string | undefined;
|
|
402
|
+
Description?: string;
|
|
403
|
+
CreatedAt?: Date;
|
|
404
|
+
ModifiedAt?: Date;
|
|
405
|
+
HlsManifests?: ListHlsManifestConfiguration[];
|
|
406
|
+
LowLatencyHlsManifests?: ListLowLatencyHlsManifestConfiguration[];
|
|
407
|
+
}
|
|
408
|
+
export interface ListOriginEndpointsResponse {
|
|
409
|
+
Items?: OriginEndpointListConfiguration[];
|
|
410
|
+
NextToken?: string;
|
|
411
|
+
}
|
|
412
|
+
export interface DeleteOriginEndpointPolicyRequest {
|
|
413
|
+
ChannelGroupName: string | undefined;
|
|
414
|
+
ChannelName: string | undefined;
|
|
415
|
+
OriginEndpointName: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface DeleteOriginEndpointPolicyResponse {}
|
|
418
|
+
export interface GetOriginEndpointPolicyRequest {
|
|
419
|
+
ChannelGroupName: string | undefined;
|
|
420
|
+
ChannelName: string | undefined;
|
|
421
|
+
OriginEndpointName: string | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface GetOriginEndpointPolicyResponse {
|
|
424
|
+
ChannelGroupName: string | undefined;
|
|
425
|
+
ChannelName: string | undefined;
|
|
426
|
+
OriginEndpointName: string | undefined;
|
|
427
|
+
Policy: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface PutOriginEndpointPolicyRequest {
|
|
430
|
+
ChannelGroupName: string | undefined;
|
|
431
|
+
ChannelName: string | undefined;
|
|
432
|
+
OriginEndpointName: string | undefined;
|
|
433
|
+
Policy: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface PutOriginEndpointPolicyResponse {}
|
|
436
|
+
export interface UpdateOriginEndpointRequest {
|
|
437
|
+
ChannelGroupName: string | undefined;
|
|
438
|
+
ChannelName: string | undefined;
|
|
439
|
+
OriginEndpointName: string | undefined;
|
|
440
|
+
ContainerType: ContainerType | string | undefined;
|
|
441
|
+
Segment?: Segment;
|
|
442
|
+
Description?: string;
|
|
443
|
+
StartoverWindowSeconds?: number;
|
|
444
|
+
HlsManifests?: CreateHlsManifestConfiguration[];
|
|
445
|
+
LowLatencyHlsManifests?: CreateLowLatencyHlsManifestConfiguration[];
|
|
446
|
+
}
|
|
447
|
+
export interface UpdateOriginEndpointResponse {
|
|
448
|
+
Arn: string | undefined;
|
|
449
|
+
ChannelGroupName: string | undefined;
|
|
450
|
+
ChannelName: string | undefined;
|
|
451
|
+
OriginEndpointName: string | undefined;
|
|
452
|
+
ContainerType: ContainerType | string | undefined;
|
|
453
|
+
Segment: Segment | undefined;
|
|
454
|
+
CreatedAt: Date | undefined;
|
|
455
|
+
ModifiedAt: Date | undefined;
|
|
456
|
+
Description?: string;
|
|
457
|
+
StartoverWindowSeconds?: number;
|
|
458
|
+
HlsManifests?: GetHlsManifestConfiguration[];
|
|
459
|
+
LowLatencyHlsManifests?: GetLowLatencyHlsManifestConfiguration[];
|
|
460
|
+
Tags?: Record<string, string>;
|
|
461
|
+
}
|
|
462
|
+
export interface UpdateChannelRequest {
|
|
463
|
+
ChannelGroupName: string | undefined;
|
|
464
|
+
ChannelName: string | undefined;
|
|
465
|
+
Description?: string;
|
|
466
|
+
}
|
|
467
|
+
export interface UpdateChannelResponse {
|
|
468
|
+
Arn: string | undefined;
|
|
469
|
+
ChannelName: string | undefined;
|
|
470
|
+
ChannelGroupName: string | undefined;
|
|
471
|
+
CreatedAt: Date | undefined;
|
|
472
|
+
ModifiedAt: Date | undefined;
|
|
473
|
+
Description?: string;
|
|
474
|
+
IngestEndpoints?: IngestEndpoint[];
|
|
475
|
+
Tags?: Record<string, string>;
|
|
476
|
+
}
|
|
477
|
+
export interface CreateChannelGroupRequest {
|
|
478
|
+
ChannelGroupName: string | undefined;
|
|
479
|
+
ClientToken?: string;
|
|
480
|
+
Description?: string;
|
|
481
|
+
Tags?: Record<string, string>;
|
|
482
|
+
}
|
|
483
|
+
export interface CreateChannelGroupResponse {
|
|
484
|
+
ChannelGroupName: string | undefined;
|
|
485
|
+
Arn: string | undefined;
|
|
486
|
+
EgressDomain: string | undefined;
|
|
487
|
+
CreatedAt: Date | undefined;
|
|
488
|
+
ModifiedAt: Date | undefined;
|
|
489
|
+
Description?: string;
|
|
490
|
+
Tags?: Record<string, string>;
|
|
491
|
+
}
|
|
492
|
+
export interface DeleteChannelGroupRequest {
|
|
493
|
+
ChannelGroupName: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface DeleteChannelGroupResponse {}
|
|
496
|
+
export interface GetChannelGroupRequest {
|
|
497
|
+
ChannelGroupName: string | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface GetChannelGroupResponse {
|
|
500
|
+
ChannelGroupName: string | undefined;
|
|
501
|
+
Arn: string | undefined;
|
|
502
|
+
EgressDomain: string | undefined;
|
|
503
|
+
CreatedAt: Date | undefined;
|
|
504
|
+
ModifiedAt: Date | undefined;
|
|
505
|
+
Description?: string;
|
|
506
|
+
Tags?: Record<string, string>;
|
|
507
|
+
}
|
|
508
|
+
export interface ListChannelGroupsRequest {
|
|
509
|
+
MaxResults?: number;
|
|
510
|
+
NextToken?: string;
|
|
511
|
+
}
|
|
512
|
+
export interface ListChannelGroupsResponse {
|
|
513
|
+
Items?: ChannelGroupListConfiguration[];
|
|
514
|
+
NextToken?: string;
|
|
515
|
+
}
|
|
516
|
+
export interface UpdateChannelGroupRequest {
|
|
517
|
+
ChannelGroupName: string | undefined;
|
|
518
|
+
Description?: string;
|
|
519
|
+
}
|
|
520
|
+
export interface UpdateChannelGroupResponse {
|
|
521
|
+
ChannelGroupName: string | undefined;
|
|
522
|
+
Arn: string | undefined;
|
|
523
|
+
EgressDomain: string | undefined;
|
|
524
|
+
CreatedAt: Date | undefined;
|
|
525
|
+
ModifiedAt: Date | undefined;
|
|
526
|
+
Description?: string;
|
|
527
|
+
Tags?: Record<string, string>;
|
|
528
|
+
}
|
|
529
|
+
export interface ListTagsForResourceRequest {
|
|
530
|
+
ResourceArn: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export interface ListTagsForResourceResponse {
|
|
533
|
+
Tags?: Record<string, string>;
|
|
534
|
+
}
|
|
535
|
+
export interface TagResourceRequest {
|
|
536
|
+
ResourceArn: string | undefined;
|
|
537
|
+
Tags: Record<string, string> | undefined;
|
|
538
|
+
}
|
|
539
|
+
export interface UntagResourceRequest {
|
|
540
|
+
ResourceArn: string | undefined;
|
|
541
|
+
TagKeys: string[] | undefined;
|
|
542
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListChannelGroupsCommandInput,
|
|
4
|
+
ListChannelGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListChannelGroupsCommand";
|
|
6
|
+
import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListChannelGroups(
|
|
8
|
+
config: MediaPackageV2PaginationConfiguration,
|
|
9
|
+
input: ListChannelGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListChannelGroupsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListChannelsCommandInput,
|
|
4
|
+
ListChannelsCommandOutput,
|
|
5
|
+
} from "../commands/ListChannelsCommand";
|
|
6
|
+
import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListChannels(
|
|
8
|
+
config: MediaPackageV2PaginationConfiguration,
|
|
9
|
+
input: ListChannelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListChannelsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOriginEndpointsCommandInput,
|
|
4
|
+
ListOriginEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/ListOriginEndpointsCommand";
|
|
6
|
+
import { MediaPackageV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOriginEndpoints(
|
|
8
|
+
config: MediaPackageV2PaginationConfiguration,
|
|
9
|
+
input: ListOriginEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOriginEndpointsCommandOutput>;
|