@aws-sdk/client-mediaconvert 3.306.0 → 3.310.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-cjs/commands/AssociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreatePresetCommand.js +2 -2
- package/dist-cjs/commands/CreateQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePresetCommand.js +2 -2
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPresetCommand.js +2 -2
- package/dist-cjs/commands/GetQueueCommand.js +2 -2
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPresetsCommand.js +2 -2
- package/dist-cjs/commands/ListQueuesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1297 -1624
- package/dist-es/commands/AssociateCertificateCommand.js +3 -3
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
- package/dist-es/commands/CreatePresetCommand.js +3 -3
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
- package/dist-es/commands/DeletePolicyCommand.js +3 -3
- package/dist-es/commands/DeletePresetCommand.js +3 -3
- package/dist-es/commands/DeleteQueueCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetJobTemplateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetPresetCommand.js +3 -3
- package/dist-es/commands/GetQueueCommand.js +3 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListPresetsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-es/commands/UpdatePresetCommand.js +3 -3
- package/dist-es/commands/UpdateQueueCommand.js +3 -3
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/protocols/Aws_restJson1.js +1239 -1566
- package/dist-types/commands/GetJobCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +22 -9
- package/dist-types/models/models_2.d.ts +9 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +6 -3
- package/dist-types/ts3.4/models/models_2.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
- package/package.json +35 -35
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetJobRequest } from "../models/
|
|
6
|
-
import { GetJobResponse } from "../models/models_2";
|
|
5
|
+
import { GetJobRequest, GetJobResponse } from "../models/models_2";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*
|
|
@@ -2428,7 +2428,7 @@ export interface HopDestination {
|
|
|
2428
2428
|
*/
|
|
2429
2429
|
Queue?: string;
|
|
2430
2430
|
/**
|
|
2431
|
-
* Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to
|
|
2431
|
+
* Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 4320 minutes, inclusive.
|
|
2432
2432
|
*/
|
|
2433
2433
|
WaitMinutes?: number;
|
|
2434
2434
|
}
|
|
@@ -4753,6 +4753,20 @@ export interface Timing {
|
|
|
4753
4753
|
*/
|
|
4754
4754
|
SubmitTime?: Date;
|
|
4755
4755
|
}
|
|
4756
|
+
/**
|
|
4757
|
+
* @public
|
|
4758
|
+
* Contains any warning codes and their count for the job.
|
|
4759
|
+
*/
|
|
4760
|
+
export interface WarningGroup {
|
|
4761
|
+
/**
|
|
4762
|
+
* Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
|
|
4763
|
+
*/
|
|
4764
|
+
Code: number | undefined;
|
|
4765
|
+
/**
|
|
4766
|
+
* The number of times this warning occurred in the job.
|
|
4767
|
+
*/
|
|
4768
|
+
Count: number | undefined;
|
|
4769
|
+
}
|
|
4756
4770
|
/**
|
|
4757
4771
|
* @public
|
|
4758
4772
|
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
@@ -4774,6 +4788,10 @@ export interface Job {
|
|
|
4774
4788
|
* The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.
|
|
4775
4789
|
*/
|
|
4776
4790
|
BillingTagsSource?: BillingTagsSource | string;
|
|
4791
|
+
/**
|
|
4792
|
+
* Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
|
|
4793
|
+
*/
|
|
4794
|
+
ClientRequestToken?: string;
|
|
4777
4795
|
/**
|
|
4778
4796
|
* The time, in Unix epoch format in seconds, when the job got created.
|
|
4779
4797
|
*/
|
|
@@ -4858,6 +4876,10 @@ export interface Job {
|
|
|
4858
4876
|
* User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs.
|
|
4859
4877
|
*/
|
|
4860
4878
|
UserMetadata?: Record<string, string>;
|
|
4879
|
+
/**
|
|
4880
|
+
* Contains any warning messages for the job. Use to help identify potential issues with your input, output, or job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
|
|
4881
|
+
*/
|
|
4882
|
+
Warnings?: WarningGroup[];
|
|
4861
4883
|
}
|
|
4862
4884
|
/**
|
|
4863
4885
|
* @public
|
|
@@ -5607,12 +5629,3 @@ export interface DisassociateCertificateRequest {
|
|
|
5607
5629
|
*/
|
|
5608
5630
|
export interface DisassociateCertificateResponse {
|
|
5609
5631
|
}
|
|
5610
|
-
/**
|
|
5611
|
-
* @public
|
|
5612
|
-
*/
|
|
5613
|
-
export interface GetJobRequest {
|
|
5614
|
-
/**
|
|
5615
|
-
* the job ID of the job.
|
|
5616
|
-
*/
|
|
5617
|
-
Id: string | undefined;
|
|
5618
|
-
}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { AccelerationSettings, HopDestination } from "./models_0";
|
|
2
2
|
import { Job, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface GetJobRequest {
|
|
7
|
+
/**
|
|
8
|
+
* the job ID of the job.
|
|
9
|
+
*/
|
|
10
|
+
Id: string | undefined;
|
|
11
|
+
}
|
|
3
12
|
/**
|
|
4
13
|
* @public
|
|
5
14
|
*/
|
|
@@ -28,59 +28,227 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
28
28
|
import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from "../commands/UpdateJobTemplateCommand";
|
|
29
29
|
import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "../commands/UpdatePresetCommand";
|
|
30
30
|
import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "../commands/UpdateQueueCommand";
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
31
|
+
/**
|
|
32
|
+
* serializeAws_restJson1AssociateCertificateCommand
|
|
33
|
+
*/
|
|
34
|
+
export declare const se_AssociateCertificateCommand: (input: AssociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1CancelJobCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1CreateJobCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1CreateJobTemplateCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1CreatePresetCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1CreateQueueCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1DeleteJobTemplateCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1DeletePolicyCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1DeletePresetCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_restJson1DeleteQueueCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_restJson1DescribeEndpointsCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1DisassociateCertificateCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1GetJobCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1GetJobTemplateCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_restJson1GetPolicyCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_restJson1GetPresetCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restJson1GetQueueCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1ListJobsCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1ListJobTemplatesCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListPresetsCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1ListQueuesCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1PutPolicyCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1TagResourceCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1UpdateJobTemplateCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1UpdatePresetCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_UpdatePresetCommand: (input: UpdatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restJson1UpdateQueueCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* deserializeAws_restJson1AssociateCertificateCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const de_AssociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCertificateCommandOutput>;
|
|
147
|
+
/**
|
|
148
|
+
* deserializeAws_restJson1CancelJobCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const de_CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
|
|
151
|
+
/**
|
|
152
|
+
* deserializeAws_restJson1CreateJobCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const de_CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
155
|
+
/**
|
|
156
|
+
* deserializeAws_restJson1CreateJobTemplateCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const de_CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
|
|
159
|
+
/**
|
|
160
|
+
* deserializeAws_restJson1CreatePresetCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const de_CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_restJson1CreateQueueCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* deserializeAws_restJson1DeleteJobTemplateCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const de_DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
|
|
171
|
+
/**
|
|
172
|
+
* deserializeAws_restJson1DeletePolicyCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
175
|
+
/**
|
|
176
|
+
* deserializeAws_restJson1DeletePresetCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const de_DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* deserializeAws_restJson1DeleteQueueCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const de_DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_restJson1DescribeEndpointsCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_restJson1DisassociateCertificateCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_restJson1GetJobCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_restJson1GetJobTemplateCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_restJson1GetPolicyCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_restJson1GetPresetCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1GetQueueCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_restJson1ListJobsCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_restJson1ListJobTemplatesCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_restJson1ListPresetsCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1ListQueuesCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_restJson1PutPolicyCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_restJson1UpdateJobTemplateCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_restJson1UpdatePresetCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_UpdatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePresetCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_restJson1UpdateQueueCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
|
|
@@ -11,8 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetJobRequest } from "../models/
|
|
15
|
-
import { GetJobResponse } from "../models/models_2";
|
|
14
|
+
import { GetJobRequest, GetJobResponse } from "../models/models_2";
|
|
16
15
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
17
16
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
18
17
|
export declare class GetJobCommand extends $Command<
|
|
@@ -1957,11 +1957,16 @@ export interface Timing {
|
|
|
1957
1957
|
StartTime?: Date;
|
|
1958
1958
|
SubmitTime?: Date;
|
|
1959
1959
|
}
|
|
1960
|
+
export interface WarningGroup {
|
|
1961
|
+
Code: number | undefined;
|
|
1962
|
+
Count: number | undefined;
|
|
1963
|
+
}
|
|
1960
1964
|
export interface Job {
|
|
1961
1965
|
AccelerationSettings?: AccelerationSettings;
|
|
1962
1966
|
AccelerationStatus?: AccelerationStatus | string;
|
|
1963
1967
|
Arn?: string;
|
|
1964
1968
|
BillingTagsSource?: BillingTagsSource | string;
|
|
1969
|
+
ClientRequestToken?: string;
|
|
1965
1970
|
CreatedAt?: Date;
|
|
1966
1971
|
CurrentPhase?: JobPhase | string;
|
|
1967
1972
|
ErrorCode?: number;
|
|
@@ -1983,6 +1988,7 @@ export interface Job {
|
|
|
1983
1988
|
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
1984
1989
|
Timing?: Timing;
|
|
1985
1990
|
UserMetadata?: Record<string, string>;
|
|
1991
|
+
Warnings?: WarningGroup[];
|
|
1986
1992
|
}
|
|
1987
1993
|
export interface JobTemplateSettings {
|
|
1988
1994
|
AdAvailOffset?: number;
|
|
@@ -2222,6 +2228,3 @@ export interface DisassociateCertificateRequest {
|
|
|
2222
2228
|
Arn: string | undefined;
|
|
2223
2229
|
}
|
|
2224
2230
|
export interface DisassociateCertificateResponse {}
|
|
2225
|
-
export interface GetJobRequest {
|
|
2226
|
-
Id: string | undefined;
|
|
2227
|
-
}
|