@aws-sdk/client-mediaconvert 3.533.0 → 3.535.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 (63) hide show
  1. package/dist-types/MediaConvert.d.ts +8 -1
  2. package/dist-types/MediaConvertClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateCertificateCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePresetCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateQueueCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePresetCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteQueueCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  14. package/dist-types/commands/DisassociateCertificateCommand.d.ts +2 -1
  15. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  16. package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/GetPresetCommand.d.ts +2 -1
  19. package/dist-types/commands/GetQueueCommand.d.ts +2 -1
  20. package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPresetsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListQueuesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/PutPolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdatePresetCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateQueueCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +709 -709
  32. package/dist-types/models/models_1.d.ts +659 -659
  33. package/dist-types/models/models_2.d.ts +125 -126
  34. package/dist-types/ts3.4/MediaConvert.d.ts +7 -0
  35. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  48. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +9 -0
  63. package/package.json +40 -40
@@ -74,6 +74,7 @@ export interface MediaConvert {
74
74
  /**
75
75
  * @see {@link DeletePolicyCommand}
76
76
  */
77
+ deletePolicy(): Promise<DeletePolicyCommandOutput>;
77
78
  deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
78
79
  deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
79
80
  deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
@@ -92,6 +93,7 @@ export interface MediaConvert {
92
93
  /**
93
94
  * @see {@link DescribeEndpointsCommand}
94
95
  */
96
+ describeEndpoints(): Promise<DescribeEndpointsCommandOutput>;
95
97
  describeEndpoints(args: DescribeEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointsCommandOutput>;
96
98
  describeEndpoints(args: DescribeEndpointsCommandInput, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
97
99
  describeEndpoints(args: DescribeEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
@@ -116,6 +118,7 @@ export interface MediaConvert {
116
118
  /**
117
119
  * @see {@link GetPolicyCommand}
118
120
  */
121
+ getPolicy(): Promise<GetPolicyCommandOutput>;
119
122
  getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
120
123
  getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
121
124
  getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
@@ -134,24 +137,28 @@ export interface MediaConvert {
134
137
  /**
135
138
  * @see {@link ListJobsCommand}
136
139
  */
140
+ listJobs(): Promise<ListJobsCommandOutput>;
137
141
  listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
138
142
  listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
139
143
  listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
140
144
  /**
141
145
  * @see {@link ListJobTemplatesCommand}
142
146
  */
147
+ listJobTemplates(): Promise<ListJobTemplatesCommandOutput>;
143
148
  listJobTemplates(args: ListJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListJobTemplatesCommandOutput>;
144
149
  listJobTemplates(args: ListJobTemplatesCommandInput, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
145
150
  listJobTemplates(args: ListJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
146
151
  /**
147
152
  * @see {@link ListPresetsCommand}
148
153
  */
154
+ listPresets(): Promise<ListPresetsCommandOutput>;
149
155
  listPresets(args: ListPresetsCommandInput, options?: __HttpHandlerOptions): Promise<ListPresetsCommandOutput>;
150
156
  listPresets(args: ListPresetsCommandInput, cb: (err: any, data?: ListPresetsCommandOutput) => void): void;
151
157
  listPresets(args: ListPresetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPresetsCommandOutput) => void): void;
152
158
  /**
153
159
  * @see {@link ListQueuesCommand}
154
160
  */
161
+ listQueues(): Promise<ListQueuesCommandOutput>;
155
162
  listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
156
163
  listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
157
164
  listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
@@ -199,8 +206,8 @@ export interface MediaConvert {
199
206
  updateQueue(args: UpdateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueCommandOutput) => void): void;
200
207
  }
201
208
  /**
202
- * @public
203
209
  * AWS Elemental MediaConvert
210
+ * @public
204
211
  */
205
212
  export declare class MediaConvert extends MediaConvertClient implements MediaConvert {
206
213
  }
@@ -179,8 +179,8 @@ export type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration
179
179
  export interface MediaConvertClientResolvedConfig extends MediaConvertClientResolvedConfigType {
180
180
  }
181
181
  /**
182
- * @public
183
182
  * AWS Elemental MediaConvert
183
+ * @public
184
184
  */
185
185
  export declare class MediaConvertClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaConvertClientResolvedConfig> {
186
186
  /**
@@ -22,10 +22,10 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
22
22
  }
23
23
  declare const AssociateCertificateCommand_base: {
24
24
  new (input: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const AssociateCertificateCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
22
22
  }
23
23
  declare const CancelJobCommand_base: {
24
24
  new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Permanently cancel a job. Once you have canceled a job, you can't start it again.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const CancelJobCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class CancelJobCommand extends CancelJobCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateJobCommand_base: {
24
24
  new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -3027,6 +3027,7 @@ declare const CreateJobCommand_base: {
3027
3027
  * @throws {@link MediaConvertServiceException}
3028
3028
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3029
3029
  *
3030
+ * @public
3030
3031
  */
3031
3032
  export declare class CreateJobCommand extends CreateJobCommand_base {
3032
3033
  }
@@ -22,10 +22,10 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
22
22
  }
23
23
  declare const CreateJobTemplateCommand_base: {
24
24
  new (input: CreateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -2946,6 +2946,7 @@ declare const CreateJobTemplateCommand_base: {
2946
2946
  * @throws {@link MediaConvertServiceException}
2947
2947
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
2948
2948
  *
2949
+ * @public
2949
2950
  */
2950
2951
  export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
2951
2952
  }
@@ -22,10 +22,10 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
22
22
  }
23
23
  declare const CreatePresetCommand_base: {
24
24
  new (input: CreatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1684,6 +1684,7 @@ declare const CreatePresetCommand_base: {
1684
1684
  * @throws {@link MediaConvertServiceException}
1685
1685
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1686
1686
  *
1687
+ * @public
1687
1688
  */
1688
1689
  export declare class CreatePresetCommand extends CreatePresetCommand_base {
1689
1690
  }
@@ -22,10 +22,10 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
22
22
  }
23
23
  declare const CreateQueueCommand_base: {
24
24
  new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const CreateQueueCommand_base: {
101
101
  * @throws {@link MediaConvertServiceException}
102
102
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
22
22
  }
23
23
  declare const DeleteJobTemplateCommand_base: {
24
24
  new (input: DeleteJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Permanently delete a job template you have created.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteJobTemplateCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __Metad
22
22
  }
23
23
  declare const DeletePolicyCommand_base: {
24
24
  new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeletePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Permanently delete a policy that you created.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeletePolicyCommand_base: {
67
67
  * @throws {@link MediaConvertServiceException}
68
68
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad
22
22
  }
23
23
  declare const DeletePresetCommand_base: {
24
24
  new (input: DeletePresetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePresetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Permanently delete a preset you have created.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeletePresetCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeletePresetCommand extends DeletePresetCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
22
22
  }
23
23
  declare const DeleteQueueCommand_base: {
24
24
  new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Permanently delete a queue you have created.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteQueueCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
74
75
  }
@@ -22,12 +22,10 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
22
22
  }
23
23
  declare const DescribeEndpointsCommand_base: {
24
24
  new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * Send an request with an empty body to the regional API endpoint to get your account API endpoint.
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +78,8 @@ declare const DescribeEndpointsCommand_base: {
80
78
  * @throws {@link MediaConvertServiceException}
81
79
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
82
80
  *
81
+ * @public
82
+ * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
83
83
  */
84
84
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
85
85
  }
@@ -22,10 +22,10 @@ export interface DisassociateCertificateCommandOutput extends DisassociateCertif
22
22
  }
23
23
  declare const DisassociateCertificateCommand_base: {
24
24
  new (input: DisassociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateCertificateCommandInput, DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DisassociateCertificateCommand_base: {
69
69
  * @throws {@link MediaConvertServiceException}
70
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
22
22
  }
23
23
  declare const GetJobCommand_base: {
24
24
  new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the JSON for a specific transcoding job.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1573,6 +1573,7 @@ declare const GetJobCommand_base: {
1573
1573
  * @throws {@link MediaConvertServiceException}
1574
1574
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1575
1575
  *
1576
+ * @public
1576
1577
  */
1577
1578
  export declare class GetJobCommand extends GetJobCommand_base {
1578
1579
  }
@@ -22,10 +22,10 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
22
22
  }
23
23
  declare const GetJobTemplateCommand_base: {
24
24
  new (input: GetJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobTemplateCommandInput, GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the JSON for a specific job template.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1510,6 +1510,7 @@ declare const GetJobTemplateCommand_base: {
1510
1510
  * @throws {@link MediaConvertServiceException}
1511
1511
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1512
1512
  *
1513
+ * @public
1513
1514
  */
1514
1515
  export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
1515
1516
  }
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPolicyCommand_base: {
24
24
  new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the JSON for your policy.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetPolicyCommand_base: {
73
73
  * @throws {@link MediaConvertServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPresetCommand_base: {
24
24
  new (input: GetPresetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPresetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPresetCommandInput, GetPresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the JSON for a specific preset.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -879,6 +879,7 @@ declare const GetPresetCommand_base: {
879
879
  * @throws {@link MediaConvertServiceException}
880
880
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
881
881
  *
882
+ * @public
882
883
  */
883
884
  export declare class GetPresetCommand extends GetPresetCommand_base {
884
885
  }
@@ -22,10 +22,10 @@ export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetQueueCommand_base: {
24
24
  new (input: GetQueueCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetQueueCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueueCommandInput, GetQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the JSON for a specific queue.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const GetQueueCommand_base: {
90
90
  * @throws {@link MediaConvertServiceException}
91
91
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class GetQueueCommand extends GetQueueCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
22
22
  }
23
23
  declare const ListJobTemplatesCommand_base: {
24
24
  new (input: ListJobTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListJobTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1517,6 +1517,7 @@ declare const ListJobTemplatesCommand_base: {
1517
1517
  * @throws {@link MediaConvertServiceException}
1518
1518
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1519
1519
  *
1520
+ * @public
1520
1521
  */
1521
1522
  export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
1522
1523
  }
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListJobsCommand_base: {
24
24
  new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1580,6 +1580,7 @@ declare const ListJobsCommand_base: {
1580
1580
  * @throws {@link MediaConvertServiceException}
1581
1581
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1582
1582
  *
1583
+ * @public
1583
1584
  */
1584
1585
  export declare class ListJobsCommand extends ListJobsCommand_base {
1585
1586
  }
@@ -22,10 +22,10 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
22
22
  }
23
23
  declare const ListPresetsCommand_base: {
24
24
  new (input: ListPresetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPresetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPresetsCommandInput, ListPresetsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -886,6 +886,7 @@ declare const ListPresetsCommand_base: {
886
886
  * @throws {@link MediaConvertServiceException}
887
887
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
888
888
  *
889
+ * @public
889
890
  */
890
891
  export declare class ListPresetsCommand extends ListPresetsCommand_base {
891
892
  }
@@ -22,10 +22,10 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
22
22
  }
23
23
  declare const ListQueuesCommand_base: {
24
24
  new (input: ListQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const ListQueuesCommand_base: {
96
96
  * @throws {@link MediaConvertServiceException}
97
97
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieve the tags for a MediaConvert resource.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @throws {@link MediaConvertServiceException}
77
77
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea
22
22
  }
23
23
  declare const PutPolicyCommand_base: {
24
24
  new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Create or change your policy. For more information about policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const PutPolicyCommand_base: {
79
79
  * @throws {@link MediaConvertServiceException}
80
80
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class PutPolicyCommand extends PutPolicyCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Add tags to a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
72
72
  * @throws {@link MediaConvertServiceException}
73
73
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
72
72
  * @throws {@link MediaConvertServiceException}
73
73
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
22
22
  }
23
23
  declare const UpdateJobTemplateCommand_base: {
24
24
  new (input: UpdateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Modify one of your existing job templates.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -2943,6 +2943,7 @@ declare const UpdateJobTemplateCommand_base: {
2943
2943
  * @throws {@link MediaConvertServiceException}
2944
2944
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
2945
2945
  *
2946
+ * @public
2946
2947
  */
2947
2948
  export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
2948
2949
  }