@aws-sdk/client-waf-regional 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 (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 +6933 -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,173 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFRegional = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateWebACLCommand_1 = require("./commands/AssociateWebACLCommand");
6
- const CreateByteMatchSetCommand_1 = require("./commands/CreateByteMatchSetCommand");
7
- const CreateGeoMatchSetCommand_1 = require("./commands/CreateGeoMatchSetCommand");
8
- const CreateIPSetCommand_1 = require("./commands/CreateIPSetCommand");
9
- const CreateRateBasedRuleCommand_1 = require("./commands/CreateRateBasedRuleCommand");
10
- const CreateRegexMatchSetCommand_1 = require("./commands/CreateRegexMatchSetCommand");
11
- const CreateRegexPatternSetCommand_1 = require("./commands/CreateRegexPatternSetCommand");
12
- const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
13
- const CreateRuleGroupCommand_1 = require("./commands/CreateRuleGroupCommand");
14
- const CreateSizeConstraintSetCommand_1 = require("./commands/CreateSizeConstraintSetCommand");
15
- const CreateSqlInjectionMatchSetCommand_1 = require("./commands/CreateSqlInjectionMatchSetCommand");
16
- const CreateWebACLCommand_1 = require("./commands/CreateWebACLCommand");
17
- const CreateWebACLMigrationStackCommand_1 = require("./commands/CreateWebACLMigrationStackCommand");
18
- const CreateXssMatchSetCommand_1 = require("./commands/CreateXssMatchSetCommand");
19
- const DeleteByteMatchSetCommand_1 = require("./commands/DeleteByteMatchSetCommand");
20
- const DeleteGeoMatchSetCommand_1 = require("./commands/DeleteGeoMatchSetCommand");
21
- const DeleteIPSetCommand_1 = require("./commands/DeleteIPSetCommand");
22
- const DeleteLoggingConfigurationCommand_1 = require("./commands/DeleteLoggingConfigurationCommand");
23
- const DeletePermissionPolicyCommand_1 = require("./commands/DeletePermissionPolicyCommand");
24
- const DeleteRateBasedRuleCommand_1 = require("./commands/DeleteRateBasedRuleCommand");
25
- const DeleteRegexMatchSetCommand_1 = require("./commands/DeleteRegexMatchSetCommand");
26
- const DeleteRegexPatternSetCommand_1 = require("./commands/DeleteRegexPatternSetCommand");
27
- const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
28
- const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
29
- const DeleteSizeConstraintSetCommand_1 = require("./commands/DeleteSizeConstraintSetCommand");
30
- const DeleteSqlInjectionMatchSetCommand_1 = require("./commands/DeleteSqlInjectionMatchSetCommand");
31
- const DeleteWebACLCommand_1 = require("./commands/DeleteWebACLCommand");
32
- const DeleteXssMatchSetCommand_1 = require("./commands/DeleteXssMatchSetCommand");
33
- const DisassociateWebACLCommand_1 = require("./commands/DisassociateWebACLCommand");
34
- const GetByteMatchSetCommand_1 = require("./commands/GetByteMatchSetCommand");
35
- const GetChangeTokenCommand_1 = require("./commands/GetChangeTokenCommand");
36
- const GetChangeTokenStatusCommand_1 = require("./commands/GetChangeTokenStatusCommand");
37
- const GetGeoMatchSetCommand_1 = require("./commands/GetGeoMatchSetCommand");
38
- const GetIPSetCommand_1 = require("./commands/GetIPSetCommand");
39
- const GetLoggingConfigurationCommand_1 = require("./commands/GetLoggingConfigurationCommand");
40
- const GetPermissionPolicyCommand_1 = require("./commands/GetPermissionPolicyCommand");
41
- const GetRateBasedRuleCommand_1 = require("./commands/GetRateBasedRuleCommand");
42
- const GetRateBasedRuleManagedKeysCommand_1 = require("./commands/GetRateBasedRuleManagedKeysCommand");
43
- const GetRegexMatchSetCommand_1 = require("./commands/GetRegexMatchSetCommand");
44
- const GetRegexPatternSetCommand_1 = require("./commands/GetRegexPatternSetCommand");
45
- const GetRuleCommand_1 = require("./commands/GetRuleCommand");
46
- const GetRuleGroupCommand_1 = require("./commands/GetRuleGroupCommand");
47
- const GetSampledRequestsCommand_1 = require("./commands/GetSampledRequestsCommand");
48
- const GetSizeConstraintSetCommand_1 = require("./commands/GetSizeConstraintSetCommand");
49
- const GetSqlInjectionMatchSetCommand_1 = require("./commands/GetSqlInjectionMatchSetCommand");
50
- const GetWebACLCommand_1 = require("./commands/GetWebACLCommand");
51
- const GetWebACLForResourceCommand_1 = require("./commands/GetWebACLForResourceCommand");
52
- const GetXssMatchSetCommand_1 = require("./commands/GetXssMatchSetCommand");
53
- const ListActivatedRulesInRuleGroupCommand_1 = require("./commands/ListActivatedRulesInRuleGroupCommand");
54
- const ListByteMatchSetsCommand_1 = require("./commands/ListByteMatchSetsCommand");
55
- const ListGeoMatchSetsCommand_1 = require("./commands/ListGeoMatchSetsCommand");
56
- const ListIPSetsCommand_1 = require("./commands/ListIPSetsCommand");
57
- const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
58
- const ListRateBasedRulesCommand_1 = require("./commands/ListRateBasedRulesCommand");
59
- const ListRegexMatchSetsCommand_1 = require("./commands/ListRegexMatchSetsCommand");
60
- const ListRegexPatternSetsCommand_1 = require("./commands/ListRegexPatternSetsCommand");
61
- const ListResourcesForWebACLCommand_1 = require("./commands/ListResourcesForWebACLCommand");
62
- const ListRuleGroupsCommand_1 = require("./commands/ListRuleGroupsCommand");
63
- const ListRulesCommand_1 = require("./commands/ListRulesCommand");
64
- const ListSizeConstraintSetsCommand_1 = require("./commands/ListSizeConstraintSetsCommand");
65
- const ListSqlInjectionMatchSetsCommand_1 = require("./commands/ListSqlInjectionMatchSetsCommand");
66
- const ListSubscribedRuleGroupsCommand_1 = require("./commands/ListSubscribedRuleGroupsCommand");
67
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
68
- const ListWebACLsCommand_1 = require("./commands/ListWebACLsCommand");
69
- const ListXssMatchSetsCommand_1 = require("./commands/ListXssMatchSetsCommand");
70
- const PutLoggingConfigurationCommand_1 = require("./commands/PutLoggingConfigurationCommand");
71
- const PutPermissionPolicyCommand_1 = require("./commands/PutPermissionPolicyCommand");
72
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
73
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
74
- const UpdateByteMatchSetCommand_1 = require("./commands/UpdateByteMatchSetCommand");
75
- const UpdateGeoMatchSetCommand_1 = require("./commands/UpdateGeoMatchSetCommand");
76
- const UpdateIPSetCommand_1 = require("./commands/UpdateIPSetCommand");
77
- const UpdateRateBasedRuleCommand_1 = require("./commands/UpdateRateBasedRuleCommand");
78
- const UpdateRegexMatchSetCommand_1 = require("./commands/UpdateRegexMatchSetCommand");
79
- const UpdateRegexPatternSetCommand_1 = require("./commands/UpdateRegexPatternSetCommand");
80
- const UpdateRuleCommand_1 = require("./commands/UpdateRuleCommand");
81
- const UpdateRuleGroupCommand_1 = require("./commands/UpdateRuleGroupCommand");
82
- const UpdateSizeConstraintSetCommand_1 = require("./commands/UpdateSizeConstraintSetCommand");
83
- const UpdateSqlInjectionMatchSetCommand_1 = require("./commands/UpdateSqlInjectionMatchSetCommand");
84
- const UpdateWebACLCommand_1 = require("./commands/UpdateWebACLCommand");
85
- const UpdateXssMatchSetCommand_1 = require("./commands/UpdateXssMatchSetCommand");
86
- const WAFRegionalClient_1 = require("./WAFRegionalClient");
87
- const commands = {
88
- AssociateWebACLCommand: AssociateWebACLCommand_1.AssociateWebACLCommand,
89
- CreateByteMatchSetCommand: CreateByteMatchSetCommand_1.CreateByteMatchSetCommand,
90
- CreateGeoMatchSetCommand: CreateGeoMatchSetCommand_1.CreateGeoMatchSetCommand,
91
- CreateIPSetCommand: CreateIPSetCommand_1.CreateIPSetCommand,
92
- CreateRateBasedRuleCommand: CreateRateBasedRuleCommand_1.CreateRateBasedRuleCommand,
93
- CreateRegexMatchSetCommand: CreateRegexMatchSetCommand_1.CreateRegexMatchSetCommand,
94
- CreateRegexPatternSetCommand: CreateRegexPatternSetCommand_1.CreateRegexPatternSetCommand,
95
- CreateRuleCommand: CreateRuleCommand_1.CreateRuleCommand,
96
- CreateRuleGroupCommand: CreateRuleGroupCommand_1.CreateRuleGroupCommand,
97
- CreateSizeConstraintSetCommand: CreateSizeConstraintSetCommand_1.CreateSizeConstraintSetCommand,
98
- CreateSqlInjectionMatchSetCommand: CreateSqlInjectionMatchSetCommand_1.CreateSqlInjectionMatchSetCommand,
99
- CreateWebACLCommand: CreateWebACLCommand_1.CreateWebACLCommand,
100
- CreateWebACLMigrationStackCommand: CreateWebACLMigrationStackCommand_1.CreateWebACLMigrationStackCommand,
101
- CreateXssMatchSetCommand: CreateXssMatchSetCommand_1.CreateXssMatchSetCommand,
102
- DeleteByteMatchSetCommand: DeleteByteMatchSetCommand_1.DeleteByteMatchSetCommand,
103
- DeleteGeoMatchSetCommand: DeleteGeoMatchSetCommand_1.DeleteGeoMatchSetCommand,
104
- DeleteIPSetCommand: DeleteIPSetCommand_1.DeleteIPSetCommand,
105
- DeleteLoggingConfigurationCommand: DeleteLoggingConfigurationCommand_1.DeleteLoggingConfigurationCommand,
106
- DeletePermissionPolicyCommand: DeletePermissionPolicyCommand_1.DeletePermissionPolicyCommand,
107
- DeleteRateBasedRuleCommand: DeleteRateBasedRuleCommand_1.DeleteRateBasedRuleCommand,
108
- DeleteRegexMatchSetCommand: DeleteRegexMatchSetCommand_1.DeleteRegexMatchSetCommand,
109
- DeleteRegexPatternSetCommand: DeleteRegexPatternSetCommand_1.DeleteRegexPatternSetCommand,
110
- DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
111
- DeleteRuleGroupCommand: DeleteRuleGroupCommand_1.DeleteRuleGroupCommand,
112
- DeleteSizeConstraintSetCommand: DeleteSizeConstraintSetCommand_1.DeleteSizeConstraintSetCommand,
113
- DeleteSqlInjectionMatchSetCommand: DeleteSqlInjectionMatchSetCommand_1.DeleteSqlInjectionMatchSetCommand,
114
- DeleteWebACLCommand: DeleteWebACLCommand_1.DeleteWebACLCommand,
115
- DeleteXssMatchSetCommand: DeleteXssMatchSetCommand_1.DeleteXssMatchSetCommand,
116
- DisassociateWebACLCommand: DisassociateWebACLCommand_1.DisassociateWebACLCommand,
117
- GetByteMatchSetCommand: GetByteMatchSetCommand_1.GetByteMatchSetCommand,
118
- GetChangeTokenCommand: GetChangeTokenCommand_1.GetChangeTokenCommand,
119
- GetChangeTokenStatusCommand: GetChangeTokenStatusCommand_1.GetChangeTokenStatusCommand,
120
- GetGeoMatchSetCommand: GetGeoMatchSetCommand_1.GetGeoMatchSetCommand,
121
- GetIPSetCommand: GetIPSetCommand_1.GetIPSetCommand,
122
- GetLoggingConfigurationCommand: GetLoggingConfigurationCommand_1.GetLoggingConfigurationCommand,
123
- GetPermissionPolicyCommand: GetPermissionPolicyCommand_1.GetPermissionPolicyCommand,
124
- GetRateBasedRuleCommand: GetRateBasedRuleCommand_1.GetRateBasedRuleCommand,
125
- GetRateBasedRuleManagedKeysCommand: GetRateBasedRuleManagedKeysCommand_1.GetRateBasedRuleManagedKeysCommand,
126
- GetRegexMatchSetCommand: GetRegexMatchSetCommand_1.GetRegexMatchSetCommand,
127
- GetRegexPatternSetCommand: GetRegexPatternSetCommand_1.GetRegexPatternSetCommand,
128
- GetRuleCommand: GetRuleCommand_1.GetRuleCommand,
129
- GetRuleGroupCommand: GetRuleGroupCommand_1.GetRuleGroupCommand,
130
- GetSampledRequestsCommand: GetSampledRequestsCommand_1.GetSampledRequestsCommand,
131
- GetSizeConstraintSetCommand: GetSizeConstraintSetCommand_1.GetSizeConstraintSetCommand,
132
- GetSqlInjectionMatchSetCommand: GetSqlInjectionMatchSetCommand_1.GetSqlInjectionMatchSetCommand,
133
- GetWebACLCommand: GetWebACLCommand_1.GetWebACLCommand,
134
- GetWebACLForResourceCommand: GetWebACLForResourceCommand_1.GetWebACLForResourceCommand,
135
- GetXssMatchSetCommand: GetXssMatchSetCommand_1.GetXssMatchSetCommand,
136
- ListActivatedRulesInRuleGroupCommand: ListActivatedRulesInRuleGroupCommand_1.ListActivatedRulesInRuleGroupCommand,
137
- ListByteMatchSetsCommand: ListByteMatchSetsCommand_1.ListByteMatchSetsCommand,
138
- ListGeoMatchSetsCommand: ListGeoMatchSetsCommand_1.ListGeoMatchSetsCommand,
139
- ListIPSetsCommand: ListIPSetsCommand_1.ListIPSetsCommand,
140
- ListLoggingConfigurationsCommand: ListLoggingConfigurationsCommand_1.ListLoggingConfigurationsCommand,
141
- ListRateBasedRulesCommand: ListRateBasedRulesCommand_1.ListRateBasedRulesCommand,
142
- ListRegexMatchSetsCommand: ListRegexMatchSetsCommand_1.ListRegexMatchSetsCommand,
143
- ListRegexPatternSetsCommand: ListRegexPatternSetsCommand_1.ListRegexPatternSetsCommand,
144
- ListResourcesForWebACLCommand: ListResourcesForWebACLCommand_1.ListResourcesForWebACLCommand,
145
- ListRuleGroupsCommand: ListRuleGroupsCommand_1.ListRuleGroupsCommand,
146
- ListRulesCommand: ListRulesCommand_1.ListRulesCommand,
147
- ListSizeConstraintSetsCommand: ListSizeConstraintSetsCommand_1.ListSizeConstraintSetsCommand,
148
- ListSqlInjectionMatchSetsCommand: ListSqlInjectionMatchSetsCommand_1.ListSqlInjectionMatchSetsCommand,
149
- ListSubscribedRuleGroupsCommand: ListSubscribedRuleGroupsCommand_1.ListSubscribedRuleGroupsCommand,
150
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
151
- ListWebACLsCommand: ListWebACLsCommand_1.ListWebACLsCommand,
152
- ListXssMatchSetsCommand: ListXssMatchSetsCommand_1.ListXssMatchSetsCommand,
153
- PutLoggingConfigurationCommand: PutLoggingConfigurationCommand_1.PutLoggingConfigurationCommand,
154
- PutPermissionPolicyCommand: PutPermissionPolicyCommand_1.PutPermissionPolicyCommand,
155
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
156
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
157
- UpdateByteMatchSetCommand: UpdateByteMatchSetCommand_1.UpdateByteMatchSetCommand,
158
- UpdateGeoMatchSetCommand: UpdateGeoMatchSetCommand_1.UpdateGeoMatchSetCommand,
159
- UpdateIPSetCommand: UpdateIPSetCommand_1.UpdateIPSetCommand,
160
- UpdateRateBasedRuleCommand: UpdateRateBasedRuleCommand_1.UpdateRateBasedRuleCommand,
161
- UpdateRegexMatchSetCommand: UpdateRegexMatchSetCommand_1.UpdateRegexMatchSetCommand,
162
- UpdateRegexPatternSetCommand: UpdateRegexPatternSetCommand_1.UpdateRegexPatternSetCommand,
163
- UpdateRuleCommand: UpdateRuleCommand_1.UpdateRuleCommand,
164
- UpdateRuleGroupCommand: UpdateRuleGroupCommand_1.UpdateRuleGroupCommand,
165
- UpdateSizeConstraintSetCommand: UpdateSizeConstraintSetCommand_1.UpdateSizeConstraintSetCommand,
166
- UpdateSqlInjectionMatchSetCommand: UpdateSqlInjectionMatchSetCommand_1.UpdateSqlInjectionMatchSetCommand,
167
- UpdateWebACLCommand: UpdateWebACLCommand_1.UpdateWebACLCommand,
168
- UpdateXssMatchSetCommand: UpdateXssMatchSetCommand_1.UpdateXssMatchSetCommand,
169
- };
170
- class WAFRegional extends WAFRegionalClient_1.WAFRegionalClient {
171
- }
172
- exports.WAFRegional = WAFRegional;
173
- (0, smithy_client_1.createAggregatedClient)(commands, WAFRegional);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFRegionalClient = 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 WAFRegionalClient 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.WAFRegionalClient = WAFRegionalClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateWebACLCommand = 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 AssociateWebACLCommand 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", "AssociateWebACL", {})
22
- .n("WAFRegionalClient", "AssociateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateWebACLCommand)
25
- .de(Aws_json1_1_1.de_AssociateWebACLCommand)
26
- .build() {
27
- }
28
- exports.AssociateWebACLCommand = AssociateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateByteMatchSetCommand = 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 CreateByteMatchSetCommand 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", "CreateByteMatchSet", {})
22
- .n("WAFRegionalClient", "CreateByteMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateByteMatchSetCommand)
25
- .de(Aws_json1_1_1.de_CreateByteMatchSetCommand)
26
- .build() {
27
- }
28
- exports.CreateByteMatchSetCommand = CreateByteMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGeoMatchSetCommand = 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 CreateGeoMatchSetCommand 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", "CreateGeoMatchSet", {})
22
- .n("WAFRegionalClient", "CreateGeoMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateGeoMatchSetCommand)
25
- .de(Aws_json1_1_1.de_CreateGeoMatchSetCommand)
26
- .build() {
27
- }
28
- exports.CreateGeoMatchSetCommand = CreateGeoMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateIPSetCommand = 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 CreateIPSetCommand 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", "CreateIPSet", {})
22
- .n("WAFRegionalClient", "CreateIPSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateIPSetCommand)
25
- .de(Aws_json1_1_1.de_CreateIPSetCommand)
26
- .build() {
27
- }
28
- exports.CreateIPSetCommand = CreateIPSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRateBasedRuleCommand = 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 CreateRateBasedRuleCommand 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", "CreateRateBasedRule", {})
22
- .n("WAFRegionalClient", "CreateRateBasedRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRateBasedRuleCommand)
25
- .de(Aws_json1_1_1.de_CreateRateBasedRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateRateBasedRuleCommand = CreateRateBasedRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRegexMatchSetCommand = 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 CreateRegexMatchSetCommand 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", "CreateRegexMatchSet", {})
22
- .n("WAFRegionalClient", "CreateRegexMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRegexMatchSetCommand)
25
- .de(Aws_json1_1_1.de_CreateRegexMatchSetCommand)
26
- .build() {
27
- }
28
- exports.CreateRegexMatchSetCommand = CreateRegexMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRegexPatternSetCommand = 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 CreateRegexPatternSetCommand 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", "CreateRegexPatternSet", {})
22
- .n("WAFRegionalClient", "CreateRegexPatternSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRegexPatternSetCommand)
25
- .de(Aws_json1_1_1.de_CreateRegexPatternSetCommand)
26
- .build() {
27
- }
28
- exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleCommand = 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 CreateRuleCommand 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", "CreateRule", {})
22
- .n("WAFRegionalClient", "CreateRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRuleCommand)
25
- .de(Aws_json1_1_1.de_CreateRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateRuleCommand = CreateRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleGroupCommand = 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 CreateRuleGroupCommand 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", "CreateRuleGroup", {})
22
- .n("WAFRegionalClient", "CreateRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSizeConstraintSetCommand = 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 CreateSizeConstraintSetCommand 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", "CreateSizeConstraintSet", {})
22
- .n("WAFRegionalClient", "CreateSizeConstraintSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSizeConstraintSetCommand)
25
- .de(Aws_json1_1_1.de_CreateSizeConstraintSetCommand)
26
- .build() {
27
- }
28
- exports.CreateSizeConstraintSetCommand = CreateSizeConstraintSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSqlInjectionMatchSetCommand = 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 CreateSqlInjectionMatchSetCommand 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", "CreateSqlInjectionMatchSet", {})
22
- .n("WAFRegionalClient", "CreateSqlInjectionMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSqlInjectionMatchSetCommand)
25
- .de(Aws_json1_1_1.de_CreateSqlInjectionMatchSetCommand)
26
- .build() {
27
- }
28
- exports.CreateSqlInjectionMatchSetCommand = CreateSqlInjectionMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWebACLCommand = 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 CreateWebACLCommand 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", "CreateWebACL", {})
22
- .n("WAFRegionalClient", "CreateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateWebACLCommand)
25
- .de(Aws_json1_1_1.de_CreateWebACLCommand)
26
- .build() {
27
- }
28
- exports.CreateWebACLCommand = CreateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWebACLMigrationStackCommand = 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 CreateWebACLMigrationStackCommand 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", "CreateWebACLMigrationStack", {})
22
- .n("WAFRegionalClient", "CreateWebACLMigrationStackCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateWebACLMigrationStackCommand)
25
- .de(Aws_json1_1_1.de_CreateWebACLMigrationStackCommand)
26
- .build() {
27
- }
28
- exports.CreateWebACLMigrationStackCommand = CreateWebACLMigrationStackCommand;
1
+ module.exports = require("../index.js");