Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-iot

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-iot - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

35

lib/iot.generated.d.ts

@@ -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;
}

12

package.json
{
"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

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