@aws-sdk/client-wafv2 3.350.0 → 3.353.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.
@@ -12,6 +12,9 @@ export type ActionValue = (typeof ActionValue)[keyof typeof ActionValue];
12
12
  export interface ActionCondition {
13
13
  Action: ActionValue | string | undefined;
14
14
  }
15
+ export interface AddressField {
16
+ Identifier: string | undefined;
17
+ }
15
18
  export interface All {}
16
19
  export interface CustomHTTPHeader {
17
20
  Name: string | undefined;
@@ -449,6 +452,9 @@ export interface LabelMatchStatement {
449
452
  export interface ExcludedRule {
450
453
  Name: string | undefined;
451
454
  }
455
+ export interface EmailField {
456
+ Identifier: string | undefined;
457
+ }
452
458
  export interface PasswordField {
453
459
  Identifier: string | undefined;
454
460
  }
@@ -457,13 +463,19 @@ export declare const PayloadType: {
457
463
  readonly JSON: "JSON";
458
464
  };
459
465
  export type PayloadType = (typeof PayloadType)[keyof typeof PayloadType];
466
+ export interface PhoneNumberField {
467
+ Identifier: string | undefined;
468
+ }
460
469
  export interface UsernameField {
461
470
  Identifier: string | undefined;
462
471
  }
463
- export interface RequestInspection {
472
+ export interface RequestInspectionACFP {
464
473
  PayloadType: PayloadType | string | undefined;
465
- UsernameField: UsernameField | undefined;
466
- PasswordField: PasswordField | undefined;
474
+ UsernameField?: UsernameField;
475
+ PasswordField?: PasswordField;
476
+ EmailField?: EmailField;
477
+ PhoneNumberFields?: PhoneNumberField[];
478
+ AddressFields?: AddressField[];
467
479
  }
468
480
  export interface ResponseInspectionBodyContains {
469
481
  SuccessStrings: string[] | undefined;
@@ -489,10 +501,23 @@ export interface ResponseInspection {
489
501
  BodyContains?: ResponseInspectionBodyContains;
490
502
  Json?: ResponseInspectionJson;
491
503
  }
504
+ export interface AWSManagedRulesACFPRuleSet {
505
+ CreationPath: string | undefined;
506
+ RegistrationPagePath: string | undefined;
507
+ RequestInspection: RequestInspectionACFP | undefined;
508
+ ResponseInspection?: ResponseInspection;
509
+ EnableRegexInPath?: boolean;
510
+ }
511
+ export interface RequestInspection {
512
+ PayloadType: PayloadType | string | undefined;
513
+ UsernameField: UsernameField | undefined;
514
+ PasswordField: PasswordField | undefined;
515
+ }
492
516
  export interface AWSManagedRulesATPRuleSet {
493
517
  LoginPath: string | undefined;
494
518
  RequestInspection?: RequestInspection;
495
519
  ResponseInspection?: ResponseInspection;
520
+ EnableRegexInPath?: boolean;
496
521
  }
497
522
  export declare const InspectionLevel: {
498
523
  readonly COMMON: "COMMON";
@@ -510,6 +535,7 @@ export interface ManagedRuleGroupConfig {
510
535
  PasswordField?: PasswordField;
511
536
  AWSManagedRulesBotControlRuleSet?: AWSManagedRulesBotControlRuleSet;
512
537
  AWSManagedRulesATPRuleSet?: AWSManagedRulesATPRuleSet;
538
+ AWSManagedRulesACFPRuleSet?: AWSManagedRulesACFPRuleSet;
513
539
  }
514
540
  export interface CustomResponse {
515
541
  ResponseCode: number | undefined;
@@ -657,6 +683,7 @@ export declare class WAFInvalidOperationException extends __BaseException {
657
683
  );
658
684
  }
659
685
  export declare const ParameterExceptionField: {
686
+ readonly ACP_RULE_SET_RESPONSE_INSPECTION: "ACP_RULE_SET_RESPONSE_INSPECTION";
660
687
  readonly AND_STATEMENT: "AND_STATEMENT";
661
688
  readonly ASSOCIABLE_RESOURCE: "ASSOCIABLE_RESOURCE";
662
689
  readonly ASSOCIATED_RESOURCE_TYPE: "ASSOCIATED_RESOURCE_TYPE";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.350.0",
4
+ "version": "3.353.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.350.0",
25
- "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.350.0",
27
- "@aws-sdk/fetch-http-handler": "3.347.0",
24
+ "@aws-sdk/client-sts": "3.353.0",
25
+ "@aws-sdk/config-resolver": "3.353.0",
26
+ "@aws-sdk/credential-provider-node": "3.353.0",
27
+ "@aws-sdk/fetch-http-handler": "3.353.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
30
30
  "@aws-sdk/middleware-content-length": "3.347.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.347.0",
33
33
  "@aws-sdk/middleware-logger": "3.347.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.347.0",
35
- "@aws-sdk/middleware-retry": "3.347.0",
35
+ "@aws-sdk/middleware-retry": "3.353.0",
36
36
  "@aws-sdk/middleware-serde": "3.347.0",
37
- "@aws-sdk/middleware-signing": "3.347.0",
37
+ "@aws-sdk/middleware-signing": "3.353.0",
38
38
  "@aws-sdk/middleware-stack": "3.347.0",
39
- "@aws-sdk/middleware-user-agent": "3.347.0",
40
- "@aws-sdk/node-config-provider": "3.347.0",
39
+ "@aws-sdk/middleware-user-agent": "3.352.0",
40
+ "@aws-sdk/node-config-provider": "3.353.0",
41
41
  "@aws-sdk/node-http-handler": "3.350.0",
42
42
  "@aws-sdk/smithy-client": "3.347.0",
43
43
  "@aws-sdk/types": "3.347.0",
@@ -45,12 +45,12 @@
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.347.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.347.0",
50
- "@aws-sdk/util-endpoints": "3.347.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.353.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.353.0",
50
+ "@aws-sdk/util-endpoints": "3.352.0",
51
51
  "@aws-sdk/util-retry": "3.347.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.347.0",
53
- "@aws-sdk/util-user-agent-node": "3.347.0",
53
+ "@aws-sdk/util-user-agent-node": "3.353.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",