New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-wafregional

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-wafregional - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

98

lib/wafregional.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
name: string;
readonly name: string;
/**

@@ -17,3 +17,3 @@ * `AWS::WAFRegional::ByteMatchSet.ByteMatchTuples`

*/
byteMatchTuples?: Array<CfnByteMatchSet.ByteMatchTupleProperty | cdk.Token> | cdk.Token;
readonly byteMatchTuples?: Array<CfnByteMatchSet.ByteMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -54,3 +54,3 @@ /**

*/
fieldToMatch: CfnByteMatchSet.FieldToMatchProperty | cdk.Token;
readonly fieldToMatch: CfnByteMatchSet.FieldToMatchProperty | cdk.Token;
/**

@@ -60,3 +60,3 @@ * `CfnByteMatchSet.ByteMatchTupleProperty.PositionalConstraint`

*/
positionalConstraint: string;
readonly positionalConstraint: string;
/**

@@ -66,3 +66,3 @@ * `CfnByteMatchSet.ByteMatchTupleProperty.TargetString`

*/
targetString?: string;
readonly targetString?: string;
/**

@@ -72,3 +72,3 @@ * `CfnByteMatchSet.ByteMatchTupleProperty.TargetStringBase64`

*/
targetStringBase64?: string;
readonly targetStringBase64?: string;
/**

@@ -78,3 +78,3 @@ * `CfnByteMatchSet.ByteMatchTupleProperty.TextTransformation`

*/
textTransformation: string;
readonly textTransformation: string;
}

@@ -91,3 +91,3 @@ }

*/
data?: string;
readonly data?: string;
/**

@@ -97,3 +97,3 @@ * `CfnByteMatchSet.FieldToMatchProperty.Type`

*/
type: string;
readonly type: string;
}

@@ -110,3 +110,3 @@ }

*/
name: string;
readonly name: string;
/**

@@ -116,3 +116,3 @@ * `AWS::WAFRegional::IPSet.IPSetDescriptors`

*/
ipSetDescriptors?: Array<CfnIPSet.IPSetDescriptorProperty | cdk.Token> | cdk.Token;
readonly ipSetDescriptors?: Array<CfnIPSet.IPSetDescriptorProperty | cdk.Token> | cdk.Token;
}

@@ -153,3 +153,3 @@ /**

*/
type: string;
readonly type: string;
/**

@@ -159,3 +159,3 @@ * `CfnIPSet.IPSetDescriptorProperty.Value`

*/
value: string;
readonly value: string;
}

@@ -172,3 +172,3 @@ }

*/
metricName: string;
readonly metricName: string;
/**

@@ -178,3 +178,3 @@ * `AWS::WAFRegional::Rule.Name`

*/
name: string;
readonly name: string;
/**

@@ -184,3 +184,3 @@ * `AWS::WAFRegional::Rule.Predicates`

*/
predicates?: Array<CfnRule.PredicateProperty | cdk.Token> | cdk.Token;
readonly predicates?: Array<CfnRule.PredicateProperty | cdk.Token> | cdk.Token;
}

@@ -221,3 +221,3 @@ /**

*/
dataId: string;
readonly dataId: string;
/**

@@ -227,3 +227,3 @@ * `CfnRule.PredicateProperty.Negated`

*/
negated: boolean | cdk.Token;
readonly negated: boolean | cdk.Token;
/**

@@ -233,3 +233,3 @@ * `CfnRule.PredicateProperty.Type`

*/
type: string;
readonly type: string;
}

@@ -246,3 +246,3 @@ }

*/
name: string;
readonly name: string;
/**

@@ -252,3 +252,3 @@ * `AWS::WAFRegional::SizeConstraintSet.SizeConstraints`

*/
sizeConstraints?: Array<CfnSizeConstraintSet.SizeConstraintProperty | cdk.Token> | cdk.Token;
readonly sizeConstraints?: Array<CfnSizeConstraintSet.SizeConstraintProperty | cdk.Token> | cdk.Token;
}

@@ -289,3 +289,3 @@ /**

*/
data?: string;
readonly data?: string;
/**

@@ -295,3 +295,3 @@ * `CfnSizeConstraintSet.FieldToMatchProperty.Type`

*/
type: string;
readonly type: string;
}

@@ -308,3 +308,3 @@ }

*/
comparisonOperator: string;
readonly comparisonOperator: string;
/**

@@ -314,3 +314,3 @@ * `CfnSizeConstraintSet.SizeConstraintProperty.FieldToMatch`

*/
fieldToMatch: CfnSizeConstraintSet.FieldToMatchProperty | cdk.Token;
readonly fieldToMatch: CfnSizeConstraintSet.FieldToMatchProperty | cdk.Token;
/**

@@ -320,3 +320,3 @@ * `CfnSizeConstraintSet.SizeConstraintProperty.Size`

*/
size: number | cdk.Token;
readonly size: number | cdk.Token;
/**

@@ -326,3 +326,3 @@ * `CfnSizeConstraintSet.SizeConstraintProperty.TextTransformation`

*/
textTransformation: string;
readonly textTransformation: string;
}

@@ -339,3 +339,3 @@ }

*/
name: string;
readonly name: string;
/**

@@ -345,3 +345,3 @@ * `AWS::WAFRegional::SqlInjectionMatchSet.SqlInjectionMatchTuples`

*/
sqlInjectionMatchTuples?: Array<CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty | cdk.Token> | cdk.Token;
readonly sqlInjectionMatchTuples?: Array<CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -382,3 +382,3 @@ /**

*/
data?: string;
readonly data?: string;
/**

@@ -388,3 +388,3 @@ * `CfnSqlInjectionMatchSet.FieldToMatchProperty.Type`

*/
type: string;
readonly type: string;
}

@@ -401,3 +401,3 @@ }

*/
fieldToMatch: CfnSqlInjectionMatchSet.FieldToMatchProperty | cdk.Token;
readonly fieldToMatch: CfnSqlInjectionMatchSet.FieldToMatchProperty | cdk.Token;
/**

@@ -407,3 +407,3 @@ * `CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.TextTransformation`

*/
textTransformation: string;
readonly textTransformation: string;
}

@@ -420,3 +420,3 @@ }

*/
defaultAction: CfnWebACL.ActionProperty | cdk.Token;
readonly defaultAction: CfnWebACL.ActionProperty | cdk.Token;
/**

@@ -426,3 +426,3 @@ * `AWS::WAFRegional::WebACL.MetricName`

*/
metricName: string;
readonly metricName: string;
/**

@@ -432,3 +432,3 @@ * `AWS::WAFRegional::WebACL.Name`

*/
name: string;
readonly name: string;
/**

@@ -438,3 +438,3 @@ * `AWS::WAFRegional::WebACL.Rules`

*/
rules?: Array<CfnWebACL.RuleProperty | cdk.Token> | cdk.Token;
readonly rules?: Array<CfnWebACL.RuleProperty | cdk.Token> | cdk.Token;
}

@@ -475,3 +475,3 @@ /**

*/
type: string;
readonly type: string;
}

@@ -488,3 +488,3 @@ }

*/
action: CfnWebACL.ActionProperty | cdk.Token;
readonly action: CfnWebACL.ActionProperty | cdk.Token;
/**

@@ -494,3 +494,3 @@ * `CfnWebACL.RuleProperty.Priority`

*/
priority: number | cdk.Token;
readonly priority: number | cdk.Token;
/**

@@ -500,3 +500,3 @@ * `CfnWebACL.RuleProperty.RuleId`

*/
ruleId: string;
readonly ruleId: string;
}

@@ -513,3 +513,3 @@ }

*/
resourceArn: string;
readonly resourceArn: string;
/**

@@ -519,3 +519,3 @@ * `AWS::WAFRegional::WebACLAssociation.WebACLId`

*/
webAclId: string;
readonly webAclId: string;
}

@@ -556,3 +556,3 @@ /**

*/
name: string;
readonly name: string;
/**

@@ -562,3 +562,3 @@ * `AWS::WAFRegional::XssMatchSet.XssMatchTuples`

*/
xssMatchTuples?: Array<CfnXssMatchSet.XssMatchTupleProperty | cdk.Token> | cdk.Token;
readonly xssMatchTuples?: Array<CfnXssMatchSet.XssMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -599,3 +599,3 @@ /**

*/
data?: string;
readonly data?: string;
/**

@@ -605,3 +605,3 @@ * `CfnXssMatchSet.FieldToMatchProperty.Type`

*/
type: string;
readonly type: string;
}

@@ -618,3 +618,3 @@ }

*/
fieldToMatch: CfnXssMatchSet.FieldToMatchProperty | cdk.Token;
readonly fieldToMatch: CfnXssMatchSet.FieldToMatchProperty | cdk.Token;
/**

@@ -624,4 +624,4 @@ * `CfnXssMatchSet.XssMatchTupleProperty.TextTransformation`

*/
textTransformation: string;
readonly textTransformation: string;
}
}
{
"name": "@aws-cdk/aws-wafregional",
"version": "0.26.0",
"version": "0.27.0",
"description": "The CDK Construct Library for AWS::WAFRegional",

@@ -23,3 +23,7 @@ "main": "lib/index.js",

},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.aws-wafregional",
"module": "aws_cdk.aws_wafregional"
}
}

@@ -58,13 +62,13 @@ },

"devDependencies": {
"@aws-cdk/assert": "^0.26.0",
"cdk-build-tools": "^0.26.0",
"cfn2ts": "^0.26.0",
"pkglint": "^0.26.0"
"@aws-cdk/assert": "^0.27.0",
"cdk-build-tools": "^0.27.0",
"cfn2ts": "^0.27.0",
"pkglint": "^0.27.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},

@@ -71,0 +75,0 @@ "engines": {

@@ -25,2 +25,3 @@ {

"strictNullChecks": true,
"stripInternal": true,
"target": "ES2018",

@@ -27,0 +28,0 @@ "composite": true

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc