@aws-cdk/aws-wafregional
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -26,3 +26,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
static readonly resourceTypeName: string; | ||
readonly ref: ByteMatchSetId; | ||
readonly byteMatchSetId: string; | ||
/** | ||
@@ -90,5 +90,2 @@ * Creates a new ``AWS::WAFRegional::ByteMatchSet``. | ||
} | ||
export declare class ByteMatchSetId extends cdk.CloudFormationToken { | ||
private readonly thisIsAByteMatchSetId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -118,3 +115,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: IPSetId; | ||
readonly ipSetId: string; | ||
/** | ||
@@ -150,5 +147,2 @@ * Creates a new ``AWS::WAFRegional::IPSet``. | ||
} | ||
export declare class IPSetId extends cdk.CloudFormationToken { | ||
private readonly thisIsAIPSetId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -183,3 +177,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: RuleId; | ||
readonly ruleId: string; | ||
/** | ||
@@ -220,5 +214,2 @@ * Creates a new ``AWS::WAFRegional::Rule``. | ||
} | ||
export declare class RuleId extends cdk.CloudFormationToken { | ||
private readonly thisIsARuleId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -248,3 +239,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: SizeConstraintSetId; | ||
readonly sizeConstraintSetId: string; | ||
/** | ||
@@ -307,5 +298,2 @@ * Creates a new ``AWS::WAFRegional::SizeConstraintSet``. | ||
} | ||
export declare class SizeConstraintSetId extends cdk.CloudFormationToken { | ||
private readonly thisIsASizeConstraintSetId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -335,3 +323,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: SqlInjectionMatchSetId; | ||
readonly sqlInjectionMatchSetId: string; | ||
/** | ||
@@ -384,5 +372,2 @@ * Creates a new ``AWS::WAFRegional::SqlInjectionMatchSet``. | ||
} | ||
export declare class SqlInjectionMatchSetId extends cdk.CloudFormationToken { | ||
private readonly thisIsASqlInjectionMatchSetId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -422,3 +407,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: WebACLId; | ||
readonly webAclId: string; | ||
/** | ||
@@ -471,5 +456,2 @@ * Creates a new ``AWS::WAFRegional::WebACL``. | ||
} | ||
export declare class WebACLId extends cdk.CloudFormationToken { | ||
private readonly thisIsAWebACLId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -499,3 +481,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: WebACLAssociationId; | ||
readonly webAclAssociationId: string; | ||
/** | ||
@@ -514,5 +496,2 @@ * Creates a new ``AWS::WAFRegional::WebACLAssociation``. | ||
} | ||
export declare class WebACLAssociationId extends cdk.CloudFormationToken { | ||
private readonly thisIsAWebACLAssociationId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -542,3 +521,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: XssMatchSetId; | ||
readonly xssMatchSetId: string; | ||
/** | ||
@@ -591,4 +570,1 @@ * Creates a new ``AWS::WAFRegional::XssMatchSet``. | ||
} | ||
export declare class XssMatchSetId extends cdk.CloudFormationToken { | ||
private readonly thisIsAXssMatchSetId; | ||
} |
{ | ||
"name": "@aws-cdk/aws-wafregional", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "The CDK Construct Library for AWS::WAFRegional", | ||
@@ -55,11 +55,11 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.9.1", | ||
"cdk-build-tools": "^0.9.1", | ||
"cfn2ts": "^0.9.1", | ||
"pkglint": "^0.9.1" | ||
"@aws-cdk/assert": "^0.9.2", | ||
"cdk-build-tools": "^0.9.2", | ||
"cfn2ts": "^0.9.2", | ||
"pkglint": "^0.9.2" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.9.1" | ||
"@aws-cdk/cdk": "^0.9.2" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
293856
1545
Updated@aws-cdk/cdk@^0.9.2