@aws-cdk/aws-acmpca
Advanced tools
Comparing version 1.38.0 to 1.39.0
@@ -48,2 +48,10 @@ import * as cdk from '@aws-cdk/core'; | ||
/** | ||
* A factory method that creates a new instance of this class from an object | ||
* containing the CloudFormation properties of this resource. | ||
* Used in the @aws-cdk/cloudformation-include module. | ||
* | ||
* @experimental | ||
*/ | ||
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificate; | ||
/** | ||
* @cloudformationAttribute Arn | ||
@@ -175,2 +183,10 @@ */ | ||
/** | ||
* A factory method that creates a new instance of this class from an object | ||
* containing the CloudFormation properties of this resource. | ||
* Used in the @aws-cdk/cloudformation-include module. | ||
* | ||
* @experimental | ||
*/ | ||
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificateAuthority; | ||
/** | ||
* @cloudformationAttribute Arn | ||
@@ -398,2 +414,10 @@ */ | ||
/** | ||
* A factory method that creates a new instance of this class from an object | ||
* containing the CloudFormation properties of this resource. | ||
* Used in the @aws-cdk/cloudformation-include module. | ||
* | ||
* @experimental | ||
*/ | ||
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificateAuthorityActivation; | ||
/** | ||
* @cloudformationAttribute CompleteCertificateChain | ||
@@ -400,0 +424,0 @@ */ |
{ | ||
"name": "@aws-cdk/aws-acmpca", | ||
"version": "1.38.0", | ||
"version": "1.39.0", | ||
"description": "The CDK Construct Library for AWS::ACMPCA", | ||
@@ -51,3 +51,4 @@ "main": "lib/index.js", | ||
"cdk-build": { | ||
"cloudformation": "AWS::ACMPCA" | ||
"cloudformation": "AWS::ACMPCA", | ||
"jest": true | ||
}, | ||
@@ -66,36 +67,19 @@ "keywords": [ | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js" | ||
], | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 60, | ||
"statements": 80 | ||
} | ||
}, | ||
"collectCoverage": true, | ||
"coverageReporters": [ | ||
"lcov", | ||
"html", | ||
"text-summary" | ||
] | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "1.38.0", | ||
"cdk-build-tools": "1.38.0", | ||
"cfn2ts": "1.38.0", | ||
"pkglint": "1.38.0" | ||
"@aws-cdk/assert": "1.39.0", | ||
"cdk-build-tools": "1.39.0", | ||
"cfn2ts": "1.39.0", | ||
"pkglint": "1.39.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.38.0", | ||
"@aws-cdk/core": "1.39.0", | ||
"constructs": "^3.0.2" | ||
}, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.38.0", | ||
"@aws-cdk/core": "1.39.0", | ||
"constructs": "^3.0.2" | ||
}, | ||
"engines": { | ||
"node": ">= 10.13.0" | ||
"node": ">= 10.13.0 <13 || >=13.7.0" | ||
}, | ||
@@ -102,0 +86,0 @@ "stability": "experimental", |
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
233710
1100
11
+ Added@aws-cdk/cdk-assets-schema@1.39.0(transitive)
+ Added@aws-cdk/cloud-assembly-schema@1.39.0(transitive)
+ Added@aws-cdk/core@1.39.0(transitive)
+ Added@aws-cdk/cx-api@1.39.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.38.0(transitive)
- Removed@aws-cdk/core@1.38.0(transitive)
- Removed@aws-cdk/cx-api@1.38.0(transitive)
Updated@aws-cdk/core@1.39.0