@aws-cdk/aws-events
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
description?: string | cdk.CloudFormationToken; | ||
description?: string | cdk.Token; | ||
/** | ||
@@ -17,3 +17,3 @@ * ``AWS::Events::Rule.EventPattern`` | ||
*/ | ||
eventPattern?: object | cdk.CloudFormationToken; | ||
eventPattern?: object | cdk.Token; | ||
/** | ||
@@ -23,3 +23,3 @@ * ``AWS::Events::Rule.Name`` | ||
*/ | ||
ruleName?: string | cdk.CloudFormationToken; | ||
ruleName?: string | cdk.Token; | ||
/** | ||
@@ -29,3 +29,3 @@ * ``AWS::Events::Rule.RoleArn`` | ||
*/ | ||
roleArn?: string | cdk.CloudFormationToken; | ||
roleArn?: string | cdk.Token; | ||
/** | ||
@@ -35,3 +35,3 @@ * ``AWS::Events::Rule.ScheduleExpression`` | ||
*/ | ||
scheduleExpression?: string | cdk.CloudFormationToken; | ||
scheduleExpression?: string | cdk.Token; | ||
/** | ||
@@ -41,3 +41,3 @@ * ``AWS::Events::Rule.State`` | ||
*/ | ||
state?: string | cdk.CloudFormationToken; | ||
state?: string | cdk.Token; | ||
/** | ||
@@ -47,3 +47,3 @@ * ``AWS::Events::Rule.Targets`` | ||
*/ | ||
targets?: Array<RuleResource.TargetProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken; | ||
targets?: Array<RuleResource.TargetProperty | cdk.Token> | cdk.Token; | ||
} | ||
@@ -57,3 +57,3 @@ /** | ||
*/ | ||
static readonly resourceTypeName: string; | ||
static readonly resourceTypeName = "AWS::Events::Rule"; | ||
/** | ||
@@ -86,3 +86,3 @@ * @cloudformation_attribute Arn | ||
*/ | ||
taskCount?: number | cdk.CloudFormationToken; | ||
taskCount?: number | cdk.Token; | ||
/** | ||
@@ -92,3 +92,3 @@ * ``RuleResource.EcsParametersProperty.TaskDefinitionArn`` | ||
*/ | ||
taskDefinitionArn: string | cdk.CloudFormationToken; | ||
taskDefinitionArn: string | cdk.Token; | ||
} | ||
@@ -106,4 +106,4 @@ } | ||
inputPathsMap?: { | ||
[key: string]: (string | cdk.CloudFormationToken); | ||
} | cdk.CloudFormationToken; | ||
[key: string]: (string | cdk.Token); | ||
} | cdk.Token; | ||
/** | ||
@@ -113,3 +113,3 @@ * ``RuleResource.InputTransformerProperty.InputTemplate`` | ||
*/ | ||
inputTemplate: string | cdk.CloudFormationToken; | ||
inputTemplate: string | cdk.Token; | ||
} | ||
@@ -126,3 +126,3 @@ } | ||
*/ | ||
partitionKeyPath: string | cdk.CloudFormationToken; | ||
partitionKeyPath: string | cdk.Token; | ||
} | ||
@@ -139,3 +139,3 @@ } | ||
*/ | ||
runCommandTargets: Array<RunCommandTargetProperty | cdk.CloudFormationToken> | cdk.CloudFormationToken; | ||
runCommandTargets: Array<RunCommandTargetProperty | cdk.Token> | cdk.Token; | ||
} | ||
@@ -152,3 +152,3 @@ } | ||
*/ | ||
key: string | cdk.CloudFormationToken; | ||
key: string | cdk.Token; | ||
/** | ||
@@ -158,3 +158,3 @@ * ``RuleResource.RunCommandTargetProperty.Values`` | ||
*/ | ||
values: Array<string | cdk.CloudFormationToken> | cdk.CloudFormationToken; | ||
values: Array<string | cdk.Token> | cdk.Token; | ||
} | ||
@@ -171,3 +171,3 @@ } | ||
*/ | ||
messageGroupId: string | cdk.CloudFormationToken; | ||
messageGroupId: string | cdk.Token; | ||
} | ||
@@ -184,3 +184,3 @@ } | ||
*/ | ||
arn: string | cdk.CloudFormationToken; | ||
arn: string | cdk.Token; | ||
/** | ||
@@ -190,3 +190,3 @@ * ``RuleResource.TargetProperty.EcsParameters`` | ||
*/ | ||
ecsParameters?: EcsParametersProperty | cdk.CloudFormationToken; | ||
ecsParameters?: EcsParametersProperty | cdk.Token; | ||
/** | ||
@@ -196,3 +196,3 @@ * ``RuleResource.TargetProperty.Id`` | ||
*/ | ||
id: string | cdk.CloudFormationToken; | ||
id: string | cdk.Token; | ||
/** | ||
@@ -202,3 +202,3 @@ * ``RuleResource.TargetProperty.Input`` | ||
*/ | ||
input?: string | cdk.CloudFormationToken; | ||
input?: string | cdk.Token; | ||
/** | ||
@@ -208,3 +208,3 @@ * ``RuleResource.TargetProperty.InputPath`` | ||
*/ | ||
inputPath?: string | cdk.CloudFormationToken; | ||
inputPath?: string | cdk.Token; | ||
/** | ||
@@ -214,3 +214,3 @@ * ``RuleResource.TargetProperty.InputTransformer`` | ||
*/ | ||
inputTransformer?: InputTransformerProperty | cdk.CloudFormationToken; | ||
inputTransformer?: InputTransformerProperty | cdk.Token; | ||
/** | ||
@@ -220,3 +220,3 @@ * ``RuleResource.TargetProperty.KinesisParameters`` | ||
*/ | ||
kinesisParameters?: KinesisParametersProperty | cdk.CloudFormationToken; | ||
kinesisParameters?: KinesisParametersProperty | cdk.Token; | ||
/** | ||
@@ -226,3 +226,3 @@ * ``RuleResource.TargetProperty.RoleArn`` | ||
*/ | ||
roleArn?: string | cdk.CloudFormationToken; | ||
roleArn?: string | cdk.Token; | ||
/** | ||
@@ -232,3 +232,3 @@ * ``RuleResource.TargetProperty.RunCommandParameters`` | ||
*/ | ||
runCommandParameters?: RunCommandParametersProperty | cdk.CloudFormationToken; | ||
runCommandParameters?: RunCommandParametersProperty | cdk.Token; | ||
/** | ||
@@ -238,5 +238,5 @@ * ``RuleResource.TargetProperty.SqsParameters`` | ||
*/ | ||
sqsParameters?: SqsParametersProperty | cdk.CloudFormationToken; | ||
sqsParameters?: SqsParametersProperty | cdk.Token; | ||
} | ||
} | ||
} |
{ | ||
"name": "@aws-cdk/aws-events", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "AWS CloudWatch Events Construct Library", | ||
@@ -56,12 +56,12 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.10.0", | ||
"cdk-build-tools": "^0.10.0", | ||
"cfn2ts": "^0.10.0", | ||
"pkglint": "^0.10.0" | ||
"@aws-cdk/assert": "^0.11.0", | ||
"cdk-build-tools": "^0.11.0", | ||
"cfn2ts": "^0.11.0", | ||
"pkglint": "^0.11.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/aws-iam": "^0.10.0", | ||
"@aws-cdk/cdk": "^0.10.0" | ||
"@aws-cdk/aws-iam": "^0.11.0", | ||
"@aws-cdk/cdk": "^0.11.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk" | ||
} |
@@ -9,4 +9,2 @@ { | ||
"inlineSources": true, | ||
"jsx": "react", | ||
"jsxFactory": "jsx.create", | ||
"lib": [ | ||
@@ -13,0 +11,0 @@ "es2016", |
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
244754
1527
+ Added@aws-cdk/aws-iam@0.11.0(transitive)
+ Added@aws-cdk/cdk@0.11.0(transitive)
+ Added@aws-cdk/cx-api@0.11.0(transitive)
- Removed@aws-cdk/aws-iam@0.10.0(transitive)
- Removed@aws-cdk/cdk@0.10.0(transitive)
- Removed@aws-cdk/cx-api@0.10.0(transitive)
Updated@aws-cdk/aws-iam@^0.11.0
Updated@aws-cdk/cdk@^0.11.0