@aws-cdk/aws-iot
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -29,4 +29,4 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
readonly certificateArn: CertificateArn; | ||
readonly ref: CertificateId; | ||
readonly certificateArn: string; | ||
readonly certificateId: string; | ||
/** | ||
@@ -45,8 +45,2 @@ * Creates a new ``AWS::IoT::Certificate``. | ||
} | ||
export declare class CertificateArn extends cdk.Arn { | ||
private readonly thisIsACertificateArn; | ||
} | ||
export declare class CertificateId extends cdk.CloudFormationToken { | ||
private readonly thisIsACertificateId; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -79,4 +73,4 @@ /** | ||
*/ | ||
readonly policyArn: PolicyArn; | ||
readonly ref: PolicyName; | ||
readonly policyArn: string; | ||
readonly policyName: string; | ||
/** | ||
@@ -95,8 +89,2 @@ * Creates a new ``AWS::IoT::Policy``. | ||
} | ||
export declare class PolicyArn extends cdk.Arn { | ||
private readonly thisIsAPolicyArn; | ||
} | ||
export declare class PolicyName extends cdk.CloudFormationToken { | ||
private readonly thisIsAPolicyName; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -163,3 +151,3 @@ /** | ||
static readonly resourceTypeName: string; | ||
readonly ref: ThingName; | ||
readonly thingName: string; | ||
/** | ||
@@ -192,5 +180,2 @@ * Creates a new ``AWS::IoT::Thing``. | ||
} | ||
export declare class ThingName extends cdk.CloudFormationToken { | ||
private readonly thisIsAThingName; | ||
} | ||
export declare namespace cloudformation { | ||
@@ -260,4 +245,4 @@ /** | ||
*/ | ||
readonly topicRuleArn: TopicRuleArn; | ||
readonly ref: TopicRuleName; | ||
readonly topicRuleArn: string; | ||
readonly topicRuleName: string; | ||
/** | ||
@@ -691,7 +676,1 @@ * Creates a new ``AWS::IoT::TopicRule``. | ||
} | ||
export declare class TopicRuleArn extends cdk.Arn { | ||
private readonly thisIsATopicRuleArn; | ||
} | ||
export declare class TopicRuleName extends cdk.CloudFormationToken { | ||
private readonly thisIsATopicRuleName; | ||
} |
{ | ||
"name": "@aws-cdk/aws-iot", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "The CDK Construct Library for AWS::IoT", | ||
@@ -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
339648
1721
Updated@aws-cdk/cdk@^0.9.2