@aws-cdk/aws-directoryservice
Advanced tools
Comparing version 1.70.0 to 1.71.0
import * as cdk from '@aws-cdk/core'; | ||
import * as cfn_parse from '@aws-cdk/core/lib/cfn-parse'; | ||
/** | ||
@@ -74,2 +75,10 @@ * Properties for defining a `AWS::DirectoryService::MicrosoftAD`. | ||
/** | ||
* 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. | ||
* | ||
* @internal | ||
*/ | ||
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnMicrosoftAD; | ||
/** | ||
* @external | ||
@@ -272,2 +281,10 @@ * @cloudformationAttribute Alias | ||
/** | ||
* 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. | ||
* | ||
* @internal | ||
*/ | ||
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnSimpleAD; | ||
/** | ||
* @external | ||
@@ -274,0 +291,0 @@ * @cloudformationAttribute Alias |
{ | ||
"name": "@aws-cdk/aws-directoryservice", | ||
"version": "1.70.0", | ||
"version": "1.71.0", | ||
"description": "The CDK Construct Library for AWS::DirectoryService", | ||
@@ -75,15 +75,15 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "1.70.0", | ||
"cdk-build-tools": "1.70.0", | ||
"cfn2ts": "1.70.0", | ||
"pkglint": "1.70.0" | ||
"@aws-cdk/assert": "1.71.0", | ||
"cdk-build-tools": "1.71.0", | ||
"cfn2ts": "1.71.0", | ||
"pkglint": "1.71.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.70.0", | ||
"constructs": "^3.0.4" | ||
"@aws-cdk/core": "1.71.0", | ||
"constructs": "^3.2.0" | ||
}, | ||
"homepage": "https://github.com/aws/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.70.0", | ||
"constructs": "^3.0.4" | ||
"@aws-cdk/core": "1.71.0", | ||
"constructs": "^3.2.0" | ||
}, | ||
@@ -90,0 +90,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
150374
826
+ Added@aws-cdk/cloud-assembly-schema@1.71.0(transitive)
+ Added@aws-cdk/core@1.71.0(transitive)
+ Added@aws-cdk/cx-api@1.71.0(transitive)
+ Added@aws-cdk/region-info@1.71.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.70.0(transitive)
- Removed@aws-cdk/core@1.70.0(transitive)
- Removed@aws-cdk/cx-api@1.70.0(transitive)
- Removed@aws-cdk/region-info@1.70.0(transitive)
Updated@aws-cdk/core@1.71.0
Updatedconstructs@^3.2.0