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