@aws-sdk/client-mediaconvert 3.47.1 → 3.50.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 +35 -0
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +1 -2
- package/dist-cjs/models/models_0.js +21 -21
- package/dist-cjs/models/models_1.js +33 -36
- package/dist-cjs/models/models_2.js +31 -1
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -1
- package/dist-es/commands/UpdatePresetCommand.js +1 -2
- package/dist-es/models/models_0.js +16 -14
- package/dist-es/models/models_1.js +25 -20
- package/dist-es/models/models_2.js +20 -0
- package/dist-es/protocols/Aws_restJson1.js +21 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +33 -95
- package/dist-types/models/models_1.d.ts +114 -106
- package/dist-types/models/models_2.d.ts +106 -1
- package/package.json +39 -33
- package/dist-types/ts3.4/MediaConvert.d.ts +0 -145
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -101
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -28
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3130
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2828
- package/dist-types/ts3.4/models/models_2.d.ts +0 -31
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
|
|
5
|
-
export interface UpdateQueueCommandInput extends UpdateQueueRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateQueueCommand extends $Command<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateQueueCommandInput;
|
|
12
|
-
constructor(input: UpdateQueueCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateQueueCommandInput, UpdateQueueCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateCertificateCommand";
|
|
2
|
-
export * from "./CancelJobCommand";
|
|
3
|
-
export * from "./CreateJobCommand";
|
|
4
|
-
export * from "./CreateJobTemplateCommand";
|
|
5
|
-
export * from "./CreatePresetCommand";
|
|
6
|
-
export * from "./CreateQueueCommand";
|
|
7
|
-
export * from "./DeleteJobTemplateCommand";
|
|
8
|
-
export * from "./DeletePolicyCommand";
|
|
9
|
-
export * from "./DeletePresetCommand";
|
|
10
|
-
export * from "./DeleteQueueCommand";
|
|
11
|
-
export * from "./DescribeEndpointsCommand";
|
|
12
|
-
export * from "./DisassociateCertificateCommand";
|
|
13
|
-
export * from "./GetJobCommand";
|
|
14
|
-
export * from "./GetJobTemplateCommand";
|
|
15
|
-
export * from "./GetPolicyCommand";
|
|
16
|
-
export * from "./GetPresetCommand";
|
|
17
|
-
export * from "./GetQueueCommand";
|
|
18
|
-
export * from "./ListJobTemplatesCommand";
|
|
19
|
-
export * from "./ListJobsCommand";
|
|
20
|
-
export * from "./ListPresetsCommand";
|
|
21
|
-
export * from "./ListQueuesCommand";
|
|
22
|
-
export * from "./ListTagsForResourceCommand";
|
|
23
|
-
export * from "./PutPolicyCommand";
|
|
24
|
-
export * from "./TagResourceCommand";
|
|
25
|
-
export * from "./UntagResourceCommand";
|
|
26
|
-
export * from "./UpdateJobTemplateCommand";
|
|
27
|
-
export * from "./UpdatePresetCommand";
|
|
28
|
-
export * from "./UpdateQueueCommand";
|