@aws-sdk/client-waf 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WAF.d.ts +1390 -390
- package/dist-types/ts3.4/WAFClient.d.ts +590 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/WAFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2460 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,150 +1,590 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateByteMatchSetCommandInput,
|
|
47
|
+
CreateByteMatchSetCommandOutput,
|
|
48
|
+
} from "./commands/CreateByteMatchSetCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateGeoMatchSetCommandInput,
|
|
51
|
+
CreateGeoMatchSetCommandOutput,
|
|
52
|
+
} from "./commands/CreateGeoMatchSetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateIPSetCommandInput,
|
|
55
|
+
CreateIPSetCommandOutput,
|
|
56
|
+
} from "./commands/CreateIPSetCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateRateBasedRuleCommandInput,
|
|
59
|
+
CreateRateBasedRuleCommandOutput,
|
|
60
|
+
} from "./commands/CreateRateBasedRuleCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateRegexMatchSetCommandInput,
|
|
63
|
+
CreateRegexMatchSetCommandOutput,
|
|
64
|
+
} from "./commands/CreateRegexMatchSetCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateRegexPatternSetCommandInput,
|
|
67
|
+
CreateRegexPatternSetCommandOutput,
|
|
68
|
+
} from "./commands/CreateRegexPatternSetCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateRuleCommandInput,
|
|
71
|
+
CreateRuleCommandOutput,
|
|
72
|
+
} from "./commands/CreateRuleCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateRuleGroupCommandInput,
|
|
75
|
+
CreateRuleGroupCommandOutput,
|
|
76
|
+
} from "./commands/CreateRuleGroupCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateSizeConstraintSetCommandInput,
|
|
79
|
+
CreateSizeConstraintSetCommandOutput,
|
|
80
|
+
} from "./commands/CreateSizeConstraintSetCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateSqlInjectionMatchSetCommandInput,
|
|
83
|
+
CreateSqlInjectionMatchSetCommandOutput,
|
|
84
|
+
} from "./commands/CreateSqlInjectionMatchSetCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateWebACLCommandInput,
|
|
87
|
+
CreateWebACLCommandOutput,
|
|
88
|
+
} from "./commands/CreateWebACLCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateWebACLMigrationStackCommandInput,
|
|
91
|
+
CreateWebACLMigrationStackCommandOutput,
|
|
92
|
+
} from "./commands/CreateWebACLMigrationStackCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateXssMatchSetCommandInput,
|
|
95
|
+
CreateXssMatchSetCommandOutput,
|
|
96
|
+
} from "./commands/CreateXssMatchSetCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteByteMatchSetCommandInput,
|
|
99
|
+
DeleteByteMatchSetCommandOutput,
|
|
100
|
+
} from "./commands/DeleteByteMatchSetCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteGeoMatchSetCommandInput,
|
|
103
|
+
DeleteGeoMatchSetCommandOutput,
|
|
104
|
+
} from "./commands/DeleteGeoMatchSetCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteIPSetCommandInput,
|
|
107
|
+
DeleteIPSetCommandOutput,
|
|
108
|
+
} from "./commands/DeleteIPSetCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteLoggingConfigurationCommandInput,
|
|
111
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
112
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeletePermissionPolicyCommandInput,
|
|
115
|
+
DeletePermissionPolicyCommandOutput,
|
|
116
|
+
} from "./commands/DeletePermissionPolicyCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteRateBasedRuleCommandInput,
|
|
119
|
+
DeleteRateBasedRuleCommandOutput,
|
|
120
|
+
} from "./commands/DeleteRateBasedRuleCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteRegexMatchSetCommandInput,
|
|
123
|
+
DeleteRegexMatchSetCommandOutput,
|
|
124
|
+
} from "./commands/DeleteRegexMatchSetCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteRegexPatternSetCommandInput,
|
|
127
|
+
DeleteRegexPatternSetCommandOutput,
|
|
128
|
+
} from "./commands/DeleteRegexPatternSetCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeleteRuleCommandInput,
|
|
131
|
+
DeleteRuleCommandOutput,
|
|
132
|
+
} from "./commands/DeleteRuleCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteRuleGroupCommandInput,
|
|
135
|
+
DeleteRuleGroupCommandOutput,
|
|
136
|
+
} from "./commands/DeleteRuleGroupCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteSizeConstraintSetCommandInput,
|
|
139
|
+
DeleteSizeConstraintSetCommandOutput,
|
|
140
|
+
} from "./commands/DeleteSizeConstraintSetCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteSqlInjectionMatchSetCommandInput,
|
|
143
|
+
DeleteSqlInjectionMatchSetCommandOutput,
|
|
144
|
+
} from "./commands/DeleteSqlInjectionMatchSetCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteWebACLCommandInput,
|
|
147
|
+
DeleteWebACLCommandOutput,
|
|
148
|
+
} from "./commands/DeleteWebACLCommand";
|
|
149
|
+
import {
|
|
150
|
+
DeleteXssMatchSetCommandInput,
|
|
151
|
+
DeleteXssMatchSetCommandOutput,
|
|
152
|
+
} from "./commands/DeleteXssMatchSetCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetByteMatchSetCommandInput,
|
|
155
|
+
GetByteMatchSetCommandOutput,
|
|
156
|
+
} from "./commands/GetByteMatchSetCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetChangeTokenCommandInput,
|
|
159
|
+
GetChangeTokenCommandOutput,
|
|
160
|
+
} from "./commands/GetChangeTokenCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetChangeTokenStatusCommandInput,
|
|
163
|
+
GetChangeTokenStatusCommandOutput,
|
|
164
|
+
} from "./commands/GetChangeTokenStatusCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetGeoMatchSetCommandInput,
|
|
167
|
+
GetGeoMatchSetCommandOutput,
|
|
168
|
+
} from "./commands/GetGeoMatchSetCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetIPSetCommandInput,
|
|
171
|
+
GetIPSetCommandOutput,
|
|
172
|
+
} from "./commands/GetIPSetCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetLoggingConfigurationCommandInput,
|
|
175
|
+
GetLoggingConfigurationCommandOutput,
|
|
176
|
+
} from "./commands/GetLoggingConfigurationCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetPermissionPolicyCommandInput,
|
|
179
|
+
GetPermissionPolicyCommandOutput,
|
|
180
|
+
} from "./commands/GetPermissionPolicyCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetRateBasedRuleCommandInput,
|
|
183
|
+
GetRateBasedRuleCommandOutput,
|
|
184
|
+
} from "./commands/GetRateBasedRuleCommand";
|
|
185
|
+
import {
|
|
186
|
+
GetRateBasedRuleManagedKeysCommandInput,
|
|
187
|
+
GetRateBasedRuleManagedKeysCommandOutput,
|
|
188
|
+
} from "./commands/GetRateBasedRuleManagedKeysCommand";
|
|
189
|
+
import {
|
|
190
|
+
GetRegexMatchSetCommandInput,
|
|
191
|
+
GetRegexMatchSetCommandOutput,
|
|
192
|
+
} from "./commands/GetRegexMatchSetCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetRegexPatternSetCommandInput,
|
|
195
|
+
GetRegexPatternSetCommandOutput,
|
|
196
|
+
} from "./commands/GetRegexPatternSetCommand";
|
|
197
|
+
import {
|
|
198
|
+
GetRuleCommandInput,
|
|
199
|
+
GetRuleCommandOutput,
|
|
200
|
+
} from "./commands/GetRuleCommand";
|
|
201
|
+
import {
|
|
202
|
+
GetRuleGroupCommandInput,
|
|
203
|
+
GetRuleGroupCommandOutput,
|
|
204
|
+
} from "./commands/GetRuleGroupCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetSampledRequestsCommandInput,
|
|
207
|
+
GetSampledRequestsCommandOutput,
|
|
208
|
+
} from "./commands/GetSampledRequestsCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetSizeConstraintSetCommandInput,
|
|
211
|
+
GetSizeConstraintSetCommandOutput,
|
|
212
|
+
} from "./commands/GetSizeConstraintSetCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetSqlInjectionMatchSetCommandInput,
|
|
215
|
+
GetSqlInjectionMatchSetCommandOutput,
|
|
216
|
+
} from "./commands/GetSqlInjectionMatchSetCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetWebACLCommandInput,
|
|
219
|
+
GetWebACLCommandOutput,
|
|
220
|
+
} from "./commands/GetWebACLCommand";
|
|
221
|
+
import {
|
|
222
|
+
GetXssMatchSetCommandInput,
|
|
223
|
+
GetXssMatchSetCommandOutput,
|
|
224
|
+
} from "./commands/GetXssMatchSetCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListActivatedRulesInRuleGroupCommandInput,
|
|
227
|
+
ListActivatedRulesInRuleGroupCommandOutput,
|
|
228
|
+
} from "./commands/ListActivatedRulesInRuleGroupCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListByteMatchSetsCommandInput,
|
|
231
|
+
ListByteMatchSetsCommandOutput,
|
|
232
|
+
} from "./commands/ListByteMatchSetsCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListGeoMatchSetsCommandInput,
|
|
235
|
+
ListGeoMatchSetsCommandOutput,
|
|
236
|
+
} from "./commands/ListGeoMatchSetsCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListIPSetsCommandInput,
|
|
239
|
+
ListIPSetsCommandOutput,
|
|
240
|
+
} from "./commands/ListIPSetsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListLoggingConfigurationsCommandInput,
|
|
243
|
+
ListLoggingConfigurationsCommandOutput,
|
|
244
|
+
} from "./commands/ListLoggingConfigurationsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListRateBasedRulesCommandInput,
|
|
247
|
+
ListRateBasedRulesCommandOutput,
|
|
248
|
+
} from "./commands/ListRateBasedRulesCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListRegexMatchSetsCommandInput,
|
|
251
|
+
ListRegexMatchSetsCommandOutput,
|
|
252
|
+
} from "./commands/ListRegexMatchSetsCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListRegexPatternSetsCommandInput,
|
|
255
|
+
ListRegexPatternSetsCommandOutput,
|
|
256
|
+
} from "./commands/ListRegexPatternSetsCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListRuleGroupsCommandInput,
|
|
259
|
+
ListRuleGroupsCommandOutput,
|
|
260
|
+
} from "./commands/ListRuleGroupsCommand";
|
|
261
|
+
import {
|
|
262
|
+
ListRulesCommandInput,
|
|
263
|
+
ListRulesCommandOutput,
|
|
264
|
+
} from "./commands/ListRulesCommand";
|
|
265
|
+
import {
|
|
266
|
+
ListSizeConstraintSetsCommandInput,
|
|
267
|
+
ListSizeConstraintSetsCommandOutput,
|
|
268
|
+
} from "./commands/ListSizeConstraintSetsCommand";
|
|
269
|
+
import {
|
|
270
|
+
ListSqlInjectionMatchSetsCommandInput,
|
|
271
|
+
ListSqlInjectionMatchSetsCommandOutput,
|
|
272
|
+
} from "./commands/ListSqlInjectionMatchSetsCommand";
|
|
273
|
+
import {
|
|
274
|
+
ListSubscribedRuleGroupsCommandInput,
|
|
275
|
+
ListSubscribedRuleGroupsCommandOutput,
|
|
276
|
+
} from "./commands/ListSubscribedRuleGroupsCommand";
|
|
277
|
+
import {
|
|
278
|
+
ListTagsForResourceCommandInput,
|
|
279
|
+
ListTagsForResourceCommandOutput,
|
|
280
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
ListWebACLsCommandInput,
|
|
283
|
+
ListWebACLsCommandOutput,
|
|
284
|
+
} from "./commands/ListWebACLsCommand";
|
|
285
|
+
import {
|
|
286
|
+
ListXssMatchSetsCommandInput,
|
|
287
|
+
ListXssMatchSetsCommandOutput,
|
|
288
|
+
} from "./commands/ListXssMatchSetsCommand";
|
|
289
|
+
import {
|
|
290
|
+
PutLoggingConfigurationCommandInput,
|
|
291
|
+
PutLoggingConfigurationCommandOutput,
|
|
292
|
+
} from "./commands/PutLoggingConfigurationCommand";
|
|
293
|
+
import {
|
|
294
|
+
PutPermissionPolicyCommandInput,
|
|
295
|
+
PutPermissionPolicyCommandOutput,
|
|
296
|
+
} from "./commands/PutPermissionPolicyCommand";
|
|
297
|
+
import {
|
|
298
|
+
TagResourceCommandInput,
|
|
299
|
+
TagResourceCommandOutput,
|
|
300
|
+
} from "./commands/TagResourceCommand";
|
|
301
|
+
import {
|
|
302
|
+
UntagResourceCommandInput,
|
|
303
|
+
UntagResourceCommandOutput,
|
|
304
|
+
} from "./commands/UntagResourceCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateByteMatchSetCommandInput,
|
|
307
|
+
UpdateByteMatchSetCommandOutput,
|
|
308
|
+
} from "./commands/UpdateByteMatchSetCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateGeoMatchSetCommandInput,
|
|
311
|
+
UpdateGeoMatchSetCommandOutput,
|
|
312
|
+
} from "./commands/UpdateGeoMatchSetCommand";
|
|
313
|
+
import {
|
|
314
|
+
UpdateIPSetCommandInput,
|
|
315
|
+
UpdateIPSetCommandOutput,
|
|
316
|
+
} from "./commands/UpdateIPSetCommand";
|
|
317
|
+
import {
|
|
318
|
+
UpdateRateBasedRuleCommandInput,
|
|
319
|
+
UpdateRateBasedRuleCommandOutput,
|
|
320
|
+
} from "./commands/UpdateRateBasedRuleCommand";
|
|
321
|
+
import {
|
|
322
|
+
UpdateRegexMatchSetCommandInput,
|
|
323
|
+
UpdateRegexMatchSetCommandOutput,
|
|
324
|
+
} from "./commands/UpdateRegexMatchSetCommand";
|
|
325
|
+
import {
|
|
326
|
+
UpdateRegexPatternSetCommandInput,
|
|
327
|
+
UpdateRegexPatternSetCommandOutput,
|
|
328
|
+
} from "./commands/UpdateRegexPatternSetCommand";
|
|
329
|
+
import {
|
|
330
|
+
UpdateRuleCommandInput,
|
|
331
|
+
UpdateRuleCommandOutput,
|
|
332
|
+
} from "./commands/UpdateRuleCommand";
|
|
333
|
+
import {
|
|
334
|
+
UpdateRuleGroupCommandInput,
|
|
335
|
+
UpdateRuleGroupCommandOutput,
|
|
336
|
+
} from "./commands/UpdateRuleGroupCommand";
|
|
337
|
+
import {
|
|
338
|
+
UpdateSizeConstraintSetCommandInput,
|
|
339
|
+
UpdateSizeConstraintSetCommandOutput,
|
|
340
|
+
} from "./commands/UpdateSizeConstraintSetCommand";
|
|
341
|
+
import {
|
|
342
|
+
UpdateSqlInjectionMatchSetCommandInput,
|
|
343
|
+
UpdateSqlInjectionMatchSetCommandOutput,
|
|
344
|
+
} from "./commands/UpdateSqlInjectionMatchSetCommand";
|
|
345
|
+
import {
|
|
346
|
+
UpdateWebACLCommandInput,
|
|
347
|
+
UpdateWebACLCommandOutput,
|
|
348
|
+
} from "./commands/UpdateWebACLCommand";
|
|
349
|
+
import {
|
|
350
|
+
UpdateXssMatchSetCommandInput,
|
|
351
|
+
UpdateXssMatchSetCommandOutput,
|
|
352
|
+
} from "./commands/UpdateXssMatchSetCommand";
|
|
353
|
+
export declare type ServiceInputTypes =
|
|
354
|
+
| CreateByteMatchSetCommandInput
|
|
355
|
+
| CreateGeoMatchSetCommandInput
|
|
356
|
+
| CreateIPSetCommandInput
|
|
357
|
+
| CreateRateBasedRuleCommandInput
|
|
358
|
+
| CreateRegexMatchSetCommandInput
|
|
359
|
+
| CreateRegexPatternSetCommandInput
|
|
360
|
+
| CreateRuleCommandInput
|
|
361
|
+
| CreateRuleGroupCommandInput
|
|
362
|
+
| CreateSizeConstraintSetCommandInput
|
|
363
|
+
| CreateSqlInjectionMatchSetCommandInput
|
|
364
|
+
| CreateWebACLCommandInput
|
|
365
|
+
| CreateWebACLMigrationStackCommandInput
|
|
366
|
+
| CreateXssMatchSetCommandInput
|
|
367
|
+
| DeleteByteMatchSetCommandInput
|
|
368
|
+
| DeleteGeoMatchSetCommandInput
|
|
369
|
+
| DeleteIPSetCommandInput
|
|
370
|
+
| DeleteLoggingConfigurationCommandInput
|
|
371
|
+
| DeletePermissionPolicyCommandInput
|
|
372
|
+
| DeleteRateBasedRuleCommandInput
|
|
373
|
+
| DeleteRegexMatchSetCommandInput
|
|
374
|
+
| DeleteRegexPatternSetCommandInput
|
|
375
|
+
| DeleteRuleCommandInput
|
|
376
|
+
| DeleteRuleGroupCommandInput
|
|
377
|
+
| DeleteSizeConstraintSetCommandInput
|
|
378
|
+
| DeleteSqlInjectionMatchSetCommandInput
|
|
379
|
+
| DeleteWebACLCommandInput
|
|
380
|
+
| DeleteXssMatchSetCommandInput
|
|
381
|
+
| GetByteMatchSetCommandInput
|
|
382
|
+
| GetChangeTokenCommandInput
|
|
383
|
+
| GetChangeTokenStatusCommandInput
|
|
384
|
+
| GetGeoMatchSetCommandInput
|
|
385
|
+
| GetIPSetCommandInput
|
|
386
|
+
| GetLoggingConfigurationCommandInput
|
|
387
|
+
| GetPermissionPolicyCommandInput
|
|
388
|
+
| GetRateBasedRuleCommandInput
|
|
389
|
+
| GetRateBasedRuleManagedKeysCommandInput
|
|
390
|
+
| GetRegexMatchSetCommandInput
|
|
391
|
+
| GetRegexPatternSetCommandInput
|
|
392
|
+
| GetRuleCommandInput
|
|
393
|
+
| GetRuleGroupCommandInput
|
|
394
|
+
| GetSampledRequestsCommandInput
|
|
395
|
+
| GetSizeConstraintSetCommandInput
|
|
396
|
+
| GetSqlInjectionMatchSetCommandInput
|
|
397
|
+
| GetWebACLCommandInput
|
|
398
|
+
| GetXssMatchSetCommandInput
|
|
399
|
+
| ListActivatedRulesInRuleGroupCommandInput
|
|
400
|
+
| ListByteMatchSetsCommandInput
|
|
401
|
+
| ListGeoMatchSetsCommandInput
|
|
402
|
+
| ListIPSetsCommandInput
|
|
403
|
+
| ListLoggingConfigurationsCommandInput
|
|
404
|
+
| ListRateBasedRulesCommandInput
|
|
405
|
+
| ListRegexMatchSetsCommandInput
|
|
406
|
+
| ListRegexPatternSetsCommandInput
|
|
407
|
+
| ListRuleGroupsCommandInput
|
|
408
|
+
| ListRulesCommandInput
|
|
409
|
+
| ListSizeConstraintSetsCommandInput
|
|
410
|
+
| ListSqlInjectionMatchSetsCommandInput
|
|
411
|
+
| ListSubscribedRuleGroupsCommandInput
|
|
412
|
+
| ListTagsForResourceCommandInput
|
|
413
|
+
| ListWebACLsCommandInput
|
|
414
|
+
| ListXssMatchSetsCommandInput
|
|
415
|
+
| PutLoggingConfigurationCommandInput
|
|
416
|
+
| PutPermissionPolicyCommandInput
|
|
417
|
+
| TagResourceCommandInput
|
|
418
|
+
| UntagResourceCommandInput
|
|
419
|
+
| UpdateByteMatchSetCommandInput
|
|
420
|
+
| UpdateGeoMatchSetCommandInput
|
|
421
|
+
| UpdateIPSetCommandInput
|
|
422
|
+
| UpdateRateBasedRuleCommandInput
|
|
423
|
+
| UpdateRegexMatchSetCommandInput
|
|
424
|
+
| UpdateRegexPatternSetCommandInput
|
|
425
|
+
| UpdateRuleCommandInput
|
|
426
|
+
| UpdateRuleGroupCommandInput
|
|
427
|
+
| UpdateSizeConstraintSetCommandInput
|
|
428
|
+
| UpdateSqlInjectionMatchSetCommandInput
|
|
429
|
+
| UpdateWebACLCommandInput
|
|
430
|
+
| UpdateXssMatchSetCommandInput;
|
|
431
|
+
export declare type ServiceOutputTypes =
|
|
432
|
+
| CreateByteMatchSetCommandOutput
|
|
433
|
+
| CreateGeoMatchSetCommandOutput
|
|
434
|
+
| CreateIPSetCommandOutput
|
|
435
|
+
| CreateRateBasedRuleCommandOutput
|
|
436
|
+
| CreateRegexMatchSetCommandOutput
|
|
437
|
+
| CreateRegexPatternSetCommandOutput
|
|
438
|
+
| CreateRuleCommandOutput
|
|
439
|
+
| CreateRuleGroupCommandOutput
|
|
440
|
+
| CreateSizeConstraintSetCommandOutput
|
|
441
|
+
| CreateSqlInjectionMatchSetCommandOutput
|
|
442
|
+
| CreateWebACLCommandOutput
|
|
443
|
+
| CreateWebACLMigrationStackCommandOutput
|
|
444
|
+
| CreateXssMatchSetCommandOutput
|
|
445
|
+
| DeleteByteMatchSetCommandOutput
|
|
446
|
+
| DeleteGeoMatchSetCommandOutput
|
|
447
|
+
| DeleteIPSetCommandOutput
|
|
448
|
+
| DeleteLoggingConfigurationCommandOutput
|
|
449
|
+
| DeletePermissionPolicyCommandOutput
|
|
450
|
+
| DeleteRateBasedRuleCommandOutput
|
|
451
|
+
| DeleteRegexMatchSetCommandOutput
|
|
452
|
+
| DeleteRegexPatternSetCommandOutput
|
|
453
|
+
| DeleteRuleCommandOutput
|
|
454
|
+
| DeleteRuleGroupCommandOutput
|
|
455
|
+
| DeleteSizeConstraintSetCommandOutput
|
|
456
|
+
| DeleteSqlInjectionMatchSetCommandOutput
|
|
457
|
+
| DeleteWebACLCommandOutput
|
|
458
|
+
| DeleteXssMatchSetCommandOutput
|
|
459
|
+
| GetByteMatchSetCommandOutput
|
|
460
|
+
| GetChangeTokenCommandOutput
|
|
461
|
+
| GetChangeTokenStatusCommandOutput
|
|
462
|
+
| GetGeoMatchSetCommandOutput
|
|
463
|
+
| GetIPSetCommandOutput
|
|
464
|
+
| GetLoggingConfigurationCommandOutput
|
|
465
|
+
| GetPermissionPolicyCommandOutput
|
|
466
|
+
| GetRateBasedRuleCommandOutput
|
|
467
|
+
| GetRateBasedRuleManagedKeysCommandOutput
|
|
468
|
+
| GetRegexMatchSetCommandOutput
|
|
469
|
+
| GetRegexPatternSetCommandOutput
|
|
470
|
+
| GetRuleCommandOutput
|
|
471
|
+
| GetRuleGroupCommandOutput
|
|
472
|
+
| GetSampledRequestsCommandOutput
|
|
473
|
+
| GetSizeConstraintSetCommandOutput
|
|
474
|
+
| GetSqlInjectionMatchSetCommandOutput
|
|
475
|
+
| GetWebACLCommandOutput
|
|
476
|
+
| GetXssMatchSetCommandOutput
|
|
477
|
+
| ListActivatedRulesInRuleGroupCommandOutput
|
|
478
|
+
| ListByteMatchSetsCommandOutput
|
|
479
|
+
| ListGeoMatchSetsCommandOutput
|
|
480
|
+
| ListIPSetsCommandOutput
|
|
481
|
+
| ListLoggingConfigurationsCommandOutput
|
|
482
|
+
| ListRateBasedRulesCommandOutput
|
|
483
|
+
| ListRegexMatchSetsCommandOutput
|
|
484
|
+
| ListRegexPatternSetsCommandOutput
|
|
485
|
+
| ListRuleGroupsCommandOutput
|
|
486
|
+
| ListRulesCommandOutput
|
|
487
|
+
| ListSizeConstraintSetsCommandOutput
|
|
488
|
+
| ListSqlInjectionMatchSetsCommandOutput
|
|
489
|
+
| ListSubscribedRuleGroupsCommandOutput
|
|
490
|
+
| ListTagsForResourceCommandOutput
|
|
491
|
+
| ListWebACLsCommandOutput
|
|
492
|
+
| ListXssMatchSetsCommandOutput
|
|
493
|
+
| PutLoggingConfigurationCommandOutput
|
|
494
|
+
| PutPermissionPolicyCommandOutput
|
|
495
|
+
| TagResourceCommandOutput
|
|
496
|
+
| UntagResourceCommandOutput
|
|
497
|
+
| UpdateByteMatchSetCommandOutput
|
|
498
|
+
| UpdateGeoMatchSetCommandOutput
|
|
499
|
+
| UpdateIPSetCommandOutput
|
|
500
|
+
| UpdateRateBasedRuleCommandOutput
|
|
501
|
+
| UpdateRegexMatchSetCommandOutput
|
|
502
|
+
| UpdateRegexPatternSetCommandOutput
|
|
503
|
+
| UpdateRuleCommandOutput
|
|
504
|
+
| UpdateRuleGroupCommandOutput
|
|
505
|
+
| UpdateSizeConstraintSetCommandOutput
|
|
506
|
+
| UpdateSqlInjectionMatchSetCommandOutput
|
|
507
|
+
| UpdateWebACLCommandOutput
|
|
508
|
+
| UpdateXssMatchSetCommandOutput;
|
|
509
|
+
export interface ClientDefaults
|
|
510
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
511
|
+
requestHandler?: __HttpHandler;
|
|
512
|
+
|
|
513
|
+
sha256?: __HashConstructor;
|
|
514
|
+
|
|
515
|
+
urlParser?: __UrlParser;
|
|
516
|
+
|
|
517
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
518
|
+
|
|
519
|
+
streamCollector?: __StreamCollector;
|
|
520
|
+
|
|
521
|
+
base64Decoder?: __Decoder;
|
|
522
|
+
|
|
523
|
+
base64Encoder?: __Encoder;
|
|
524
|
+
|
|
525
|
+
utf8Decoder?: __Decoder;
|
|
526
|
+
|
|
527
|
+
utf8Encoder?: __Encoder;
|
|
528
|
+
|
|
529
|
+
runtime?: string;
|
|
530
|
+
|
|
531
|
+
disableHostPrefix?: boolean;
|
|
532
|
+
|
|
533
|
+
maxAttempts?: number | __Provider<number>;
|
|
534
|
+
|
|
535
|
+
retryMode?: string | __Provider<string>;
|
|
536
|
+
|
|
537
|
+
logger?: __Logger;
|
|
538
|
+
|
|
539
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
540
|
+
|
|
541
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
542
|
+
|
|
543
|
+
serviceId?: string;
|
|
544
|
+
|
|
545
|
+
region?: string | __Provider<string>;
|
|
546
|
+
|
|
547
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
548
|
+
|
|
549
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
550
|
+
|
|
551
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
552
|
+
|
|
553
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
554
|
+
}
|
|
555
|
+
declare type WAFClientConfigType = Partial<
|
|
556
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
557
|
+
> &
|
|
558
|
+
ClientDefaults &
|
|
559
|
+
RegionInputConfig &
|
|
560
|
+
EndpointsInputConfig &
|
|
561
|
+
RetryInputConfig &
|
|
562
|
+
HostHeaderInputConfig &
|
|
563
|
+
AwsAuthInputConfig &
|
|
564
|
+
UserAgentInputConfig;
|
|
565
|
+
|
|
566
|
+
export interface WAFClientConfig extends WAFClientConfigType {}
|
|
567
|
+
declare type WAFClientResolvedConfigType =
|
|
568
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
569
|
+
Required<ClientDefaults> &
|
|
570
|
+
RegionResolvedConfig &
|
|
571
|
+
EndpointsResolvedConfig &
|
|
572
|
+
RetryResolvedConfig &
|
|
573
|
+
HostHeaderResolvedConfig &
|
|
574
|
+
AwsAuthResolvedConfig &
|
|
575
|
+
UserAgentResolvedConfig;
|
|
576
|
+
|
|
577
|
+
export interface WAFClientResolvedConfig extends WAFClientResolvedConfigType {}
|
|
578
|
+
|
|
579
|
+
export declare class WAFClient extends __Client<
|
|
580
|
+
__HttpHandlerOptions,
|
|
581
|
+
ServiceInputTypes,
|
|
582
|
+
ServiceOutputTypes,
|
|
583
|
+
WAFClientResolvedConfig
|
|
584
|
+
> {
|
|
585
|
+
readonly config: WAFClientResolvedConfig;
|
|
586
|
+
constructor(configuration: WAFClientConfig);
|
|
587
|
+
|
|
588
|
+
destroy(): void;
|
|
589
|
+
}
|
|
590
|
+
export {};
|