@aws-sdk/client-mediaconvert 3.478.0 → 3.481.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 (117) hide show
  1. package/dist-cjs/commands/AssociateCertificateCommand.js +18 -41
  2. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  3. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  4. package/dist-cjs/commands/CreateJobTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePresetCommand.js +18 -41
  6. package/dist-cjs/commands/CreateQueueCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteJobTemplateCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePresetCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteQueueCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeEndpointsCommand.js +18 -41
  12. package/dist-cjs/commands/DisassociateCertificateCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobCommand.js +18 -41
  14. package/dist-cjs/commands/GetJobTemplateCommand.js +18 -41
  15. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  16. package/dist-cjs/commands/GetPresetCommand.js +18 -41
  17. package/dist-cjs/commands/GetQueueCommand.js +18 -41
  18. package/dist-cjs/commands/ListJobTemplatesCommand.js +18 -41
  19. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  20. package/dist-cjs/commands/ListPresetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListQueuesCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/PutPolicyCommand.js +18 -41
  24. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateJobTemplateCommand.js +18 -41
  27. package/dist-cjs/commands/UpdatePresetCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateQueueCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-es/commands/AssociateCertificateCommand.js +18 -41
  31. package/dist-es/commands/CancelJobCommand.js +18 -41
  32. package/dist-es/commands/CreateJobCommand.js +18 -41
  33. package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
  34. package/dist-es/commands/CreatePresetCommand.js +18 -41
  35. package/dist-es/commands/CreateQueueCommand.js +18 -41
  36. package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
  37. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  38. package/dist-es/commands/DeletePresetCommand.js +18 -41
  39. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  40. package/dist-es/commands/DescribeEndpointsCommand.js +18 -41
  41. package/dist-es/commands/DisassociateCertificateCommand.js +18 -41
  42. package/dist-es/commands/GetJobCommand.js +18 -41
  43. package/dist-es/commands/GetJobTemplateCommand.js +18 -41
  44. package/dist-es/commands/GetPolicyCommand.js +18 -41
  45. package/dist-es/commands/GetPresetCommand.js +18 -41
  46. package/dist-es/commands/GetQueueCommand.js +18 -41
  47. package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
  48. package/dist-es/commands/ListJobsCommand.js +18 -41
  49. package/dist-es/commands/ListPresetsCommand.js +18 -41
  50. package/dist-es/commands/ListQueuesCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/PutPolicyCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateJobTemplateCommand.js +18 -41
  56. package/dist-es/commands/UpdatePresetCommand.js +18 -41
  57. package/dist-es/commands/UpdateQueueCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/AssociateCertificateCommand.d.ts +6 -21
  60. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
  63. package/dist-types/commands/CreatePresetCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
  66. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  67. package/dist-types/commands/DeletePresetCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -21
  70. package/dist-types/commands/DisassociateCertificateCommand.d.ts +6 -21
  71. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  72. package/dist-types/commands/GetJobTemplateCommand.d.ts +6 -21
  73. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  74. package/dist-types/commands/GetPresetCommand.d.ts +6 -21
  75. package/dist-types/commands/GetQueueCommand.d.ts +6 -21
  76. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
  77. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListPresetsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
  82. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdatePresetCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateQueueCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  101. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdatePresetCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdatePresetCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MediaConvertClient";
26
- const commandName = "UpdatePresetCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "MediaConvert",
35
- operation: "UpdatePreset",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdatePresetCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdatePresetCommand(output, context);
46
- }
7
+ export class UpdatePresetCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("MediaConvert", "UpdatePreset", {})
19
+ .n("MediaConvertClient", "UpdatePresetCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdatePresetCommand)
22
+ .de(de_UpdatePresetCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateQueueCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateQueueCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "MediaConvertClient";
26
- const commandName = "UpdateQueueCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "MediaConvert",
35
- operation: "UpdateQueue",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateQueueCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateQueueCommand(output, context);
46
- }
7
+ export class UpdateQueueCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("MediaConvert", "UpdateQueue", {})
19
+ .n("MediaConvertClient", "UpdateQueueCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateQueueCommand)
22
+ .de(de_UpdateQueueCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "mediaconvert",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateCertificateCommandInput extends AssociateCertificateRe
21
20
  */
22
21
  export interface AssociateCertificateCommandOutput extends AssociateCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateCertificateCommand_base: {
24
+ new (input: AssociateCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
@@ -67,23 +70,5 @@ export interface AssociateCertificateCommandOutput extends AssociateCertificateR
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class AssociateCertificateCommand extends $Command<AssociateCertificateCommandInput, AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: AssociateCertificateCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: AssociateCertificateCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateCertificateCommandInput, AssociateCertificateCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelJobCommandInput extends CancelJobRequest {
21
20
  */
22
21
  export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CancelJobCommand_base: {
24
+ new (input: CancelJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently cancel a job. Once you have canceled a job, you can't start it again.
@@ -67,23 +70,5 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class CancelJobCommand extends $Command<CancelJobCommandInput, CancelJobCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: CancelJobCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: CancelJobCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class CancelJobCommand extends CancelJobCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateJobCommandInput extends CreateJobRequest {
21
20
  */
22
21
  export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateJobCommand_base: {
24
+ new (input: CreateJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -2973,23 +2976,5 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
2973
2976
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
2974
2977
  *
2975
2978
  */
2976
- export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, MediaConvertClientResolvedConfig> {
2977
- readonly input: CreateJobCommandInput;
2978
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
2979
- /**
2980
- * @public
2981
- */
2982
- constructor(input: CreateJobCommandInput);
2983
- /**
2984
- * @internal
2985
- */
2986
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobCommandInput, CreateJobCommandOutput>;
2987
- /**
2988
- * @internal
2989
- */
2990
- private serialize;
2991
- /**
2992
- * @internal
2993
- */
2994
- private deserialize;
2979
+ export declare class CreateJobCommand extends CreateJobCommand_base {
2995
2980
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateJobTemplateCommandInput extends CreateJobTemplateRequest
21
20
  */
22
21
  export interface CreateJobTemplateCommandOutput extends CreateJobTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateJobTemplateCommand_base: {
24
+ new (input: CreateJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -2892,23 +2895,5 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2892
2895
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
2893
2896
  *
2894
2897
  */
2895
- export declare class CreateJobTemplateCommand extends $Command<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
2896
- readonly input: CreateJobTemplateCommandInput;
2897
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
2898
- /**
2899
- * @public
2900
- */
2901
- constructor(input: CreateJobTemplateCommandInput);
2902
- /**
2903
- * @internal
2904
- */
2905
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
2906
- /**
2907
- * @internal
2908
- */
2909
- private serialize;
2910
- /**
2911
- * @internal
2912
- */
2913
- private deserialize;
2898
+ export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
2914
2899
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreatePresetCommandInput extends CreatePresetRequest {
21
20
  */
22
21
  export interface CreatePresetCommandOutput extends CreatePresetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreatePresetCommand_base: {
24
+ new (input: CreatePresetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -1654,23 +1657,5 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
1654
1657
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1655
1658
  *
1656
1659
  */
1657
- export declare class CreatePresetCommand extends $Command<CreatePresetCommandInput, CreatePresetCommandOutput, MediaConvertClientResolvedConfig> {
1658
- readonly input: CreatePresetCommandInput;
1659
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1660
- /**
1661
- * @public
1662
- */
1663
- constructor(input: CreatePresetCommandInput);
1664
- /**
1665
- * @internal
1666
- */
1667
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePresetCommandInput, CreatePresetCommandOutput>;
1668
- /**
1669
- * @internal
1670
- */
1671
- private serialize;
1672
- /**
1673
- * @internal
1674
- */
1675
- private deserialize;
1660
+ export declare class CreatePresetCommand extends CreatePresetCommand_base {
1676
1661
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { CreateQueueRequest, CreateQueueResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {
21
20
  */
22
21
  export interface CreateQueueCommandOutput extends CreateQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateQueueCommand_base: {
24
+ new (input: CreateQueueCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -99,23 +102,5 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
99
102
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
100
103
  *
101
104
  */
102
- export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, MediaConvertClientResolvedConfig> {
103
- readonly input: CreateQueueCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: CreateQueueCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQueueCommandInput, CreateQueueCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class CreateQueueCommand extends CreateQueueCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest
21
20
  */
22
21
  export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteJobTemplateCommand_base: {
24
+ new (input: DeleteJobTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a job template you have created.
@@ -67,23 +70,5 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteJobTemplateCommand extends $Command<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeleteJobTemplateCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteJobTemplateCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
21
20
  */
22
21
  export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePolicyCommand_base: {
24
+ new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a policy that you created.
@@ -65,23 +68,5 @@ export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __Metad
65
68
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
66
69
  *
67
70
  */
68
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, MediaConvertClientResolvedConfig> {
69
- readonly input: DeletePolicyCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeletePolicyCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeletePresetRequest, DeletePresetResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePresetCommandInput extends DeletePresetRequest {
21
20
  */
22
21
  export interface DeletePresetCommandOutput extends DeletePresetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePresetCommand_base: {
24
+ new (input: DeletePresetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a preset you have created.
@@ -67,23 +70,5 @@ export interface DeletePresetCommandOutput extends DeletePresetResponse, __Metad
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeletePresetCommand extends $Command<DeletePresetCommandInput, DeletePresetCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeletePresetCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeletePresetCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePresetCommandInput, DeletePresetCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeletePresetCommand extends DeletePresetCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteQueueCommandInput extends DeleteQueueRequest {
21
20
  */
22
21
  export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteQueueCommand_base: {
24
+ new (input: DeleteQueueCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Permanently delete a queue you have created.
@@ -67,23 +70,5 @@ export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __Metadat
67
70
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteQueueCommand extends $Command<DeleteQueueCommandInput, DeleteQueueCommandOutput, MediaConvertClientResolvedConfig> {
71
- readonly input: DeleteQueueCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteQueueCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteQueueCommandInput, DeleteQueueCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
4
  import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest
21
20
  */
22
21
  export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEndpointsCommand_base: {
24
+ new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * Send an request with an empty body to the regional API endpoint to get your account API endpoint.
@@ -76,23 +79,5 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
76
79
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig> {
80
- readonly input: DescribeEndpointsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeEndpointsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaConvertClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
98
83
  }