@aws-cdk/aws-applicationautoscaling
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -51,3 +51,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
static readonly resourceTypeName: string; | ||
readonly ref: ScalableTargetId; | ||
readonly scalableTargetId: string; | ||
/** | ||
@@ -115,5 +115,2 @@ * Creates a new ``AWS::ApplicationAutoScaling::ScalableTarget``. | ||
} | ||
export declare class ScalableTargetId extends cdk.CloudFormationToken { | ||
private readonly thisIsAScalableTargetId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -173,3 +170,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: ScalingPolicyArn; | ||
readonly scalingPolicyArn: string; | ||
/** | ||
@@ -345,4 +342,1 @@ * Creates a new ``AWS::ApplicationAutoScaling::ScalingPolicy``. | ||
} | ||
export declare class ScalingPolicyArn extends cdk.Arn { | ||
private readonly thisIsAScalingPolicyArn; | ||
} |
{ | ||
"name": "@aws-cdk/aws-applicationautoscaling", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling", | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208352
862
Updated@aws-cdk/cdk@^0.9.2