@aws-cdk/aws-sam
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -62,3 +62,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
static readonly requiredTransform: string; | ||
readonly ref: ApiName; | ||
readonly apiName: string; | ||
/** | ||
@@ -99,5 +99,2 @@ * Creates a new ``AWS::Serverless::Api``. | ||
} | ||
export declare class ApiName extends cdk.CloudFormationToken { | ||
private readonly thisIsAApiName; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -210,3 +207,3 @@ /** | ||
static readonly requiredTransform: string; | ||
readonly ref: FunctionName; | ||
readonly functionName: string; | ||
/** | ||
@@ -550,5 +547,2 @@ * Creates a new ``AWS::Serverless::Function``. | ||
} | ||
export declare class FunctionName extends cdk.CloudFormationToken { | ||
private readonly thisIsAFunctionName; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -582,3 +576,3 @@ /** | ||
static readonly requiredTransform: string; | ||
readonly ref: SimpleTableName; | ||
readonly simpleTableName: string; | ||
/** | ||
@@ -631,4 +625,1 @@ * Creates a new ``AWS::Serverless::SimpleTable``. | ||
} | ||
export declare class SimpleTableName extends cdk.CloudFormationToken { | ||
private readonly thisIsASimpleTableName; | ||
} |
{ | ||
"name": "@aws-cdk/aws-sam", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "The CDK Construct Library for the AWS Serverless Application Model (SAM) resources", | ||
@@ -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
331567
1676
Updated@aws-cdk/cdk@^0.9.2