@aws-sdk/client-waf-regional 3.490.0 → 3.495.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 (93) hide show
  1. package/dist-cjs/WAFRegional.js +1 -173
  2. package/dist-cjs/WAFRegionalClient.js +1 -43
  3. package/dist-cjs/commands/AssociateWebACLCommand.js +1 -28
  4. package/dist-cjs/commands/CreateByteMatchSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +1 -28
  6. package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  11. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  12. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +1 -28
  14. package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
  15. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +1 -28
  16. package/dist-cjs/commands/CreateXssMatchSetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +1 -28
  31. package/dist-cjs/commands/DisassociateWebACLCommand.js +1 -28
  32. package/dist-cjs/commands/GetByteMatchSetCommand.js +1 -28
  33. package/dist-cjs/commands/GetChangeTokenCommand.js +1 -28
  34. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +1 -28
  35. package/dist-cjs/commands/GetGeoMatchSetCommand.js +1 -28
  36. package/dist-cjs/commands/GetIPSetCommand.js +1 -28
  37. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
  39. package/dist-cjs/commands/GetRateBasedRuleCommand.js +1 -28
  40. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +1 -28
  41. package/dist-cjs/commands/GetRegexMatchSetCommand.js +1 -28
  42. package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
  43. package/dist-cjs/commands/GetRuleCommand.js +1 -28
  44. package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
  45. package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
  46. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +1 -28
  47. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +1 -28
  48. package/dist-cjs/commands/GetWebACLCommand.js +1 -28
  49. package/dist-cjs/commands/GetWebACLForResourceCommand.js +1 -28
  50. package/dist-cjs/commands/GetXssMatchSetCommand.js +1 -28
  51. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +1 -28
  52. package/dist-cjs/commands/ListByteMatchSetsCommand.js +1 -28
  53. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +1 -28
  54. package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
  55. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  56. package/dist-cjs/commands/ListRateBasedRulesCommand.js +1 -28
  57. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +1 -28
  58. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
  59. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +1 -28
  60. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  61. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  62. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +1 -28
  63. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +1 -28
  64. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +1 -28
  65. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  66. package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
  67. package/dist-cjs/commands/ListXssMatchSetsCommand.js +1 -28
  68. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
  69. package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
  70. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  71. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
  78. package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +1 -28
  82. package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
  83. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +1 -28
  84. package/dist-cjs/commands/index.js +1 -84
  85. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  86. package/dist-cjs/extensionConfiguration.js +1 -2
  87. package/dist-cjs/index.js +6931 -10
  88. package/dist-cjs/models/WAFRegionalServiceException.js +1 -12
  89. package/dist-cjs/models/index.js +1 -4
  90. package/dist-cjs/models/models_0.js +1 -633
  91. package/dist-cjs/protocols/Aws_json1_1.js +1 -4544
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/package.json +39 -39
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRuleGroupCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateRuleGroupCommand 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("AWSWAF_Regional_20161128", "UpdateRuleGroup", {})
22
- .n("WAFRegionalClient", "UpdateRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_UpdateRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSizeConstraintSetCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateSizeConstraintSetCommand 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("AWSWAF_Regional_20161128", "UpdateSizeConstraintSet", {})
22
- .n("WAFRegionalClient", "UpdateSizeConstraintSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateSizeConstraintSetCommand)
25
- .de(Aws_json1_1_1.de_UpdateSizeConstraintSetCommand)
26
- .build() {
27
- }
28
- exports.UpdateSizeConstraintSetCommand = UpdateSizeConstraintSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSqlInjectionMatchSetCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateSqlInjectionMatchSetCommand 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("AWSWAF_Regional_20161128", "UpdateSqlInjectionMatchSet", {})
22
- .n("WAFRegionalClient", "UpdateSqlInjectionMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateSqlInjectionMatchSetCommand)
25
- .de(Aws_json1_1_1.de_UpdateSqlInjectionMatchSetCommand)
26
- .build() {
27
- }
28
- exports.UpdateSqlInjectionMatchSetCommand = UpdateSqlInjectionMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWebACLCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateWebACLCommand 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("AWSWAF_Regional_20161128", "UpdateWebACL", {})
22
- .n("WAFRegionalClient", "UpdateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateWebACLCommand)
25
- .de(Aws_json1_1_1.de_UpdateWebACLCommand)
26
- .build() {
27
- }
28
- exports.UpdateWebACLCommand = UpdateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateXssMatchSetCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateXssMatchSetCommand 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("AWSWAF_Regional_20161128", "UpdateXssMatchSet", {})
22
- .n("WAFRegionalClient", "UpdateXssMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateXssMatchSetCommand)
25
- .de(Aws_json1_1_1.de_UpdateXssMatchSetCommand)
26
- .build() {
27
- }
28
- exports.UpdateXssMatchSetCommand = UpdateXssMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,84 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateWebACLCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateByteMatchSetCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateGeoMatchSetCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateIPSetCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateRateBasedRuleCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateRegexMatchSetCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateRegexPatternSetCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateRuleGroupCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateSizeConstraintSetCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateSqlInjectionMatchSetCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateWebACLCommand"), exports);
16
- tslib_1.__exportStar(require("./CreateWebACLMigrationStackCommand"), exports);
17
- tslib_1.__exportStar(require("./CreateXssMatchSetCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteByteMatchSetCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteGeoMatchSetCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteIPSetCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteLoggingConfigurationCommand"), exports);
22
- tslib_1.__exportStar(require("./DeletePermissionPolicyCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteRateBasedRuleCommand"), exports);
24
- tslib_1.__exportStar(require("./DeleteRegexMatchSetCommand"), exports);
25
- tslib_1.__exportStar(require("./DeleteRegexPatternSetCommand"), exports);
26
- tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
27
- tslib_1.__exportStar(require("./DeleteRuleGroupCommand"), exports);
28
- tslib_1.__exportStar(require("./DeleteSizeConstraintSetCommand"), exports);
29
- tslib_1.__exportStar(require("./DeleteSqlInjectionMatchSetCommand"), exports);
30
- tslib_1.__exportStar(require("./DeleteWebACLCommand"), exports);
31
- tslib_1.__exportStar(require("./DeleteXssMatchSetCommand"), exports);
32
- tslib_1.__exportStar(require("./DisassociateWebACLCommand"), exports);
33
- tslib_1.__exportStar(require("./GetByteMatchSetCommand"), exports);
34
- tslib_1.__exportStar(require("./GetChangeTokenCommand"), exports);
35
- tslib_1.__exportStar(require("./GetChangeTokenStatusCommand"), exports);
36
- tslib_1.__exportStar(require("./GetGeoMatchSetCommand"), exports);
37
- tslib_1.__exportStar(require("./GetIPSetCommand"), exports);
38
- tslib_1.__exportStar(require("./GetLoggingConfigurationCommand"), exports);
39
- tslib_1.__exportStar(require("./GetPermissionPolicyCommand"), exports);
40
- tslib_1.__exportStar(require("./GetRateBasedRuleCommand"), exports);
41
- tslib_1.__exportStar(require("./GetRateBasedRuleManagedKeysCommand"), exports);
42
- tslib_1.__exportStar(require("./GetRegexMatchSetCommand"), exports);
43
- tslib_1.__exportStar(require("./GetRegexPatternSetCommand"), exports);
44
- tslib_1.__exportStar(require("./GetRuleCommand"), exports);
45
- tslib_1.__exportStar(require("./GetRuleGroupCommand"), exports);
46
- tslib_1.__exportStar(require("./GetSampledRequestsCommand"), exports);
47
- tslib_1.__exportStar(require("./GetSizeConstraintSetCommand"), exports);
48
- tslib_1.__exportStar(require("./GetSqlInjectionMatchSetCommand"), exports);
49
- tslib_1.__exportStar(require("./GetWebACLCommand"), exports);
50
- tslib_1.__exportStar(require("./GetWebACLForResourceCommand"), exports);
51
- tslib_1.__exportStar(require("./GetXssMatchSetCommand"), exports);
52
- tslib_1.__exportStar(require("./ListActivatedRulesInRuleGroupCommand"), exports);
53
- tslib_1.__exportStar(require("./ListByteMatchSetsCommand"), exports);
54
- tslib_1.__exportStar(require("./ListGeoMatchSetsCommand"), exports);
55
- tslib_1.__exportStar(require("./ListIPSetsCommand"), exports);
56
- tslib_1.__exportStar(require("./ListLoggingConfigurationsCommand"), exports);
57
- tslib_1.__exportStar(require("./ListRateBasedRulesCommand"), exports);
58
- tslib_1.__exportStar(require("./ListRegexMatchSetsCommand"), exports);
59
- tslib_1.__exportStar(require("./ListRegexPatternSetsCommand"), exports);
60
- tslib_1.__exportStar(require("./ListResourcesForWebACLCommand"), exports);
61
- tslib_1.__exportStar(require("./ListRuleGroupsCommand"), exports);
62
- tslib_1.__exportStar(require("./ListRulesCommand"), exports);
63
- tslib_1.__exportStar(require("./ListSizeConstraintSetsCommand"), exports);
64
- tslib_1.__exportStar(require("./ListSqlInjectionMatchSetsCommand"), exports);
65
- tslib_1.__exportStar(require("./ListSubscribedRuleGroupsCommand"), exports);
66
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
67
- tslib_1.__exportStar(require("./ListWebACLsCommand"), exports);
68
- tslib_1.__exportStar(require("./ListXssMatchSetsCommand"), exports);
69
- tslib_1.__exportStar(require("./PutLoggingConfigurationCommand"), exports);
70
- tslib_1.__exportStar(require("./PutPermissionPolicyCommand"), exports);
71
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
72
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
73
- tslib_1.__exportStar(require("./UpdateByteMatchSetCommand"), exports);
74
- tslib_1.__exportStar(require("./UpdateGeoMatchSetCommand"), exports);
75
- tslib_1.__exportStar(require("./UpdateIPSetCommand"), exports);
76
- tslib_1.__exportStar(require("./UpdateRateBasedRuleCommand"), exports);
77
- tslib_1.__exportStar(require("./UpdateRegexMatchSetCommand"), exports);
78
- tslib_1.__exportStar(require("./UpdateRegexPatternSetCommand"), exports);
79
- tslib_1.__exportStar(require("./UpdateRuleCommand"), exports);
80
- tslib_1.__exportStar(require("./UpdateRuleGroupCommand"), exports);
81
- tslib_1.__exportStar(require("./UpdateSizeConstraintSetCommand"), exports);
82
- tslib_1.__exportStar(require("./UpdateSqlInjectionMatchSetCommand"), exports);
83
- tslib_1.__exportStar(require("./UpdateWebACLCommand"), exports);
84
- tslib_1.__exportStar(require("./UpdateXssMatchSetCommand"), 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: "waf-regional",
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");