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
4
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.10.0 to 0.11.0

114

lib/wafregional.generated.d.ts

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

*/
byteMatchSetName: string | cdk.CloudFormationToken;
byteMatchSetName: string | cdk.Token;
/**

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

*/
byteMatchTuples?: Array<ByteMatchSetResource.ByteMatchTupleProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
byteMatchTuples?: Array<ByteMatchSetResource.ByteMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -27,3 +27,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::ByteMatchSet";
readonly byteMatchSetId: string;

@@ -52,3 +52,3 @@ /**

*/
fieldToMatch: FieldToMatchProperty | cdk.CloudFormationToken;
fieldToMatch: FieldToMatchProperty | cdk.Token;
/**

@@ -58,3 +58,3 @@ * ``ByteMatchSetResource.ByteMatchTupleProperty.PositionalConstraint``

*/
positionalConstraint: string | cdk.CloudFormationToken;
positionalConstraint: string | cdk.Token;
/**

@@ -64,3 +64,3 @@ * ``ByteMatchSetResource.ByteMatchTupleProperty.TargetString``

*/
targetString?: string | cdk.CloudFormationToken;
targetString?: string | cdk.Token;
/**

@@ -70,3 +70,3 @@ * ``ByteMatchSetResource.ByteMatchTupleProperty.TargetStringBase64``

*/
targetStringBase64?: string | cdk.CloudFormationToken;
targetStringBase64?: string | cdk.Token;
/**

@@ -76,3 +76,3 @@ * ``ByteMatchSetResource.ByteMatchTupleProperty.TextTransformation``

*/
textTransformation: string | cdk.CloudFormationToken;
textTransformation: string | cdk.Token;
}

@@ -89,3 +89,3 @@ }

*/
data?: string | cdk.CloudFormationToken;
data?: string | cdk.Token;
/**

@@ -95,3 +95,3 @@ * ``ByteMatchSetResource.FieldToMatchProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -109,3 +109,3 @@ }

*/
ipSetName: string | cdk.CloudFormationToken;
ipSetName: string | cdk.Token;
/**

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

*/
ipSetDescriptors?: Array<IPSetResource.IPSetDescriptorProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
ipSetDescriptors?: Array<IPSetResource.IPSetDescriptorProperty | cdk.Token> | cdk.Token;
}

@@ -125,3 +125,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::IPSet";
readonly ipSetId: string;

@@ -150,3 +150,3 @@ /**

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
/**

@@ -156,3 +156,3 @@ * ``IPSetResource.IPSetDescriptorProperty.Value``

*/
value: string | cdk.CloudFormationToken;
value: string | cdk.Token;
}

@@ -170,3 +170,3 @@ }

*/
metricName: string | cdk.CloudFormationToken;
metricName: string | cdk.Token;
/**

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

*/
ruleName: string | cdk.CloudFormationToken;
ruleName: string | cdk.Token;
/**

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

*/
predicates?: Array<RuleResource.PredicateProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
predicates?: Array<RuleResource.PredicateProperty | cdk.Token> | cdk.Token;
}

@@ -192,3 +192,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::Rule";
readonly ruleId: string;

@@ -217,3 +217,3 @@ /**

*/
dataId: string | cdk.CloudFormationToken;
dataId: string | cdk.Token;
/**

@@ -223,3 +223,3 @@ * ``RuleResource.PredicateProperty.Negated``

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

@@ -229,3 +229,3 @@ * ``RuleResource.PredicateProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -243,3 +243,3 @@ }

*/
sizeConstraintSetName: string | cdk.CloudFormationToken;
sizeConstraintSetName: string | cdk.Token;
/**

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

*/
sizeConstraints?: Array<SizeConstraintSetResource.SizeConstraintProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
sizeConstraints?: Array<SizeConstraintSetResource.SizeConstraintProperty | cdk.Token> | cdk.Token;
}

@@ -259,3 +259,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::SizeConstraintSet";
readonly sizeConstraintSetId: string;

@@ -284,3 +284,3 @@ /**

*/
data?: string | cdk.CloudFormationToken;
data?: string | cdk.Token;
/**

@@ -290,3 +290,3 @@ * ``SizeConstraintSetResource.FieldToMatchProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -303,3 +303,3 @@ }

*/
comparisonOperator: string | cdk.CloudFormationToken;
comparisonOperator: string | cdk.Token;
/**

@@ -309,3 +309,3 @@ * ``SizeConstraintSetResource.SizeConstraintProperty.FieldToMatch``

*/
fieldToMatch: FieldToMatchProperty | cdk.CloudFormationToken;
fieldToMatch: FieldToMatchProperty | cdk.Token;
/**

@@ -315,3 +315,3 @@ * ``SizeConstraintSetResource.SizeConstraintProperty.Size``

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

@@ -321,3 +321,3 @@ * ``SizeConstraintSetResource.SizeConstraintProperty.TextTransformation``

*/
textTransformation: string | cdk.CloudFormationToken;
textTransformation: string | cdk.Token;
}

@@ -335,3 +335,3 @@ }

*/
sqlInjectionMatchSetName: string | cdk.CloudFormationToken;
sqlInjectionMatchSetName: string | cdk.Token;
/**

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

*/
sqlInjectionMatchTuples?: Array<SqlInjectionMatchSetResource.SqlInjectionMatchTupleProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
sqlInjectionMatchTuples?: Array<SqlInjectionMatchSetResource.SqlInjectionMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -351,3 +351,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::SqlInjectionMatchSet";
readonly sqlInjectionMatchSetId: string;

@@ -376,3 +376,3 @@ /**

*/
data?: string | cdk.CloudFormationToken;
data?: string | cdk.Token;
/**

@@ -382,3 +382,3 @@ * ``SqlInjectionMatchSetResource.FieldToMatchProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -395,3 +395,3 @@ }

*/
fieldToMatch: FieldToMatchProperty | cdk.CloudFormationToken;
fieldToMatch: FieldToMatchProperty | cdk.Token;
/**

@@ -401,3 +401,3 @@ * ``SqlInjectionMatchSetResource.SqlInjectionMatchTupleProperty.TextTransformation``

*/
textTransformation: string | cdk.CloudFormationToken;
textTransformation: string | cdk.Token;
}

@@ -415,3 +415,3 @@ }

*/
defaultAction: WebACLResource.ActionProperty | cdk.CloudFormationToken;
defaultAction: WebACLResource.ActionProperty | cdk.Token;
/**

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

*/
metricName: string | cdk.CloudFormationToken;
metricName: string | cdk.Token;
/**

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

*/
webAclName: string | cdk.CloudFormationToken;
webAclName: string | cdk.Token;
/**

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

*/
rules?: Array<WebACLResource.RuleProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
rules?: Array<WebACLResource.RuleProperty | cdk.Token> | cdk.Token;
}

@@ -443,3 +443,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::WebACL";
readonly webAclId: string;

@@ -468,3 +468,3 @@ /**

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -481,3 +481,3 @@ }

*/
action: ActionProperty | cdk.CloudFormationToken;
action: ActionProperty | cdk.Token;
/**

@@ -487,3 +487,3 @@ * ``WebACLResource.RuleProperty.Priority``

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

@@ -493,3 +493,3 @@ * ``WebACLResource.RuleProperty.RuleId``

*/
ruleId: string | cdk.CloudFormationToken;
ruleId: string | cdk.Token;
}

@@ -507,3 +507,3 @@ }

*/
resourceArn: string | cdk.CloudFormationToken;
resourceArn: string | cdk.Token;
/**

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

*/
webAclId: string | cdk.CloudFormationToken;
webAclId: string | cdk.Token;
}

@@ -523,3 +523,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::WebACLAssociation";
readonly webAclAssociationId: string;

@@ -549,3 +549,3 @@ /**

*/
xssMatchSetName: string | cdk.CloudFormationToken;
xssMatchSetName: string | cdk.Token;
/**

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

*/
xssMatchTuples?: Array<XssMatchSetResource.XssMatchTupleProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken;
xssMatchTuples?: Array<XssMatchSetResource.XssMatchTupleProperty | cdk.Token> | cdk.Token;
}

@@ -565,3 +565,3 @@ /**

*/
static readonly resourceTypeName: string;
static readonly resourceTypeName = "AWS::WAFRegional::XssMatchSet";
readonly xssMatchSetId: string;

@@ -590,3 +590,3 @@ /**

*/
data?: string | cdk.CloudFormationToken;
data?: string | cdk.Token;
/**

@@ -596,3 +596,3 @@ * ``XssMatchSetResource.FieldToMatchProperty.Type``

*/
type: string | cdk.CloudFormationToken;
type: string | cdk.Token;
}

@@ -609,3 +609,3 @@ }

*/
fieldToMatch: FieldToMatchProperty | cdk.CloudFormationToken;
fieldToMatch: FieldToMatchProperty | cdk.Token;
/**

@@ -615,5 +615,5 @@ * ``XssMatchSetResource.XssMatchTupleProperty.TextTransformation``

*/
textTransformation: string | cdk.CloudFormationToken;
textTransformation: string | cdk.Token;
}
}
}
{
"name": "@aws-cdk/aws-wafregional",
"version": "0.10.0",
"version": "0.11.0",
"description": "The CDK Construct Library for AWS::WAFRegional",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

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

@@ -9,4 +9,2 @@ {

"inlineSources": true,
"jsx": "react",
"jsxFactory": "jsx.create",
"lib": [

@@ -13,0 +11,0 @@ "es2016",

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