@aws-cdk/aws-elasticache
Advanced tools
Comparing version 1.197.0 to 1.198.0
@@ -114,2 +114,14 @@ function _aws_cdk_aws_elasticache_CfnCacheClusterProps(p) { | ||
function _aws_cdk_aws_elasticache_CfnUserProps(p) { | ||
if (p == null) | ||
return; | ||
visitedObjects.add(p); | ||
try { | ||
if (p.tags != null) | ||
for (const o of p.tags) | ||
if (!visitedObjects.has(o)) | ||
require("@aws-cdk/core/.warnings.jsii.js")._aws_cdk_core_CfnTag(o); | ||
} | ||
finally { | ||
visitedObjects.delete(p); | ||
} | ||
} | ||
@@ -121,2 +133,14 @@ function _aws_cdk_aws_elasticache_CfnUser(p) { | ||
function _aws_cdk_aws_elasticache_CfnUserGroupProps(p) { | ||
if (p == null) | ||
return; | ||
visitedObjects.add(p); | ||
try { | ||
if (p.tags != null) | ||
for (const o of p.tags) | ||
if (!visitedObjects.has(o)) | ||
require("@aws-cdk/core/.warnings.jsii.js")._aws_cdk_core_CfnTag(o); | ||
} | ||
finally { | ||
visitedObjects.delete(p); | ||
} | ||
} | ||
@@ -123,0 +147,0 @@ function _aws_cdk_aws_elasticache_CfnUserGroup(p) { |
{ | ||
"name": "@aws-cdk/aws-elasticache", | ||
"version": "1.197.0", | ||
"version": "1.198.0", | ||
"description": "The CDK Construct Library for AWS::ElastiCache", | ||
@@ -82,10 +82,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assertions": "1.197.0", | ||
"@aws-cdk/cdk-build-tools": "1.197.0", | ||
"@aws-cdk/cfn2ts": "1.197.0", | ||
"@aws-cdk/pkglint": "1.197.0", | ||
"@aws-cdk/assertions": "1.198.0", | ||
"@aws-cdk/cdk-build-tools": "1.198.0", | ||
"@aws-cdk/cfn2ts": "1.198.0", | ||
"@aws-cdk/pkglint": "1.198.0", | ||
"@types/jest": "^27.5.2" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.197.0", | ||
"@aws-cdk/core": "1.198.0", | ||
"constructs": "^3.3.69" | ||
@@ -95,3 +95,3 @@ }, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.197.0", | ||
"@aws-cdk/core": "1.198.0", | ||
"constructs": "^3.3.69" | ||
@@ -98,0 +98,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1496245
9417
+ Added@aws-cdk/cloud-assembly-schema@1.198.0(transitive)
+ Added@aws-cdk/core@1.198.0(transitive)
+ Added@aws-cdk/cx-api@1.198.0(transitive)
+ Added@aws-cdk/region-info@1.198.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.197.0(transitive)
- Removed@aws-cdk/core@1.197.0(transitive)
- Removed@aws-cdk/cx-api@1.197.0(transitive)
- Removed@aws-cdk/region-info@1.197.0(transitive)
Updated@aws-cdk/core@1.198.0