@aws-cdk/aws-iot
Advanced tools
Comparing version 0.26.0 to 0.27.0
@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
certificateSigningRequest: string; | ||
readonly certificateSigningRequest: string; | ||
/** | ||
@@ -17,3 +17,3 @@ * `AWS::IoT::Certificate.Status` | ||
*/ | ||
status: string; | ||
readonly status: string; | ||
} | ||
@@ -58,3 +58,3 @@ /** | ||
*/ | ||
policyDocument: object | cdk.Token; | ||
readonly policyDocument: object | cdk.Token; | ||
/** | ||
@@ -64,3 +64,3 @@ * `AWS::IoT::Policy.PolicyName` | ||
*/ | ||
policyName?: string; | ||
readonly policyName?: string; | ||
} | ||
@@ -105,3 +105,3 @@ /** | ||
*/ | ||
policyName: string; | ||
readonly policyName: string; | ||
/** | ||
@@ -111,3 +111,3 @@ * `AWS::IoT::PolicyPrincipalAttachment.Principal` | ||
*/ | ||
principal: string; | ||
readonly principal: string; | ||
} | ||
@@ -147,3 +147,3 @@ /** | ||
*/ | ||
attributePayload?: CfnThing.AttributePayloadProperty | cdk.Token; | ||
readonly attributePayload?: CfnThing.AttributePayloadProperty | cdk.Token; | ||
/** | ||
@@ -153,3 +153,3 @@ * `AWS::IoT::Thing.ThingName` | ||
*/ | ||
thingName?: string; | ||
readonly thingName?: string; | ||
} | ||
@@ -190,3 +190,3 @@ /** | ||
*/ | ||
attributes?: { | ||
readonly attributes?: { | ||
[key: string]: (string); | ||
@@ -205,3 +205,3 @@ } | cdk.Token; | ||
*/ | ||
principal: string; | ||
readonly principal: string; | ||
/** | ||
@@ -211,3 +211,3 @@ * `AWS::IoT::ThingPrincipalAttachment.ThingName` | ||
*/ | ||
thingName: string; | ||
readonly thingName: string; | ||
} | ||
@@ -247,3 +247,3 @@ /** | ||
*/ | ||
topicRulePayload: CfnTopicRule.TopicRulePayloadProperty | cdk.Token; | ||
readonly topicRulePayload: CfnTopicRule.TopicRulePayloadProperty | cdk.Token; | ||
/** | ||
@@ -253,3 +253,3 @@ * `AWS::IoT::TopicRule.RuleName` | ||
*/ | ||
ruleName?: string; | ||
readonly ruleName?: string; | ||
} | ||
@@ -294,3 +294,3 @@ /** | ||
*/ | ||
cloudwatchAlarm?: CfnTopicRule.CloudwatchAlarmActionProperty | cdk.Token; | ||
readonly cloudwatchAlarm?: CfnTopicRule.CloudwatchAlarmActionProperty | cdk.Token; | ||
/** | ||
@@ -300,3 +300,3 @@ * `CfnTopicRule.ActionProperty.CloudwatchMetric` | ||
*/ | ||
cloudwatchMetric?: CfnTopicRule.CloudwatchMetricActionProperty | cdk.Token; | ||
readonly cloudwatchMetric?: CfnTopicRule.CloudwatchMetricActionProperty | cdk.Token; | ||
/** | ||
@@ -306,3 +306,3 @@ * `CfnTopicRule.ActionProperty.DynamoDB` | ||
*/ | ||
dynamoDb?: CfnTopicRule.DynamoDBActionProperty | cdk.Token; | ||
readonly dynamoDb?: CfnTopicRule.DynamoDBActionProperty | cdk.Token; | ||
/** | ||
@@ -312,3 +312,3 @@ * `CfnTopicRule.ActionProperty.DynamoDBv2` | ||
*/ | ||
dynamoDBv2?: CfnTopicRule.DynamoDBv2ActionProperty | cdk.Token; | ||
readonly dynamoDBv2?: CfnTopicRule.DynamoDBv2ActionProperty | cdk.Token; | ||
/** | ||
@@ -318,3 +318,3 @@ * `CfnTopicRule.ActionProperty.Elasticsearch` | ||
*/ | ||
elasticsearch?: CfnTopicRule.ElasticsearchActionProperty | cdk.Token; | ||
readonly elasticsearch?: CfnTopicRule.ElasticsearchActionProperty | cdk.Token; | ||
/** | ||
@@ -324,3 +324,3 @@ * `CfnTopicRule.ActionProperty.Firehose` | ||
*/ | ||
firehose?: CfnTopicRule.FirehoseActionProperty | cdk.Token; | ||
readonly firehose?: CfnTopicRule.FirehoseActionProperty | cdk.Token; | ||
/** | ||
@@ -330,3 +330,3 @@ * `CfnTopicRule.ActionProperty.IotAnalytics` | ||
*/ | ||
iotAnalytics?: CfnTopicRule.IotAnalyticsActionProperty | cdk.Token; | ||
readonly iotAnalytics?: CfnTopicRule.IotAnalyticsActionProperty | cdk.Token; | ||
/** | ||
@@ -336,3 +336,3 @@ * `CfnTopicRule.ActionProperty.Kinesis` | ||
*/ | ||
kinesis?: CfnTopicRule.KinesisActionProperty | cdk.Token; | ||
readonly kinesis?: CfnTopicRule.KinesisActionProperty | cdk.Token; | ||
/** | ||
@@ -342,3 +342,3 @@ * `CfnTopicRule.ActionProperty.Lambda` | ||
*/ | ||
lambda?: CfnTopicRule.LambdaActionProperty | cdk.Token; | ||
readonly lambda?: CfnTopicRule.LambdaActionProperty | cdk.Token; | ||
/** | ||
@@ -348,3 +348,3 @@ * `CfnTopicRule.ActionProperty.Republish` | ||
*/ | ||
republish?: CfnTopicRule.RepublishActionProperty | cdk.Token; | ||
readonly republish?: CfnTopicRule.RepublishActionProperty | cdk.Token; | ||
/** | ||
@@ -354,3 +354,3 @@ * `CfnTopicRule.ActionProperty.S3` | ||
*/ | ||
s3?: CfnTopicRule.S3ActionProperty | cdk.Token; | ||
readonly s3?: CfnTopicRule.S3ActionProperty | cdk.Token; | ||
/** | ||
@@ -360,3 +360,3 @@ * `CfnTopicRule.ActionProperty.Sns` | ||
*/ | ||
sns?: CfnTopicRule.SnsActionProperty | cdk.Token; | ||
readonly sns?: CfnTopicRule.SnsActionProperty | cdk.Token; | ||
/** | ||
@@ -366,3 +366,3 @@ * `CfnTopicRule.ActionProperty.Sqs` | ||
*/ | ||
sqs?: CfnTopicRule.SqsActionProperty | cdk.Token; | ||
readonly sqs?: CfnTopicRule.SqsActionProperty | cdk.Token; | ||
/** | ||
@@ -372,3 +372,3 @@ * `CfnTopicRule.ActionProperty.StepFunctions` | ||
*/ | ||
stepFunctions?: CfnTopicRule.StepFunctionsActionProperty | cdk.Token; | ||
readonly stepFunctions?: CfnTopicRule.StepFunctionsActionProperty | cdk.Token; | ||
} | ||
@@ -385,3 +385,3 @@ } | ||
*/ | ||
alarmName: string; | ||
readonly alarmName: string; | ||
/** | ||
@@ -391,3 +391,3 @@ * `CfnTopicRule.CloudwatchAlarmActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -397,3 +397,3 @@ * `CfnTopicRule.CloudwatchAlarmActionProperty.StateReason` | ||
*/ | ||
stateReason: string; | ||
readonly stateReason: string; | ||
/** | ||
@@ -403,3 +403,3 @@ * `CfnTopicRule.CloudwatchAlarmActionProperty.StateValue` | ||
*/ | ||
stateValue: string; | ||
readonly stateValue: string; | ||
} | ||
@@ -416,3 +416,3 @@ } | ||
*/ | ||
metricName: string; | ||
readonly metricName: string; | ||
/** | ||
@@ -422,3 +422,3 @@ * `CfnTopicRule.CloudwatchMetricActionProperty.MetricNamespace` | ||
*/ | ||
metricNamespace: string; | ||
readonly metricNamespace: string; | ||
/** | ||
@@ -428,3 +428,3 @@ * `CfnTopicRule.CloudwatchMetricActionProperty.MetricTimestamp` | ||
*/ | ||
metricTimestamp?: string; | ||
readonly metricTimestamp?: string; | ||
/** | ||
@@ -434,3 +434,3 @@ * `CfnTopicRule.CloudwatchMetricActionProperty.MetricUnit` | ||
*/ | ||
metricUnit: string; | ||
readonly metricUnit: string; | ||
/** | ||
@@ -440,3 +440,3 @@ * `CfnTopicRule.CloudwatchMetricActionProperty.MetricValue` | ||
*/ | ||
metricValue: string; | ||
readonly metricValue: string; | ||
/** | ||
@@ -446,3 +446,3 @@ * `CfnTopicRule.CloudwatchMetricActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
} | ||
@@ -459,3 +459,3 @@ } | ||
*/ | ||
hashKeyField: string; | ||
readonly hashKeyField: string; | ||
/** | ||
@@ -465,3 +465,3 @@ * `CfnTopicRule.DynamoDBActionProperty.HashKeyType` | ||
*/ | ||
hashKeyType?: string; | ||
readonly hashKeyType?: string; | ||
/** | ||
@@ -471,3 +471,3 @@ * `CfnTopicRule.DynamoDBActionProperty.HashKeyValue` | ||
*/ | ||
hashKeyValue: string; | ||
readonly hashKeyValue: string; | ||
/** | ||
@@ -477,3 +477,3 @@ * `CfnTopicRule.DynamoDBActionProperty.PayloadField` | ||
*/ | ||
payloadField?: string; | ||
readonly payloadField?: string; | ||
/** | ||
@@ -483,3 +483,3 @@ * `CfnTopicRule.DynamoDBActionProperty.RangeKeyField` | ||
*/ | ||
rangeKeyField?: string; | ||
readonly rangeKeyField?: string; | ||
/** | ||
@@ -489,3 +489,3 @@ * `CfnTopicRule.DynamoDBActionProperty.RangeKeyType` | ||
*/ | ||
rangeKeyType?: string; | ||
readonly rangeKeyType?: string; | ||
/** | ||
@@ -495,3 +495,3 @@ * `CfnTopicRule.DynamoDBActionProperty.RangeKeyValue` | ||
*/ | ||
rangeKeyValue?: string; | ||
readonly rangeKeyValue?: string; | ||
/** | ||
@@ -501,3 +501,3 @@ * `CfnTopicRule.DynamoDBActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -507,3 +507,3 @@ * `CfnTopicRule.DynamoDBActionProperty.TableName` | ||
*/ | ||
tableName: string; | ||
readonly tableName: string; | ||
} | ||
@@ -520,3 +520,3 @@ } | ||
*/ | ||
putItem?: CfnTopicRule.PutItemInputProperty | cdk.Token; | ||
readonly putItem?: CfnTopicRule.PutItemInputProperty | cdk.Token; | ||
/** | ||
@@ -526,3 +526,3 @@ * `CfnTopicRule.DynamoDBv2ActionProperty.RoleArn` | ||
*/ | ||
roleArn?: string; | ||
readonly roleArn?: string; | ||
} | ||
@@ -539,3 +539,3 @@ } | ||
*/ | ||
endpoint: string; | ||
readonly endpoint: string; | ||
/** | ||
@@ -545,3 +545,3 @@ * `CfnTopicRule.ElasticsearchActionProperty.Id` | ||
*/ | ||
id: string; | ||
readonly id: string; | ||
/** | ||
@@ -551,3 +551,3 @@ * `CfnTopicRule.ElasticsearchActionProperty.Index` | ||
*/ | ||
index: string; | ||
readonly index: string; | ||
/** | ||
@@ -557,3 +557,3 @@ * `CfnTopicRule.ElasticsearchActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -563,3 +563,3 @@ * `CfnTopicRule.ElasticsearchActionProperty.Type` | ||
*/ | ||
type: string; | ||
readonly type: string; | ||
} | ||
@@ -576,3 +576,3 @@ } | ||
*/ | ||
deliveryStreamName: string; | ||
readonly deliveryStreamName: string; | ||
/** | ||
@@ -582,3 +582,3 @@ * `CfnTopicRule.FirehoseActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -588,3 +588,3 @@ * `CfnTopicRule.FirehoseActionProperty.Separator` | ||
*/ | ||
separator?: string; | ||
readonly separator?: string; | ||
} | ||
@@ -601,3 +601,3 @@ } | ||
*/ | ||
channelName: string; | ||
readonly channelName: string; | ||
/** | ||
@@ -607,3 +607,3 @@ * `CfnTopicRule.IotAnalyticsActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
} | ||
@@ -620,3 +620,3 @@ } | ||
*/ | ||
partitionKey?: string; | ||
readonly partitionKey?: string; | ||
/** | ||
@@ -626,3 +626,3 @@ * `CfnTopicRule.KinesisActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -632,3 +632,3 @@ * `CfnTopicRule.KinesisActionProperty.StreamName` | ||
*/ | ||
streamName: string; | ||
readonly streamName: string; | ||
} | ||
@@ -645,3 +645,3 @@ } | ||
*/ | ||
functionArn?: string; | ||
readonly functionArn?: string; | ||
} | ||
@@ -658,3 +658,3 @@ } | ||
*/ | ||
tableName: string; | ||
readonly tableName: string; | ||
} | ||
@@ -671,3 +671,3 @@ } | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -677,3 +677,3 @@ * `CfnTopicRule.RepublishActionProperty.Topic` | ||
*/ | ||
topic: string; | ||
readonly topic: string; | ||
} | ||
@@ -690,3 +690,3 @@ } | ||
*/ | ||
bucketName: string; | ||
readonly bucketName: string; | ||
/** | ||
@@ -696,3 +696,3 @@ * `CfnTopicRule.S3ActionProperty.Key` | ||
*/ | ||
key: string; | ||
readonly key: string; | ||
/** | ||
@@ -702,3 +702,3 @@ * `CfnTopicRule.S3ActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
} | ||
@@ -715,3 +715,3 @@ } | ||
*/ | ||
messageFormat?: string; | ||
readonly messageFormat?: string; | ||
/** | ||
@@ -721,3 +721,3 @@ * `CfnTopicRule.SnsActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -727,3 +727,3 @@ * `CfnTopicRule.SnsActionProperty.TargetArn` | ||
*/ | ||
targetArn: string; | ||
readonly targetArn: string; | ||
} | ||
@@ -740,3 +740,3 @@ } | ||
*/ | ||
queueUrl: string; | ||
readonly queueUrl: string; | ||
/** | ||
@@ -746,3 +746,3 @@ * `CfnTopicRule.SqsActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -752,3 +752,3 @@ * `CfnTopicRule.SqsActionProperty.UseBase64` | ||
*/ | ||
useBase64?: boolean | cdk.Token; | ||
readonly useBase64?: boolean | cdk.Token; | ||
} | ||
@@ -765,3 +765,3 @@ } | ||
*/ | ||
executionNamePrefix?: string; | ||
readonly executionNamePrefix?: string; | ||
/** | ||
@@ -771,3 +771,3 @@ * `CfnTopicRule.StepFunctionsActionProperty.RoleArn` | ||
*/ | ||
roleArn: string; | ||
readonly roleArn: string; | ||
/** | ||
@@ -777,3 +777,3 @@ * `CfnTopicRule.StepFunctionsActionProperty.StateMachineName` | ||
*/ | ||
stateMachineName: string; | ||
readonly stateMachineName: string; | ||
} | ||
@@ -790,3 +790,3 @@ } | ||
*/ | ||
actions: Array<CfnTopicRule.ActionProperty | cdk.Token> | cdk.Token; | ||
readonly actions: Array<CfnTopicRule.ActionProperty | cdk.Token> | cdk.Token; | ||
/** | ||
@@ -796,3 +796,3 @@ * `CfnTopicRule.TopicRulePayloadProperty.AwsIotSqlVersion` | ||
*/ | ||
awsIotSqlVersion?: string; | ||
readonly awsIotSqlVersion?: string; | ||
/** | ||
@@ -802,3 +802,3 @@ * `CfnTopicRule.TopicRulePayloadProperty.Description` | ||
*/ | ||
description?: string; | ||
readonly description?: string; | ||
/** | ||
@@ -808,3 +808,3 @@ * `CfnTopicRule.TopicRulePayloadProperty.ErrorAction` | ||
*/ | ||
errorAction?: CfnTopicRule.ActionProperty | cdk.Token; | ||
readonly errorAction?: CfnTopicRule.ActionProperty | cdk.Token; | ||
/** | ||
@@ -814,3 +814,3 @@ * `CfnTopicRule.TopicRulePayloadProperty.RuleDisabled` | ||
*/ | ||
ruleDisabled: boolean | cdk.Token; | ||
readonly ruleDisabled: boolean | cdk.Token; | ||
/** | ||
@@ -820,4 +820,4 @@ * `CfnTopicRule.TopicRulePayloadProperty.Sql` | ||
*/ | ||
sql: string; | ||
readonly sql: string; | ||
} | ||
} |
{ | ||
"name": "@aws-cdk/aws-iot", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"description": "The CDK Construct Library for AWS::IoT", | ||
@@ -23,3 +23,7 @@ "main": "lib/index.js", | ||
}, | ||
"sphinx": {} | ||
"sphinx": {}, | ||
"python": { | ||
"distName": "aws-cdk.aws-iot", | ||
"module": "aws_cdk.aws_iot" | ||
} | ||
} | ||
@@ -58,13 +62,13 @@ }, | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.26.0", | ||
"cdk-build-tools": "^0.26.0", | ||
"cfn2ts": "^0.26.0", | ||
"pkglint": "^0.26.0" | ||
"@aws-cdk/assert": "^0.27.0", | ||
"cdk-build-tools": "^0.27.0", | ||
"cfn2ts": "^0.27.0", | ||
"pkglint": "^0.27.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.26.0" | ||
"@aws-cdk/cdk": "^0.27.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/cdk": "^0.26.0" | ||
"@aws-cdk/cdk": "^0.27.0" | ||
}, | ||
@@ -71,0 +75,0 @@ "engines": { |
@@ -25,2 +25,3 @@ { | ||
"strictNullChecks": true, | ||
"stripInternal": true, | ||
"target": "ES2018", | ||
@@ -27,0 +28,0 @@ "composite": true |
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
338744
1932
+ Added@aws-cdk/cdk@0.27.0(transitive)
+ Added@aws-cdk/cx-api@0.27.0(transitive)
- Removed@aws-cdk/cdk@0.26.0(transitive)
- Removed@aws-cdk/cx-api@0.26.0(transitive)
Updated@aws-cdk/cdk@^0.27.0