@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.
Files changed (70) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
  2. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePresetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateQueueCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  8. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePresetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
  13. package/dist-cjs/commands/GetJobCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  16. package/dist-cjs/commands/GetPresetCommand.js +2 -2
  17. package/dist-cjs/commands/GetQueueCommand.js +2 -2
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  19. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPresetsCommand.js +2 -2
  21. package/dist-cjs/commands/ListQueuesCommand.js +2 -2
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
  27. package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
  29. package/dist-cjs/endpoint/ruleset.js +1 -1
  30. package/dist-cjs/protocols/Aws_restJson1.js +1297 -1624
  31. package/dist-es/commands/AssociateCertificateCommand.js +3 -3
  32. package/dist-es/commands/CancelJobCommand.js +3 -3
  33. package/dist-es/commands/CreateJobCommand.js +3 -3
  34. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  35. package/dist-es/commands/CreatePresetCommand.js +3 -3
  36. package/dist-es/commands/CreateQueueCommand.js +3 -3
  37. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  38. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  39. package/dist-es/commands/DeletePresetCommand.js +3 -3
  40. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  41. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  42. package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
  43. package/dist-es/commands/GetJobCommand.js +3 -3
  44. package/dist-es/commands/GetJobTemplateCommand.js +3 -3
  45. package/dist-es/commands/GetPolicyCommand.js +3 -3
  46. package/dist-es/commands/GetPresetCommand.js +3 -3
  47. package/dist-es/commands/GetQueueCommand.js +3 -3
  48. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  49. package/dist-es/commands/ListJobsCommand.js +3 -3
  50. package/dist-es/commands/ListPresetsCommand.js +3 -3
  51. package/dist-es/commands/ListQueuesCommand.js +3 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-es/commands/PutPolicyCommand.js +3 -3
  54. package/dist-es/commands/TagResourceCommand.js +3 -3
  55. package/dist-es/commands/UntagResourceCommand.js +3 -3
  56. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
  57. package/dist-es/commands/UpdatePresetCommand.js +3 -3
  58. package/dist-es/commands/UpdateQueueCommand.js +3 -3
  59. package/dist-es/endpoint/ruleset.js +1 -1
  60. package/dist-es/protocols/Aws_restJson1.js +1239 -1566
  61. package/dist-types/commands/GetJobCommand.d.ts +1 -2
  62. package/dist-types/models/models_0.d.ts +1 -1
  63. package/dist-types/models/models_1.d.ts +22 -9
  64. package/dist-types/models/models_2.d.ts +9 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  66. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -2
  67. package/dist-types/ts3.4/models/models_1.d.ts +6 -3
  68. package/dist-types/ts3.4/models/models_2.d.ts +3 -0
  69. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  70. 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/models_1";
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 1440 minutes, inclusive.
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
- export declare const serializeAws_restJson1AssociateCertificateCommand: (input: AssociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1CreateJobTemplateCommand: (input: CreateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreatePresetCommand: (input: CreatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DeleteJobTemplateCommand: (input: DeleteJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DeletePresetCommand: (input: DeletePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteQueueCommand: (input: DeleteQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DisassociateCertificateCommand: (input: DisassociateCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetJobTemplateCommand: (input: GetJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetPresetCommand: (input: GetPresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetQueueCommand: (input: GetQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListJobTemplatesCommand: (input: ListJobTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListPresetsCommand: (input: ListPresetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1UpdateJobTemplateCommand: (input: UpdateJobTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1UpdatePresetCommand: (input: UpdatePresetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UpdateQueueCommand: (input: UpdateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const deserializeAws_restJson1AssociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCertificateCommandOutput>;
60
- export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
61
- export declare const deserializeAws_restJson1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
62
- export declare const deserializeAws_restJson1CreateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobTemplateCommandOutput>;
63
- export declare const deserializeAws_restJson1CreatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresetCommandOutput>;
64
- export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
65
- export declare const deserializeAws_restJson1DeleteJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobTemplateCommandOutput>;
66
- export declare const deserializeAws_restJson1DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
67
- export declare const deserializeAws_restJson1DeletePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePresetCommandOutput>;
68
- export declare const deserializeAws_restJson1DeleteQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQueueCommandOutput>;
69
- export declare const deserializeAws_restJson1DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
70
- export declare const deserializeAws_restJson1DisassociateCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCertificateCommandOutput>;
71
- export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
72
- export declare const deserializeAws_restJson1GetJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobTemplateCommandOutput>;
73
- export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
74
- export declare const deserializeAws_restJson1GetPresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPresetCommandOutput>;
75
- export declare const deserializeAws_restJson1GetQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueueCommandOutput>;
76
- export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
77
- export declare const deserializeAws_restJson1ListJobTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobTemplatesCommandOutput>;
78
- export declare const deserializeAws_restJson1ListPresetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPresetsCommandOutput>;
79
- export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
80
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
81
- export declare const deserializeAws_restJson1PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
82
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
83
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
84
- export declare const deserializeAws_restJson1UpdateJobTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateJobTemplateCommandOutput>;
85
- export declare const deserializeAws_restJson1UpdatePresetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePresetCommandOutput>;
86
- export declare const deserializeAws_restJson1UpdateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueCommandOutput>;
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/models_1";
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
- }
@@ -11,6 +11,9 @@ import {
11
11
  ReservationPlanSettings,
12
12
  StatusUpdateInterval,
13
13
  } from "./models_1";
14
+ export interface GetJobRequest {
15
+ Id: string | undefined;
16
+ }
14
17
  export interface GetJobResponse {
15
18
  Job?: Job;
16
19
  }