@aws-sdk/client-mediapackage-vod 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaPackageVod.d.ts +0 -17
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -217
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-mediapackage-vod
|
|
@@ -68,7 +68,6 @@ import {
|
|
|
68
68
|
UpdatePackagingGroupCommandOutput,
|
|
69
69
|
} from "./commands/UpdatePackagingGroupCommand";
|
|
70
70
|
import { MediaPackageVodClient } from "./MediaPackageVodClient";
|
|
71
|
-
|
|
72
71
|
export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
73
72
|
configureLogs(
|
|
74
73
|
args: ConfigureLogsCommandInput,
|
|
@@ -83,7 +82,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
83
82
|
options: __HttpHandlerOptions,
|
|
84
83
|
cb: (err: any, data?: ConfigureLogsCommandOutput) => void
|
|
85
84
|
): void;
|
|
86
|
-
|
|
87
85
|
createAsset(
|
|
88
86
|
args: CreateAssetCommandInput,
|
|
89
87
|
options?: __HttpHandlerOptions
|
|
@@ -97,7 +95,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
97
95
|
options: __HttpHandlerOptions,
|
|
98
96
|
cb: (err: any, data?: CreateAssetCommandOutput) => void
|
|
99
97
|
): void;
|
|
100
|
-
|
|
101
98
|
createPackagingConfiguration(
|
|
102
99
|
args: CreatePackagingConfigurationCommandInput,
|
|
103
100
|
options?: __HttpHandlerOptions
|
|
@@ -111,7 +108,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
111
108
|
options: __HttpHandlerOptions,
|
|
112
109
|
cb: (err: any, data?: CreatePackagingConfigurationCommandOutput) => void
|
|
113
110
|
): void;
|
|
114
|
-
|
|
115
111
|
createPackagingGroup(
|
|
116
112
|
args: CreatePackagingGroupCommandInput,
|
|
117
113
|
options?: __HttpHandlerOptions
|
|
@@ -125,7 +121,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
125
121
|
options: __HttpHandlerOptions,
|
|
126
122
|
cb: (err: any, data?: CreatePackagingGroupCommandOutput) => void
|
|
127
123
|
): void;
|
|
128
|
-
|
|
129
124
|
deleteAsset(
|
|
130
125
|
args: DeleteAssetCommandInput,
|
|
131
126
|
options?: __HttpHandlerOptions
|
|
@@ -139,7 +134,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
139
134
|
options: __HttpHandlerOptions,
|
|
140
135
|
cb: (err: any, data?: DeleteAssetCommandOutput) => void
|
|
141
136
|
): void;
|
|
142
|
-
|
|
143
137
|
deletePackagingConfiguration(
|
|
144
138
|
args: DeletePackagingConfigurationCommandInput,
|
|
145
139
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +147,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
153
147
|
options: __HttpHandlerOptions,
|
|
154
148
|
cb: (err: any, data?: DeletePackagingConfigurationCommandOutput) => void
|
|
155
149
|
): void;
|
|
156
|
-
|
|
157
150
|
deletePackagingGroup(
|
|
158
151
|
args: DeletePackagingGroupCommandInput,
|
|
159
152
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +160,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
167
160
|
options: __HttpHandlerOptions,
|
|
168
161
|
cb: (err: any, data?: DeletePackagingGroupCommandOutput) => void
|
|
169
162
|
): void;
|
|
170
|
-
|
|
171
163
|
describeAsset(
|
|
172
164
|
args: DescribeAssetCommandInput,
|
|
173
165
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +173,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
181
173
|
options: __HttpHandlerOptions,
|
|
182
174
|
cb: (err: any, data?: DescribeAssetCommandOutput) => void
|
|
183
175
|
): void;
|
|
184
|
-
|
|
185
176
|
describePackagingConfiguration(
|
|
186
177
|
args: DescribePackagingConfigurationCommandInput,
|
|
187
178
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +186,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
195
186
|
options: __HttpHandlerOptions,
|
|
196
187
|
cb: (err: any, data?: DescribePackagingConfigurationCommandOutput) => void
|
|
197
188
|
): void;
|
|
198
|
-
|
|
199
189
|
describePackagingGroup(
|
|
200
190
|
args: DescribePackagingGroupCommandInput,
|
|
201
191
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +199,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
209
199
|
options: __HttpHandlerOptions,
|
|
210
200
|
cb: (err: any, data?: DescribePackagingGroupCommandOutput) => void
|
|
211
201
|
): void;
|
|
212
|
-
|
|
213
202
|
listAssets(
|
|
214
203
|
args: ListAssetsCommandInput,
|
|
215
204
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +212,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
223
212
|
options: __HttpHandlerOptions,
|
|
224
213
|
cb: (err: any, data?: ListAssetsCommandOutput) => void
|
|
225
214
|
): void;
|
|
226
|
-
|
|
227
215
|
listPackagingConfigurations(
|
|
228
216
|
args: ListPackagingConfigurationsCommandInput,
|
|
229
217
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +225,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
237
225
|
options: __HttpHandlerOptions,
|
|
238
226
|
cb: (err: any, data?: ListPackagingConfigurationsCommandOutput) => void
|
|
239
227
|
): void;
|
|
240
|
-
|
|
241
228
|
listPackagingGroups(
|
|
242
229
|
args: ListPackagingGroupsCommandInput,
|
|
243
230
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +238,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
251
238
|
options: __HttpHandlerOptions,
|
|
252
239
|
cb: (err: any, data?: ListPackagingGroupsCommandOutput) => void
|
|
253
240
|
): void;
|
|
254
|
-
|
|
255
241
|
listTagsForResource(
|
|
256
242
|
args: ListTagsForResourceCommandInput,
|
|
257
243
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +251,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
265
251
|
options: __HttpHandlerOptions,
|
|
266
252
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
267
253
|
): void;
|
|
268
|
-
|
|
269
254
|
tagResource(
|
|
270
255
|
args: TagResourceCommandInput,
|
|
271
256
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +264,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
279
264
|
options: __HttpHandlerOptions,
|
|
280
265
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
281
266
|
): void;
|
|
282
|
-
|
|
283
267
|
untagResource(
|
|
284
268
|
args: UntagResourceCommandInput,
|
|
285
269
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +277,6 @@ export declare class MediaPackageVod extends MediaPackageVodClient {
|
|
|
293
277
|
options: __HttpHandlerOptions,
|
|
294
278
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
295
279
|
): void;
|
|
296
|
-
|
|
297
280
|
updatePackagingGroup(
|
|
298
281
|
args: UpdatePackagingGroupCommandInput,
|
|
299
282
|
options?: __HttpHandlerOptions
|
|
@@ -149,47 +149,26 @@ export declare type ServiceOutputTypes =
|
|
|
149
149
|
export interface ClientDefaults
|
|
150
150
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
151
151
|
requestHandler?: __HttpHandler;
|
|
152
|
-
|
|
153
152
|
sha256?: __HashConstructor;
|
|
154
|
-
|
|
155
153
|
urlParser?: __UrlParser;
|
|
156
|
-
|
|
157
154
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
158
|
-
|
|
159
155
|
streamCollector?: __StreamCollector;
|
|
160
|
-
|
|
161
156
|
base64Decoder?: __Decoder;
|
|
162
|
-
|
|
163
157
|
base64Encoder?: __Encoder;
|
|
164
|
-
|
|
165
158
|
utf8Decoder?: __Decoder;
|
|
166
|
-
|
|
167
159
|
utf8Encoder?: __Encoder;
|
|
168
|
-
|
|
169
160
|
runtime?: string;
|
|
170
|
-
|
|
171
161
|
disableHostPrefix?: boolean;
|
|
172
|
-
|
|
173
162
|
maxAttempts?: number | __Provider<number>;
|
|
174
|
-
|
|
175
163
|
retryMode?: string | __Provider<string>;
|
|
176
|
-
|
|
177
164
|
logger?: __Logger;
|
|
178
|
-
|
|
179
165
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
180
|
-
|
|
181
166
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
182
|
-
|
|
183
167
|
serviceId?: string;
|
|
184
|
-
|
|
185
168
|
region?: string | __Provider<string>;
|
|
186
|
-
|
|
187
169
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
188
|
-
|
|
189
170
|
regionInfoProvider?: RegionInfoProvider;
|
|
190
|
-
|
|
191
171
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
192
|
-
|
|
193
172
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
194
173
|
}
|
|
195
174
|
declare type MediaPackageVodClientConfigType = Partial<
|
|
@@ -202,7 +181,6 @@ declare type MediaPackageVodClientConfigType = Partial<
|
|
|
202
181
|
HostHeaderInputConfig &
|
|
203
182
|
AwsAuthInputConfig &
|
|
204
183
|
UserAgentInputConfig;
|
|
205
|
-
|
|
206
184
|
export interface MediaPackageVodClientConfig
|
|
207
185
|
extends MediaPackageVodClientConfigType {}
|
|
208
186
|
declare type MediaPackageVodClientResolvedConfigType =
|
|
@@ -214,10 +192,8 @@ declare type MediaPackageVodClientResolvedConfigType =
|
|
|
214
192
|
HostHeaderResolvedConfig &
|
|
215
193
|
AwsAuthResolvedConfig &
|
|
216
194
|
UserAgentResolvedConfig;
|
|
217
|
-
|
|
218
195
|
export interface MediaPackageVodClientResolvedConfig
|
|
219
196
|
extends MediaPackageVodClientResolvedConfigType {}
|
|
220
|
-
|
|
221
197
|
export declare class MediaPackageVodClient extends __Client<
|
|
222
198
|
__HttpHandlerOptions,
|
|
223
199
|
ServiceInputTypes,
|
|
@@ -226,7 +202,6 @@ export declare class MediaPackageVodClient extends __Client<
|
|
|
226
202
|
> {
|
|
227
203
|
readonly config: MediaPackageVodClientResolvedConfig;
|
|
228
204
|
constructor(configuration: MediaPackageVodClientConfig);
|
|
229
|
-
|
|
230
205
|
destroy(): void;
|
|
231
206
|
}
|
|
232
207
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
|
|
|
18
18
|
export interface ConfigureLogsCommandOutput
|
|
19
19
|
extends ConfigureLogsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ConfigureLogsCommand extends $Command<
|
|
23
22
|
ConfigureLogsCommandInput,
|
|
24
23
|
ConfigureLogsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ConfigureLogsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ConfigureLogsCommandInput;
|
|
28
27
|
constructor(input: ConfigureLogsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateAssetCommandInput extends CreateAssetRequest {}
|
|
|
15
15
|
export interface CreateAssetCommandOutput
|
|
16
16
|
extends CreateAssetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateAssetCommand extends $Command<
|
|
20
19
|
CreateAssetCommandInput,
|
|
21
20
|
CreateAssetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateAssetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateAssetCommandInput;
|
|
25
24
|
constructor(input: CreateAssetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreatePackagingConfigurationCommandInput
|
|
|
19
19
|
export interface CreatePackagingConfigurationCommandOutput
|
|
20
20
|
extends CreatePackagingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreatePackagingConfigurationCommand extends $Command<
|
|
24
23
|
CreatePackagingConfigurationCommandInput,
|
|
25
24
|
CreatePackagingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreatePackagingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreatePackagingConfigurationCommandInput;
|
|
29
28
|
constructor(input: CreatePackagingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreatePackagingGroupCommandInput
|
|
|
19
19
|
export interface CreatePackagingGroupCommandOutput
|
|
20
20
|
extends CreatePackagingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreatePackagingGroupCommand extends $Command<
|
|
24
23
|
CreatePackagingGroupCommandInput,
|
|
25
24
|
CreatePackagingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreatePackagingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreatePackagingGroupCommandInput;
|
|
29
28
|
constructor(input: CreatePackagingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
|
|
|
15
15
|
export interface DeleteAssetCommandOutput
|
|
16
16
|
extends DeleteAssetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAssetCommand extends $Command<
|
|
20
19
|
DeleteAssetCommandInput,
|
|
21
20
|
DeleteAssetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAssetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAssetCommandInput;
|
|
25
24
|
constructor(input: DeleteAssetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePackagingConfigurationCommandInput
|
|
|
19
19
|
export interface DeletePackagingConfigurationCommandOutput
|
|
20
20
|
extends DeletePackagingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePackagingConfigurationCommand extends $Command<
|
|
24
23
|
DeletePackagingConfigurationCommandInput,
|
|
25
24
|
DeletePackagingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePackagingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePackagingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeletePackagingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePackagingGroupCommandInput
|
|
|
19
19
|
export interface DeletePackagingGroupCommandOutput
|
|
20
20
|
extends DeletePackagingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePackagingGroupCommand extends $Command<
|
|
24
23
|
DeletePackagingGroupCommandInput,
|
|
25
24
|
DeletePackagingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePackagingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePackagingGroupCommandInput;
|
|
29
28
|
constructor(input: DeletePackagingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
|
|
|
18
18
|
export interface DescribeAssetCommandOutput
|
|
19
19
|
extends DescribeAssetResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeAssetCommand extends $Command<
|
|
23
22
|
DescribeAssetCommandInput,
|
|
24
23
|
DescribeAssetCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeAssetCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeAssetCommandInput;
|
|
28
27
|
constructor(input: DescribeAssetCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePackagingConfigurationCommandInput
|
|
|
19
19
|
export interface DescribePackagingConfigurationCommandOutput
|
|
20
20
|
extends DescribePackagingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePackagingConfigurationCommand extends $Command<
|
|
24
23
|
DescribePackagingConfigurationCommandInput,
|
|
25
24
|
DescribePackagingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePackagingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePackagingConfigurationCommandInput;
|
|
29
28
|
constructor(input: DescribePackagingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribePackagingGroupCommandInput
|
|
|
19
19
|
export interface DescribePackagingGroupCommandOutput
|
|
20
20
|
extends DescribePackagingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribePackagingGroupCommand extends $Command<
|
|
24
23
|
DescribePackagingGroupCommandInput,
|
|
25
24
|
DescribePackagingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribePackagingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribePackagingGroupCommandInput;
|
|
29
28
|
constructor(input: DescribePackagingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAssetsCommandInput extends ListAssetsRequest {}
|
|
|
15
15
|
export interface ListAssetsCommandOutput
|
|
16
16
|
extends ListAssetsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAssetsCommand extends $Command<
|
|
20
19
|
ListAssetsCommandInput,
|
|
21
20
|
ListAssetsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAssetsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAssetsCommandInput;
|
|
25
24
|
constructor(input: ListAssetsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPackagingConfigurationsCommandInput
|
|
|
19
19
|
export interface ListPackagingConfigurationsCommandOutput
|
|
20
20
|
extends ListPackagingConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPackagingConfigurationsCommand extends $Command<
|
|
24
23
|
ListPackagingConfigurationsCommandInput,
|
|
25
24
|
ListPackagingConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPackagingConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPackagingConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListPackagingConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPackagingGroupsCommandInput
|
|
|
19
19
|
export interface ListPackagingGroupsCommandOutput
|
|
20
20
|
extends ListPackagingGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPackagingGroupsCommand extends $Command<
|
|
24
23
|
ListPackagingGroupsCommandInput,
|
|
25
24
|
ListPackagingGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPackagingGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPackagingGroupsCommandInput;
|
|
29
28
|
constructor(input: ListPackagingGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePackagingGroupCommandInput
|
|
|
19
19
|
export interface UpdatePackagingGroupCommandOutput
|
|
20
20
|
extends UpdatePackagingGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePackagingGroupCommand extends $Command<
|
|
24
23
|
UpdatePackagingGroupCommandInput,
|
|
25
24
|
UpdatePackagingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePackagingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePackagingGroupCommandInput;
|
|
29
28
|
constructor(input: UpdatePackagingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaPackageVodClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MediaPackageVodServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -3,22 +3,14 @@ import { MediaPackageVodServiceException as __BaseException } from "./MediaPacka
|
|
|
3
3
|
export declare enum __PeriodTriggersElement {
|
|
4
4
|
ADS = "ADS",
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
export interface AssetShallow {
|
|
8
7
|
Arn?: string;
|
|
9
|
-
|
|
10
8
|
CreatedAt?: string;
|
|
11
|
-
|
|
12
9
|
Id?: string;
|
|
13
|
-
|
|
14
10
|
PackagingGroupId?: string;
|
|
15
|
-
|
|
16
11
|
ResourceId?: string;
|
|
17
|
-
|
|
18
12
|
SourceArn?: string;
|
|
19
|
-
|
|
20
13
|
SourceRoleArn?: string;
|
|
21
|
-
|
|
22
14
|
Tags?: Record<string, string>;
|
|
23
15
|
}
|
|
24
16
|
export declare enum ManifestLayout {
|
|
@@ -38,34 +30,22 @@ export declare enum StreamOrder {
|
|
|
38
30
|
VIDEO_BITRATE_ASCENDING = "VIDEO_BITRATE_ASCENDING",
|
|
39
31
|
VIDEO_BITRATE_DESCENDING = "VIDEO_BITRATE_DESCENDING",
|
|
40
32
|
}
|
|
41
|
-
|
|
42
33
|
export interface StreamSelection {
|
|
43
34
|
MaxVideoBitsPerSecond?: number;
|
|
44
|
-
|
|
45
35
|
MinVideoBitsPerSecond?: number;
|
|
46
|
-
|
|
47
36
|
StreamOrder?: StreamOrder | string;
|
|
48
37
|
}
|
|
49
|
-
|
|
50
38
|
export interface DashManifest {
|
|
51
39
|
ManifestLayout?: ManifestLayout | string;
|
|
52
|
-
|
|
53
40
|
ManifestName?: string;
|
|
54
|
-
|
|
55
41
|
MinBufferTimeSeconds?: number;
|
|
56
|
-
|
|
57
42
|
Profile?: Profile | string;
|
|
58
|
-
|
|
59
43
|
ScteMarkersSource?: ScteMarkersSource | string;
|
|
60
|
-
|
|
61
44
|
StreamSelection?: StreamSelection;
|
|
62
45
|
}
|
|
63
|
-
|
|
64
46
|
export interface EgressEndpoint {
|
|
65
47
|
PackagingConfigurationId?: string;
|
|
66
|
-
|
|
67
48
|
Status?: string;
|
|
68
|
-
|
|
69
49
|
Url?: string;
|
|
70
50
|
}
|
|
71
51
|
export declare enum AdMarkers {
|
|
@@ -73,51 +53,33 @@ export declare enum AdMarkers {
|
|
|
73
53
|
PASSTHROUGH = "PASSTHROUGH",
|
|
74
54
|
SCTE35_ENHANCED = "SCTE35_ENHANCED",
|
|
75
55
|
}
|
|
76
|
-
|
|
77
56
|
export interface HlsManifest {
|
|
78
57
|
AdMarkers?: AdMarkers | string;
|
|
79
|
-
|
|
80
58
|
IncludeIframeOnlyStream?: boolean;
|
|
81
|
-
|
|
82
59
|
ManifestName?: string;
|
|
83
|
-
|
|
84
60
|
ProgramDateTimeIntervalSeconds?: number;
|
|
85
|
-
|
|
86
61
|
RepeatExtXKey?: boolean;
|
|
87
|
-
|
|
88
62
|
StreamSelection?: StreamSelection;
|
|
89
63
|
}
|
|
90
|
-
|
|
91
64
|
export interface MssManifest {
|
|
92
65
|
ManifestName?: string;
|
|
93
|
-
|
|
94
66
|
StreamSelection?: StreamSelection;
|
|
95
67
|
}
|
|
96
|
-
|
|
97
68
|
export interface SpekeKeyProvider {
|
|
98
69
|
RoleArn: string | undefined;
|
|
99
|
-
|
|
100
70
|
SystemIds: string[] | undefined;
|
|
101
|
-
|
|
102
71
|
Url: string | undefined;
|
|
103
72
|
}
|
|
104
|
-
|
|
105
73
|
export interface CmafEncryption {
|
|
106
74
|
ConstantInitializationVector?: string;
|
|
107
|
-
|
|
108
75
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
109
76
|
}
|
|
110
|
-
|
|
111
77
|
export interface CmafPackage {
|
|
112
78
|
Encryption?: CmafEncryption;
|
|
113
|
-
|
|
114
79
|
HlsManifests: HlsManifest[] | undefined;
|
|
115
|
-
|
|
116
80
|
IncludeEncoderConfigurationInSegments?: boolean;
|
|
117
|
-
|
|
118
81
|
SegmentDurationSeconds?: number;
|
|
119
82
|
}
|
|
120
|
-
|
|
121
83
|
export interface DashEncryption {
|
|
122
84
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
123
85
|
}
|
|
@@ -126,260 +88,169 @@ export declare enum SegmentTemplateFormat {
|
|
|
126
88
|
NUMBER_WITH_TIMELINE = "NUMBER_WITH_TIMELINE",
|
|
127
89
|
TIME_WITH_TIMELINE = "TIME_WITH_TIMELINE",
|
|
128
90
|
}
|
|
129
|
-
|
|
130
91
|
export interface DashPackage {
|
|
131
92
|
DashManifests: DashManifest[] | undefined;
|
|
132
|
-
|
|
133
93
|
Encryption?: DashEncryption;
|
|
134
|
-
|
|
135
94
|
IncludeEncoderConfigurationInSegments?: boolean;
|
|
136
|
-
|
|
137
95
|
PeriodTriggers?: (__PeriodTriggersElement | string)[];
|
|
138
|
-
|
|
139
96
|
SegmentDurationSeconds?: number;
|
|
140
|
-
|
|
141
97
|
SegmentTemplateFormat?: SegmentTemplateFormat | string;
|
|
142
98
|
}
|
|
143
99
|
export declare enum EncryptionMethod {
|
|
144
100
|
AES_128 = "AES_128",
|
|
145
101
|
SAMPLE_AES = "SAMPLE_AES",
|
|
146
102
|
}
|
|
147
|
-
|
|
148
103
|
export interface HlsEncryption {
|
|
149
104
|
ConstantInitializationVector?: string;
|
|
150
|
-
|
|
151
105
|
EncryptionMethod?: EncryptionMethod | string;
|
|
152
|
-
|
|
153
106
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
154
107
|
}
|
|
155
|
-
|
|
156
108
|
export interface HlsPackage {
|
|
157
109
|
Encryption?: HlsEncryption;
|
|
158
|
-
|
|
159
110
|
HlsManifests: HlsManifest[] | undefined;
|
|
160
|
-
|
|
161
111
|
IncludeDvbSubtitles?: boolean;
|
|
162
|
-
|
|
163
112
|
SegmentDurationSeconds?: number;
|
|
164
|
-
|
|
165
113
|
UseAudioRenditionGroup?: boolean;
|
|
166
114
|
}
|
|
167
|
-
|
|
168
115
|
export interface MssEncryption {
|
|
169
116
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
170
117
|
}
|
|
171
|
-
|
|
172
118
|
export interface MssPackage {
|
|
173
119
|
Encryption?: MssEncryption;
|
|
174
|
-
|
|
175
120
|
MssManifests: MssManifest[] | undefined;
|
|
176
|
-
|
|
177
121
|
SegmentDurationSeconds?: number;
|
|
178
122
|
}
|
|
179
|
-
|
|
180
123
|
export interface PackagingConfiguration {
|
|
181
124
|
Arn?: string;
|
|
182
|
-
|
|
183
125
|
CmafPackage?: CmafPackage;
|
|
184
|
-
|
|
185
126
|
DashPackage?: DashPackage;
|
|
186
|
-
|
|
187
127
|
HlsPackage?: HlsPackage;
|
|
188
|
-
|
|
189
128
|
Id?: string;
|
|
190
|
-
|
|
191
129
|
MssPackage?: MssPackage;
|
|
192
|
-
|
|
193
130
|
PackagingGroupId?: string;
|
|
194
|
-
|
|
195
131
|
Tags?: Record<string, string>;
|
|
196
132
|
}
|
|
197
|
-
|
|
198
133
|
export interface Authorization {
|
|
199
134
|
CdnIdentifierSecret: string | undefined;
|
|
200
|
-
|
|
201
135
|
SecretsRoleArn: string | undefined;
|
|
202
136
|
}
|
|
203
|
-
|
|
204
137
|
export interface EgressAccessLogs {
|
|
205
138
|
LogGroupName?: string;
|
|
206
139
|
}
|
|
207
|
-
|
|
208
140
|
export interface PackagingGroup {
|
|
209
141
|
Arn?: string;
|
|
210
|
-
|
|
211
142
|
Authorization?: Authorization;
|
|
212
|
-
|
|
213
143
|
DomainName?: string;
|
|
214
|
-
|
|
215
144
|
EgressAccessLogs?: EgressAccessLogs;
|
|
216
|
-
|
|
217
145
|
Id?: string;
|
|
218
|
-
|
|
219
146
|
Tags?: Record<string, string>;
|
|
220
147
|
}
|
|
221
|
-
|
|
222
148
|
export interface ConfigureLogsRequest {
|
|
223
149
|
EgressAccessLogs?: EgressAccessLogs;
|
|
224
|
-
|
|
225
150
|
Id: string | undefined;
|
|
226
151
|
}
|
|
227
152
|
export interface ConfigureLogsResponse {
|
|
228
153
|
Arn?: string;
|
|
229
|
-
|
|
230
154
|
Authorization?: Authorization;
|
|
231
|
-
|
|
232
155
|
DomainName?: string;
|
|
233
|
-
|
|
234
156
|
EgressAccessLogs?: EgressAccessLogs;
|
|
235
|
-
|
|
236
157
|
Id?: string;
|
|
237
|
-
|
|
238
158
|
Tags?: Record<string, string>;
|
|
239
159
|
}
|
|
240
|
-
|
|
241
160
|
export declare class ForbiddenException extends __BaseException {
|
|
242
161
|
readonly name: "ForbiddenException";
|
|
243
162
|
readonly $fault: "client";
|
|
244
163
|
Message?: string;
|
|
245
|
-
|
|
246
164
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
247
165
|
}
|
|
248
|
-
|
|
249
166
|
export declare class InternalServerErrorException extends __BaseException {
|
|
250
167
|
readonly name: "InternalServerErrorException";
|
|
251
168
|
readonly $fault: "server";
|
|
252
169
|
Message?: string;
|
|
253
|
-
|
|
254
170
|
constructor(
|
|
255
171
|
opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
|
|
256
172
|
);
|
|
257
173
|
}
|
|
258
|
-
|
|
259
174
|
export declare class NotFoundException extends __BaseException {
|
|
260
175
|
readonly name: "NotFoundException";
|
|
261
176
|
readonly $fault: "client";
|
|
262
177
|
Message?: string;
|
|
263
|
-
|
|
264
178
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
265
179
|
}
|
|
266
|
-
|
|
267
180
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
268
181
|
readonly name: "ServiceUnavailableException";
|
|
269
182
|
readonly $fault: "server";
|
|
270
183
|
Message?: string;
|
|
271
|
-
|
|
272
184
|
constructor(
|
|
273
185
|
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
274
186
|
);
|
|
275
187
|
}
|
|
276
|
-
|
|
277
188
|
export declare class TooManyRequestsException extends __BaseException {
|
|
278
189
|
readonly name: "TooManyRequestsException";
|
|
279
190
|
readonly $fault: "client";
|
|
280
191
|
Message?: string;
|
|
281
|
-
|
|
282
192
|
constructor(
|
|
283
193
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
284
194
|
);
|
|
285
195
|
}
|
|
286
|
-
|
|
287
196
|
export declare class UnprocessableEntityException extends __BaseException {
|
|
288
197
|
readonly name: "UnprocessableEntityException";
|
|
289
198
|
readonly $fault: "client";
|
|
290
199
|
Message?: string;
|
|
291
|
-
|
|
292
200
|
constructor(
|
|
293
201
|
opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
|
|
294
202
|
);
|
|
295
203
|
}
|
|
296
|
-
|
|
297
204
|
export interface CreateAssetRequest {
|
|
298
205
|
Id: string | undefined;
|
|
299
|
-
|
|
300
206
|
PackagingGroupId: string | undefined;
|
|
301
|
-
|
|
302
207
|
ResourceId?: string;
|
|
303
|
-
|
|
304
208
|
SourceArn: string | undefined;
|
|
305
|
-
|
|
306
209
|
SourceRoleArn: string | undefined;
|
|
307
|
-
|
|
308
210
|
Tags?: Record<string, string>;
|
|
309
211
|
}
|
|
310
212
|
export interface CreateAssetResponse {
|
|
311
213
|
Arn?: string;
|
|
312
|
-
|
|
313
214
|
CreatedAt?: string;
|
|
314
|
-
|
|
315
215
|
EgressEndpoints?: EgressEndpoint[];
|
|
316
|
-
|
|
317
216
|
Id?: string;
|
|
318
|
-
|
|
319
217
|
PackagingGroupId?: string;
|
|
320
|
-
|
|
321
218
|
ResourceId?: string;
|
|
322
|
-
|
|
323
219
|
SourceArn?: string;
|
|
324
|
-
|
|
325
220
|
SourceRoleArn?: string;
|
|
326
|
-
|
|
327
221
|
Tags?: Record<string, string>;
|
|
328
222
|
}
|
|
329
|
-
|
|
330
223
|
export interface CreatePackagingConfigurationRequest {
|
|
331
224
|
CmafPackage?: CmafPackage;
|
|
332
|
-
|
|
333
225
|
DashPackage?: DashPackage;
|
|
334
|
-
|
|
335
226
|
HlsPackage?: HlsPackage;
|
|
336
|
-
|
|
337
227
|
Id: string | undefined;
|
|
338
|
-
|
|
339
228
|
MssPackage?: MssPackage;
|
|
340
|
-
|
|
341
229
|
PackagingGroupId: string | undefined;
|
|
342
|
-
|
|
343
230
|
Tags?: Record<string, string>;
|
|
344
231
|
}
|
|
345
232
|
export interface CreatePackagingConfigurationResponse {
|
|
346
233
|
Arn?: string;
|
|
347
|
-
|
|
348
234
|
CmafPackage?: CmafPackage;
|
|
349
|
-
|
|
350
235
|
DashPackage?: DashPackage;
|
|
351
|
-
|
|
352
236
|
HlsPackage?: HlsPackage;
|
|
353
|
-
|
|
354
237
|
Id?: string;
|
|
355
|
-
|
|
356
238
|
MssPackage?: MssPackage;
|
|
357
|
-
|
|
358
239
|
PackagingGroupId?: string;
|
|
359
|
-
|
|
360
240
|
Tags?: Record<string, string>;
|
|
361
241
|
}
|
|
362
|
-
|
|
363
242
|
export interface CreatePackagingGroupRequest {
|
|
364
243
|
Authorization?: Authorization;
|
|
365
|
-
|
|
366
244
|
EgressAccessLogs?: EgressAccessLogs;
|
|
367
|
-
|
|
368
245
|
Id: string | undefined;
|
|
369
|
-
|
|
370
246
|
Tags?: Record<string, string>;
|
|
371
247
|
}
|
|
372
248
|
export interface CreatePackagingGroupResponse {
|
|
373
249
|
Arn?: string;
|
|
374
|
-
|
|
375
250
|
Authorization?: Authorization;
|
|
376
|
-
|
|
377
251
|
DomainName?: string;
|
|
378
|
-
|
|
379
252
|
EgressAccessLogs?: EgressAccessLogs;
|
|
380
|
-
|
|
381
253
|
Id?: string;
|
|
382
|
-
|
|
383
254
|
Tags?: Record<string, string>;
|
|
384
255
|
}
|
|
385
256
|
export interface DeleteAssetRequest {
|
|
@@ -399,21 +270,13 @@ export interface DescribeAssetRequest {
|
|
|
399
270
|
}
|
|
400
271
|
export interface DescribeAssetResponse {
|
|
401
272
|
Arn?: string;
|
|
402
|
-
|
|
403
273
|
CreatedAt?: string;
|
|
404
|
-
|
|
405
274
|
EgressEndpoints?: EgressEndpoint[];
|
|
406
|
-
|
|
407
275
|
Id?: string;
|
|
408
|
-
|
|
409
276
|
PackagingGroupId?: string;
|
|
410
|
-
|
|
411
277
|
ResourceId?: string;
|
|
412
|
-
|
|
413
278
|
SourceArn?: string;
|
|
414
|
-
|
|
415
279
|
SourceRoleArn?: string;
|
|
416
|
-
|
|
417
280
|
Tags?: Record<string, string>;
|
|
418
281
|
}
|
|
419
282
|
export interface DescribePackagingConfigurationRequest {
|
|
@@ -421,19 +284,12 @@ export interface DescribePackagingConfigurationRequest {
|
|
|
421
284
|
}
|
|
422
285
|
export interface DescribePackagingConfigurationResponse {
|
|
423
286
|
Arn?: string;
|
|
424
|
-
|
|
425
287
|
CmafPackage?: CmafPackage;
|
|
426
|
-
|
|
427
288
|
DashPackage?: DashPackage;
|
|
428
|
-
|
|
429
289
|
HlsPackage?: HlsPackage;
|
|
430
|
-
|
|
431
290
|
Id?: string;
|
|
432
|
-
|
|
433
291
|
MssPackage?: MssPackage;
|
|
434
|
-
|
|
435
292
|
PackagingGroupId?: string;
|
|
436
|
-
|
|
437
293
|
Tags?: Record<string, string>;
|
|
438
294
|
}
|
|
439
295
|
export interface DescribePackagingGroupRequest {
|
|
@@ -441,49 +297,36 @@ export interface DescribePackagingGroupRequest {
|
|
|
441
297
|
}
|
|
442
298
|
export interface DescribePackagingGroupResponse {
|
|
443
299
|
Arn?: string;
|
|
444
|
-
|
|
445
300
|
Authorization?: Authorization;
|
|
446
|
-
|
|
447
301
|
DomainName?: string;
|
|
448
|
-
|
|
449
302
|
EgressAccessLogs?: EgressAccessLogs;
|
|
450
|
-
|
|
451
303
|
Id?: string;
|
|
452
|
-
|
|
453
304
|
Tags?: Record<string, string>;
|
|
454
305
|
}
|
|
455
306
|
export interface ListAssetsRequest {
|
|
456
307
|
MaxResults?: number;
|
|
457
|
-
|
|
458
308
|
NextToken?: string;
|
|
459
|
-
|
|
460
309
|
PackagingGroupId?: string;
|
|
461
310
|
}
|
|
462
311
|
export interface ListAssetsResponse {
|
|
463
312
|
Assets?: AssetShallow[];
|
|
464
|
-
|
|
465
313
|
NextToken?: string;
|
|
466
314
|
}
|
|
467
315
|
export interface ListPackagingConfigurationsRequest {
|
|
468
316
|
MaxResults?: number;
|
|
469
|
-
|
|
470
317
|
NextToken?: string;
|
|
471
|
-
|
|
472
318
|
PackagingGroupId?: string;
|
|
473
319
|
}
|
|
474
320
|
export interface ListPackagingConfigurationsResponse {
|
|
475
321
|
NextToken?: string;
|
|
476
|
-
|
|
477
322
|
PackagingConfigurations?: PackagingConfiguration[];
|
|
478
323
|
}
|
|
479
324
|
export interface ListPackagingGroupsRequest {
|
|
480
325
|
MaxResults?: number;
|
|
481
|
-
|
|
482
326
|
NextToken?: string;
|
|
483
327
|
}
|
|
484
328
|
export interface ListPackagingGroupsResponse {
|
|
485
329
|
NextToken?: string;
|
|
486
|
-
|
|
487
330
|
PackagingGroups?: PackagingGroup[];
|
|
488
331
|
}
|
|
489
332
|
export interface ListTagsForResourceRequest {
|
|
@@ -494,218 +337,158 @@ export interface ListTagsForResourceResponse {
|
|
|
494
337
|
}
|
|
495
338
|
export interface TagResourceRequest {
|
|
496
339
|
ResourceArn: string | undefined;
|
|
497
|
-
|
|
498
340
|
Tags: Record<string, string> | undefined;
|
|
499
341
|
}
|
|
500
342
|
export interface UntagResourceRequest {
|
|
501
343
|
ResourceArn: string | undefined;
|
|
502
|
-
|
|
503
344
|
TagKeys: string[] | undefined;
|
|
504
345
|
}
|
|
505
|
-
|
|
506
346
|
export interface UpdatePackagingGroupRequest {
|
|
507
347
|
Authorization?: Authorization;
|
|
508
|
-
|
|
509
348
|
Id: string | undefined;
|
|
510
349
|
}
|
|
511
350
|
export interface UpdatePackagingGroupResponse {
|
|
512
351
|
Arn?: string;
|
|
513
|
-
|
|
514
352
|
Authorization?: Authorization;
|
|
515
|
-
|
|
516
353
|
DomainName?: string;
|
|
517
|
-
|
|
518
354
|
EgressAccessLogs?: EgressAccessLogs;
|
|
519
|
-
|
|
520
355
|
Id?: string;
|
|
521
|
-
|
|
522
356
|
Tags?: Record<string, string>;
|
|
523
357
|
}
|
|
524
|
-
|
|
525
358
|
export declare const AssetShallowFilterSensitiveLog: (obj: AssetShallow) => any;
|
|
526
|
-
|
|
527
359
|
export declare const StreamSelectionFilterSensitiveLog: (
|
|
528
360
|
obj: StreamSelection
|
|
529
361
|
) => any;
|
|
530
|
-
|
|
531
362
|
export declare const DashManifestFilterSensitiveLog: (obj: DashManifest) => any;
|
|
532
|
-
|
|
533
363
|
export declare const EgressEndpointFilterSensitiveLog: (
|
|
534
364
|
obj: EgressEndpoint
|
|
535
365
|
) => any;
|
|
536
|
-
|
|
537
366
|
export declare const HlsManifestFilterSensitiveLog: (obj: HlsManifest) => any;
|
|
538
|
-
|
|
539
367
|
export declare const MssManifestFilterSensitiveLog: (obj: MssManifest) => any;
|
|
540
|
-
|
|
541
368
|
export declare const SpekeKeyProviderFilterSensitiveLog: (
|
|
542
369
|
obj: SpekeKeyProvider
|
|
543
370
|
) => any;
|
|
544
|
-
|
|
545
371
|
export declare const CmafEncryptionFilterSensitiveLog: (
|
|
546
372
|
obj: CmafEncryption
|
|
547
373
|
) => any;
|
|
548
|
-
|
|
549
374
|
export declare const CmafPackageFilterSensitiveLog: (obj: CmafPackage) => any;
|
|
550
|
-
|
|
551
375
|
export declare const DashEncryptionFilterSensitiveLog: (
|
|
552
376
|
obj: DashEncryption
|
|
553
377
|
) => any;
|
|
554
|
-
|
|
555
378
|
export declare const DashPackageFilterSensitiveLog: (obj: DashPackage) => any;
|
|
556
|
-
|
|
557
379
|
export declare const HlsEncryptionFilterSensitiveLog: (
|
|
558
380
|
obj: HlsEncryption
|
|
559
381
|
) => any;
|
|
560
|
-
|
|
561
382
|
export declare const HlsPackageFilterSensitiveLog: (obj: HlsPackage) => any;
|
|
562
|
-
|
|
563
383
|
export declare const MssEncryptionFilterSensitiveLog: (
|
|
564
384
|
obj: MssEncryption
|
|
565
385
|
) => any;
|
|
566
|
-
|
|
567
386
|
export declare const MssPackageFilterSensitiveLog: (obj: MssPackage) => any;
|
|
568
|
-
|
|
569
387
|
export declare const PackagingConfigurationFilterSensitiveLog: (
|
|
570
388
|
obj: PackagingConfiguration
|
|
571
389
|
) => any;
|
|
572
|
-
|
|
573
390
|
export declare const AuthorizationFilterSensitiveLog: (
|
|
574
391
|
obj: Authorization
|
|
575
392
|
) => any;
|
|
576
|
-
|
|
577
393
|
export declare const EgressAccessLogsFilterSensitiveLog: (
|
|
578
394
|
obj: EgressAccessLogs
|
|
579
395
|
) => any;
|
|
580
|
-
|
|
581
396
|
export declare const PackagingGroupFilterSensitiveLog: (
|
|
582
397
|
obj: PackagingGroup
|
|
583
398
|
) => any;
|
|
584
|
-
|
|
585
399
|
export declare const ConfigureLogsRequestFilterSensitiveLog: (
|
|
586
400
|
obj: ConfigureLogsRequest
|
|
587
401
|
) => any;
|
|
588
|
-
|
|
589
402
|
export declare const ConfigureLogsResponseFilterSensitiveLog: (
|
|
590
403
|
obj: ConfigureLogsResponse
|
|
591
404
|
) => any;
|
|
592
|
-
|
|
593
405
|
export declare const CreateAssetRequestFilterSensitiveLog: (
|
|
594
406
|
obj: CreateAssetRequest
|
|
595
407
|
) => any;
|
|
596
|
-
|
|
597
408
|
export declare const CreateAssetResponseFilterSensitiveLog: (
|
|
598
409
|
obj: CreateAssetResponse
|
|
599
410
|
) => any;
|
|
600
|
-
|
|
601
411
|
export declare const CreatePackagingConfigurationRequestFilterSensitiveLog: (
|
|
602
412
|
obj: CreatePackagingConfigurationRequest
|
|
603
413
|
) => any;
|
|
604
|
-
|
|
605
414
|
export declare const CreatePackagingConfigurationResponseFilterSensitiveLog: (
|
|
606
415
|
obj: CreatePackagingConfigurationResponse
|
|
607
416
|
) => any;
|
|
608
|
-
|
|
609
417
|
export declare const CreatePackagingGroupRequestFilterSensitiveLog: (
|
|
610
418
|
obj: CreatePackagingGroupRequest
|
|
611
419
|
) => any;
|
|
612
|
-
|
|
613
420
|
export declare const CreatePackagingGroupResponseFilterSensitiveLog: (
|
|
614
421
|
obj: CreatePackagingGroupResponse
|
|
615
422
|
) => any;
|
|
616
|
-
|
|
617
423
|
export declare const DeleteAssetRequestFilterSensitiveLog: (
|
|
618
424
|
obj: DeleteAssetRequest
|
|
619
425
|
) => any;
|
|
620
|
-
|
|
621
426
|
export declare const DeleteAssetResponseFilterSensitiveLog: (
|
|
622
427
|
obj: DeleteAssetResponse
|
|
623
428
|
) => any;
|
|
624
|
-
|
|
625
429
|
export declare const DeletePackagingConfigurationRequestFilterSensitiveLog: (
|
|
626
430
|
obj: DeletePackagingConfigurationRequest
|
|
627
431
|
) => any;
|
|
628
|
-
|
|
629
432
|
export declare const DeletePackagingConfigurationResponseFilterSensitiveLog: (
|
|
630
433
|
obj: DeletePackagingConfigurationResponse
|
|
631
434
|
) => any;
|
|
632
|
-
|
|
633
435
|
export declare const DeletePackagingGroupRequestFilterSensitiveLog: (
|
|
634
436
|
obj: DeletePackagingGroupRequest
|
|
635
437
|
) => any;
|
|
636
|
-
|
|
637
438
|
export declare const DeletePackagingGroupResponseFilterSensitiveLog: (
|
|
638
439
|
obj: DeletePackagingGroupResponse
|
|
639
440
|
) => any;
|
|
640
|
-
|
|
641
441
|
export declare const DescribeAssetRequestFilterSensitiveLog: (
|
|
642
442
|
obj: DescribeAssetRequest
|
|
643
443
|
) => any;
|
|
644
|
-
|
|
645
444
|
export declare const DescribeAssetResponseFilterSensitiveLog: (
|
|
646
445
|
obj: DescribeAssetResponse
|
|
647
446
|
) => any;
|
|
648
|
-
|
|
649
447
|
export declare const DescribePackagingConfigurationRequestFilterSensitiveLog: (
|
|
650
448
|
obj: DescribePackagingConfigurationRequest
|
|
651
449
|
) => any;
|
|
652
|
-
|
|
653
450
|
export declare const DescribePackagingConfigurationResponseFilterSensitiveLog: (
|
|
654
451
|
obj: DescribePackagingConfigurationResponse
|
|
655
452
|
) => any;
|
|
656
|
-
|
|
657
453
|
export declare const DescribePackagingGroupRequestFilterSensitiveLog: (
|
|
658
454
|
obj: DescribePackagingGroupRequest
|
|
659
455
|
) => any;
|
|
660
|
-
|
|
661
456
|
export declare const DescribePackagingGroupResponseFilterSensitiveLog: (
|
|
662
457
|
obj: DescribePackagingGroupResponse
|
|
663
458
|
) => any;
|
|
664
|
-
|
|
665
459
|
export declare const ListAssetsRequestFilterSensitiveLog: (
|
|
666
460
|
obj: ListAssetsRequest
|
|
667
461
|
) => any;
|
|
668
|
-
|
|
669
462
|
export declare const ListAssetsResponseFilterSensitiveLog: (
|
|
670
463
|
obj: ListAssetsResponse
|
|
671
464
|
) => any;
|
|
672
|
-
|
|
673
465
|
export declare const ListPackagingConfigurationsRequestFilterSensitiveLog: (
|
|
674
466
|
obj: ListPackagingConfigurationsRequest
|
|
675
467
|
) => any;
|
|
676
|
-
|
|
677
468
|
export declare const ListPackagingConfigurationsResponseFilterSensitiveLog: (
|
|
678
469
|
obj: ListPackagingConfigurationsResponse
|
|
679
470
|
) => any;
|
|
680
|
-
|
|
681
471
|
export declare const ListPackagingGroupsRequestFilterSensitiveLog: (
|
|
682
472
|
obj: ListPackagingGroupsRequest
|
|
683
473
|
) => any;
|
|
684
|
-
|
|
685
474
|
export declare const ListPackagingGroupsResponseFilterSensitiveLog: (
|
|
686
475
|
obj: ListPackagingGroupsResponse
|
|
687
476
|
) => any;
|
|
688
|
-
|
|
689
477
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
690
478
|
obj: ListTagsForResourceRequest
|
|
691
479
|
) => any;
|
|
692
|
-
|
|
693
480
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
694
481
|
obj: ListTagsForResourceResponse
|
|
695
482
|
) => any;
|
|
696
|
-
|
|
697
483
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
698
484
|
obj: TagResourceRequest
|
|
699
485
|
) => any;
|
|
700
|
-
|
|
701
486
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
702
487
|
obj: UntagResourceRequest
|
|
703
488
|
) => any;
|
|
704
|
-
|
|
705
489
|
export declare const UpdatePackagingGroupRequestFilterSensitiveLog: (
|
|
706
490
|
obj: UpdatePackagingGroupRequest
|
|
707
491
|
) => any;
|
|
708
|
-
|
|
709
492
|
export declare const UpdatePackagingGroupResponseFilterSensitiveLog: (
|
|
710
493
|
obj: UpdatePackagingGroupResponse
|
|
711
494
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage-vod",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|