@aws-sdk/client-waf-regional 3.721.0 → 3.726.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 +466 -353
- package/dist-es/WAFRegionalClient.js +1 -0
- package/dist-es/models/models_0.js +45 -40
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -243,7 +243,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
243
243
|
}, "resolveRuntimeExtensions");
|
|
244
244
|
|
|
245
245
|
// src/WAFRegionalClient.ts
|
|
246
|
-
var
|
|
246
|
+
var WAFRegionalClient = class extends import_smithy_client.Client {
|
|
247
|
+
static {
|
|
248
|
+
__name(this, "WAFRegionalClient");
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* The resolved configuration of WAFRegionalClient class. This is resolved and normalized from the {@link WAFRegionalClientConfig | constructor configuration interface}.
|
|
252
|
+
*/
|
|
253
|
+
config;
|
|
247
254
|
constructor(...[configuration]) {
|
|
248
255
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
249
256
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -253,7 +260,7 @@ var _WAFRegionalClient = class _WAFRegionalClient extends import_smithy_client.C
|
|
|
253
260
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
254
261
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
255
262
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
256
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
263
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
257
264
|
super(_config_8);
|
|
258
265
|
this.config = _config_8;
|
|
259
266
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -281,8 +288,6 @@ var _WAFRegionalClient = class _WAFRegionalClient extends import_smithy_client.C
|
|
|
281
288
|
super.destroy();
|
|
282
289
|
}
|
|
283
290
|
};
|
|
284
|
-
__name(_WAFRegionalClient, "WAFRegionalClient");
|
|
285
|
-
var WAFRegionalClient = _WAFRegionalClient;
|
|
286
291
|
|
|
287
292
|
// src/WAFRegional.ts
|
|
288
293
|
|
|
@@ -299,7 +304,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
299
304
|
|
|
300
305
|
// src/models/WAFRegionalServiceException.ts
|
|
301
306
|
|
|
302
|
-
var
|
|
307
|
+
var WAFRegionalServiceException = class _WAFRegionalServiceException extends import_smithy_client.ServiceException {
|
|
308
|
+
static {
|
|
309
|
+
__name(this, "WAFRegionalServiceException");
|
|
310
|
+
}
|
|
303
311
|
/**
|
|
304
312
|
* @internal
|
|
305
313
|
*/
|
|
@@ -308,8 +316,6 @@ var _WAFRegionalServiceException = class _WAFRegionalServiceException extends im
|
|
|
308
316
|
Object.setPrototypeOf(this, _WAFRegionalServiceException.prototype);
|
|
309
317
|
}
|
|
310
318
|
};
|
|
311
|
-
__name(_WAFRegionalServiceException, "WAFRegionalServiceException");
|
|
312
|
-
var WAFRegionalServiceException = _WAFRegionalServiceException;
|
|
313
319
|
|
|
314
320
|
// src/models/models_0.ts
|
|
315
321
|
var WafActionType = {
|
|
@@ -326,7 +332,12 @@ var WafRuleType = {
|
|
|
326
332
|
RATE_BASED: "RATE_BASED",
|
|
327
333
|
REGULAR: "REGULAR"
|
|
328
334
|
};
|
|
329
|
-
var
|
|
335
|
+
var WAFInternalErrorException = class _WAFInternalErrorException extends WAFRegionalServiceException {
|
|
336
|
+
static {
|
|
337
|
+
__name(this, "WAFInternalErrorException");
|
|
338
|
+
}
|
|
339
|
+
name = "WAFInternalErrorException";
|
|
340
|
+
$fault = "server";
|
|
330
341
|
/**
|
|
331
342
|
* @internal
|
|
332
343
|
*/
|
|
@@ -336,14 +347,15 @@ var _WAFInternalErrorException = class _WAFInternalErrorException extends WAFReg
|
|
|
336
347
|
$fault: "server",
|
|
337
348
|
...opts
|
|
338
349
|
});
|
|
339
|
-
this.name = "WAFInternalErrorException";
|
|
340
|
-
this.$fault = "server";
|
|
341
350
|
Object.setPrototypeOf(this, _WAFInternalErrorException.prototype);
|
|
342
351
|
}
|
|
343
352
|
};
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
353
|
+
var WAFInvalidAccountException = class _WAFInvalidAccountException extends WAFRegionalServiceException {
|
|
354
|
+
static {
|
|
355
|
+
__name(this, "WAFInvalidAccountException");
|
|
356
|
+
}
|
|
357
|
+
name = "WAFInvalidAccountException";
|
|
358
|
+
$fault = "client";
|
|
347
359
|
/**
|
|
348
360
|
* @internal
|
|
349
361
|
*/
|
|
@@ -353,13 +365,9 @@ var _WAFInvalidAccountException = class _WAFInvalidAccountException extends WAFR
|
|
|
353
365
|
$fault: "client",
|
|
354
366
|
...opts
|
|
355
367
|
});
|
|
356
|
-
this.name = "WAFInvalidAccountException";
|
|
357
|
-
this.$fault = "client";
|
|
358
368
|
Object.setPrototypeOf(this, _WAFInvalidAccountException.prototype);
|
|
359
369
|
}
|
|
360
370
|
};
|
|
361
|
-
__name(_WAFInvalidAccountException, "WAFInvalidAccountException");
|
|
362
|
-
var WAFInvalidAccountException = _WAFInvalidAccountException;
|
|
363
371
|
var ParameterExceptionField = {
|
|
364
372
|
BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE",
|
|
365
373
|
BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT",
|
|
@@ -386,7 +394,15 @@ var ParameterExceptionReason = {
|
|
|
386
394
|
INVALID_OPTION: "INVALID_OPTION",
|
|
387
395
|
INVALID_TAG_KEY: "INVALID_TAG_KEY"
|
|
388
396
|
};
|
|
389
|
-
var
|
|
397
|
+
var WAFInvalidParameterException = class _WAFInvalidParameterException extends WAFRegionalServiceException {
|
|
398
|
+
static {
|
|
399
|
+
__name(this, "WAFInvalidParameterException");
|
|
400
|
+
}
|
|
401
|
+
name = "WAFInvalidParameterException";
|
|
402
|
+
$fault = "client";
|
|
403
|
+
field;
|
|
404
|
+
parameter;
|
|
405
|
+
reason;
|
|
390
406
|
/**
|
|
391
407
|
* @internal
|
|
392
408
|
*/
|
|
@@ -396,17 +412,18 @@ var _WAFInvalidParameterException = class _WAFInvalidParameterException extends
|
|
|
396
412
|
$fault: "client",
|
|
397
413
|
...opts
|
|
398
414
|
});
|
|
399
|
-
this.name = "WAFInvalidParameterException";
|
|
400
|
-
this.$fault = "client";
|
|
401
415
|
Object.setPrototypeOf(this, _WAFInvalidParameterException.prototype);
|
|
402
416
|
this.field = opts.field;
|
|
403
417
|
this.parameter = opts.parameter;
|
|
404
418
|
this.reason = opts.reason;
|
|
405
419
|
}
|
|
406
420
|
};
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
421
|
+
var WAFNonexistentItemException = class _WAFNonexistentItemException extends WAFRegionalServiceException {
|
|
422
|
+
static {
|
|
423
|
+
__name(this, "WAFNonexistentItemException");
|
|
424
|
+
}
|
|
425
|
+
name = "WAFNonexistentItemException";
|
|
426
|
+
$fault = "client";
|
|
410
427
|
/**
|
|
411
428
|
* @internal
|
|
412
429
|
*/
|
|
@@ -416,14 +433,15 @@ var _WAFNonexistentItemException = class _WAFNonexistentItemException extends WA
|
|
|
416
433
|
$fault: "client",
|
|
417
434
|
...opts
|
|
418
435
|
});
|
|
419
|
-
this.name = "WAFNonexistentItemException";
|
|
420
|
-
this.$fault = "client";
|
|
421
436
|
Object.setPrototypeOf(this, _WAFNonexistentItemException.prototype);
|
|
422
437
|
}
|
|
423
438
|
};
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
439
|
+
var WAFUnavailableEntityException = class _WAFUnavailableEntityException extends WAFRegionalServiceException {
|
|
440
|
+
static {
|
|
441
|
+
__name(this, "WAFUnavailableEntityException");
|
|
442
|
+
}
|
|
443
|
+
name = "WAFUnavailableEntityException";
|
|
444
|
+
$fault = "client";
|
|
427
445
|
/**
|
|
428
446
|
* @internal
|
|
429
447
|
*/
|
|
@@ -433,13 +451,9 @@ var _WAFUnavailableEntityException = class _WAFUnavailableEntityException extend
|
|
|
433
451
|
$fault: "client",
|
|
434
452
|
...opts
|
|
435
453
|
});
|
|
436
|
-
this.name = "WAFUnavailableEntityException";
|
|
437
|
-
this.$fault = "client";
|
|
438
454
|
Object.setPrototypeOf(this, _WAFUnavailableEntityException.prototype);
|
|
439
455
|
}
|
|
440
456
|
};
|
|
441
|
-
__name(_WAFUnavailableEntityException, "WAFUnavailableEntityException");
|
|
442
|
-
var WAFUnavailableEntityException = _WAFUnavailableEntityException;
|
|
443
457
|
var MatchFieldType = {
|
|
444
458
|
ALL_QUERY_ARGS: "ALL_QUERY_ARGS",
|
|
445
459
|
BODY: "BODY",
|
|
@@ -464,7 +478,12 @@ var TextTransformation = {
|
|
|
464
478
|
NONE: "NONE",
|
|
465
479
|
URL_DECODE: "URL_DECODE"
|
|
466
480
|
};
|
|
467
|
-
var
|
|
481
|
+
var WAFDisallowedNameException = class _WAFDisallowedNameException extends WAFRegionalServiceException {
|
|
482
|
+
static {
|
|
483
|
+
__name(this, "WAFDisallowedNameException");
|
|
484
|
+
}
|
|
485
|
+
name = "WAFDisallowedNameException";
|
|
486
|
+
$fault = "client";
|
|
468
487
|
/**
|
|
469
488
|
* @internal
|
|
470
489
|
*/
|
|
@@ -474,14 +493,15 @@ var _WAFDisallowedNameException = class _WAFDisallowedNameException extends WAFR
|
|
|
474
493
|
$fault: "client",
|
|
475
494
|
...opts
|
|
476
495
|
});
|
|
477
|
-
this.name = "WAFDisallowedNameException";
|
|
478
|
-
this.$fault = "client";
|
|
479
496
|
Object.setPrototypeOf(this, _WAFDisallowedNameException.prototype);
|
|
480
497
|
}
|
|
481
498
|
};
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
499
|
+
var WAFLimitsExceededException = class _WAFLimitsExceededException extends WAFRegionalServiceException {
|
|
500
|
+
static {
|
|
501
|
+
__name(this, "WAFLimitsExceededException");
|
|
502
|
+
}
|
|
503
|
+
name = "WAFLimitsExceededException";
|
|
504
|
+
$fault = "client";
|
|
485
505
|
/**
|
|
486
506
|
* @internal
|
|
487
507
|
*/
|
|
@@ -491,14 +511,15 @@ var _WAFLimitsExceededException = class _WAFLimitsExceededException extends WAFR
|
|
|
491
511
|
$fault: "client",
|
|
492
512
|
...opts
|
|
493
513
|
});
|
|
494
|
-
this.name = "WAFLimitsExceededException";
|
|
495
|
-
this.$fault = "client";
|
|
496
514
|
Object.setPrototypeOf(this, _WAFLimitsExceededException.prototype);
|
|
497
515
|
}
|
|
498
516
|
};
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
517
|
+
var WAFStaleDataException = class _WAFStaleDataException extends WAFRegionalServiceException {
|
|
518
|
+
static {
|
|
519
|
+
__name(this, "WAFStaleDataException");
|
|
520
|
+
}
|
|
521
|
+
name = "WAFStaleDataException";
|
|
522
|
+
$fault = "client";
|
|
502
523
|
/**
|
|
503
524
|
* @internal
|
|
504
525
|
*/
|
|
@@ -508,13 +529,9 @@ var _WAFStaleDataException = class _WAFStaleDataException extends WAFRegionalSer
|
|
|
508
529
|
$fault: "client",
|
|
509
530
|
...opts
|
|
510
531
|
});
|
|
511
|
-
this.name = "WAFStaleDataException";
|
|
512
|
-
this.$fault = "client";
|
|
513
532
|
Object.setPrototypeOf(this, _WAFStaleDataException.prototype);
|
|
514
533
|
}
|
|
515
534
|
};
|
|
516
|
-
__name(_WAFStaleDataException, "WAFStaleDataException");
|
|
517
|
-
var WAFStaleDataException = _WAFStaleDataException;
|
|
518
535
|
var GeoMatchConstraintType = {
|
|
519
536
|
Country: "Country"
|
|
520
537
|
};
|
|
@@ -785,7 +802,12 @@ var PredicateType = {
|
|
|
785
802
|
SQL_INJECTION_MATCH: "SqlInjectionMatch",
|
|
786
803
|
XSS_MATCH: "XssMatch"
|
|
787
804
|
};
|
|
788
|
-
var
|
|
805
|
+
var WAFBadRequestException = class _WAFBadRequestException extends WAFRegionalServiceException {
|
|
806
|
+
static {
|
|
807
|
+
__name(this, "WAFBadRequestException");
|
|
808
|
+
}
|
|
809
|
+
name = "WAFBadRequestException";
|
|
810
|
+
$fault = "client";
|
|
789
811
|
/**
|
|
790
812
|
* @internal
|
|
791
813
|
*/
|
|
@@ -795,14 +817,15 @@ var _WAFBadRequestException = class _WAFBadRequestException extends WAFRegionalS
|
|
|
795
817
|
$fault: "client",
|
|
796
818
|
...opts
|
|
797
819
|
});
|
|
798
|
-
this.name = "WAFBadRequestException";
|
|
799
|
-
this.$fault = "client";
|
|
800
820
|
Object.setPrototypeOf(this, _WAFBadRequestException.prototype);
|
|
801
821
|
}
|
|
802
822
|
};
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
823
|
+
var WAFTagOperationException = class _WAFTagOperationException extends WAFRegionalServiceException {
|
|
824
|
+
static {
|
|
825
|
+
__name(this, "WAFTagOperationException");
|
|
826
|
+
}
|
|
827
|
+
name = "WAFTagOperationException";
|
|
828
|
+
$fault = "client";
|
|
806
829
|
/**
|
|
807
830
|
* @internal
|
|
808
831
|
*/
|
|
@@ -812,14 +835,15 @@ var _WAFTagOperationException = class _WAFTagOperationException extends WAFRegio
|
|
|
812
835
|
$fault: "client",
|
|
813
836
|
...opts
|
|
814
837
|
});
|
|
815
|
-
this.name = "WAFTagOperationException";
|
|
816
|
-
this.$fault = "client";
|
|
817
838
|
Object.setPrototypeOf(this, _WAFTagOperationException.prototype);
|
|
818
839
|
}
|
|
819
840
|
};
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
841
|
+
var WAFTagOperationInternalErrorException = class _WAFTagOperationInternalErrorException extends WAFRegionalServiceException {
|
|
842
|
+
static {
|
|
843
|
+
__name(this, "WAFTagOperationInternalErrorException");
|
|
844
|
+
}
|
|
845
|
+
name = "WAFTagOperationInternalErrorException";
|
|
846
|
+
$fault = "server";
|
|
823
847
|
/**
|
|
824
848
|
* @internal
|
|
825
849
|
*/
|
|
@@ -829,13 +853,9 @@ var _WAFTagOperationInternalErrorException = class _WAFTagOperationInternalError
|
|
|
829
853
|
$fault: "server",
|
|
830
854
|
...opts
|
|
831
855
|
});
|
|
832
|
-
this.name = "WAFTagOperationInternalErrorException";
|
|
833
|
-
this.$fault = "server";
|
|
834
856
|
Object.setPrototypeOf(this, _WAFTagOperationInternalErrorException.prototype);
|
|
835
857
|
}
|
|
836
858
|
};
|
|
837
|
-
__name(_WAFTagOperationInternalErrorException, "WAFTagOperationInternalErrorException");
|
|
838
|
-
var WAFTagOperationInternalErrorException = _WAFTagOperationInternalErrorException;
|
|
839
859
|
var ComparisonOperator = {
|
|
840
860
|
EQ: "EQ",
|
|
841
861
|
GE: "GE",
|
|
@@ -853,7 +873,14 @@ var MigrationErrorType = {
|
|
|
853
873
|
S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION",
|
|
854
874
|
S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR"
|
|
855
875
|
};
|
|
856
|
-
var
|
|
876
|
+
var WAFEntityMigrationException = class _WAFEntityMigrationException extends WAFRegionalServiceException {
|
|
877
|
+
static {
|
|
878
|
+
__name(this, "WAFEntityMigrationException");
|
|
879
|
+
}
|
|
880
|
+
name = "WAFEntityMigrationException";
|
|
881
|
+
$fault = "client";
|
|
882
|
+
MigrationErrorType;
|
|
883
|
+
MigrationErrorReason;
|
|
857
884
|
/**
|
|
858
885
|
* @internal
|
|
859
886
|
*/
|
|
@@ -863,16 +890,17 @@ var _WAFEntityMigrationException = class _WAFEntityMigrationException extends WA
|
|
|
863
890
|
$fault: "client",
|
|
864
891
|
...opts
|
|
865
892
|
});
|
|
866
|
-
this.name = "WAFEntityMigrationException";
|
|
867
|
-
this.$fault = "client";
|
|
868
893
|
Object.setPrototypeOf(this, _WAFEntityMigrationException.prototype);
|
|
869
894
|
this.MigrationErrorType = opts.MigrationErrorType;
|
|
870
895
|
this.MigrationErrorReason = opts.MigrationErrorReason;
|
|
871
896
|
}
|
|
872
897
|
};
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
898
|
+
var WAFInvalidOperationException = class _WAFInvalidOperationException extends WAFRegionalServiceException {
|
|
899
|
+
static {
|
|
900
|
+
__name(this, "WAFInvalidOperationException");
|
|
901
|
+
}
|
|
902
|
+
name = "WAFInvalidOperationException";
|
|
903
|
+
$fault = "client";
|
|
876
904
|
/**
|
|
877
905
|
* @internal
|
|
878
906
|
*/
|
|
@@ -882,14 +910,15 @@ var _WAFInvalidOperationException = class _WAFInvalidOperationException extends
|
|
|
882
910
|
$fault: "client",
|
|
883
911
|
...opts
|
|
884
912
|
});
|
|
885
|
-
this.name = "WAFInvalidOperationException";
|
|
886
|
-
this.$fault = "client";
|
|
887
913
|
Object.setPrototypeOf(this, _WAFInvalidOperationException.prototype);
|
|
888
914
|
}
|
|
889
915
|
};
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
916
|
+
var WAFNonEmptyEntityException = class _WAFNonEmptyEntityException extends WAFRegionalServiceException {
|
|
917
|
+
static {
|
|
918
|
+
__name(this, "WAFNonEmptyEntityException");
|
|
919
|
+
}
|
|
920
|
+
name = "WAFNonEmptyEntityException";
|
|
921
|
+
$fault = "client";
|
|
893
922
|
/**
|
|
894
923
|
* @internal
|
|
895
924
|
*/
|
|
@@ -899,14 +928,15 @@ var _WAFNonEmptyEntityException = class _WAFNonEmptyEntityException extends WAFR
|
|
|
899
928
|
$fault: "client",
|
|
900
929
|
...opts
|
|
901
930
|
});
|
|
902
|
-
this.name = "WAFNonEmptyEntityException";
|
|
903
|
-
this.$fault = "client";
|
|
904
931
|
Object.setPrototypeOf(this, _WAFNonEmptyEntityException.prototype);
|
|
905
932
|
}
|
|
906
933
|
};
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
934
|
+
var WAFReferencedItemException = class _WAFReferencedItemException extends WAFRegionalServiceException {
|
|
935
|
+
static {
|
|
936
|
+
__name(this, "WAFReferencedItemException");
|
|
937
|
+
}
|
|
938
|
+
name = "WAFReferencedItemException";
|
|
939
|
+
$fault = "client";
|
|
910
940
|
/**
|
|
911
941
|
* @internal
|
|
912
942
|
*/
|
|
@@ -916,13 +946,9 @@ var _WAFReferencedItemException = class _WAFReferencedItemException extends WAFR
|
|
|
916
946
|
$fault: "client",
|
|
917
947
|
...opts
|
|
918
948
|
});
|
|
919
|
-
this.name = "WAFReferencedItemException";
|
|
920
|
-
this.$fault = "client";
|
|
921
949
|
Object.setPrototypeOf(this, _WAFReferencedItemException.prototype);
|
|
922
950
|
}
|
|
923
951
|
};
|
|
924
|
-
__name(_WAFReferencedItemException, "WAFReferencedItemException");
|
|
925
|
-
var WAFReferencedItemException = _WAFReferencedItemException;
|
|
926
952
|
var ChangeTokenStatus = {
|
|
927
953
|
INSYNC: "INSYNC",
|
|
928
954
|
PENDING: "PENDING",
|
|
@@ -932,7 +958,12 @@ var ResourceType = {
|
|
|
932
958
|
API_GATEWAY: "API_GATEWAY",
|
|
933
959
|
APPLICATION_LOAD_BALANCER: "APPLICATION_LOAD_BALANCER"
|
|
934
960
|
};
|
|
935
|
-
var
|
|
961
|
+
var WAFServiceLinkedRoleErrorException = class _WAFServiceLinkedRoleErrorException extends WAFRegionalServiceException {
|
|
962
|
+
static {
|
|
963
|
+
__name(this, "WAFServiceLinkedRoleErrorException");
|
|
964
|
+
}
|
|
965
|
+
name = "WAFServiceLinkedRoleErrorException";
|
|
966
|
+
$fault = "client";
|
|
936
967
|
/**
|
|
937
968
|
* @internal
|
|
938
969
|
*/
|
|
@@ -942,14 +973,15 @@ var _WAFServiceLinkedRoleErrorException = class _WAFServiceLinkedRoleErrorExcept
|
|
|
942
973
|
$fault: "client",
|
|
943
974
|
...opts
|
|
944
975
|
});
|
|
945
|
-
this.name = "WAFServiceLinkedRoleErrorException";
|
|
946
|
-
this.$fault = "client";
|
|
947
976
|
Object.setPrototypeOf(this, _WAFServiceLinkedRoleErrorException.prototype);
|
|
948
977
|
}
|
|
949
978
|
};
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
979
|
+
var WAFInvalidPermissionPolicyException = class _WAFInvalidPermissionPolicyException extends WAFRegionalServiceException {
|
|
980
|
+
static {
|
|
981
|
+
__name(this, "WAFInvalidPermissionPolicyException");
|
|
982
|
+
}
|
|
983
|
+
name = "WAFInvalidPermissionPolicyException";
|
|
984
|
+
$fault = "client";
|
|
953
985
|
/**
|
|
954
986
|
* @internal
|
|
955
987
|
*/
|
|
@@ -959,18 +991,19 @@ var _WAFInvalidPermissionPolicyException = class _WAFInvalidPermissionPolicyExce
|
|
|
959
991
|
$fault: "client",
|
|
960
992
|
...opts
|
|
961
993
|
});
|
|
962
|
-
this.name = "WAFInvalidPermissionPolicyException";
|
|
963
|
-
this.$fault = "client";
|
|
964
994
|
Object.setPrototypeOf(this, _WAFInvalidPermissionPolicyException.prototype);
|
|
965
995
|
}
|
|
966
996
|
};
|
|
967
|
-
__name(_WAFInvalidPermissionPolicyException, "WAFInvalidPermissionPolicyException");
|
|
968
|
-
var WAFInvalidPermissionPolicyException = _WAFInvalidPermissionPolicyException;
|
|
969
997
|
var ChangeAction = {
|
|
970
998
|
DELETE: "DELETE",
|
|
971
999
|
INSERT: "INSERT"
|
|
972
1000
|
};
|
|
973
|
-
var
|
|
1001
|
+
var WAFNonexistentContainerException = class _WAFNonexistentContainerException extends WAFRegionalServiceException {
|
|
1002
|
+
static {
|
|
1003
|
+
__name(this, "WAFNonexistentContainerException");
|
|
1004
|
+
}
|
|
1005
|
+
name = "WAFNonexistentContainerException";
|
|
1006
|
+
$fault = "client";
|
|
974
1007
|
/**
|
|
975
1008
|
* @internal
|
|
976
1009
|
*/
|
|
@@ -980,14 +1013,15 @@ var _WAFNonexistentContainerException = class _WAFNonexistentContainerException
|
|
|
980
1013
|
$fault: "client",
|
|
981
1014
|
...opts
|
|
982
1015
|
});
|
|
983
|
-
this.name = "WAFNonexistentContainerException";
|
|
984
|
-
this.$fault = "client";
|
|
985
1016
|
Object.setPrototypeOf(this, _WAFNonexistentContainerException.prototype);
|
|
986
1017
|
}
|
|
987
1018
|
};
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1019
|
+
var WAFInvalidRegexPatternException = class _WAFInvalidRegexPatternException extends WAFRegionalServiceException {
|
|
1020
|
+
static {
|
|
1021
|
+
__name(this, "WAFInvalidRegexPatternException");
|
|
1022
|
+
}
|
|
1023
|
+
name = "WAFInvalidRegexPatternException";
|
|
1024
|
+
$fault = "client";
|
|
991
1025
|
/**
|
|
992
1026
|
* @internal
|
|
993
1027
|
*/
|
|
@@ -997,14 +1031,15 @@ var _WAFInvalidRegexPatternException = class _WAFInvalidRegexPatternException ex
|
|
|
997
1031
|
$fault: "client",
|
|
998
1032
|
...opts
|
|
999
1033
|
});
|
|
1000
|
-
this.name = "WAFInvalidRegexPatternException";
|
|
1001
|
-
this.$fault = "client";
|
|
1002
1034
|
Object.setPrototypeOf(this, _WAFInvalidRegexPatternException.prototype);
|
|
1003
1035
|
}
|
|
1004
1036
|
};
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1037
|
+
var WAFSubscriptionNotFoundException = class _WAFSubscriptionNotFoundException extends WAFRegionalServiceException {
|
|
1038
|
+
static {
|
|
1039
|
+
__name(this, "WAFSubscriptionNotFoundException");
|
|
1040
|
+
}
|
|
1041
|
+
name = "WAFSubscriptionNotFoundException";
|
|
1042
|
+
$fault = "client";
|
|
1008
1043
|
/**
|
|
1009
1044
|
* @internal
|
|
1010
1045
|
*/
|
|
@@ -1014,13 +1049,9 @@ var _WAFSubscriptionNotFoundException = class _WAFSubscriptionNotFoundException
|
|
|
1014
1049
|
$fault: "client",
|
|
1015
1050
|
...opts
|
|
1016
1051
|
});
|
|
1017
|
-
this.name = "WAFSubscriptionNotFoundException";
|
|
1018
|
-
this.$fault = "client";
|
|
1019
1052
|
Object.setPrototypeOf(this, _WAFSubscriptionNotFoundException.prototype);
|
|
1020
1053
|
}
|
|
1021
1054
|
};
|
|
1022
|
-
__name(_WAFSubscriptionNotFoundException, "WAFSubscriptionNotFoundException");
|
|
1023
|
-
var WAFSubscriptionNotFoundException = _WAFSubscriptionNotFoundException;
|
|
1024
1055
|
|
|
1025
1056
|
// src/protocols/Aws_json1_1.ts
|
|
1026
1057
|
var se_AssociateWebACLCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -2952,1135 +2983,1216 @@ function sharedHeaders(operation) {
|
|
|
2952
2983
|
__name(sharedHeaders, "sharedHeaders");
|
|
2953
2984
|
|
|
2954
2985
|
// src/commands/AssociateWebACLCommand.ts
|
|
2955
|
-
var
|
|
2986
|
+
var AssociateWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2956
2987
|
return [
|
|
2957
2988
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2958
2989
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2959
2990
|
];
|
|
2960
2991
|
}).s("AWSWAF_Regional_20161128", "AssociateWebACL", {}).n("WAFRegionalClient", "AssociateWebACLCommand").f(void 0, void 0).ser(se_AssociateWebACLCommand).de(de_AssociateWebACLCommand).build() {
|
|
2992
|
+
static {
|
|
2993
|
+
__name(this, "AssociateWebACLCommand");
|
|
2994
|
+
}
|
|
2961
2995
|
};
|
|
2962
|
-
__name(_AssociateWebACLCommand, "AssociateWebACLCommand");
|
|
2963
|
-
var AssociateWebACLCommand = _AssociateWebACLCommand;
|
|
2964
2996
|
|
|
2965
2997
|
// src/commands/CreateByteMatchSetCommand.ts
|
|
2966
2998
|
|
|
2967
2999
|
|
|
2968
3000
|
|
|
2969
|
-
var
|
|
3001
|
+
var CreateByteMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2970
3002
|
return [
|
|
2971
3003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2972
3004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2973
3005
|
];
|
|
2974
3006
|
}).s("AWSWAF_Regional_20161128", "CreateByteMatchSet", {}).n("WAFRegionalClient", "CreateByteMatchSetCommand").f(void 0, void 0).ser(se_CreateByteMatchSetCommand).de(de_CreateByteMatchSetCommand).build() {
|
|
3007
|
+
static {
|
|
3008
|
+
__name(this, "CreateByteMatchSetCommand");
|
|
3009
|
+
}
|
|
2975
3010
|
};
|
|
2976
|
-
__name(_CreateByteMatchSetCommand, "CreateByteMatchSetCommand");
|
|
2977
|
-
var CreateByteMatchSetCommand = _CreateByteMatchSetCommand;
|
|
2978
3011
|
|
|
2979
3012
|
// src/commands/CreateGeoMatchSetCommand.ts
|
|
2980
3013
|
|
|
2981
3014
|
|
|
2982
3015
|
|
|
2983
|
-
var
|
|
3016
|
+
var CreateGeoMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2984
3017
|
return [
|
|
2985
3018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2986
3019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2987
3020
|
];
|
|
2988
3021
|
}).s("AWSWAF_Regional_20161128", "CreateGeoMatchSet", {}).n("WAFRegionalClient", "CreateGeoMatchSetCommand").f(void 0, void 0).ser(se_CreateGeoMatchSetCommand).de(de_CreateGeoMatchSetCommand).build() {
|
|
3022
|
+
static {
|
|
3023
|
+
__name(this, "CreateGeoMatchSetCommand");
|
|
3024
|
+
}
|
|
2989
3025
|
};
|
|
2990
|
-
__name(_CreateGeoMatchSetCommand, "CreateGeoMatchSetCommand");
|
|
2991
|
-
var CreateGeoMatchSetCommand = _CreateGeoMatchSetCommand;
|
|
2992
3026
|
|
|
2993
3027
|
// src/commands/CreateIPSetCommand.ts
|
|
2994
3028
|
|
|
2995
3029
|
|
|
2996
3030
|
|
|
2997
|
-
var
|
|
3031
|
+
var CreateIPSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2998
3032
|
return [
|
|
2999
3033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3000
3034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3001
3035
|
];
|
|
3002
3036
|
}).s("AWSWAF_Regional_20161128", "CreateIPSet", {}).n("WAFRegionalClient", "CreateIPSetCommand").f(void 0, void 0).ser(se_CreateIPSetCommand).de(de_CreateIPSetCommand).build() {
|
|
3037
|
+
static {
|
|
3038
|
+
__name(this, "CreateIPSetCommand");
|
|
3039
|
+
}
|
|
3003
3040
|
};
|
|
3004
|
-
__name(_CreateIPSetCommand, "CreateIPSetCommand");
|
|
3005
|
-
var CreateIPSetCommand = _CreateIPSetCommand;
|
|
3006
3041
|
|
|
3007
3042
|
// src/commands/CreateRateBasedRuleCommand.ts
|
|
3008
3043
|
|
|
3009
3044
|
|
|
3010
3045
|
|
|
3011
|
-
var
|
|
3046
|
+
var CreateRateBasedRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3012
3047
|
return [
|
|
3013
3048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3014
3049
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3015
3050
|
];
|
|
3016
3051
|
}).s("AWSWAF_Regional_20161128", "CreateRateBasedRule", {}).n("WAFRegionalClient", "CreateRateBasedRuleCommand").f(void 0, void 0).ser(se_CreateRateBasedRuleCommand).de(de_CreateRateBasedRuleCommand).build() {
|
|
3052
|
+
static {
|
|
3053
|
+
__name(this, "CreateRateBasedRuleCommand");
|
|
3054
|
+
}
|
|
3017
3055
|
};
|
|
3018
|
-
__name(_CreateRateBasedRuleCommand, "CreateRateBasedRuleCommand");
|
|
3019
|
-
var CreateRateBasedRuleCommand = _CreateRateBasedRuleCommand;
|
|
3020
3056
|
|
|
3021
3057
|
// src/commands/CreateRegexMatchSetCommand.ts
|
|
3022
3058
|
|
|
3023
3059
|
|
|
3024
3060
|
|
|
3025
|
-
var
|
|
3061
|
+
var CreateRegexMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3026
3062
|
return [
|
|
3027
3063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3028
3064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3029
3065
|
];
|
|
3030
3066
|
}).s("AWSWAF_Regional_20161128", "CreateRegexMatchSet", {}).n("WAFRegionalClient", "CreateRegexMatchSetCommand").f(void 0, void 0).ser(se_CreateRegexMatchSetCommand).de(de_CreateRegexMatchSetCommand).build() {
|
|
3067
|
+
static {
|
|
3068
|
+
__name(this, "CreateRegexMatchSetCommand");
|
|
3069
|
+
}
|
|
3031
3070
|
};
|
|
3032
|
-
__name(_CreateRegexMatchSetCommand, "CreateRegexMatchSetCommand");
|
|
3033
|
-
var CreateRegexMatchSetCommand = _CreateRegexMatchSetCommand;
|
|
3034
3071
|
|
|
3035
3072
|
// src/commands/CreateRegexPatternSetCommand.ts
|
|
3036
3073
|
|
|
3037
3074
|
|
|
3038
3075
|
|
|
3039
|
-
var
|
|
3076
|
+
var CreateRegexPatternSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3040
3077
|
return [
|
|
3041
3078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3042
3079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3043
3080
|
];
|
|
3044
3081
|
}).s("AWSWAF_Regional_20161128", "CreateRegexPatternSet", {}).n("WAFRegionalClient", "CreateRegexPatternSetCommand").f(void 0, void 0).ser(se_CreateRegexPatternSetCommand).de(de_CreateRegexPatternSetCommand).build() {
|
|
3082
|
+
static {
|
|
3083
|
+
__name(this, "CreateRegexPatternSetCommand");
|
|
3084
|
+
}
|
|
3045
3085
|
};
|
|
3046
|
-
__name(_CreateRegexPatternSetCommand, "CreateRegexPatternSetCommand");
|
|
3047
|
-
var CreateRegexPatternSetCommand = _CreateRegexPatternSetCommand;
|
|
3048
3086
|
|
|
3049
3087
|
// src/commands/CreateRuleCommand.ts
|
|
3050
3088
|
|
|
3051
3089
|
|
|
3052
3090
|
|
|
3053
|
-
var
|
|
3091
|
+
var CreateRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3054
3092
|
return [
|
|
3055
3093
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3056
3094
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3057
3095
|
];
|
|
3058
3096
|
}).s("AWSWAF_Regional_20161128", "CreateRule", {}).n("WAFRegionalClient", "CreateRuleCommand").f(void 0, void 0).ser(se_CreateRuleCommand).de(de_CreateRuleCommand).build() {
|
|
3097
|
+
static {
|
|
3098
|
+
__name(this, "CreateRuleCommand");
|
|
3099
|
+
}
|
|
3059
3100
|
};
|
|
3060
|
-
__name(_CreateRuleCommand, "CreateRuleCommand");
|
|
3061
|
-
var CreateRuleCommand = _CreateRuleCommand;
|
|
3062
3101
|
|
|
3063
3102
|
// src/commands/CreateRuleGroupCommand.ts
|
|
3064
3103
|
|
|
3065
3104
|
|
|
3066
3105
|
|
|
3067
|
-
var
|
|
3106
|
+
var CreateRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3068
3107
|
return [
|
|
3069
3108
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3070
3109
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3071
3110
|
];
|
|
3072
3111
|
}).s("AWSWAF_Regional_20161128", "CreateRuleGroup", {}).n("WAFRegionalClient", "CreateRuleGroupCommand").f(void 0, void 0).ser(se_CreateRuleGroupCommand).de(de_CreateRuleGroupCommand).build() {
|
|
3112
|
+
static {
|
|
3113
|
+
__name(this, "CreateRuleGroupCommand");
|
|
3114
|
+
}
|
|
3073
3115
|
};
|
|
3074
|
-
__name(_CreateRuleGroupCommand, "CreateRuleGroupCommand");
|
|
3075
|
-
var CreateRuleGroupCommand = _CreateRuleGroupCommand;
|
|
3076
3116
|
|
|
3077
3117
|
// src/commands/CreateSizeConstraintSetCommand.ts
|
|
3078
3118
|
|
|
3079
3119
|
|
|
3080
3120
|
|
|
3081
|
-
var
|
|
3121
|
+
var CreateSizeConstraintSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3082
3122
|
return [
|
|
3083
3123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3084
3124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3085
3125
|
];
|
|
3086
3126
|
}).s("AWSWAF_Regional_20161128", "CreateSizeConstraintSet", {}).n("WAFRegionalClient", "CreateSizeConstraintSetCommand").f(void 0, void 0).ser(se_CreateSizeConstraintSetCommand).de(de_CreateSizeConstraintSetCommand).build() {
|
|
3127
|
+
static {
|
|
3128
|
+
__name(this, "CreateSizeConstraintSetCommand");
|
|
3129
|
+
}
|
|
3087
3130
|
};
|
|
3088
|
-
__name(_CreateSizeConstraintSetCommand, "CreateSizeConstraintSetCommand");
|
|
3089
|
-
var CreateSizeConstraintSetCommand = _CreateSizeConstraintSetCommand;
|
|
3090
3131
|
|
|
3091
3132
|
// src/commands/CreateSqlInjectionMatchSetCommand.ts
|
|
3092
3133
|
|
|
3093
3134
|
|
|
3094
3135
|
|
|
3095
|
-
var
|
|
3136
|
+
var CreateSqlInjectionMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3096
3137
|
return [
|
|
3097
3138
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3098
3139
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3099
3140
|
];
|
|
3100
3141
|
}).s("AWSWAF_Regional_20161128", "CreateSqlInjectionMatchSet", {}).n("WAFRegionalClient", "CreateSqlInjectionMatchSetCommand").f(void 0, void 0).ser(se_CreateSqlInjectionMatchSetCommand).de(de_CreateSqlInjectionMatchSetCommand).build() {
|
|
3142
|
+
static {
|
|
3143
|
+
__name(this, "CreateSqlInjectionMatchSetCommand");
|
|
3144
|
+
}
|
|
3101
3145
|
};
|
|
3102
|
-
__name(_CreateSqlInjectionMatchSetCommand, "CreateSqlInjectionMatchSetCommand");
|
|
3103
|
-
var CreateSqlInjectionMatchSetCommand = _CreateSqlInjectionMatchSetCommand;
|
|
3104
3146
|
|
|
3105
3147
|
// src/commands/CreateWebACLCommand.ts
|
|
3106
3148
|
|
|
3107
3149
|
|
|
3108
3150
|
|
|
3109
|
-
var
|
|
3151
|
+
var CreateWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3110
3152
|
return [
|
|
3111
3153
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3112
3154
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3113
3155
|
];
|
|
3114
3156
|
}).s("AWSWAF_Regional_20161128", "CreateWebACL", {}).n("WAFRegionalClient", "CreateWebACLCommand").f(void 0, void 0).ser(se_CreateWebACLCommand).de(de_CreateWebACLCommand).build() {
|
|
3157
|
+
static {
|
|
3158
|
+
__name(this, "CreateWebACLCommand");
|
|
3159
|
+
}
|
|
3115
3160
|
};
|
|
3116
|
-
__name(_CreateWebACLCommand, "CreateWebACLCommand");
|
|
3117
|
-
var CreateWebACLCommand = _CreateWebACLCommand;
|
|
3118
3161
|
|
|
3119
3162
|
// src/commands/CreateWebACLMigrationStackCommand.ts
|
|
3120
3163
|
|
|
3121
3164
|
|
|
3122
3165
|
|
|
3123
|
-
var
|
|
3166
|
+
var CreateWebACLMigrationStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3124
3167
|
return [
|
|
3125
3168
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3126
3169
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3127
3170
|
];
|
|
3128
3171
|
}).s("AWSWAF_Regional_20161128", "CreateWebACLMigrationStack", {}).n("WAFRegionalClient", "CreateWebACLMigrationStackCommand").f(void 0, void 0).ser(se_CreateWebACLMigrationStackCommand).de(de_CreateWebACLMigrationStackCommand).build() {
|
|
3172
|
+
static {
|
|
3173
|
+
__name(this, "CreateWebACLMigrationStackCommand");
|
|
3174
|
+
}
|
|
3129
3175
|
};
|
|
3130
|
-
__name(_CreateWebACLMigrationStackCommand, "CreateWebACLMigrationStackCommand");
|
|
3131
|
-
var CreateWebACLMigrationStackCommand = _CreateWebACLMigrationStackCommand;
|
|
3132
3176
|
|
|
3133
3177
|
// src/commands/CreateXssMatchSetCommand.ts
|
|
3134
3178
|
|
|
3135
3179
|
|
|
3136
3180
|
|
|
3137
|
-
var
|
|
3181
|
+
var CreateXssMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3138
3182
|
return [
|
|
3139
3183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3140
3184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3141
3185
|
];
|
|
3142
3186
|
}).s("AWSWAF_Regional_20161128", "CreateXssMatchSet", {}).n("WAFRegionalClient", "CreateXssMatchSetCommand").f(void 0, void 0).ser(se_CreateXssMatchSetCommand).de(de_CreateXssMatchSetCommand).build() {
|
|
3187
|
+
static {
|
|
3188
|
+
__name(this, "CreateXssMatchSetCommand");
|
|
3189
|
+
}
|
|
3143
3190
|
};
|
|
3144
|
-
__name(_CreateXssMatchSetCommand, "CreateXssMatchSetCommand");
|
|
3145
|
-
var CreateXssMatchSetCommand = _CreateXssMatchSetCommand;
|
|
3146
3191
|
|
|
3147
3192
|
// src/commands/DeleteByteMatchSetCommand.ts
|
|
3148
3193
|
|
|
3149
3194
|
|
|
3150
3195
|
|
|
3151
|
-
var
|
|
3196
|
+
var DeleteByteMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3152
3197
|
return [
|
|
3153
3198
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3154
3199
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3155
3200
|
];
|
|
3156
3201
|
}).s("AWSWAF_Regional_20161128", "DeleteByteMatchSet", {}).n("WAFRegionalClient", "DeleteByteMatchSetCommand").f(void 0, void 0).ser(se_DeleteByteMatchSetCommand).de(de_DeleteByteMatchSetCommand).build() {
|
|
3202
|
+
static {
|
|
3203
|
+
__name(this, "DeleteByteMatchSetCommand");
|
|
3204
|
+
}
|
|
3157
3205
|
};
|
|
3158
|
-
__name(_DeleteByteMatchSetCommand, "DeleteByteMatchSetCommand");
|
|
3159
|
-
var DeleteByteMatchSetCommand = _DeleteByteMatchSetCommand;
|
|
3160
3206
|
|
|
3161
3207
|
// src/commands/DeleteGeoMatchSetCommand.ts
|
|
3162
3208
|
|
|
3163
3209
|
|
|
3164
3210
|
|
|
3165
|
-
var
|
|
3211
|
+
var DeleteGeoMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3166
3212
|
return [
|
|
3167
3213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3168
3214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3169
3215
|
];
|
|
3170
3216
|
}).s("AWSWAF_Regional_20161128", "DeleteGeoMatchSet", {}).n("WAFRegionalClient", "DeleteGeoMatchSetCommand").f(void 0, void 0).ser(se_DeleteGeoMatchSetCommand).de(de_DeleteGeoMatchSetCommand).build() {
|
|
3217
|
+
static {
|
|
3218
|
+
__name(this, "DeleteGeoMatchSetCommand");
|
|
3219
|
+
}
|
|
3171
3220
|
};
|
|
3172
|
-
__name(_DeleteGeoMatchSetCommand, "DeleteGeoMatchSetCommand");
|
|
3173
|
-
var DeleteGeoMatchSetCommand = _DeleteGeoMatchSetCommand;
|
|
3174
3221
|
|
|
3175
3222
|
// src/commands/DeleteIPSetCommand.ts
|
|
3176
3223
|
|
|
3177
3224
|
|
|
3178
3225
|
|
|
3179
|
-
var
|
|
3226
|
+
var DeleteIPSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3180
3227
|
return [
|
|
3181
3228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3182
3229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3183
3230
|
];
|
|
3184
3231
|
}).s("AWSWAF_Regional_20161128", "DeleteIPSet", {}).n("WAFRegionalClient", "DeleteIPSetCommand").f(void 0, void 0).ser(se_DeleteIPSetCommand).de(de_DeleteIPSetCommand).build() {
|
|
3232
|
+
static {
|
|
3233
|
+
__name(this, "DeleteIPSetCommand");
|
|
3234
|
+
}
|
|
3185
3235
|
};
|
|
3186
|
-
__name(_DeleteIPSetCommand, "DeleteIPSetCommand");
|
|
3187
|
-
var DeleteIPSetCommand = _DeleteIPSetCommand;
|
|
3188
3236
|
|
|
3189
3237
|
// src/commands/DeleteLoggingConfigurationCommand.ts
|
|
3190
3238
|
|
|
3191
3239
|
|
|
3192
3240
|
|
|
3193
|
-
var
|
|
3241
|
+
var DeleteLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3194
3242
|
return [
|
|
3195
3243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3196
3244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3197
3245
|
];
|
|
3198
3246
|
}).s("AWSWAF_Regional_20161128", "DeleteLoggingConfiguration", {}).n("WAFRegionalClient", "DeleteLoggingConfigurationCommand").f(void 0, void 0).ser(se_DeleteLoggingConfigurationCommand).de(de_DeleteLoggingConfigurationCommand).build() {
|
|
3247
|
+
static {
|
|
3248
|
+
__name(this, "DeleteLoggingConfigurationCommand");
|
|
3249
|
+
}
|
|
3199
3250
|
};
|
|
3200
|
-
__name(_DeleteLoggingConfigurationCommand, "DeleteLoggingConfigurationCommand");
|
|
3201
|
-
var DeleteLoggingConfigurationCommand = _DeleteLoggingConfigurationCommand;
|
|
3202
3251
|
|
|
3203
3252
|
// src/commands/DeletePermissionPolicyCommand.ts
|
|
3204
3253
|
|
|
3205
3254
|
|
|
3206
3255
|
|
|
3207
|
-
var
|
|
3256
|
+
var DeletePermissionPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3208
3257
|
return [
|
|
3209
3258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3210
3259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3211
3260
|
];
|
|
3212
3261
|
}).s("AWSWAF_Regional_20161128", "DeletePermissionPolicy", {}).n("WAFRegionalClient", "DeletePermissionPolicyCommand").f(void 0, void 0).ser(se_DeletePermissionPolicyCommand).de(de_DeletePermissionPolicyCommand).build() {
|
|
3262
|
+
static {
|
|
3263
|
+
__name(this, "DeletePermissionPolicyCommand");
|
|
3264
|
+
}
|
|
3213
3265
|
};
|
|
3214
|
-
__name(_DeletePermissionPolicyCommand, "DeletePermissionPolicyCommand");
|
|
3215
|
-
var DeletePermissionPolicyCommand = _DeletePermissionPolicyCommand;
|
|
3216
3266
|
|
|
3217
3267
|
// src/commands/DeleteRateBasedRuleCommand.ts
|
|
3218
3268
|
|
|
3219
3269
|
|
|
3220
3270
|
|
|
3221
|
-
var
|
|
3271
|
+
var DeleteRateBasedRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3222
3272
|
return [
|
|
3223
3273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3224
3274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3225
3275
|
];
|
|
3226
3276
|
}).s("AWSWAF_Regional_20161128", "DeleteRateBasedRule", {}).n("WAFRegionalClient", "DeleteRateBasedRuleCommand").f(void 0, void 0).ser(se_DeleteRateBasedRuleCommand).de(de_DeleteRateBasedRuleCommand).build() {
|
|
3277
|
+
static {
|
|
3278
|
+
__name(this, "DeleteRateBasedRuleCommand");
|
|
3279
|
+
}
|
|
3227
3280
|
};
|
|
3228
|
-
__name(_DeleteRateBasedRuleCommand, "DeleteRateBasedRuleCommand");
|
|
3229
|
-
var DeleteRateBasedRuleCommand = _DeleteRateBasedRuleCommand;
|
|
3230
3281
|
|
|
3231
3282
|
// src/commands/DeleteRegexMatchSetCommand.ts
|
|
3232
3283
|
|
|
3233
3284
|
|
|
3234
3285
|
|
|
3235
|
-
var
|
|
3286
|
+
var DeleteRegexMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3236
3287
|
return [
|
|
3237
3288
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3238
3289
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3239
3290
|
];
|
|
3240
3291
|
}).s("AWSWAF_Regional_20161128", "DeleteRegexMatchSet", {}).n("WAFRegionalClient", "DeleteRegexMatchSetCommand").f(void 0, void 0).ser(se_DeleteRegexMatchSetCommand).de(de_DeleteRegexMatchSetCommand).build() {
|
|
3292
|
+
static {
|
|
3293
|
+
__name(this, "DeleteRegexMatchSetCommand");
|
|
3294
|
+
}
|
|
3241
3295
|
};
|
|
3242
|
-
__name(_DeleteRegexMatchSetCommand, "DeleteRegexMatchSetCommand");
|
|
3243
|
-
var DeleteRegexMatchSetCommand = _DeleteRegexMatchSetCommand;
|
|
3244
3296
|
|
|
3245
3297
|
// src/commands/DeleteRegexPatternSetCommand.ts
|
|
3246
3298
|
|
|
3247
3299
|
|
|
3248
3300
|
|
|
3249
|
-
var
|
|
3301
|
+
var DeleteRegexPatternSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3250
3302
|
return [
|
|
3251
3303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3252
3304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3253
3305
|
];
|
|
3254
3306
|
}).s("AWSWAF_Regional_20161128", "DeleteRegexPatternSet", {}).n("WAFRegionalClient", "DeleteRegexPatternSetCommand").f(void 0, void 0).ser(se_DeleteRegexPatternSetCommand).de(de_DeleteRegexPatternSetCommand).build() {
|
|
3307
|
+
static {
|
|
3308
|
+
__name(this, "DeleteRegexPatternSetCommand");
|
|
3309
|
+
}
|
|
3255
3310
|
};
|
|
3256
|
-
__name(_DeleteRegexPatternSetCommand, "DeleteRegexPatternSetCommand");
|
|
3257
|
-
var DeleteRegexPatternSetCommand = _DeleteRegexPatternSetCommand;
|
|
3258
3311
|
|
|
3259
3312
|
// src/commands/DeleteRuleCommand.ts
|
|
3260
3313
|
|
|
3261
3314
|
|
|
3262
3315
|
|
|
3263
|
-
var
|
|
3316
|
+
var DeleteRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3264
3317
|
return [
|
|
3265
3318
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3266
3319
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3267
3320
|
];
|
|
3268
3321
|
}).s("AWSWAF_Regional_20161128", "DeleteRule", {}).n("WAFRegionalClient", "DeleteRuleCommand").f(void 0, void 0).ser(se_DeleteRuleCommand).de(de_DeleteRuleCommand).build() {
|
|
3322
|
+
static {
|
|
3323
|
+
__name(this, "DeleteRuleCommand");
|
|
3324
|
+
}
|
|
3269
3325
|
};
|
|
3270
|
-
__name(_DeleteRuleCommand, "DeleteRuleCommand");
|
|
3271
|
-
var DeleteRuleCommand = _DeleteRuleCommand;
|
|
3272
3326
|
|
|
3273
3327
|
// src/commands/DeleteRuleGroupCommand.ts
|
|
3274
3328
|
|
|
3275
3329
|
|
|
3276
3330
|
|
|
3277
|
-
var
|
|
3331
|
+
var DeleteRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3278
3332
|
return [
|
|
3279
3333
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3280
3334
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3281
3335
|
];
|
|
3282
3336
|
}).s("AWSWAF_Regional_20161128", "DeleteRuleGroup", {}).n("WAFRegionalClient", "DeleteRuleGroupCommand").f(void 0, void 0).ser(se_DeleteRuleGroupCommand).de(de_DeleteRuleGroupCommand).build() {
|
|
3337
|
+
static {
|
|
3338
|
+
__name(this, "DeleteRuleGroupCommand");
|
|
3339
|
+
}
|
|
3283
3340
|
};
|
|
3284
|
-
__name(_DeleteRuleGroupCommand, "DeleteRuleGroupCommand");
|
|
3285
|
-
var DeleteRuleGroupCommand = _DeleteRuleGroupCommand;
|
|
3286
3341
|
|
|
3287
3342
|
// src/commands/DeleteSizeConstraintSetCommand.ts
|
|
3288
3343
|
|
|
3289
3344
|
|
|
3290
3345
|
|
|
3291
|
-
var
|
|
3346
|
+
var DeleteSizeConstraintSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3292
3347
|
return [
|
|
3293
3348
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3294
3349
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3295
3350
|
];
|
|
3296
3351
|
}).s("AWSWAF_Regional_20161128", "DeleteSizeConstraintSet", {}).n("WAFRegionalClient", "DeleteSizeConstraintSetCommand").f(void 0, void 0).ser(se_DeleteSizeConstraintSetCommand).de(de_DeleteSizeConstraintSetCommand).build() {
|
|
3352
|
+
static {
|
|
3353
|
+
__name(this, "DeleteSizeConstraintSetCommand");
|
|
3354
|
+
}
|
|
3297
3355
|
};
|
|
3298
|
-
__name(_DeleteSizeConstraintSetCommand, "DeleteSizeConstraintSetCommand");
|
|
3299
|
-
var DeleteSizeConstraintSetCommand = _DeleteSizeConstraintSetCommand;
|
|
3300
3356
|
|
|
3301
3357
|
// src/commands/DeleteSqlInjectionMatchSetCommand.ts
|
|
3302
3358
|
|
|
3303
3359
|
|
|
3304
3360
|
|
|
3305
|
-
var
|
|
3361
|
+
var DeleteSqlInjectionMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3306
3362
|
return [
|
|
3307
3363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3308
3364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3309
3365
|
];
|
|
3310
3366
|
}).s("AWSWAF_Regional_20161128", "DeleteSqlInjectionMatchSet", {}).n("WAFRegionalClient", "DeleteSqlInjectionMatchSetCommand").f(void 0, void 0).ser(se_DeleteSqlInjectionMatchSetCommand).de(de_DeleteSqlInjectionMatchSetCommand).build() {
|
|
3367
|
+
static {
|
|
3368
|
+
__name(this, "DeleteSqlInjectionMatchSetCommand");
|
|
3369
|
+
}
|
|
3311
3370
|
};
|
|
3312
|
-
__name(_DeleteSqlInjectionMatchSetCommand, "DeleteSqlInjectionMatchSetCommand");
|
|
3313
|
-
var DeleteSqlInjectionMatchSetCommand = _DeleteSqlInjectionMatchSetCommand;
|
|
3314
3371
|
|
|
3315
3372
|
// src/commands/DeleteWebACLCommand.ts
|
|
3316
3373
|
|
|
3317
3374
|
|
|
3318
3375
|
|
|
3319
|
-
var
|
|
3376
|
+
var DeleteWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3320
3377
|
return [
|
|
3321
3378
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3322
3379
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3323
3380
|
];
|
|
3324
3381
|
}).s("AWSWAF_Regional_20161128", "DeleteWebACL", {}).n("WAFRegionalClient", "DeleteWebACLCommand").f(void 0, void 0).ser(se_DeleteWebACLCommand).de(de_DeleteWebACLCommand).build() {
|
|
3382
|
+
static {
|
|
3383
|
+
__name(this, "DeleteWebACLCommand");
|
|
3384
|
+
}
|
|
3325
3385
|
};
|
|
3326
|
-
__name(_DeleteWebACLCommand, "DeleteWebACLCommand");
|
|
3327
|
-
var DeleteWebACLCommand = _DeleteWebACLCommand;
|
|
3328
3386
|
|
|
3329
3387
|
// src/commands/DeleteXssMatchSetCommand.ts
|
|
3330
3388
|
|
|
3331
3389
|
|
|
3332
3390
|
|
|
3333
|
-
var
|
|
3391
|
+
var DeleteXssMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3334
3392
|
return [
|
|
3335
3393
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3336
3394
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3337
3395
|
];
|
|
3338
3396
|
}).s("AWSWAF_Regional_20161128", "DeleteXssMatchSet", {}).n("WAFRegionalClient", "DeleteXssMatchSetCommand").f(void 0, void 0).ser(se_DeleteXssMatchSetCommand).de(de_DeleteXssMatchSetCommand).build() {
|
|
3397
|
+
static {
|
|
3398
|
+
__name(this, "DeleteXssMatchSetCommand");
|
|
3399
|
+
}
|
|
3339
3400
|
};
|
|
3340
|
-
__name(_DeleteXssMatchSetCommand, "DeleteXssMatchSetCommand");
|
|
3341
|
-
var DeleteXssMatchSetCommand = _DeleteXssMatchSetCommand;
|
|
3342
3401
|
|
|
3343
3402
|
// src/commands/DisassociateWebACLCommand.ts
|
|
3344
3403
|
|
|
3345
3404
|
|
|
3346
3405
|
|
|
3347
|
-
var
|
|
3406
|
+
var DisassociateWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3348
3407
|
return [
|
|
3349
3408
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3350
3409
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3351
3410
|
];
|
|
3352
3411
|
}).s("AWSWAF_Regional_20161128", "DisassociateWebACL", {}).n("WAFRegionalClient", "DisassociateWebACLCommand").f(void 0, void 0).ser(se_DisassociateWebACLCommand).de(de_DisassociateWebACLCommand).build() {
|
|
3412
|
+
static {
|
|
3413
|
+
__name(this, "DisassociateWebACLCommand");
|
|
3414
|
+
}
|
|
3353
3415
|
};
|
|
3354
|
-
__name(_DisassociateWebACLCommand, "DisassociateWebACLCommand");
|
|
3355
|
-
var DisassociateWebACLCommand = _DisassociateWebACLCommand;
|
|
3356
3416
|
|
|
3357
3417
|
// src/commands/GetByteMatchSetCommand.ts
|
|
3358
3418
|
|
|
3359
3419
|
|
|
3360
3420
|
|
|
3361
|
-
var
|
|
3421
|
+
var GetByteMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3362
3422
|
return [
|
|
3363
3423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3364
3424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3365
3425
|
];
|
|
3366
3426
|
}).s("AWSWAF_Regional_20161128", "GetByteMatchSet", {}).n("WAFRegionalClient", "GetByteMatchSetCommand").f(void 0, void 0).ser(se_GetByteMatchSetCommand).de(de_GetByteMatchSetCommand).build() {
|
|
3427
|
+
static {
|
|
3428
|
+
__name(this, "GetByteMatchSetCommand");
|
|
3429
|
+
}
|
|
3367
3430
|
};
|
|
3368
|
-
__name(_GetByteMatchSetCommand, "GetByteMatchSetCommand");
|
|
3369
|
-
var GetByteMatchSetCommand = _GetByteMatchSetCommand;
|
|
3370
3431
|
|
|
3371
3432
|
// src/commands/GetChangeTokenCommand.ts
|
|
3372
3433
|
|
|
3373
3434
|
|
|
3374
3435
|
|
|
3375
|
-
var
|
|
3436
|
+
var GetChangeTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3376
3437
|
return [
|
|
3377
3438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3378
3439
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3379
3440
|
];
|
|
3380
3441
|
}).s("AWSWAF_Regional_20161128", "GetChangeToken", {}).n("WAFRegionalClient", "GetChangeTokenCommand").f(void 0, void 0).ser(se_GetChangeTokenCommand).de(de_GetChangeTokenCommand).build() {
|
|
3442
|
+
static {
|
|
3443
|
+
__name(this, "GetChangeTokenCommand");
|
|
3444
|
+
}
|
|
3381
3445
|
};
|
|
3382
|
-
__name(_GetChangeTokenCommand, "GetChangeTokenCommand");
|
|
3383
|
-
var GetChangeTokenCommand = _GetChangeTokenCommand;
|
|
3384
3446
|
|
|
3385
3447
|
// src/commands/GetChangeTokenStatusCommand.ts
|
|
3386
3448
|
|
|
3387
3449
|
|
|
3388
3450
|
|
|
3389
|
-
var
|
|
3451
|
+
var GetChangeTokenStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3390
3452
|
return [
|
|
3391
3453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3392
3454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3393
3455
|
];
|
|
3394
3456
|
}).s("AWSWAF_Regional_20161128", "GetChangeTokenStatus", {}).n("WAFRegionalClient", "GetChangeTokenStatusCommand").f(void 0, void 0).ser(se_GetChangeTokenStatusCommand).de(de_GetChangeTokenStatusCommand).build() {
|
|
3457
|
+
static {
|
|
3458
|
+
__name(this, "GetChangeTokenStatusCommand");
|
|
3459
|
+
}
|
|
3395
3460
|
};
|
|
3396
|
-
__name(_GetChangeTokenStatusCommand, "GetChangeTokenStatusCommand");
|
|
3397
|
-
var GetChangeTokenStatusCommand = _GetChangeTokenStatusCommand;
|
|
3398
3461
|
|
|
3399
3462
|
// src/commands/GetGeoMatchSetCommand.ts
|
|
3400
3463
|
|
|
3401
3464
|
|
|
3402
3465
|
|
|
3403
|
-
var
|
|
3466
|
+
var GetGeoMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3404
3467
|
return [
|
|
3405
3468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3406
3469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3407
3470
|
];
|
|
3408
3471
|
}).s("AWSWAF_Regional_20161128", "GetGeoMatchSet", {}).n("WAFRegionalClient", "GetGeoMatchSetCommand").f(void 0, void 0).ser(se_GetGeoMatchSetCommand).de(de_GetGeoMatchSetCommand).build() {
|
|
3472
|
+
static {
|
|
3473
|
+
__name(this, "GetGeoMatchSetCommand");
|
|
3474
|
+
}
|
|
3409
3475
|
};
|
|
3410
|
-
__name(_GetGeoMatchSetCommand, "GetGeoMatchSetCommand");
|
|
3411
|
-
var GetGeoMatchSetCommand = _GetGeoMatchSetCommand;
|
|
3412
3476
|
|
|
3413
3477
|
// src/commands/GetIPSetCommand.ts
|
|
3414
3478
|
|
|
3415
3479
|
|
|
3416
3480
|
|
|
3417
|
-
var
|
|
3481
|
+
var GetIPSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3418
3482
|
return [
|
|
3419
3483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3420
3484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3421
3485
|
];
|
|
3422
3486
|
}).s("AWSWAF_Regional_20161128", "GetIPSet", {}).n("WAFRegionalClient", "GetIPSetCommand").f(void 0, void 0).ser(se_GetIPSetCommand).de(de_GetIPSetCommand).build() {
|
|
3487
|
+
static {
|
|
3488
|
+
__name(this, "GetIPSetCommand");
|
|
3489
|
+
}
|
|
3423
3490
|
};
|
|
3424
|
-
__name(_GetIPSetCommand, "GetIPSetCommand");
|
|
3425
|
-
var GetIPSetCommand = _GetIPSetCommand;
|
|
3426
3491
|
|
|
3427
3492
|
// src/commands/GetLoggingConfigurationCommand.ts
|
|
3428
3493
|
|
|
3429
3494
|
|
|
3430
3495
|
|
|
3431
|
-
var
|
|
3496
|
+
var GetLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3432
3497
|
return [
|
|
3433
3498
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3434
3499
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3435
3500
|
];
|
|
3436
3501
|
}).s("AWSWAF_Regional_20161128", "GetLoggingConfiguration", {}).n("WAFRegionalClient", "GetLoggingConfigurationCommand").f(void 0, void 0).ser(se_GetLoggingConfigurationCommand).de(de_GetLoggingConfigurationCommand).build() {
|
|
3502
|
+
static {
|
|
3503
|
+
__name(this, "GetLoggingConfigurationCommand");
|
|
3504
|
+
}
|
|
3437
3505
|
};
|
|
3438
|
-
__name(_GetLoggingConfigurationCommand, "GetLoggingConfigurationCommand");
|
|
3439
|
-
var GetLoggingConfigurationCommand = _GetLoggingConfigurationCommand;
|
|
3440
3506
|
|
|
3441
3507
|
// src/commands/GetPermissionPolicyCommand.ts
|
|
3442
3508
|
|
|
3443
3509
|
|
|
3444
3510
|
|
|
3445
|
-
var
|
|
3511
|
+
var GetPermissionPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3512
|
return [
|
|
3447
3513
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3514
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3449
3515
|
];
|
|
3450
3516
|
}).s("AWSWAF_Regional_20161128", "GetPermissionPolicy", {}).n("WAFRegionalClient", "GetPermissionPolicyCommand").f(void 0, void 0).ser(se_GetPermissionPolicyCommand).de(de_GetPermissionPolicyCommand).build() {
|
|
3517
|
+
static {
|
|
3518
|
+
__name(this, "GetPermissionPolicyCommand");
|
|
3519
|
+
}
|
|
3451
3520
|
};
|
|
3452
|
-
__name(_GetPermissionPolicyCommand, "GetPermissionPolicyCommand");
|
|
3453
|
-
var GetPermissionPolicyCommand = _GetPermissionPolicyCommand;
|
|
3454
3521
|
|
|
3455
3522
|
// src/commands/GetRateBasedRuleCommand.ts
|
|
3456
3523
|
|
|
3457
3524
|
|
|
3458
3525
|
|
|
3459
|
-
var
|
|
3526
|
+
var GetRateBasedRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3460
3527
|
return [
|
|
3461
3528
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3462
3529
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3463
3530
|
];
|
|
3464
3531
|
}).s("AWSWAF_Regional_20161128", "GetRateBasedRule", {}).n("WAFRegionalClient", "GetRateBasedRuleCommand").f(void 0, void 0).ser(se_GetRateBasedRuleCommand).de(de_GetRateBasedRuleCommand).build() {
|
|
3532
|
+
static {
|
|
3533
|
+
__name(this, "GetRateBasedRuleCommand");
|
|
3534
|
+
}
|
|
3465
3535
|
};
|
|
3466
|
-
__name(_GetRateBasedRuleCommand, "GetRateBasedRuleCommand");
|
|
3467
|
-
var GetRateBasedRuleCommand = _GetRateBasedRuleCommand;
|
|
3468
3536
|
|
|
3469
3537
|
// src/commands/GetRateBasedRuleManagedKeysCommand.ts
|
|
3470
3538
|
|
|
3471
3539
|
|
|
3472
3540
|
|
|
3473
|
-
var
|
|
3541
|
+
var GetRateBasedRuleManagedKeysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3474
3542
|
return [
|
|
3475
3543
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3476
3544
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3477
3545
|
];
|
|
3478
3546
|
}).s("AWSWAF_Regional_20161128", "GetRateBasedRuleManagedKeys", {}).n("WAFRegionalClient", "GetRateBasedRuleManagedKeysCommand").f(void 0, void 0).ser(se_GetRateBasedRuleManagedKeysCommand).de(de_GetRateBasedRuleManagedKeysCommand).build() {
|
|
3547
|
+
static {
|
|
3548
|
+
__name(this, "GetRateBasedRuleManagedKeysCommand");
|
|
3549
|
+
}
|
|
3479
3550
|
};
|
|
3480
|
-
__name(_GetRateBasedRuleManagedKeysCommand, "GetRateBasedRuleManagedKeysCommand");
|
|
3481
|
-
var GetRateBasedRuleManagedKeysCommand = _GetRateBasedRuleManagedKeysCommand;
|
|
3482
3551
|
|
|
3483
3552
|
// src/commands/GetRegexMatchSetCommand.ts
|
|
3484
3553
|
|
|
3485
3554
|
|
|
3486
3555
|
|
|
3487
|
-
var
|
|
3556
|
+
var GetRegexMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3488
3557
|
return [
|
|
3489
3558
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3490
3559
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3491
3560
|
];
|
|
3492
3561
|
}).s("AWSWAF_Regional_20161128", "GetRegexMatchSet", {}).n("WAFRegionalClient", "GetRegexMatchSetCommand").f(void 0, void 0).ser(se_GetRegexMatchSetCommand).de(de_GetRegexMatchSetCommand).build() {
|
|
3562
|
+
static {
|
|
3563
|
+
__name(this, "GetRegexMatchSetCommand");
|
|
3564
|
+
}
|
|
3493
3565
|
};
|
|
3494
|
-
__name(_GetRegexMatchSetCommand, "GetRegexMatchSetCommand");
|
|
3495
|
-
var GetRegexMatchSetCommand = _GetRegexMatchSetCommand;
|
|
3496
3566
|
|
|
3497
3567
|
// src/commands/GetRegexPatternSetCommand.ts
|
|
3498
3568
|
|
|
3499
3569
|
|
|
3500
3570
|
|
|
3501
|
-
var
|
|
3571
|
+
var GetRegexPatternSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3502
3572
|
return [
|
|
3503
3573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3504
3574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3505
3575
|
];
|
|
3506
3576
|
}).s("AWSWAF_Regional_20161128", "GetRegexPatternSet", {}).n("WAFRegionalClient", "GetRegexPatternSetCommand").f(void 0, void 0).ser(se_GetRegexPatternSetCommand).de(de_GetRegexPatternSetCommand).build() {
|
|
3577
|
+
static {
|
|
3578
|
+
__name(this, "GetRegexPatternSetCommand");
|
|
3579
|
+
}
|
|
3507
3580
|
};
|
|
3508
|
-
__name(_GetRegexPatternSetCommand, "GetRegexPatternSetCommand");
|
|
3509
|
-
var GetRegexPatternSetCommand = _GetRegexPatternSetCommand;
|
|
3510
3581
|
|
|
3511
3582
|
// src/commands/GetRuleCommand.ts
|
|
3512
3583
|
|
|
3513
3584
|
|
|
3514
3585
|
|
|
3515
|
-
var
|
|
3586
|
+
var GetRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3516
3587
|
return [
|
|
3517
3588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3518
3589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3519
3590
|
];
|
|
3520
3591
|
}).s("AWSWAF_Regional_20161128", "GetRule", {}).n("WAFRegionalClient", "GetRuleCommand").f(void 0, void 0).ser(se_GetRuleCommand).de(de_GetRuleCommand).build() {
|
|
3592
|
+
static {
|
|
3593
|
+
__name(this, "GetRuleCommand");
|
|
3594
|
+
}
|
|
3521
3595
|
};
|
|
3522
|
-
__name(_GetRuleCommand, "GetRuleCommand");
|
|
3523
|
-
var GetRuleCommand = _GetRuleCommand;
|
|
3524
3596
|
|
|
3525
3597
|
// src/commands/GetRuleGroupCommand.ts
|
|
3526
3598
|
|
|
3527
3599
|
|
|
3528
3600
|
|
|
3529
|
-
var
|
|
3601
|
+
var GetRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3530
3602
|
return [
|
|
3531
3603
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3532
3604
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3533
3605
|
];
|
|
3534
3606
|
}).s("AWSWAF_Regional_20161128", "GetRuleGroup", {}).n("WAFRegionalClient", "GetRuleGroupCommand").f(void 0, void 0).ser(se_GetRuleGroupCommand).de(de_GetRuleGroupCommand).build() {
|
|
3607
|
+
static {
|
|
3608
|
+
__name(this, "GetRuleGroupCommand");
|
|
3609
|
+
}
|
|
3535
3610
|
};
|
|
3536
|
-
__name(_GetRuleGroupCommand, "GetRuleGroupCommand");
|
|
3537
|
-
var GetRuleGroupCommand = _GetRuleGroupCommand;
|
|
3538
3611
|
|
|
3539
3612
|
// src/commands/GetSampledRequestsCommand.ts
|
|
3540
3613
|
|
|
3541
3614
|
|
|
3542
3615
|
|
|
3543
|
-
var
|
|
3616
|
+
var GetSampledRequestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3544
3617
|
return [
|
|
3545
3618
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3546
3619
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3547
3620
|
];
|
|
3548
3621
|
}).s("AWSWAF_Regional_20161128", "GetSampledRequests", {}).n("WAFRegionalClient", "GetSampledRequestsCommand").f(void 0, void 0).ser(se_GetSampledRequestsCommand).de(de_GetSampledRequestsCommand).build() {
|
|
3622
|
+
static {
|
|
3623
|
+
__name(this, "GetSampledRequestsCommand");
|
|
3624
|
+
}
|
|
3549
3625
|
};
|
|
3550
|
-
__name(_GetSampledRequestsCommand, "GetSampledRequestsCommand");
|
|
3551
|
-
var GetSampledRequestsCommand = _GetSampledRequestsCommand;
|
|
3552
3626
|
|
|
3553
3627
|
// src/commands/GetSizeConstraintSetCommand.ts
|
|
3554
3628
|
|
|
3555
3629
|
|
|
3556
3630
|
|
|
3557
|
-
var
|
|
3631
|
+
var GetSizeConstraintSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3558
3632
|
return [
|
|
3559
3633
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3560
3634
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3561
3635
|
];
|
|
3562
3636
|
}).s("AWSWAF_Regional_20161128", "GetSizeConstraintSet", {}).n("WAFRegionalClient", "GetSizeConstraintSetCommand").f(void 0, void 0).ser(se_GetSizeConstraintSetCommand).de(de_GetSizeConstraintSetCommand).build() {
|
|
3637
|
+
static {
|
|
3638
|
+
__name(this, "GetSizeConstraintSetCommand");
|
|
3639
|
+
}
|
|
3563
3640
|
};
|
|
3564
|
-
__name(_GetSizeConstraintSetCommand, "GetSizeConstraintSetCommand");
|
|
3565
|
-
var GetSizeConstraintSetCommand = _GetSizeConstraintSetCommand;
|
|
3566
3641
|
|
|
3567
3642
|
// src/commands/GetSqlInjectionMatchSetCommand.ts
|
|
3568
3643
|
|
|
3569
3644
|
|
|
3570
3645
|
|
|
3571
|
-
var
|
|
3646
|
+
var GetSqlInjectionMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3572
3647
|
return [
|
|
3573
3648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3574
3649
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3575
3650
|
];
|
|
3576
3651
|
}).s("AWSWAF_Regional_20161128", "GetSqlInjectionMatchSet", {}).n("WAFRegionalClient", "GetSqlInjectionMatchSetCommand").f(void 0, void 0).ser(se_GetSqlInjectionMatchSetCommand).de(de_GetSqlInjectionMatchSetCommand).build() {
|
|
3652
|
+
static {
|
|
3653
|
+
__name(this, "GetSqlInjectionMatchSetCommand");
|
|
3654
|
+
}
|
|
3577
3655
|
};
|
|
3578
|
-
__name(_GetSqlInjectionMatchSetCommand, "GetSqlInjectionMatchSetCommand");
|
|
3579
|
-
var GetSqlInjectionMatchSetCommand = _GetSqlInjectionMatchSetCommand;
|
|
3580
3656
|
|
|
3581
3657
|
// src/commands/GetWebACLCommand.ts
|
|
3582
3658
|
|
|
3583
3659
|
|
|
3584
3660
|
|
|
3585
|
-
var
|
|
3661
|
+
var GetWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3586
3662
|
return [
|
|
3587
3663
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3588
3664
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3589
3665
|
];
|
|
3590
3666
|
}).s("AWSWAF_Regional_20161128", "GetWebACL", {}).n("WAFRegionalClient", "GetWebACLCommand").f(void 0, void 0).ser(se_GetWebACLCommand).de(de_GetWebACLCommand).build() {
|
|
3667
|
+
static {
|
|
3668
|
+
__name(this, "GetWebACLCommand");
|
|
3669
|
+
}
|
|
3591
3670
|
};
|
|
3592
|
-
__name(_GetWebACLCommand, "GetWebACLCommand");
|
|
3593
|
-
var GetWebACLCommand = _GetWebACLCommand;
|
|
3594
3671
|
|
|
3595
3672
|
// src/commands/GetWebACLForResourceCommand.ts
|
|
3596
3673
|
|
|
3597
3674
|
|
|
3598
3675
|
|
|
3599
|
-
var
|
|
3676
|
+
var GetWebACLForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3600
3677
|
return [
|
|
3601
3678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3602
3679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3603
3680
|
];
|
|
3604
3681
|
}).s("AWSWAF_Regional_20161128", "GetWebACLForResource", {}).n("WAFRegionalClient", "GetWebACLForResourceCommand").f(void 0, void 0).ser(se_GetWebACLForResourceCommand).de(de_GetWebACLForResourceCommand).build() {
|
|
3682
|
+
static {
|
|
3683
|
+
__name(this, "GetWebACLForResourceCommand");
|
|
3684
|
+
}
|
|
3605
3685
|
};
|
|
3606
|
-
__name(_GetWebACLForResourceCommand, "GetWebACLForResourceCommand");
|
|
3607
|
-
var GetWebACLForResourceCommand = _GetWebACLForResourceCommand;
|
|
3608
3686
|
|
|
3609
3687
|
// src/commands/GetXssMatchSetCommand.ts
|
|
3610
3688
|
|
|
3611
3689
|
|
|
3612
3690
|
|
|
3613
|
-
var
|
|
3691
|
+
var GetXssMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3614
3692
|
return [
|
|
3615
3693
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3616
3694
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3617
3695
|
];
|
|
3618
3696
|
}).s("AWSWAF_Regional_20161128", "GetXssMatchSet", {}).n("WAFRegionalClient", "GetXssMatchSetCommand").f(void 0, void 0).ser(se_GetXssMatchSetCommand).de(de_GetXssMatchSetCommand).build() {
|
|
3697
|
+
static {
|
|
3698
|
+
__name(this, "GetXssMatchSetCommand");
|
|
3699
|
+
}
|
|
3619
3700
|
};
|
|
3620
|
-
__name(_GetXssMatchSetCommand, "GetXssMatchSetCommand");
|
|
3621
|
-
var GetXssMatchSetCommand = _GetXssMatchSetCommand;
|
|
3622
3701
|
|
|
3623
3702
|
// src/commands/ListActivatedRulesInRuleGroupCommand.ts
|
|
3624
3703
|
|
|
3625
3704
|
|
|
3626
3705
|
|
|
3627
|
-
var
|
|
3706
|
+
var ListActivatedRulesInRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3628
3707
|
return [
|
|
3629
3708
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3630
3709
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3631
3710
|
];
|
|
3632
3711
|
}).s("AWSWAF_Regional_20161128", "ListActivatedRulesInRuleGroup", {}).n("WAFRegionalClient", "ListActivatedRulesInRuleGroupCommand").f(void 0, void 0).ser(se_ListActivatedRulesInRuleGroupCommand).de(de_ListActivatedRulesInRuleGroupCommand).build() {
|
|
3712
|
+
static {
|
|
3713
|
+
__name(this, "ListActivatedRulesInRuleGroupCommand");
|
|
3714
|
+
}
|
|
3633
3715
|
};
|
|
3634
|
-
__name(_ListActivatedRulesInRuleGroupCommand, "ListActivatedRulesInRuleGroupCommand");
|
|
3635
|
-
var ListActivatedRulesInRuleGroupCommand = _ListActivatedRulesInRuleGroupCommand;
|
|
3636
3716
|
|
|
3637
3717
|
// src/commands/ListByteMatchSetsCommand.ts
|
|
3638
3718
|
|
|
3639
3719
|
|
|
3640
3720
|
|
|
3641
|
-
var
|
|
3721
|
+
var ListByteMatchSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3642
3722
|
return [
|
|
3643
3723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3644
3724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3645
3725
|
];
|
|
3646
3726
|
}).s("AWSWAF_Regional_20161128", "ListByteMatchSets", {}).n("WAFRegionalClient", "ListByteMatchSetsCommand").f(void 0, void 0).ser(se_ListByteMatchSetsCommand).de(de_ListByteMatchSetsCommand).build() {
|
|
3727
|
+
static {
|
|
3728
|
+
__name(this, "ListByteMatchSetsCommand");
|
|
3729
|
+
}
|
|
3647
3730
|
};
|
|
3648
|
-
__name(_ListByteMatchSetsCommand, "ListByteMatchSetsCommand");
|
|
3649
|
-
var ListByteMatchSetsCommand = _ListByteMatchSetsCommand;
|
|
3650
3731
|
|
|
3651
3732
|
// src/commands/ListGeoMatchSetsCommand.ts
|
|
3652
3733
|
|
|
3653
3734
|
|
|
3654
3735
|
|
|
3655
|
-
var
|
|
3736
|
+
var ListGeoMatchSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3656
3737
|
return [
|
|
3657
3738
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3658
3739
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3659
3740
|
];
|
|
3660
3741
|
}).s("AWSWAF_Regional_20161128", "ListGeoMatchSets", {}).n("WAFRegionalClient", "ListGeoMatchSetsCommand").f(void 0, void 0).ser(se_ListGeoMatchSetsCommand).de(de_ListGeoMatchSetsCommand).build() {
|
|
3742
|
+
static {
|
|
3743
|
+
__name(this, "ListGeoMatchSetsCommand");
|
|
3744
|
+
}
|
|
3661
3745
|
};
|
|
3662
|
-
__name(_ListGeoMatchSetsCommand, "ListGeoMatchSetsCommand");
|
|
3663
|
-
var ListGeoMatchSetsCommand = _ListGeoMatchSetsCommand;
|
|
3664
3746
|
|
|
3665
3747
|
// src/commands/ListIPSetsCommand.ts
|
|
3666
3748
|
|
|
3667
3749
|
|
|
3668
3750
|
|
|
3669
|
-
var
|
|
3751
|
+
var ListIPSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3670
3752
|
return [
|
|
3671
3753
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3672
3754
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3673
3755
|
];
|
|
3674
3756
|
}).s("AWSWAF_Regional_20161128", "ListIPSets", {}).n("WAFRegionalClient", "ListIPSetsCommand").f(void 0, void 0).ser(se_ListIPSetsCommand).de(de_ListIPSetsCommand).build() {
|
|
3757
|
+
static {
|
|
3758
|
+
__name(this, "ListIPSetsCommand");
|
|
3759
|
+
}
|
|
3675
3760
|
};
|
|
3676
|
-
__name(_ListIPSetsCommand, "ListIPSetsCommand");
|
|
3677
|
-
var ListIPSetsCommand = _ListIPSetsCommand;
|
|
3678
3761
|
|
|
3679
3762
|
// src/commands/ListLoggingConfigurationsCommand.ts
|
|
3680
3763
|
|
|
3681
3764
|
|
|
3682
3765
|
|
|
3683
|
-
var
|
|
3766
|
+
var ListLoggingConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3684
3767
|
return [
|
|
3685
3768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3686
3769
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3687
3770
|
];
|
|
3688
3771
|
}).s("AWSWAF_Regional_20161128", "ListLoggingConfigurations", {}).n("WAFRegionalClient", "ListLoggingConfigurationsCommand").f(void 0, void 0).ser(se_ListLoggingConfigurationsCommand).de(de_ListLoggingConfigurationsCommand).build() {
|
|
3772
|
+
static {
|
|
3773
|
+
__name(this, "ListLoggingConfigurationsCommand");
|
|
3774
|
+
}
|
|
3689
3775
|
};
|
|
3690
|
-
__name(_ListLoggingConfigurationsCommand, "ListLoggingConfigurationsCommand");
|
|
3691
|
-
var ListLoggingConfigurationsCommand = _ListLoggingConfigurationsCommand;
|
|
3692
3776
|
|
|
3693
3777
|
// src/commands/ListRateBasedRulesCommand.ts
|
|
3694
3778
|
|
|
3695
3779
|
|
|
3696
3780
|
|
|
3697
|
-
var
|
|
3781
|
+
var ListRateBasedRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3698
3782
|
return [
|
|
3699
3783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3700
3784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3701
3785
|
];
|
|
3702
3786
|
}).s("AWSWAF_Regional_20161128", "ListRateBasedRules", {}).n("WAFRegionalClient", "ListRateBasedRulesCommand").f(void 0, void 0).ser(se_ListRateBasedRulesCommand).de(de_ListRateBasedRulesCommand).build() {
|
|
3787
|
+
static {
|
|
3788
|
+
__name(this, "ListRateBasedRulesCommand");
|
|
3789
|
+
}
|
|
3703
3790
|
};
|
|
3704
|
-
__name(_ListRateBasedRulesCommand, "ListRateBasedRulesCommand");
|
|
3705
|
-
var ListRateBasedRulesCommand = _ListRateBasedRulesCommand;
|
|
3706
3791
|
|
|
3707
3792
|
// src/commands/ListRegexMatchSetsCommand.ts
|
|
3708
3793
|
|
|
3709
3794
|
|
|
3710
3795
|
|
|
3711
|
-
var
|
|
3796
|
+
var ListRegexMatchSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3712
3797
|
return [
|
|
3713
3798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3714
3799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3715
3800
|
];
|
|
3716
3801
|
}).s("AWSWAF_Regional_20161128", "ListRegexMatchSets", {}).n("WAFRegionalClient", "ListRegexMatchSetsCommand").f(void 0, void 0).ser(se_ListRegexMatchSetsCommand).de(de_ListRegexMatchSetsCommand).build() {
|
|
3802
|
+
static {
|
|
3803
|
+
__name(this, "ListRegexMatchSetsCommand");
|
|
3804
|
+
}
|
|
3717
3805
|
};
|
|
3718
|
-
__name(_ListRegexMatchSetsCommand, "ListRegexMatchSetsCommand");
|
|
3719
|
-
var ListRegexMatchSetsCommand = _ListRegexMatchSetsCommand;
|
|
3720
3806
|
|
|
3721
3807
|
// src/commands/ListRegexPatternSetsCommand.ts
|
|
3722
3808
|
|
|
3723
3809
|
|
|
3724
3810
|
|
|
3725
|
-
var
|
|
3811
|
+
var ListRegexPatternSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3726
3812
|
return [
|
|
3727
3813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3728
3814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3729
3815
|
];
|
|
3730
3816
|
}).s("AWSWAF_Regional_20161128", "ListRegexPatternSets", {}).n("WAFRegionalClient", "ListRegexPatternSetsCommand").f(void 0, void 0).ser(se_ListRegexPatternSetsCommand).de(de_ListRegexPatternSetsCommand).build() {
|
|
3817
|
+
static {
|
|
3818
|
+
__name(this, "ListRegexPatternSetsCommand");
|
|
3819
|
+
}
|
|
3731
3820
|
};
|
|
3732
|
-
__name(_ListRegexPatternSetsCommand, "ListRegexPatternSetsCommand");
|
|
3733
|
-
var ListRegexPatternSetsCommand = _ListRegexPatternSetsCommand;
|
|
3734
3821
|
|
|
3735
3822
|
// src/commands/ListResourcesForWebACLCommand.ts
|
|
3736
3823
|
|
|
3737
3824
|
|
|
3738
3825
|
|
|
3739
|
-
var
|
|
3826
|
+
var ListResourcesForWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3740
3827
|
return [
|
|
3741
3828
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3742
3829
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3743
3830
|
];
|
|
3744
3831
|
}).s("AWSWAF_Regional_20161128", "ListResourcesForWebACL", {}).n("WAFRegionalClient", "ListResourcesForWebACLCommand").f(void 0, void 0).ser(se_ListResourcesForWebACLCommand).de(de_ListResourcesForWebACLCommand).build() {
|
|
3832
|
+
static {
|
|
3833
|
+
__name(this, "ListResourcesForWebACLCommand");
|
|
3834
|
+
}
|
|
3745
3835
|
};
|
|
3746
|
-
__name(_ListResourcesForWebACLCommand, "ListResourcesForWebACLCommand");
|
|
3747
|
-
var ListResourcesForWebACLCommand = _ListResourcesForWebACLCommand;
|
|
3748
3836
|
|
|
3749
3837
|
// src/commands/ListRuleGroupsCommand.ts
|
|
3750
3838
|
|
|
3751
3839
|
|
|
3752
3840
|
|
|
3753
|
-
var
|
|
3841
|
+
var ListRuleGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3754
3842
|
return [
|
|
3755
3843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3756
3844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3757
3845
|
];
|
|
3758
3846
|
}).s("AWSWAF_Regional_20161128", "ListRuleGroups", {}).n("WAFRegionalClient", "ListRuleGroupsCommand").f(void 0, void 0).ser(se_ListRuleGroupsCommand).de(de_ListRuleGroupsCommand).build() {
|
|
3847
|
+
static {
|
|
3848
|
+
__name(this, "ListRuleGroupsCommand");
|
|
3849
|
+
}
|
|
3759
3850
|
};
|
|
3760
|
-
__name(_ListRuleGroupsCommand, "ListRuleGroupsCommand");
|
|
3761
|
-
var ListRuleGroupsCommand = _ListRuleGroupsCommand;
|
|
3762
3851
|
|
|
3763
3852
|
// src/commands/ListRulesCommand.ts
|
|
3764
3853
|
|
|
3765
3854
|
|
|
3766
3855
|
|
|
3767
|
-
var
|
|
3856
|
+
var ListRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3768
3857
|
return [
|
|
3769
3858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3770
3859
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3771
3860
|
];
|
|
3772
3861
|
}).s("AWSWAF_Regional_20161128", "ListRules", {}).n("WAFRegionalClient", "ListRulesCommand").f(void 0, void 0).ser(se_ListRulesCommand).de(de_ListRulesCommand).build() {
|
|
3862
|
+
static {
|
|
3863
|
+
__name(this, "ListRulesCommand");
|
|
3864
|
+
}
|
|
3773
3865
|
};
|
|
3774
|
-
__name(_ListRulesCommand, "ListRulesCommand");
|
|
3775
|
-
var ListRulesCommand = _ListRulesCommand;
|
|
3776
3866
|
|
|
3777
3867
|
// src/commands/ListSizeConstraintSetsCommand.ts
|
|
3778
3868
|
|
|
3779
3869
|
|
|
3780
3870
|
|
|
3781
|
-
var
|
|
3871
|
+
var ListSizeConstraintSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3782
3872
|
return [
|
|
3783
3873
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3784
3874
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3785
3875
|
];
|
|
3786
3876
|
}).s("AWSWAF_Regional_20161128", "ListSizeConstraintSets", {}).n("WAFRegionalClient", "ListSizeConstraintSetsCommand").f(void 0, void 0).ser(se_ListSizeConstraintSetsCommand).de(de_ListSizeConstraintSetsCommand).build() {
|
|
3877
|
+
static {
|
|
3878
|
+
__name(this, "ListSizeConstraintSetsCommand");
|
|
3879
|
+
}
|
|
3787
3880
|
};
|
|
3788
|
-
__name(_ListSizeConstraintSetsCommand, "ListSizeConstraintSetsCommand");
|
|
3789
|
-
var ListSizeConstraintSetsCommand = _ListSizeConstraintSetsCommand;
|
|
3790
3881
|
|
|
3791
3882
|
// src/commands/ListSqlInjectionMatchSetsCommand.ts
|
|
3792
3883
|
|
|
3793
3884
|
|
|
3794
3885
|
|
|
3795
|
-
var
|
|
3886
|
+
var ListSqlInjectionMatchSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3796
3887
|
return [
|
|
3797
3888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3798
3889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3799
3890
|
];
|
|
3800
3891
|
}).s("AWSWAF_Regional_20161128", "ListSqlInjectionMatchSets", {}).n("WAFRegionalClient", "ListSqlInjectionMatchSetsCommand").f(void 0, void 0).ser(se_ListSqlInjectionMatchSetsCommand).de(de_ListSqlInjectionMatchSetsCommand).build() {
|
|
3892
|
+
static {
|
|
3893
|
+
__name(this, "ListSqlInjectionMatchSetsCommand");
|
|
3894
|
+
}
|
|
3801
3895
|
};
|
|
3802
|
-
__name(_ListSqlInjectionMatchSetsCommand, "ListSqlInjectionMatchSetsCommand");
|
|
3803
|
-
var ListSqlInjectionMatchSetsCommand = _ListSqlInjectionMatchSetsCommand;
|
|
3804
3896
|
|
|
3805
3897
|
// src/commands/ListSubscribedRuleGroupsCommand.ts
|
|
3806
3898
|
|
|
3807
3899
|
|
|
3808
3900
|
|
|
3809
|
-
var
|
|
3901
|
+
var ListSubscribedRuleGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3810
3902
|
return [
|
|
3811
3903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3812
3904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3813
3905
|
];
|
|
3814
3906
|
}).s("AWSWAF_Regional_20161128", "ListSubscribedRuleGroups", {}).n("WAFRegionalClient", "ListSubscribedRuleGroupsCommand").f(void 0, void 0).ser(se_ListSubscribedRuleGroupsCommand).de(de_ListSubscribedRuleGroupsCommand).build() {
|
|
3907
|
+
static {
|
|
3908
|
+
__name(this, "ListSubscribedRuleGroupsCommand");
|
|
3909
|
+
}
|
|
3815
3910
|
};
|
|
3816
|
-
__name(_ListSubscribedRuleGroupsCommand, "ListSubscribedRuleGroupsCommand");
|
|
3817
|
-
var ListSubscribedRuleGroupsCommand = _ListSubscribedRuleGroupsCommand;
|
|
3818
3911
|
|
|
3819
3912
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3820
3913
|
|
|
3821
3914
|
|
|
3822
3915
|
|
|
3823
|
-
var
|
|
3916
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3824
3917
|
return [
|
|
3825
3918
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3826
3919
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3827
3920
|
];
|
|
3828
3921
|
}).s("AWSWAF_Regional_20161128", "ListTagsForResource", {}).n("WAFRegionalClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3922
|
+
static {
|
|
3923
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3924
|
+
}
|
|
3829
3925
|
};
|
|
3830
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3831
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3832
3926
|
|
|
3833
3927
|
// src/commands/ListWebACLsCommand.ts
|
|
3834
3928
|
|
|
3835
3929
|
|
|
3836
3930
|
|
|
3837
|
-
var
|
|
3931
|
+
var ListWebACLsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3838
3932
|
return [
|
|
3839
3933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3840
3934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3841
3935
|
];
|
|
3842
3936
|
}).s("AWSWAF_Regional_20161128", "ListWebACLs", {}).n("WAFRegionalClient", "ListWebACLsCommand").f(void 0, void 0).ser(se_ListWebACLsCommand).de(de_ListWebACLsCommand).build() {
|
|
3937
|
+
static {
|
|
3938
|
+
__name(this, "ListWebACLsCommand");
|
|
3939
|
+
}
|
|
3843
3940
|
};
|
|
3844
|
-
__name(_ListWebACLsCommand, "ListWebACLsCommand");
|
|
3845
|
-
var ListWebACLsCommand = _ListWebACLsCommand;
|
|
3846
3941
|
|
|
3847
3942
|
// src/commands/ListXssMatchSetsCommand.ts
|
|
3848
3943
|
|
|
3849
3944
|
|
|
3850
3945
|
|
|
3851
|
-
var
|
|
3946
|
+
var ListXssMatchSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3852
3947
|
return [
|
|
3853
3948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3854
3949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3855
3950
|
];
|
|
3856
3951
|
}).s("AWSWAF_Regional_20161128", "ListXssMatchSets", {}).n("WAFRegionalClient", "ListXssMatchSetsCommand").f(void 0, void 0).ser(se_ListXssMatchSetsCommand).de(de_ListXssMatchSetsCommand).build() {
|
|
3952
|
+
static {
|
|
3953
|
+
__name(this, "ListXssMatchSetsCommand");
|
|
3954
|
+
}
|
|
3857
3955
|
};
|
|
3858
|
-
__name(_ListXssMatchSetsCommand, "ListXssMatchSetsCommand");
|
|
3859
|
-
var ListXssMatchSetsCommand = _ListXssMatchSetsCommand;
|
|
3860
3956
|
|
|
3861
3957
|
// src/commands/PutLoggingConfigurationCommand.ts
|
|
3862
3958
|
|
|
3863
3959
|
|
|
3864
3960
|
|
|
3865
|
-
var
|
|
3961
|
+
var PutLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3866
3962
|
return [
|
|
3867
3963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3868
3964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3869
3965
|
];
|
|
3870
3966
|
}).s("AWSWAF_Regional_20161128", "PutLoggingConfiguration", {}).n("WAFRegionalClient", "PutLoggingConfigurationCommand").f(void 0, void 0).ser(se_PutLoggingConfigurationCommand).de(de_PutLoggingConfigurationCommand).build() {
|
|
3967
|
+
static {
|
|
3968
|
+
__name(this, "PutLoggingConfigurationCommand");
|
|
3969
|
+
}
|
|
3871
3970
|
};
|
|
3872
|
-
__name(_PutLoggingConfigurationCommand, "PutLoggingConfigurationCommand");
|
|
3873
|
-
var PutLoggingConfigurationCommand = _PutLoggingConfigurationCommand;
|
|
3874
3971
|
|
|
3875
3972
|
// src/commands/PutPermissionPolicyCommand.ts
|
|
3876
3973
|
|
|
3877
3974
|
|
|
3878
3975
|
|
|
3879
|
-
var
|
|
3976
|
+
var PutPermissionPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3880
3977
|
return [
|
|
3881
3978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3882
3979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3883
3980
|
];
|
|
3884
3981
|
}).s("AWSWAF_Regional_20161128", "PutPermissionPolicy", {}).n("WAFRegionalClient", "PutPermissionPolicyCommand").f(void 0, void 0).ser(se_PutPermissionPolicyCommand).de(de_PutPermissionPolicyCommand).build() {
|
|
3982
|
+
static {
|
|
3983
|
+
__name(this, "PutPermissionPolicyCommand");
|
|
3984
|
+
}
|
|
3885
3985
|
};
|
|
3886
|
-
__name(_PutPermissionPolicyCommand, "PutPermissionPolicyCommand");
|
|
3887
|
-
var PutPermissionPolicyCommand = _PutPermissionPolicyCommand;
|
|
3888
3986
|
|
|
3889
3987
|
// src/commands/TagResourceCommand.ts
|
|
3890
3988
|
|
|
3891
3989
|
|
|
3892
3990
|
|
|
3893
|
-
var
|
|
3991
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3894
3992
|
return [
|
|
3895
3993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3896
3994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3897
3995
|
];
|
|
3898
3996
|
}).s("AWSWAF_Regional_20161128", "TagResource", {}).n("WAFRegionalClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3997
|
+
static {
|
|
3998
|
+
__name(this, "TagResourceCommand");
|
|
3999
|
+
}
|
|
3899
4000
|
};
|
|
3900
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3901
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
3902
4001
|
|
|
3903
4002
|
// src/commands/UntagResourceCommand.ts
|
|
3904
4003
|
|
|
3905
4004
|
|
|
3906
4005
|
|
|
3907
|
-
var
|
|
4006
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3908
4007
|
return [
|
|
3909
4008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3910
4009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3911
4010
|
];
|
|
3912
4011
|
}).s("AWSWAF_Regional_20161128", "UntagResource", {}).n("WAFRegionalClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4012
|
+
static {
|
|
4013
|
+
__name(this, "UntagResourceCommand");
|
|
4014
|
+
}
|
|
3913
4015
|
};
|
|
3914
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3915
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
3916
4016
|
|
|
3917
4017
|
// src/commands/UpdateByteMatchSetCommand.ts
|
|
3918
4018
|
|
|
3919
4019
|
|
|
3920
4020
|
|
|
3921
|
-
var
|
|
4021
|
+
var UpdateByteMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3922
4022
|
return [
|
|
3923
4023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3924
4024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3925
4025
|
];
|
|
3926
4026
|
}).s("AWSWAF_Regional_20161128", "UpdateByteMatchSet", {}).n("WAFRegionalClient", "UpdateByteMatchSetCommand").f(void 0, void 0).ser(se_UpdateByteMatchSetCommand).de(de_UpdateByteMatchSetCommand).build() {
|
|
4027
|
+
static {
|
|
4028
|
+
__name(this, "UpdateByteMatchSetCommand");
|
|
4029
|
+
}
|
|
3927
4030
|
};
|
|
3928
|
-
__name(_UpdateByteMatchSetCommand, "UpdateByteMatchSetCommand");
|
|
3929
|
-
var UpdateByteMatchSetCommand = _UpdateByteMatchSetCommand;
|
|
3930
4031
|
|
|
3931
4032
|
// src/commands/UpdateGeoMatchSetCommand.ts
|
|
3932
4033
|
|
|
3933
4034
|
|
|
3934
4035
|
|
|
3935
|
-
var
|
|
4036
|
+
var UpdateGeoMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3936
4037
|
return [
|
|
3937
4038
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3938
4039
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3939
4040
|
];
|
|
3940
4041
|
}).s("AWSWAF_Regional_20161128", "UpdateGeoMatchSet", {}).n("WAFRegionalClient", "UpdateGeoMatchSetCommand").f(void 0, void 0).ser(se_UpdateGeoMatchSetCommand).de(de_UpdateGeoMatchSetCommand).build() {
|
|
4042
|
+
static {
|
|
4043
|
+
__name(this, "UpdateGeoMatchSetCommand");
|
|
4044
|
+
}
|
|
3941
4045
|
};
|
|
3942
|
-
__name(_UpdateGeoMatchSetCommand, "UpdateGeoMatchSetCommand");
|
|
3943
|
-
var UpdateGeoMatchSetCommand = _UpdateGeoMatchSetCommand;
|
|
3944
4046
|
|
|
3945
4047
|
// src/commands/UpdateIPSetCommand.ts
|
|
3946
4048
|
|
|
3947
4049
|
|
|
3948
4050
|
|
|
3949
|
-
var
|
|
4051
|
+
var UpdateIPSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3950
4052
|
return [
|
|
3951
4053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3952
4054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3953
4055
|
];
|
|
3954
4056
|
}).s("AWSWAF_Regional_20161128", "UpdateIPSet", {}).n("WAFRegionalClient", "UpdateIPSetCommand").f(void 0, void 0).ser(se_UpdateIPSetCommand).de(de_UpdateIPSetCommand).build() {
|
|
4057
|
+
static {
|
|
4058
|
+
__name(this, "UpdateIPSetCommand");
|
|
4059
|
+
}
|
|
3955
4060
|
};
|
|
3956
|
-
__name(_UpdateIPSetCommand, "UpdateIPSetCommand");
|
|
3957
|
-
var UpdateIPSetCommand = _UpdateIPSetCommand;
|
|
3958
4061
|
|
|
3959
4062
|
// src/commands/UpdateRateBasedRuleCommand.ts
|
|
3960
4063
|
|
|
3961
4064
|
|
|
3962
4065
|
|
|
3963
|
-
var
|
|
4066
|
+
var UpdateRateBasedRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3964
4067
|
return [
|
|
3965
4068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3966
4069
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3967
4070
|
];
|
|
3968
4071
|
}).s("AWSWAF_Regional_20161128", "UpdateRateBasedRule", {}).n("WAFRegionalClient", "UpdateRateBasedRuleCommand").f(void 0, void 0).ser(se_UpdateRateBasedRuleCommand).de(de_UpdateRateBasedRuleCommand).build() {
|
|
4072
|
+
static {
|
|
4073
|
+
__name(this, "UpdateRateBasedRuleCommand");
|
|
4074
|
+
}
|
|
3969
4075
|
};
|
|
3970
|
-
__name(_UpdateRateBasedRuleCommand, "UpdateRateBasedRuleCommand");
|
|
3971
|
-
var UpdateRateBasedRuleCommand = _UpdateRateBasedRuleCommand;
|
|
3972
4076
|
|
|
3973
4077
|
// src/commands/UpdateRegexMatchSetCommand.ts
|
|
3974
4078
|
|
|
3975
4079
|
|
|
3976
4080
|
|
|
3977
|
-
var
|
|
4081
|
+
var UpdateRegexMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3978
4082
|
return [
|
|
3979
4083
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3980
4084
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3981
4085
|
];
|
|
3982
4086
|
}).s("AWSWAF_Regional_20161128", "UpdateRegexMatchSet", {}).n("WAFRegionalClient", "UpdateRegexMatchSetCommand").f(void 0, void 0).ser(se_UpdateRegexMatchSetCommand).de(de_UpdateRegexMatchSetCommand).build() {
|
|
4087
|
+
static {
|
|
4088
|
+
__name(this, "UpdateRegexMatchSetCommand");
|
|
4089
|
+
}
|
|
3983
4090
|
};
|
|
3984
|
-
__name(_UpdateRegexMatchSetCommand, "UpdateRegexMatchSetCommand");
|
|
3985
|
-
var UpdateRegexMatchSetCommand = _UpdateRegexMatchSetCommand;
|
|
3986
4091
|
|
|
3987
4092
|
// src/commands/UpdateRegexPatternSetCommand.ts
|
|
3988
4093
|
|
|
3989
4094
|
|
|
3990
4095
|
|
|
3991
|
-
var
|
|
4096
|
+
var UpdateRegexPatternSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3992
4097
|
return [
|
|
3993
4098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3994
4099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3995
4100
|
];
|
|
3996
4101
|
}).s("AWSWAF_Regional_20161128", "UpdateRegexPatternSet", {}).n("WAFRegionalClient", "UpdateRegexPatternSetCommand").f(void 0, void 0).ser(se_UpdateRegexPatternSetCommand).de(de_UpdateRegexPatternSetCommand).build() {
|
|
4102
|
+
static {
|
|
4103
|
+
__name(this, "UpdateRegexPatternSetCommand");
|
|
4104
|
+
}
|
|
3997
4105
|
};
|
|
3998
|
-
__name(_UpdateRegexPatternSetCommand, "UpdateRegexPatternSetCommand");
|
|
3999
|
-
var UpdateRegexPatternSetCommand = _UpdateRegexPatternSetCommand;
|
|
4000
4106
|
|
|
4001
4107
|
// src/commands/UpdateRuleCommand.ts
|
|
4002
4108
|
|
|
4003
4109
|
|
|
4004
4110
|
|
|
4005
|
-
var
|
|
4111
|
+
var UpdateRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4006
4112
|
return [
|
|
4007
4113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4008
4114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4009
4115
|
];
|
|
4010
4116
|
}).s("AWSWAF_Regional_20161128", "UpdateRule", {}).n("WAFRegionalClient", "UpdateRuleCommand").f(void 0, void 0).ser(se_UpdateRuleCommand).de(de_UpdateRuleCommand).build() {
|
|
4117
|
+
static {
|
|
4118
|
+
__name(this, "UpdateRuleCommand");
|
|
4119
|
+
}
|
|
4011
4120
|
};
|
|
4012
|
-
__name(_UpdateRuleCommand, "UpdateRuleCommand");
|
|
4013
|
-
var UpdateRuleCommand = _UpdateRuleCommand;
|
|
4014
4121
|
|
|
4015
4122
|
// src/commands/UpdateRuleGroupCommand.ts
|
|
4016
4123
|
|
|
4017
4124
|
|
|
4018
4125
|
|
|
4019
|
-
var
|
|
4126
|
+
var UpdateRuleGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4020
4127
|
return [
|
|
4021
4128
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4022
4129
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4023
4130
|
];
|
|
4024
4131
|
}).s("AWSWAF_Regional_20161128", "UpdateRuleGroup", {}).n("WAFRegionalClient", "UpdateRuleGroupCommand").f(void 0, void 0).ser(se_UpdateRuleGroupCommand).de(de_UpdateRuleGroupCommand).build() {
|
|
4132
|
+
static {
|
|
4133
|
+
__name(this, "UpdateRuleGroupCommand");
|
|
4134
|
+
}
|
|
4025
4135
|
};
|
|
4026
|
-
__name(_UpdateRuleGroupCommand, "UpdateRuleGroupCommand");
|
|
4027
|
-
var UpdateRuleGroupCommand = _UpdateRuleGroupCommand;
|
|
4028
4136
|
|
|
4029
4137
|
// src/commands/UpdateSizeConstraintSetCommand.ts
|
|
4030
4138
|
|
|
4031
4139
|
|
|
4032
4140
|
|
|
4033
|
-
var
|
|
4141
|
+
var UpdateSizeConstraintSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4034
4142
|
return [
|
|
4035
4143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4036
4144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4037
4145
|
];
|
|
4038
4146
|
}).s("AWSWAF_Regional_20161128", "UpdateSizeConstraintSet", {}).n("WAFRegionalClient", "UpdateSizeConstraintSetCommand").f(void 0, void 0).ser(se_UpdateSizeConstraintSetCommand).de(de_UpdateSizeConstraintSetCommand).build() {
|
|
4147
|
+
static {
|
|
4148
|
+
__name(this, "UpdateSizeConstraintSetCommand");
|
|
4149
|
+
}
|
|
4039
4150
|
};
|
|
4040
|
-
__name(_UpdateSizeConstraintSetCommand, "UpdateSizeConstraintSetCommand");
|
|
4041
|
-
var UpdateSizeConstraintSetCommand = _UpdateSizeConstraintSetCommand;
|
|
4042
4151
|
|
|
4043
4152
|
// src/commands/UpdateSqlInjectionMatchSetCommand.ts
|
|
4044
4153
|
|
|
4045
4154
|
|
|
4046
4155
|
|
|
4047
|
-
var
|
|
4156
|
+
var UpdateSqlInjectionMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4048
4157
|
return [
|
|
4049
4158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4050
4159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4051
4160
|
];
|
|
4052
4161
|
}).s("AWSWAF_Regional_20161128", "UpdateSqlInjectionMatchSet", {}).n("WAFRegionalClient", "UpdateSqlInjectionMatchSetCommand").f(void 0, void 0).ser(se_UpdateSqlInjectionMatchSetCommand).de(de_UpdateSqlInjectionMatchSetCommand).build() {
|
|
4162
|
+
static {
|
|
4163
|
+
__name(this, "UpdateSqlInjectionMatchSetCommand");
|
|
4164
|
+
}
|
|
4053
4165
|
};
|
|
4054
|
-
__name(_UpdateSqlInjectionMatchSetCommand, "UpdateSqlInjectionMatchSetCommand");
|
|
4055
|
-
var UpdateSqlInjectionMatchSetCommand = _UpdateSqlInjectionMatchSetCommand;
|
|
4056
4166
|
|
|
4057
4167
|
// src/commands/UpdateWebACLCommand.ts
|
|
4058
4168
|
|
|
4059
4169
|
|
|
4060
4170
|
|
|
4061
|
-
var
|
|
4171
|
+
var UpdateWebACLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4062
4172
|
return [
|
|
4063
4173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4064
4174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4065
4175
|
];
|
|
4066
4176
|
}).s("AWSWAF_Regional_20161128", "UpdateWebACL", {}).n("WAFRegionalClient", "UpdateWebACLCommand").f(void 0, void 0).ser(se_UpdateWebACLCommand).de(de_UpdateWebACLCommand).build() {
|
|
4177
|
+
static {
|
|
4178
|
+
__name(this, "UpdateWebACLCommand");
|
|
4179
|
+
}
|
|
4067
4180
|
};
|
|
4068
|
-
__name(_UpdateWebACLCommand, "UpdateWebACLCommand");
|
|
4069
|
-
var UpdateWebACLCommand = _UpdateWebACLCommand;
|
|
4070
4181
|
|
|
4071
4182
|
// src/commands/UpdateXssMatchSetCommand.ts
|
|
4072
4183
|
|
|
4073
4184
|
|
|
4074
4185
|
|
|
4075
|
-
var
|
|
4186
|
+
var UpdateXssMatchSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4076
4187
|
return [
|
|
4077
4188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4078
4189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4079
4190
|
];
|
|
4080
4191
|
}).s("AWSWAF_Regional_20161128", "UpdateXssMatchSet", {}).n("WAFRegionalClient", "UpdateXssMatchSetCommand").f(void 0, void 0).ser(se_UpdateXssMatchSetCommand).de(de_UpdateXssMatchSetCommand).build() {
|
|
4192
|
+
static {
|
|
4193
|
+
__name(this, "UpdateXssMatchSetCommand");
|
|
4194
|
+
}
|
|
4081
4195
|
};
|
|
4082
|
-
__name(_UpdateXssMatchSetCommand, "UpdateXssMatchSetCommand");
|
|
4083
|
-
var UpdateXssMatchSetCommand = _UpdateXssMatchSetCommand;
|
|
4084
4196
|
|
|
4085
4197
|
// src/WAFRegional.ts
|
|
4086
4198
|
var commands = {
|
|
@@ -4166,10 +4278,11 @@ var commands = {
|
|
|
4166
4278
|
UpdateWebACLCommand,
|
|
4167
4279
|
UpdateXssMatchSetCommand
|
|
4168
4280
|
};
|
|
4169
|
-
var
|
|
4281
|
+
var WAFRegional = class extends WAFRegionalClient {
|
|
4282
|
+
static {
|
|
4283
|
+
__name(this, "WAFRegional");
|
|
4284
|
+
}
|
|
4170
4285
|
};
|
|
4171
|
-
__name(_WAFRegional, "WAFRegional");
|
|
4172
|
-
var WAFRegional = _WAFRegional;
|
|
4173
4286
|
(0, import_smithy_client.createAggregatedClient)(commands, WAFRegional);
|
|
4174
4287
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4175
4288
|
|