@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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobTemplatesCommand = 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 ListJobTemplatesCommand 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", "ListJobTemplates", {})
22
- .n("MediaConvertClient", "ListJobTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListJobTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListJobTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListJobTemplatesCommand = ListJobTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobsCommand = 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 ListJobsCommand 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", "ListJobs", {})
22
- .n("MediaConvertClient", "ListJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListJobsCommand)
25
- .de(Aws_restJson1_1.de_ListJobsCommand)
26
- .build() {
27
- }
28
- exports.ListJobsCommand = ListJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPresetsCommand = 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 ListPresetsCommand 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", "ListPresets", {})
22
- .n("MediaConvertClient", "ListPresetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPresetsCommand)
25
- .de(Aws_restJson1_1.de_ListPresetsCommand)
26
- .build() {
27
- }
28
- exports.ListPresetsCommand = ListPresetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListQueuesCommand = 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 ListQueuesCommand 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", "ListQueues", {})
22
- .n("MediaConvertClient", "ListQueuesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListQueuesCommand)
25
- .de(Aws_restJson1_1.de_ListQueuesCommand)
26
- .build() {
27
- }
28
- exports.ListQueuesCommand = ListQueuesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("MediaConvertClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutPolicyCommand = 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 PutPolicyCommand 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", "PutPolicy", {})
22
- .n("MediaConvertClient", "PutPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutPolicyCommand)
25
- .de(Aws_restJson1_1.de_PutPolicyCommand)
26
- .build() {
27
- }
28
- exports.PutPolicyCommand = PutPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("MediaConvertClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("MediaConvertClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateJobTemplateCommand = 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 UpdateJobTemplateCommand 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", "UpdateJobTemplate", {})
22
- .n("MediaConvertClient", "UpdateJobTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateJobTemplateCommand)
25
- .de(Aws_restJson1_1.de_UpdateJobTemplateCommand)
26
- .build() {
27
- }
28
- exports.UpdateJobTemplateCommand = UpdateJobTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePresetCommand = 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 UpdatePresetCommand 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", "UpdatePreset", {})
22
- .n("MediaConvertClient", "UpdatePresetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePresetCommand)
25
- .de(Aws_restJson1_1.de_UpdatePresetCommand)
26
- .build() {
27
- }
28
- exports.UpdatePresetCommand = UpdatePresetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateQueueCommand = 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 UpdateQueueCommand 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", "UpdateQueue", {})
22
- .n("MediaConvertClient", "UpdateQueueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateQueueCommand)
25
- .de(Aws_restJson1_1.de_UpdateQueueCommand)
26
- .build() {
27
- }
28
- exports.UpdateQueueCommand = UpdateQueueCommand;
1
+ module.exports = require("../index.js");
@@ -1,31 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateCertificateCommand"), exports);
5
- tslib_1.__exportStar(require("./CancelJobCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateJobCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateJobTemplateCommand"), exports);
8
- tslib_1.__exportStar(require("./CreatePresetCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateQueueCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteJobTemplateCommand"), exports);
11
- tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
12
- tslib_1.__exportStar(require("./DeletePresetCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteQueueCommand"), exports);
14
- tslib_1.__exportStar(require("./DescribeEndpointsCommand"), exports);
15
- tslib_1.__exportStar(require("./DisassociateCertificateCommand"), exports);
16
- tslib_1.__exportStar(require("./GetJobCommand"), exports);
17
- tslib_1.__exportStar(require("./GetJobTemplateCommand"), exports);
18
- tslib_1.__exportStar(require("./GetPolicyCommand"), exports);
19
- tslib_1.__exportStar(require("./GetPresetCommand"), exports);
20
- tslib_1.__exportStar(require("./GetQueueCommand"), exports);
21
- tslib_1.__exportStar(require("./ListJobTemplatesCommand"), exports);
22
- tslib_1.__exportStar(require("./ListJobsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListPresetsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListQueuesCommand"), exports);
25
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./PutPolicyCommand"), exports);
27
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
28
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateJobTemplateCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdatePresetCommand"), exports);
31
- tslib_1.__exportStar(require("./UpdateQueueCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "mediaconvert",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");