@aws-sdk/client-mediaconvert 3.289.0 → 3.290.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/dist-types/commands/AssociateCertificateCommand.d.ts +19 -0
- package/dist-types/commands/CancelJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateJobCommand.d.ts +19 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +19 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +19 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +19 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +19 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +19 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +19 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +19 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +19 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +19 -0
- package/dist-types/commands/GetJobCommand.d.ts +19 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +19 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +19 -0
- package/dist-types/commands/GetPresetCommand.d.ts +19 -0
- package/dist-types/commands/GetQueueCommand.d.ts +19 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +19 -0
- package/dist-types/commands/ListJobsCommand.d.ts +19 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +19 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +19 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +19 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +19 -0
- package/package.json +29 -29
|
@@ -29,6 +29,25 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
|
|
|
29
29
|
* @see {@link AssociateCertificateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AssociateCertificateCommand extends $Command<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: AssociateCertificateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link CancelJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: CancelJobCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateJobCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
|
|
|
29
29
|
* @see {@link CreateJobTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateJobTemplateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
|
|
|
29
29
|
* @see {@link CreatePresetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreatePresetCommand extends $Command<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: CreatePresetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
|
|
|
29
29
|
* @see {@link CreateQueueCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateQueueCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
|
|
|
29
29
|
* @see {@link DeleteJobTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteJobTemplateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __Metad
|
|
|
29
29
|
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DeletePolicyCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad
|
|
|
29
29
|
* @see {@link DeletePresetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeletePresetCommand extends $Command<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DeletePresetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteQueueCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeleteQueueCommand extends $Command<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteQueueCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
|
|
|
29
29
|
* @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeEndpointsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DisassociateCertificateCommandOutput extends DisassociateCertif
|
|
|
29
29
|
* @see {@link DisassociateCertificateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DisassociateCertificateCommand extends $Command<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: DisassociateCertificateCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
30
30
|
* @see {@link GetJobCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BadRequestException} (client fault)
|
|
34
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
40
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
43
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotFoundException} (client fault)
|
|
46
|
+
* The resource you requested doesn't exist.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig> {
|
|
35
54
|
readonly input: GetJobCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
|
|
|
29
29
|
* @see {@link GetJobTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetJobTemplateCommand extends $Command<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: GetJobTemplateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: GetPolicyCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetPresetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetPresetCommand extends $Command<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: GetPresetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetQueueCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class GetQueueCommand extends $Command<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: GetQueueCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
|
|
|
29
29
|
* @see {@link ListJobTemplatesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListJobTemplatesCommand extends $Command<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: ListJobTemplatesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: ListJobsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListPresetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListPresetsCommand extends $Command<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: ListPresetsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListQueuesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: ListQueuesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link PutPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: PutPolicyCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
29
29
|
* @see {@link UpdateJobTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateJobTemplateCommand extends $Command<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateJobTemplateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
29
29
|
* @see {@link UpdatePresetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdatePresetCommand extends $Command<UpdatePresetCommandInput, UpdatePresetCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdatePresetCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateQueueCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* The resource you requested doesn't exist.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateQueueCommand extends $Command<UpdateQueueCommandInput, UpdateQueueCommandOutput, MediaConvertClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateQueueCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.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",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|