@aws-sdk/client-mediaconvert 3.169.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 +16 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +480 -145
- package/dist-types/ts3.4/MediaConvertClient.d.ts +273 -101
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +28 -28
- 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/MediaConvertServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +2244 -2849
- package/dist-types/ts3.4/models/models_1.d.ts +2066 -2642
- package/dist-types/ts3.4/models/models_2.d.ts +182 -204
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,101 +1,273 @@
|
|
|
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
|
-
import {
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
101
|
-
|
|
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
|
+
AssociateCertificateCommandInput,
|
|
47
|
+
AssociateCertificateCommandOutput,
|
|
48
|
+
} from "./commands/AssociateCertificateCommand";
|
|
49
|
+
import {
|
|
50
|
+
CancelJobCommandInput,
|
|
51
|
+
CancelJobCommandOutput,
|
|
52
|
+
} from "./commands/CancelJobCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateJobCommandInput,
|
|
55
|
+
CreateJobCommandOutput,
|
|
56
|
+
} from "./commands/CreateJobCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateJobTemplateCommandInput,
|
|
59
|
+
CreateJobTemplateCommandOutput,
|
|
60
|
+
} from "./commands/CreateJobTemplateCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreatePresetCommandInput,
|
|
63
|
+
CreatePresetCommandOutput,
|
|
64
|
+
} from "./commands/CreatePresetCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateQueueCommandInput,
|
|
67
|
+
CreateQueueCommandOutput,
|
|
68
|
+
} from "./commands/CreateQueueCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteJobTemplateCommandInput,
|
|
71
|
+
DeleteJobTemplateCommandOutput,
|
|
72
|
+
} from "./commands/DeleteJobTemplateCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeletePolicyCommandInput,
|
|
75
|
+
DeletePolicyCommandOutput,
|
|
76
|
+
} from "./commands/DeletePolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeletePresetCommandInput,
|
|
79
|
+
DeletePresetCommandOutput,
|
|
80
|
+
} from "./commands/DeletePresetCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteQueueCommandInput,
|
|
83
|
+
DeleteQueueCommandOutput,
|
|
84
|
+
} from "./commands/DeleteQueueCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeEndpointsCommandInput,
|
|
87
|
+
DescribeEndpointsCommandOutput,
|
|
88
|
+
} from "./commands/DescribeEndpointsCommand";
|
|
89
|
+
import {
|
|
90
|
+
DisassociateCertificateCommandInput,
|
|
91
|
+
DisassociateCertificateCommandOutput,
|
|
92
|
+
} from "./commands/DisassociateCertificateCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetJobCommandInput,
|
|
95
|
+
GetJobCommandOutput,
|
|
96
|
+
} from "./commands/GetJobCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetJobTemplateCommandInput,
|
|
99
|
+
GetJobTemplateCommandOutput,
|
|
100
|
+
} from "./commands/GetJobTemplateCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetPolicyCommandInput,
|
|
103
|
+
GetPolicyCommandOutput,
|
|
104
|
+
} from "./commands/GetPolicyCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetPresetCommandInput,
|
|
107
|
+
GetPresetCommandOutput,
|
|
108
|
+
} from "./commands/GetPresetCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetQueueCommandInput,
|
|
111
|
+
GetQueueCommandOutput,
|
|
112
|
+
} from "./commands/GetQueueCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListJobsCommandInput,
|
|
115
|
+
ListJobsCommandOutput,
|
|
116
|
+
} from "./commands/ListJobsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListJobTemplatesCommandInput,
|
|
119
|
+
ListJobTemplatesCommandOutput,
|
|
120
|
+
} from "./commands/ListJobTemplatesCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListPresetsCommandInput,
|
|
123
|
+
ListPresetsCommandOutput,
|
|
124
|
+
} from "./commands/ListPresetsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListQueuesCommandInput,
|
|
127
|
+
ListQueuesCommandOutput,
|
|
128
|
+
} from "./commands/ListQueuesCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListTagsForResourceCommandInput,
|
|
131
|
+
ListTagsForResourceCommandOutput,
|
|
132
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
PutPolicyCommandInput,
|
|
135
|
+
PutPolicyCommandOutput,
|
|
136
|
+
} from "./commands/PutPolicyCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateJobTemplateCommandInput,
|
|
147
|
+
UpdateJobTemplateCommandOutput,
|
|
148
|
+
} from "./commands/UpdateJobTemplateCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdatePresetCommandInput,
|
|
151
|
+
UpdatePresetCommandOutput,
|
|
152
|
+
} from "./commands/UpdatePresetCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateQueueCommandInput,
|
|
155
|
+
UpdateQueueCommandOutput,
|
|
156
|
+
} from "./commands/UpdateQueueCommand";
|
|
157
|
+
export declare type ServiceInputTypes =
|
|
158
|
+
| AssociateCertificateCommandInput
|
|
159
|
+
| CancelJobCommandInput
|
|
160
|
+
| CreateJobCommandInput
|
|
161
|
+
| CreateJobTemplateCommandInput
|
|
162
|
+
| CreatePresetCommandInput
|
|
163
|
+
| CreateQueueCommandInput
|
|
164
|
+
| DeleteJobTemplateCommandInput
|
|
165
|
+
| DeletePolicyCommandInput
|
|
166
|
+
| DeletePresetCommandInput
|
|
167
|
+
| DeleteQueueCommandInput
|
|
168
|
+
| DescribeEndpointsCommandInput
|
|
169
|
+
| DisassociateCertificateCommandInput
|
|
170
|
+
| GetJobCommandInput
|
|
171
|
+
| GetJobTemplateCommandInput
|
|
172
|
+
| GetPolicyCommandInput
|
|
173
|
+
| GetPresetCommandInput
|
|
174
|
+
| GetQueueCommandInput
|
|
175
|
+
| ListJobTemplatesCommandInput
|
|
176
|
+
| ListJobsCommandInput
|
|
177
|
+
| ListPresetsCommandInput
|
|
178
|
+
| ListQueuesCommandInput
|
|
179
|
+
| ListTagsForResourceCommandInput
|
|
180
|
+
| PutPolicyCommandInput
|
|
181
|
+
| TagResourceCommandInput
|
|
182
|
+
| UntagResourceCommandInput
|
|
183
|
+
| UpdateJobTemplateCommandInput
|
|
184
|
+
| UpdatePresetCommandInput
|
|
185
|
+
| UpdateQueueCommandInput;
|
|
186
|
+
export declare type ServiceOutputTypes =
|
|
187
|
+
| AssociateCertificateCommandOutput
|
|
188
|
+
| CancelJobCommandOutput
|
|
189
|
+
| CreateJobCommandOutput
|
|
190
|
+
| CreateJobTemplateCommandOutput
|
|
191
|
+
| CreatePresetCommandOutput
|
|
192
|
+
| CreateQueueCommandOutput
|
|
193
|
+
| DeleteJobTemplateCommandOutput
|
|
194
|
+
| DeletePolicyCommandOutput
|
|
195
|
+
| DeletePresetCommandOutput
|
|
196
|
+
| DeleteQueueCommandOutput
|
|
197
|
+
| DescribeEndpointsCommandOutput
|
|
198
|
+
| DisassociateCertificateCommandOutput
|
|
199
|
+
| GetJobCommandOutput
|
|
200
|
+
| GetJobTemplateCommandOutput
|
|
201
|
+
| GetPolicyCommandOutput
|
|
202
|
+
| GetPresetCommandOutput
|
|
203
|
+
| GetQueueCommandOutput
|
|
204
|
+
| ListJobTemplatesCommandOutput
|
|
205
|
+
| ListJobsCommandOutput
|
|
206
|
+
| ListPresetsCommandOutput
|
|
207
|
+
| ListQueuesCommandOutput
|
|
208
|
+
| ListTagsForResourceCommandOutput
|
|
209
|
+
| PutPolicyCommandOutput
|
|
210
|
+
| TagResourceCommandOutput
|
|
211
|
+
| UntagResourceCommandOutput
|
|
212
|
+
| UpdateJobTemplateCommandOutput
|
|
213
|
+
| UpdatePresetCommandOutput
|
|
214
|
+
| UpdateQueueCommandOutput;
|
|
215
|
+
export interface ClientDefaults
|
|
216
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
|
+
requestHandler?: __HttpHandler;
|
|
218
|
+
sha256?: __HashConstructor;
|
|
219
|
+
urlParser?: __UrlParser;
|
|
220
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
221
|
+
streamCollector?: __StreamCollector;
|
|
222
|
+
base64Decoder?: __Decoder;
|
|
223
|
+
base64Encoder?: __Encoder;
|
|
224
|
+
utf8Decoder?: __Decoder;
|
|
225
|
+
utf8Encoder?: __Encoder;
|
|
226
|
+
runtime?: string;
|
|
227
|
+
disableHostPrefix?: boolean;
|
|
228
|
+
maxAttempts?: number | __Provider<number>;
|
|
229
|
+
retryMode?: string | __Provider<string>;
|
|
230
|
+
logger?: __Logger;
|
|
231
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
232
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
233
|
+
serviceId?: string;
|
|
234
|
+
region?: string | __Provider<string>;
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
237
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
238
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
239
|
+
}
|
|
240
|
+
declare type MediaConvertClientConfigType = Partial<
|
|
241
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
242
|
+
> &
|
|
243
|
+
ClientDefaults &
|
|
244
|
+
RegionInputConfig &
|
|
245
|
+
EndpointsInputConfig &
|
|
246
|
+
RetryInputConfig &
|
|
247
|
+
HostHeaderInputConfig &
|
|
248
|
+
AwsAuthInputConfig &
|
|
249
|
+
UserAgentInputConfig;
|
|
250
|
+
export interface MediaConvertClientConfig
|
|
251
|
+
extends MediaConvertClientConfigType {}
|
|
252
|
+
declare type MediaConvertClientResolvedConfigType =
|
|
253
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
254
|
+
Required<ClientDefaults> &
|
|
255
|
+
RegionResolvedConfig &
|
|
256
|
+
EndpointsResolvedConfig &
|
|
257
|
+
RetryResolvedConfig &
|
|
258
|
+
HostHeaderResolvedConfig &
|
|
259
|
+
AwsAuthResolvedConfig &
|
|
260
|
+
UserAgentResolvedConfig;
|
|
261
|
+
export interface MediaConvertClientResolvedConfig
|
|
262
|
+
extends MediaConvertClientResolvedConfigType {}
|
|
263
|
+
export declare class MediaConvertClient extends __Client<
|
|
264
|
+
__HttpHandlerOptions,
|
|
265
|
+
ServiceInputTypes,
|
|
266
|
+
ServiceOutputTypes,
|
|
267
|
+
MediaConvertClientResolvedConfig
|
|
268
|
+
> {
|
|
269
|
+
readonly config: MediaConvertClientResolvedConfig;
|
|
270
|
+
constructor(configuration: MediaConvertClientConfig);
|
|
271
|
+
destroy(): void;
|
|
272
|
+
}
|
|
273
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
MediaConvertClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConvertClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateCertificateRequest,
|
|
15
|
+
AssociateCertificateResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface AssociateCertificateCommandInput
|
|
18
|
+
extends AssociateCertificateRequest {}
|
|
19
|
+
export interface AssociateCertificateCommandOutput
|
|
20
|
+
extends AssociateCertificateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateCertificateCommand extends $Command<
|
|
23
|
+
AssociateCertificateCommandInput,
|
|
24
|
+
AssociateCertificateCommandOutput,
|
|
25
|
+
MediaConvertClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateCertificateCommandInput;
|
|
28
|
+
constructor(input: AssociateCertificateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConvertClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateCertificateCommandInput,
|
|
35
|
+
AssociateCertificateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
MediaConvertClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConvertClient";
|
|
13
|
+
import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
|
|
14
|
+
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
15
|
+
export interface CancelJobCommandOutput
|
|
16
|
+
extends CancelJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CancelJobCommand extends $Command<
|
|
19
|
+
CancelJobCommandInput,
|
|
20
|
+
CancelJobCommandOutput,
|
|
21
|
+
MediaConvertClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CancelJobCommandInput;
|
|
24
|
+
constructor(input: CancelJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConvertClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
MediaConvertClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConvertClient";
|
|
13
|
+
import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
|
|
14
|
+
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
15
|
+
export interface CreateJobCommandOutput
|
|
16
|
+
extends CreateJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateJobCommand extends $Command<
|
|
19
|
+
CreateJobCommandInput,
|
|
20
|
+
CreateJobCommandOutput,
|
|
21
|
+
MediaConvertClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateJobCommandInput;
|
|
24
|
+
constructor(input: CreateJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConvertClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
MediaConvertClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConvertClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateJobTemplateRequest,
|
|
15
|
+
CreateJobTemplateResponse,
|
|
16
|
+
} from "../models/models_1";
|
|
17
|
+
export interface CreateJobTemplateCommandInput
|
|
18
|
+
extends CreateJobTemplateRequest {}
|
|
19
|
+
export interface CreateJobTemplateCommandOutput
|
|
20
|
+
extends CreateJobTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateJobTemplateCommand extends $Command<
|
|
23
|
+
CreateJobTemplateCommandInput,
|
|
24
|
+
CreateJobTemplateCommandOutput,
|
|
25
|
+
MediaConvertClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateJobTemplateCommandInput;
|
|
28
|
+
constructor(input: CreateJobTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MediaConvertClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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
|
+
MediaConvertClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaConvertClient";
|
|
13
|
+
import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
|
|
14
|
+
export interface CreatePresetCommandInput extends CreatePresetRequest {}
|
|
15
|
+
export interface CreatePresetCommandOutput
|
|
16
|
+
extends CreatePresetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreatePresetCommand extends $Command<
|
|
19
|
+
CreatePresetCommandInput,
|
|
20
|
+
CreatePresetCommandOutput,
|
|
21
|
+
MediaConvertClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreatePresetCommandInput;
|
|
24
|
+
constructor(input: CreatePresetCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MediaConvertClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreatePresetCommandInput, CreatePresetCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|