@aws-sdk/client-mediaconvert 3.490.0 → 3.496.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 (49) hide show
  1. package/dist-cjs/MediaConvert.js +1 -67
  2. package/dist-cjs/MediaConvertClient.js +1 -43
  3. package/dist-cjs/commands/AssociateCertificateCommand.js +1 -28
  4. package/dist-cjs/commands/CancelJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateJobCommand.js +1 -28
  6. package/dist-cjs/commands/CreateJobTemplateCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePresetCommand.js +1 -28
  8. package/dist-cjs/commands/CreateQueueCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteJobTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
  11. package/dist-cjs/commands/DeletePresetCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteQueueCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeEndpointsCommand.js +1 -28
  14. package/dist-cjs/commands/DisassociateCertificateCommand.js +1 -28
  15. package/dist-cjs/commands/GetJobCommand.js +1 -28
  16. package/dist-cjs/commands/GetJobTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/GetPolicyCommand.js +1 -28
  18. package/dist-cjs/commands/GetPresetCommand.js +1 -28
  19. package/dist-cjs/commands/GetQueueCommand.js +1 -28
  20. package/dist-cjs/commands/ListJobTemplatesCommand.js +1 -28
  21. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  22. package/dist-cjs/commands/ListPresetsCommand.js +1 -28
  23. package/dist-cjs/commands/ListQueuesCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/PutPolicyCommand.js +1 -28
  26. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateJobTemplateCommand.js +1 -28
  29. package/dist-cjs/commands/UpdatePresetCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateQueueCommand.js +1 -28
  31. package/dist-cjs/commands/index.js +1 -31
  32. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  33. package/dist-cjs/extensionConfiguration.js +1 -2
  34. package/dist-cjs/index.js +10024 -11
  35. package/dist-cjs/models/MediaConvertServiceException.js +1 -12
  36. package/dist-cjs/models/index.js +1 -6
  37. package/dist-cjs/models/models_0.js +1 -1166
  38. package/dist-cjs/models/models_1.js +1 -1198
  39. package/dist-cjs/models/models_2.js +1 -29
  40. package/dist-cjs/pagination/DescribeEndpointsPaginator.js +1 -7
  41. package/dist-cjs/pagination/Interfaces.js +1 -2
  42. package/dist-cjs/pagination/ListJobTemplatesPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  44. package/dist-cjs/pagination/ListPresetsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListQueuesPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -9
  47. package/dist-cjs/protocols/Aws_restJson1.js +1 -6176
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,67 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaConvert = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateCertificateCommand_1 = require("./commands/AssociateCertificateCommand");
6
- const CancelJobCommand_1 = require("./commands/CancelJobCommand");
7
- const CreateJobCommand_1 = require("./commands/CreateJobCommand");
8
- const CreateJobTemplateCommand_1 = require("./commands/CreateJobTemplateCommand");
9
- const CreatePresetCommand_1 = require("./commands/CreatePresetCommand");
10
- const CreateQueueCommand_1 = require("./commands/CreateQueueCommand");
11
- const DeleteJobTemplateCommand_1 = require("./commands/DeleteJobTemplateCommand");
12
- const DeletePolicyCommand_1 = require("./commands/DeletePolicyCommand");
13
- const DeletePresetCommand_1 = require("./commands/DeletePresetCommand");
14
- const DeleteQueueCommand_1 = require("./commands/DeleteQueueCommand");
15
- const DescribeEndpointsCommand_1 = require("./commands/DescribeEndpointsCommand");
16
- const DisassociateCertificateCommand_1 = require("./commands/DisassociateCertificateCommand");
17
- const GetJobCommand_1 = require("./commands/GetJobCommand");
18
- const GetJobTemplateCommand_1 = require("./commands/GetJobTemplateCommand");
19
- const GetPolicyCommand_1 = require("./commands/GetPolicyCommand");
20
- const GetPresetCommand_1 = require("./commands/GetPresetCommand");
21
- const GetQueueCommand_1 = require("./commands/GetQueueCommand");
22
- const ListJobsCommand_1 = require("./commands/ListJobsCommand");
23
- const ListJobTemplatesCommand_1 = require("./commands/ListJobTemplatesCommand");
24
- const ListPresetsCommand_1 = require("./commands/ListPresetsCommand");
25
- const ListQueuesCommand_1 = require("./commands/ListQueuesCommand");
26
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
27
- const PutPolicyCommand_1 = require("./commands/PutPolicyCommand");
28
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
29
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
30
- const UpdateJobTemplateCommand_1 = require("./commands/UpdateJobTemplateCommand");
31
- const UpdatePresetCommand_1 = require("./commands/UpdatePresetCommand");
32
- const UpdateQueueCommand_1 = require("./commands/UpdateQueueCommand");
33
- const MediaConvertClient_1 = require("./MediaConvertClient");
34
- const commands = {
35
- AssociateCertificateCommand: AssociateCertificateCommand_1.AssociateCertificateCommand,
36
- CancelJobCommand: CancelJobCommand_1.CancelJobCommand,
37
- CreateJobCommand: CreateJobCommand_1.CreateJobCommand,
38
- CreateJobTemplateCommand: CreateJobTemplateCommand_1.CreateJobTemplateCommand,
39
- CreatePresetCommand: CreatePresetCommand_1.CreatePresetCommand,
40
- CreateQueueCommand: CreateQueueCommand_1.CreateQueueCommand,
41
- DeleteJobTemplateCommand: DeleteJobTemplateCommand_1.DeleteJobTemplateCommand,
42
- DeletePolicyCommand: DeletePolicyCommand_1.DeletePolicyCommand,
43
- DeletePresetCommand: DeletePresetCommand_1.DeletePresetCommand,
44
- DeleteQueueCommand: DeleteQueueCommand_1.DeleteQueueCommand,
45
- DescribeEndpointsCommand: DescribeEndpointsCommand_1.DescribeEndpointsCommand,
46
- DisassociateCertificateCommand: DisassociateCertificateCommand_1.DisassociateCertificateCommand,
47
- GetJobCommand: GetJobCommand_1.GetJobCommand,
48
- GetJobTemplateCommand: GetJobTemplateCommand_1.GetJobTemplateCommand,
49
- GetPolicyCommand: GetPolicyCommand_1.GetPolicyCommand,
50
- GetPresetCommand: GetPresetCommand_1.GetPresetCommand,
51
- GetQueueCommand: GetQueueCommand_1.GetQueueCommand,
52
- ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
53
- ListJobTemplatesCommand: ListJobTemplatesCommand_1.ListJobTemplatesCommand,
54
- ListPresetsCommand: ListPresetsCommand_1.ListPresetsCommand,
55
- ListQueuesCommand: ListQueuesCommand_1.ListQueuesCommand,
56
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
57
- PutPolicyCommand: PutPolicyCommand_1.PutPolicyCommand,
58
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
59
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
60
- UpdateJobTemplateCommand: UpdateJobTemplateCommand_1.UpdateJobTemplateCommand,
61
- UpdatePresetCommand: UpdatePresetCommand_1.UpdatePresetCommand,
62
- UpdateQueueCommand: UpdateQueueCommand_1.UpdateQueueCommand,
63
- };
64
- class MediaConvert extends MediaConvertClient_1.MediaConvertClient {
65
- }
66
- exports.MediaConvert = MediaConvert;
67
- (0, smithy_client_1.createAggregatedClient)(commands, MediaConvert);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaConvertClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class MediaConvertClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.MediaConvertClient = MediaConvertClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AssociateCertificateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "AssociateCertificate", {})
22
- .n("MediaConvertClient", "AssociateCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateCertificateCommand)
25
- .de(Aws_restJson1_1.de_AssociateCertificateCommand)
26
- .build() {
27
- }
28
- exports.AssociateCertificateCommand = AssociateCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "CancelJob", {})
22
- .n("MediaConvertClient", "CancelJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelJobCommand)
25
- .de(Aws_restJson1_1.de_CancelJobCommand)
26
- .build() {
27
- }
28
- exports.CancelJobCommand = CancelJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "CreateJob", {})
22
- .n("MediaConvertClient", "CreateJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateJobCommand)
25
- .de(Aws_restJson1_1.de_CreateJobCommand)
26
- .build() {
27
- }
28
- exports.CreateJobCommand = CreateJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateJobTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateJobTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "CreateJobTemplate", {})
22
- .n("MediaConvertClient", "CreateJobTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateJobTemplateCommand)
25
- .de(Aws_restJson1_1.de_CreateJobTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateJobTemplateCommand = CreateJobTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePresetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreatePresetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "CreatePreset", {})
22
- .n("MediaConvertClient", "CreatePresetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreatePresetCommand)
25
- .de(Aws_restJson1_1.de_CreatePresetCommand)
26
- .build() {
27
- }
28
- exports.CreatePresetCommand = CreatePresetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "CreateQueue", {})
22
- .n("MediaConvertClient", "CreateQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateQueueCommand)
25
- .de(Aws_restJson1_1.de_CreateQueueCommand)
26
- .build() {
27
- }
28
- exports.CreateQueueCommand = CreateQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteJobTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteJobTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DeleteJobTemplate", {})
22
- .n("MediaConvertClient", "DeleteJobTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteJobTemplateCommand)
25
- .de(Aws_restJson1_1.de_DeleteJobTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteJobTemplateCommand = DeleteJobTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeletePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DeletePolicy", {})
22
- .n("MediaConvertClient", "DeletePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeletePolicyCommand)
25
- .de(Aws_restJson1_1.de_DeletePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeletePolicyCommand = DeletePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePresetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeletePresetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DeletePreset", {})
22
- .n("MediaConvertClient", "DeletePresetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeletePresetCommand)
25
- .de(Aws_restJson1_1.de_DeletePresetCommand)
26
- .build() {
27
- }
28
- exports.DeletePresetCommand = DeletePresetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DeleteQueue", {})
22
- .n("MediaConvertClient", "DeleteQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteQueueCommand)
25
- .de(Aws_restJson1_1.de_DeleteQueueCommand)
26
- .build() {
27
- }
28
- exports.DeleteQueueCommand = DeleteQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEndpointsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeEndpointsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DescribeEndpoints", {})
22
- .n("MediaConvertClient", "DescribeEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeEndpointsCommand)
25
- .de(Aws_restJson1_1.de_DescribeEndpointsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEndpointsCommand = DescribeEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DisassociateCertificateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "DisassociateCertificate", {})
22
- .n("MediaConvertClient", "DisassociateCertificateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateCertificateCommand)
25
- .de(Aws_restJson1_1.de_DisassociateCertificateCommand)
26
- .build() {
27
- }
28
- exports.DisassociateCertificateCommand = DisassociateCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "GetJob", {})
22
- .n("MediaConvertClient", "GetJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetJobCommand)
25
- .de(Aws_restJson1_1.de_GetJobCommand)
26
- .build() {
27
- }
28
- exports.GetJobCommand = GetJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetJobTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetJobTemplateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "GetJobTemplate", {})
22
- .n("MediaConvertClient", "GetJobTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetJobTemplateCommand)
25
- .de(Aws_restJson1_1.de_GetJobTemplateCommand)
26
- .build() {
27
- }
28
- exports.GetJobTemplateCommand = GetJobTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "GetPolicy", {})
22
- .n("MediaConvertClient", "GetPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetPolicyCommand = GetPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPresetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetPresetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "GetPreset", {})
22
- .n("MediaConvertClient", "GetPresetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPresetCommand)
25
- .de(Aws_restJson1_1.de_GetPresetCommand)
26
- .build() {
27
- }
28
- exports.GetPresetCommand = GetPresetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetQueueCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetQueueCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MediaConvert", "GetQueue", {})
22
- .n("MediaConvertClient", "GetQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetQueueCommand)
25
- .de(Aws_restJson1_1.de_GetQueueCommand)
26
- .build() {
27
- }
28
- exports.GetQueueCommand = GetQueueCommand;
1
+ module.exports = require("../index.js");