@aws-sdk/client-waf 3.927.0 → 3.929.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/dist-cjs/index.js +1979 -2442
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/WAFClient.js +2 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateIPSetCommand.js +3 -9
- package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/CreateRuleCommand.js +3 -9
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateWebACLCommand.js +3 -9
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -9
- package/dist-es/commands/CreateXssMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteIPSetCommand.js +3 -9
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteWebACLCommand.js +3 -9
- package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -9
- package/dist-es/commands/GetByteMatchSetCommand.js +3 -9
- package/dist-es/commands/GetChangeTokenCommand.js +3 -9
- package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -9
- package/dist-es/commands/GetGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/GetIPSetCommand.js +3 -9
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
- package/dist-es/commands/GetRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -9
- package/dist-es/commands/GetRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/GetRuleCommand.js +3 -9
- package/dist-es/commands/GetRuleGroupCommand.js +3 -9
- package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
- package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/GetWebACLCommand.js +3 -9
- package/dist-es/commands/GetXssMatchSetCommand.js +3 -9
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -9
- package/dist-es/commands/ListByteMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListIPSetsCommand.js +3 -9
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListRateBasedRulesCommand.js +3 -9
- package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -9
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWebACLsCommand.js +3 -9
- package/dist-es/commands/ListXssMatchSetsCommand.js +3 -9
- package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateIPSetCommand.js +3 -9
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/UpdateRuleCommand.js +3 -9
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateWebACLCommand.js +3 -9
- package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1771 -0
- package/dist-types/WAFClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +350 -0
- package/dist-types/ts3.4/WAFClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +355 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1850
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
|
@@ -0,0 +1,1771 @@
|
|
|
1
|
+
const _A = "Action";
|
|
2
|
+
const _AR = "ActivatedRule";
|
|
3
|
+
const _ARc = "ActivatedRules";
|
|
4
|
+
const _BMS = "ByteMatchSet";
|
|
5
|
+
const _BMSI = "ByteMatchSetId";
|
|
6
|
+
const _BMSS = "ByteMatchSetSummary";
|
|
7
|
+
const _BMSSy = "ByteMatchSetSummaries";
|
|
8
|
+
const _BMSU = "ByteMatchSetUpdate";
|
|
9
|
+
const _BMSUy = "ByteMatchSetUpdates";
|
|
10
|
+
const _BMSy = "ByteMatchSets";
|
|
11
|
+
const _BMT = "ByteMatchTuples";
|
|
12
|
+
const _BMTy = "ByteMatchTuple";
|
|
13
|
+
const _C = "Country";
|
|
14
|
+
const _CBMS = "CreateByteMatchSet";
|
|
15
|
+
const _CBMSR = "CreateByteMatchSetRequest";
|
|
16
|
+
const _CBMSRr = "CreateByteMatchSetResponse";
|
|
17
|
+
const _CGMS = "CreateGeoMatchSet";
|
|
18
|
+
const _CGMSR = "CreateGeoMatchSetRequest";
|
|
19
|
+
const _CGMSRr = "CreateGeoMatchSetResponse";
|
|
20
|
+
const _CIP = "ClientIP";
|
|
21
|
+
const _CIPS = "CreateIPSet";
|
|
22
|
+
const _CIPSR = "CreateIPSetRequest";
|
|
23
|
+
const _CIPSRr = "CreateIPSetResponse";
|
|
24
|
+
const _CO = "ComparisonOperator";
|
|
25
|
+
const _CR = "CreateRule";
|
|
26
|
+
const _CRBR = "CreateRateBasedRule";
|
|
27
|
+
const _CRBRR = "CreateRateBasedRuleRequest";
|
|
28
|
+
const _CRBRRr = "CreateRateBasedRuleResponse";
|
|
29
|
+
const _CRG = "CreateRuleGroup";
|
|
30
|
+
const _CRGR = "CreateRuleGroupRequest";
|
|
31
|
+
const _CRGRr = "CreateRuleGroupResponse";
|
|
32
|
+
const _CRMS = "CreateRegexMatchSet";
|
|
33
|
+
const _CRMSR = "CreateRegexMatchSetRequest";
|
|
34
|
+
const _CRMSRr = "CreateRegexMatchSetResponse";
|
|
35
|
+
const _CRPS = "CreateRegexPatternSet";
|
|
36
|
+
const _CRPSR = "CreateRegexPatternSetRequest";
|
|
37
|
+
const _CRPSRr = "CreateRegexPatternSetResponse";
|
|
38
|
+
const _CRR = "CreateRuleRequest";
|
|
39
|
+
const _CRRr = "CreateRuleResponse";
|
|
40
|
+
const _CSCS = "CreateSizeConstraintSet";
|
|
41
|
+
const _CSCSR = "CreateSizeConstraintSetRequest";
|
|
42
|
+
const _CSCSRr = "CreateSizeConstraintSetResponse";
|
|
43
|
+
const _CSIMS = "CreateSqlInjectionMatchSet";
|
|
44
|
+
const _CSIMSR = "CreateSqlInjectionMatchSetRequest";
|
|
45
|
+
const _CSIMSRr = "CreateSqlInjectionMatchSetResponse";
|
|
46
|
+
const _CT = "ChangeToken";
|
|
47
|
+
const _CTS = "ChangeTokenStatus";
|
|
48
|
+
const _CWACL = "CreateWebACL";
|
|
49
|
+
const _CWACLMS = "CreateWebACLMigrationStack";
|
|
50
|
+
const _CWACLMSR = "CreateWebACLMigrationStackRequest";
|
|
51
|
+
const _CWACLMSRr = "CreateWebACLMigrationStackResponse";
|
|
52
|
+
const _CWACLR = "CreateWebACLRequest";
|
|
53
|
+
const _CWACLRr = "CreateWebACLResponse";
|
|
54
|
+
const _CXMS = "CreateXssMatchSet";
|
|
55
|
+
const _CXMSR = "CreateXssMatchSetRequest";
|
|
56
|
+
const _CXMSRr = "CreateXssMatchSetResponse";
|
|
57
|
+
const _D = "Data";
|
|
58
|
+
const _DA = "DefaultAction";
|
|
59
|
+
const _DBMS = "DeleteByteMatchSet";
|
|
60
|
+
const _DBMSR = "DeleteByteMatchSetRequest";
|
|
61
|
+
const _DBMSRe = "DeleteByteMatchSetResponse";
|
|
62
|
+
const _DGMS = "DeleteGeoMatchSet";
|
|
63
|
+
const _DGMSR = "DeleteGeoMatchSetRequest";
|
|
64
|
+
const _DGMSRe = "DeleteGeoMatchSetResponse";
|
|
65
|
+
const _DI = "DataId";
|
|
66
|
+
const _DIPS = "DeleteIPSet";
|
|
67
|
+
const _DIPSR = "DeleteIPSetRequest";
|
|
68
|
+
const _DIPSRe = "DeleteIPSetResponse";
|
|
69
|
+
const _DLC = "DeleteLoggingConfiguration";
|
|
70
|
+
const _DLCR = "DeleteLoggingConfigurationRequest";
|
|
71
|
+
const _DLCRe = "DeleteLoggingConfigurationResponse";
|
|
72
|
+
const _DPP = "DeletePermissionPolicy";
|
|
73
|
+
const _DPPR = "DeletePermissionPolicyRequest";
|
|
74
|
+
const _DPPRe = "DeletePermissionPolicyResponse";
|
|
75
|
+
const _DR = "DeleteRule";
|
|
76
|
+
const _DRBR = "DeleteRateBasedRule";
|
|
77
|
+
const _DRBRR = "DeleteRateBasedRuleRequest";
|
|
78
|
+
const _DRBRRe = "DeleteRateBasedRuleResponse";
|
|
79
|
+
const _DRG = "DeleteRuleGroup";
|
|
80
|
+
const _DRGR = "DeleteRuleGroupRequest";
|
|
81
|
+
const _DRGRe = "DeleteRuleGroupResponse";
|
|
82
|
+
const _DRMS = "DeleteRegexMatchSet";
|
|
83
|
+
const _DRMSR = "DeleteRegexMatchSetRequest";
|
|
84
|
+
const _DRMSRe = "DeleteRegexMatchSetResponse";
|
|
85
|
+
const _DRPS = "DeleteRegexPatternSet";
|
|
86
|
+
const _DRPSR = "DeleteRegexPatternSetRequest";
|
|
87
|
+
const _DRPSRe = "DeleteRegexPatternSetResponse";
|
|
88
|
+
const _DRR = "DeleteRuleRequest";
|
|
89
|
+
const _DRRe = "DeleteRuleResponse";
|
|
90
|
+
const _DSCS = "DeleteSizeConstraintSet";
|
|
91
|
+
const _DSCSR = "DeleteSizeConstraintSetRequest";
|
|
92
|
+
const _DSCSRe = "DeleteSizeConstraintSetResponse";
|
|
93
|
+
const _DSIMS = "DeleteSqlInjectionMatchSet";
|
|
94
|
+
const _DSIMSR = "DeleteSqlInjectionMatchSetRequest";
|
|
95
|
+
const _DSIMSRe = "DeleteSqlInjectionMatchSetResponse";
|
|
96
|
+
const _DWACL = "DeleteWebACL";
|
|
97
|
+
const _DWACLR = "DeleteWebACLRequest";
|
|
98
|
+
const _DWACLRe = "DeleteWebACLResponse";
|
|
99
|
+
const _DXMS = "DeleteXssMatchSet";
|
|
100
|
+
const _DXMSR = "DeleteXssMatchSetRequest";
|
|
101
|
+
const _DXMSRe = "DeleteXssMatchSetResponse";
|
|
102
|
+
const _ER = "ExcludedRules";
|
|
103
|
+
const _ERx = "ExcludedRule";
|
|
104
|
+
const _ET = "EndTime";
|
|
105
|
+
const _FTM = "FieldToMatch";
|
|
106
|
+
const _GBMS = "GetByteMatchSet";
|
|
107
|
+
const _GBMSR = "GetByteMatchSetRequest";
|
|
108
|
+
const _GBMSRe = "GetByteMatchSetResponse";
|
|
109
|
+
const _GCT = "GetChangeToken";
|
|
110
|
+
const _GCTR = "GetChangeTokenRequest";
|
|
111
|
+
const _GCTRe = "GetChangeTokenResponse";
|
|
112
|
+
const _GCTS = "GetChangeTokenStatus";
|
|
113
|
+
const _GCTSR = "GetChangeTokenStatusRequest";
|
|
114
|
+
const _GCTSRe = "GetChangeTokenStatusResponse";
|
|
115
|
+
const _GGMS = "GetGeoMatchSet";
|
|
116
|
+
const _GGMSR = "GetGeoMatchSetRequest";
|
|
117
|
+
const _GGMSRe = "GetGeoMatchSetResponse";
|
|
118
|
+
const _GIPS = "GetIPSet";
|
|
119
|
+
const _GIPSR = "GetIPSetRequest";
|
|
120
|
+
const _GIPSRe = "GetIPSetResponse";
|
|
121
|
+
const _GLC = "GetLoggingConfiguration";
|
|
122
|
+
const _GLCR = "GetLoggingConfigurationRequest";
|
|
123
|
+
const _GLCRe = "GetLoggingConfigurationResponse";
|
|
124
|
+
const _GMC = "GeoMatchConstraint";
|
|
125
|
+
const _GMCe = "GeoMatchConstraints";
|
|
126
|
+
const _GMS = "GeoMatchSet";
|
|
127
|
+
const _GMSI = "GeoMatchSetId";
|
|
128
|
+
const _GMSS = "GeoMatchSetSummary";
|
|
129
|
+
const _GMSSe = "GeoMatchSetSummaries";
|
|
130
|
+
const _GMSU = "GeoMatchSetUpdate";
|
|
131
|
+
const _GMSUe = "GeoMatchSetUpdates";
|
|
132
|
+
const _GMSe = "GeoMatchSets";
|
|
133
|
+
const _GPP = "GetPermissionPolicy";
|
|
134
|
+
const _GPPR = "GetPermissionPolicyRequest";
|
|
135
|
+
const _GPPRe = "GetPermissionPolicyResponse";
|
|
136
|
+
const _GR = "GetRule";
|
|
137
|
+
const _GRBR = "GetRateBasedRule";
|
|
138
|
+
const _GRBRMK = "GetRateBasedRuleManagedKeys";
|
|
139
|
+
const _GRBRMKR = "GetRateBasedRuleManagedKeysRequest";
|
|
140
|
+
const _GRBRMKRe = "GetRateBasedRuleManagedKeysResponse";
|
|
141
|
+
const _GRBRR = "GetRateBasedRuleRequest";
|
|
142
|
+
const _GRBRRe = "GetRateBasedRuleResponse";
|
|
143
|
+
const _GRG = "GetRuleGroup";
|
|
144
|
+
const _GRGR = "GetRuleGroupRequest";
|
|
145
|
+
const _GRGRe = "GetRuleGroupResponse";
|
|
146
|
+
const _GRMS = "GetRegexMatchSet";
|
|
147
|
+
const _GRMSR = "GetRegexMatchSetRequest";
|
|
148
|
+
const _GRMSRe = "GetRegexMatchSetResponse";
|
|
149
|
+
const _GRPS = "GetRegexPatternSet";
|
|
150
|
+
const _GRPSR = "GetRegexPatternSetRequest";
|
|
151
|
+
const _GRPSRe = "GetRegexPatternSetResponse";
|
|
152
|
+
const _GRR = "GetRuleRequest";
|
|
153
|
+
const _GRRe = "GetRuleResponse";
|
|
154
|
+
const _GSCS = "GetSizeConstraintSet";
|
|
155
|
+
const _GSCSR = "GetSizeConstraintSetRequest";
|
|
156
|
+
const _GSCSRe = "GetSizeConstraintSetResponse";
|
|
157
|
+
const _GSIMS = "GetSqlInjectionMatchSet";
|
|
158
|
+
const _GSIMSR = "GetSqlInjectionMatchSetRequest";
|
|
159
|
+
const _GSIMSRe = "GetSqlInjectionMatchSetResponse";
|
|
160
|
+
const _GSR = "GetSampledRequests";
|
|
161
|
+
const _GSRR = "GetSampledRequestsRequest";
|
|
162
|
+
const _GSRRe = "GetSampledRequestsResponse";
|
|
163
|
+
const _GWACL = "GetWebACL";
|
|
164
|
+
const _GWACLR = "GetWebACLRequest";
|
|
165
|
+
const _GWACLRe = "GetWebACLResponse";
|
|
166
|
+
const _GXMS = "GetXssMatchSet";
|
|
167
|
+
const _GXMSR = "GetXssMatchSetRequest";
|
|
168
|
+
const _GXMSRe = "GetXssMatchSetResponse";
|
|
169
|
+
const _H = "Headers";
|
|
170
|
+
const _HTTPH = "HTTPHeader";
|
|
171
|
+
const _HTTPHe = "HTTPHeaders";
|
|
172
|
+
const _HTTPR = "HTTPRequest";
|
|
173
|
+
const _HTTPV = "HTTPVersion";
|
|
174
|
+
const _IPS = "IPSet";
|
|
175
|
+
const _IPSD = "IPSetDescriptors";
|
|
176
|
+
const _IPSDe = "IPSetDescriptor";
|
|
177
|
+
const _IPSI = "IPSetId";
|
|
178
|
+
const _IPSS = "IPSetSummary";
|
|
179
|
+
const _IPSSe = "IPSetSummaries";
|
|
180
|
+
const _IPSU = "IPSetUpdate";
|
|
181
|
+
const _IPSUe = "IPSetUpdates";
|
|
182
|
+
const _IPSe = "IPSets";
|
|
183
|
+
const _IUT = "IgnoreUnsupportedType";
|
|
184
|
+
const _K = "Key";
|
|
185
|
+
const _L = "Limit";
|
|
186
|
+
const _LARIRG = "ListActivatedRulesInRuleGroup";
|
|
187
|
+
const _LARIRGR = "ListActivatedRulesInRuleGroupRequest";
|
|
188
|
+
const _LARIRGRi = "ListActivatedRulesInRuleGroupResponse";
|
|
189
|
+
const _LBMS = "ListByteMatchSets";
|
|
190
|
+
const _LBMSR = "ListByteMatchSetsRequest";
|
|
191
|
+
const _LBMSRi = "ListByteMatchSetsResponse";
|
|
192
|
+
const _LC = "LoggingConfiguration";
|
|
193
|
+
const _LCo = "LoggingConfigurations";
|
|
194
|
+
const _LDC = "LogDestinationConfigs";
|
|
195
|
+
const _LGMS = "ListGeoMatchSets";
|
|
196
|
+
const _LGMSR = "ListGeoMatchSetsRequest";
|
|
197
|
+
const _LGMSRi = "ListGeoMatchSetsResponse";
|
|
198
|
+
const _LIPS = "ListIPSets";
|
|
199
|
+
const _LIPSR = "ListIPSetsRequest";
|
|
200
|
+
const _LIPSRi = "ListIPSetsResponse";
|
|
201
|
+
const _LLC = "ListLoggingConfigurations";
|
|
202
|
+
const _LLCR = "ListLoggingConfigurationsRequest";
|
|
203
|
+
const _LLCRi = "ListLoggingConfigurationsResponse";
|
|
204
|
+
const _LR = "ListRules";
|
|
205
|
+
const _LRBR = "ListRateBasedRules";
|
|
206
|
+
const _LRBRR = "ListRateBasedRulesRequest";
|
|
207
|
+
const _LRBRRi = "ListRateBasedRulesResponse";
|
|
208
|
+
const _LRG = "ListRuleGroups";
|
|
209
|
+
const _LRGR = "ListRuleGroupsRequest";
|
|
210
|
+
const _LRGRi = "ListRuleGroupsResponse";
|
|
211
|
+
const _LRMS = "ListRegexMatchSets";
|
|
212
|
+
const _LRMSR = "ListRegexMatchSetsRequest";
|
|
213
|
+
const _LRMSRi = "ListRegexMatchSetsResponse";
|
|
214
|
+
const _LRPS = "ListRegexPatternSets";
|
|
215
|
+
const _LRPSR = "ListRegexPatternSetsRequest";
|
|
216
|
+
const _LRPSRi = "ListRegexPatternSetsResponse";
|
|
217
|
+
const _LRR = "ListRulesRequest";
|
|
218
|
+
const _LRRi = "ListRulesResponse";
|
|
219
|
+
const _LSCS = "ListSizeConstraintSets";
|
|
220
|
+
const _LSCSR = "ListSizeConstraintSetsRequest";
|
|
221
|
+
const _LSCSRi = "ListSizeConstraintSetsResponse";
|
|
222
|
+
const _LSIMS = "ListSqlInjectionMatchSets";
|
|
223
|
+
const _LSIMSR = "ListSqlInjectionMatchSetsRequest";
|
|
224
|
+
const _LSIMSRi = "ListSqlInjectionMatchSetsResponse";
|
|
225
|
+
const _LSRG = "ListSubscribedRuleGroups";
|
|
226
|
+
const _LSRGR = "ListSubscribedRuleGroupsRequest";
|
|
227
|
+
const _LSRGRi = "ListSubscribedRuleGroupsResponse";
|
|
228
|
+
const _LTFR = "ListTagsForResource";
|
|
229
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
230
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
231
|
+
const _LWACL = "ListWebACLs";
|
|
232
|
+
const _LWACLR = "ListWebACLsRequest";
|
|
233
|
+
const _LWACLRi = "ListWebACLsResponse";
|
|
234
|
+
const _LXMS = "ListXssMatchSets";
|
|
235
|
+
const _LXMSR = "ListXssMatchSetsRequest";
|
|
236
|
+
const _LXMSRi = "ListXssMatchSetsResponse";
|
|
237
|
+
const _M = "Method";
|
|
238
|
+
const _MER = "MigrationErrorReason";
|
|
239
|
+
const _MET = "MigrationErrorType";
|
|
240
|
+
const _MI = "MaxItems";
|
|
241
|
+
const _MK = "ManagedKeys";
|
|
242
|
+
const _MN = "MetricName";
|
|
243
|
+
const _MP = "MatchPredicates";
|
|
244
|
+
const _N = "Name";
|
|
245
|
+
const _NM = "NextMarker";
|
|
246
|
+
const _Ne = "Negated";
|
|
247
|
+
const _OA = "OverrideAction";
|
|
248
|
+
const _P = "Priority";
|
|
249
|
+
const _PC = "PositionalConstraint";
|
|
250
|
+
const _PLC = "PutLoggingConfiguration";
|
|
251
|
+
const _PLCR = "PutLoggingConfigurationRequest";
|
|
252
|
+
const _PLCRu = "PutLoggingConfigurationResponse";
|
|
253
|
+
const _PPP = "PutPermissionPolicy";
|
|
254
|
+
const _PPPR = "PutPermissionPolicyRequest";
|
|
255
|
+
const _PPPRu = "PutPermissionPolicyResponse";
|
|
256
|
+
const _PS = "PopulationSize";
|
|
257
|
+
const _Po = "Policy";
|
|
258
|
+
const _Pr = "Predicate";
|
|
259
|
+
const _Pre = "Predicates";
|
|
260
|
+
const _R = "Rule";
|
|
261
|
+
const _RA = "ResourceArn";
|
|
262
|
+
const _RARN = "ResourceARN";
|
|
263
|
+
const _RBR = "RateBasedRule";
|
|
264
|
+
const _RF = "RedactedFields";
|
|
265
|
+
const _RG = "RuleGroup";
|
|
266
|
+
const _RGI = "RuleGroupId";
|
|
267
|
+
const _RGS = "RuleGroupSummary";
|
|
268
|
+
const _RGSu = "RuleGroupSummaries";
|
|
269
|
+
const _RGU = "RuleGroupUpdate";
|
|
270
|
+
const _RGUu = "RuleGroupUpdates";
|
|
271
|
+
const _RGu = "RuleGroups";
|
|
272
|
+
const _RI = "RuleId";
|
|
273
|
+
const _RK = "RateKey";
|
|
274
|
+
const _RL = "RateLimit";
|
|
275
|
+
const _RMS = "RegexMatchSet";
|
|
276
|
+
const _RMSI = "RegexMatchSetId";
|
|
277
|
+
const _RMSS = "RegexMatchSetSummary";
|
|
278
|
+
const _RMSSe = "RegexMatchSetSummaries";
|
|
279
|
+
const _RMSU = "RegexMatchSetUpdate";
|
|
280
|
+
const _RMSUe = "RegexMatchSetUpdates";
|
|
281
|
+
const _RMSe = "RegexMatchSets";
|
|
282
|
+
const _RMT = "RegexMatchTuples";
|
|
283
|
+
const _RMTe = "RegexMatchTuple";
|
|
284
|
+
const _RPS = "RegexPatternSet";
|
|
285
|
+
const _RPSI = "RegexPatternSetId";
|
|
286
|
+
const _RPSS = "RegexPatternSetSummary";
|
|
287
|
+
const _RPSSe = "RegexPatternSetSummaries";
|
|
288
|
+
const _RPSU = "RegexPatternSetUpdate";
|
|
289
|
+
const _RPSUe = "RegexPatternSetUpdates";
|
|
290
|
+
const _RPSe = "RegexPatternSets";
|
|
291
|
+
const _RPSeg = "RegexPatternStrings";
|
|
292
|
+
const _RPSege = "RegexPatternString";
|
|
293
|
+
const _RS = "RuleSummary";
|
|
294
|
+
const _RSu = "RuleSummaries";
|
|
295
|
+
const _RU = "RuleUpdate";
|
|
296
|
+
const _RUu = "RuleUpdates";
|
|
297
|
+
const _RWRG = "RuleWithinRuleGroup";
|
|
298
|
+
const _Re = "Request";
|
|
299
|
+
const _Ru = "Rules";
|
|
300
|
+
const _S = "Size";
|
|
301
|
+
const _SBN = "S3BucketName";
|
|
302
|
+
const _SC = "SizeConstraint";
|
|
303
|
+
const _SCS = "SizeConstraintSet";
|
|
304
|
+
const _SCSI = "SizeConstraintSetId";
|
|
305
|
+
const _SCSS = "SizeConstraintSetSummary";
|
|
306
|
+
const _SCSSi = "SizeConstraintSetSummaries";
|
|
307
|
+
const _SCSU = "SizeConstraintSetUpdate";
|
|
308
|
+
const _SCSUi = "SizeConstraintSetUpdates";
|
|
309
|
+
const _SCSi = "SizeConstraintSets";
|
|
310
|
+
const _SCi = "SizeConstraints";
|
|
311
|
+
const _SHTTPR = "SampledHTTPRequest";
|
|
312
|
+
const _SHTTPRa = "SampledHTTPRequests";
|
|
313
|
+
const _SIMS = "SqlInjectionMatchSet";
|
|
314
|
+
const _SIMSI = "SqlInjectionMatchSetId";
|
|
315
|
+
const _SIMSS = "SqlInjectionMatchSetSummary";
|
|
316
|
+
const _SIMSSq = "SqlInjectionMatchSetSummaries";
|
|
317
|
+
const _SIMSU = "SqlInjectionMatchSetUpdate";
|
|
318
|
+
const _SIMSUq = "SqlInjectionMatchSetUpdates";
|
|
319
|
+
const _SIMSq = "SqlInjectionMatchSets";
|
|
320
|
+
const _SIMT = "SqlInjectionMatchTuples";
|
|
321
|
+
const _SIMTq = "SqlInjectionMatchTuple";
|
|
322
|
+
const _SOU = "S3ObjectUrl";
|
|
323
|
+
const _SR = "SampledRequests";
|
|
324
|
+
const _SRGS = "SubscribedRuleGroupSummary";
|
|
325
|
+
const _SRGSu = "SubscribedRuleGroupSummaries";
|
|
326
|
+
const _ST = "StartTime";
|
|
327
|
+
const _T = "Type";
|
|
328
|
+
const _TIFR = "TagInfoForResource";
|
|
329
|
+
const _TK = "TagKeys";
|
|
330
|
+
const _TL = "TagList";
|
|
331
|
+
const _TR = "TagResource";
|
|
332
|
+
const _TRR = "TagResourceRequest";
|
|
333
|
+
const _TRRa = "TagResourceResponse";
|
|
334
|
+
const _TS = "TargetString";
|
|
335
|
+
const _TT = "TextTransformation";
|
|
336
|
+
const _TW = "TimeWindow";
|
|
337
|
+
const _Ta = "Tags";
|
|
338
|
+
const _Tag = "Tag";
|
|
339
|
+
const _Ti = "Timestamp";
|
|
340
|
+
const _U = "Updates";
|
|
341
|
+
const _UBMS = "UpdateByteMatchSet";
|
|
342
|
+
const _UBMSR = "UpdateByteMatchSetRequest";
|
|
343
|
+
const _UBMSRp = "UpdateByteMatchSetResponse";
|
|
344
|
+
const _UGMS = "UpdateGeoMatchSet";
|
|
345
|
+
const _UGMSR = "UpdateGeoMatchSetRequest";
|
|
346
|
+
const _UGMSRp = "UpdateGeoMatchSetResponse";
|
|
347
|
+
const _UIPS = "UpdateIPSet";
|
|
348
|
+
const _UIPSR = "UpdateIPSetRequest";
|
|
349
|
+
const _UIPSRp = "UpdateIPSetResponse";
|
|
350
|
+
const _UR = "UntagResource";
|
|
351
|
+
const _URBR = "UpdateRateBasedRule";
|
|
352
|
+
const _URBRR = "UpdateRateBasedRuleRequest";
|
|
353
|
+
const _URBRRp = "UpdateRateBasedRuleResponse";
|
|
354
|
+
const _URG = "UpdateRuleGroup";
|
|
355
|
+
const _URGR = "UpdateRuleGroupRequest";
|
|
356
|
+
const _URGRp = "UpdateRuleGroupResponse";
|
|
357
|
+
const _URI = "URI";
|
|
358
|
+
const _URMS = "UpdateRegexMatchSet";
|
|
359
|
+
const _URMSR = "UpdateRegexMatchSetRequest";
|
|
360
|
+
const _URMSRp = "UpdateRegexMatchSetResponse";
|
|
361
|
+
const _URPS = "UpdateRegexPatternSet";
|
|
362
|
+
const _URPSR = "UpdateRegexPatternSetRequest";
|
|
363
|
+
const _URPSRp = "UpdateRegexPatternSetResponse";
|
|
364
|
+
const _URR = "UntagResourceRequest";
|
|
365
|
+
const _URRn = "UntagResourceResponse";
|
|
366
|
+
const _URRp = "UpdateRuleRequest";
|
|
367
|
+
const _URRpd = "UpdateRuleResponse";
|
|
368
|
+
const _URp = "UpdateRule";
|
|
369
|
+
const _USCS = "UpdateSizeConstraintSet";
|
|
370
|
+
const _USCSR = "UpdateSizeConstraintSetRequest";
|
|
371
|
+
const _USCSRp = "UpdateSizeConstraintSetResponse";
|
|
372
|
+
const _USIMS = "UpdateSqlInjectionMatchSet";
|
|
373
|
+
const _USIMSR = "UpdateSqlInjectionMatchSetRequest";
|
|
374
|
+
const _USIMSRp = "UpdateSqlInjectionMatchSetResponse";
|
|
375
|
+
const _UWACL = "UpdateWebACL";
|
|
376
|
+
const _UWACLR = "UpdateWebACLRequest";
|
|
377
|
+
const _UWACLRp = "UpdateWebACLResponse";
|
|
378
|
+
const _UXMS = "UpdateXssMatchSet";
|
|
379
|
+
const _UXMSR = "UpdateXssMatchSetRequest";
|
|
380
|
+
const _UXMSRp = "UpdateXssMatchSetResponse";
|
|
381
|
+
const _V = "Value";
|
|
382
|
+
const _W = "Weight";
|
|
383
|
+
const _WA = "WafAction";
|
|
384
|
+
const _WACL = "WebACL";
|
|
385
|
+
const _WACLA = "WebACLArn";
|
|
386
|
+
const _WACLI = "WebACLId";
|
|
387
|
+
const _WACLS = "WebACLSummary";
|
|
388
|
+
const _WACLSe = "WebACLSummaries";
|
|
389
|
+
const _WACLU = "WebACLUpdate";
|
|
390
|
+
const _WACLUe = "WebACLUpdates";
|
|
391
|
+
const _WACLe = "WebACLs";
|
|
392
|
+
const _WAFBRE = "WAFBadRequestException";
|
|
393
|
+
const _WAFDNE = "WAFDisallowedNameException";
|
|
394
|
+
const _WAFEME = "WAFEntityMigrationException";
|
|
395
|
+
const _WAFIAE = "WAFInvalidAccountException";
|
|
396
|
+
const _WAFIEE = "WAFInternalErrorException";
|
|
397
|
+
const _WAFIOE = "WAFInvalidOperationException";
|
|
398
|
+
const _WAFIPE = "WAFInvalidParameterException";
|
|
399
|
+
const _WAFIPPE = "WAFInvalidPermissionPolicyException";
|
|
400
|
+
const _WAFIRPE = "WAFInvalidRegexPatternException";
|
|
401
|
+
const _WAFLEE = "WAFLimitsExceededException";
|
|
402
|
+
const _WAFNCE = "WAFNonexistentContainerException";
|
|
403
|
+
const _WAFNEEE = "WAFNonEmptyEntityException";
|
|
404
|
+
const _WAFNIE = "WAFNonexistentItemException";
|
|
405
|
+
const _WAFRIE = "WAFReferencedItemException";
|
|
406
|
+
const _WAFSDE = "WAFStaleDataException";
|
|
407
|
+
const _WAFSLREE = "WAFServiceLinkedRoleErrorException";
|
|
408
|
+
const _WAFSNFE = "WAFSubscriptionNotFoundException";
|
|
409
|
+
const _WAFTOE = "WAFTagOperationException";
|
|
410
|
+
const _WAFTOIEE = "WAFTagOperationInternalErrorException";
|
|
411
|
+
const _WAI = "WebAclId";
|
|
412
|
+
const _WOA = "WafOverrideAction";
|
|
413
|
+
const _XMS = "XssMatchSet";
|
|
414
|
+
const _XMSI = "XssMatchSetId";
|
|
415
|
+
const _XMSS = "XssMatchSetSummary";
|
|
416
|
+
const _XMSSs = "XssMatchSetSummaries";
|
|
417
|
+
const _XMSU = "XssMatchSetUpdate";
|
|
418
|
+
const _XMSUs = "XssMatchSetUpdates";
|
|
419
|
+
const _XMSs = "XssMatchSets";
|
|
420
|
+
const _XMT = "XssMatchTuples";
|
|
421
|
+
const _XMTs = "XssMatchTuple";
|
|
422
|
+
const _c = "client";
|
|
423
|
+
const _e = "error";
|
|
424
|
+
const _f = "field";
|
|
425
|
+
const _m = "message";
|
|
426
|
+
const _p = "parameter";
|
|
427
|
+
const _r = "reason";
|
|
428
|
+
const _s = "server";
|
|
429
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.waf";
|
|
430
|
+
const n0 = "com.amazonaws.waf";
|
|
431
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
432
|
+
import { WAFBadRequestException as __WAFBadRequestException, WAFDisallowedNameException as __WAFDisallowedNameException, WAFEntityMigrationException as __WAFEntityMigrationException, WAFInternalErrorException as __WAFInternalErrorException, WAFInvalidAccountException as __WAFInvalidAccountException, WAFInvalidOperationException as __WAFInvalidOperationException, WAFInvalidParameterException as __WAFInvalidParameterException, WAFInvalidPermissionPolicyException as __WAFInvalidPermissionPolicyException, WAFInvalidRegexPatternException as __WAFInvalidRegexPatternException, WAFLimitsExceededException as __WAFLimitsExceededException, WAFNonEmptyEntityException as __WAFNonEmptyEntityException, WAFNonexistentContainerException as __WAFNonexistentContainerException, WAFNonexistentItemException as __WAFNonexistentItemException, WAFReferencedItemException as __WAFReferencedItemException, WAFServiceLinkedRoleErrorException as __WAFServiceLinkedRoleErrorException, WAFStaleDataException as __WAFStaleDataException, WAFSubscriptionNotFoundException as __WAFSubscriptionNotFoundException, WAFTagOperationException as __WAFTagOperationException, WAFTagOperationInternalErrorException as __WAFTagOperationInternalErrorException, } from "../models/index";
|
|
433
|
+
import { WAFServiceException as __WAFServiceException } from "../models/WAFServiceException";
|
|
434
|
+
export var ActivatedRule = [
|
|
435
|
+
3,
|
|
436
|
+
n0,
|
|
437
|
+
_AR,
|
|
438
|
+
0,
|
|
439
|
+
[_P, _RI, _A, _OA, _T, _ER],
|
|
440
|
+
[1, 0, () => WafAction, () => WafOverrideAction, 0, () => ExcludedRules],
|
|
441
|
+
];
|
|
442
|
+
export var ByteMatchSet = [3, n0, _BMS, 0, [_BMSI, _N, _BMT], [0, 0, () => ByteMatchTuples]];
|
|
443
|
+
export var ByteMatchSetSummary = [3, n0, _BMSS, 0, [_BMSI, _N], [0, 0]];
|
|
444
|
+
export var ByteMatchSetUpdate = [3, n0, _BMSU, 0, [_A, _BMTy], [0, () => ByteMatchTuple]];
|
|
445
|
+
export var ByteMatchTuple = [
|
|
446
|
+
3,
|
|
447
|
+
n0,
|
|
448
|
+
_BMTy,
|
|
449
|
+
0,
|
|
450
|
+
[_FTM, _TS, _TT, _PC],
|
|
451
|
+
[() => FieldToMatch, 21, 0, 0],
|
|
452
|
+
];
|
|
453
|
+
export var CreateByteMatchSetRequest = [3, n0, _CBMSR, 0, [_N, _CT], [0, 0]];
|
|
454
|
+
export var CreateByteMatchSetResponse = [
|
|
455
|
+
3,
|
|
456
|
+
n0,
|
|
457
|
+
_CBMSRr,
|
|
458
|
+
0,
|
|
459
|
+
[_BMS, _CT],
|
|
460
|
+
[() => ByteMatchSet, 0],
|
|
461
|
+
];
|
|
462
|
+
export var CreateGeoMatchSetRequest = [3, n0, _CGMSR, 0, [_N, _CT], [0, 0]];
|
|
463
|
+
export var CreateGeoMatchSetResponse = [3, n0, _CGMSRr, 0, [_GMS, _CT], [() => GeoMatchSet, 0]];
|
|
464
|
+
export var CreateIPSetRequest = [3, n0, _CIPSR, 0, [_N, _CT], [0, 0]];
|
|
465
|
+
export var CreateIPSetResponse = [3, n0, _CIPSRr, 0, [_IPS, _CT], [() => IPSet, 0]];
|
|
466
|
+
export var CreateRateBasedRuleRequest = [
|
|
467
|
+
3,
|
|
468
|
+
n0,
|
|
469
|
+
_CRBRR,
|
|
470
|
+
0,
|
|
471
|
+
[_N, _MN, _RK, _RL, _CT, _Ta],
|
|
472
|
+
[0, 0, 0, 1, 0, () => TagList],
|
|
473
|
+
];
|
|
474
|
+
export var CreateRateBasedRuleResponse = [
|
|
475
|
+
3,
|
|
476
|
+
n0,
|
|
477
|
+
_CRBRRr,
|
|
478
|
+
0,
|
|
479
|
+
[_R, _CT],
|
|
480
|
+
[() => RateBasedRule, 0],
|
|
481
|
+
];
|
|
482
|
+
export var CreateRegexMatchSetRequest = [3, n0, _CRMSR, 0, [_N, _CT], [0, 0]];
|
|
483
|
+
export var CreateRegexMatchSetResponse = [
|
|
484
|
+
3,
|
|
485
|
+
n0,
|
|
486
|
+
_CRMSRr,
|
|
487
|
+
0,
|
|
488
|
+
[_RMS, _CT],
|
|
489
|
+
[() => RegexMatchSet, 0],
|
|
490
|
+
];
|
|
491
|
+
export var CreateRegexPatternSetRequest = [3, n0, _CRPSR, 0, [_N, _CT], [0, 0]];
|
|
492
|
+
export var CreateRegexPatternSetResponse = [
|
|
493
|
+
3,
|
|
494
|
+
n0,
|
|
495
|
+
_CRPSRr,
|
|
496
|
+
0,
|
|
497
|
+
[_RPS, _CT],
|
|
498
|
+
[() => RegexPatternSet, 0],
|
|
499
|
+
];
|
|
500
|
+
export var CreateRuleGroupRequest = [
|
|
501
|
+
3,
|
|
502
|
+
n0,
|
|
503
|
+
_CRGR,
|
|
504
|
+
0,
|
|
505
|
+
[_N, _MN, _CT, _Ta],
|
|
506
|
+
[0, 0, 0, () => TagList],
|
|
507
|
+
];
|
|
508
|
+
export var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_RG, _CT], [() => RuleGroup, 0]];
|
|
509
|
+
export var CreateRuleRequest = [3, n0, _CRR, 0, [_N, _MN, _CT, _Ta], [0, 0, 0, () => TagList]];
|
|
510
|
+
export var CreateRuleResponse = [3, n0, _CRRr, 0, [_R, _CT], [() => Rule, 0]];
|
|
511
|
+
export var CreateSizeConstraintSetRequest = [3, n0, _CSCSR, 0, [_N, _CT], [0, 0]];
|
|
512
|
+
export var CreateSizeConstraintSetResponse = [
|
|
513
|
+
3,
|
|
514
|
+
n0,
|
|
515
|
+
_CSCSRr,
|
|
516
|
+
0,
|
|
517
|
+
[_SCS, _CT],
|
|
518
|
+
[() => SizeConstraintSet, 0],
|
|
519
|
+
];
|
|
520
|
+
export var CreateSqlInjectionMatchSetRequest = [3, n0, _CSIMSR, 0, [_N, _CT], [0, 0]];
|
|
521
|
+
export var CreateSqlInjectionMatchSetResponse = [
|
|
522
|
+
3,
|
|
523
|
+
n0,
|
|
524
|
+
_CSIMSRr,
|
|
525
|
+
0,
|
|
526
|
+
[_SIMS, _CT],
|
|
527
|
+
[() => SqlInjectionMatchSet, 0],
|
|
528
|
+
];
|
|
529
|
+
export var CreateWebACLMigrationStackRequest = [
|
|
530
|
+
3,
|
|
531
|
+
n0,
|
|
532
|
+
_CWACLMSR,
|
|
533
|
+
0,
|
|
534
|
+
[_WACLI, _SBN, _IUT],
|
|
535
|
+
[0, 0, 2],
|
|
536
|
+
];
|
|
537
|
+
export var CreateWebACLMigrationStackResponse = [3, n0, _CWACLMSRr, 0, [_SOU], [0]];
|
|
538
|
+
export var CreateWebACLRequest = [
|
|
539
|
+
3,
|
|
540
|
+
n0,
|
|
541
|
+
_CWACLR,
|
|
542
|
+
0,
|
|
543
|
+
[_N, _MN, _DA, _CT, _Ta],
|
|
544
|
+
[0, 0, () => WafAction, 0, () => TagList],
|
|
545
|
+
];
|
|
546
|
+
export var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_WACL, _CT], [() => WebACL, 0]];
|
|
547
|
+
export var CreateXssMatchSetRequest = [3, n0, _CXMSR, 0, [_N, _CT], [0, 0]];
|
|
548
|
+
export var CreateXssMatchSetResponse = [3, n0, _CXMSRr, 0, [_XMS, _CT], [() => XssMatchSet, 0]];
|
|
549
|
+
export var DeleteByteMatchSetRequest = [3, n0, _DBMSR, 0, [_BMSI, _CT], [0, 0]];
|
|
550
|
+
export var DeleteByteMatchSetResponse = [3, n0, _DBMSRe, 0, [_CT], [0]];
|
|
551
|
+
export var DeleteGeoMatchSetRequest = [3, n0, _DGMSR, 0, [_GMSI, _CT], [0, 0]];
|
|
552
|
+
export var DeleteGeoMatchSetResponse = [3, n0, _DGMSRe, 0, [_CT], [0]];
|
|
553
|
+
export var DeleteIPSetRequest = [3, n0, _DIPSR, 0, [_IPSI, _CT], [0, 0]];
|
|
554
|
+
export var DeleteIPSetResponse = [3, n0, _DIPSRe, 0, [_CT], [0]];
|
|
555
|
+
export var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_RA], [0]];
|
|
556
|
+
export var DeleteLoggingConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
|
|
557
|
+
export var DeletePermissionPolicyRequest = [3, n0, _DPPR, 0, [_RA], [0]];
|
|
558
|
+
export var DeletePermissionPolicyResponse = [3, n0, _DPPRe, 0, [], []];
|
|
559
|
+
export var DeleteRateBasedRuleRequest = [3, n0, _DRBRR, 0, [_RI, _CT], [0, 0]];
|
|
560
|
+
export var DeleteRateBasedRuleResponse = [3, n0, _DRBRRe, 0, [_CT], [0]];
|
|
561
|
+
export var DeleteRegexMatchSetRequest = [3, n0, _DRMSR, 0, [_RMSI, _CT], [0, 0]];
|
|
562
|
+
export var DeleteRegexMatchSetResponse = [3, n0, _DRMSRe, 0, [_CT], [0]];
|
|
563
|
+
export var DeleteRegexPatternSetRequest = [3, n0, _DRPSR, 0, [_RPSI, _CT], [0, 0]];
|
|
564
|
+
export var DeleteRegexPatternSetResponse = [3, n0, _DRPSRe, 0, [_CT], [0]];
|
|
565
|
+
export var DeleteRuleGroupRequest = [3, n0, _DRGR, 0, [_RGI, _CT], [0, 0]];
|
|
566
|
+
export var DeleteRuleGroupResponse = [3, n0, _DRGRe, 0, [_CT], [0]];
|
|
567
|
+
export var DeleteRuleRequest = [3, n0, _DRR, 0, [_RI, _CT], [0, 0]];
|
|
568
|
+
export var DeleteRuleResponse = [3, n0, _DRRe, 0, [_CT], [0]];
|
|
569
|
+
export var DeleteSizeConstraintSetRequest = [3, n0, _DSCSR, 0, [_SCSI, _CT], [0, 0]];
|
|
570
|
+
export var DeleteSizeConstraintSetResponse = [3, n0, _DSCSRe, 0, [_CT], [0]];
|
|
571
|
+
export var DeleteSqlInjectionMatchSetRequest = [3, n0, _DSIMSR, 0, [_SIMSI, _CT], [0, 0]];
|
|
572
|
+
export var DeleteSqlInjectionMatchSetResponse = [3, n0, _DSIMSRe, 0, [_CT], [0]];
|
|
573
|
+
export var DeleteWebACLRequest = [3, n0, _DWACLR, 0, [_WACLI, _CT], [0, 0]];
|
|
574
|
+
export var DeleteWebACLResponse = [3, n0, _DWACLRe, 0, [_CT], [0]];
|
|
575
|
+
export var DeleteXssMatchSetRequest = [3, n0, _DXMSR, 0, [_XMSI, _CT], [0, 0]];
|
|
576
|
+
export var DeleteXssMatchSetResponse = [3, n0, _DXMSRe, 0, [_CT], [0]];
|
|
577
|
+
export var ExcludedRule = [3, n0, _ERx, 0, [_RI], [0]];
|
|
578
|
+
export var FieldToMatch = [3, n0, _FTM, 0, [_T, _D], [0, 0]];
|
|
579
|
+
export var GeoMatchConstraint = [3, n0, _GMC, 0, [_T, _V], [0, 0]];
|
|
580
|
+
export var GeoMatchSet = [3, n0, _GMS, 0, [_GMSI, _N, _GMCe], [0, 0, () => GeoMatchConstraints]];
|
|
581
|
+
export var GeoMatchSetSummary = [3, n0, _GMSS, 0, [_GMSI, _N], [0, 0]];
|
|
582
|
+
export var GeoMatchSetUpdate = [3, n0, _GMSU, 0, [_A, _GMC], [0, () => GeoMatchConstraint]];
|
|
583
|
+
export var GetByteMatchSetRequest = [3, n0, _GBMSR, 0, [_BMSI], [0]];
|
|
584
|
+
export var GetByteMatchSetResponse = [3, n0, _GBMSRe, 0, [_BMS], [() => ByteMatchSet]];
|
|
585
|
+
export var GetChangeTokenRequest = [3, n0, _GCTR, 0, [], []];
|
|
586
|
+
export var GetChangeTokenResponse = [3, n0, _GCTRe, 0, [_CT], [0]];
|
|
587
|
+
export var GetChangeTokenStatusRequest = [3, n0, _GCTSR, 0, [_CT], [0]];
|
|
588
|
+
export var GetChangeTokenStatusResponse = [3, n0, _GCTSRe, 0, [_CTS], [0]];
|
|
589
|
+
export var GetGeoMatchSetRequest = [3, n0, _GGMSR, 0, [_GMSI], [0]];
|
|
590
|
+
export var GetGeoMatchSetResponse = [3, n0, _GGMSRe, 0, [_GMS], [() => GeoMatchSet]];
|
|
591
|
+
export var GetIPSetRequest = [3, n0, _GIPSR, 0, [_IPSI], [0]];
|
|
592
|
+
export var GetIPSetResponse = [3, n0, _GIPSRe, 0, [_IPS], [() => IPSet]];
|
|
593
|
+
export var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_RA], [0]];
|
|
594
|
+
export var GetLoggingConfigurationResponse = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_GLCRe,
|
|
598
|
+
0,
|
|
599
|
+
[_LC],
|
|
600
|
+
[() => LoggingConfiguration],
|
|
601
|
+
];
|
|
602
|
+
export var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
|
|
603
|
+
export var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
|
|
604
|
+
export var GetRateBasedRuleManagedKeysRequest = [3, n0, _GRBRMKR, 0, [_RI, _NM], [0, 0]];
|
|
605
|
+
export var GetRateBasedRuleManagedKeysResponse = [3, n0, _GRBRMKRe, 0, [_MK, _NM], [64 | 0, 0]];
|
|
606
|
+
export var GetRateBasedRuleRequest = [3, n0, _GRBRR, 0, [_RI], [0]];
|
|
607
|
+
export var GetRateBasedRuleResponse = [3, n0, _GRBRRe, 0, [_R], [() => RateBasedRule]];
|
|
608
|
+
export var GetRegexMatchSetRequest = [3, n0, _GRMSR, 0, [_RMSI], [0]];
|
|
609
|
+
export var GetRegexMatchSetResponse = [3, n0, _GRMSRe, 0, [_RMS], [() => RegexMatchSet]];
|
|
610
|
+
export var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_RPSI], [0]];
|
|
611
|
+
export var GetRegexPatternSetResponse = [3, n0, _GRPSRe, 0, [_RPS], [() => RegexPatternSet]];
|
|
612
|
+
export var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_RGI], [0]];
|
|
613
|
+
export var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG], [() => RuleGroup]];
|
|
614
|
+
export var GetRuleRequest = [3, n0, _GRR, 0, [_RI], [0]];
|
|
615
|
+
export var GetRuleResponse = [3, n0, _GRRe, 0, [_R], [() => Rule]];
|
|
616
|
+
export var GetSampledRequestsRequest = [
|
|
617
|
+
3,
|
|
618
|
+
n0,
|
|
619
|
+
_GSRR,
|
|
620
|
+
0,
|
|
621
|
+
[_WAI, _RI, _TW, _MI],
|
|
622
|
+
[0, 0, () => TimeWindow, 1],
|
|
623
|
+
];
|
|
624
|
+
export var GetSampledRequestsResponse = [
|
|
625
|
+
3,
|
|
626
|
+
n0,
|
|
627
|
+
_GSRRe,
|
|
628
|
+
0,
|
|
629
|
+
[_SR, _PS, _TW],
|
|
630
|
+
[() => SampledHTTPRequests, 1, () => TimeWindow],
|
|
631
|
+
];
|
|
632
|
+
export var GetSizeConstraintSetRequest = [3, n0, _GSCSR, 0, [_SCSI], [0]];
|
|
633
|
+
export var GetSizeConstraintSetResponse = [3, n0, _GSCSRe, 0, [_SCS], [() => SizeConstraintSet]];
|
|
634
|
+
export var GetSqlInjectionMatchSetRequest = [3, n0, _GSIMSR, 0, [_SIMSI], [0]];
|
|
635
|
+
export var GetSqlInjectionMatchSetResponse = [
|
|
636
|
+
3,
|
|
637
|
+
n0,
|
|
638
|
+
_GSIMSRe,
|
|
639
|
+
0,
|
|
640
|
+
[_SIMS],
|
|
641
|
+
[() => SqlInjectionMatchSet],
|
|
642
|
+
];
|
|
643
|
+
export var GetWebACLRequest = [3, n0, _GWACLR, 0, [_WACLI], [0]];
|
|
644
|
+
export var GetWebACLResponse = [3, n0, _GWACLRe, 0, [_WACL], [() => WebACL]];
|
|
645
|
+
export var GetXssMatchSetRequest = [3, n0, _GXMSR, 0, [_XMSI], [0]];
|
|
646
|
+
export var GetXssMatchSetResponse = [3, n0, _GXMSRe, 0, [_XMS], [() => XssMatchSet]];
|
|
647
|
+
export var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _V], [0, 0]];
|
|
648
|
+
export var HTTPRequest = [
|
|
649
|
+
3,
|
|
650
|
+
n0,
|
|
651
|
+
_HTTPR,
|
|
652
|
+
0,
|
|
653
|
+
[_CIP, _C, _URI, _M, _HTTPV, _H],
|
|
654
|
+
[0, 0, 0, 0, 0, () => HTTPHeaders],
|
|
655
|
+
];
|
|
656
|
+
export var IPSet = [3, n0, _IPS, 0, [_IPSI, _N, _IPSD], [0, 0, () => IPSetDescriptors]];
|
|
657
|
+
export var IPSetDescriptor = [3, n0, _IPSDe, 0, [_T, _V], [0, 0]];
|
|
658
|
+
export var IPSetSummary = [3, n0, _IPSS, 0, [_IPSI, _N], [0, 0]];
|
|
659
|
+
export var IPSetUpdate = [3, n0, _IPSU, 0, [_A, _IPSDe], [0, () => IPSetDescriptor]];
|
|
660
|
+
export var ListActivatedRulesInRuleGroupRequest = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_LARIRGR,
|
|
664
|
+
0,
|
|
665
|
+
[_RGI, _NM, _L],
|
|
666
|
+
[0, 0, 1],
|
|
667
|
+
];
|
|
668
|
+
export var ListActivatedRulesInRuleGroupResponse = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_LARIRGRi,
|
|
672
|
+
0,
|
|
673
|
+
[_NM, _ARc],
|
|
674
|
+
[0, () => ActivatedRules],
|
|
675
|
+
];
|
|
676
|
+
export var ListByteMatchSetsRequest = [3, n0, _LBMSR, 0, [_NM, _L], [0, 1]];
|
|
677
|
+
export var ListByteMatchSetsResponse = [
|
|
678
|
+
3,
|
|
679
|
+
n0,
|
|
680
|
+
_LBMSRi,
|
|
681
|
+
0,
|
|
682
|
+
[_NM, _BMSy],
|
|
683
|
+
[0, () => ByteMatchSetSummaries],
|
|
684
|
+
];
|
|
685
|
+
export var ListGeoMatchSetsRequest = [3, n0, _LGMSR, 0, [_NM, _L], [0, 1]];
|
|
686
|
+
export var ListGeoMatchSetsResponse = [
|
|
687
|
+
3,
|
|
688
|
+
n0,
|
|
689
|
+
_LGMSRi,
|
|
690
|
+
0,
|
|
691
|
+
[_NM, _GMSe],
|
|
692
|
+
[0, () => GeoMatchSetSummaries],
|
|
693
|
+
];
|
|
694
|
+
export var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_NM, _L], [0, 1]];
|
|
695
|
+
export var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
|
|
696
|
+
export var ListLoggingConfigurationsRequest = [3, n0, _LLCR, 0, [_NM, _L], [0, 1]];
|
|
697
|
+
export var ListLoggingConfigurationsResponse = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_LLCRi,
|
|
701
|
+
0,
|
|
702
|
+
[_LCo, _NM],
|
|
703
|
+
[() => LoggingConfigurations, 0],
|
|
704
|
+
];
|
|
705
|
+
export var ListRateBasedRulesRequest = [3, n0, _LRBRR, 0, [_NM, _L], [0, 1]];
|
|
706
|
+
export var ListRateBasedRulesResponse = [
|
|
707
|
+
3,
|
|
708
|
+
n0,
|
|
709
|
+
_LRBRRi,
|
|
710
|
+
0,
|
|
711
|
+
[_NM, _Ru],
|
|
712
|
+
[0, () => RuleSummaries],
|
|
713
|
+
];
|
|
714
|
+
export var ListRegexMatchSetsRequest = [3, n0, _LRMSR, 0, [_NM, _L], [0, 1]];
|
|
715
|
+
export var ListRegexMatchSetsResponse = [
|
|
716
|
+
3,
|
|
717
|
+
n0,
|
|
718
|
+
_LRMSRi,
|
|
719
|
+
0,
|
|
720
|
+
[_NM, _RMSe],
|
|
721
|
+
[0, () => RegexMatchSetSummaries],
|
|
722
|
+
];
|
|
723
|
+
export var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_NM, _L], [0, 1]];
|
|
724
|
+
export var ListRegexPatternSetsResponse = [
|
|
725
|
+
3,
|
|
726
|
+
n0,
|
|
727
|
+
_LRPSRi,
|
|
728
|
+
0,
|
|
729
|
+
[_NM, _RPSe],
|
|
730
|
+
[0, () => RegexPatternSetSummaries],
|
|
731
|
+
];
|
|
732
|
+
export var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_NM, _L], [0, 1]];
|
|
733
|
+
export var ListRuleGroupsResponse = [
|
|
734
|
+
3,
|
|
735
|
+
n0,
|
|
736
|
+
_LRGRi,
|
|
737
|
+
0,
|
|
738
|
+
[_NM, _RGu],
|
|
739
|
+
[0, () => RuleGroupSummaries],
|
|
740
|
+
];
|
|
741
|
+
export var ListRulesRequest = [3, n0, _LRR, 0, [_NM, _L], [0, 1]];
|
|
742
|
+
export var ListRulesResponse = [3, n0, _LRRi, 0, [_NM, _Ru], [0, () => RuleSummaries]];
|
|
743
|
+
export var ListSizeConstraintSetsRequest = [3, n0, _LSCSR, 0, [_NM, _L], [0, 1]];
|
|
744
|
+
export var ListSizeConstraintSetsResponse = [
|
|
745
|
+
3,
|
|
746
|
+
n0,
|
|
747
|
+
_LSCSRi,
|
|
748
|
+
0,
|
|
749
|
+
[_NM, _SCSi],
|
|
750
|
+
[0, () => SizeConstraintSetSummaries],
|
|
751
|
+
];
|
|
752
|
+
export var ListSqlInjectionMatchSetsRequest = [3, n0, _LSIMSR, 0, [_NM, _L], [0, 1]];
|
|
753
|
+
export var ListSqlInjectionMatchSetsResponse = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_LSIMSRi,
|
|
757
|
+
0,
|
|
758
|
+
[_NM, _SIMSq],
|
|
759
|
+
[0, () => SqlInjectionMatchSetSummaries],
|
|
760
|
+
];
|
|
761
|
+
export var ListSubscribedRuleGroupsRequest = [3, n0, _LSRGR, 0, [_NM, _L], [0, 1]];
|
|
762
|
+
export var ListSubscribedRuleGroupsResponse = [
|
|
763
|
+
3,
|
|
764
|
+
n0,
|
|
765
|
+
_LSRGRi,
|
|
766
|
+
0,
|
|
767
|
+
[_NM, _RGu],
|
|
768
|
+
[0, () => SubscribedRuleGroupSummaries],
|
|
769
|
+
];
|
|
770
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _L, _RARN], [0, 1, 0]];
|
|
771
|
+
export var ListTagsForResourceResponse = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_LTFRRi,
|
|
775
|
+
0,
|
|
776
|
+
[_NM, _TIFR],
|
|
777
|
+
[0, () => TagInfoForResource],
|
|
778
|
+
];
|
|
779
|
+
export var ListWebACLsRequest = [3, n0, _LWACLR, 0, [_NM, _L], [0, 1]];
|
|
780
|
+
export var ListWebACLsResponse = [3, n0, _LWACLRi, 0, [_NM, _WACLe], [0, () => WebACLSummaries]];
|
|
781
|
+
export var ListXssMatchSetsRequest = [3, n0, _LXMSR, 0, [_NM, _L], [0, 1]];
|
|
782
|
+
export var ListXssMatchSetsResponse = [
|
|
783
|
+
3,
|
|
784
|
+
n0,
|
|
785
|
+
_LXMSRi,
|
|
786
|
+
0,
|
|
787
|
+
[_NM, _XMSs],
|
|
788
|
+
[0, () => XssMatchSetSummaries],
|
|
789
|
+
];
|
|
790
|
+
export var LoggingConfiguration = [
|
|
791
|
+
3,
|
|
792
|
+
n0,
|
|
793
|
+
_LC,
|
|
794
|
+
0,
|
|
795
|
+
[_RA, _LDC, _RF],
|
|
796
|
+
[0, 64 | 0, () => RedactedFields],
|
|
797
|
+
];
|
|
798
|
+
export var Predicate = [3, n0, _Pr, 0, [_Ne, _T, _DI], [2, 0, 0]];
|
|
799
|
+
export var PutLoggingConfigurationRequest = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_PLCR,
|
|
803
|
+
0,
|
|
804
|
+
[_LC],
|
|
805
|
+
[() => LoggingConfiguration],
|
|
806
|
+
];
|
|
807
|
+
export var PutLoggingConfigurationResponse = [
|
|
808
|
+
3,
|
|
809
|
+
n0,
|
|
810
|
+
_PLCRu,
|
|
811
|
+
0,
|
|
812
|
+
[_LC],
|
|
813
|
+
[() => LoggingConfiguration],
|
|
814
|
+
];
|
|
815
|
+
export var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
|
|
816
|
+
export var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
|
|
817
|
+
export var RateBasedRule = [
|
|
818
|
+
3,
|
|
819
|
+
n0,
|
|
820
|
+
_RBR,
|
|
821
|
+
0,
|
|
822
|
+
[_RI, _N, _MN, _MP, _RK, _RL],
|
|
823
|
+
[0, 0, 0, () => Predicates, 0, 1],
|
|
824
|
+
];
|
|
825
|
+
export var RegexMatchSet = [3, n0, _RMS, 0, [_RMSI, _N, _RMT], [0, 0, () => RegexMatchTuples]];
|
|
826
|
+
export var RegexMatchSetSummary = [3, n0, _RMSS, 0, [_RMSI, _N], [0, 0]];
|
|
827
|
+
export var RegexMatchSetUpdate = [3, n0, _RMSU, 0, [_A, _RMTe], [0, () => RegexMatchTuple]];
|
|
828
|
+
export var RegexMatchTuple = [3, n0, _RMTe, 0, [_FTM, _TT, _RPSI], [() => FieldToMatch, 0, 0]];
|
|
829
|
+
export var RegexPatternSet = [3, n0, _RPS, 0, [_RPSI, _N, _RPSeg], [0, 0, 64 | 0]];
|
|
830
|
+
export var RegexPatternSetSummary = [3, n0, _RPSS, 0, [_RPSI, _N], [0, 0]];
|
|
831
|
+
export var RegexPatternSetUpdate = [3, n0, _RPSU, 0, [_A, _RPSege], [0, 0]];
|
|
832
|
+
export var Rule = [3, n0, _R, 0, [_RI, _N, _MN, _Pre], [0, 0, 0, () => Predicates]];
|
|
833
|
+
export var RuleGroup = [3, n0, _RG, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
834
|
+
export var RuleGroupSummary = [3, n0, _RGS, 0, [_RGI, _N], [0, 0]];
|
|
835
|
+
export var RuleGroupUpdate = [3, n0, _RGU, 0, [_A, _AR], [0, () => ActivatedRule]];
|
|
836
|
+
export var RuleSummary = [3, n0, _RS, 0, [_RI, _N], [0, 0]];
|
|
837
|
+
export var RuleUpdate = [3, n0, _RU, 0, [_A, _Pr], [0, () => Predicate]];
|
|
838
|
+
export var SampledHTTPRequest = [
|
|
839
|
+
3,
|
|
840
|
+
n0,
|
|
841
|
+
_SHTTPR,
|
|
842
|
+
0,
|
|
843
|
+
[_Re, _W, _Ti, _A, _RWRG],
|
|
844
|
+
[() => HTTPRequest, 1, 4, 0, 0],
|
|
845
|
+
];
|
|
846
|
+
export var SizeConstraint = [3, n0, _SC, 0, [_FTM, _TT, _CO, _S], [() => FieldToMatch, 0, 0, 1]];
|
|
847
|
+
export var SizeConstraintSet = [
|
|
848
|
+
3,
|
|
849
|
+
n0,
|
|
850
|
+
_SCS,
|
|
851
|
+
0,
|
|
852
|
+
[_SCSI, _N, _SCi],
|
|
853
|
+
[0, 0, () => SizeConstraints],
|
|
854
|
+
];
|
|
855
|
+
export var SizeConstraintSetSummary = [3, n0, _SCSS, 0, [_SCSI, _N], [0, 0]];
|
|
856
|
+
export var SizeConstraintSetUpdate = [3, n0, _SCSU, 0, [_A, _SC], [0, () => SizeConstraint]];
|
|
857
|
+
export var SqlInjectionMatchSet = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_SIMS,
|
|
861
|
+
0,
|
|
862
|
+
[_SIMSI, _N, _SIMT],
|
|
863
|
+
[0, 0, () => SqlInjectionMatchTuples],
|
|
864
|
+
];
|
|
865
|
+
export var SqlInjectionMatchSetSummary = [3, n0, _SIMSS, 0, [_SIMSI, _N], [0, 0]];
|
|
866
|
+
export var SqlInjectionMatchSetUpdate = [
|
|
867
|
+
3,
|
|
868
|
+
n0,
|
|
869
|
+
_SIMSU,
|
|
870
|
+
0,
|
|
871
|
+
[_A, _SIMTq],
|
|
872
|
+
[0, () => SqlInjectionMatchTuple],
|
|
873
|
+
];
|
|
874
|
+
export var SqlInjectionMatchTuple = [3, n0, _SIMTq, 0, [_FTM, _TT], [() => FieldToMatch, 0]];
|
|
875
|
+
export var SubscribedRuleGroupSummary = [3, n0, _SRGS, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
876
|
+
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
877
|
+
export var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
|
|
878
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
879
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
880
|
+
export var TimeWindow = [3, n0, _TW, 0, [_ST, _ET], [4, 4]];
|
|
881
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
882
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
883
|
+
export var UpdateByteMatchSetRequest = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_UBMSR,
|
|
887
|
+
0,
|
|
888
|
+
[_BMSI, _CT, _U],
|
|
889
|
+
[0, 0, () => ByteMatchSetUpdates],
|
|
890
|
+
];
|
|
891
|
+
export var UpdateByteMatchSetResponse = [3, n0, _UBMSRp, 0, [_CT], [0]];
|
|
892
|
+
export var UpdateGeoMatchSetRequest = [
|
|
893
|
+
3,
|
|
894
|
+
n0,
|
|
895
|
+
_UGMSR,
|
|
896
|
+
0,
|
|
897
|
+
[_GMSI, _CT, _U],
|
|
898
|
+
[0, 0, () => GeoMatchSetUpdates],
|
|
899
|
+
];
|
|
900
|
+
export var UpdateGeoMatchSetResponse = [3, n0, _UGMSRp, 0, [_CT], [0]];
|
|
901
|
+
export var UpdateIPSetRequest = [3, n0, _UIPSR, 0, [_IPSI, _CT, _U], [0, 0, () => IPSetUpdates]];
|
|
902
|
+
export var UpdateIPSetResponse = [3, n0, _UIPSRp, 0, [_CT], [0]];
|
|
903
|
+
export var UpdateRateBasedRuleRequest = [
|
|
904
|
+
3,
|
|
905
|
+
n0,
|
|
906
|
+
_URBRR,
|
|
907
|
+
0,
|
|
908
|
+
[_RI, _CT, _U, _RL],
|
|
909
|
+
[0, 0, () => RuleUpdates, 1],
|
|
910
|
+
];
|
|
911
|
+
export var UpdateRateBasedRuleResponse = [3, n0, _URBRRp, 0, [_CT], [0]];
|
|
912
|
+
export var UpdateRegexMatchSetRequest = [
|
|
913
|
+
3,
|
|
914
|
+
n0,
|
|
915
|
+
_URMSR,
|
|
916
|
+
0,
|
|
917
|
+
[_RMSI, _U, _CT],
|
|
918
|
+
[0, () => RegexMatchSetUpdates, 0],
|
|
919
|
+
];
|
|
920
|
+
export var UpdateRegexMatchSetResponse = [3, n0, _URMSRp, 0, [_CT], [0]];
|
|
921
|
+
export var UpdateRegexPatternSetRequest = [
|
|
922
|
+
3,
|
|
923
|
+
n0,
|
|
924
|
+
_URPSR,
|
|
925
|
+
0,
|
|
926
|
+
[_RPSI, _U, _CT],
|
|
927
|
+
[0, () => RegexPatternSetUpdates, 0],
|
|
928
|
+
];
|
|
929
|
+
export var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_CT], [0]];
|
|
930
|
+
export var UpdateRuleGroupRequest = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_URGR,
|
|
934
|
+
0,
|
|
935
|
+
[_RGI, _U, _CT],
|
|
936
|
+
[0, () => RuleGroupUpdates, 0],
|
|
937
|
+
];
|
|
938
|
+
export var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_CT], [0]];
|
|
939
|
+
export var UpdateRuleRequest = [3, n0, _URRp, 0, [_RI, _CT, _U], [0, 0, () => RuleUpdates]];
|
|
940
|
+
export var UpdateRuleResponse = [3, n0, _URRpd, 0, [_CT], [0]];
|
|
941
|
+
export var UpdateSizeConstraintSetRequest = [
|
|
942
|
+
3,
|
|
943
|
+
n0,
|
|
944
|
+
_USCSR,
|
|
945
|
+
0,
|
|
946
|
+
[_SCSI, _CT, _U],
|
|
947
|
+
[0, 0, () => SizeConstraintSetUpdates],
|
|
948
|
+
];
|
|
949
|
+
export var UpdateSizeConstraintSetResponse = [3, n0, _USCSRp, 0, [_CT], [0]];
|
|
950
|
+
export var UpdateSqlInjectionMatchSetRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_USIMSR,
|
|
954
|
+
0,
|
|
955
|
+
[_SIMSI, _CT, _U],
|
|
956
|
+
[0, 0, () => SqlInjectionMatchSetUpdates],
|
|
957
|
+
];
|
|
958
|
+
export var UpdateSqlInjectionMatchSetResponse = [3, n0, _USIMSRp, 0, [_CT], [0]];
|
|
959
|
+
export var UpdateWebACLRequest = [
|
|
960
|
+
3,
|
|
961
|
+
n0,
|
|
962
|
+
_UWACLR,
|
|
963
|
+
0,
|
|
964
|
+
[_WACLI, _CT, _U, _DA],
|
|
965
|
+
[0, 0, () => WebACLUpdates, () => WafAction],
|
|
966
|
+
];
|
|
967
|
+
export var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_CT], [0]];
|
|
968
|
+
export var UpdateXssMatchSetRequest = [
|
|
969
|
+
3,
|
|
970
|
+
n0,
|
|
971
|
+
_UXMSR,
|
|
972
|
+
0,
|
|
973
|
+
[_XMSI, _CT, _U],
|
|
974
|
+
[0, 0, () => XssMatchSetUpdates],
|
|
975
|
+
];
|
|
976
|
+
export var UpdateXssMatchSetResponse = [3, n0, _UXMSRp, 0, [_CT], [0]];
|
|
977
|
+
export var WafAction = [3, n0, _WA, 0, [_T], [0]];
|
|
978
|
+
export var WAFBadRequestException = [
|
|
979
|
+
-3,
|
|
980
|
+
n0,
|
|
981
|
+
_WAFBRE,
|
|
982
|
+
{
|
|
983
|
+
[_e]: _c,
|
|
984
|
+
},
|
|
985
|
+
[_m],
|
|
986
|
+
[0],
|
|
987
|
+
];
|
|
988
|
+
TypeRegistry.for(n0).registerError(WAFBadRequestException, __WAFBadRequestException);
|
|
989
|
+
export var WAFDisallowedNameException = [
|
|
990
|
+
-3,
|
|
991
|
+
n0,
|
|
992
|
+
_WAFDNE,
|
|
993
|
+
{
|
|
994
|
+
[_e]: _c,
|
|
995
|
+
},
|
|
996
|
+
[_m],
|
|
997
|
+
[0],
|
|
998
|
+
];
|
|
999
|
+
TypeRegistry.for(n0).registerError(WAFDisallowedNameException, __WAFDisallowedNameException);
|
|
1000
|
+
export var WAFEntityMigrationException = [
|
|
1001
|
+
-3,
|
|
1002
|
+
n0,
|
|
1003
|
+
_WAFEME,
|
|
1004
|
+
{
|
|
1005
|
+
[_e]: _c,
|
|
1006
|
+
},
|
|
1007
|
+
[_m, _MET, _MER],
|
|
1008
|
+
[0, 0, 0],
|
|
1009
|
+
];
|
|
1010
|
+
TypeRegistry.for(n0).registerError(WAFEntityMigrationException, __WAFEntityMigrationException);
|
|
1011
|
+
export var WAFInternalErrorException = [
|
|
1012
|
+
-3,
|
|
1013
|
+
n0,
|
|
1014
|
+
_WAFIEE,
|
|
1015
|
+
{
|
|
1016
|
+
[_e]: _s,
|
|
1017
|
+
},
|
|
1018
|
+
[_m],
|
|
1019
|
+
[0],
|
|
1020
|
+
];
|
|
1021
|
+
TypeRegistry.for(n0).registerError(WAFInternalErrorException, __WAFInternalErrorException);
|
|
1022
|
+
export var WAFInvalidAccountException = [
|
|
1023
|
+
-3,
|
|
1024
|
+
n0,
|
|
1025
|
+
_WAFIAE,
|
|
1026
|
+
{
|
|
1027
|
+
[_e]: _c,
|
|
1028
|
+
},
|
|
1029
|
+
[],
|
|
1030
|
+
[],
|
|
1031
|
+
];
|
|
1032
|
+
TypeRegistry.for(n0).registerError(WAFInvalidAccountException, __WAFInvalidAccountException);
|
|
1033
|
+
export var WAFInvalidOperationException = [
|
|
1034
|
+
-3,
|
|
1035
|
+
n0,
|
|
1036
|
+
_WAFIOE,
|
|
1037
|
+
{
|
|
1038
|
+
[_e]: _c,
|
|
1039
|
+
},
|
|
1040
|
+
[_m],
|
|
1041
|
+
[0],
|
|
1042
|
+
];
|
|
1043
|
+
TypeRegistry.for(n0).registerError(WAFInvalidOperationException, __WAFInvalidOperationException);
|
|
1044
|
+
export var WAFInvalidParameterException = [
|
|
1045
|
+
-3,
|
|
1046
|
+
n0,
|
|
1047
|
+
_WAFIPE,
|
|
1048
|
+
{
|
|
1049
|
+
[_e]: _c,
|
|
1050
|
+
},
|
|
1051
|
+
[_f, _p, _r],
|
|
1052
|
+
[0, 0, 0],
|
|
1053
|
+
];
|
|
1054
|
+
TypeRegistry.for(n0).registerError(WAFInvalidParameterException, __WAFInvalidParameterException);
|
|
1055
|
+
export var WAFInvalidPermissionPolicyException = [
|
|
1056
|
+
-3,
|
|
1057
|
+
n0,
|
|
1058
|
+
_WAFIPPE,
|
|
1059
|
+
{
|
|
1060
|
+
[_e]: _c,
|
|
1061
|
+
},
|
|
1062
|
+
[_m],
|
|
1063
|
+
[0],
|
|
1064
|
+
];
|
|
1065
|
+
TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, __WAFInvalidPermissionPolicyException);
|
|
1066
|
+
export var WAFInvalidRegexPatternException = [
|
|
1067
|
+
-3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_WAFIRPE,
|
|
1070
|
+
{
|
|
1071
|
+
[_e]: _c,
|
|
1072
|
+
},
|
|
1073
|
+
[_m],
|
|
1074
|
+
[0],
|
|
1075
|
+
];
|
|
1076
|
+
TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException, __WAFInvalidRegexPatternException);
|
|
1077
|
+
export var WAFLimitsExceededException = [
|
|
1078
|
+
-3,
|
|
1079
|
+
n0,
|
|
1080
|
+
_WAFLEE,
|
|
1081
|
+
{
|
|
1082
|
+
[_e]: _c,
|
|
1083
|
+
},
|
|
1084
|
+
[_m],
|
|
1085
|
+
[0],
|
|
1086
|
+
];
|
|
1087
|
+
TypeRegistry.for(n0).registerError(WAFLimitsExceededException, __WAFLimitsExceededException);
|
|
1088
|
+
export var WAFNonEmptyEntityException = [
|
|
1089
|
+
-3,
|
|
1090
|
+
n0,
|
|
1091
|
+
_WAFNEEE,
|
|
1092
|
+
{
|
|
1093
|
+
[_e]: _c,
|
|
1094
|
+
},
|
|
1095
|
+
[_m],
|
|
1096
|
+
[0],
|
|
1097
|
+
];
|
|
1098
|
+
TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException, __WAFNonEmptyEntityException);
|
|
1099
|
+
export var WAFNonexistentContainerException = [
|
|
1100
|
+
-3,
|
|
1101
|
+
n0,
|
|
1102
|
+
_WAFNCE,
|
|
1103
|
+
{
|
|
1104
|
+
[_e]: _c,
|
|
1105
|
+
},
|
|
1106
|
+
[_m],
|
|
1107
|
+
[0],
|
|
1108
|
+
];
|
|
1109
|
+
TypeRegistry.for(n0).registerError(WAFNonexistentContainerException, __WAFNonexistentContainerException);
|
|
1110
|
+
export var WAFNonexistentItemException = [
|
|
1111
|
+
-3,
|
|
1112
|
+
n0,
|
|
1113
|
+
_WAFNIE,
|
|
1114
|
+
{
|
|
1115
|
+
[_e]: _c,
|
|
1116
|
+
},
|
|
1117
|
+
[_m],
|
|
1118
|
+
[0],
|
|
1119
|
+
];
|
|
1120
|
+
TypeRegistry.for(n0).registerError(WAFNonexistentItemException, __WAFNonexistentItemException);
|
|
1121
|
+
export var WafOverrideAction = [3, n0, _WOA, 0, [_T], [0]];
|
|
1122
|
+
export var WAFReferencedItemException = [
|
|
1123
|
+
-3,
|
|
1124
|
+
n0,
|
|
1125
|
+
_WAFRIE,
|
|
1126
|
+
{
|
|
1127
|
+
[_e]: _c,
|
|
1128
|
+
},
|
|
1129
|
+
[_m],
|
|
1130
|
+
[0],
|
|
1131
|
+
];
|
|
1132
|
+
TypeRegistry.for(n0).registerError(WAFReferencedItemException, __WAFReferencedItemException);
|
|
1133
|
+
export var WAFServiceLinkedRoleErrorException = [
|
|
1134
|
+
-3,
|
|
1135
|
+
n0,
|
|
1136
|
+
_WAFSLREE,
|
|
1137
|
+
{
|
|
1138
|
+
[_e]: _c,
|
|
1139
|
+
},
|
|
1140
|
+
[_m],
|
|
1141
|
+
[0],
|
|
1142
|
+
];
|
|
1143
|
+
TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, __WAFServiceLinkedRoleErrorException);
|
|
1144
|
+
export var WAFStaleDataException = [
|
|
1145
|
+
-3,
|
|
1146
|
+
n0,
|
|
1147
|
+
_WAFSDE,
|
|
1148
|
+
{
|
|
1149
|
+
[_e]: _c,
|
|
1150
|
+
},
|
|
1151
|
+
[_m],
|
|
1152
|
+
[0],
|
|
1153
|
+
];
|
|
1154
|
+
TypeRegistry.for(n0).registerError(WAFStaleDataException, __WAFStaleDataException);
|
|
1155
|
+
export var WAFSubscriptionNotFoundException = [
|
|
1156
|
+
-3,
|
|
1157
|
+
n0,
|
|
1158
|
+
_WAFSNFE,
|
|
1159
|
+
{
|
|
1160
|
+
[_e]: _c,
|
|
1161
|
+
},
|
|
1162
|
+
[_m],
|
|
1163
|
+
[0],
|
|
1164
|
+
];
|
|
1165
|
+
TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, __WAFSubscriptionNotFoundException);
|
|
1166
|
+
export var WAFTagOperationException = [
|
|
1167
|
+
-3,
|
|
1168
|
+
n0,
|
|
1169
|
+
_WAFTOE,
|
|
1170
|
+
{
|
|
1171
|
+
[_e]: _c,
|
|
1172
|
+
},
|
|
1173
|
+
[_m],
|
|
1174
|
+
[0],
|
|
1175
|
+
];
|
|
1176
|
+
TypeRegistry.for(n0).registerError(WAFTagOperationException, __WAFTagOperationException);
|
|
1177
|
+
export var WAFTagOperationInternalErrorException = [
|
|
1178
|
+
-3,
|
|
1179
|
+
n0,
|
|
1180
|
+
_WAFTOIEE,
|
|
1181
|
+
{
|
|
1182
|
+
[_e]: _s,
|
|
1183
|
+
},
|
|
1184
|
+
[_m],
|
|
1185
|
+
[0],
|
|
1186
|
+
];
|
|
1187
|
+
TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, __WAFTagOperationInternalErrorException);
|
|
1188
|
+
export var WebACL = [
|
|
1189
|
+
3,
|
|
1190
|
+
n0,
|
|
1191
|
+
_WACL,
|
|
1192
|
+
0,
|
|
1193
|
+
[_WACLI, _N, _MN, _DA, _Ru, _WACLA],
|
|
1194
|
+
[0, 0, 0, () => WafAction, () => ActivatedRules, 0],
|
|
1195
|
+
];
|
|
1196
|
+
export var WebACLSummary = [3, n0, _WACLS, 0, [_WACLI, _N], [0, 0]];
|
|
1197
|
+
export var WebACLUpdate = [3, n0, _WACLU, 0, [_A, _AR], [0, () => ActivatedRule]];
|
|
1198
|
+
export var XssMatchSet = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMatchTuples]];
|
|
1199
|
+
export var XssMatchSetSummary = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
|
|
1200
|
+
export var XssMatchSetUpdate = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple]];
|
|
1201
|
+
export var XssMatchTuple = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch, 0]];
|
|
1202
|
+
export var __Unit = "unit";
|
|
1203
|
+
export var WAFServiceException = [-3, _sm, "WAFServiceException", 0, [], []];
|
|
1204
|
+
TypeRegistry.for(_sm).registerError(WAFServiceException, __WAFServiceException);
|
|
1205
|
+
export var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule];
|
|
1206
|
+
export var ByteMatchSetSummaries = [1, n0, _BMSSy, 0, () => ByteMatchSetSummary];
|
|
1207
|
+
export var ByteMatchSetUpdates = [1, n0, _BMSUy, 0, () => ByteMatchSetUpdate];
|
|
1208
|
+
export var ByteMatchTuples = [1, n0, _BMT, 0, () => ByteMatchTuple];
|
|
1209
|
+
export var ExcludedRules = [1, n0, _ER, 0, () => ExcludedRule];
|
|
1210
|
+
export var GeoMatchConstraints = [1, n0, _GMCe, 0, () => GeoMatchConstraint];
|
|
1211
|
+
export var GeoMatchSetSummaries = [1, n0, _GMSSe, 0, () => GeoMatchSetSummary];
|
|
1212
|
+
export var GeoMatchSetUpdates = [1, n0, _GMSUe, 0, () => GeoMatchSetUpdate];
|
|
1213
|
+
export var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
|
|
1214
|
+
export var IPSetDescriptors = [1, n0, _IPSD, 0, () => IPSetDescriptor];
|
|
1215
|
+
export var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
|
|
1216
|
+
export var IPSetUpdates = [1, n0, _IPSUe, 0, () => IPSetUpdate];
|
|
1217
|
+
export var LogDestinationConfigs = 64 | 0;
|
|
1218
|
+
export var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
|
|
1219
|
+
export var ManagedKeys = 64 | 0;
|
|
1220
|
+
export var Predicates = [1, n0, _Pre, 0, () => Predicate];
|
|
1221
|
+
export var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
|
|
1222
|
+
export var RegexMatchSetSummaries = [1, n0, _RMSSe, 0, () => RegexMatchSetSummary];
|
|
1223
|
+
export var RegexMatchSetUpdates = [1, n0, _RMSUe, 0, () => RegexMatchSetUpdate];
|
|
1224
|
+
export var RegexMatchTuples = [1, n0, _RMT, 0, () => RegexMatchTuple];
|
|
1225
|
+
export var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
|
|
1226
|
+
export var RegexPatternSetUpdates = [1, n0, _RPSUe, 0, () => RegexPatternSetUpdate];
|
|
1227
|
+
export var RegexPatternStrings = 64 | 0;
|
|
1228
|
+
export var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
|
|
1229
|
+
export var RuleGroupUpdates = [1, n0, _RGUu, 0, () => RuleGroupUpdate];
|
|
1230
|
+
export var RuleSummaries = [1, n0, _RSu, 0, () => RuleSummary];
|
|
1231
|
+
export var RuleUpdates = [1, n0, _RUu, 0, () => RuleUpdate];
|
|
1232
|
+
export var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
|
|
1233
|
+
export var SizeConstraints = [1, n0, _SCi, 0, () => SizeConstraint];
|
|
1234
|
+
export var SizeConstraintSetSummaries = [1, n0, _SCSSi, 0, () => SizeConstraintSetSummary];
|
|
1235
|
+
export var SizeConstraintSetUpdates = [1, n0, _SCSUi, 0, () => SizeConstraintSetUpdate];
|
|
1236
|
+
export var SqlInjectionMatchSetSummaries = [1, n0, _SIMSSq, 0, () => SqlInjectionMatchSetSummary];
|
|
1237
|
+
export var SqlInjectionMatchSetUpdates = [1, n0, _SIMSUq, 0, () => SqlInjectionMatchSetUpdate];
|
|
1238
|
+
export var SqlInjectionMatchTuples = [1, n0, _SIMT, 0, () => SqlInjectionMatchTuple];
|
|
1239
|
+
export var SubscribedRuleGroupSummaries = [1, n0, _SRGSu, 0, () => SubscribedRuleGroupSummary];
|
|
1240
|
+
export var TagKeyList = 64 | 0;
|
|
1241
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1242
|
+
export var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
|
|
1243
|
+
export var WebACLUpdates = [1, n0, _WACLUe, 0, () => WebACLUpdate];
|
|
1244
|
+
export var XssMatchSetSummaries = [1, n0, _XMSSs, 0, () => XssMatchSetSummary];
|
|
1245
|
+
export var XssMatchSetUpdates = [1, n0, _XMSUs, 0, () => XssMatchSetUpdate];
|
|
1246
|
+
export var XssMatchTuples = [1, n0, _XMT, 0, () => XssMatchTuple];
|
|
1247
|
+
export var CreateByteMatchSet = [
|
|
1248
|
+
9,
|
|
1249
|
+
n0,
|
|
1250
|
+
_CBMS,
|
|
1251
|
+
0,
|
|
1252
|
+
() => CreateByteMatchSetRequest,
|
|
1253
|
+
() => CreateByteMatchSetResponse,
|
|
1254
|
+
];
|
|
1255
|
+
export var CreateGeoMatchSet = [
|
|
1256
|
+
9,
|
|
1257
|
+
n0,
|
|
1258
|
+
_CGMS,
|
|
1259
|
+
0,
|
|
1260
|
+
() => CreateGeoMatchSetRequest,
|
|
1261
|
+
() => CreateGeoMatchSetResponse,
|
|
1262
|
+
];
|
|
1263
|
+
export var CreateIPSet = [9, n0, _CIPS, 0, () => CreateIPSetRequest, () => CreateIPSetResponse];
|
|
1264
|
+
export var CreateRateBasedRule = [
|
|
1265
|
+
9,
|
|
1266
|
+
n0,
|
|
1267
|
+
_CRBR,
|
|
1268
|
+
0,
|
|
1269
|
+
() => CreateRateBasedRuleRequest,
|
|
1270
|
+
() => CreateRateBasedRuleResponse,
|
|
1271
|
+
];
|
|
1272
|
+
export var CreateRegexMatchSet = [
|
|
1273
|
+
9,
|
|
1274
|
+
n0,
|
|
1275
|
+
_CRMS,
|
|
1276
|
+
0,
|
|
1277
|
+
() => CreateRegexMatchSetRequest,
|
|
1278
|
+
() => CreateRegexMatchSetResponse,
|
|
1279
|
+
];
|
|
1280
|
+
export var CreateRegexPatternSet = [
|
|
1281
|
+
9,
|
|
1282
|
+
n0,
|
|
1283
|
+
_CRPS,
|
|
1284
|
+
0,
|
|
1285
|
+
() => CreateRegexPatternSetRequest,
|
|
1286
|
+
() => CreateRegexPatternSetResponse,
|
|
1287
|
+
];
|
|
1288
|
+
export var CreateRule = [9, n0, _CR, 0, () => CreateRuleRequest, () => CreateRuleResponse];
|
|
1289
|
+
export var CreateRuleGroup = [
|
|
1290
|
+
9,
|
|
1291
|
+
n0,
|
|
1292
|
+
_CRG,
|
|
1293
|
+
0,
|
|
1294
|
+
() => CreateRuleGroupRequest,
|
|
1295
|
+
() => CreateRuleGroupResponse,
|
|
1296
|
+
];
|
|
1297
|
+
export var CreateSizeConstraintSet = [
|
|
1298
|
+
9,
|
|
1299
|
+
n0,
|
|
1300
|
+
_CSCS,
|
|
1301
|
+
0,
|
|
1302
|
+
() => CreateSizeConstraintSetRequest,
|
|
1303
|
+
() => CreateSizeConstraintSetResponse,
|
|
1304
|
+
];
|
|
1305
|
+
export var CreateSqlInjectionMatchSet = [
|
|
1306
|
+
9,
|
|
1307
|
+
n0,
|
|
1308
|
+
_CSIMS,
|
|
1309
|
+
0,
|
|
1310
|
+
() => CreateSqlInjectionMatchSetRequest,
|
|
1311
|
+
() => CreateSqlInjectionMatchSetResponse,
|
|
1312
|
+
];
|
|
1313
|
+
export var CreateWebACL = [
|
|
1314
|
+
9,
|
|
1315
|
+
n0,
|
|
1316
|
+
_CWACL,
|
|
1317
|
+
0,
|
|
1318
|
+
() => CreateWebACLRequest,
|
|
1319
|
+
() => CreateWebACLResponse,
|
|
1320
|
+
];
|
|
1321
|
+
export var CreateWebACLMigrationStack = [
|
|
1322
|
+
9,
|
|
1323
|
+
n0,
|
|
1324
|
+
_CWACLMS,
|
|
1325
|
+
0,
|
|
1326
|
+
() => CreateWebACLMigrationStackRequest,
|
|
1327
|
+
() => CreateWebACLMigrationStackResponse,
|
|
1328
|
+
];
|
|
1329
|
+
export var CreateXssMatchSet = [
|
|
1330
|
+
9,
|
|
1331
|
+
n0,
|
|
1332
|
+
_CXMS,
|
|
1333
|
+
0,
|
|
1334
|
+
() => CreateXssMatchSetRequest,
|
|
1335
|
+
() => CreateXssMatchSetResponse,
|
|
1336
|
+
];
|
|
1337
|
+
export var DeleteByteMatchSet = [
|
|
1338
|
+
9,
|
|
1339
|
+
n0,
|
|
1340
|
+
_DBMS,
|
|
1341
|
+
0,
|
|
1342
|
+
() => DeleteByteMatchSetRequest,
|
|
1343
|
+
() => DeleteByteMatchSetResponse,
|
|
1344
|
+
];
|
|
1345
|
+
export var DeleteGeoMatchSet = [
|
|
1346
|
+
9,
|
|
1347
|
+
n0,
|
|
1348
|
+
_DGMS,
|
|
1349
|
+
0,
|
|
1350
|
+
() => DeleteGeoMatchSetRequest,
|
|
1351
|
+
() => DeleteGeoMatchSetResponse,
|
|
1352
|
+
];
|
|
1353
|
+
export var DeleteIPSet = [9, n0, _DIPS, 0, () => DeleteIPSetRequest, () => DeleteIPSetResponse];
|
|
1354
|
+
export var DeleteLoggingConfiguration = [
|
|
1355
|
+
9,
|
|
1356
|
+
n0,
|
|
1357
|
+
_DLC,
|
|
1358
|
+
0,
|
|
1359
|
+
() => DeleteLoggingConfigurationRequest,
|
|
1360
|
+
() => DeleteLoggingConfigurationResponse,
|
|
1361
|
+
];
|
|
1362
|
+
export var DeletePermissionPolicy = [
|
|
1363
|
+
9,
|
|
1364
|
+
n0,
|
|
1365
|
+
_DPP,
|
|
1366
|
+
0,
|
|
1367
|
+
() => DeletePermissionPolicyRequest,
|
|
1368
|
+
() => DeletePermissionPolicyResponse,
|
|
1369
|
+
];
|
|
1370
|
+
export var DeleteRateBasedRule = [
|
|
1371
|
+
9,
|
|
1372
|
+
n0,
|
|
1373
|
+
_DRBR,
|
|
1374
|
+
0,
|
|
1375
|
+
() => DeleteRateBasedRuleRequest,
|
|
1376
|
+
() => DeleteRateBasedRuleResponse,
|
|
1377
|
+
];
|
|
1378
|
+
export var DeleteRegexMatchSet = [
|
|
1379
|
+
9,
|
|
1380
|
+
n0,
|
|
1381
|
+
_DRMS,
|
|
1382
|
+
0,
|
|
1383
|
+
() => DeleteRegexMatchSetRequest,
|
|
1384
|
+
() => DeleteRegexMatchSetResponse,
|
|
1385
|
+
];
|
|
1386
|
+
export var DeleteRegexPatternSet = [
|
|
1387
|
+
9,
|
|
1388
|
+
n0,
|
|
1389
|
+
_DRPS,
|
|
1390
|
+
0,
|
|
1391
|
+
() => DeleteRegexPatternSetRequest,
|
|
1392
|
+
() => DeleteRegexPatternSetResponse,
|
|
1393
|
+
];
|
|
1394
|
+
export var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest, () => DeleteRuleResponse];
|
|
1395
|
+
export var DeleteRuleGroup = [
|
|
1396
|
+
9,
|
|
1397
|
+
n0,
|
|
1398
|
+
_DRG,
|
|
1399
|
+
0,
|
|
1400
|
+
() => DeleteRuleGroupRequest,
|
|
1401
|
+
() => DeleteRuleGroupResponse,
|
|
1402
|
+
];
|
|
1403
|
+
export var DeleteSizeConstraintSet = [
|
|
1404
|
+
9,
|
|
1405
|
+
n0,
|
|
1406
|
+
_DSCS,
|
|
1407
|
+
0,
|
|
1408
|
+
() => DeleteSizeConstraintSetRequest,
|
|
1409
|
+
() => DeleteSizeConstraintSetResponse,
|
|
1410
|
+
];
|
|
1411
|
+
export var DeleteSqlInjectionMatchSet = [
|
|
1412
|
+
9,
|
|
1413
|
+
n0,
|
|
1414
|
+
_DSIMS,
|
|
1415
|
+
0,
|
|
1416
|
+
() => DeleteSqlInjectionMatchSetRequest,
|
|
1417
|
+
() => DeleteSqlInjectionMatchSetResponse,
|
|
1418
|
+
];
|
|
1419
|
+
export var DeleteWebACL = [
|
|
1420
|
+
9,
|
|
1421
|
+
n0,
|
|
1422
|
+
_DWACL,
|
|
1423
|
+
0,
|
|
1424
|
+
() => DeleteWebACLRequest,
|
|
1425
|
+
() => DeleteWebACLResponse,
|
|
1426
|
+
];
|
|
1427
|
+
export var DeleteXssMatchSet = [
|
|
1428
|
+
9,
|
|
1429
|
+
n0,
|
|
1430
|
+
_DXMS,
|
|
1431
|
+
0,
|
|
1432
|
+
() => DeleteXssMatchSetRequest,
|
|
1433
|
+
() => DeleteXssMatchSetResponse,
|
|
1434
|
+
];
|
|
1435
|
+
export var GetByteMatchSet = [
|
|
1436
|
+
9,
|
|
1437
|
+
n0,
|
|
1438
|
+
_GBMS,
|
|
1439
|
+
0,
|
|
1440
|
+
() => GetByteMatchSetRequest,
|
|
1441
|
+
() => GetByteMatchSetResponse,
|
|
1442
|
+
];
|
|
1443
|
+
export var GetChangeToken = [
|
|
1444
|
+
9,
|
|
1445
|
+
n0,
|
|
1446
|
+
_GCT,
|
|
1447
|
+
0,
|
|
1448
|
+
() => GetChangeTokenRequest,
|
|
1449
|
+
() => GetChangeTokenResponse,
|
|
1450
|
+
];
|
|
1451
|
+
export var GetChangeTokenStatus = [
|
|
1452
|
+
9,
|
|
1453
|
+
n0,
|
|
1454
|
+
_GCTS,
|
|
1455
|
+
0,
|
|
1456
|
+
() => GetChangeTokenStatusRequest,
|
|
1457
|
+
() => GetChangeTokenStatusResponse,
|
|
1458
|
+
];
|
|
1459
|
+
export var GetGeoMatchSet = [
|
|
1460
|
+
9,
|
|
1461
|
+
n0,
|
|
1462
|
+
_GGMS,
|
|
1463
|
+
0,
|
|
1464
|
+
() => GetGeoMatchSetRequest,
|
|
1465
|
+
() => GetGeoMatchSetResponse,
|
|
1466
|
+
];
|
|
1467
|
+
export var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest, () => GetIPSetResponse];
|
|
1468
|
+
export var GetLoggingConfiguration = [
|
|
1469
|
+
9,
|
|
1470
|
+
n0,
|
|
1471
|
+
_GLC,
|
|
1472
|
+
0,
|
|
1473
|
+
() => GetLoggingConfigurationRequest,
|
|
1474
|
+
() => GetLoggingConfigurationResponse,
|
|
1475
|
+
];
|
|
1476
|
+
export var GetPermissionPolicy = [
|
|
1477
|
+
9,
|
|
1478
|
+
n0,
|
|
1479
|
+
_GPP,
|
|
1480
|
+
0,
|
|
1481
|
+
() => GetPermissionPolicyRequest,
|
|
1482
|
+
() => GetPermissionPolicyResponse,
|
|
1483
|
+
];
|
|
1484
|
+
export var GetRateBasedRule = [
|
|
1485
|
+
9,
|
|
1486
|
+
n0,
|
|
1487
|
+
_GRBR,
|
|
1488
|
+
0,
|
|
1489
|
+
() => GetRateBasedRuleRequest,
|
|
1490
|
+
() => GetRateBasedRuleResponse,
|
|
1491
|
+
];
|
|
1492
|
+
export var GetRateBasedRuleManagedKeys = [
|
|
1493
|
+
9,
|
|
1494
|
+
n0,
|
|
1495
|
+
_GRBRMK,
|
|
1496
|
+
0,
|
|
1497
|
+
() => GetRateBasedRuleManagedKeysRequest,
|
|
1498
|
+
() => GetRateBasedRuleManagedKeysResponse,
|
|
1499
|
+
];
|
|
1500
|
+
export var GetRegexMatchSet = [
|
|
1501
|
+
9,
|
|
1502
|
+
n0,
|
|
1503
|
+
_GRMS,
|
|
1504
|
+
0,
|
|
1505
|
+
() => GetRegexMatchSetRequest,
|
|
1506
|
+
() => GetRegexMatchSetResponse,
|
|
1507
|
+
];
|
|
1508
|
+
export var GetRegexPatternSet = [
|
|
1509
|
+
9,
|
|
1510
|
+
n0,
|
|
1511
|
+
_GRPS,
|
|
1512
|
+
0,
|
|
1513
|
+
() => GetRegexPatternSetRequest,
|
|
1514
|
+
() => GetRegexPatternSetResponse,
|
|
1515
|
+
];
|
|
1516
|
+
export var GetRule = [9, n0, _GR, 0, () => GetRuleRequest, () => GetRuleResponse];
|
|
1517
|
+
export var GetRuleGroup = [
|
|
1518
|
+
9,
|
|
1519
|
+
n0,
|
|
1520
|
+
_GRG,
|
|
1521
|
+
0,
|
|
1522
|
+
() => GetRuleGroupRequest,
|
|
1523
|
+
() => GetRuleGroupResponse,
|
|
1524
|
+
];
|
|
1525
|
+
export var GetSampledRequests = [
|
|
1526
|
+
9,
|
|
1527
|
+
n0,
|
|
1528
|
+
_GSR,
|
|
1529
|
+
0,
|
|
1530
|
+
() => GetSampledRequestsRequest,
|
|
1531
|
+
() => GetSampledRequestsResponse,
|
|
1532
|
+
];
|
|
1533
|
+
export var GetSizeConstraintSet = [
|
|
1534
|
+
9,
|
|
1535
|
+
n0,
|
|
1536
|
+
_GSCS,
|
|
1537
|
+
0,
|
|
1538
|
+
() => GetSizeConstraintSetRequest,
|
|
1539
|
+
() => GetSizeConstraintSetResponse,
|
|
1540
|
+
];
|
|
1541
|
+
export var GetSqlInjectionMatchSet = [
|
|
1542
|
+
9,
|
|
1543
|
+
n0,
|
|
1544
|
+
_GSIMS,
|
|
1545
|
+
0,
|
|
1546
|
+
() => GetSqlInjectionMatchSetRequest,
|
|
1547
|
+
() => GetSqlInjectionMatchSetResponse,
|
|
1548
|
+
];
|
|
1549
|
+
export var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest, () => GetWebACLResponse];
|
|
1550
|
+
export var GetXssMatchSet = [
|
|
1551
|
+
9,
|
|
1552
|
+
n0,
|
|
1553
|
+
_GXMS,
|
|
1554
|
+
0,
|
|
1555
|
+
() => GetXssMatchSetRequest,
|
|
1556
|
+
() => GetXssMatchSetResponse,
|
|
1557
|
+
];
|
|
1558
|
+
export var ListActivatedRulesInRuleGroup = [
|
|
1559
|
+
9,
|
|
1560
|
+
n0,
|
|
1561
|
+
_LARIRG,
|
|
1562
|
+
0,
|
|
1563
|
+
() => ListActivatedRulesInRuleGroupRequest,
|
|
1564
|
+
() => ListActivatedRulesInRuleGroupResponse,
|
|
1565
|
+
];
|
|
1566
|
+
export var ListByteMatchSets = [
|
|
1567
|
+
9,
|
|
1568
|
+
n0,
|
|
1569
|
+
_LBMS,
|
|
1570
|
+
0,
|
|
1571
|
+
() => ListByteMatchSetsRequest,
|
|
1572
|
+
() => ListByteMatchSetsResponse,
|
|
1573
|
+
];
|
|
1574
|
+
export var ListGeoMatchSets = [
|
|
1575
|
+
9,
|
|
1576
|
+
n0,
|
|
1577
|
+
_LGMS,
|
|
1578
|
+
0,
|
|
1579
|
+
() => ListGeoMatchSetsRequest,
|
|
1580
|
+
() => ListGeoMatchSetsResponse,
|
|
1581
|
+
];
|
|
1582
|
+
export var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest, () => ListIPSetsResponse];
|
|
1583
|
+
export var ListLoggingConfigurations = [
|
|
1584
|
+
9,
|
|
1585
|
+
n0,
|
|
1586
|
+
_LLC,
|
|
1587
|
+
0,
|
|
1588
|
+
() => ListLoggingConfigurationsRequest,
|
|
1589
|
+
() => ListLoggingConfigurationsResponse,
|
|
1590
|
+
];
|
|
1591
|
+
export var ListRateBasedRules = [
|
|
1592
|
+
9,
|
|
1593
|
+
n0,
|
|
1594
|
+
_LRBR,
|
|
1595
|
+
0,
|
|
1596
|
+
() => ListRateBasedRulesRequest,
|
|
1597
|
+
() => ListRateBasedRulesResponse,
|
|
1598
|
+
];
|
|
1599
|
+
export var ListRegexMatchSets = [
|
|
1600
|
+
9,
|
|
1601
|
+
n0,
|
|
1602
|
+
_LRMS,
|
|
1603
|
+
0,
|
|
1604
|
+
() => ListRegexMatchSetsRequest,
|
|
1605
|
+
() => ListRegexMatchSetsResponse,
|
|
1606
|
+
];
|
|
1607
|
+
export var ListRegexPatternSets = [
|
|
1608
|
+
9,
|
|
1609
|
+
n0,
|
|
1610
|
+
_LRPS,
|
|
1611
|
+
0,
|
|
1612
|
+
() => ListRegexPatternSetsRequest,
|
|
1613
|
+
() => ListRegexPatternSetsResponse,
|
|
1614
|
+
];
|
|
1615
|
+
export var ListRuleGroups = [
|
|
1616
|
+
9,
|
|
1617
|
+
n0,
|
|
1618
|
+
_LRG,
|
|
1619
|
+
0,
|
|
1620
|
+
() => ListRuleGroupsRequest,
|
|
1621
|
+
() => ListRuleGroupsResponse,
|
|
1622
|
+
];
|
|
1623
|
+
export var ListRules = [9, n0, _LR, 0, () => ListRulesRequest, () => ListRulesResponse];
|
|
1624
|
+
export var ListSizeConstraintSets = [
|
|
1625
|
+
9,
|
|
1626
|
+
n0,
|
|
1627
|
+
_LSCS,
|
|
1628
|
+
0,
|
|
1629
|
+
() => ListSizeConstraintSetsRequest,
|
|
1630
|
+
() => ListSizeConstraintSetsResponse,
|
|
1631
|
+
];
|
|
1632
|
+
export var ListSqlInjectionMatchSets = [
|
|
1633
|
+
9,
|
|
1634
|
+
n0,
|
|
1635
|
+
_LSIMS,
|
|
1636
|
+
0,
|
|
1637
|
+
() => ListSqlInjectionMatchSetsRequest,
|
|
1638
|
+
() => ListSqlInjectionMatchSetsResponse,
|
|
1639
|
+
];
|
|
1640
|
+
export var ListSubscribedRuleGroups = [
|
|
1641
|
+
9,
|
|
1642
|
+
n0,
|
|
1643
|
+
_LSRG,
|
|
1644
|
+
0,
|
|
1645
|
+
() => ListSubscribedRuleGroupsRequest,
|
|
1646
|
+
() => ListSubscribedRuleGroupsResponse,
|
|
1647
|
+
];
|
|
1648
|
+
export var ListTagsForResource = [
|
|
1649
|
+
9,
|
|
1650
|
+
n0,
|
|
1651
|
+
_LTFR,
|
|
1652
|
+
0,
|
|
1653
|
+
() => ListTagsForResourceRequest,
|
|
1654
|
+
() => ListTagsForResourceResponse,
|
|
1655
|
+
];
|
|
1656
|
+
export var ListWebACLs = [9, n0, _LWACL, 0, () => ListWebACLsRequest, () => ListWebACLsResponse];
|
|
1657
|
+
export var ListXssMatchSets = [
|
|
1658
|
+
9,
|
|
1659
|
+
n0,
|
|
1660
|
+
_LXMS,
|
|
1661
|
+
0,
|
|
1662
|
+
() => ListXssMatchSetsRequest,
|
|
1663
|
+
() => ListXssMatchSetsResponse,
|
|
1664
|
+
];
|
|
1665
|
+
export var PutLoggingConfiguration = [
|
|
1666
|
+
9,
|
|
1667
|
+
n0,
|
|
1668
|
+
_PLC,
|
|
1669
|
+
0,
|
|
1670
|
+
() => PutLoggingConfigurationRequest,
|
|
1671
|
+
() => PutLoggingConfigurationResponse,
|
|
1672
|
+
];
|
|
1673
|
+
export var PutPermissionPolicy = [
|
|
1674
|
+
9,
|
|
1675
|
+
n0,
|
|
1676
|
+
_PPP,
|
|
1677
|
+
0,
|
|
1678
|
+
() => PutPermissionPolicyRequest,
|
|
1679
|
+
() => PutPermissionPolicyResponse,
|
|
1680
|
+
];
|
|
1681
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
1682
|
+
export var UntagResource = [
|
|
1683
|
+
9,
|
|
1684
|
+
n0,
|
|
1685
|
+
_UR,
|
|
1686
|
+
0,
|
|
1687
|
+
() => UntagResourceRequest,
|
|
1688
|
+
() => UntagResourceResponse,
|
|
1689
|
+
];
|
|
1690
|
+
export var UpdateByteMatchSet = [
|
|
1691
|
+
9,
|
|
1692
|
+
n0,
|
|
1693
|
+
_UBMS,
|
|
1694
|
+
0,
|
|
1695
|
+
() => UpdateByteMatchSetRequest,
|
|
1696
|
+
() => UpdateByteMatchSetResponse,
|
|
1697
|
+
];
|
|
1698
|
+
export var UpdateGeoMatchSet = [
|
|
1699
|
+
9,
|
|
1700
|
+
n0,
|
|
1701
|
+
_UGMS,
|
|
1702
|
+
0,
|
|
1703
|
+
() => UpdateGeoMatchSetRequest,
|
|
1704
|
+
() => UpdateGeoMatchSetResponse,
|
|
1705
|
+
];
|
|
1706
|
+
export var UpdateIPSet = [9, n0, _UIPS, 0, () => UpdateIPSetRequest, () => UpdateIPSetResponse];
|
|
1707
|
+
export var UpdateRateBasedRule = [
|
|
1708
|
+
9,
|
|
1709
|
+
n0,
|
|
1710
|
+
_URBR,
|
|
1711
|
+
0,
|
|
1712
|
+
() => UpdateRateBasedRuleRequest,
|
|
1713
|
+
() => UpdateRateBasedRuleResponse,
|
|
1714
|
+
];
|
|
1715
|
+
export var UpdateRegexMatchSet = [
|
|
1716
|
+
9,
|
|
1717
|
+
n0,
|
|
1718
|
+
_URMS,
|
|
1719
|
+
0,
|
|
1720
|
+
() => UpdateRegexMatchSetRequest,
|
|
1721
|
+
() => UpdateRegexMatchSetResponse,
|
|
1722
|
+
];
|
|
1723
|
+
export var UpdateRegexPatternSet = [
|
|
1724
|
+
9,
|
|
1725
|
+
n0,
|
|
1726
|
+
_URPS,
|
|
1727
|
+
0,
|
|
1728
|
+
() => UpdateRegexPatternSetRequest,
|
|
1729
|
+
() => UpdateRegexPatternSetResponse,
|
|
1730
|
+
];
|
|
1731
|
+
export var UpdateRule = [9, n0, _URp, 0, () => UpdateRuleRequest, () => UpdateRuleResponse];
|
|
1732
|
+
export var UpdateRuleGroup = [
|
|
1733
|
+
9,
|
|
1734
|
+
n0,
|
|
1735
|
+
_URG,
|
|
1736
|
+
0,
|
|
1737
|
+
() => UpdateRuleGroupRequest,
|
|
1738
|
+
() => UpdateRuleGroupResponse,
|
|
1739
|
+
];
|
|
1740
|
+
export var UpdateSizeConstraintSet = [
|
|
1741
|
+
9,
|
|
1742
|
+
n0,
|
|
1743
|
+
_USCS,
|
|
1744
|
+
0,
|
|
1745
|
+
() => UpdateSizeConstraintSetRequest,
|
|
1746
|
+
() => UpdateSizeConstraintSetResponse,
|
|
1747
|
+
];
|
|
1748
|
+
export var UpdateSqlInjectionMatchSet = [
|
|
1749
|
+
9,
|
|
1750
|
+
n0,
|
|
1751
|
+
_USIMS,
|
|
1752
|
+
0,
|
|
1753
|
+
() => UpdateSqlInjectionMatchSetRequest,
|
|
1754
|
+
() => UpdateSqlInjectionMatchSetResponse,
|
|
1755
|
+
];
|
|
1756
|
+
export var UpdateWebACL = [
|
|
1757
|
+
9,
|
|
1758
|
+
n0,
|
|
1759
|
+
_UWACL,
|
|
1760
|
+
0,
|
|
1761
|
+
() => UpdateWebACLRequest,
|
|
1762
|
+
() => UpdateWebACLResponse,
|
|
1763
|
+
];
|
|
1764
|
+
export var UpdateXssMatchSet = [
|
|
1765
|
+
9,
|
|
1766
|
+
n0,
|
|
1767
|
+
_UXMS,
|
|
1768
|
+
0,
|
|
1769
|
+
() => UpdateXssMatchSetRequest,
|
|
1770
|
+
() => UpdateXssMatchSetResponse,
|
|
1771
|
+
];
|