@aws-sdk/client-waf 3.948.0 → 3.953.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 +1037 -654
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CreateByteMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateIPSetCommand.js +2 -2
- package/dist-es/commands/CreateRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/CreateRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/CreateWebACLCommand.js +2 -2
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +2 -2
- package/dist-es/commands/CreateXssMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteByteMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteIPSetCommand.js +2 -2
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/DeleteWebACLCommand.js +2 -2
- package/dist-es/commands/DeleteXssMatchSetCommand.js +2 -2
- package/dist-es/commands/GetByteMatchSetCommand.js +2 -2
- package/dist-es/commands/GetChangeTokenCommand.js +2 -2
- package/dist-es/commands/GetChangeTokenStatusCommand.js +2 -2
- package/dist-es/commands/GetGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/GetIPSetCommand.js +2 -2
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/GetRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +2 -2
- package/dist-es/commands/GetRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/GetRuleCommand.js +2 -2
- package/dist-es/commands/GetRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-es/commands/GetSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/GetWebACLCommand.js +2 -2
- package/dist-es/commands/GetXssMatchSetCommand.js +2 -2
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +2 -2
- package/dist-es/commands/ListByteMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListGeoMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListIPSetsCommand.js +2 -2
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListRateBasedRulesCommand.js +2 -2
- package/dist-es/commands/ListRegexMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +2 -2
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +2 -2
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebACLsCommand.js +2 -2
- package/dist-es/commands/ListXssMatchSetsCommand.js +2 -2
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateByteMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateIPSetCommand.js +2 -2
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +2 -2
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-es/commands/UpdateRuleCommand.js +2 -2
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +2 -2
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-es/commands/UpdateWebACLCommand.js +2 -2
- package/dist-es/commands/UpdateXssMatchSetCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +600 -523
- package/dist-types/WAFClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +307 -349
- package/dist-types/ts3.4/WAFClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -349
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class WAFClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class WAFServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, WAFServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class WAFDisallowedNameException extends WAFServiceException {
|
|
121
121
|
name = "WAFDisallowedNameException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let WAFDisallowedNameException$1 = class WAFDisallowedNameException extends WAFS
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, WAFDisallowedNameException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class WAFInternalErrorException extends WAFServiceException {
|
|
133
133
|
name = "WAFInternalErrorException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let WAFInternalErrorException$1 = class WAFInternalErrorException extends WAFSer
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class WAFInvalidAccountException extends WAFServiceException {
|
|
145
145
|
name = "WAFInvalidAccountException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let WAFInvalidAccountException$1 = class WAFInvalidAccountException extends WAFS
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, WAFInvalidAccountException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class WAFInvalidParameterException extends WAFServiceException {
|
|
157
157
|
name = "WAFInvalidParameterException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
field;
|
|
@@ -170,8 +170,8 @@ let WAFInvalidParameterException$1 = class WAFInvalidParameterException extends
|
|
|
170
170
|
this.parameter = opts.parameter;
|
|
171
171
|
this.reason = opts.reason;
|
|
172
172
|
}
|
|
173
|
-
}
|
|
174
|
-
|
|
173
|
+
}
|
|
174
|
+
class WAFLimitsExceededException extends WAFServiceException {
|
|
175
175
|
name = "WAFLimitsExceededException";
|
|
176
176
|
$fault = "client";
|
|
177
177
|
constructor(opts) {
|
|
@@ -182,8 +182,8 @@ let WAFLimitsExceededException$1 = class WAFLimitsExceededException extends WAFS
|
|
|
182
182
|
});
|
|
183
183
|
Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
|
|
184
184
|
}
|
|
185
|
-
}
|
|
186
|
-
|
|
185
|
+
}
|
|
186
|
+
class WAFStaleDataException extends WAFServiceException {
|
|
187
187
|
name = "WAFStaleDataException";
|
|
188
188
|
$fault = "client";
|
|
189
189
|
constructor(opts) {
|
|
@@ -194,8 +194,8 @@ let WAFStaleDataException$1 = class WAFStaleDataException extends WAFServiceExce
|
|
|
194
194
|
});
|
|
195
195
|
Object.setPrototypeOf(this, WAFStaleDataException.prototype);
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class WAFBadRequestException extends WAFServiceException {
|
|
199
199
|
name = "WAFBadRequestException";
|
|
200
200
|
$fault = "client";
|
|
201
201
|
constructor(opts) {
|
|
@@ -206,8 +206,8 @@ let WAFBadRequestException$1 = class WAFBadRequestException extends WAFServiceEx
|
|
|
206
206
|
});
|
|
207
207
|
Object.setPrototypeOf(this, WAFBadRequestException.prototype);
|
|
208
208
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
209
|
+
}
|
|
210
|
+
class WAFTagOperationException extends WAFServiceException {
|
|
211
211
|
name = "WAFTagOperationException";
|
|
212
212
|
$fault = "client";
|
|
213
213
|
constructor(opts) {
|
|
@@ -218,8 +218,8 @@ let WAFTagOperationException$1 = class WAFTagOperationException extends WAFServi
|
|
|
218
218
|
});
|
|
219
219
|
Object.setPrototypeOf(this, WAFTagOperationException.prototype);
|
|
220
220
|
}
|
|
221
|
-
}
|
|
222
|
-
|
|
221
|
+
}
|
|
222
|
+
class WAFTagOperationInternalErrorException extends WAFServiceException {
|
|
223
223
|
name = "WAFTagOperationInternalErrorException";
|
|
224
224
|
$fault = "server";
|
|
225
225
|
constructor(opts) {
|
|
@@ -230,8 +230,8 @@ let WAFTagOperationInternalErrorException$1 = class WAFTagOperationInternalError
|
|
|
230
230
|
});
|
|
231
231
|
Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
|
|
232
232
|
}
|
|
233
|
-
}
|
|
234
|
-
|
|
233
|
+
}
|
|
234
|
+
class WAFEntityMigrationException extends WAFServiceException {
|
|
235
235
|
name = "WAFEntityMigrationException";
|
|
236
236
|
$fault = "client";
|
|
237
237
|
MigrationErrorType;
|
|
@@ -246,8 +246,8 @@ let WAFEntityMigrationException$1 = class WAFEntityMigrationException extends WA
|
|
|
246
246
|
this.MigrationErrorType = opts.MigrationErrorType;
|
|
247
247
|
this.MigrationErrorReason = opts.MigrationErrorReason;
|
|
248
248
|
}
|
|
249
|
-
}
|
|
250
|
-
|
|
249
|
+
}
|
|
250
|
+
class WAFInvalidOperationException extends WAFServiceException {
|
|
251
251
|
name = "WAFInvalidOperationException";
|
|
252
252
|
$fault = "client";
|
|
253
253
|
constructor(opts) {
|
|
@@ -258,8 +258,8 @@ let WAFInvalidOperationException$1 = class WAFInvalidOperationException extends
|
|
|
258
258
|
});
|
|
259
259
|
Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
|
|
260
260
|
}
|
|
261
|
-
}
|
|
262
|
-
|
|
261
|
+
}
|
|
262
|
+
class WAFNonexistentItemException extends WAFServiceException {
|
|
263
263
|
name = "WAFNonexistentItemException";
|
|
264
264
|
$fault = "client";
|
|
265
265
|
constructor(opts) {
|
|
@@ -270,8 +270,8 @@ let WAFNonexistentItemException$1 = class WAFNonexistentItemException extends WA
|
|
|
270
270
|
});
|
|
271
271
|
Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
|
|
272
272
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
273
|
+
}
|
|
274
|
+
class WAFNonEmptyEntityException extends WAFServiceException {
|
|
275
275
|
name = "WAFNonEmptyEntityException";
|
|
276
276
|
$fault = "client";
|
|
277
277
|
constructor(opts) {
|
|
@@ -282,8 +282,8 @@ let WAFNonEmptyEntityException$1 = class WAFNonEmptyEntityException extends WAFS
|
|
|
282
282
|
});
|
|
283
283
|
Object.setPrototypeOf(this, WAFNonEmptyEntityException.prototype);
|
|
284
284
|
}
|
|
285
|
-
}
|
|
286
|
-
|
|
285
|
+
}
|
|
286
|
+
class WAFReferencedItemException extends WAFServiceException {
|
|
287
287
|
name = "WAFReferencedItemException";
|
|
288
288
|
$fault = "client";
|
|
289
289
|
constructor(opts) {
|
|
@@ -294,8 +294,8 @@ let WAFReferencedItemException$1 = class WAFReferencedItemException extends WAFS
|
|
|
294
294
|
});
|
|
295
295
|
Object.setPrototypeOf(this, WAFReferencedItemException.prototype);
|
|
296
296
|
}
|
|
297
|
-
}
|
|
298
|
-
|
|
297
|
+
}
|
|
298
|
+
class WAFServiceLinkedRoleErrorException extends WAFServiceException {
|
|
299
299
|
name = "WAFServiceLinkedRoleErrorException";
|
|
300
300
|
$fault = "client";
|
|
301
301
|
constructor(opts) {
|
|
@@ -306,8 +306,8 @@ let WAFServiceLinkedRoleErrorException$1 = class WAFServiceLinkedRoleErrorExcept
|
|
|
306
306
|
});
|
|
307
307
|
Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
|
|
308
308
|
}
|
|
309
|
-
}
|
|
310
|
-
|
|
309
|
+
}
|
|
310
|
+
class WAFInvalidPermissionPolicyException extends WAFServiceException {
|
|
311
311
|
name = "WAFInvalidPermissionPolicyException";
|
|
312
312
|
$fault = "client";
|
|
313
313
|
constructor(opts) {
|
|
@@ -318,8 +318,8 @@ let WAFInvalidPermissionPolicyException$1 = class WAFInvalidPermissionPolicyExce
|
|
|
318
318
|
});
|
|
319
319
|
Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
|
|
320
320
|
}
|
|
321
|
-
}
|
|
322
|
-
|
|
321
|
+
}
|
|
322
|
+
class WAFNonexistentContainerException extends WAFServiceException {
|
|
323
323
|
name = "WAFNonexistentContainerException";
|
|
324
324
|
$fault = "client";
|
|
325
325
|
constructor(opts) {
|
|
@@ -330,8 +330,8 @@ let WAFNonexistentContainerException$1 = class WAFNonexistentContainerException
|
|
|
330
330
|
});
|
|
331
331
|
Object.setPrototypeOf(this, WAFNonexistentContainerException.prototype);
|
|
332
332
|
}
|
|
333
|
-
}
|
|
334
|
-
|
|
333
|
+
}
|
|
334
|
+
class WAFInvalidRegexPatternException extends WAFServiceException {
|
|
335
335
|
name = "WAFInvalidRegexPatternException";
|
|
336
336
|
$fault = "client";
|
|
337
337
|
constructor(opts) {
|
|
@@ -342,8 +342,8 @@ let WAFInvalidRegexPatternException$1 = class WAFInvalidRegexPatternException ex
|
|
|
342
342
|
});
|
|
343
343
|
Object.setPrototypeOf(this, WAFInvalidRegexPatternException.prototype);
|
|
344
344
|
}
|
|
345
|
-
}
|
|
346
|
-
|
|
345
|
+
}
|
|
346
|
+
class WAFSubscriptionNotFoundException extends WAFServiceException {
|
|
347
347
|
name = "WAFSubscriptionNotFoundException";
|
|
348
348
|
$fault = "client";
|
|
349
349
|
constructor(opts) {
|
|
@@ -354,7 +354,7 @@ let WAFSubscriptionNotFoundException$1 = class WAFSubscriptionNotFoundException
|
|
|
354
354
|
});
|
|
355
355
|
Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
|
|
356
356
|
}
|
|
357
|
-
}
|
|
357
|
+
}
|
|
358
358
|
|
|
359
359
|
const _A = "Action";
|
|
360
360
|
const _AR = "ActivatedRule";
|
|
@@ -786,39 +786,46 @@ const _r = "reason";
|
|
|
786
786
|
const _s = "server";
|
|
787
787
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.waf";
|
|
788
788
|
const n0 = "com.amazonaws.waf";
|
|
789
|
-
var ActivatedRule = [
|
|
789
|
+
var ActivatedRule$ = [
|
|
790
790
|
3,
|
|
791
791
|
n0,
|
|
792
792
|
_AR,
|
|
793
793
|
0,
|
|
794
794
|
[_P, _RI, _A, _OA, _T, _ER],
|
|
795
|
-
[1, 0, () => WafAction
|
|
795
|
+
[1, 0, () => WafAction$, () => WafOverrideAction$, 0, () => ExcludedRules],
|
|
796
796
|
];
|
|
797
|
-
var ByteMatchSet = [3, n0, _BMS, 0, [_BMSI, _N, _BMT], [0, 0, () => ByteMatchTuples]];
|
|
798
|
-
var ByteMatchSetSummary = [3, n0, _BMSS, 0, [_BMSI, _N], [0, 0]];
|
|
799
|
-
var ByteMatchSetUpdate = [3, n0, _BMSU, 0, [_A, _BMTy], [0, () => ByteMatchTuple]];
|
|
800
|
-
var ByteMatchTuple = [
|
|
797
|
+
var ByteMatchSet$ = [3, n0, _BMS, 0, [_BMSI, _N, _BMT], [0, 0, () => ByteMatchTuples]];
|
|
798
|
+
var ByteMatchSetSummary$ = [3, n0, _BMSS, 0, [_BMSI, _N], [0, 0]];
|
|
799
|
+
var ByteMatchSetUpdate$ = [3, n0, _BMSU, 0, [_A, _BMTy], [0, () => ByteMatchTuple$]];
|
|
800
|
+
var ByteMatchTuple$ = [
|
|
801
801
|
3,
|
|
802
802
|
n0,
|
|
803
803
|
_BMTy,
|
|
804
804
|
0,
|
|
805
805
|
[_FTM, _TS, _TT, _PC],
|
|
806
|
-
[() => FieldToMatch
|
|
806
|
+
[() => FieldToMatch$, 21, 0, 0],
|
|
807
807
|
];
|
|
808
|
-
var CreateByteMatchSetRequest = [3, n0, _CBMSR, 0, [_N, _CT], [0, 0]];
|
|
809
|
-
var CreateByteMatchSetResponse = [
|
|
808
|
+
var CreateByteMatchSetRequest$ = [3, n0, _CBMSR, 0, [_N, _CT], [0, 0]];
|
|
809
|
+
var CreateByteMatchSetResponse$ = [
|
|
810
810
|
3,
|
|
811
811
|
n0,
|
|
812
812
|
_CBMSRr,
|
|
813
813
|
0,
|
|
814
814
|
[_BMS, _CT],
|
|
815
|
-
[() => ByteMatchSet
|
|
815
|
+
[() => ByteMatchSet$, 0],
|
|
816
816
|
];
|
|
817
|
-
var CreateGeoMatchSetRequest = [3, n0, _CGMSR, 0, [_N, _CT], [0, 0]];
|
|
818
|
-
var CreateGeoMatchSetResponse = [
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
817
|
+
var CreateGeoMatchSetRequest$ = [3, n0, _CGMSR, 0, [_N, _CT], [0, 0]];
|
|
818
|
+
var CreateGeoMatchSetResponse$ = [
|
|
819
|
+
3,
|
|
820
|
+
n0,
|
|
821
|
+
_CGMSRr,
|
|
822
|
+
0,
|
|
823
|
+
[_GMS, _CT],
|
|
824
|
+
[() => GeoMatchSet$, 0],
|
|
825
|
+
];
|
|
826
|
+
var CreateIPSetRequest$ = [3, n0, _CIPSR, 0, [_N, _CT], [0, 0]];
|
|
827
|
+
var CreateIPSetResponse$ = [3, n0, _CIPSRr, 0, [_IPS, _CT], [() => IPSet$, 0]];
|
|
828
|
+
var CreateRateBasedRuleRequest$ = [
|
|
822
829
|
3,
|
|
823
830
|
n0,
|
|
824
831
|
_CRBRR,
|
|
@@ -826,33 +833,33 @@ var CreateRateBasedRuleRequest = [
|
|
|
826
833
|
[_N, _MN, _RK, _RL, _CT, _Ta],
|
|
827
834
|
[0, 0, 0, 1, 0, () => TagList],
|
|
828
835
|
];
|
|
829
|
-
var CreateRateBasedRuleResponse = [
|
|
836
|
+
var CreateRateBasedRuleResponse$ = [
|
|
830
837
|
3,
|
|
831
838
|
n0,
|
|
832
839
|
_CRBRRr,
|
|
833
840
|
0,
|
|
834
841
|
[_R, _CT],
|
|
835
|
-
[() => RateBasedRule
|
|
842
|
+
[() => RateBasedRule$, 0],
|
|
836
843
|
];
|
|
837
|
-
var CreateRegexMatchSetRequest = [3, n0, _CRMSR, 0, [_N, _CT], [0, 0]];
|
|
838
|
-
var CreateRegexMatchSetResponse = [
|
|
844
|
+
var CreateRegexMatchSetRequest$ = [3, n0, _CRMSR, 0, [_N, _CT], [0, 0]];
|
|
845
|
+
var CreateRegexMatchSetResponse$ = [
|
|
839
846
|
3,
|
|
840
847
|
n0,
|
|
841
848
|
_CRMSRr,
|
|
842
849
|
0,
|
|
843
850
|
[_RMS, _CT],
|
|
844
|
-
[() => RegexMatchSet
|
|
851
|
+
[() => RegexMatchSet$, 0],
|
|
845
852
|
];
|
|
846
|
-
var CreateRegexPatternSetRequest = [3, n0, _CRPSR, 0, [_N, _CT], [0, 0]];
|
|
847
|
-
var CreateRegexPatternSetResponse = [
|
|
853
|
+
var CreateRegexPatternSetRequest$ = [3, n0, _CRPSR, 0, [_N, _CT], [0, 0]];
|
|
854
|
+
var CreateRegexPatternSetResponse$ = [
|
|
848
855
|
3,
|
|
849
856
|
n0,
|
|
850
857
|
_CRPSRr,
|
|
851
858
|
0,
|
|
852
859
|
[_RPS, _CT],
|
|
853
|
-
[() => RegexPatternSet
|
|
860
|
+
[() => RegexPatternSet$, 0],
|
|
854
861
|
];
|
|
855
|
-
var CreateRuleGroupRequest = [
|
|
862
|
+
var CreateRuleGroupRequest$ = [
|
|
856
863
|
3,
|
|
857
864
|
n0,
|
|
858
865
|
_CRGR,
|
|
@@ -860,28 +867,28 @@ var CreateRuleGroupRequest = [
|
|
|
860
867
|
[_N, _MN, _CT, _Ta],
|
|
861
868
|
[0, 0, 0, () => TagList],
|
|
862
869
|
];
|
|
863
|
-
var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_RG, _CT], [() => RuleGroup
|
|
864
|
-
var CreateRuleRequest = [3, n0, _CRR, 0, [_N, _MN, _CT, _Ta], [0, 0, 0, () => TagList]];
|
|
865
|
-
var CreateRuleResponse = [3, n0, _CRRr, 0, [_R, _CT], [() => Rule
|
|
866
|
-
var CreateSizeConstraintSetRequest = [3, n0, _CSCSR, 0, [_N, _CT], [0, 0]];
|
|
867
|
-
var CreateSizeConstraintSetResponse = [
|
|
870
|
+
var CreateRuleGroupResponse$ = [3, n0, _CRGRr, 0, [_RG, _CT], [() => RuleGroup$, 0]];
|
|
871
|
+
var CreateRuleRequest$ = [3, n0, _CRR, 0, [_N, _MN, _CT, _Ta], [0, 0, 0, () => TagList]];
|
|
872
|
+
var CreateRuleResponse$ = [3, n0, _CRRr, 0, [_R, _CT], [() => Rule$, 0]];
|
|
873
|
+
var CreateSizeConstraintSetRequest$ = [3, n0, _CSCSR, 0, [_N, _CT], [0, 0]];
|
|
874
|
+
var CreateSizeConstraintSetResponse$ = [
|
|
868
875
|
3,
|
|
869
876
|
n0,
|
|
870
877
|
_CSCSRr,
|
|
871
878
|
0,
|
|
872
879
|
[_SCS, _CT],
|
|
873
|
-
[() => SizeConstraintSet
|
|
880
|
+
[() => SizeConstraintSet$, 0],
|
|
874
881
|
];
|
|
875
|
-
var CreateSqlInjectionMatchSetRequest = [3, n0, _CSIMSR, 0, [_N, _CT], [0, 0]];
|
|
876
|
-
var CreateSqlInjectionMatchSetResponse = [
|
|
882
|
+
var CreateSqlInjectionMatchSetRequest$ = [3, n0, _CSIMSR, 0, [_N, _CT], [0, 0]];
|
|
883
|
+
var CreateSqlInjectionMatchSetResponse$ = [
|
|
877
884
|
3,
|
|
878
885
|
n0,
|
|
879
886
|
_CSIMSRr,
|
|
880
887
|
0,
|
|
881
888
|
[_SIMS, _CT],
|
|
882
|
-
[() => SqlInjectionMatchSet
|
|
889
|
+
[() => SqlInjectionMatchSet$, 0],
|
|
883
890
|
];
|
|
884
|
-
var CreateWebACLMigrationStackRequest = [
|
|
891
|
+
var CreateWebACLMigrationStackRequest$ = [
|
|
885
892
|
3,
|
|
886
893
|
n0,
|
|
887
894
|
_CWACLMSR,
|
|
@@ -889,118 +896,139 @@ var CreateWebACLMigrationStackRequest = [
|
|
|
889
896
|
[_WACLI, _SBN, _IUT],
|
|
890
897
|
[0, 0, 2],
|
|
891
898
|
];
|
|
892
|
-
var CreateWebACLMigrationStackResponse = [3, n0, _CWACLMSRr, 0, [_SOU], [0]];
|
|
893
|
-
var CreateWebACLRequest = [
|
|
899
|
+
var CreateWebACLMigrationStackResponse$ = [3, n0, _CWACLMSRr, 0, [_SOU], [0]];
|
|
900
|
+
var CreateWebACLRequest$ = [
|
|
894
901
|
3,
|
|
895
902
|
n0,
|
|
896
903
|
_CWACLR,
|
|
897
904
|
0,
|
|
898
905
|
[_N, _MN, _DA, _CT, _Ta],
|
|
899
|
-
[0, 0, () => WafAction
|
|
900
|
-
];
|
|
901
|
-
var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_WACL, _CT], [() => WebACL
|
|
902
|
-
var CreateXssMatchSetRequest = [3, n0, _CXMSR, 0, [_N, _CT], [0, 0]];
|
|
903
|
-
var CreateXssMatchSetResponse = [
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
var
|
|
912
|
-
var
|
|
913
|
-
var
|
|
914
|
-
var
|
|
915
|
-
var
|
|
916
|
-
var
|
|
917
|
-
var
|
|
918
|
-
var
|
|
919
|
-
var
|
|
920
|
-
var
|
|
921
|
-
var
|
|
922
|
-
var
|
|
923
|
-
var
|
|
924
|
-
var
|
|
925
|
-
var
|
|
926
|
-
var
|
|
927
|
-
var
|
|
928
|
-
var
|
|
929
|
-
var
|
|
930
|
-
var
|
|
931
|
-
var
|
|
932
|
-
var
|
|
933
|
-
var
|
|
934
|
-
var
|
|
935
|
-
var
|
|
936
|
-
var
|
|
937
|
-
var
|
|
938
|
-
var
|
|
939
|
-
var
|
|
940
|
-
var
|
|
941
|
-
var
|
|
942
|
-
var
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
906
|
+
[0, 0, () => WafAction$, 0, () => TagList],
|
|
907
|
+
];
|
|
908
|
+
var CreateWebACLResponse$ = [3, n0, _CWACLRr, 0, [_WACL, _CT], [() => WebACL$, 0]];
|
|
909
|
+
var CreateXssMatchSetRequest$ = [3, n0, _CXMSR, 0, [_N, _CT], [0, 0]];
|
|
910
|
+
var CreateXssMatchSetResponse$ = [
|
|
911
|
+
3,
|
|
912
|
+
n0,
|
|
913
|
+
_CXMSRr,
|
|
914
|
+
0,
|
|
915
|
+
[_XMS, _CT],
|
|
916
|
+
[() => XssMatchSet$, 0],
|
|
917
|
+
];
|
|
918
|
+
var DeleteByteMatchSetRequest$ = [3, n0, _DBMSR, 0, [_BMSI, _CT], [0, 0]];
|
|
919
|
+
var DeleteByteMatchSetResponse$ = [3, n0, _DBMSRe, 0, [_CT], [0]];
|
|
920
|
+
var DeleteGeoMatchSetRequest$ = [3, n0, _DGMSR, 0, [_GMSI, _CT], [0, 0]];
|
|
921
|
+
var DeleteGeoMatchSetResponse$ = [3, n0, _DGMSRe, 0, [_CT], [0]];
|
|
922
|
+
var DeleteIPSetRequest$ = [3, n0, _DIPSR, 0, [_IPSI, _CT], [0, 0]];
|
|
923
|
+
var DeleteIPSetResponse$ = [3, n0, _DIPSRe, 0, [_CT], [0]];
|
|
924
|
+
var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_RA], [0]];
|
|
925
|
+
var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe, 0, [], []];
|
|
926
|
+
var DeletePermissionPolicyRequest$ = [3, n0, _DPPR, 0, [_RA], [0]];
|
|
927
|
+
var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
|
|
928
|
+
var DeleteRateBasedRuleRequest$ = [3, n0, _DRBRR, 0, [_RI, _CT], [0, 0]];
|
|
929
|
+
var DeleteRateBasedRuleResponse$ = [3, n0, _DRBRRe, 0, [_CT], [0]];
|
|
930
|
+
var DeleteRegexMatchSetRequest$ = [3, n0, _DRMSR, 0, [_RMSI, _CT], [0, 0]];
|
|
931
|
+
var DeleteRegexMatchSetResponse$ = [3, n0, _DRMSRe, 0, [_CT], [0]];
|
|
932
|
+
var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR, 0, [_RPSI, _CT], [0, 0]];
|
|
933
|
+
var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe, 0, [_CT], [0]];
|
|
934
|
+
var DeleteRuleGroupRequest$ = [3, n0, _DRGR, 0, [_RGI, _CT], [0, 0]];
|
|
935
|
+
var DeleteRuleGroupResponse$ = [3, n0, _DRGRe, 0, [_CT], [0]];
|
|
936
|
+
var DeleteRuleRequest$ = [3, n0, _DRR, 0, [_RI, _CT], [0, 0]];
|
|
937
|
+
var DeleteRuleResponse$ = [3, n0, _DRRe, 0, [_CT], [0]];
|
|
938
|
+
var DeleteSizeConstraintSetRequest$ = [3, n0, _DSCSR, 0, [_SCSI, _CT], [0, 0]];
|
|
939
|
+
var DeleteSizeConstraintSetResponse$ = [3, n0, _DSCSRe, 0, [_CT], [0]];
|
|
940
|
+
var DeleteSqlInjectionMatchSetRequest$ = [3, n0, _DSIMSR, 0, [_SIMSI, _CT], [0, 0]];
|
|
941
|
+
var DeleteSqlInjectionMatchSetResponse$ = [3, n0, _DSIMSRe, 0, [_CT], [0]];
|
|
942
|
+
var DeleteWebACLRequest$ = [3, n0, _DWACLR, 0, [_WACLI, _CT], [0, 0]];
|
|
943
|
+
var DeleteWebACLResponse$ = [3, n0, _DWACLRe, 0, [_CT], [0]];
|
|
944
|
+
var DeleteXssMatchSetRequest$ = [3, n0, _DXMSR, 0, [_XMSI, _CT], [0, 0]];
|
|
945
|
+
var DeleteXssMatchSetResponse$ = [3, n0, _DXMSRe, 0, [_CT], [0]];
|
|
946
|
+
var ExcludedRule$ = [3, n0, _ERx, 0, [_RI], [0]];
|
|
947
|
+
var FieldToMatch$ = [3, n0, _FTM, 0, [_T, _D], [0, 0]];
|
|
948
|
+
var GeoMatchConstraint$ = [3, n0, _GMC, 0, [_T, _V], [0, 0]];
|
|
949
|
+
var GeoMatchSet$ = [
|
|
950
|
+
3,
|
|
951
|
+
n0,
|
|
952
|
+
_GMS,
|
|
953
|
+
0,
|
|
954
|
+
[_GMSI, _N, _GMCe],
|
|
955
|
+
[0, 0, () => GeoMatchConstraints],
|
|
956
|
+
];
|
|
957
|
+
var GeoMatchSetSummary$ = [3, n0, _GMSS, 0, [_GMSI, _N], [0, 0]];
|
|
958
|
+
var GeoMatchSetUpdate$ = [3, n0, _GMSU, 0, [_A, _GMC], [0, () => GeoMatchConstraint$]];
|
|
959
|
+
var GetByteMatchSetRequest$ = [3, n0, _GBMSR, 0, [_BMSI], [0]];
|
|
960
|
+
var GetByteMatchSetResponse$ = [3, n0, _GBMSRe, 0, [_BMS], [() => ByteMatchSet$]];
|
|
961
|
+
var GetChangeTokenRequest$ = [3, n0, _GCTR, 0, [], []];
|
|
962
|
+
var GetChangeTokenResponse$ = [3, n0, _GCTRe, 0, [_CT], [0]];
|
|
963
|
+
var GetChangeTokenStatusRequest$ = [3, n0, _GCTSR, 0, [_CT], [0]];
|
|
964
|
+
var GetChangeTokenStatusResponse$ = [3, n0, _GCTSRe, 0, [_CTS], [0]];
|
|
965
|
+
var GetGeoMatchSetRequest$ = [3, n0, _GGMSR, 0, [_GMSI], [0]];
|
|
966
|
+
var GetGeoMatchSetResponse$ = [3, n0, _GGMSRe, 0, [_GMS], [() => GeoMatchSet$]];
|
|
967
|
+
var GetIPSetRequest$ = [3, n0, _GIPSR, 0, [_IPSI], [0]];
|
|
968
|
+
var GetIPSetResponse$ = [3, n0, _GIPSRe, 0, [_IPS], [() => IPSet$]];
|
|
969
|
+
var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_RA], [0]];
|
|
970
|
+
var GetLoggingConfigurationResponse$ = [
|
|
950
971
|
3,
|
|
951
972
|
n0,
|
|
952
973
|
_GLCRe,
|
|
953
974
|
0,
|
|
954
975
|
[_LC],
|
|
955
|
-
[() => LoggingConfiguration],
|
|
956
|
-
];
|
|
957
|
-
var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
|
|
958
|
-
var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
|
|
959
|
-
var GetRateBasedRuleManagedKeysRequest = [3, n0, _GRBRMKR, 0, [_RI, _NM], [0, 0]];
|
|
960
|
-
var GetRateBasedRuleManagedKeysResponse = [3, n0, _GRBRMKRe, 0, [_MK, _NM], [64 | 0, 0]];
|
|
961
|
-
var GetRateBasedRuleRequest = [3, n0, _GRBRR, 0, [_RI], [0]];
|
|
962
|
-
var GetRateBasedRuleResponse = [3, n0, _GRBRRe, 0, [_R], [() => RateBasedRule]];
|
|
963
|
-
var GetRegexMatchSetRequest = [3, n0, _GRMSR, 0, [_RMSI], [0]];
|
|
964
|
-
var GetRegexMatchSetResponse = [3, n0, _GRMSRe, 0, [_RMS], [() => RegexMatchSet]];
|
|
965
|
-
var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_RPSI], [0]];
|
|
966
|
-
var GetRegexPatternSetResponse = [3, n0, _GRPSRe, 0, [_RPS], [() => RegexPatternSet]];
|
|
967
|
-
var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_RGI], [0]];
|
|
968
|
-
var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG], [() => RuleGroup]];
|
|
969
|
-
var GetRuleRequest = [3, n0, _GRR, 0, [_RI], [0]];
|
|
970
|
-
var GetRuleResponse = [3, n0, _GRRe, 0, [_R], [() => Rule]];
|
|
971
|
-
var GetSampledRequestsRequest = [
|
|
976
|
+
[() => LoggingConfiguration$],
|
|
977
|
+
];
|
|
978
|
+
var GetPermissionPolicyRequest$ = [3, n0, _GPPR, 0, [_RA], [0]];
|
|
979
|
+
var GetPermissionPolicyResponse$ = [3, n0, _GPPRe, 0, [_Po], [0]];
|
|
980
|
+
var GetRateBasedRuleManagedKeysRequest$ = [3, n0, _GRBRMKR, 0, [_RI, _NM], [0, 0]];
|
|
981
|
+
var GetRateBasedRuleManagedKeysResponse$ = [3, n0, _GRBRMKRe, 0, [_MK, _NM], [64 | 0, 0]];
|
|
982
|
+
var GetRateBasedRuleRequest$ = [3, n0, _GRBRR, 0, [_RI], [0]];
|
|
983
|
+
var GetRateBasedRuleResponse$ = [3, n0, _GRBRRe, 0, [_R], [() => RateBasedRule$]];
|
|
984
|
+
var GetRegexMatchSetRequest$ = [3, n0, _GRMSR, 0, [_RMSI], [0]];
|
|
985
|
+
var GetRegexMatchSetResponse$ = [3, n0, _GRMSRe, 0, [_RMS], [() => RegexMatchSet$]];
|
|
986
|
+
var GetRegexPatternSetRequest$ = [3, n0, _GRPSR, 0, [_RPSI], [0]];
|
|
987
|
+
var GetRegexPatternSetResponse$ = [3, n0, _GRPSRe, 0, [_RPS], [() => RegexPatternSet$]];
|
|
988
|
+
var GetRuleGroupRequest$ = [3, n0, _GRGR, 0, [_RGI], [0]];
|
|
989
|
+
var GetRuleGroupResponse$ = [3, n0, _GRGRe, 0, [_RG], [() => RuleGroup$]];
|
|
990
|
+
var GetRuleRequest$ = [3, n0, _GRR, 0, [_RI], [0]];
|
|
991
|
+
var GetRuleResponse$ = [3, n0, _GRRe, 0, [_R], [() => Rule$]];
|
|
992
|
+
var GetSampledRequestsRequest$ = [
|
|
972
993
|
3,
|
|
973
994
|
n0,
|
|
974
995
|
_GSRR,
|
|
975
996
|
0,
|
|
976
997
|
[_WAI, _RI, _TW, _MI],
|
|
977
|
-
[0, 0, () => TimeWindow
|
|
998
|
+
[0, 0, () => TimeWindow$, 1],
|
|
978
999
|
];
|
|
979
|
-
var GetSampledRequestsResponse = [
|
|
1000
|
+
var GetSampledRequestsResponse$ = [
|
|
980
1001
|
3,
|
|
981
1002
|
n0,
|
|
982
1003
|
_GSRRe,
|
|
983
1004
|
0,
|
|
984
1005
|
[_SR, _PS, _TW],
|
|
985
|
-
[() => SampledHTTPRequests, 1, () => TimeWindow],
|
|
1006
|
+
[() => SampledHTTPRequests, 1, () => TimeWindow$],
|
|
1007
|
+
];
|
|
1008
|
+
var GetSizeConstraintSetRequest$ = [3, n0, _GSCSR, 0, [_SCSI], [0]];
|
|
1009
|
+
var GetSizeConstraintSetResponse$ = [
|
|
1010
|
+
3,
|
|
1011
|
+
n0,
|
|
1012
|
+
_GSCSRe,
|
|
1013
|
+
0,
|
|
1014
|
+
[_SCS],
|
|
1015
|
+
[() => SizeConstraintSet$],
|
|
986
1016
|
];
|
|
987
|
-
var
|
|
988
|
-
var
|
|
989
|
-
var GetSqlInjectionMatchSetRequest = [3, n0, _GSIMSR, 0, [_SIMSI], [0]];
|
|
990
|
-
var GetSqlInjectionMatchSetResponse = [
|
|
1017
|
+
var GetSqlInjectionMatchSetRequest$ = [3, n0, _GSIMSR, 0, [_SIMSI], [0]];
|
|
1018
|
+
var GetSqlInjectionMatchSetResponse$ = [
|
|
991
1019
|
3,
|
|
992
1020
|
n0,
|
|
993
1021
|
_GSIMSRe,
|
|
994
1022
|
0,
|
|
995
1023
|
[_SIMS],
|
|
996
|
-
[() => SqlInjectionMatchSet],
|
|
997
|
-
];
|
|
998
|
-
var GetWebACLRequest = [3, n0, _GWACLR, 0, [_WACLI], [0]];
|
|
999
|
-
var GetWebACLResponse = [3, n0, _GWACLRe, 0, [_WACL], [() => WebACL]];
|
|
1000
|
-
var GetXssMatchSetRequest = [3, n0, _GXMSR, 0, [_XMSI], [0]];
|
|
1001
|
-
var GetXssMatchSetResponse = [3, n0, _GXMSRe, 0, [_XMS], [() => XssMatchSet]];
|
|
1002
|
-
var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _V], [0, 0]];
|
|
1003
|
-
var HTTPRequest = [
|
|
1024
|
+
[() => SqlInjectionMatchSet$],
|
|
1025
|
+
];
|
|
1026
|
+
var GetWebACLRequest$ = [3, n0, _GWACLR, 0, [_WACLI], [0]];
|
|
1027
|
+
var GetWebACLResponse$ = [3, n0, _GWACLRe, 0, [_WACL], [() => WebACL$]];
|
|
1028
|
+
var GetXssMatchSetRequest$ = [3, n0, _GXMSR, 0, [_XMSI], [0]];
|
|
1029
|
+
var GetXssMatchSetResponse$ = [3, n0, _GXMSRe, 0, [_XMS], [() => XssMatchSet$]];
|
|
1030
|
+
var HTTPHeader$ = [3, n0, _HTTPH, 0, [_N, _V], [0, 0]];
|
|
1031
|
+
var HTTPRequest$ = [
|
|
1004
1032
|
3,
|
|
1005
1033
|
n0,
|
|
1006
1034
|
_HTTPR,
|
|
@@ -1008,11 +1036,11 @@ var HTTPRequest = [
|
|
|
1008
1036
|
[_CIP, _C, _URI, _M, _HTTPV, _H],
|
|
1009
1037
|
[0, 0, 0, 0, 0, () => HTTPHeaders],
|
|
1010
1038
|
];
|
|
1011
|
-
var IPSet = [3, n0, _IPS, 0, [_IPSI, _N, _IPSD], [0, 0, () => IPSetDescriptors]];
|
|
1012
|
-
var IPSetDescriptor = [3, n0, _IPSDe, 0, [_T, _V], [0, 0]];
|
|
1013
|
-
var IPSetSummary = [3, n0, _IPSS, 0, [_IPSI, _N], [0, 0]];
|
|
1014
|
-
var IPSetUpdate = [3, n0, _IPSU, 0, [_A, _IPSDe], [0, () => IPSetDescriptor]];
|
|
1015
|
-
var ListActivatedRulesInRuleGroupRequest = [
|
|
1039
|
+
var IPSet$ = [3, n0, _IPS, 0, [_IPSI, _N, _IPSD], [0, 0, () => IPSetDescriptors]];
|
|
1040
|
+
var IPSetDescriptor$ = [3, n0, _IPSDe, 0, [_T, _V], [0, 0]];
|
|
1041
|
+
var IPSetSummary$ = [3, n0, _IPSS, 0, [_IPSI, _N], [0, 0]];
|
|
1042
|
+
var IPSetUpdate$ = [3, n0, _IPSU, 0, [_A, _IPSDe], [0, () => IPSetDescriptor$]];
|
|
1043
|
+
var ListActivatedRulesInRuleGroupRequest$ = [
|
|
1016
1044
|
3,
|
|
1017
1045
|
n0,
|
|
1018
1046
|
_LARIRGR,
|
|
@@ -1020,7 +1048,7 @@ var ListActivatedRulesInRuleGroupRequest = [
|
|
|
1020
1048
|
[_RGI, _NM, _L],
|
|
1021
1049
|
[0, 0, 1],
|
|
1022
1050
|
];
|
|
1023
|
-
var ListActivatedRulesInRuleGroupResponse = [
|
|
1051
|
+
var ListActivatedRulesInRuleGroupResponse$ = [
|
|
1024
1052
|
3,
|
|
1025
1053
|
n0,
|
|
1026
1054
|
_LARIRGRi,
|
|
@@ -1028,8 +1056,8 @@ var ListActivatedRulesInRuleGroupResponse = [
|
|
|
1028
1056
|
[_NM, _ARc],
|
|
1029
1057
|
[0, () => ActivatedRules],
|
|
1030
1058
|
];
|
|
1031
|
-
var ListByteMatchSetsRequest = [3, n0, _LBMSR, 0, [_NM, _L], [0, 1]];
|
|
1032
|
-
var ListByteMatchSetsResponse = [
|
|
1059
|
+
var ListByteMatchSetsRequest$ = [3, n0, _LBMSR, 0, [_NM, _L], [0, 1]];
|
|
1060
|
+
var ListByteMatchSetsResponse$ = [
|
|
1033
1061
|
3,
|
|
1034
1062
|
n0,
|
|
1035
1063
|
_LBMSRi,
|
|
@@ -1037,8 +1065,8 @@ var ListByteMatchSetsResponse = [
|
|
|
1037
1065
|
[_NM, _BMSy],
|
|
1038
1066
|
[0, () => ByteMatchSetSummaries],
|
|
1039
1067
|
];
|
|
1040
|
-
var ListGeoMatchSetsRequest = [3, n0, _LGMSR, 0, [_NM, _L], [0, 1]];
|
|
1041
|
-
var ListGeoMatchSetsResponse = [
|
|
1068
|
+
var ListGeoMatchSetsRequest$ = [3, n0, _LGMSR, 0, [_NM, _L], [0, 1]];
|
|
1069
|
+
var ListGeoMatchSetsResponse$ = [
|
|
1042
1070
|
3,
|
|
1043
1071
|
n0,
|
|
1044
1072
|
_LGMSRi,
|
|
@@ -1046,10 +1074,10 @@ var ListGeoMatchSetsResponse = [
|
|
|
1046
1074
|
[_NM, _GMSe],
|
|
1047
1075
|
[0, () => GeoMatchSetSummaries],
|
|
1048
1076
|
];
|
|
1049
|
-
var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_NM, _L], [0, 1]];
|
|
1050
|
-
var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
|
|
1051
|
-
var ListLoggingConfigurationsRequest = [3, n0, _LLCR, 0, [_NM, _L], [0, 1]];
|
|
1052
|
-
var ListLoggingConfigurationsResponse = [
|
|
1077
|
+
var ListIPSetsRequest$ = [3, n0, _LIPSR, 0, [_NM, _L], [0, 1]];
|
|
1078
|
+
var ListIPSetsResponse$ = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
|
|
1079
|
+
var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR, 0, [_NM, _L], [0, 1]];
|
|
1080
|
+
var ListLoggingConfigurationsResponse$ = [
|
|
1053
1081
|
3,
|
|
1054
1082
|
n0,
|
|
1055
1083
|
_LLCRi,
|
|
@@ -1057,8 +1085,8 @@ var ListLoggingConfigurationsResponse = [
|
|
|
1057
1085
|
[_LCo, _NM],
|
|
1058
1086
|
[() => LoggingConfigurations, 0],
|
|
1059
1087
|
];
|
|
1060
|
-
var ListRateBasedRulesRequest = [3, n0, _LRBRR, 0, [_NM, _L], [0, 1]];
|
|
1061
|
-
var ListRateBasedRulesResponse = [
|
|
1088
|
+
var ListRateBasedRulesRequest$ = [3, n0, _LRBRR, 0, [_NM, _L], [0, 1]];
|
|
1089
|
+
var ListRateBasedRulesResponse$ = [
|
|
1062
1090
|
3,
|
|
1063
1091
|
n0,
|
|
1064
1092
|
_LRBRRi,
|
|
@@ -1066,8 +1094,8 @@ var ListRateBasedRulesResponse = [
|
|
|
1066
1094
|
[_NM, _Ru],
|
|
1067
1095
|
[0, () => RuleSummaries],
|
|
1068
1096
|
];
|
|
1069
|
-
var ListRegexMatchSetsRequest = [3, n0, _LRMSR, 0, [_NM, _L], [0, 1]];
|
|
1070
|
-
var ListRegexMatchSetsResponse = [
|
|
1097
|
+
var ListRegexMatchSetsRequest$ = [3, n0, _LRMSR, 0, [_NM, _L], [0, 1]];
|
|
1098
|
+
var ListRegexMatchSetsResponse$ = [
|
|
1071
1099
|
3,
|
|
1072
1100
|
n0,
|
|
1073
1101
|
_LRMSRi,
|
|
@@ -1075,8 +1103,8 @@ var ListRegexMatchSetsResponse = [
|
|
|
1075
1103
|
[_NM, _RMSe],
|
|
1076
1104
|
[0, () => RegexMatchSetSummaries],
|
|
1077
1105
|
];
|
|
1078
|
-
var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_NM, _L], [0, 1]];
|
|
1079
|
-
var ListRegexPatternSetsResponse = [
|
|
1106
|
+
var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR, 0, [_NM, _L], [0, 1]];
|
|
1107
|
+
var ListRegexPatternSetsResponse$ = [
|
|
1080
1108
|
3,
|
|
1081
1109
|
n0,
|
|
1082
1110
|
_LRPSRi,
|
|
@@ -1084,8 +1112,8 @@ var ListRegexPatternSetsResponse = [
|
|
|
1084
1112
|
[_NM, _RPSe],
|
|
1085
1113
|
[0, () => RegexPatternSetSummaries],
|
|
1086
1114
|
];
|
|
1087
|
-
var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_NM, _L], [0, 1]];
|
|
1088
|
-
var ListRuleGroupsResponse = [
|
|
1115
|
+
var ListRuleGroupsRequest$ = [3, n0, _LRGR, 0, [_NM, _L], [0, 1]];
|
|
1116
|
+
var ListRuleGroupsResponse$ = [
|
|
1089
1117
|
3,
|
|
1090
1118
|
n0,
|
|
1091
1119
|
_LRGRi,
|
|
@@ -1093,10 +1121,10 @@ var ListRuleGroupsResponse = [
|
|
|
1093
1121
|
[_NM, _RGu],
|
|
1094
1122
|
[0, () => RuleGroupSummaries],
|
|
1095
1123
|
];
|
|
1096
|
-
var ListRulesRequest = [3, n0, _LRR, 0, [_NM, _L], [0, 1]];
|
|
1097
|
-
var ListRulesResponse = [3, n0, _LRRi, 0, [_NM, _Ru], [0, () => RuleSummaries]];
|
|
1098
|
-
var ListSizeConstraintSetsRequest = [3, n0, _LSCSR, 0, [_NM, _L], [0, 1]];
|
|
1099
|
-
var ListSizeConstraintSetsResponse = [
|
|
1124
|
+
var ListRulesRequest$ = [3, n0, _LRR, 0, [_NM, _L], [0, 1]];
|
|
1125
|
+
var ListRulesResponse$ = [3, n0, _LRRi, 0, [_NM, _Ru], [0, () => RuleSummaries]];
|
|
1126
|
+
var ListSizeConstraintSetsRequest$ = [3, n0, _LSCSR, 0, [_NM, _L], [0, 1]];
|
|
1127
|
+
var ListSizeConstraintSetsResponse$ = [
|
|
1100
1128
|
3,
|
|
1101
1129
|
n0,
|
|
1102
1130
|
_LSCSRi,
|
|
@@ -1104,8 +1132,8 @@ var ListSizeConstraintSetsResponse = [
|
|
|
1104
1132
|
[_NM, _SCSi],
|
|
1105
1133
|
[0, () => SizeConstraintSetSummaries],
|
|
1106
1134
|
];
|
|
1107
|
-
var ListSqlInjectionMatchSetsRequest = [3, n0, _LSIMSR, 0, [_NM, _L], [0, 1]];
|
|
1108
|
-
var ListSqlInjectionMatchSetsResponse = [
|
|
1135
|
+
var ListSqlInjectionMatchSetsRequest$ = [3, n0, _LSIMSR, 0, [_NM, _L], [0, 1]];
|
|
1136
|
+
var ListSqlInjectionMatchSetsResponse$ = [
|
|
1109
1137
|
3,
|
|
1110
1138
|
n0,
|
|
1111
1139
|
_LSIMSRi,
|
|
@@ -1113,8 +1141,8 @@ var ListSqlInjectionMatchSetsResponse = [
|
|
|
1113
1141
|
[_NM, _SIMSq],
|
|
1114
1142
|
[0, () => SqlInjectionMatchSetSummaries],
|
|
1115
1143
|
];
|
|
1116
|
-
var ListSubscribedRuleGroupsRequest = [3, n0, _LSRGR, 0, [_NM, _L], [0, 1]];
|
|
1117
|
-
var ListSubscribedRuleGroupsResponse = [
|
|
1144
|
+
var ListSubscribedRuleGroupsRequest$ = [3, n0, _LSRGR, 0, [_NM, _L], [0, 1]];
|
|
1145
|
+
var ListSubscribedRuleGroupsResponse$ = [
|
|
1118
1146
|
3,
|
|
1119
1147
|
n0,
|
|
1120
1148
|
_LSRGRi,
|
|
@@ -1122,19 +1150,26 @@ var ListSubscribedRuleGroupsResponse = [
|
|
|
1122
1150
|
[_NM, _RGu],
|
|
1123
1151
|
[0, () => SubscribedRuleGroupSummaries],
|
|
1124
1152
|
];
|
|
1125
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _L, _RARN], [0, 1, 0]];
|
|
1126
|
-
var ListTagsForResourceResponse = [
|
|
1153
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_NM, _L, _RARN], [0, 1, 0]];
|
|
1154
|
+
var ListTagsForResourceResponse$ = [
|
|
1127
1155
|
3,
|
|
1128
1156
|
n0,
|
|
1129
1157
|
_LTFRRi,
|
|
1130
1158
|
0,
|
|
1131
1159
|
[_NM, _TIFR],
|
|
1132
|
-
[0, () => TagInfoForResource],
|
|
1160
|
+
[0, () => TagInfoForResource$],
|
|
1161
|
+
];
|
|
1162
|
+
var ListWebACLsRequest$ = [3, n0, _LWACLR, 0, [_NM, _L], [0, 1]];
|
|
1163
|
+
var ListWebACLsResponse$ = [
|
|
1164
|
+
3,
|
|
1165
|
+
n0,
|
|
1166
|
+
_LWACLRi,
|
|
1167
|
+
0,
|
|
1168
|
+
[_NM, _WACLe],
|
|
1169
|
+
[0, () => WebACLSummaries],
|
|
1133
1170
|
];
|
|
1134
|
-
var
|
|
1135
|
-
var
|
|
1136
|
-
var ListXssMatchSetsRequest = [3, n0, _LXMSR, 0, [_NM, _L], [0, 1]];
|
|
1137
|
-
var ListXssMatchSetsResponse = [
|
|
1171
|
+
var ListXssMatchSetsRequest$ = [3, n0, _LXMSR, 0, [_NM, _L], [0, 1]];
|
|
1172
|
+
var ListXssMatchSetsResponse$ = [
|
|
1138
1173
|
3,
|
|
1139
1174
|
n0,
|
|
1140
1175
|
_LXMSRi,
|
|
@@ -1142,7 +1177,7 @@ var ListXssMatchSetsResponse = [
|
|
|
1142
1177
|
[_NM, _XMSs],
|
|
1143
1178
|
[0, () => XssMatchSetSummaries],
|
|
1144
1179
|
];
|
|
1145
|
-
var LoggingConfiguration = [
|
|
1180
|
+
var LoggingConfiguration$ = [
|
|
1146
1181
|
3,
|
|
1147
1182
|
n0,
|
|
1148
1183
|
_LC,
|
|
@@ -1150,26 +1185,26 @@ var LoggingConfiguration = [
|
|
|
1150
1185
|
[_RA, _LDC, _RF],
|
|
1151
1186
|
[0, 64 | 0, () => RedactedFields],
|
|
1152
1187
|
];
|
|
1153
|
-
var Predicate = [3, n0, _Pr, 0, [_Ne, _T, _DI], [2, 0, 0]];
|
|
1154
|
-
var PutLoggingConfigurationRequest = [
|
|
1188
|
+
var Predicate$ = [3, n0, _Pr, 0, [_Ne, _T, _DI], [2, 0, 0]];
|
|
1189
|
+
var PutLoggingConfigurationRequest$ = [
|
|
1155
1190
|
3,
|
|
1156
1191
|
n0,
|
|
1157
1192
|
_PLCR,
|
|
1158
1193
|
0,
|
|
1159
1194
|
[_LC],
|
|
1160
|
-
[() => LoggingConfiguration],
|
|
1195
|
+
[() => LoggingConfiguration$],
|
|
1161
1196
|
];
|
|
1162
|
-
var PutLoggingConfigurationResponse = [
|
|
1197
|
+
var PutLoggingConfigurationResponse$ = [
|
|
1163
1198
|
3,
|
|
1164
1199
|
n0,
|
|
1165
1200
|
_PLCRu,
|
|
1166
1201
|
0,
|
|
1167
1202
|
[_LC],
|
|
1168
|
-
[() => LoggingConfiguration],
|
|
1203
|
+
[() => LoggingConfiguration$],
|
|
1169
1204
|
];
|
|
1170
|
-
var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
|
|
1171
|
-
var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
|
|
1172
|
-
var RateBasedRule = [
|
|
1205
|
+
var PutPermissionPolicyRequest$ = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
|
|
1206
|
+
var PutPermissionPolicyResponse$ = [3, n0, _PPPRu, 0, [], []];
|
|
1207
|
+
var RateBasedRule$ = [
|
|
1173
1208
|
3,
|
|
1174
1209
|
n0,
|
|
1175
1210
|
_RBR,
|
|
@@ -1177,29 +1212,36 @@ var RateBasedRule = [
|
|
|
1177
1212
|
[_RI, _N, _MN, _MP, _RK, _RL],
|
|
1178
1213
|
[0, 0, 0, () => Predicates, 0, 1],
|
|
1179
1214
|
];
|
|
1180
|
-
var RegexMatchSet = [3, n0, _RMS, 0, [_RMSI, _N, _RMT], [0, 0, () => RegexMatchTuples]];
|
|
1181
|
-
var RegexMatchSetSummary = [3, n0, _RMSS, 0, [_RMSI, _N], [0, 0]];
|
|
1182
|
-
var RegexMatchSetUpdate = [3, n0, _RMSU, 0, [_A, _RMTe], [0, () => RegexMatchTuple]];
|
|
1183
|
-
var RegexMatchTuple = [3, n0, _RMTe, 0, [_FTM, _TT, _RPSI], [() => FieldToMatch
|
|
1184
|
-
var RegexPatternSet = [3, n0, _RPS, 0, [_RPSI, _N, _RPSeg], [0, 0, 64 | 0]];
|
|
1185
|
-
var RegexPatternSetSummary = [3, n0, _RPSS, 0, [_RPSI, _N], [0, 0]];
|
|
1186
|
-
var RegexPatternSetUpdate = [3, n0, _RPSU, 0, [_A, _RPSege], [0, 0]];
|
|
1187
|
-
var Rule = [3, n0, _R, 0, [_RI, _N, _MN, _Pre], [0, 0, 0, () => Predicates]];
|
|
1188
|
-
var RuleGroup = [3, n0, _RG, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
1189
|
-
var RuleGroupSummary = [3, n0, _RGS, 0, [_RGI, _N], [0, 0]];
|
|
1190
|
-
var RuleGroupUpdate = [3, n0, _RGU, 0, [_A, _AR], [0, () => ActivatedRule]];
|
|
1191
|
-
var RuleSummary = [3, n0, _RS, 0, [_RI, _N], [0, 0]];
|
|
1192
|
-
var RuleUpdate = [3, n0, _RU, 0, [_A, _Pr], [0, () => Predicate]];
|
|
1193
|
-
var SampledHTTPRequest = [
|
|
1215
|
+
var RegexMatchSet$ = [3, n0, _RMS, 0, [_RMSI, _N, _RMT], [0, 0, () => RegexMatchTuples]];
|
|
1216
|
+
var RegexMatchSetSummary$ = [3, n0, _RMSS, 0, [_RMSI, _N], [0, 0]];
|
|
1217
|
+
var RegexMatchSetUpdate$ = [3, n0, _RMSU, 0, [_A, _RMTe], [0, () => RegexMatchTuple$]];
|
|
1218
|
+
var RegexMatchTuple$ = [3, n0, _RMTe, 0, [_FTM, _TT, _RPSI], [() => FieldToMatch$, 0, 0]];
|
|
1219
|
+
var RegexPatternSet$ = [3, n0, _RPS, 0, [_RPSI, _N, _RPSeg], [0, 0, 64 | 0]];
|
|
1220
|
+
var RegexPatternSetSummary$ = [3, n0, _RPSS, 0, [_RPSI, _N], [0, 0]];
|
|
1221
|
+
var RegexPatternSetUpdate$ = [3, n0, _RPSU, 0, [_A, _RPSege], [0, 0]];
|
|
1222
|
+
var Rule$ = [3, n0, _R, 0, [_RI, _N, _MN, _Pre], [0, 0, 0, () => Predicates]];
|
|
1223
|
+
var RuleGroup$ = [3, n0, _RG, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
1224
|
+
var RuleGroupSummary$ = [3, n0, _RGS, 0, [_RGI, _N], [0, 0]];
|
|
1225
|
+
var RuleGroupUpdate$ = [3, n0, _RGU, 0, [_A, _AR], [0, () => ActivatedRule$]];
|
|
1226
|
+
var RuleSummary$ = [3, n0, _RS, 0, [_RI, _N], [0, 0]];
|
|
1227
|
+
var RuleUpdate$ = [3, n0, _RU, 0, [_A, _Pr], [0, () => Predicate$]];
|
|
1228
|
+
var SampledHTTPRequest$ = [
|
|
1194
1229
|
3,
|
|
1195
1230
|
n0,
|
|
1196
1231
|
_SHTTPR,
|
|
1197
1232
|
0,
|
|
1198
1233
|
[_Re, _W, _Ti, _A, _RWRG],
|
|
1199
|
-
[() => HTTPRequest
|
|
1234
|
+
[() => HTTPRequest$, 1, 4, 0, 0],
|
|
1235
|
+
];
|
|
1236
|
+
var SizeConstraint$ = [
|
|
1237
|
+
3,
|
|
1238
|
+
n0,
|
|
1239
|
+
_SC,
|
|
1240
|
+
0,
|
|
1241
|
+
[_FTM, _TT, _CO, _S],
|
|
1242
|
+
[() => FieldToMatch$, 0, 0, 1],
|
|
1200
1243
|
];
|
|
1201
|
-
var
|
|
1202
|
-
var SizeConstraintSet = [
|
|
1244
|
+
var SizeConstraintSet$ = [
|
|
1203
1245
|
3,
|
|
1204
1246
|
n0,
|
|
1205
1247
|
_SCS,
|
|
@@ -1207,9 +1249,9 @@ var SizeConstraintSet = [
|
|
|
1207
1249
|
[_SCSI, _N, _SCi],
|
|
1208
1250
|
[0, 0, () => SizeConstraints],
|
|
1209
1251
|
];
|
|
1210
|
-
var SizeConstraintSetSummary = [3, n0, _SCSS, 0, [_SCSI, _N], [0, 0]];
|
|
1211
|
-
var SizeConstraintSetUpdate = [3, n0, _SCSU, 0, [_A, _SC], [0, () => SizeConstraint]];
|
|
1212
|
-
var SqlInjectionMatchSet = [
|
|
1252
|
+
var SizeConstraintSetSummary$ = [3, n0, _SCSS, 0, [_SCSI, _N], [0, 0]];
|
|
1253
|
+
var SizeConstraintSetUpdate$ = [3, n0, _SCSU, 0, [_A, _SC], [0, () => SizeConstraint$]];
|
|
1254
|
+
var SqlInjectionMatchSet$ = [
|
|
1213
1255
|
3,
|
|
1214
1256
|
n0,
|
|
1215
1257
|
_SIMS,
|
|
@@ -1217,25 +1259,25 @@ var SqlInjectionMatchSet = [
|
|
|
1217
1259
|
[_SIMSI, _N, _SIMT],
|
|
1218
1260
|
[0, 0, () => SqlInjectionMatchTuples],
|
|
1219
1261
|
];
|
|
1220
|
-
var SqlInjectionMatchSetSummary = [3, n0, _SIMSS, 0, [_SIMSI, _N], [0, 0]];
|
|
1221
|
-
var SqlInjectionMatchSetUpdate = [
|
|
1262
|
+
var SqlInjectionMatchSetSummary$ = [3, n0, _SIMSS, 0, [_SIMSI, _N], [0, 0]];
|
|
1263
|
+
var SqlInjectionMatchSetUpdate$ = [
|
|
1222
1264
|
3,
|
|
1223
1265
|
n0,
|
|
1224
1266
|
_SIMSU,
|
|
1225
1267
|
0,
|
|
1226
1268
|
[_A, _SIMTq],
|
|
1227
|
-
[0, () => SqlInjectionMatchTuple],
|
|
1228
|
-
];
|
|
1229
|
-
var SqlInjectionMatchTuple = [3, n0, _SIMTq, 0, [_FTM, _TT], [() => FieldToMatch
|
|
1230
|
-
var SubscribedRuleGroupSummary = [3, n0, _SRGS, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
1231
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1232
|
-
var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
|
|
1233
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1234
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1235
|
-
var TimeWindow = [3, n0, _TW, 0, [_ST, _ET], [4, 4]];
|
|
1236
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1237
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1238
|
-
var UpdateByteMatchSetRequest = [
|
|
1269
|
+
[0, () => SqlInjectionMatchTuple$],
|
|
1270
|
+
];
|
|
1271
|
+
var SqlInjectionMatchTuple$ = [3, n0, _SIMTq, 0, [_FTM, _TT], [() => FieldToMatch$, 0]];
|
|
1272
|
+
var SubscribedRuleGroupSummary$ = [3, n0, _SRGS, 0, [_RGI, _N, _MN], [0, 0, 0]];
|
|
1273
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1274
|
+
var TagInfoForResource$ = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
|
|
1275
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1276
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1277
|
+
var TimeWindow$ = [3, n0, _TW, 0, [_ST, _ET], [4, 4]];
|
|
1278
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1279
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1280
|
+
var UpdateByteMatchSetRequest$ = [
|
|
1239
1281
|
3,
|
|
1240
1282
|
n0,
|
|
1241
1283
|
_UBMSR,
|
|
@@ -1243,8 +1285,8 @@ var UpdateByteMatchSetRequest = [
|
|
|
1243
1285
|
[_BMSI, _CT, _U],
|
|
1244
1286
|
[0, 0, () => ByteMatchSetUpdates],
|
|
1245
1287
|
];
|
|
1246
|
-
var UpdateByteMatchSetResponse = [3, n0, _UBMSRp, 0, [_CT], [0]];
|
|
1247
|
-
var UpdateGeoMatchSetRequest = [
|
|
1288
|
+
var UpdateByteMatchSetResponse$ = [3, n0, _UBMSRp, 0, [_CT], [0]];
|
|
1289
|
+
var UpdateGeoMatchSetRequest$ = [
|
|
1248
1290
|
3,
|
|
1249
1291
|
n0,
|
|
1250
1292
|
_UGMSR,
|
|
@@ -1252,10 +1294,17 @@ var UpdateGeoMatchSetRequest = [
|
|
|
1252
1294
|
[_GMSI, _CT, _U],
|
|
1253
1295
|
[0, 0, () => GeoMatchSetUpdates],
|
|
1254
1296
|
];
|
|
1255
|
-
var UpdateGeoMatchSetResponse = [3, n0, _UGMSRp, 0, [_CT], [0]];
|
|
1256
|
-
var UpdateIPSetRequest = [
|
|
1257
|
-
|
|
1258
|
-
|
|
1297
|
+
var UpdateGeoMatchSetResponse$ = [3, n0, _UGMSRp, 0, [_CT], [0]];
|
|
1298
|
+
var UpdateIPSetRequest$ = [
|
|
1299
|
+
3,
|
|
1300
|
+
n0,
|
|
1301
|
+
_UIPSR,
|
|
1302
|
+
0,
|
|
1303
|
+
[_IPSI, _CT, _U],
|
|
1304
|
+
[0, 0, () => IPSetUpdates],
|
|
1305
|
+
];
|
|
1306
|
+
var UpdateIPSetResponse$ = [3, n0, _UIPSRp, 0, [_CT], [0]];
|
|
1307
|
+
var UpdateRateBasedRuleRequest$ = [
|
|
1259
1308
|
3,
|
|
1260
1309
|
n0,
|
|
1261
1310
|
_URBRR,
|
|
@@ -1263,8 +1312,8 @@ var UpdateRateBasedRuleRequest = [
|
|
|
1263
1312
|
[_RI, _CT, _U, _RL],
|
|
1264
1313
|
[0, 0, () => RuleUpdates, 1],
|
|
1265
1314
|
];
|
|
1266
|
-
var UpdateRateBasedRuleResponse = [3, n0, _URBRRp, 0, [_CT], [0]];
|
|
1267
|
-
var UpdateRegexMatchSetRequest = [
|
|
1315
|
+
var UpdateRateBasedRuleResponse$ = [3, n0, _URBRRp, 0, [_CT], [0]];
|
|
1316
|
+
var UpdateRegexMatchSetRequest$ = [
|
|
1268
1317
|
3,
|
|
1269
1318
|
n0,
|
|
1270
1319
|
_URMSR,
|
|
@@ -1272,8 +1321,8 @@ var UpdateRegexMatchSetRequest = [
|
|
|
1272
1321
|
[_RMSI, _U, _CT],
|
|
1273
1322
|
[0, () => RegexMatchSetUpdates, 0],
|
|
1274
1323
|
];
|
|
1275
|
-
var UpdateRegexMatchSetResponse = [3, n0, _URMSRp, 0, [_CT], [0]];
|
|
1276
|
-
var UpdateRegexPatternSetRequest = [
|
|
1324
|
+
var UpdateRegexMatchSetResponse$ = [3, n0, _URMSRp, 0, [_CT], [0]];
|
|
1325
|
+
var UpdateRegexPatternSetRequest$ = [
|
|
1277
1326
|
3,
|
|
1278
1327
|
n0,
|
|
1279
1328
|
_URPSR,
|
|
@@ -1281,8 +1330,8 @@ var UpdateRegexPatternSetRequest = [
|
|
|
1281
1330
|
[_RPSI, _U, _CT],
|
|
1282
1331
|
[0, () => RegexPatternSetUpdates, 0],
|
|
1283
1332
|
];
|
|
1284
|
-
var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_CT], [0]];
|
|
1285
|
-
var UpdateRuleGroupRequest = [
|
|
1333
|
+
var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp, 0, [_CT], [0]];
|
|
1334
|
+
var UpdateRuleGroupRequest$ = [
|
|
1286
1335
|
3,
|
|
1287
1336
|
n0,
|
|
1288
1337
|
_URGR,
|
|
@@ -1290,10 +1339,10 @@ var UpdateRuleGroupRequest = [
|
|
|
1290
1339
|
[_RGI, _U, _CT],
|
|
1291
1340
|
[0, () => RuleGroupUpdates, 0],
|
|
1292
1341
|
];
|
|
1293
|
-
var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_CT], [0]];
|
|
1294
|
-
var UpdateRuleRequest = [3, n0, _URRp, 0, [_RI, _CT, _U], [0, 0, () => RuleUpdates]];
|
|
1295
|
-
var UpdateRuleResponse = [3, n0, _URRpd, 0, [_CT], [0]];
|
|
1296
|
-
var UpdateSizeConstraintSetRequest = [
|
|
1342
|
+
var UpdateRuleGroupResponse$ = [3, n0, _URGRp, 0, [_CT], [0]];
|
|
1343
|
+
var UpdateRuleRequest$ = [3, n0, _URRp, 0, [_RI, _CT, _U], [0, 0, () => RuleUpdates]];
|
|
1344
|
+
var UpdateRuleResponse$ = [3, n0, _URRpd, 0, [_CT], [0]];
|
|
1345
|
+
var UpdateSizeConstraintSetRequest$ = [
|
|
1297
1346
|
3,
|
|
1298
1347
|
n0,
|
|
1299
1348
|
_USCSR,
|
|
@@ -1301,8 +1350,8 @@ var UpdateSizeConstraintSetRequest = [
|
|
|
1301
1350
|
[_SCSI, _CT, _U],
|
|
1302
1351
|
[0, 0, () => SizeConstraintSetUpdates],
|
|
1303
1352
|
];
|
|
1304
|
-
var UpdateSizeConstraintSetResponse = [3, n0, _USCSRp, 0, [_CT], [0]];
|
|
1305
|
-
var UpdateSqlInjectionMatchSetRequest = [
|
|
1353
|
+
var UpdateSizeConstraintSetResponse$ = [3, n0, _USCSRp, 0, [_CT], [0]];
|
|
1354
|
+
var UpdateSqlInjectionMatchSetRequest$ = [
|
|
1306
1355
|
3,
|
|
1307
1356
|
n0,
|
|
1308
1357
|
_USIMSR,
|
|
@@ -1310,17 +1359,17 @@ var UpdateSqlInjectionMatchSetRequest = [
|
|
|
1310
1359
|
[_SIMSI, _CT, _U],
|
|
1311
1360
|
[0, 0, () => SqlInjectionMatchSetUpdates],
|
|
1312
1361
|
];
|
|
1313
|
-
var UpdateSqlInjectionMatchSetResponse = [3, n0, _USIMSRp, 0, [_CT], [0]];
|
|
1314
|
-
var UpdateWebACLRequest = [
|
|
1362
|
+
var UpdateSqlInjectionMatchSetResponse$ = [3, n0, _USIMSRp, 0, [_CT], [0]];
|
|
1363
|
+
var UpdateWebACLRequest$ = [
|
|
1315
1364
|
3,
|
|
1316
1365
|
n0,
|
|
1317
1366
|
_UWACLR,
|
|
1318
1367
|
0,
|
|
1319
1368
|
[_WACLI, _CT, _U, _DA],
|
|
1320
|
-
[0, 0, () => WebACLUpdates, () => WafAction],
|
|
1369
|
+
[0, 0, () => WebACLUpdates, () => WafAction$],
|
|
1321
1370
|
];
|
|
1322
|
-
var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_CT], [0]];
|
|
1323
|
-
var UpdateXssMatchSetRequest = [
|
|
1371
|
+
var UpdateWebACLResponse$ = [3, n0, _UWACLRp, 0, [_CT], [0]];
|
|
1372
|
+
var UpdateXssMatchSetRequest$ = [
|
|
1324
1373
|
3,
|
|
1325
1374
|
n0,
|
|
1326
1375
|
_UXMSR,
|
|
@@ -1328,13 +1377,13 @@ var UpdateXssMatchSetRequest = [
|
|
|
1328
1377
|
[_XMSI, _CT, _U],
|
|
1329
1378
|
[0, 0, () => XssMatchSetUpdates],
|
|
1330
1379
|
];
|
|
1331
|
-
var UpdateXssMatchSetResponse = [3, n0, _UXMSRp, 0, [_CT], [0]];
|
|
1332
|
-
var WafAction = [3, n0, _WA, 0, [_T], [0]];
|
|
1333
|
-
var WAFBadRequestException = [-3, n0, _WAFBRE, { [_e]: _c }, [_m], [0]];
|
|
1334
|
-
schema.TypeRegistry.for(n0).registerError(WAFBadRequestException
|
|
1335
|
-
var WAFDisallowedNameException = [-3, n0, _WAFDNE, { [_e]: _c }, [_m], [0]];
|
|
1336
|
-
schema.TypeRegistry.for(n0).registerError(WAFDisallowedNameException
|
|
1337
|
-
var WAFEntityMigrationException = [
|
|
1380
|
+
var UpdateXssMatchSetResponse$ = [3, n0, _UXMSRp, 0, [_CT], [0]];
|
|
1381
|
+
var WafAction$ = [3, n0, _WA, 0, [_T], [0]];
|
|
1382
|
+
var WAFBadRequestException$ = [-3, n0, _WAFBRE, { [_e]: _c }, [_m], [0]];
|
|
1383
|
+
schema.TypeRegistry.for(n0).registerError(WAFBadRequestException$, WAFBadRequestException);
|
|
1384
|
+
var WAFDisallowedNameException$ = [-3, n0, _WAFDNE, { [_e]: _c }, [_m], [0]];
|
|
1385
|
+
schema.TypeRegistry.for(n0).registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
|
|
1386
|
+
var WAFEntityMigrationException$ = [
|
|
1338
1387
|
-3,
|
|
1339
1388
|
n0,
|
|
1340
1389
|
_WAFEME,
|
|
@@ -1342,618 +1391,646 @@ var WAFEntityMigrationException = [
|
|
|
1342
1391
|
[_m, _MET, _MER],
|
|
1343
1392
|
[0, 0, 0],
|
|
1344
1393
|
];
|
|
1345
|
-
schema.TypeRegistry.for(n0).registerError(WAFEntityMigrationException
|
|
1346
|
-
var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_m], [0]];
|
|
1347
|
-
schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException
|
|
1348
|
-
var WAFInvalidAccountException = [-3, n0, _WAFIAE, { [_e]: _c }, [], []];
|
|
1349
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidAccountException
|
|
1350
|
-
var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_m], [0]];
|
|
1351
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException
|
|
1352
|
-
var WAFInvalidParameterException = [-3, n0, _WAFIPE, { [_e]: _c }, [_f, _p, _r], [0, 0, 0]];
|
|
1353
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException
|
|
1354
|
-
var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_m], [0]];
|
|
1355
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException
|
|
1356
|
-
var WAFInvalidRegexPatternException = [-3, n0, _WAFIRPE, { [_e]: _c }, [_m], [0]];
|
|
1357
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException
|
|
1358
|
-
var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_m], [0]];
|
|
1359
|
-
schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException
|
|
1360
|
-
var WAFNonEmptyEntityException = [-3, n0, _WAFNEEE, { [_e]: _c }, [_m], [0]];
|
|
1361
|
-
schema.TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException
|
|
1362
|
-
var WAFNonexistentContainerException = [-3, n0, _WAFNCE, { [_e]: _c }, [_m], [0]];
|
|
1363
|
-
schema.TypeRegistry.for(n0).registerError(WAFNonexistentContainerException
|
|
1364
|
-
var WAFNonexistentItemException = [-3, n0, _WAFNIE, { [_e]: _c }, [_m], [0]];
|
|
1365
|
-
schema.TypeRegistry.for(n0).registerError(WAFNonexistentItemException
|
|
1366
|
-
var WafOverrideAction = [3, n0, _WOA, 0, [_T], [0]];
|
|
1367
|
-
var WAFReferencedItemException = [-3, n0, _WAFRIE, { [_e]: _c }, [_m], [0]];
|
|
1368
|
-
schema.TypeRegistry.for(n0).registerError(WAFReferencedItemException
|
|
1369
|
-
var WAFServiceLinkedRoleErrorException = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
|
|
1370
|
-
schema.TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException
|
|
1371
|
-
var WAFStaleDataException = [-3, n0, _WAFSDE, { [_e]: _c }, [_m], [0]];
|
|
1372
|
-
schema.TypeRegistry.for(n0).registerError(WAFStaleDataException
|
|
1373
|
-
var WAFSubscriptionNotFoundException = [-3, n0, _WAFSNFE, { [_e]: _c }, [_m], [0]];
|
|
1374
|
-
schema.TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException
|
|
1375
|
-
var WAFTagOperationException = [-3, n0, _WAFTOE, { [_e]: _c }, [_m], [0]];
|
|
1376
|
-
schema.TypeRegistry.for(n0).registerError(WAFTagOperationException
|
|
1377
|
-
var WAFTagOperationInternalErrorException = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_m], [0]];
|
|
1378
|
-
schema.TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException
|
|
1379
|
-
var WebACL = [
|
|
1394
|
+
schema.TypeRegistry.for(n0).registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
|
|
1395
|
+
var WAFInternalErrorException$ = [-3, n0, _WAFIEE, { [_e]: _s }, [_m], [0]];
|
|
1396
|
+
schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
1397
|
+
var WAFInvalidAccountException$ = [-3, n0, _WAFIAE, { [_e]: _c }, [], []];
|
|
1398
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
|
|
1399
|
+
var WAFInvalidOperationException$ = [-3, n0, _WAFIOE, { [_e]: _c }, [_m], [0]];
|
|
1400
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
1401
|
+
var WAFInvalidParameterException$ = [-3, n0, _WAFIPE, { [_e]: _c }, [_f, _p, _r], [0, 0, 0]];
|
|
1402
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
1403
|
+
var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE, { [_e]: _c }, [_m], [0]];
|
|
1404
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
1405
|
+
var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE, { [_e]: _c }, [_m], [0]];
|
|
1406
|
+
schema.TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
|
|
1407
|
+
var WAFLimitsExceededException$ = [-3, n0, _WAFLEE, { [_e]: _c }, [_m], [0]];
|
|
1408
|
+
schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
1409
|
+
var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE, { [_e]: _c }, [_m], [0]];
|
|
1410
|
+
schema.TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
|
|
1411
|
+
var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE, { [_e]: _c }, [_m], [0]];
|
|
1412
|
+
schema.TypeRegistry.for(n0).registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
|
|
1413
|
+
var WAFNonexistentItemException$ = [-3, n0, _WAFNIE, { [_e]: _c }, [_m], [0]];
|
|
1414
|
+
schema.TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
1415
|
+
var WafOverrideAction$ = [3, n0, _WOA, 0, [_T], [0]];
|
|
1416
|
+
var WAFReferencedItemException$ = [-3, n0, _WAFRIE, { [_e]: _c }, [_m], [0]];
|
|
1417
|
+
schema.TypeRegistry.for(n0).registerError(WAFReferencedItemException$, WAFReferencedItemException);
|
|
1418
|
+
var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
|
|
1419
|
+
schema.TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
1420
|
+
var WAFStaleDataException$ = [-3, n0, _WAFSDE, { [_e]: _c }, [_m], [0]];
|
|
1421
|
+
schema.TypeRegistry.for(n0).registerError(WAFStaleDataException$, WAFStaleDataException);
|
|
1422
|
+
var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE, { [_e]: _c }, [_m], [0]];
|
|
1423
|
+
schema.TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
1424
|
+
var WAFTagOperationException$ = [-3, n0, _WAFTOE, { [_e]: _c }, [_m], [0]];
|
|
1425
|
+
schema.TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
1426
|
+
var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_m], [0]];
|
|
1427
|
+
schema.TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
1428
|
+
var WebACL$ = [
|
|
1380
1429
|
3,
|
|
1381
1430
|
n0,
|
|
1382
1431
|
_WACL,
|
|
1383
1432
|
0,
|
|
1384
1433
|
[_WACLI, _N, _MN, _DA, _Ru, _WACLA],
|
|
1385
|
-
[0, 0, 0, () => WafAction
|
|
1386
|
-
];
|
|
1387
|
-
var WebACLSummary = [3, n0, _WACLS, 0, [_WACLI, _N], [0, 0]];
|
|
1388
|
-
var WebACLUpdate = [3, n0, _WACLU, 0, [_A, _AR], [0, () => ActivatedRule]];
|
|
1389
|
-
var XssMatchSet = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMatchTuples]];
|
|
1390
|
-
var XssMatchSetSummary = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
|
|
1391
|
-
var XssMatchSetUpdate = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple]];
|
|
1392
|
-
var XssMatchTuple = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch
|
|
1393
|
-
var WAFServiceException = [-3, _sm, "WAFServiceException", 0, [], []];
|
|
1394
|
-
schema.TypeRegistry.for(_sm).registerError(WAFServiceException
|
|
1395
|
-
var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule];
|
|
1396
|
-
var ByteMatchSetSummaries = [1, n0, _BMSSy, 0, () => ByteMatchSetSummary];
|
|
1397
|
-
var ByteMatchSetUpdates = [1, n0, _BMSUy, 0, () => ByteMatchSetUpdate];
|
|
1398
|
-
var ByteMatchTuples = [1, n0, _BMT, 0, () => ByteMatchTuple];
|
|
1399
|
-
var ExcludedRules = [1, n0, _ER, 0, () => ExcludedRule];
|
|
1400
|
-
var GeoMatchConstraints = [1, n0, _GMCe, 0, () => GeoMatchConstraint];
|
|
1401
|
-
var GeoMatchSetSummaries = [1, n0, _GMSSe, 0, () => GeoMatchSetSummary];
|
|
1402
|
-
var GeoMatchSetUpdates = [1, n0, _GMSUe, 0, () => GeoMatchSetUpdate];
|
|
1403
|
-
var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
|
|
1404
|
-
var IPSetDescriptors = [1, n0, _IPSD, 0, () => IPSetDescriptor];
|
|
1405
|
-
var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
|
|
1406
|
-
var IPSetUpdates = [1, n0, _IPSUe, 0, () => IPSetUpdate];
|
|
1407
|
-
var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
|
|
1408
|
-
var Predicates = [1, n0, _Pre, 0, () => Predicate];
|
|
1409
|
-
var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
|
|
1410
|
-
var RegexMatchSetSummaries = [1, n0, _RMSSe, 0, () => RegexMatchSetSummary];
|
|
1411
|
-
var RegexMatchSetUpdates = [1, n0, _RMSUe, 0, () => RegexMatchSetUpdate];
|
|
1412
|
-
var RegexMatchTuples = [1, n0, _RMT, 0, () => RegexMatchTuple];
|
|
1413
|
-
var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
|
|
1414
|
-
var RegexPatternSetUpdates = [1, n0, _RPSUe, 0, () => RegexPatternSetUpdate];
|
|
1415
|
-
var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
|
|
1416
|
-
var RuleGroupUpdates = [1, n0, _RGUu, 0, () => RuleGroupUpdate];
|
|
1417
|
-
var RuleSummaries = [1, n0, _RSu, 0, () => RuleSummary];
|
|
1418
|
-
var RuleUpdates = [1, n0, _RUu, 0, () => RuleUpdate];
|
|
1419
|
-
var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
|
|
1420
|
-
var SizeConstraints = [1, n0, _SCi, 0, () => SizeConstraint];
|
|
1421
|
-
var SizeConstraintSetSummaries = [1, n0, _SCSSi, 0, () => SizeConstraintSetSummary];
|
|
1422
|
-
var SizeConstraintSetUpdates = [1, n0, _SCSUi, 0, () => SizeConstraintSetUpdate];
|
|
1423
|
-
var SqlInjectionMatchSetSummaries = [1, n0, _SIMSSq, 0, () => SqlInjectionMatchSetSummary];
|
|
1424
|
-
var SqlInjectionMatchSetUpdates = [1, n0, _SIMSUq, 0, () => SqlInjectionMatchSetUpdate];
|
|
1425
|
-
var SqlInjectionMatchTuples = [1, n0, _SIMT, 0, () => SqlInjectionMatchTuple];
|
|
1426
|
-
var SubscribedRuleGroupSummaries = [1, n0, _SRGSu, 0, () => SubscribedRuleGroupSummary];
|
|
1427
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1428
|
-
var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
|
|
1429
|
-
var WebACLUpdates = [1, n0, _WACLUe, 0, () => WebACLUpdate];
|
|
1430
|
-
var XssMatchSetSummaries = [1, n0, _XMSSs, 0, () => XssMatchSetSummary];
|
|
1431
|
-
var XssMatchSetUpdates = [1, n0, _XMSUs, 0, () => XssMatchSetUpdate];
|
|
1432
|
-
var XssMatchTuples = [1, n0, _XMT, 0, () => XssMatchTuple];
|
|
1433
|
-
var CreateByteMatchSet = [
|
|
1434
|
+
[0, 0, 0, () => WafAction$, () => ActivatedRules, 0],
|
|
1435
|
+
];
|
|
1436
|
+
var WebACLSummary$ = [3, n0, _WACLS, 0, [_WACLI, _N], [0, 0]];
|
|
1437
|
+
var WebACLUpdate$ = [3, n0, _WACLU, 0, [_A, _AR], [0, () => ActivatedRule$]];
|
|
1438
|
+
var XssMatchSet$ = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMatchTuples]];
|
|
1439
|
+
var XssMatchSetSummary$ = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
|
|
1440
|
+
var XssMatchSetUpdate$ = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple$]];
|
|
1441
|
+
var XssMatchTuple$ = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch$, 0]];
|
|
1442
|
+
var WAFServiceException$ = [-3, _sm, "WAFServiceException", 0, [], []];
|
|
1443
|
+
schema.TypeRegistry.for(_sm).registerError(WAFServiceException$, WAFServiceException);
|
|
1444
|
+
var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule$];
|
|
1445
|
+
var ByteMatchSetSummaries = [1, n0, _BMSSy, 0, () => ByteMatchSetSummary$];
|
|
1446
|
+
var ByteMatchSetUpdates = [1, n0, _BMSUy, 0, () => ByteMatchSetUpdate$];
|
|
1447
|
+
var ByteMatchTuples = [1, n0, _BMT, 0, () => ByteMatchTuple$];
|
|
1448
|
+
var ExcludedRules = [1, n0, _ER, 0, () => ExcludedRule$];
|
|
1449
|
+
var GeoMatchConstraints = [1, n0, _GMCe, 0, () => GeoMatchConstraint$];
|
|
1450
|
+
var GeoMatchSetSummaries = [1, n0, _GMSSe, 0, () => GeoMatchSetSummary$];
|
|
1451
|
+
var GeoMatchSetUpdates = [1, n0, _GMSUe, 0, () => GeoMatchSetUpdate$];
|
|
1452
|
+
var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader$];
|
|
1453
|
+
var IPSetDescriptors = [1, n0, _IPSD, 0, () => IPSetDescriptor$];
|
|
1454
|
+
var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary$];
|
|
1455
|
+
var IPSetUpdates = [1, n0, _IPSUe, 0, () => IPSetUpdate$];
|
|
1456
|
+
var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration$];
|
|
1457
|
+
var Predicates = [1, n0, _Pre, 0, () => Predicate$];
|
|
1458
|
+
var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
|
|
1459
|
+
var RegexMatchSetSummaries = [1, n0, _RMSSe, 0, () => RegexMatchSetSummary$];
|
|
1460
|
+
var RegexMatchSetUpdates = [1, n0, _RMSUe, 0, () => RegexMatchSetUpdate$];
|
|
1461
|
+
var RegexMatchTuples = [1, n0, _RMT, 0, () => RegexMatchTuple$];
|
|
1462
|
+
var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary$];
|
|
1463
|
+
var RegexPatternSetUpdates = [1, n0, _RPSUe, 0, () => RegexPatternSetUpdate$];
|
|
1464
|
+
var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary$];
|
|
1465
|
+
var RuleGroupUpdates = [1, n0, _RGUu, 0, () => RuleGroupUpdate$];
|
|
1466
|
+
var RuleSummaries = [1, n0, _RSu, 0, () => RuleSummary$];
|
|
1467
|
+
var RuleUpdates = [1, n0, _RUu, 0, () => RuleUpdate$];
|
|
1468
|
+
var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest$];
|
|
1469
|
+
var SizeConstraints = [1, n0, _SCi, 0, () => SizeConstraint$];
|
|
1470
|
+
var SizeConstraintSetSummaries = [1, n0, _SCSSi, 0, () => SizeConstraintSetSummary$];
|
|
1471
|
+
var SizeConstraintSetUpdates = [1, n0, _SCSUi, 0, () => SizeConstraintSetUpdate$];
|
|
1472
|
+
var SqlInjectionMatchSetSummaries = [1, n0, _SIMSSq, 0, () => SqlInjectionMatchSetSummary$];
|
|
1473
|
+
var SqlInjectionMatchSetUpdates = [1, n0, _SIMSUq, 0, () => SqlInjectionMatchSetUpdate$];
|
|
1474
|
+
var SqlInjectionMatchTuples = [1, n0, _SIMT, 0, () => SqlInjectionMatchTuple$];
|
|
1475
|
+
var SubscribedRuleGroupSummaries = [1, n0, _SRGSu, 0, () => SubscribedRuleGroupSummary$];
|
|
1476
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1477
|
+
var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary$];
|
|
1478
|
+
var WebACLUpdates = [1, n0, _WACLUe, 0, () => WebACLUpdate$];
|
|
1479
|
+
var XssMatchSetSummaries = [1, n0, _XMSSs, 0, () => XssMatchSetSummary$];
|
|
1480
|
+
var XssMatchSetUpdates = [1, n0, _XMSUs, 0, () => XssMatchSetUpdate$];
|
|
1481
|
+
var XssMatchTuples = [1, n0, _XMT, 0, () => XssMatchTuple$];
|
|
1482
|
+
var CreateByteMatchSet$ = [
|
|
1434
1483
|
9,
|
|
1435
1484
|
n0,
|
|
1436
1485
|
_CBMS,
|
|
1437
1486
|
0,
|
|
1438
|
-
() => CreateByteMatchSetRequest
|
|
1439
|
-
() => CreateByteMatchSetResponse
|
|
1487
|
+
() => CreateByteMatchSetRequest$,
|
|
1488
|
+
() => CreateByteMatchSetResponse$,
|
|
1440
1489
|
];
|
|
1441
|
-
var CreateGeoMatchSet = [
|
|
1490
|
+
var CreateGeoMatchSet$ = [
|
|
1442
1491
|
9,
|
|
1443
1492
|
n0,
|
|
1444
1493
|
_CGMS,
|
|
1445
1494
|
0,
|
|
1446
|
-
() => CreateGeoMatchSetRequest
|
|
1447
|
-
() => CreateGeoMatchSetResponse
|
|
1495
|
+
() => CreateGeoMatchSetRequest$,
|
|
1496
|
+
() => CreateGeoMatchSetResponse$,
|
|
1497
|
+
];
|
|
1498
|
+
var CreateIPSet$ = [
|
|
1499
|
+
9,
|
|
1500
|
+
n0,
|
|
1501
|
+
_CIPS,
|
|
1502
|
+
0,
|
|
1503
|
+
() => CreateIPSetRequest$,
|
|
1504
|
+
() => CreateIPSetResponse$,
|
|
1448
1505
|
];
|
|
1449
|
-
var
|
|
1450
|
-
var CreateRateBasedRule = [
|
|
1506
|
+
var CreateRateBasedRule$ = [
|
|
1451
1507
|
9,
|
|
1452
1508
|
n0,
|
|
1453
1509
|
_CRBR,
|
|
1454
1510
|
0,
|
|
1455
|
-
() => CreateRateBasedRuleRequest
|
|
1456
|
-
() => CreateRateBasedRuleResponse
|
|
1511
|
+
() => CreateRateBasedRuleRequest$,
|
|
1512
|
+
() => CreateRateBasedRuleResponse$,
|
|
1457
1513
|
];
|
|
1458
|
-
var CreateRegexMatchSet = [
|
|
1514
|
+
var CreateRegexMatchSet$ = [
|
|
1459
1515
|
9,
|
|
1460
1516
|
n0,
|
|
1461
1517
|
_CRMS,
|
|
1462
1518
|
0,
|
|
1463
|
-
() => CreateRegexMatchSetRequest
|
|
1464
|
-
() => CreateRegexMatchSetResponse
|
|
1519
|
+
() => CreateRegexMatchSetRequest$,
|
|
1520
|
+
() => CreateRegexMatchSetResponse$,
|
|
1465
1521
|
];
|
|
1466
|
-
var CreateRegexPatternSet = [
|
|
1522
|
+
var CreateRegexPatternSet$ = [
|
|
1467
1523
|
9,
|
|
1468
1524
|
n0,
|
|
1469
1525
|
_CRPS,
|
|
1470
1526
|
0,
|
|
1471
|
-
() => CreateRegexPatternSetRequest
|
|
1472
|
-
() => CreateRegexPatternSetResponse
|
|
1527
|
+
() => CreateRegexPatternSetRequest$,
|
|
1528
|
+
() => CreateRegexPatternSetResponse$,
|
|
1473
1529
|
];
|
|
1474
|
-
var CreateRule = [9, n0, _CR, 0, () => CreateRuleRequest
|
|
1475
|
-
var CreateRuleGroup = [
|
|
1530
|
+
var CreateRule$ = [9, n0, _CR, 0, () => CreateRuleRequest$, () => CreateRuleResponse$];
|
|
1531
|
+
var CreateRuleGroup$ = [
|
|
1476
1532
|
9,
|
|
1477
1533
|
n0,
|
|
1478
1534
|
_CRG,
|
|
1479
1535
|
0,
|
|
1480
|
-
() => CreateRuleGroupRequest
|
|
1481
|
-
() => CreateRuleGroupResponse
|
|
1536
|
+
() => CreateRuleGroupRequest$,
|
|
1537
|
+
() => CreateRuleGroupResponse$,
|
|
1482
1538
|
];
|
|
1483
|
-
var CreateSizeConstraintSet = [
|
|
1539
|
+
var CreateSizeConstraintSet$ = [
|
|
1484
1540
|
9,
|
|
1485
1541
|
n0,
|
|
1486
1542
|
_CSCS,
|
|
1487
1543
|
0,
|
|
1488
|
-
() => CreateSizeConstraintSetRequest
|
|
1489
|
-
() => CreateSizeConstraintSetResponse
|
|
1544
|
+
() => CreateSizeConstraintSetRequest$,
|
|
1545
|
+
() => CreateSizeConstraintSetResponse$,
|
|
1490
1546
|
];
|
|
1491
|
-
var CreateSqlInjectionMatchSet = [
|
|
1547
|
+
var CreateSqlInjectionMatchSet$ = [
|
|
1492
1548
|
9,
|
|
1493
1549
|
n0,
|
|
1494
1550
|
_CSIMS,
|
|
1495
1551
|
0,
|
|
1496
|
-
() => CreateSqlInjectionMatchSetRequest
|
|
1497
|
-
() => CreateSqlInjectionMatchSetResponse
|
|
1552
|
+
() => CreateSqlInjectionMatchSetRequest$,
|
|
1553
|
+
() => CreateSqlInjectionMatchSetResponse$,
|
|
1498
1554
|
];
|
|
1499
|
-
var CreateWebACL = [
|
|
1555
|
+
var CreateWebACL$ = [
|
|
1500
1556
|
9,
|
|
1501
1557
|
n0,
|
|
1502
1558
|
_CWACL,
|
|
1503
1559
|
0,
|
|
1504
|
-
() => CreateWebACLRequest
|
|
1505
|
-
() => CreateWebACLResponse
|
|
1560
|
+
() => CreateWebACLRequest$,
|
|
1561
|
+
() => CreateWebACLResponse$,
|
|
1506
1562
|
];
|
|
1507
|
-
var CreateWebACLMigrationStack = [
|
|
1563
|
+
var CreateWebACLMigrationStack$ = [
|
|
1508
1564
|
9,
|
|
1509
1565
|
n0,
|
|
1510
1566
|
_CWACLMS,
|
|
1511
1567
|
0,
|
|
1512
|
-
() => CreateWebACLMigrationStackRequest
|
|
1513
|
-
() => CreateWebACLMigrationStackResponse
|
|
1568
|
+
() => CreateWebACLMigrationStackRequest$,
|
|
1569
|
+
() => CreateWebACLMigrationStackResponse$,
|
|
1514
1570
|
];
|
|
1515
|
-
var CreateXssMatchSet = [
|
|
1571
|
+
var CreateXssMatchSet$ = [
|
|
1516
1572
|
9,
|
|
1517
1573
|
n0,
|
|
1518
1574
|
_CXMS,
|
|
1519
1575
|
0,
|
|
1520
|
-
() => CreateXssMatchSetRequest
|
|
1521
|
-
() => CreateXssMatchSetResponse
|
|
1576
|
+
() => CreateXssMatchSetRequest$,
|
|
1577
|
+
() => CreateXssMatchSetResponse$,
|
|
1522
1578
|
];
|
|
1523
|
-
var DeleteByteMatchSet = [
|
|
1579
|
+
var DeleteByteMatchSet$ = [
|
|
1524
1580
|
9,
|
|
1525
1581
|
n0,
|
|
1526
1582
|
_DBMS,
|
|
1527
1583
|
0,
|
|
1528
|
-
() => DeleteByteMatchSetRequest
|
|
1529
|
-
() => DeleteByteMatchSetResponse
|
|
1584
|
+
() => DeleteByteMatchSetRequest$,
|
|
1585
|
+
() => DeleteByteMatchSetResponse$,
|
|
1530
1586
|
];
|
|
1531
|
-
var DeleteGeoMatchSet = [
|
|
1587
|
+
var DeleteGeoMatchSet$ = [
|
|
1532
1588
|
9,
|
|
1533
1589
|
n0,
|
|
1534
1590
|
_DGMS,
|
|
1535
1591
|
0,
|
|
1536
|
-
() => DeleteGeoMatchSetRequest
|
|
1537
|
-
() => DeleteGeoMatchSetResponse
|
|
1592
|
+
() => DeleteGeoMatchSetRequest$,
|
|
1593
|
+
() => DeleteGeoMatchSetResponse$,
|
|
1594
|
+
];
|
|
1595
|
+
var DeleteIPSet$ = [
|
|
1596
|
+
9,
|
|
1597
|
+
n0,
|
|
1598
|
+
_DIPS,
|
|
1599
|
+
0,
|
|
1600
|
+
() => DeleteIPSetRequest$,
|
|
1601
|
+
() => DeleteIPSetResponse$,
|
|
1538
1602
|
];
|
|
1539
|
-
var
|
|
1540
|
-
var DeleteLoggingConfiguration = [
|
|
1603
|
+
var DeleteLoggingConfiguration$ = [
|
|
1541
1604
|
9,
|
|
1542
1605
|
n0,
|
|
1543
1606
|
_DLC,
|
|
1544
1607
|
0,
|
|
1545
|
-
() => DeleteLoggingConfigurationRequest
|
|
1546
|
-
() => DeleteLoggingConfigurationResponse
|
|
1608
|
+
() => DeleteLoggingConfigurationRequest$,
|
|
1609
|
+
() => DeleteLoggingConfigurationResponse$,
|
|
1547
1610
|
];
|
|
1548
|
-
var DeletePermissionPolicy = [
|
|
1611
|
+
var DeletePermissionPolicy$ = [
|
|
1549
1612
|
9,
|
|
1550
1613
|
n0,
|
|
1551
1614
|
_DPP,
|
|
1552
1615
|
0,
|
|
1553
|
-
() => DeletePermissionPolicyRequest
|
|
1554
|
-
() => DeletePermissionPolicyResponse
|
|
1616
|
+
() => DeletePermissionPolicyRequest$,
|
|
1617
|
+
() => DeletePermissionPolicyResponse$,
|
|
1555
1618
|
];
|
|
1556
|
-
var DeleteRateBasedRule = [
|
|
1619
|
+
var DeleteRateBasedRule$ = [
|
|
1557
1620
|
9,
|
|
1558
1621
|
n0,
|
|
1559
1622
|
_DRBR,
|
|
1560
1623
|
0,
|
|
1561
|
-
() => DeleteRateBasedRuleRequest
|
|
1562
|
-
() => DeleteRateBasedRuleResponse
|
|
1624
|
+
() => DeleteRateBasedRuleRequest$,
|
|
1625
|
+
() => DeleteRateBasedRuleResponse$,
|
|
1563
1626
|
];
|
|
1564
|
-
var DeleteRegexMatchSet = [
|
|
1627
|
+
var DeleteRegexMatchSet$ = [
|
|
1565
1628
|
9,
|
|
1566
1629
|
n0,
|
|
1567
1630
|
_DRMS,
|
|
1568
1631
|
0,
|
|
1569
|
-
() => DeleteRegexMatchSetRequest
|
|
1570
|
-
() => DeleteRegexMatchSetResponse
|
|
1632
|
+
() => DeleteRegexMatchSetRequest$,
|
|
1633
|
+
() => DeleteRegexMatchSetResponse$,
|
|
1571
1634
|
];
|
|
1572
|
-
var DeleteRegexPatternSet = [
|
|
1635
|
+
var DeleteRegexPatternSet$ = [
|
|
1573
1636
|
9,
|
|
1574
1637
|
n0,
|
|
1575
1638
|
_DRPS,
|
|
1576
1639
|
0,
|
|
1577
|
-
() => DeleteRegexPatternSetRequest
|
|
1578
|
-
() => DeleteRegexPatternSetResponse
|
|
1640
|
+
() => DeleteRegexPatternSetRequest$,
|
|
1641
|
+
() => DeleteRegexPatternSetResponse$,
|
|
1579
1642
|
];
|
|
1580
|
-
var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest
|
|
1581
|
-
var DeleteRuleGroup = [
|
|
1643
|
+
var DeleteRule$ = [9, n0, _DR, 0, () => DeleteRuleRequest$, () => DeleteRuleResponse$];
|
|
1644
|
+
var DeleteRuleGroup$ = [
|
|
1582
1645
|
9,
|
|
1583
1646
|
n0,
|
|
1584
1647
|
_DRG,
|
|
1585
1648
|
0,
|
|
1586
|
-
() => DeleteRuleGroupRequest
|
|
1587
|
-
() => DeleteRuleGroupResponse
|
|
1649
|
+
() => DeleteRuleGroupRequest$,
|
|
1650
|
+
() => DeleteRuleGroupResponse$,
|
|
1588
1651
|
];
|
|
1589
|
-
var DeleteSizeConstraintSet = [
|
|
1652
|
+
var DeleteSizeConstraintSet$ = [
|
|
1590
1653
|
9,
|
|
1591
1654
|
n0,
|
|
1592
1655
|
_DSCS,
|
|
1593
1656
|
0,
|
|
1594
|
-
() => DeleteSizeConstraintSetRequest
|
|
1595
|
-
() => DeleteSizeConstraintSetResponse
|
|
1657
|
+
() => DeleteSizeConstraintSetRequest$,
|
|
1658
|
+
() => DeleteSizeConstraintSetResponse$,
|
|
1596
1659
|
];
|
|
1597
|
-
var DeleteSqlInjectionMatchSet = [
|
|
1660
|
+
var DeleteSqlInjectionMatchSet$ = [
|
|
1598
1661
|
9,
|
|
1599
1662
|
n0,
|
|
1600
1663
|
_DSIMS,
|
|
1601
1664
|
0,
|
|
1602
|
-
() => DeleteSqlInjectionMatchSetRequest
|
|
1603
|
-
() => DeleteSqlInjectionMatchSetResponse
|
|
1665
|
+
() => DeleteSqlInjectionMatchSetRequest$,
|
|
1666
|
+
() => DeleteSqlInjectionMatchSetResponse$,
|
|
1604
1667
|
];
|
|
1605
|
-
var DeleteWebACL = [
|
|
1668
|
+
var DeleteWebACL$ = [
|
|
1606
1669
|
9,
|
|
1607
1670
|
n0,
|
|
1608
1671
|
_DWACL,
|
|
1609
1672
|
0,
|
|
1610
|
-
() => DeleteWebACLRequest
|
|
1611
|
-
() => DeleteWebACLResponse
|
|
1673
|
+
() => DeleteWebACLRequest$,
|
|
1674
|
+
() => DeleteWebACLResponse$,
|
|
1612
1675
|
];
|
|
1613
|
-
var DeleteXssMatchSet = [
|
|
1676
|
+
var DeleteXssMatchSet$ = [
|
|
1614
1677
|
9,
|
|
1615
1678
|
n0,
|
|
1616
1679
|
_DXMS,
|
|
1617
1680
|
0,
|
|
1618
|
-
() => DeleteXssMatchSetRequest
|
|
1619
|
-
() => DeleteXssMatchSetResponse
|
|
1681
|
+
() => DeleteXssMatchSetRequest$,
|
|
1682
|
+
() => DeleteXssMatchSetResponse$,
|
|
1620
1683
|
];
|
|
1621
|
-
var GetByteMatchSet = [
|
|
1684
|
+
var GetByteMatchSet$ = [
|
|
1622
1685
|
9,
|
|
1623
1686
|
n0,
|
|
1624
1687
|
_GBMS,
|
|
1625
1688
|
0,
|
|
1626
|
-
() => GetByteMatchSetRequest
|
|
1627
|
-
() => GetByteMatchSetResponse
|
|
1689
|
+
() => GetByteMatchSetRequest$,
|
|
1690
|
+
() => GetByteMatchSetResponse$,
|
|
1628
1691
|
];
|
|
1629
|
-
var GetChangeToken = [
|
|
1692
|
+
var GetChangeToken$ = [
|
|
1630
1693
|
9,
|
|
1631
1694
|
n0,
|
|
1632
1695
|
_GCT,
|
|
1633
1696
|
0,
|
|
1634
|
-
() => GetChangeTokenRequest
|
|
1635
|
-
() => GetChangeTokenResponse
|
|
1697
|
+
() => GetChangeTokenRequest$,
|
|
1698
|
+
() => GetChangeTokenResponse$,
|
|
1636
1699
|
];
|
|
1637
|
-
var GetChangeTokenStatus = [
|
|
1700
|
+
var GetChangeTokenStatus$ = [
|
|
1638
1701
|
9,
|
|
1639
1702
|
n0,
|
|
1640
1703
|
_GCTS,
|
|
1641
1704
|
0,
|
|
1642
|
-
() => GetChangeTokenStatusRequest
|
|
1643
|
-
() => GetChangeTokenStatusResponse
|
|
1705
|
+
() => GetChangeTokenStatusRequest$,
|
|
1706
|
+
() => GetChangeTokenStatusResponse$,
|
|
1644
1707
|
];
|
|
1645
|
-
var GetGeoMatchSet = [
|
|
1708
|
+
var GetGeoMatchSet$ = [
|
|
1646
1709
|
9,
|
|
1647
1710
|
n0,
|
|
1648
1711
|
_GGMS,
|
|
1649
1712
|
0,
|
|
1650
|
-
() => GetGeoMatchSetRequest
|
|
1651
|
-
() => GetGeoMatchSetResponse
|
|
1713
|
+
() => GetGeoMatchSetRequest$,
|
|
1714
|
+
() => GetGeoMatchSetResponse$,
|
|
1652
1715
|
];
|
|
1653
|
-
var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest
|
|
1654
|
-
var GetLoggingConfiguration = [
|
|
1716
|
+
var GetIPSet$ = [9, n0, _GIPS, 0, () => GetIPSetRequest$, () => GetIPSetResponse$];
|
|
1717
|
+
var GetLoggingConfiguration$ = [
|
|
1655
1718
|
9,
|
|
1656
1719
|
n0,
|
|
1657
1720
|
_GLC,
|
|
1658
1721
|
0,
|
|
1659
|
-
() => GetLoggingConfigurationRequest
|
|
1660
|
-
() => GetLoggingConfigurationResponse
|
|
1722
|
+
() => GetLoggingConfigurationRequest$,
|
|
1723
|
+
() => GetLoggingConfigurationResponse$,
|
|
1661
1724
|
];
|
|
1662
|
-
var GetPermissionPolicy = [
|
|
1725
|
+
var GetPermissionPolicy$ = [
|
|
1663
1726
|
9,
|
|
1664
1727
|
n0,
|
|
1665
1728
|
_GPP,
|
|
1666
1729
|
0,
|
|
1667
|
-
() => GetPermissionPolicyRequest
|
|
1668
|
-
() => GetPermissionPolicyResponse
|
|
1730
|
+
() => GetPermissionPolicyRequest$,
|
|
1731
|
+
() => GetPermissionPolicyResponse$,
|
|
1669
1732
|
];
|
|
1670
|
-
var GetRateBasedRule = [
|
|
1733
|
+
var GetRateBasedRule$ = [
|
|
1671
1734
|
9,
|
|
1672
1735
|
n0,
|
|
1673
1736
|
_GRBR,
|
|
1674
1737
|
0,
|
|
1675
|
-
() => GetRateBasedRuleRequest
|
|
1676
|
-
() => GetRateBasedRuleResponse
|
|
1738
|
+
() => GetRateBasedRuleRequest$,
|
|
1739
|
+
() => GetRateBasedRuleResponse$,
|
|
1677
1740
|
];
|
|
1678
|
-
var GetRateBasedRuleManagedKeys = [
|
|
1741
|
+
var GetRateBasedRuleManagedKeys$ = [
|
|
1679
1742
|
9,
|
|
1680
1743
|
n0,
|
|
1681
1744
|
_GRBRMK,
|
|
1682
1745
|
0,
|
|
1683
|
-
() => GetRateBasedRuleManagedKeysRequest
|
|
1684
|
-
() => GetRateBasedRuleManagedKeysResponse
|
|
1746
|
+
() => GetRateBasedRuleManagedKeysRequest$,
|
|
1747
|
+
() => GetRateBasedRuleManagedKeysResponse$,
|
|
1685
1748
|
];
|
|
1686
|
-
var GetRegexMatchSet = [
|
|
1749
|
+
var GetRegexMatchSet$ = [
|
|
1687
1750
|
9,
|
|
1688
1751
|
n0,
|
|
1689
1752
|
_GRMS,
|
|
1690
1753
|
0,
|
|
1691
|
-
() => GetRegexMatchSetRequest
|
|
1692
|
-
() => GetRegexMatchSetResponse
|
|
1754
|
+
() => GetRegexMatchSetRequest$,
|
|
1755
|
+
() => GetRegexMatchSetResponse$,
|
|
1693
1756
|
];
|
|
1694
|
-
var GetRegexPatternSet = [
|
|
1757
|
+
var GetRegexPatternSet$ = [
|
|
1695
1758
|
9,
|
|
1696
1759
|
n0,
|
|
1697
1760
|
_GRPS,
|
|
1698
1761
|
0,
|
|
1699
|
-
() => GetRegexPatternSetRequest
|
|
1700
|
-
() => GetRegexPatternSetResponse
|
|
1762
|
+
() => GetRegexPatternSetRequest$,
|
|
1763
|
+
() => GetRegexPatternSetResponse$,
|
|
1701
1764
|
];
|
|
1702
|
-
var GetRule = [9, n0, _GR, 0, () => GetRuleRequest
|
|
1703
|
-
var GetRuleGroup = [
|
|
1765
|
+
var GetRule$ = [9, n0, _GR, 0, () => GetRuleRequest$, () => GetRuleResponse$];
|
|
1766
|
+
var GetRuleGroup$ = [
|
|
1704
1767
|
9,
|
|
1705
1768
|
n0,
|
|
1706
1769
|
_GRG,
|
|
1707
1770
|
0,
|
|
1708
|
-
() => GetRuleGroupRequest
|
|
1709
|
-
() => GetRuleGroupResponse
|
|
1771
|
+
() => GetRuleGroupRequest$,
|
|
1772
|
+
() => GetRuleGroupResponse$,
|
|
1710
1773
|
];
|
|
1711
|
-
var GetSampledRequests = [
|
|
1774
|
+
var GetSampledRequests$ = [
|
|
1712
1775
|
9,
|
|
1713
1776
|
n0,
|
|
1714
1777
|
_GSR,
|
|
1715
1778
|
0,
|
|
1716
|
-
() => GetSampledRequestsRequest
|
|
1717
|
-
() => GetSampledRequestsResponse
|
|
1779
|
+
() => GetSampledRequestsRequest$,
|
|
1780
|
+
() => GetSampledRequestsResponse$,
|
|
1718
1781
|
];
|
|
1719
|
-
var GetSizeConstraintSet = [
|
|
1782
|
+
var GetSizeConstraintSet$ = [
|
|
1720
1783
|
9,
|
|
1721
1784
|
n0,
|
|
1722
1785
|
_GSCS,
|
|
1723
1786
|
0,
|
|
1724
|
-
() => GetSizeConstraintSetRequest
|
|
1725
|
-
() => GetSizeConstraintSetResponse
|
|
1787
|
+
() => GetSizeConstraintSetRequest$,
|
|
1788
|
+
() => GetSizeConstraintSetResponse$,
|
|
1726
1789
|
];
|
|
1727
|
-
var GetSqlInjectionMatchSet = [
|
|
1790
|
+
var GetSqlInjectionMatchSet$ = [
|
|
1728
1791
|
9,
|
|
1729
1792
|
n0,
|
|
1730
1793
|
_GSIMS,
|
|
1731
1794
|
0,
|
|
1732
|
-
() => GetSqlInjectionMatchSetRequest
|
|
1733
|
-
() => GetSqlInjectionMatchSetResponse
|
|
1795
|
+
() => GetSqlInjectionMatchSetRequest$,
|
|
1796
|
+
() => GetSqlInjectionMatchSetResponse$,
|
|
1734
1797
|
];
|
|
1735
|
-
var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest
|
|
1736
|
-
var GetXssMatchSet = [
|
|
1798
|
+
var GetWebACL$ = [9, n0, _GWACL, 0, () => GetWebACLRequest$, () => GetWebACLResponse$];
|
|
1799
|
+
var GetXssMatchSet$ = [
|
|
1737
1800
|
9,
|
|
1738
1801
|
n0,
|
|
1739
1802
|
_GXMS,
|
|
1740
1803
|
0,
|
|
1741
|
-
() => GetXssMatchSetRequest
|
|
1742
|
-
() => GetXssMatchSetResponse
|
|
1804
|
+
() => GetXssMatchSetRequest$,
|
|
1805
|
+
() => GetXssMatchSetResponse$,
|
|
1743
1806
|
];
|
|
1744
|
-
var ListActivatedRulesInRuleGroup = [
|
|
1807
|
+
var ListActivatedRulesInRuleGroup$ = [
|
|
1745
1808
|
9,
|
|
1746
1809
|
n0,
|
|
1747
1810
|
_LARIRG,
|
|
1748
1811
|
0,
|
|
1749
|
-
() => ListActivatedRulesInRuleGroupRequest
|
|
1750
|
-
() => ListActivatedRulesInRuleGroupResponse
|
|
1812
|
+
() => ListActivatedRulesInRuleGroupRequest$,
|
|
1813
|
+
() => ListActivatedRulesInRuleGroupResponse$,
|
|
1751
1814
|
];
|
|
1752
|
-
var ListByteMatchSets = [
|
|
1815
|
+
var ListByteMatchSets$ = [
|
|
1753
1816
|
9,
|
|
1754
1817
|
n0,
|
|
1755
1818
|
_LBMS,
|
|
1756
1819
|
0,
|
|
1757
|
-
() => ListByteMatchSetsRequest
|
|
1758
|
-
() => ListByteMatchSetsResponse
|
|
1820
|
+
() => ListByteMatchSetsRequest$,
|
|
1821
|
+
() => ListByteMatchSetsResponse$,
|
|
1759
1822
|
];
|
|
1760
|
-
var ListGeoMatchSets = [
|
|
1823
|
+
var ListGeoMatchSets$ = [
|
|
1761
1824
|
9,
|
|
1762
1825
|
n0,
|
|
1763
1826
|
_LGMS,
|
|
1764
1827
|
0,
|
|
1765
|
-
() => ListGeoMatchSetsRequest
|
|
1766
|
-
() => ListGeoMatchSetsResponse
|
|
1828
|
+
() => ListGeoMatchSetsRequest$,
|
|
1829
|
+
() => ListGeoMatchSetsResponse$,
|
|
1767
1830
|
];
|
|
1768
|
-
var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest
|
|
1769
|
-
var ListLoggingConfigurations = [
|
|
1831
|
+
var ListIPSets$ = [9, n0, _LIPS, 0, () => ListIPSetsRequest$, () => ListIPSetsResponse$];
|
|
1832
|
+
var ListLoggingConfigurations$ = [
|
|
1770
1833
|
9,
|
|
1771
1834
|
n0,
|
|
1772
1835
|
_LLC,
|
|
1773
1836
|
0,
|
|
1774
|
-
() => ListLoggingConfigurationsRequest
|
|
1775
|
-
() => ListLoggingConfigurationsResponse
|
|
1837
|
+
() => ListLoggingConfigurationsRequest$,
|
|
1838
|
+
() => ListLoggingConfigurationsResponse$,
|
|
1776
1839
|
];
|
|
1777
|
-
var ListRateBasedRules = [
|
|
1840
|
+
var ListRateBasedRules$ = [
|
|
1778
1841
|
9,
|
|
1779
1842
|
n0,
|
|
1780
1843
|
_LRBR,
|
|
1781
1844
|
0,
|
|
1782
|
-
() => ListRateBasedRulesRequest
|
|
1783
|
-
() => ListRateBasedRulesResponse
|
|
1845
|
+
() => ListRateBasedRulesRequest$,
|
|
1846
|
+
() => ListRateBasedRulesResponse$,
|
|
1784
1847
|
];
|
|
1785
|
-
var ListRegexMatchSets = [
|
|
1848
|
+
var ListRegexMatchSets$ = [
|
|
1786
1849
|
9,
|
|
1787
1850
|
n0,
|
|
1788
1851
|
_LRMS,
|
|
1789
1852
|
0,
|
|
1790
|
-
() => ListRegexMatchSetsRequest
|
|
1791
|
-
() => ListRegexMatchSetsResponse
|
|
1853
|
+
() => ListRegexMatchSetsRequest$,
|
|
1854
|
+
() => ListRegexMatchSetsResponse$,
|
|
1792
1855
|
];
|
|
1793
|
-
var ListRegexPatternSets = [
|
|
1856
|
+
var ListRegexPatternSets$ = [
|
|
1794
1857
|
9,
|
|
1795
1858
|
n0,
|
|
1796
1859
|
_LRPS,
|
|
1797
1860
|
0,
|
|
1798
|
-
() => ListRegexPatternSetsRequest
|
|
1799
|
-
() => ListRegexPatternSetsResponse
|
|
1861
|
+
() => ListRegexPatternSetsRequest$,
|
|
1862
|
+
() => ListRegexPatternSetsResponse$,
|
|
1800
1863
|
];
|
|
1801
|
-
var ListRuleGroups = [
|
|
1864
|
+
var ListRuleGroups$ = [
|
|
1802
1865
|
9,
|
|
1803
1866
|
n0,
|
|
1804
1867
|
_LRG,
|
|
1805
1868
|
0,
|
|
1806
|
-
() => ListRuleGroupsRequest
|
|
1807
|
-
() => ListRuleGroupsResponse
|
|
1869
|
+
() => ListRuleGroupsRequest$,
|
|
1870
|
+
() => ListRuleGroupsResponse$,
|
|
1808
1871
|
];
|
|
1809
|
-
var ListRules = [9, n0, _LR, 0, () => ListRulesRequest
|
|
1810
|
-
var ListSizeConstraintSets = [
|
|
1872
|
+
var ListRules$ = [9, n0, _LR, 0, () => ListRulesRequest$, () => ListRulesResponse$];
|
|
1873
|
+
var ListSizeConstraintSets$ = [
|
|
1811
1874
|
9,
|
|
1812
1875
|
n0,
|
|
1813
1876
|
_LSCS,
|
|
1814
1877
|
0,
|
|
1815
|
-
() => ListSizeConstraintSetsRequest
|
|
1816
|
-
() => ListSizeConstraintSetsResponse
|
|
1878
|
+
() => ListSizeConstraintSetsRequest$,
|
|
1879
|
+
() => ListSizeConstraintSetsResponse$,
|
|
1817
1880
|
];
|
|
1818
|
-
var ListSqlInjectionMatchSets = [
|
|
1881
|
+
var ListSqlInjectionMatchSets$ = [
|
|
1819
1882
|
9,
|
|
1820
1883
|
n0,
|
|
1821
1884
|
_LSIMS,
|
|
1822
1885
|
0,
|
|
1823
|
-
() => ListSqlInjectionMatchSetsRequest
|
|
1824
|
-
() => ListSqlInjectionMatchSetsResponse
|
|
1886
|
+
() => ListSqlInjectionMatchSetsRequest$,
|
|
1887
|
+
() => ListSqlInjectionMatchSetsResponse$,
|
|
1825
1888
|
];
|
|
1826
|
-
var ListSubscribedRuleGroups = [
|
|
1889
|
+
var ListSubscribedRuleGroups$ = [
|
|
1827
1890
|
9,
|
|
1828
1891
|
n0,
|
|
1829
1892
|
_LSRG,
|
|
1830
1893
|
0,
|
|
1831
|
-
() => ListSubscribedRuleGroupsRequest
|
|
1832
|
-
() => ListSubscribedRuleGroupsResponse
|
|
1894
|
+
() => ListSubscribedRuleGroupsRequest$,
|
|
1895
|
+
() => ListSubscribedRuleGroupsResponse$,
|
|
1833
1896
|
];
|
|
1834
|
-
var ListTagsForResource = [
|
|
1897
|
+
var ListTagsForResource$ = [
|
|
1835
1898
|
9,
|
|
1836
1899
|
n0,
|
|
1837
1900
|
_LTFR,
|
|
1838
1901
|
0,
|
|
1839
|
-
() => ListTagsForResourceRequest
|
|
1840
|
-
() => ListTagsForResourceResponse
|
|
1902
|
+
() => ListTagsForResourceRequest$,
|
|
1903
|
+
() => ListTagsForResourceResponse$,
|
|
1904
|
+
];
|
|
1905
|
+
var ListWebACLs$ = [
|
|
1906
|
+
9,
|
|
1907
|
+
n0,
|
|
1908
|
+
_LWACL,
|
|
1909
|
+
0,
|
|
1910
|
+
() => ListWebACLsRequest$,
|
|
1911
|
+
() => ListWebACLsResponse$,
|
|
1841
1912
|
];
|
|
1842
|
-
var
|
|
1843
|
-
var ListXssMatchSets = [
|
|
1913
|
+
var ListXssMatchSets$ = [
|
|
1844
1914
|
9,
|
|
1845
1915
|
n0,
|
|
1846
1916
|
_LXMS,
|
|
1847
1917
|
0,
|
|
1848
|
-
() => ListXssMatchSetsRequest
|
|
1849
|
-
() => ListXssMatchSetsResponse
|
|
1918
|
+
() => ListXssMatchSetsRequest$,
|
|
1919
|
+
() => ListXssMatchSetsResponse$,
|
|
1850
1920
|
];
|
|
1851
|
-
var PutLoggingConfiguration = [
|
|
1921
|
+
var PutLoggingConfiguration$ = [
|
|
1852
1922
|
9,
|
|
1853
1923
|
n0,
|
|
1854
1924
|
_PLC,
|
|
1855
1925
|
0,
|
|
1856
|
-
() => PutLoggingConfigurationRequest
|
|
1857
|
-
() => PutLoggingConfigurationResponse
|
|
1926
|
+
() => PutLoggingConfigurationRequest$,
|
|
1927
|
+
() => PutLoggingConfigurationResponse$,
|
|
1858
1928
|
];
|
|
1859
|
-
var PutPermissionPolicy = [
|
|
1929
|
+
var PutPermissionPolicy$ = [
|
|
1860
1930
|
9,
|
|
1861
1931
|
n0,
|
|
1862
1932
|
_PPP,
|
|
1863
1933
|
0,
|
|
1864
|
-
() => PutPermissionPolicyRequest
|
|
1865
|
-
() => PutPermissionPolicyResponse
|
|
1934
|
+
() => PutPermissionPolicyRequest$,
|
|
1935
|
+
() => PutPermissionPolicyResponse$,
|
|
1866
1936
|
];
|
|
1867
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1868
|
-
var UntagResource = [
|
|
1937
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1938
|
+
var UntagResource$ = [
|
|
1869
1939
|
9,
|
|
1870
1940
|
n0,
|
|
1871
1941
|
_UR,
|
|
1872
1942
|
0,
|
|
1873
|
-
() => UntagResourceRequest
|
|
1874
|
-
() => UntagResourceResponse
|
|
1943
|
+
() => UntagResourceRequest$,
|
|
1944
|
+
() => UntagResourceResponse$,
|
|
1875
1945
|
];
|
|
1876
|
-
var UpdateByteMatchSet = [
|
|
1946
|
+
var UpdateByteMatchSet$ = [
|
|
1877
1947
|
9,
|
|
1878
1948
|
n0,
|
|
1879
1949
|
_UBMS,
|
|
1880
1950
|
0,
|
|
1881
|
-
() => UpdateByteMatchSetRequest
|
|
1882
|
-
() => UpdateByteMatchSetResponse
|
|
1951
|
+
() => UpdateByteMatchSetRequest$,
|
|
1952
|
+
() => UpdateByteMatchSetResponse$,
|
|
1883
1953
|
];
|
|
1884
|
-
var UpdateGeoMatchSet = [
|
|
1954
|
+
var UpdateGeoMatchSet$ = [
|
|
1885
1955
|
9,
|
|
1886
1956
|
n0,
|
|
1887
1957
|
_UGMS,
|
|
1888
1958
|
0,
|
|
1889
|
-
() => UpdateGeoMatchSetRequest
|
|
1890
|
-
() => UpdateGeoMatchSetResponse
|
|
1959
|
+
() => UpdateGeoMatchSetRequest$,
|
|
1960
|
+
() => UpdateGeoMatchSetResponse$,
|
|
1961
|
+
];
|
|
1962
|
+
var UpdateIPSet$ = [
|
|
1963
|
+
9,
|
|
1964
|
+
n0,
|
|
1965
|
+
_UIPS,
|
|
1966
|
+
0,
|
|
1967
|
+
() => UpdateIPSetRequest$,
|
|
1968
|
+
() => UpdateIPSetResponse$,
|
|
1891
1969
|
];
|
|
1892
|
-
var
|
|
1893
|
-
var UpdateRateBasedRule = [
|
|
1970
|
+
var UpdateRateBasedRule$ = [
|
|
1894
1971
|
9,
|
|
1895
1972
|
n0,
|
|
1896
1973
|
_URBR,
|
|
1897
1974
|
0,
|
|
1898
|
-
() => UpdateRateBasedRuleRequest
|
|
1899
|
-
() => UpdateRateBasedRuleResponse
|
|
1975
|
+
() => UpdateRateBasedRuleRequest$,
|
|
1976
|
+
() => UpdateRateBasedRuleResponse$,
|
|
1900
1977
|
];
|
|
1901
|
-
var UpdateRegexMatchSet = [
|
|
1978
|
+
var UpdateRegexMatchSet$ = [
|
|
1902
1979
|
9,
|
|
1903
1980
|
n0,
|
|
1904
1981
|
_URMS,
|
|
1905
1982
|
0,
|
|
1906
|
-
() => UpdateRegexMatchSetRequest
|
|
1907
|
-
() => UpdateRegexMatchSetResponse
|
|
1983
|
+
() => UpdateRegexMatchSetRequest$,
|
|
1984
|
+
() => UpdateRegexMatchSetResponse$,
|
|
1908
1985
|
];
|
|
1909
|
-
var UpdateRegexPatternSet = [
|
|
1986
|
+
var UpdateRegexPatternSet$ = [
|
|
1910
1987
|
9,
|
|
1911
1988
|
n0,
|
|
1912
1989
|
_URPS,
|
|
1913
1990
|
0,
|
|
1914
|
-
() => UpdateRegexPatternSetRequest
|
|
1915
|
-
() => UpdateRegexPatternSetResponse
|
|
1991
|
+
() => UpdateRegexPatternSetRequest$,
|
|
1992
|
+
() => UpdateRegexPatternSetResponse$,
|
|
1916
1993
|
];
|
|
1917
|
-
var UpdateRule = [9, n0, _URp, 0, () => UpdateRuleRequest
|
|
1918
|
-
var UpdateRuleGroup = [
|
|
1994
|
+
var UpdateRule$ = [9, n0, _URp, 0, () => UpdateRuleRequest$, () => UpdateRuleResponse$];
|
|
1995
|
+
var UpdateRuleGroup$ = [
|
|
1919
1996
|
9,
|
|
1920
1997
|
n0,
|
|
1921
1998
|
_URG,
|
|
1922
1999
|
0,
|
|
1923
|
-
() => UpdateRuleGroupRequest
|
|
1924
|
-
() => UpdateRuleGroupResponse
|
|
2000
|
+
() => UpdateRuleGroupRequest$,
|
|
2001
|
+
() => UpdateRuleGroupResponse$,
|
|
1925
2002
|
];
|
|
1926
|
-
var UpdateSizeConstraintSet = [
|
|
2003
|
+
var UpdateSizeConstraintSet$ = [
|
|
1927
2004
|
9,
|
|
1928
2005
|
n0,
|
|
1929
2006
|
_USCS,
|
|
1930
2007
|
0,
|
|
1931
|
-
() => UpdateSizeConstraintSetRequest
|
|
1932
|
-
() => UpdateSizeConstraintSetResponse
|
|
2008
|
+
() => UpdateSizeConstraintSetRequest$,
|
|
2009
|
+
() => UpdateSizeConstraintSetResponse$,
|
|
1933
2010
|
];
|
|
1934
|
-
var UpdateSqlInjectionMatchSet = [
|
|
2011
|
+
var UpdateSqlInjectionMatchSet$ = [
|
|
1935
2012
|
9,
|
|
1936
2013
|
n0,
|
|
1937
2014
|
_USIMS,
|
|
1938
2015
|
0,
|
|
1939
|
-
() => UpdateSqlInjectionMatchSetRequest
|
|
1940
|
-
() => UpdateSqlInjectionMatchSetResponse
|
|
2016
|
+
() => UpdateSqlInjectionMatchSetRequest$,
|
|
2017
|
+
() => UpdateSqlInjectionMatchSetResponse$,
|
|
1941
2018
|
];
|
|
1942
|
-
var UpdateWebACL = [
|
|
2019
|
+
var UpdateWebACL$ = [
|
|
1943
2020
|
9,
|
|
1944
2021
|
n0,
|
|
1945
2022
|
_UWACL,
|
|
1946
2023
|
0,
|
|
1947
|
-
() => UpdateWebACLRequest
|
|
1948
|
-
() => UpdateWebACLResponse
|
|
2024
|
+
() => UpdateWebACLRequest$,
|
|
2025
|
+
() => UpdateWebACLResponse$,
|
|
1949
2026
|
];
|
|
1950
|
-
var UpdateXssMatchSet = [
|
|
2027
|
+
var UpdateXssMatchSet$ = [
|
|
1951
2028
|
9,
|
|
1952
2029
|
n0,
|
|
1953
2030
|
_UXMS,
|
|
1954
2031
|
0,
|
|
1955
|
-
() => UpdateXssMatchSetRequest
|
|
1956
|
-
() => UpdateXssMatchSetResponse
|
|
2032
|
+
() => UpdateXssMatchSetRequest$,
|
|
2033
|
+
() => UpdateXssMatchSetResponse$,
|
|
1957
2034
|
];
|
|
1958
2035
|
|
|
1959
2036
|
class CreateByteMatchSetCommand extends smithyClient.Command
|
|
@@ -1964,7 +2041,7 @@ class CreateByteMatchSetCommand extends smithyClient.Command
|
|
|
1964
2041
|
})
|
|
1965
2042
|
.s("AWSWAF_20150824", "CreateByteMatchSet", {})
|
|
1966
2043
|
.n("WAFClient", "CreateByteMatchSetCommand")
|
|
1967
|
-
.sc(CreateByteMatchSet)
|
|
2044
|
+
.sc(CreateByteMatchSet$)
|
|
1968
2045
|
.build() {
|
|
1969
2046
|
}
|
|
1970
2047
|
|
|
@@ -1976,7 +2053,7 @@ class CreateGeoMatchSetCommand extends smithyClient.Command
|
|
|
1976
2053
|
})
|
|
1977
2054
|
.s("AWSWAF_20150824", "CreateGeoMatchSet", {})
|
|
1978
2055
|
.n("WAFClient", "CreateGeoMatchSetCommand")
|
|
1979
|
-
.sc(CreateGeoMatchSet)
|
|
2056
|
+
.sc(CreateGeoMatchSet$)
|
|
1980
2057
|
.build() {
|
|
1981
2058
|
}
|
|
1982
2059
|
|
|
@@ -1988,7 +2065,7 @@ class CreateIPSetCommand extends smithyClient.Command
|
|
|
1988
2065
|
})
|
|
1989
2066
|
.s("AWSWAF_20150824", "CreateIPSet", {})
|
|
1990
2067
|
.n("WAFClient", "CreateIPSetCommand")
|
|
1991
|
-
.sc(CreateIPSet)
|
|
2068
|
+
.sc(CreateIPSet$)
|
|
1992
2069
|
.build() {
|
|
1993
2070
|
}
|
|
1994
2071
|
|
|
@@ -2000,7 +2077,7 @@ class CreateRateBasedRuleCommand extends smithyClient.Command
|
|
|
2000
2077
|
})
|
|
2001
2078
|
.s("AWSWAF_20150824", "CreateRateBasedRule", {})
|
|
2002
2079
|
.n("WAFClient", "CreateRateBasedRuleCommand")
|
|
2003
|
-
.sc(CreateRateBasedRule)
|
|
2080
|
+
.sc(CreateRateBasedRule$)
|
|
2004
2081
|
.build() {
|
|
2005
2082
|
}
|
|
2006
2083
|
|
|
@@ -2012,7 +2089,7 @@ class CreateRegexMatchSetCommand extends smithyClient.Command
|
|
|
2012
2089
|
})
|
|
2013
2090
|
.s("AWSWAF_20150824", "CreateRegexMatchSet", {})
|
|
2014
2091
|
.n("WAFClient", "CreateRegexMatchSetCommand")
|
|
2015
|
-
.sc(CreateRegexMatchSet)
|
|
2092
|
+
.sc(CreateRegexMatchSet$)
|
|
2016
2093
|
.build() {
|
|
2017
2094
|
}
|
|
2018
2095
|
|
|
@@ -2024,7 +2101,7 @@ class CreateRegexPatternSetCommand extends smithyClient.Command
|
|
|
2024
2101
|
})
|
|
2025
2102
|
.s("AWSWAF_20150824", "CreateRegexPatternSet", {})
|
|
2026
2103
|
.n("WAFClient", "CreateRegexPatternSetCommand")
|
|
2027
|
-
.sc(CreateRegexPatternSet)
|
|
2104
|
+
.sc(CreateRegexPatternSet$)
|
|
2028
2105
|
.build() {
|
|
2029
2106
|
}
|
|
2030
2107
|
|
|
@@ -2036,7 +2113,7 @@ class CreateRuleCommand extends smithyClient.Command
|
|
|
2036
2113
|
})
|
|
2037
2114
|
.s("AWSWAF_20150824", "CreateRule", {})
|
|
2038
2115
|
.n("WAFClient", "CreateRuleCommand")
|
|
2039
|
-
.sc(CreateRule)
|
|
2116
|
+
.sc(CreateRule$)
|
|
2040
2117
|
.build() {
|
|
2041
2118
|
}
|
|
2042
2119
|
|
|
@@ -2048,7 +2125,7 @@ class CreateRuleGroupCommand extends smithyClient.Command
|
|
|
2048
2125
|
})
|
|
2049
2126
|
.s("AWSWAF_20150824", "CreateRuleGroup", {})
|
|
2050
2127
|
.n("WAFClient", "CreateRuleGroupCommand")
|
|
2051
|
-
.sc(CreateRuleGroup)
|
|
2128
|
+
.sc(CreateRuleGroup$)
|
|
2052
2129
|
.build() {
|
|
2053
2130
|
}
|
|
2054
2131
|
|
|
@@ -2060,7 +2137,7 @@ class CreateSizeConstraintSetCommand extends smithyClient.Command
|
|
|
2060
2137
|
})
|
|
2061
2138
|
.s("AWSWAF_20150824", "CreateSizeConstraintSet", {})
|
|
2062
2139
|
.n("WAFClient", "CreateSizeConstraintSetCommand")
|
|
2063
|
-
.sc(CreateSizeConstraintSet)
|
|
2140
|
+
.sc(CreateSizeConstraintSet$)
|
|
2064
2141
|
.build() {
|
|
2065
2142
|
}
|
|
2066
2143
|
|
|
@@ -2072,7 +2149,7 @@ class CreateSqlInjectionMatchSetCommand extends smithyClient.Command
|
|
|
2072
2149
|
})
|
|
2073
2150
|
.s("AWSWAF_20150824", "CreateSqlInjectionMatchSet", {})
|
|
2074
2151
|
.n("WAFClient", "CreateSqlInjectionMatchSetCommand")
|
|
2075
|
-
.sc(CreateSqlInjectionMatchSet)
|
|
2152
|
+
.sc(CreateSqlInjectionMatchSet$)
|
|
2076
2153
|
.build() {
|
|
2077
2154
|
}
|
|
2078
2155
|
|
|
@@ -2084,7 +2161,7 @@ class CreateWebACLCommand extends smithyClient.Command
|
|
|
2084
2161
|
})
|
|
2085
2162
|
.s("AWSWAF_20150824", "CreateWebACL", {})
|
|
2086
2163
|
.n("WAFClient", "CreateWebACLCommand")
|
|
2087
|
-
.sc(CreateWebACL)
|
|
2164
|
+
.sc(CreateWebACL$)
|
|
2088
2165
|
.build() {
|
|
2089
2166
|
}
|
|
2090
2167
|
|
|
@@ -2096,7 +2173,7 @@ class CreateWebACLMigrationStackCommand extends smithyClient.Command
|
|
|
2096
2173
|
})
|
|
2097
2174
|
.s("AWSWAF_20150824", "CreateWebACLMigrationStack", {})
|
|
2098
2175
|
.n("WAFClient", "CreateWebACLMigrationStackCommand")
|
|
2099
|
-
.sc(CreateWebACLMigrationStack)
|
|
2176
|
+
.sc(CreateWebACLMigrationStack$)
|
|
2100
2177
|
.build() {
|
|
2101
2178
|
}
|
|
2102
2179
|
|
|
@@ -2108,7 +2185,7 @@ class CreateXssMatchSetCommand extends smithyClient.Command
|
|
|
2108
2185
|
})
|
|
2109
2186
|
.s("AWSWAF_20150824", "CreateXssMatchSet", {})
|
|
2110
2187
|
.n("WAFClient", "CreateXssMatchSetCommand")
|
|
2111
|
-
.sc(CreateXssMatchSet)
|
|
2188
|
+
.sc(CreateXssMatchSet$)
|
|
2112
2189
|
.build() {
|
|
2113
2190
|
}
|
|
2114
2191
|
|
|
@@ -2120,7 +2197,7 @@ class DeleteByteMatchSetCommand extends smithyClient.Command
|
|
|
2120
2197
|
})
|
|
2121
2198
|
.s("AWSWAF_20150824", "DeleteByteMatchSet", {})
|
|
2122
2199
|
.n("WAFClient", "DeleteByteMatchSetCommand")
|
|
2123
|
-
.sc(DeleteByteMatchSet)
|
|
2200
|
+
.sc(DeleteByteMatchSet$)
|
|
2124
2201
|
.build() {
|
|
2125
2202
|
}
|
|
2126
2203
|
|
|
@@ -2132,7 +2209,7 @@ class DeleteGeoMatchSetCommand extends smithyClient.Command
|
|
|
2132
2209
|
})
|
|
2133
2210
|
.s("AWSWAF_20150824", "DeleteGeoMatchSet", {})
|
|
2134
2211
|
.n("WAFClient", "DeleteGeoMatchSetCommand")
|
|
2135
|
-
.sc(DeleteGeoMatchSet)
|
|
2212
|
+
.sc(DeleteGeoMatchSet$)
|
|
2136
2213
|
.build() {
|
|
2137
2214
|
}
|
|
2138
2215
|
|
|
@@ -2144,7 +2221,7 @@ class DeleteIPSetCommand extends smithyClient.Command
|
|
|
2144
2221
|
})
|
|
2145
2222
|
.s("AWSWAF_20150824", "DeleteIPSet", {})
|
|
2146
2223
|
.n("WAFClient", "DeleteIPSetCommand")
|
|
2147
|
-
.sc(DeleteIPSet)
|
|
2224
|
+
.sc(DeleteIPSet$)
|
|
2148
2225
|
.build() {
|
|
2149
2226
|
}
|
|
2150
2227
|
|
|
@@ -2156,7 +2233,7 @@ class DeleteLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2156
2233
|
})
|
|
2157
2234
|
.s("AWSWAF_20150824", "DeleteLoggingConfiguration", {})
|
|
2158
2235
|
.n("WAFClient", "DeleteLoggingConfigurationCommand")
|
|
2159
|
-
.sc(DeleteLoggingConfiguration)
|
|
2236
|
+
.sc(DeleteLoggingConfiguration$)
|
|
2160
2237
|
.build() {
|
|
2161
2238
|
}
|
|
2162
2239
|
|
|
@@ -2168,7 +2245,7 @@ class DeletePermissionPolicyCommand extends smithyClient.Command
|
|
|
2168
2245
|
})
|
|
2169
2246
|
.s("AWSWAF_20150824", "DeletePermissionPolicy", {})
|
|
2170
2247
|
.n("WAFClient", "DeletePermissionPolicyCommand")
|
|
2171
|
-
.sc(DeletePermissionPolicy)
|
|
2248
|
+
.sc(DeletePermissionPolicy$)
|
|
2172
2249
|
.build() {
|
|
2173
2250
|
}
|
|
2174
2251
|
|
|
@@ -2180,7 +2257,7 @@ class DeleteRateBasedRuleCommand extends smithyClient.Command
|
|
|
2180
2257
|
})
|
|
2181
2258
|
.s("AWSWAF_20150824", "DeleteRateBasedRule", {})
|
|
2182
2259
|
.n("WAFClient", "DeleteRateBasedRuleCommand")
|
|
2183
|
-
.sc(DeleteRateBasedRule)
|
|
2260
|
+
.sc(DeleteRateBasedRule$)
|
|
2184
2261
|
.build() {
|
|
2185
2262
|
}
|
|
2186
2263
|
|
|
@@ -2192,7 +2269,7 @@ class DeleteRegexMatchSetCommand extends smithyClient.Command
|
|
|
2192
2269
|
})
|
|
2193
2270
|
.s("AWSWAF_20150824", "DeleteRegexMatchSet", {})
|
|
2194
2271
|
.n("WAFClient", "DeleteRegexMatchSetCommand")
|
|
2195
|
-
.sc(DeleteRegexMatchSet)
|
|
2272
|
+
.sc(DeleteRegexMatchSet$)
|
|
2196
2273
|
.build() {
|
|
2197
2274
|
}
|
|
2198
2275
|
|
|
@@ -2204,7 +2281,7 @@ class DeleteRegexPatternSetCommand extends smithyClient.Command
|
|
|
2204
2281
|
})
|
|
2205
2282
|
.s("AWSWAF_20150824", "DeleteRegexPatternSet", {})
|
|
2206
2283
|
.n("WAFClient", "DeleteRegexPatternSetCommand")
|
|
2207
|
-
.sc(DeleteRegexPatternSet)
|
|
2284
|
+
.sc(DeleteRegexPatternSet$)
|
|
2208
2285
|
.build() {
|
|
2209
2286
|
}
|
|
2210
2287
|
|
|
@@ -2216,7 +2293,7 @@ class DeleteRuleCommand extends smithyClient.Command
|
|
|
2216
2293
|
})
|
|
2217
2294
|
.s("AWSWAF_20150824", "DeleteRule", {})
|
|
2218
2295
|
.n("WAFClient", "DeleteRuleCommand")
|
|
2219
|
-
.sc(DeleteRule)
|
|
2296
|
+
.sc(DeleteRule$)
|
|
2220
2297
|
.build() {
|
|
2221
2298
|
}
|
|
2222
2299
|
|
|
@@ -2228,7 +2305,7 @@ class DeleteRuleGroupCommand extends smithyClient.Command
|
|
|
2228
2305
|
})
|
|
2229
2306
|
.s("AWSWAF_20150824", "DeleteRuleGroup", {})
|
|
2230
2307
|
.n("WAFClient", "DeleteRuleGroupCommand")
|
|
2231
|
-
.sc(DeleteRuleGroup)
|
|
2308
|
+
.sc(DeleteRuleGroup$)
|
|
2232
2309
|
.build() {
|
|
2233
2310
|
}
|
|
2234
2311
|
|
|
@@ -2240,7 +2317,7 @@ class DeleteSizeConstraintSetCommand extends smithyClient.Command
|
|
|
2240
2317
|
})
|
|
2241
2318
|
.s("AWSWAF_20150824", "DeleteSizeConstraintSet", {})
|
|
2242
2319
|
.n("WAFClient", "DeleteSizeConstraintSetCommand")
|
|
2243
|
-
.sc(DeleteSizeConstraintSet)
|
|
2320
|
+
.sc(DeleteSizeConstraintSet$)
|
|
2244
2321
|
.build() {
|
|
2245
2322
|
}
|
|
2246
2323
|
|
|
@@ -2252,7 +2329,7 @@ class DeleteSqlInjectionMatchSetCommand extends smithyClient.Command
|
|
|
2252
2329
|
})
|
|
2253
2330
|
.s("AWSWAF_20150824", "DeleteSqlInjectionMatchSet", {})
|
|
2254
2331
|
.n("WAFClient", "DeleteSqlInjectionMatchSetCommand")
|
|
2255
|
-
.sc(DeleteSqlInjectionMatchSet)
|
|
2332
|
+
.sc(DeleteSqlInjectionMatchSet$)
|
|
2256
2333
|
.build() {
|
|
2257
2334
|
}
|
|
2258
2335
|
|
|
@@ -2264,7 +2341,7 @@ class DeleteWebACLCommand extends smithyClient.Command
|
|
|
2264
2341
|
})
|
|
2265
2342
|
.s("AWSWAF_20150824", "DeleteWebACL", {})
|
|
2266
2343
|
.n("WAFClient", "DeleteWebACLCommand")
|
|
2267
|
-
.sc(DeleteWebACL)
|
|
2344
|
+
.sc(DeleteWebACL$)
|
|
2268
2345
|
.build() {
|
|
2269
2346
|
}
|
|
2270
2347
|
|
|
@@ -2276,7 +2353,7 @@ class DeleteXssMatchSetCommand extends smithyClient.Command
|
|
|
2276
2353
|
})
|
|
2277
2354
|
.s("AWSWAF_20150824", "DeleteXssMatchSet", {})
|
|
2278
2355
|
.n("WAFClient", "DeleteXssMatchSetCommand")
|
|
2279
|
-
.sc(DeleteXssMatchSet)
|
|
2356
|
+
.sc(DeleteXssMatchSet$)
|
|
2280
2357
|
.build() {
|
|
2281
2358
|
}
|
|
2282
2359
|
|
|
@@ -2288,7 +2365,7 @@ class GetByteMatchSetCommand extends smithyClient.Command
|
|
|
2288
2365
|
})
|
|
2289
2366
|
.s("AWSWAF_20150824", "GetByteMatchSet", {})
|
|
2290
2367
|
.n("WAFClient", "GetByteMatchSetCommand")
|
|
2291
|
-
.sc(GetByteMatchSet)
|
|
2368
|
+
.sc(GetByteMatchSet$)
|
|
2292
2369
|
.build() {
|
|
2293
2370
|
}
|
|
2294
2371
|
|
|
@@ -2300,7 +2377,7 @@ class GetChangeTokenCommand extends smithyClient.Command
|
|
|
2300
2377
|
})
|
|
2301
2378
|
.s("AWSWAF_20150824", "GetChangeToken", {})
|
|
2302
2379
|
.n("WAFClient", "GetChangeTokenCommand")
|
|
2303
|
-
.sc(GetChangeToken)
|
|
2380
|
+
.sc(GetChangeToken$)
|
|
2304
2381
|
.build() {
|
|
2305
2382
|
}
|
|
2306
2383
|
|
|
@@ -2312,7 +2389,7 @@ class GetChangeTokenStatusCommand extends smithyClient.Command
|
|
|
2312
2389
|
})
|
|
2313
2390
|
.s("AWSWAF_20150824", "GetChangeTokenStatus", {})
|
|
2314
2391
|
.n("WAFClient", "GetChangeTokenStatusCommand")
|
|
2315
|
-
.sc(GetChangeTokenStatus)
|
|
2392
|
+
.sc(GetChangeTokenStatus$)
|
|
2316
2393
|
.build() {
|
|
2317
2394
|
}
|
|
2318
2395
|
|
|
@@ -2324,7 +2401,7 @@ class GetGeoMatchSetCommand extends smithyClient.Command
|
|
|
2324
2401
|
})
|
|
2325
2402
|
.s("AWSWAF_20150824", "GetGeoMatchSet", {})
|
|
2326
2403
|
.n("WAFClient", "GetGeoMatchSetCommand")
|
|
2327
|
-
.sc(GetGeoMatchSet)
|
|
2404
|
+
.sc(GetGeoMatchSet$)
|
|
2328
2405
|
.build() {
|
|
2329
2406
|
}
|
|
2330
2407
|
|
|
@@ -2336,7 +2413,7 @@ class GetIPSetCommand extends smithyClient.Command
|
|
|
2336
2413
|
})
|
|
2337
2414
|
.s("AWSWAF_20150824", "GetIPSet", {})
|
|
2338
2415
|
.n("WAFClient", "GetIPSetCommand")
|
|
2339
|
-
.sc(GetIPSet)
|
|
2416
|
+
.sc(GetIPSet$)
|
|
2340
2417
|
.build() {
|
|
2341
2418
|
}
|
|
2342
2419
|
|
|
@@ -2348,7 +2425,7 @@ class GetLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2348
2425
|
})
|
|
2349
2426
|
.s("AWSWAF_20150824", "GetLoggingConfiguration", {})
|
|
2350
2427
|
.n("WAFClient", "GetLoggingConfigurationCommand")
|
|
2351
|
-
.sc(GetLoggingConfiguration)
|
|
2428
|
+
.sc(GetLoggingConfiguration$)
|
|
2352
2429
|
.build() {
|
|
2353
2430
|
}
|
|
2354
2431
|
|
|
@@ -2360,7 +2437,7 @@ class GetPermissionPolicyCommand extends smithyClient.Command
|
|
|
2360
2437
|
})
|
|
2361
2438
|
.s("AWSWAF_20150824", "GetPermissionPolicy", {})
|
|
2362
2439
|
.n("WAFClient", "GetPermissionPolicyCommand")
|
|
2363
|
-
.sc(GetPermissionPolicy)
|
|
2440
|
+
.sc(GetPermissionPolicy$)
|
|
2364
2441
|
.build() {
|
|
2365
2442
|
}
|
|
2366
2443
|
|
|
@@ -2372,7 +2449,7 @@ class GetRateBasedRuleCommand extends smithyClient.Command
|
|
|
2372
2449
|
})
|
|
2373
2450
|
.s("AWSWAF_20150824", "GetRateBasedRule", {})
|
|
2374
2451
|
.n("WAFClient", "GetRateBasedRuleCommand")
|
|
2375
|
-
.sc(GetRateBasedRule)
|
|
2452
|
+
.sc(GetRateBasedRule$)
|
|
2376
2453
|
.build() {
|
|
2377
2454
|
}
|
|
2378
2455
|
|
|
@@ -2384,7 +2461,7 @@ class GetRateBasedRuleManagedKeysCommand extends smithyClient.Command
|
|
|
2384
2461
|
})
|
|
2385
2462
|
.s("AWSWAF_20150824", "GetRateBasedRuleManagedKeys", {})
|
|
2386
2463
|
.n("WAFClient", "GetRateBasedRuleManagedKeysCommand")
|
|
2387
|
-
.sc(GetRateBasedRuleManagedKeys)
|
|
2464
|
+
.sc(GetRateBasedRuleManagedKeys$)
|
|
2388
2465
|
.build() {
|
|
2389
2466
|
}
|
|
2390
2467
|
|
|
@@ -2396,7 +2473,7 @@ class GetRegexMatchSetCommand extends smithyClient.Command
|
|
|
2396
2473
|
})
|
|
2397
2474
|
.s("AWSWAF_20150824", "GetRegexMatchSet", {})
|
|
2398
2475
|
.n("WAFClient", "GetRegexMatchSetCommand")
|
|
2399
|
-
.sc(GetRegexMatchSet)
|
|
2476
|
+
.sc(GetRegexMatchSet$)
|
|
2400
2477
|
.build() {
|
|
2401
2478
|
}
|
|
2402
2479
|
|
|
@@ -2408,7 +2485,7 @@ class GetRegexPatternSetCommand extends smithyClient.Command
|
|
|
2408
2485
|
})
|
|
2409
2486
|
.s("AWSWAF_20150824", "GetRegexPatternSet", {})
|
|
2410
2487
|
.n("WAFClient", "GetRegexPatternSetCommand")
|
|
2411
|
-
.sc(GetRegexPatternSet)
|
|
2488
|
+
.sc(GetRegexPatternSet$)
|
|
2412
2489
|
.build() {
|
|
2413
2490
|
}
|
|
2414
2491
|
|
|
@@ -2420,7 +2497,7 @@ class GetRuleCommand extends smithyClient.Command
|
|
|
2420
2497
|
})
|
|
2421
2498
|
.s("AWSWAF_20150824", "GetRule", {})
|
|
2422
2499
|
.n("WAFClient", "GetRuleCommand")
|
|
2423
|
-
.sc(GetRule)
|
|
2500
|
+
.sc(GetRule$)
|
|
2424
2501
|
.build() {
|
|
2425
2502
|
}
|
|
2426
2503
|
|
|
@@ -2432,7 +2509,7 @@ class GetRuleGroupCommand extends smithyClient.Command
|
|
|
2432
2509
|
})
|
|
2433
2510
|
.s("AWSWAF_20150824", "GetRuleGroup", {})
|
|
2434
2511
|
.n("WAFClient", "GetRuleGroupCommand")
|
|
2435
|
-
.sc(GetRuleGroup)
|
|
2512
|
+
.sc(GetRuleGroup$)
|
|
2436
2513
|
.build() {
|
|
2437
2514
|
}
|
|
2438
2515
|
|
|
@@ -2444,7 +2521,7 @@ class GetSampledRequestsCommand extends smithyClient.Command
|
|
|
2444
2521
|
})
|
|
2445
2522
|
.s("AWSWAF_20150824", "GetSampledRequests", {})
|
|
2446
2523
|
.n("WAFClient", "GetSampledRequestsCommand")
|
|
2447
|
-
.sc(GetSampledRequests)
|
|
2524
|
+
.sc(GetSampledRequests$)
|
|
2448
2525
|
.build() {
|
|
2449
2526
|
}
|
|
2450
2527
|
|
|
@@ -2456,7 +2533,7 @@ class GetSizeConstraintSetCommand extends smithyClient.Command
|
|
|
2456
2533
|
})
|
|
2457
2534
|
.s("AWSWAF_20150824", "GetSizeConstraintSet", {})
|
|
2458
2535
|
.n("WAFClient", "GetSizeConstraintSetCommand")
|
|
2459
|
-
.sc(GetSizeConstraintSet)
|
|
2536
|
+
.sc(GetSizeConstraintSet$)
|
|
2460
2537
|
.build() {
|
|
2461
2538
|
}
|
|
2462
2539
|
|
|
@@ -2468,7 +2545,7 @@ class GetSqlInjectionMatchSetCommand extends smithyClient.Command
|
|
|
2468
2545
|
})
|
|
2469
2546
|
.s("AWSWAF_20150824", "GetSqlInjectionMatchSet", {})
|
|
2470
2547
|
.n("WAFClient", "GetSqlInjectionMatchSetCommand")
|
|
2471
|
-
.sc(GetSqlInjectionMatchSet)
|
|
2548
|
+
.sc(GetSqlInjectionMatchSet$)
|
|
2472
2549
|
.build() {
|
|
2473
2550
|
}
|
|
2474
2551
|
|
|
@@ -2480,7 +2557,7 @@ class GetWebACLCommand extends smithyClient.Command
|
|
|
2480
2557
|
})
|
|
2481
2558
|
.s("AWSWAF_20150824", "GetWebACL", {})
|
|
2482
2559
|
.n("WAFClient", "GetWebACLCommand")
|
|
2483
|
-
.sc(GetWebACL)
|
|
2560
|
+
.sc(GetWebACL$)
|
|
2484
2561
|
.build() {
|
|
2485
2562
|
}
|
|
2486
2563
|
|
|
@@ -2492,7 +2569,7 @@ class GetXssMatchSetCommand extends smithyClient.Command
|
|
|
2492
2569
|
})
|
|
2493
2570
|
.s("AWSWAF_20150824", "GetXssMatchSet", {})
|
|
2494
2571
|
.n("WAFClient", "GetXssMatchSetCommand")
|
|
2495
|
-
.sc(GetXssMatchSet)
|
|
2572
|
+
.sc(GetXssMatchSet$)
|
|
2496
2573
|
.build() {
|
|
2497
2574
|
}
|
|
2498
2575
|
|
|
@@ -2504,7 +2581,7 @@ class ListActivatedRulesInRuleGroupCommand extends smithyClient.Command
|
|
|
2504
2581
|
})
|
|
2505
2582
|
.s("AWSWAF_20150824", "ListActivatedRulesInRuleGroup", {})
|
|
2506
2583
|
.n("WAFClient", "ListActivatedRulesInRuleGroupCommand")
|
|
2507
|
-
.sc(ListActivatedRulesInRuleGroup)
|
|
2584
|
+
.sc(ListActivatedRulesInRuleGroup$)
|
|
2508
2585
|
.build() {
|
|
2509
2586
|
}
|
|
2510
2587
|
|
|
@@ -2516,7 +2593,7 @@ class ListByteMatchSetsCommand extends smithyClient.Command
|
|
|
2516
2593
|
})
|
|
2517
2594
|
.s("AWSWAF_20150824", "ListByteMatchSets", {})
|
|
2518
2595
|
.n("WAFClient", "ListByteMatchSetsCommand")
|
|
2519
|
-
.sc(ListByteMatchSets)
|
|
2596
|
+
.sc(ListByteMatchSets$)
|
|
2520
2597
|
.build() {
|
|
2521
2598
|
}
|
|
2522
2599
|
|
|
@@ -2528,7 +2605,7 @@ class ListGeoMatchSetsCommand extends smithyClient.Command
|
|
|
2528
2605
|
})
|
|
2529
2606
|
.s("AWSWAF_20150824", "ListGeoMatchSets", {})
|
|
2530
2607
|
.n("WAFClient", "ListGeoMatchSetsCommand")
|
|
2531
|
-
.sc(ListGeoMatchSets)
|
|
2608
|
+
.sc(ListGeoMatchSets$)
|
|
2532
2609
|
.build() {
|
|
2533
2610
|
}
|
|
2534
2611
|
|
|
@@ -2540,7 +2617,7 @@ class ListIPSetsCommand extends smithyClient.Command
|
|
|
2540
2617
|
})
|
|
2541
2618
|
.s("AWSWAF_20150824", "ListIPSets", {})
|
|
2542
2619
|
.n("WAFClient", "ListIPSetsCommand")
|
|
2543
|
-
.sc(ListIPSets)
|
|
2620
|
+
.sc(ListIPSets$)
|
|
2544
2621
|
.build() {
|
|
2545
2622
|
}
|
|
2546
2623
|
|
|
@@ -2552,7 +2629,7 @@ class ListLoggingConfigurationsCommand extends smithyClient.Command
|
|
|
2552
2629
|
})
|
|
2553
2630
|
.s("AWSWAF_20150824", "ListLoggingConfigurations", {})
|
|
2554
2631
|
.n("WAFClient", "ListLoggingConfigurationsCommand")
|
|
2555
|
-
.sc(ListLoggingConfigurations)
|
|
2632
|
+
.sc(ListLoggingConfigurations$)
|
|
2556
2633
|
.build() {
|
|
2557
2634
|
}
|
|
2558
2635
|
|
|
@@ -2564,7 +2641,7 @@ class ListRateBasedRulesCommand extends smithyClient.Command
|
|
|
2564
2641
|
})
|
|
2565
2642
|
.s("AWSWAF_20150824", "ListRateBasedRules", {})
|
|
2566
2643
|
.n("WAFClient", "ListRateBasedRulesCommand")
|
|
2567
|
-
.sc(ListRateBasedRules)
|
|
2644
|
+
.sc(ListRateBasedRules$)
|
|
2568
2645
|
.build() {
|
|
2569
2646
|
}
|
|
2570
2647
|
|
|
@@ -2576,7 +2653,7 @@ class ListRegexMatchSetsCommand extends smithyClient.Command
|
|
|
2576
2653
|
})
|
|
2577
2654
|
.s("AWSWAF_20150824", "ListRegexMatchSets", {})
|
|
2578
2655
|
.n("WAFClient", "ListRegexMatchSetsCommand")
|
|
2579
|
-
.sc(ListRegexMatchSets)
|
|
2656
|
+
.sc(ListRegexMatchSets$)
|
|
2580
2657
|
.build() {
|
|
2581
2658
|
}
|
|
2582
2659
|
|
|
@@ -2588,7 +2665,7 @@ class ListRegexPatternSetsCommand extends smithyClient.Command
|
|
|
2588
2665
|
})
|
|
2589
2666
|
.s("AWSWAF_20150824", "ListRegexPatternSets", {})
|
|
2590
2667
|
.n("WAFClient", "ListRegexPatternSetsCommand")
|
|
2591
|
-
.sc(ListRegexPatternSets)
|
|
2668
|
+
.sc(ListRegexPatternSets$)
|
|
2592
2669
|
.build() {
|
|
2593
2670
|
}
|
|
2594
2671
|
|
|
@@ -2600,7 +2677,7 @@ class ListRuleGroupsCommand extends smithyClient.Command
|
|
|
2600
2677
|
})
|
|
2601
2678
|
.s("AWSWAF_20150824", "ListRuleGroups", {})
|
|
2602
2679
|
.n("WAFClient", "ListRuleGroupsCommand")
|
|
2603
|
-
.sc(ListRuleGroups)
|
|
2680
|
+
.sc(ListRuleGroups$)
|
|
2604
2681
|
.build() {
|
|
2605
2682
|
}
|
|
2606
2683
|
|
|
@@ -2612,7 +2689,7 @@ class ListRulesCommand extends smithyClient.Command
|
|
|
2612
2689
|
})
|
|
2613
2690
|
.s("AWSWAF_20150824", "ListRules", {})
|
|
2614
2691
|
.n("WAFClient", "ListRulesCommand")
|
|
2615
|
-
.sc(ListRules)
|
|
2692
|
+
.sc(ListRules$)
|
|
2616
2693
|
.build() {
|
|
2617
2694
|
}
|
|
2618
2695
|
|
|
@@ -2624,7 +2701,7 @@ class ListSizeConstraintSetsCommand extends smithyClient.Command
|
|
|
2624
2701
|
})
|
|
2625
2702
|
.s("AWSWAF_20150824", "ListSizeConstraintSets", {})
|
|
2626
2703
|
.n("WAFClient", "ListSizeConstraintSetsCommand")
|
|
2627
|
-
.sc(ListSizeConstraintSets)
|
|
2704
|
+
.sc(ListSizeConstraintSets$)
|
|
2628
2705
|
.build() {
|
|
2629
2706
|
}
|
|
2630
2707
|
|
|
@@ -2636,7 +2713,7 @@ class ListSqlInjectionMatchSetsCommand extends smithyClient.Command
|
|
|
2636
2713
|
})
|
|
2637
2714
|
.s("AWSWAF_20150824", "ListSqlInjectionMatchSets", {})
|
|
2638
2715
|
.n("WAFClient", "ListSqlInjectionMatchSetsCommand")
|
|
2639
|
-
.sc(ListSqlInjectionMatchSets)
|
|
2716
|
+
.sc(ListSqlInjectionMatchSets$)
|
|
2640
2717
|
.build() {
|
|
2641
2718
|
}
|
|
2642
2719
|
|
|
@@ -2648,7 +2725,7 @@ class ListSubscribedRuleGroupsCommand extends smithyClient.Command
|
|
|
2648
2725
|
})
|
|
2649
2726
|
.s("AWSWAF_20150824", "ListSubscribedRuleGroups", {})
|
|
2650
2727
|
.n("WAFClient", "ListSubscribedRuleGroupsCommand")
|
|
2651
|
-
.sc(ListSubscribedRuleGroups)
|
|
2728
|
+
.sc(ListSubscribedRuleGroups$)
|
|
2652
2729
|
.build() {
|
|
2653
2730
|
}
|
|
2654
2731
|
|
|
@@ -2660,7 +2737,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2660
2737
|
})
|
|
2661
2738
|
.s("AWSWAF_20150824", "ListTagsForResource", {})
|
|
2662
2739
|
.n("WAFClient", "ListTagsForResourceCommand")
|
|
2663
|
-
.sc(ListTagsForResource)
|
|
2740
|
+
.sc(ListTagsForResource$)
|
|
2664
2741
|
.build() {
|
|
2665
2742
|
}
|
|
2666
2743
|
|
|
@@ -2672,7 +2749,7 @@ class ListWebACLsCommand extends smithyClient.Command
|
|
|
2672
2749
|
})
|
|
2673
2750
|
.s("AWSWAF_20150824", "ListWebACLs", {})
|
|
2674
2751
|
.n("WAFClient", "ListWebACLsCommand")
|
|
2675
|
-
.sc(ListWebACLs)
|
|
2752
|
+
.sc(ListWebACLs$)
|
|
2676
2753
|
.build() {
|
|
2677
2754
|
}
|
|
2678
2755
|
|
|
@@ -2684,7 +2761,7 @@ class ListXssMatchSetsCommand extends smithyClient.Command
|
|
|
2684
2761
|
})
|
|
2685
2762
|
.s("AWSWAF_20150824", "ListXssMatchSets", {})
|
|
2686
2763
|
.n("WAFClient", "ListXssMatchSetsCommand")
|
|
2687
|
-
.sc(ListXssMatchSets)
|
|
2764
|
+
.sc(ListXssMatchSets$)
|
|
2688
2765
|
.build() {
|
|
2689
2766
|
}
|
|
2690
2767
|
|
|
@@ -2696,7 +2773,7 @@ class PutLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2696
2773
|
})
|
|
2697
2774
|
.s("AWSWAF_20150824", "PutLoggingConfiguration", {})
|
|
2698
2775
|
.n("WAFClient", "PutLoggingConfigurationCommand")
|
|
2699
|
-
.sc(PutLoggingConfiguration)
|
|
2776
|
+
.sc(PutLoggingConfiguration$)
|
|
2700
2777
|
.build() {
|
|
2701
2778
|
}
|
|
2702
2779
|
|
|
@@ -2708,7 +2785,7 @@ class PutPermissionPolicyCommand extends smithyClient.Command
|
|
|
2708
2785
|
})
|
|
2709
2786
|
.s("AWSWAF_20150824", "PutPermissionPolicy", {})
|
|
2710
2787
|
.n("WAFClient", "PutPermissionPolicyCommand")
|
|
2711
|
-
.sc(PutPermissionPolicy)
|
|
2788
|
+
.sc(PutPermissionPolicy$)
|
|
2712
2789
|
.build() {
|
|
2713
2790
|
}
|
|
2714
2791
|
|
|
@@ -2720,7 +2797,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2720
2797
|
})
|
|
2721
2798
|
.s("AWSWAF_20150824", "TagResource", {})
|
|
2722
2799
|
.n("WAFClient", "TagResourceCommand")
|
|
2723
|
-
.sc(TagResource)
|
|
2800
|
+
.sc(TagResource$)
|
|
2724
2801
|
.build() {
|
|
2725
2802
|
}
|
|
2726
2803
|
|
|
@@ -2732,7 +2809,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2732
2809
|
})
|
|
2733
2810
|
.s("AWSWAF_20150824", "UntagResource", {})
|
|
2734
2811
|
.n("WAFClient", "UntagResourceCommand")
|
|
2735
|
-
.sc(UntagResource)
|
|
2812
|
+
.sc(UntagResource$)
|
|
2736
2813
|
.build() {
|
|
2737
2814
|
}
|
|
2738
2815
|
|
|
@@ -2744,7 +2821,7 @@ class UpdateByteMatchSetCommand extends smithyClient.Command
|
|
|
2744
2821
|
})
|
|
2745
2822
|
.s("AWSWAF_20150824", "UpdateByteMatchSet", {})
|
|
2746
2823
|
.n("WAFClient", "UpdateByteMatchSetCommand")
|
|
2747
|
-
.sc(UpdateByteMatchSet)
|
|
2824
|
+
.sc(UpdateByteMatchSet$)
|
|
2748
2825
|
.build() {
|
|
2749
2826
|
}
|
|
2750
2827
|
|
|
@@ -2756,7 +2833,7 @@ class UpdateGeoMatchSetCommand extends smithyClient.Command
|
|
|
2756
2833
|
})
|
|
2757
2834
|
.s("AWSWAF_20150824", "UpdateGeoMatchSet", {})
|
|
2758
2835
|
.n("WAFClient", "UpdateGeoMatchSetCommand")
|
|
2759
|
-
.sc(UpdateGeoMatchSet)
|
|
2836
|
+
.sc(UpdateGeoMatchSet$)
|
|
2760
2837
|
.build() {
|
|
2761
2838
|
}
|
|
2762
2839
|
|
|
@@ -2768,7 +2845,7 @@ class UpdateIPSetCommand extends smithyClient.Command
|
|
|
2768
2845
|
})
|
|
2769
2846
|
.s("AWSWAF_20150824", "UpdateIPSet", {})
|
|
2770
2847
|
.n("WAFClient", "UpdateIPSetCommand")
|
|
2771
|
-
.sc(UpdateIPSet)
|
|
2848
|
+
.sc(UpdateIPSet$)
|
|
2772
2849
|
.build() {
|
|
2773
2850
|
}
|
|
2774
2851
|
|
|
@@ -2780,7 +2857,7 @@ class UpdateRateBasedRuleCommand extends smithyClient.Command
|
|
|
2780
2857
|
})
|
|
2781
2858
|
.s("AWSWAF_20150824", "UpdateRateBasedRule", {})
|
|
2782
2859
|
.n("WAFClient", "UpdateRateBasedRuleCommand")
|
|
2783
|
-
.sc(UpdateRateBasedRule)
|
|
2860
|
+
.sc(UpdateRateBasedRule$)
|
|
2784
2861
|
.build() {
|
|
2785
2862
|
}
|
|
2786
2863
|
|
|
@@ -2792,7 +2869,7 @@ class UpdateRegexMatchSetCommand extends smithyClient.Command
|
|
|
2792
2869
|
})
|
|
2793
2870
|
.s("AWSWAF_20150824", "UpdateRegexMatchSet", {})
|
|
2794
2871
|
.n("WAFClient", "UpdateRegexMatchSetCommand")
|
|
2795
|
-
.sc(UpdateRegexMatchSet)
|
|
2872
|
+
.sc(UpdateRegexMatchSet$)
|
|
2796
2873
|
.build() {
|
|
2797
2874
|
}
|
|
2798
2875
|
|
|
@@ -2804,7 +2881,7 @@ class UpdateRegexPatternSetCommand extends smithyClient.Command
|
|
|
2804
2881
|
})
|
|
2805
2882
|
.s("AWSWAF_20150824", "UpdateRegexPatternSet", {})
|
|
2806
2883
|
.n("WAFClient", "UpdateRegexPatternSetCommand")
|
|
2807
|
-
.sc(UpdateRegexPatternSet)
|
|
2884
|
+
.sc(UpdateRegexPatternSet$)
|
|
2808
2885
|
.build() {
|
|
2809
2886
|
}
|
|
2810
2887
|
|
|
@@ -2816,7 +2893,7 @@ class UpdateRuleCommand extends smithyClient.Command
|
|
|
2816
2893
|
})
|
|
2817
2894
|
.s("AWSWAF_20150824", "UpdateRule", {})
|
|
2818
2895
|
.n("WAFClient", "UpdateRuleCommand")
|
|
2819
|
-
.sc(UpdateRule)
|
|
2896
|
+
.sc(UpdateRule$)
|
|
2820
2897
|
.build() {
|
|
2821
2898
|
}
|
|
2822
2899
|
|
|
@@ -2828,7 +2905,7 @@ class UpdateRuleGroupCommand extends smithyClient.Command
|
|
|
2828
2905
|
})
|
|
2829
2906
|
.s("AWSWAF_20150824", "UpdateRuleGroup", {})
|
|
2830
2907
|
.n("WAFClient", "UpdateRuleGroupCommand")
|
|
2831
|
-
.sc(UpdateRuleGroup)
|
|
2908
|
+
.sc(UpdateRuleGroup$)
|
|
2832
2909
|
.build() {
|
|
2833
2910
|
}
|
|
2834
2911
|
|
|
@@ -2840,7 +2917,7 @@ class UpdateSizeConstraintSetCommand extends smithyClient.Command
|
|
|
2840
2917
|
})
|
|
2841
2918
|
.s("AWSWAF_20150824", "UpdateSizeConstraintSet", {})
|
|
2842
2919
|
.n("WAFClient", "UpdateSizeConstraintSetCommand")
|
|
2843
|
-
.sc(UpdateSizeConstraintSet)
|
|
2920
|
+
.sc(UpdateSizeConstraintSet$)
|
|
2844
2921
|
.build() {
|
|
2845
2922
|
}
|
|
2846
2923
|
|
|
@@ -2852,7 +2929,7 @@ class UpdateSqlInjectionMatchSetCommand extends smithyClient.Command
|
|
|
2852
2929
|
})
|
|
2853
2930
|
.s("AWSWAF_20150824", "UpdateSqlInjectionMatchSet", {})
|
|
2854
2931
|
.n("WAFClient", "UpdateSqlInjectionMatchSetCommand")
|
|
2855
|
-
.sc(UpdateSqlInjectionMatchSet)
|
|
2932
|
+
.sc(UpdateSqlInjectionMatchSet$)
|
|
2856
2933
|
.build() {
|
|
2857
2934
|
}
|
|
2858
2935
|
|
|
@@ -2864,7 +2941,7 @@ class UpdateWebACLCommand extends smithyClient.Command
|
|
|
2864
2941
|
})
|
|
2865
2942
|
.s("AWSWAF_20150824", "UpdateWebACL", {})
|
|
2866
2943
|
.n("WAFClient", "UpdateWebACLCommand")
|
|
2867
|
-
.sc(UpdateWebACL)
|
|
2944
|
+
.sc(UpdateWebACL$)
|
|
2868
2945
|
.build() {
|
|
2869
2946
|
}
|
|
2870
2947
|
|
|
@@ -2876,7 +2953,7 @@ class UpdateXssMatchSetCommand extends smithyClient.Command
|
|
|
2876
2953
|
})
|
|
2877
2954
|
.s("AWSWAF_20150824", "UpdateXssMatchSet", {})
|
|
2878
2955
|
.n("WAFClient", "UpdateXssMatchSetCommand")
|
|
2879
|
-
.sc(UpdateXssMatchSet)
|
|
2956
|
+
.sc(UpdateXssMatchSet$)
|
|
2880
2957
|
.build() {
|
|
2881
2958
|
}
|
|
2882
2959
|
|
|
@@ -3332,119 +3409,425 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3332
3409
|
enumerable: true,
|
|
3333
3410
|
get: function () { return smithyClient.Client; }
|
|
3334
3411
|
});
|
|
3412
|
+
exports.ActivatedRule$ = ActivatedRule$;
|
|
3413
|
+
exports.ByteMatchSet$ = ByteMatchSet$;
|
|
3414
|
+
exports.ByteMatchSetSummary$ = ByteMatchSetSummary$;
|
|
3415
|
+
exports.ByteMatchSetUpdate$ = ByteMatchSetUpdate$;
|
|
3416
|
+
exports.ByteMatchTuple$ = ByteMatchTuple$;
|
|
3335
3417
|
exports.ChangeAction = ChangeAction;
|
|
3336
3418
|
exports.ChangeTokenStatus = ChangeTokenStatus;
|
|
3337
3419
|
exports.ComparisonOperator = ComparisonOperator;
|
|
3420
|
+
exports.CreateByteMatchSet$ = CreateByteMatchSet$;
|
|
3338
3421
|
exports.CreateByteMatchSetCommand = CreateByteMatchSetCommand;
|
|
3422
|
+
exports.CreateByteMatchSetRequest$ = CreateByteMatchSetRequest$;
|
|
3423
|
+
exports.CreateByteMatchSetResponse$ = CreateByteMatchSetResponse$;
|
|
3424
|
+
exports.CreateGeoMatchSet$ = CreateGeoMatchSet$;
|
|
3339
3425
|
exports.CreateGeoMatchSetCommand = CreateGeoMatchSetCommand;
|
|
3426
|
+
exports.CreateGeoMatchSetRequest$ = CreateGeoMatchSetRequest$;
|
|
3427
|
+
exports.CreateGeoMatchSetResponse$ = CreateGeoMatchSetResponse$;
|
|
3428
|
+
exports.CreateIPSet$ = CreateIPSet$;
|
|
3340
3429
|
exports.CreateIPSetCommand = CreateIPSetCommand;
|
|
3430
|
+
exports.CreateIPSetRequest$ = CreateIPSetRequest$;
|
|
3431
|
+
exports.CreateIPSetResponse$ = CreateIPSetResponse$;
|
|
3432
|
+
exports.CreateRateBasedRule$ = CreateRateBasedRule$;
|
|
3341
3433
|
exports.CreateRateBasedRuleCommand = CreateRateBasedRuleCommand;
|
|
3434
|
+
exports.CreateRateBasedRuleRequest$ = CreateRateBasedRuleRequest$;
|
|
3435
|
+
exports.CreateRateBasedRuleResponse$ = CreateRateBasedRuleResponse$;
|
|
3436
|
+
exports.CreateRegexMatchSet$ = CreateRegexMatchSet$;
|
|
3342
3437
|
exports.CreateRegexMatchSetCommand = CreateRegexMatchSetCommand;
|
|
3438
|
+
exports.CreateRegexMatchSetRequest$ = CreateRegexMatchSetRequest$;
|
|
3439
|
+
exports.CreateRegexMatchSetResponse$ = CreateRegexMatchSetResponse$;
|
|
3440
|
+
exports.CreateRegexPatternSet$ = CreateRegexPatternSet$;
|
|
3343
3441
|
exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
|
|
3442
|
+
exports.CreateRegexPatternSetRequest$ = CreateRegexPatternSetRequest$;
|
|
3443
|
+
exports.CreateRegexPatternSetResponse$ = CreateRegexPatternSetResponse$;
|
|
3444
|
+
exports.CreateRule$ = CreateRule$;
|
|
3344
3445
|
exports.CreateRuleCommand = CreateRuleCommand;
|
|
3446
|
+
exports.CreateRuleGroup$ = CreateRuleGroup$;
|
|
3345
3447
|
exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
|
|
3448
|
+
exports.CreateRuleGroupRequest$ = CreateRuleGroupRequest$;
|
|
3449
|
+
exports.CreateRuleGroupResponse$ = CreateRuleGroupResponse$;
|
|
3450
|
+
exports.CreateRuleRequest$ = CreateRuleRequest$;
|
|
3451
|
+
exports.CreateRuleResponse$ = CreateRuleResponse$;
|
|
3452
|
+
exports.CreateSizeConstraintSet$ = CreateSizeConstraintSet$;
|
|
3346
3453
|
exports.CreateSizeConstraintSetCommand = CreateSizeConstraintSetCommand;
|
|
3454
|
+
exports.CreateSizeConstraintSetRequest$ = CreateSizeConstraintSetRequest$;
|
|
3455
|
+
exports.CreateSizeConstraintSetResponse$ = CreateSizeConstraintSetResponse$;
|
|
3456
|
+
exports.CreateSqlInjectionMatchSet$ = CreateSqlInjectionMatchSet$;
|
|
3347
3457
|
exports.CreateSqlInjectionMatchSetCommand = CreateSqlInjectionMatchSetCommand;
|
|
3458
|
+
exports.CreateSqlInjectionMatchSetRequest$ = CreateSqlInjectionMatchSetRequest$;
|
|
3459
|
+
exports.CreateSqlInjectionMatchSetResponse$ = CreateSqlInjectionMatchSetResponse$;
|
|
3460
|
+
exports.CreateWebACL$ = CreateWebACL$;
|
|
3348
3461
|
exports.CreateWebACLCommand = CreateWebACLCommand;
|
|
3462
|
+
exports.CreateWebACLMigrationStack$ = CreateWebACLMigrationStack$;
|
|
3349
3463
|
exports.CreateWebACLMigrationStackCommand = CreateWebACLMigrationStackCommand;
|
|
3464
|
+
exports.CreateWebACLMigrationStackRequest$ = CreateWebACLMigrationStackRequest$;
|
|
3465
|
+
exports.CreateWebACLMigrationStackResponse$ = CreateWebACLMigrationStackResponse$;
|
|
3466
|
+
exports.CreateWebACLRequest$ = CreateWebACLRequest$;
|
|
3467
|
+
exports.CreateWebACLResponse$ = CreateWebACLResponse$;
|
|
3468
|
+
exports.CreateXssMatchSet$ = CreateXssMatchSet$;
|
|
3350
3469
|
exports.CreateXssMatchSetCommand = CreateXssMatchSetCommand;
|
|
3470
|
+
exports.CreateXssMatchSetRequest$ = CreateXssMatchSetRequest$;
|
|
3471
|
+
exports.CreateXssMatchSetResponse$ = CreateXssMatchSetResponse$;
|
|
3472
|
+
exports.DeleteByteMatchSet$ = DeleteByteMatchSet$;
|
|
3351
3473
|
exports.DeleteByteMatchSetCommand = DeleteByteMatchSetCommand;
|
|
3474
|
+
exports.DeleteByteMatchSetRequest$ = DeleteByteMatchSetRequest$;
|
|
3475
|
+
exports.DeleteByteMatchSetResponse$ = DeleteByteMatchSetResponse$;
|
|
3476
|
+
exports.DeleteGeoMatchSet$ = DeleteGeoMatchSet$;
|
|
3352
3477
|
exports.DeleteGeoMatchSetCommand = DeleteGeoMatchSetCommand;
|
|
3478
|
+
exports.DeleteGeoMatchSetRequest$ = DeleteGeoMatchSetRequest$;
|
|
3479
|
+
exports.DeleteGeoMatchSetResponse$ = DeleteGeoMatchSetResponse$;
|
|
3480
|
+
exports.DeleteIPSet$ = DeleteIPSet$;
|
|
3353
3481
|
exports.DeleteIPSetCommand = DeleteIPSetCommand;
|
|
3482
|
+
exports.DeleteIPSetRequest$ = DeleteIPSetRequest$;
|
|
3483
|
+
exports.DeleteIPSetResponse$ = DeleteIPSetResponse$;
|
|
3484
|
+
exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
|
|
3354
3485
|
exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
|
|
3486
|
+
exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
|
|
3487
|
+
exports.DeleteLoggingConfigurationResponse$ = DeleteLoggingConfigurationResponse$;
|
|
3488
|
+
exports.DeletePermissionPolicy$ = DeletePermissionPolicy$;
|
|
3355
3489
|
exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
|
|
3490
|
+
exports.DeletePermissionPolicyRequest$ = DeletePermissionPolicyRequest$;
|
|
3491
|
+
exports.DeletePermissionPolicyResponse$ = DeletePermissionPolicyResponse$;
|
|
3492
|
+
exports.DeleteRateBasedRule$ = DeleteRateBasedRule$;
|
|
3356
3493
|
exports.DeleteRateBasedRuleCommand = DeleteRateBasedRuleCommand;
|
|
3494
|
+
exports.DeleteRateBasedRuleRequest$ = DeleteRateBasedRuleRequest$;
|
|
3495
|
+
exports.DeleteRateBasedRuleResponse$ = DeleteRateBasedRuleResponse$;
|
|
3496
|
+
exports.DeleteRegexMatchSet$ = DeleteRegexMatchSet$;
|
|
3357
3497
|
exports.DeleteRegexMatchSetCommand = DeleteRegexMatchSetCommand;
|
|
3498
|
+
exports.DeleteRegexMatchSetRequest$ = DeleteRegexMatchSetRequest$;
|
|
3499
|
+
exports.DeleteRegexMatchSetResponse$ = DeleteRegexMatchSetResponse$;
|
|
3500
|
+
exports.DeleteRegexPatternSet$ = DeleteRegexPatternSet$;
|
|
3358
3501
|
exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
|
|
3502
|
+
exports.DeleteRegexPatternSetRequest$ = DeleteRegexPatternSetRequest$;
|
|
3503
|
+
exports.DeleteRegexPatternSetResponse$ = DeleteRegexPatternSetResponse$;
|
|
3504
|
+
exports.DeleteRule$ = DeleteRule$;
|
|
3359
3505
|
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
3506
|
+
exports.DeleteRuleGroup$ = DeleteRuleGroup$;
|
|
3360
3507
|
exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
|
|
3508
|
+
exports.DeleteRuleGroupRequest$ = DeleteRuleGroupRequest$;
|
|
3509
|
+
exports.DeleteRuleGroupResponse$ = DeleteRuleGroupResponse$;
|
|
3510
|
+
exports.DeleteRuleRequest$ = DeleteRuleRequest$;
|
|
3511
|
+
exports.DeleteRuleResponse$ = DeleteRuleResponse$;
|
|
3512
|
+
exports.DeleteSizeConstraintSet$ = DeleteSizeConstraintSet$;
|
|
3361
3513
|
exports.DeleteSizeConstraintSetCommand = DeleteSizeConstraintSetCommand;
|
|
3514
|
+
exports.DeleteSizeConstraintSetRequest$ = DeleteSizeConstraintSetRequest$;
|
|
3515
|
+
exports.DeleteSizeConstraintSetResponse$ = DeleteSizeConstraintSetResponse$;
|
|
3516
|
+
exports.DeleteSqlInjectionMatchSet$ = DeleteSqlInjectionMatchSet$;
|
|
3362
3517
|
exports.DeleteSqlInjectionMatchSetCommand = DeleteSqlInjectionMatchSetCommand;
|
|
3518
|
+
exports.DeleteSqlInjectionMatchSetRequest$ = DeleteSqlInjectionMatchSetRequest$;
|
|
3519
|
+
exports.DeleteSqlInjectionMatchSetResponse$ = DeleteSqlInjectionMatchSetResponse$;
|
|
3520
|
+
exports.DeleteWebACL$ = DeleteWebACL$;
|
|
3363
3521
|
exports.DeleteWebACLCommand = DeleteWebACLCommand;
|
|
3522
|
+
exports.DeleteWebACLRequest$ = DeleteWebACLRequest$;
|
|
3523
|
+
exports.DeleteWebACLResponse$ = DeleteWebACLResponse$;
|
|
3524
|
+
exports.DeleteXssMatchSet$ = DeleteXssMatchSet$;
|
|
3364
3525
|
exports.DeleteXssMatchSetCommand = DeleteXssMatchSetCommand;
|
|
3526
|
+
exports.DeleteXssMatchSetRequest$ = DeleteXssMatchSetRequest$;
|
|
3527
|
+
exports.DeleteXssMatchSetResponse$ = DeleteXssMatchSetResponse$;
|
|
3528
|
+
exports.ExcludedRule$ = ExcludedRule$;
|
|
3529
|
+
exports.FieldToMatch$ = FieldToMatch$;
|
|
3530
|
+
exports.GeoMatchConstraint$ = GeoMatchConstraint$;
|
|
3365
3531
|
exports.GeoMatchConstraintType = GeoMatchConstraintType;
|
|
3366
3532
|
exports.GeoMatchConstraintValue = GeoMatchConstraintValue;
|
|
3533
|
+
exports.GeoMatchSet$ = GeoMatchSet$;
|
|
3534
|
+
exports.GeoMatchSetSummary$ = GeoMatchSetSummary$;
|
|
3535
|
+
exports.GeoMatchSetUpdate$ = GeoMatchSetUpdate$;
|
|
3536
|
+
exports.GetByteMatchSet$ = GetByteMatchSet$;
|
|
3367
3537
|
exports.GetByteMatchSetCommand = GetByteMatchSetCommand;
|
|
3538
|
+
exports.GetByteMatchSetRequest$ = GetByteMatchSetRequest$;
|
|
3539
|
+
exports.GetByteMatchSetResponse$ = GetByteMatchSetResponse$;
|
|
3540
|
+
exports.GetChangeToken$ = GetChangeToken$;
|
|
3368
3541
|
exports.GetChangeTokenCommand = GetChangeTokenCommand;
|
|
3542
|
+
exports.GetChangeTokenRequest$ = GetChangeTokenRequest$;
|
|
3543
|
+
exports.GetChangeTokenResponse$ = GetChangeTokenResponse$;
|
|
3544
|
+
exports.GetChangeTokenStatus$ = GetChangeTokenStatus$;
|
|
3369
3545
|
exports.GetChangeTokenStatusCommand = GetChangeTokenStatusCommand;
|
|
3546
|
+
exports.GetChangeTokenStatusRequest$ = GetChangeTokenStatusRequest$;
|
|
3547
|
+
exports.GetChangeTokenStatusResponse$ = GetChangeTokenStatusResponse$;
|
|
3548
|
+
exports.GetGeoMatchSet$ = GetGeoMatchSet$;
|
|
3370
3549
|
exports.GetGeoMatchSetCommand = GetGeoMatchSetCommand;
|
|
3550
|
+
exports.GetGeoMatchSetRequest$ = GetGeoMatchSetRequest$;
|
|
3551
|
+
exports.GetGeoMatchSetResponse$ = GetGeoMatchSetResponse$;
|
|
3552
|
+
exports.GetIPSet$ = GetIPSet$;
|
|
3371
3553
|
exports.GetIPSetCommand = GetIPSetCommand;
|
|
3554
|
+
exports.GetIPSetRequest$ = GetIPSetRequest$;
|
|
3555
|
+
exports.GetIPSetResponse$ = GetIPSetResponse$;
|
|
3556
|
+
exports.GetLoggingConfiguration$ = GetLoggingConfiguration$;
|
|
3372
3557
|
exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
|
|
3558
|
+
exports.GetLoggingConfigurationRequest$ = GetLoggingConfigurationRequest$;
|
|
3559
|
+
exports.GetLoggingConfigurationResponse$ = GetLoggingConfigurationResponse$;
|
|
3560
|
+
exports.GetPermissionPolicy$ = GetPermissionPolicy$;
|
|
3373
3561
|
exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
|
|
3562
|
+
exports.GetPermissionPolicyRequest$ = GetPermissionPolicyRequest$;
|
|
3563
|
+
exports.GetPermissionPolicyResponse$ = GetPermissionPolicyResponse$;
|
|
3564
|
+
exports.GetRateBasedRule$ = GetRateBasedRule$;
|
|
3374
3565
|
exports.GetRateBasedRuleCommand = GetRateBasedRuleCommand;
|
|
3566
|
+
exports.GetRateBasedRuleManagedKeys$ = GetRateBasedRuleManagedKeys$;
|
|
3375
3567
|
exports.GetRateBasedRuleManagedKeysCommand = GetRateBasedRuleManagedKeysCommand;
|
|
3568
|
+
exports.GetRateBasedRuleManagedKeysRequest$ = GetRateBasedRuleManagedKeysRequest$;
|
|
3569
|
+
exports.GetRateBasedRuleManagedKeysResponse$ = GetRateBasedRuleManagedKeysResponse$;
|
|
3570
|
+
exports.GetRateBasedRuleRequest$ = GetRateBasedRuleRequest$;
|
|
3571
|
+
exports.GetRateBasedRuleResponse$ = GetRateBasedRuleResponse$;
|
|
3572
|
+
exports.GetRegexMatchSet$ = GetRegexMatchSet$;
|
|
3376
3573
|
exports.GetRegexMatchSetCommand = GetRegexMatchSetCommand;
|
|
3574
|
+
exports.GetRegexMatchSetRequest$ = GetRegexMatchSetRequest$;
|
|
3575
|
+
exports.GetRegexMatchSetResponse$ = GetRegexMatchSetResponse$;
|
|
3576
|
+
exports.GetRegexPatternSet$ = GetRegexPatternSet$;
|
|
3377
3577
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
3578
|
+
exports.GetRegexPatternSetRequest$ = GetRegexPatternSetRequest$;
|
|
3579
|
+
exports.GetRegexPatternSetResponse$ = GetRegexPatternSetResponse$;
|
|
3580
|
+
exports.GetRule$ = GetRule$;
|
|
3378
3581
|
exports.GetRuleCommand = GetRuleCommand;
|
|
3582
|
+
exports.GetRuleGroup$ = GetRuleGroup$;
|
|
3379
3583
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
3584
|
+
exports.GetRuleGroupRequest$ = GetRuleGroupRequest$;
|
|
3585
|
+
exports.GetRuleGroupResponse$ = GetRuleGroupResponse$;
|
|
3586
|
+
exports.GetRuleRequest$ = GetRuleRequest$;
|
|
3587
|
+
exports.GetRuleResponse$ = GetRuleResponse$;
|
|
3588
|
+
exports.GetSampledRequests$ = GetSampledRequests$;
|
|
3380
3589
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
3590
|
+
exports.GetSampledRequestsRequest$ = GetSampledRequestsRequest$;
|
|
3591
|
+
exports.GetSampledRequestsResponse$ = GetSampledRequestsResponse$;
|
|
3592
|
+
exports.GetSizeConstraintSet$ = GetSizeConstraintSet$;
|
|
3381
3593
|
exports.GetSizeConstraintSetCommand = GetSizeConstraintSetCommand;
|
|
3594
|
+
exports.GetSizeConstraintSetRequest$ = GetSizeConstraintSetRequest$;
|
|
3595
|
+
exports.GetSizeConstraintSetResponse$ = GetSizeConstraintSetResponse$;
|
|
3596
|
+
exports.GetSqlInjectionMatchSet$ = GetSqlInjectionMatchSet$;
|
|
3382
3597
|
exports.GetSqlInjectionMatchSetCommand = GetSqlInjectionMatchSetCommand;
|
|
3598
|
+
exports.GetSqlInjectionMatchSetRequest$ = GetSqlInjectionMatchSetRequest$;
|
|
3599
|
+
exports.GetSqlInjectionMatchSetResponse$ = GetSqlInjectionMatchSetResponse$;
|
|
3600
|
+
exports.GetWebACL$ = GetWebACL$;
|
|
3383
3601
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
3602
|
+
exports.GetWebACLRequest$ = GetWebACLRequest$;
|
|
3603
|
+
exports.GetWebACLResponse$ = GetWebACLResponse$;
|
|
3604
|
+
exports.GetXssMatchSet$ = GetXssMatchSet$;
|
|
3384
3605
|
exports.GetXssMatchSetCommand = GetXssMatchSetCommand;
|
|
3606
|
+
exports.GetXssMatchSetRequest$ = GetXssMatchSetRequest$;
|
|
3607
|
+
exports.GetXssMatchSetResponse$ = GetXssMatchSetResponse$;
|
|
3608
|
+
exports.HTTPHeader$ = HTTPHeader$;
|
|
3609
|
+
exports.HTTPRequest$ = HTTPRequest$;
|
|
3610
|
+
exports.IPSet$ = IPSet$;
|
|
3611
|
+
exports.IPSetDescriptor$ = IPSetDescriptor$;
|
|
3385
3612
|
exports.IPSetDescriptorType = IPSetDescriptorType;
|
|
3613
|
+
exports.IPSetSummary$ = IPSetSummary$;
|
|
3614
|
+
exports.IPSetUpdate$ = IPSetUpdate$;
|
|
3615
|
+
exports.ListActivatedRulesInRuleGroup$ = ListActivatedRulesInRuleGroup$;
|
|
3386
3616
|
exports.ListActivatedRulesInRuleGroupCommand = ListActivatedRulesInRuleGroupCommand;
|
|
3617
|
+
exports.ListActivatedRulesInRuleGroupRequest$ = ListActivatedRulesInRuleGroupRequest$;
|
|
3618
|
+
exports.ListActivatedRulesInRuleGroupResponse$ = ListActivatedRulesInRuleGroupResponse$;
|
|
3619
|
+
exports.ListByteMatchSets$ = ListByteMatchSets$;
|
|
3387
3620
|
exports.ListByteMatchSetsCommand = ListByteMatchSetsCommand;
|
|
3621
|
+
exports.ListByteMatchSetsRequest$ = ListByteMatchSetsRequest$;
|
|
3622
|
+
exports.ListByteMatchSetsResponse$ = ListByteMatchSetsResponse$;
|
|
3623
|
+
exports.ListGeoMatchSets$ = ListGeoMatchSets$;
|
|
3388
3624
|
exports.ListGeoMatchSetsCommand = ListGeoMatchSetsCommand;
|
|
3625
|
+
exports.ListGeoMatchSetsRequest$ = ListGeoMatchSetsRequest$;
|
|
3626
|
+
exports.ListGeoMatchSetsResponse$ = ListGeoMatchSetsResponse$;
|
|
3627
|
+
exports.ListIPSets$ = ListIPSets$;
|
|
3389
3628
|
exports.ListIPSetsCommand = ListIPSetsCommand;
|
|
3629
|
+
exports.ListIPSetsRequest$ = ListIPSetsRequest$;
|
|
3630
|
+
exports.ListIPSetsResponse$ = ListIPSetsResponse$;
|
|
3631
|
+
exports.ListLoggingConfigurations$ = ListLoggingConfigurations$;
|
|
3390
3632
|
exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
|
|
3633
|
+
exports.ListLoggingConfigurationsRequest$ = ListLoggingConfigurationsRequest$;
|
|
3634
|
+
exports.ListLoggingConfigurationsResponse$ = ListLoggingConfigurationsResponse$;
|
|
3635
|
+
exports.ListRateBasedRules$ = ListRateBasedRules$;
|
|
3391
3636
|
exports.ListRateBasedRulesCommand = ListRateBasedRulesCommand;
|
|
3637
|
+
exports.ListRateBasedRulesRequest$ = ListRateBasedRulesRequest$;
|
|
3638
|
+
exports.ListRateBasedRulesResponse$ = ListRateBasedRulesResponse$;
|
|
3639
|
+
exports.ListRegexMatchSets$ = ListRegexMatchSets$;
|
|
3392
3640
|
exports.ListRegexMatchSetsCommand = ListRegexMatchSetsCommand;
|
|
3641
|
+
exports.ListRegexMatchSetsRequest$ = ListRegexMatchSetsRequest$;
|
|
3642
|
+
exports.ListRegexMatchSetsResponse$ = ListRegexMatchSetsResponse$;
|
|
3643
|
+
exports.ListRegexPatternSets$ = ListRegexPatternSets$;
|
|
3393
3644
|
exports.ListRegexPatternSetsCommand = ListRegexPatternSetsCommand;
|
|
3645
|
+
exports.ListRegexPatternSetsRequest$ = ListRegexPatternSetsRequest$;
|
|
3646
|
+
exports.ListRegexPatternSetsResponse$ = ListRegexPatternSetsResponse$;
|
|
3647
|
+
exports.ListRuleGroups$ = ListRuleGroups$;
|
|
3394
3648
|
exports.ListRuleGroupsCommand = ListRuleGroupsCommand;
|
|
3649
|
+
exports.ListRuleGroupsRequest$ = ListRuleGroupsRequest$;
|
|
3650
|
+
exports.ListRuleGroupsResponse$ = ListRuleGroupsResponse$;
|
|
3651
|
+
exports.ListRules$ = ListRules$;
|
|
3395
3652
|
exports.ListRulesCommand = ListRulesCommand;
|
|
3653
|
+
exports.ListRulesRequest$ = ListRulesRequest$;
|
|
3654
|
+
exports.ListRulesResponse$ = ListRulesResponse$;
|
|
3655
|
+
exports.ListSizeConstraintSets$ = ListSizeConstraintSets$;
|
|
3396
3656
|
exports.ListSizeConstraintSetsCommand = ListSizeConstraintSetsCommand;
|
|
3657
|
+
exports.ListSizeConstraintSetsRequest$ = ListSizeConstraintSetsRequest$;
|
|
3658
|
+
exports.ListSizeConstraintSetsResponse$ = ListSizeConstraintSetsResponse$;
|
|
3659
|
+
exports.ListSqlInjectionMatchSets$ = ListSqlInjectionMatchSets$;
|
|
3397
3660
|
exports.ListSqlInjectionMatchSetsCommand = ListSqlInjectionMatchSetsCommand;
|
|
3661
|
+
exports.ListSqlInjectionMatchSetsRequest$ = ListSqlInjectionMatchSetsRequest$;
|
|
3662
|
+
exports.ListSqlInjectionMatchSetsResponse$ = ListSqlInjectionMatchSetsResponse$;
|
|
3663
|
+
exports.ListSubscribedRuleGroups$ = ListSubscribedRuleGroups$;
|
|
3398
3664
|
exports.ListSubscribedRuleGroupsCommand = ListSubscribedRuleGroupsCommand;
|
|
3665
|
+
exports.ListSubscribedRuleGroupsRequest$ = ListSubscribedRuleGroupsRequest$;
|
|
3666
|
+
exports.ListSubscribedRuleGroupsResponse$ = ListSubscribedRuleGroupsResponse$;
|
|
3667
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3399
3668
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3669
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3670
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3671
|
+
exports.ListWebACLs$ = ListWebACLs$;
|
|
3400
3672
|
exports.ListWebACLsCommand = ListWebACLsCommand;
|
|
3673
|
+
exports.ListWebACLsRequest$ = ListWebACLsRequest$;
|
|
3674
|
+
exports.ListWebACLsResponse$ = ListWebACLsResponse$;
|
|
3675
|
+
exports.ListXssMatchSets$ = ListXssMatchSets$;
|
|
3401
3676
|
exports.ListXssMatchSetsCommand = ListXssMatchSetsCommand;
|
|
3677
|
+
exports.ListXssMatchSetsRequest$ = ListXssMatchSetsRequest$;
|
|
3678
|
+
exports.ListXssMatchSetsResponse$ = ListXssMatchSetsResponse$;
|
|
3679
|
+
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
3402
3680
|
exports.MatchFieldType = MatchFieldType;
|
|
3403
3681
|
exports.MigrationErrorType = MigrationErrorType;
|
|
3404
3682
|
exports.ParameterExceptionField = ParameterExceptionField;
|
|
3405
3683
|
exports.ParameterExceptionReason = ParameterExceptionReason;
|
|
3406
3684
|
exports.PositionalConstraint = PositionalConstraint;
|
|
3685
|
+
exports.Predicate$ = Predicate$;
|
|
3407
3686
|
exports.PredicateType = PredicateType;
|
|
3687
|
+
exports.PutLoggingConfiguration$ = PutLoggingConfiguration$;
|
|
3408
3688
|
exports.PutLoggingConfigurationCommand = PutLoggingConfigurationCommand;
|
|
3689
|
+
exports.PutLoggingConfigurationRequest$ = PutLoggingConfigurationRequest$;
|
|
3690
|
+
exports.PutLoggingConfigurationResponse$ = PutLoggingConfigurationResponse$;
|
|
3691
|
+
exports.PutPermissionPolicy$ = PutPermissionPolicy$;
|
|
3409
3692
|
exports.PutPermissionPolicyCommand = PutPermissionPolicyCommand;
|
|
3693
|
+
exports.PutPermissionPolicyRequest$ = PutPermissionPolicyRequest$;
|
|
3694
|
+
exports.PutPermissionPolicyResponse$ = PutPermissionPolicyResponse$;
|
|
3695
|
+
exports.RateBasedRule$ = RateBasedRule$;
|
|
3410
3696
|
exports.RateKey = RateKey;
|
|
3697
|
+
exports.RegexMatchSet$ = RegexMatchSet$;
|
|
3698
|
+
exports.RegexMatchSetSummary$ = RegexMatchSetSummary$;
|
|
3699
|
+
exports.RegexMatchSetUpdate$ = RegexMatchSetUpdate$;
|
|
3700
|
+
exports.RegexMatchTuple$ = RegexMatchTuple$;
|
|
3701
|
+
exports.RegexPatternSet$ = RegexPatternSet$;
|
|
3702
|
+
exports.RegexPatternSetSummary$ = RegexPatternSetSummary$;
|
|
3703
|
+
exports.RegexPatternSetUpdate$ = RegexPatternSetUpdate$;
|
|
3704
|
+
exports.Rule$ = Rule$;
|
|
3705
|
+
exports.RuleGroup$ = RuleGroup$;
|
|
3706
|
+
exports.RuleGroupSummary$ = RuleGroupSummary$;
|
|
3707
|
+
exports.RuleGroupUpdate$ = RuleGroupUpdate$;
|
|
3708
|
+
exports.RuleSummary$ = RuleSummary$;
|
|
3709
|
+
exports.RuleUpdate$ = RuleUpdate$;
|
|
3710
|
+
exports.SampledHTTPRequest$ = SampledHTTPRequest$;
|
|
3711
|
+
exports.SizeConstraint$ = SizeConstraint$;
|
|
3712
|
+
exports.SizeConstraintSet$ = SizeConstraintSet$;
|
|
3713
|
+
exports.SizeConstraintSetSummary$ = SizeConstraintSetSummary$;
|
|
3714
|
+
exports.SizeConstraintSetUpdate$ = SizeConstraintSetUpdate$;
|
|
3715
|
+
exports.SqlInjectionMatchSet$ = SqlInjectionMatchSet$;
|
|
3716
|
+
exports.SqlInjectionMatchSetSummary$ = SqlInjectionMatchSetSummary$;
|
|
3717
|
+
exports.SqlInjectionMatchSetUpdate$ = SqlInjectionMatchSetUpdate$;
|
|
3718
|
+
exports.SqlInjectionMatchTuple$ = SqlInjectionMatchTuple$;
|
|
3719
|
+
exports.SubscribedRuleGroupSummary$ = SubscribedRuleGroupSummary$;
|
|
3720
|
+
exports.Tag$ = Tag$;
|
|
3721
|
+
exports.TagInfoForResource$ = TagInfoForResource$;
|
|
3722
|
+
exports.TagResource$ = TagResource$;
|
|
3411
3723
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3724
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3725
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
3412
3726
|
exports.TextTransformation = TextTransformation;
|
|
3727
|
+
exports.TimeWindow$ = TimeWindow$;
|
|
3728
|
+
exports.UntagResource$ = UntagResource$;
|
|
3413
3729
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3730
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3731
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3732
|
+
exports.UpdateByteMatchSet$ = UpdateByteMatchSet$;
|
|
3414
3733
|
exports.UpdateByteMatchSetCommand = UpdateByteMatchSetCommand;
|
|
3734
|
+
exports.UpdateByteMatchSetRequest$ = UpdateByteMatchSetRequest$;
|
|
3735
|
+
exports.UpdateByteMatchSetResponse$ = UpdateByteMatchSetResponse$;
|
|
3736
|
+
exports.UpdateGeoMatchSet$ = UpdateGeoMatchSet$;
|
|
3415
3737
|
exports.UpdateGeoMatchSetCommand = UpdateGeoMatchSetCommand;
|
|
3738
|
+
exports.UpdateGeoMatchSetRequest$ = UpdateGeoMatchSetRequest$;
|
|
3739
|
+
exports.UpdateGeoMatchSetResponse$ = UpdateGeoMatchSetResponse$;
|
|
3740
|
+
exports.UpdateIPSet$ = UpdateIPSet$;
|
|
3416
3741
|
exports.UpdateIPSetCommand = UpdateIPSetCommand;
|
|
3742
|
+
exports.UpdateIPSetRequest$ = UpdateIPSetRequest$;
|
|
3743
|
+
exports.UpdateIPSetResponse$ = UpdateIPSetResponse$;
|
|
3744
|
+
exports.UpdateRateBasedRule$ = UpdateRateBasedRule$;
|
|
3417
3745
|
exports.UpdateRateBasedRuleCommand = UpdateRateBasedRuleCommand;
|
|
3746
|
+
exports.UpdateRateBasedRuleRequest$ = UpdateRateBasedRuleRequest$;
|
|
3747
|
+
exports.UpdateRateBasedRuleResponse$ = UpdateRateBasedRuleResponse$;
|
|
3748
|
+
exports.UpdateRegexMatchSet$ = UpdateRegexMatchSet$;
|
|
3418
3749
|
exports.UpdateRegexMatchSetCommand = UpdateRegexMatchSetCommand;
|
|
3750
|
+
exports.UpdateRegexMatchSetRequest$ = UpdateRegexMatchSetRequest$;
|
|
3751
|
+
exports.UpdateRegexMatchSetResponse$ = UpdateRegexMatchSetResponse$;
|
|
3752
|
+
exports.UpdateRegexPatternSet$ = UpdateRegexPatternSet$;
|
|
3419
3753
|
exports.UpdateRegexPatternSetCommand = UpdateRegexPatternSetCommand;
|
|
3754
|
+
exports.UpdateRegexPatternSetRequest$ = UpdateRegexPatternSetRequest$;
|
|
3755
|
+
exports.UpdateRegexPatternSetResponse$ = UpdateRegexPatternSetResponse$;
|
|
3756
|
+
exports.UpdateRule$ = UpdateRule$;
|
|
3420
3757
|
exports.UpdateRuleCommand = UpdateRuleCommand;
|
|
3758
|
+
exports.UpdateRuleGroup$ = UpdateRuleGroup$;
|
|
3421
3759
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
3760
|
+
exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
|
|
3761
|
+
exports.UpdateRuleGroupResponse$ = UpdateRuleGroupResponse$;
|
|
3762
|
+
exports.UpdateRuleRequest$ = UpdateRuleRequest$;
|
|
3763
|
+
exports.UpdateRuleResponse$ = UpdateRuleResponse$;
|
|
3764
|
+
exports.UpdateSizeConstraintSet$ = UpdateSizeConstraintSet$;
|
|
3422
3765
|
exports.UpdateSizeConstraintSetCommand = UpdateSizeConstraintSetCommand;
|
|
3766
|
+
exports.UpdateSizeConstraintSetRequest$ = UpdateSizeConstraintSetRequest$;
|
|
3767
|
+
exports.UpdateSizeConstraintSetResponse$ = UpdateSizeConstraintSetResponse$;
|
|
3768
|
+
exports.UpdateSqlInjectionMatchSet$ = UpdateSqlInjectionMatchSet$;
|
|
3423
3769
|
exports.UpdateSqlInjectionMatchSetCommand = UpdateSqlInjectionMatchSetCommand;
|
|
3770
|
+
exports.UpdateSqlInjectionMatchSetRequest$ = UpdateSqlInjectionMatchSetRequest$;
|
|
3771
|
+
exports.UpdateSqlInjectionMatchSetResponse$ = UpdateSqlInjectionMatchSetResponse$;
|
|
3772
|
+
exports.UpdateWebACL$ = UpdateWebACL$;
|
|
3424
3773
|
exports.UpdateWebACLCommand = UpdateWebACLCommand;
|
|
3774
|
+
exports.UpdateWebACLRequest$ = UpdateWebACLRequest$;
|
|
3775
|
+
exports.UpdateWebACLResponse$ = UpdateWebACLResponse$;
|
|
3776
|
+
exports.UpdateXssMatchSet$ = UpdateXssMatchSet$;
|
|
3425
3777
|
exports.UpdateXssMatchSetCommand = UpdateXssMatchSetCommand;
|
|
3778
|
+
exports.UpdateXssMatchSetRequest$ = UpdateXssMatchSetRequest$;
|
|
3779
|
+
exports.UpdateXssMatchSetResponse$ = UpdateXssMatchSetResponse$;
|
|
3426
3780
|
exports.WAF = WAF;
|
|
3427
|
-
exports.WAFBadRequestException = WAFBadRequestException
|
|
3781
|
+
exports.WAFBadRequestException = WAFBadRequestException;
|
|
3782
|
+
exports.WAFBadRequestException$ = WAFBadRequestException$;
|
|
3428
3783
|
exports.WAFClient = WAFClient;
|
|
3429
|
-
exports.WAFDisallowedNameException = WAFDisallowedNameException
|
|
3430
|
-
exports.
|
|
3431
|
-
exports.
|
|
3432
|
-
exports.
|
|
3433
|
-
exports.
|
|
3434
|
-
exports.
|
|
3435
|
-
exports.
|
|
3436
|
-
exports.
|
|
3437
|
-
exports.
|
|
3438
|
-
exports.
|
|
3439
|
-
exports.
|
|
3440
|
-
exports.
|
|
3441
|
-
exports.
|
|
3442
|
-
exports.
|
|
3443
|
-
exports.
|
|
3444
|
-
exports.
|
|
3445
|
-
exports.
|
|
3446
|
-
exports.
|
|
3447
|
-
exports.
|
|
3784
|
+
exports.WAFDisallowedNameException = WAFDisallowedNameException;
|
|
3785
|
+
exports.WAFDisallowedNameException$ = WAFDisallowedNameException$;
|
|
3786
|
+
exports.WAFEntityMigrationException = WAFEntityMigrationException;
|
|
3787
|
+
exports.WAFEntityMigrationException$ = WAFEntityMigrationException$;
|
|
3788
|
+
exports.WAFInternalErrorException = WAFInternalErrorException;
|
|
3789
|
+
exports.WAFInternalErrorException$ = WAFInternalErrorException$;
|
|
3790
|
+
exports.WAFInvalidAccountException = WAFInvalidAccountException;
|
|
3791
|
+
exports.WAFInvalidAccountException$ = WAFInvalidAccountException$;
|
|
3792
|
+
exports.WAFInvalidOperationException = WAFInvalidOperationException;
|
|
3793
|
+
exports.WAFInvalidOperationException$ = WAFInvalidOperationException$;
|
|
3794
|
+
exports.WAFInvalidParameterException = WAFInvalidParameterException;
|
|
3795
|
+
exports.WAFInvalidParameterException$ = WAFInvalidParameterException$;
|
|
3796
|
+
exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
|
|
3797
|
+
exports.WAFInvalidPermissionPolicyException$ = WAFInvalidPermissionPolicyException$;
|
|
3798
|
+
exports.WAFInvalidRegexPatternException = WAFInvalidRegexPatternException;
|
|
3799
|
+
exports.WAFInvalidRegexPatternException$ = WAFInvalidRegexPatternException$;
|
|
3800
|
+
exports.WAFLimitsExceededException = WAFLimitsExceededException;
|
|
3801
|
+
exports.WAFLimitsExceededException$ = WAFLimitsExceededException$;
|
|
3802
|
+
exports.WAFNonEmptyEntityException = WAFNonEmptyEntityException;
|
|
3803
|
+
exports.WAFNonEmptyEntityException$ = WAFNonEmptyEntityException$;
|
|
3804
|
+
exports.WAFNonexistentContainerException = WAFNonexistentContainerException;
|
|
3805
|
+
exports.WAFNonexistentContainerException$ = WAFNonexistentContainerException$;
|
|
3806
|
+
exports.WAFNonexistentItemException = WAFNonexistentItemException;
|
|
3807
|
+
exports.WAFNonexistentItemException$ = WAFNonexistentItemException$;
|
|
3808
|
+
exports.WAFReferencedItemException = WAFReferencedItemException;
|
|
3809
|
+
exports.WAFReferencedItemException$ = WAFReferencedItemException$;
|
|
3810
|
+
exports.WAFServiceException = WAFServiceException;
|
|
3811
|
+
exports.WAFServiceException$ = WAFServiceException$;
|
|
3812
|
+
exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
|
|
3813
|
+
exports.WAFServiceLinkedRoleErrorException$ = WAFServiceLinkedRoleErrorException$;
|
|
3814
|
+
exports.WAFStaleDataException = WAFStaleDataException;
|
|
3815
|
+
exports.WAFStaleDataException$ = WAFStaleDataException$;
|
|
3816
|
+
exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
|
|
3817
|
+
exports.WAFSubscriptionNotFoundException$ = WAFSubscriptionNotFoundException$;
|
|
3818
|
+
exports.WAFTagOperationException = WAFTagOperationException;
|
|
3819
|
+
exports.WAFTagOperationException$ = WAFTagOperationException$;
|
|
3820
|
+
exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
|
|
3821
|
+
exports.WAFTagOperationInternalErrorException$ = WAFTagOperationInternalErrorException$;
|
|
3822
|
+
exports.WafAction$ = WafAction$;
|
|
3448
3823
|
exports.WafActionType = WafActionType;
|
|
3824
|
+
exports.WafOverrideAction$ = WafOverrideAction$;
|
|
3449
3825
|
exports.WafOverrideActionType = WafOverrideActionType;
|
|
3450
3826
|
exports.WafRuleType = WafRuleType;
|
|
3827
|
+
exports.WebACL$ = WebACL$;
|
|
3828
|
+
exports.WebACLSummary$ = WebACLSummary$;
|
|
3829
|
+
exports.WebACLUpdate$ = WebACLUpdate$;
|
|
3830
|
+
exports.XssMatchSet$ = XssMatchSet$;
|
|
3831
|
+
exports.XssMatchSetSummary$ = XssMatchSetSummary$;
|
|
3832
|
+
exports.XssMatchSetUpdate$ = XssMatchSetUpdate$;
|
|
3833
|
+
exports.XssMatchTuple$ = XssMatchTuple$;
|