@aws-sdk/client-mediapackage-vod 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaPackageVod.d.ts +310 -90
- package/dist-types/ts3.4/MediaPackageVodClient.d.ts +232 -90
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +17 -17
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +711 -668
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +209 -53
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,90 +1,232 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ConfigureLogsCommandInput,
|
|
47
|
+
ConfigureLogsCommandOutput,
|
|
48
|
+
} from "./commands/ConfigureLogsCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAssetCommandInput,
|
|
51
|
+
CreateAssetCommandOutput,
|
|
52
|
+
} from "./commands/CreateAssetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreatePackagingConfigurationCommandInput,
|
|
55
|
+
CreatePackagingConfigurationCommandOutput,
|
|
56
|
+
} from "./commands/CreatePackagingConfigurationCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreatePackagingGroupCommandInput,
|
|
59
|
+
CreatePackagingGroupCommandOutput,
|
|
60
|
+
} from "./commands/CreatePackagingGroupCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAssetCommandInput,
|
|
63
|
+
DeleteAssetCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAssetCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeletePackagingConfigurationCommandInput,
|
|
67
|
+
DeletePackagingConfigurationCommandOutput,
|
|
68
|
+
} from "./commands/DeletePackagingConfigurationCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeletePackagingGroupCommandInput,
|
|
71
|
+
DeletePackagingGroupCommandOutput,
|
|
72
|
+
} from "./commands/DeletePackagingGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeAssetCommandInput,
|
|
75
|
+
DescribeAssetCommandOutput,
|
|
76
|
+
} from "./commands/DescribeAssetCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribePackagingConfigurationCommandInput,
|
|
79
|
+
DescribePackagingConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/DescribePackagingConfigurationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribePackagingGroupCommandInput,
|
|
83
|
+
DescribePackagingGroupCommandOutput,
|
|
84
|
+
} from "./commands/DescribePackagingGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListAssetsCommandInput,
|
|
87
|
+
ListAssetsCommandOutput,
|
|
88
|
+
} from "./commands/ListAssetsCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListPackagingConfigurationsCommandInput,
|
|
91
|
+
ListPackagingConfigurationsCommandOutput,
|
|
92
|
+
} from "./commands/ListPackagingConfigurationsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListPackagingGroupsCommandInput,
|
|
95
|
+
ListPackagingGroupsCommandOutput,
|
|
96
|
+
} from "./commands/ListPackagingGroupsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListTagsForResourceCommandInput,
|
|
99
|
+
ListTagsForResourceCommandOutput,
|
|
100
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
101
|
+
import {
|
|
102
|
+
TagResourceCommandInput,
|
|
103
|
+
TagResourceCommandOutput,
|
|
104
|
+
} from "./commands/TagResourceCommand";
|
|
105
|
+
import {
|
|
106
|
+
UntagResourceCommandInput,
|
|
107
|
+
UntagResourceCommandOutput,
|
|
108
|
+
} from "./commands/UntagResourceCommand";
|
|
109
|
+
import {
|
|
110
|
+
UpdatePackagingGroupCommandInput,
|
|
111
|
+
UpdatePackagingGroupCommandOutput,
|
|
112
|
+
} from "./commands/UpdatePackagingGroupCommand";
|
|
113
|
+
export declare type ServiceInputTypes =
|
|
114
|
+
| ConfigureLogsCommandInput
|
|
115
|
+
| CreateAssetCommandInput
|
|
116
|
+
| CreatePackagingConfigurationCommandInput
|
|
117
|
+
| CreatePackagingGroupCommandInput
|
|
118
|
+
| DeleteAssetCommandInput
|
|
119
|
+
| DeletePackagingConfigurationCommandInput
|
|
120
|
+
| DeletePackagingGroupCommandInput
|
|
121
|
+
| DescribeAssetCommandInput
|
|
122
|
+
| DescribePackagingConfigurationCommandInput
|
|
123
|
+
| DescribePackagingGroupCommandInput
|
|
124
|
+
| ListAssetsCommandInput
|
|
125
|
+
| ListPackagingConfigurationsCommandInput
|
|
126
|
+
| ListPackagingGroupsCommandInput
|
|
127
|
+
| ListTagsForResourceCommandInput
|
|
128
|
+
| TagResourceCommandInput
|
|
129
|
+
| UntagResourceCommandInput
|
|
130
|
+
| UpdatePackagingGroupCommandInput;
|
|
131
|
+
export declare type ServiceOutputTypes =
|
|
132
|
+
| ConfigureLogsCommandOutput
|
|
133
|
+
| CreateAssetCommandOutput
|
|
134
|
+
| CreatePackagingConfigurationCommandOutput
|
|
135
|
+
| CreatePackagingGroupCommandOutput
|
|
136
|
+
| DeleteAssetCommandOutput
|
|
137
|
+
| DeletePackagingConfigurationCommandOutput
|
|
138
|
+
| DeletePackagingGroupCommandOutput
|
|
139
|
+
| DescribeAssetCommandOutput
|
|
140
|
+
| DescribePackagingConfigurationCommandOutput
|
|
141
|
+
| DescribePackagingGroupCommandOutput
|
|
142
|
+
| ListAssetsCommandOutput
|
|
143
|
+
| ListPackagingConfigurationsCommandOutput
|
|
144
|
+
| ListPackagingGroupsCommandOutput
|
|
145
|
+
| ListTagsForResourceCommandOutput
|
|
146
|
+
| TagResourceCommandOutput
|
|
147
|
+
| UntagResourceCommandOutput
|
|
148
|
+
| UpdatePackagingGroupCommandOutput;
|
|
149
|
+
export interface ClientDefaults
|
|
150
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
151
|
+
requestHandler?: __HttpHandler;
|
|
152
|
+
|
|
153
|
+
sha256?: __HashConstructor;
|
|
154
|
+
|
|
155
|
+
urlParser?: __UrlParser;
|
|
156
|
+
|
|
157
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
158
|
+
|
|
159
|
+
streamCollector?: __StreamCollector;
|
|
160
|
+
|
|
161
|
+
base64Decoder?: __Decoder;
|
|
162
|
+
|
|
163
|
+
base64Encoder?: __Encoder;
|
|
164
|
+
|
|
165
|
+
utf8Decoder?: __Decoder;
|
|
166
|
+
|
|
167
|
+
utf8Encoder?: __Encoder;
|
|
168
|
+
|
|
169
|
+
runtime?: string;
|
|
170
|
+
|
|
171
|
+
disableHostPrefix?: boolean;
|
|
172
|
+
|
|
173
|
+
maxAttempts?: number | __Provider<number>;
|
|
174
|
+
|
|
175
|
+
retryMode?: string | __Provider<string>;
|
|
176
|
+
|
|
177
|
+
logger?: __Logger;
|
|
178
|
+
|
|
179
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
180
|
+
|
|
181
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
182
|
+
|
|
183
|
+
serviceId?: string;
|
|
184
|
+
|
|
185
|
+
region?: string | __Provider<string>;
|
|
186
|
+
|
|
187
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
188
|
+
|
|
189
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
190
|
+
|
|
191
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
192
|
+
|
|
193
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
194
|
+
}
|
|
195
|
+
declare type MediaPackageVodClientConfigType = Partial<
|
|
196
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
197
|
+
> &
|
|
198
|
+
ClientDefaults &
|
|
199
|
+
RegionInputConfig &
|
|
200
|
+
EndpointsInputConfig &
|
|
201
|
+
RetryInputConfig &
|
|
202
|
+
HostHeaderInputConfig &
|
|
203
|
+
AwsAuthInputConfig &
|
|
204
|
+
UserAgentInputConfig;
|
|
205
|
+
|
|
206
|
+
export interface MediaPackageVodClientConfig
|
|
207
|
+
extends MediaPackageVodClientConfigType {}
|
|
208
|
+
declare type MediaPackageVodClientResolvedConfigType =
|
|
209
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
210
|
+
Required<ClientDefaults> &
|
|
211
|
+
RegionResolvedConfig &
|
|
212
|
+
EndpointsResolvedConfig &
|
|
213
|
+
RetryResolvedConfig &
|
|
214
|
+
HostHeaderResolvedConfig &
|
|
215
|
+
AwsAuthResolvedConfig &
|
|
216
|
+
UserAgentResolvedConfig;
|
|
217
|
+
|
|
218
|
+
export interface MediaPackageVodClientResolvedConfig
|
|
219
|
+
extends MediaPackageVodClientResolvedConfigType {}
|
|
220
|
+
|
|
221
|
+
export declare class MediaPackageVodClient extends __Client<
|
|
222
|
+
__HttpHandlerOptions,
|
|
223
|
+
ServiceInputTypes,
|
|
224
|
+
ServiceOutputTypes,
|
|
225
|
+
MediaPackageVodClientResolvedConfig
|
|
226
|
+
> {
|
|
227
|
+
readonly config: MediaPackageVodClientResolvedConfig;
|
|
228
|
+
constructor(configuration: MediaPackageVodClientConfig);
|
|
229
|
+
|
|
230
|
+
destroy(): void;
|
|
231
|
+
}
|
|
232
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageVodClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageVodClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigureLogsRequest,
|
|
15
|
+
ConfigureLogsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
|
|
18
|
+
export interface ConfigureLogsCommandOutput
|
|
19
|
+
extends ConfigureLogsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ConfigureLogsCommand extends $Command<
|
|
23
|
+
ConfigureLogsCommandInput,
|
|
24
|
+
ConfigureLogsCommandOutput,
|
|
25
|
+
MediaPackageVodClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ConfigureLogsCommandInput;
|
|
28
|
+
constructor(input: ConfigureLogsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageVodClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageVodClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageVodClient";
|
|
13
|
+
import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateAssetCommandInput extends CreateAssetRequest {}
|
|
15
|
+
export interface CreateAssetCommandOutput
|
|
16
|
+
extends CreateAssetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateAssetCommand extends $Command<
|
|
20
|
+
CreateAssetCommandInput,
|
|
21
|
+
CreateAssetCommandOutput,
|
|
22
|
+
MediaPackageVodClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateAssetCommandInput;
|
|
25
|
+
constructor(input: CreateAssetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MediaPackageVodClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateAssetCommandInput, CreateAssetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageVodClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageVodClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePackagingConfigurationRequest,
|
|
15
|
+
CreatePackagingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePackagingConfigurationCommandInput
|
|
18
|
+
extends CreatePackagingConfigurationRequest {}
|
|
19
|
+
export interface CreatePackagingConfigurationCommandOutput
|
|
20
|
+
extends CreatePackagingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePackagingConfigurationCommand extends $Command<
|
|
24
|
+
CreatePackagingConfigurationCommandInput,
|
|
25
|
+
CreatePackagingConfigurationCommandOutput,
|
|
26
|
+
MediaPackageVodClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePackagingConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreatePackagingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageVodClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePackagingConfigurationCommandInput,
|
|
37
|
+
CreatePackagingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageVodClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageVodClient";
|
|
13
|
+
import {
|
|
14
|
+
CreatePackagingGroupRequest,
|
|
15
|
+
CreatePackagingGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePackagingGroupCommandInput
|
|
18
|
+
extends CreatePackagingGroupRequest {}
|
|
19
|
+
export interface CreatePackagingGroupCommandOutput
|
|
20
|
+
extends CreatePackagingGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePackagingGroupCommand extends $Command<
|
|
24
|
+
CreatePackagingGroupCommandInput,
|
|
25
|
+
CreatePackagingGroupCommandOutput,
|
|
26
|
+
MediaPackageVodClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePackagingGroupCommandInput;
|
|
29
|
+
constructor(input: CreatePackagingGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageVodClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePackagingGroupCommandInput,
|
|
37
|
+
CreatePackagingGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageVodClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageVodClient";
|
|
13
|
+
import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
|
|
15
|
+
export interface DeleteAssetCommandOutput
|
|
16
|
+
extends DeleteAssetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAssetCommand extends $Command<
|
|
20
|
+
DeleteAssetCommandInput,
|
|
21
|
+
DeleteAssetCommandOutput,
|
|
22
|
+
MediaPackageVodClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAssetCommandInput;
|
|
25
|
+
constructor(input: DeleteAssetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: MediaPackageVodClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteAssetCommandInput, DeleteAssetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|