{ "author": { "name": "Amazon Web Services", "organization": true, "roles": [ "author" ], "url": "https://aws.amazon.com" }, "dependencies": { "@aws-cdk/core": "1.64.0", "@aws-cdk/cx-api": "1.64.0", "constructs": "^3.0.4" }, "dependencyClosure": { "@aws-cdk/cloud-assembly-schema": { "targets": { "dotnet": { "assemblyOriginatorKeyFile": "../../key.snk", "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png", "namespace": "Amazon.CDK.CloudAssembly.Schema", "packageId": "Amazon.CDK.CloudAssembly.Schema", "signAssembly": true }, "java": { "maven": { "artifactId": "cdk-cloud-assembly-schema", "groupId": "software.amazon.awscdk" }, "package": "software.amazon.awscdk.cloudassembly.schema" }, "js": { "npm": "@aws-cdk/cloud-assembly-schema" }, "python": { "distName": "aws-cdk.cloud-assembly-schema", "module": "aws_cdk.cloud_assembly_schema" } } }, "@aws-cdk/core": { "targets": { "dotnet": { "assemblyOriginatorKeyFile": "../../key.snk", "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png", "namespace": "Amazon.CDK", "packageId": "Amazon.CDK", "signAssembly": true }, "java": { "maven": { "artifactId": "core", "groupId": "software.amazon.awscdk" }, "package": "software.amazon.awscdk.core" }, "js": { "npm": "@aws-cdk/core" }, "python": { "distName": "aws-cdk.core", "module": "aws_cdk.core" } } }, "@aws-cdk/cx-api": { "targets": { "dotnet": { "assemblyOriginatorKeyFile": "../../key.snk", "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png", "namespace": "Amazon.CDK.CXAPI", "packageId": "Amazon.CDK.CXAPI", "signAssembly": true }, "java": { "maven": { "artifactId": "cdk-cx-api", "groupId": "software.amazon.awscdk" }, "package": "software.amazon.awscdk.cxapi" }, "js": { "npm": "@aws-cdk/cx-api" }, "python": { "distName": "aws-cdk.cx-api", "module": "aws_cdk.cx_api" } } }, "constructs": { "targets": { "dotnet": { "namespace": "Constructs", "packageId": "Constructs" }, "java": { "maven": { "artifactId": "constructs", "groupId": "software.constructs" }, "package": "software.constructs" }, "js": { "npm": "constructs" }, "python": { "distName": "constructs", "module": "constructs" } } } }, "description": "This module is deprecated. All types are now available under the core module", "docs": { "stability": "deprecated" }, "homepage": "https://github.com/aws/aws-cdk", "jsiiVersion": "1.12.0 (build 5ddc9f2)", "keywords": [ "aws", "cdk", "constructs", "assets" ], "license": "Apache-2.0", "name": "@aws-cdk/assets", "readme": { "markdown": "## AWS CDK Assets\n\n---\n\n![Deprecated](https://img.shields.io/badge/deprecated-critical.svg?style=for-the-badge)\n\n> This API may emit warnings. Backward compatibility is not guaranteed.\n\n---\n\n\nAll types moved to @aws-cdk/core." }, "repository": { "directory": "packages/@aws-cdk/assets", "type": "git", "url": "https://github.com/aws/aws-cdk.git" }, "schema": "jsii/0.10.0", "targets": { "dotnet": { "assemblyOriginatorKeyFile": "../../key.snk", "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png", "namespace": "Amazon.CDK.Assets", "packageId": "Amazon.CDK.Assets", "signAssembly": true }, "java": { "maven": { "artifactId": "cdk-assets", "groupId": "software.amazon.awscdk" }, "package": "software.amazon.awscdk.assets" }, "js": { "npm": "@aws-cdk/assets" }, "python": { "distName": "aws-cdk.assets", "module": "aws_cdk.assets" } }, "types": { "@aws-cdk/assets.CopyOptions": { "assembly": "@aws-cdk/assets", "datatype": true, "docs": { "deprecated": "see `core.CopyOptions`", "stability": "deprecated", "summary": "Obtains applied when copying directories into the staging location." }, "fqn": "@aws-cdk/assets.CopyOptions", "kind": "interface", "locationInModule": { "filename": "lib/fs/options.ts", "line": 7 }, "name": "CopyOptions", "properties": [ { "abstract": true, "docs": { "default": "nothing is excluded", "stability": "deprecated", "summary": "Glob patterns to exclude from the copy." }, "immutable": true, "locationInModule": { "filename": "lib/fs/options.ts", "line": 20 }, "name": "exclude", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "default": "Never", "stability": "deprecated", "summary": "A strategy for how to handle symlinks." }, "immutable": true, "locationInModule": { "filename": "lib/fs/options.ts", "line": 13 }, "name": "follow", "optional": true, "type": { "fqn": "@aws-cdk/assets.FollowMode" } } ] }, "@aws-cdk/assets.FingerprintOptions": { "assembly": "@aws-cdk/assets", "datatype": true, "docs": { "deprecated": "see `core.FingerprintOptions`", "stability": "deprecated", "summary": "Options related to calculating source hash." }, "fqn": "@aws-cdk/assets.FingerprintOptions", "interfaces": [ "@aws-cdk/assets.CopyOptions" ], "kind": "interface", "locationInModule": { "filename": "lib/fs/options.ts", "line": 27 }, "name": "FingerprintOptions", "properties": [ { "abstract": true, "docs": { "default": "- hash is only based on source content", "stability": "deprecated", "summary": "Extra information to encode into the fingerprint (e.g. build instructions and other inputs)." }, "immutable": true, "locationInModule": { "filename": "lib/fs/options.ts", "line": 34 }, "name": "extraHash", "optional": true, "type": { "primitive": "string" } } ] }, "@aws-cdk/assets.FollowMode": { "assembly": "@aws-cdk/assets", "docs": { "deprecated": "see `core.SymlinkFollowMode`", "stability": "deprecated", "summary": "Symlink follow mode." }, "fqn": "@aws-cdk/assets.FollowMode", "kind": "enum", "locationInModule": { "filename": "lib/fs/follow-mode.ts", "line": 5 }, "members": [ { "docs": { "stability": "deprecated", "summary": "Never follow symlinks." }, "name": "NEVER" }, { "docs": { "stability": "deprecated", "summary": "Materialize all symlinks, whether they are internal or external to the source directory." }, "name": "ALWAYS" }, { "docs": { "stability": "deprecated", "summary": "Only follows symlinks that are external to the source directory." }, "name": "EXTERNAL" }, { "docs": { "remarks": "This is the safest mode of operation as it ensures that copy operations\nwon't materialize files from the user's file system. Internal symlinks are\nnot followed.\n\nIf the copy operation runs into an external symlink, it will fail.", "stability": "deprecated", "summary": "Forbids source from having any symlinks pointing outside of the source tree." }, "name": "BLOCK_EXTERNAL" } ], "name": "FollowMode" }, "@aws-cdk/assets.IAsset": { "assembly": "@aws-cdk/assets", "docs": { "deprecated": "use `core.IAsset`", "stability": "deprecated", "summary": "Common interface for all assets." }, "fqn": "@aws-cdk/assets.IAsset", "kind": "interface", "locationInModule": { "filename": "lib/api.ts", "line": 6 }, "name": "IAsset", "properties": [ { "abstract": true, "docs": { "remarks": "As this is a plain\nstring, it can be used in construct IDs in order to enforce creation of a new resource when\nthe content hash has changed.", "stability": "deprecated", "summary": "A hash of the source of this asset, which is available at construction time." }, "immutable": true, "locationInModule": { "filename": "lib/api.ts", "line": 12 }, "name": "sourceHash", "type": { "primitive": "string" } } ] }, "@aws-cdk/assets.Staging": { "assembly": "@aws-cdk/assets", "base": "@aws-cdk/core.AssetStaging", "docs": { "deprecated": "use `core.AssetStaging`", "stability": "deprecated", "summary": "Deprecated." }, "fqn": "@aws-cdk/assets.Staging", "initializer": { "docs": { "stability": "deprecated" }, "locationInModule": { "filename": "lib/staging.ts", "line": 21 }, "parameters": [ { "name": "scope", "type": { "fqn": "@aws-cdk/core.Construct" } }, { "name": "id", "type": { "primitive": "string" } }, { "name": "props", "type": { "fqn": "@aws-cdk/assets.StagingProps" } } ] }, "kind": "class", "locationInModule": { "filename": "lib/staging.ts", "line": 20 }, "name": "Staging" }, "@aws-cdk/assets.StagingProps": { "assembly": "@aws-cdk/assets", "datatype": true, "docs": { "deprecated": "use `core.AssetStagingProps`", "stability": "deprecated", "summary": "Deprecated." }, "fqn": "@aws-cdk/assets.StagingProps", "interfaces": [ "@aws-cdk/assets.FingerprintOptions" ], "kind": "interface", "locationInModule": { "filename": "lib/staging.ts", "line": 9 }, "name": "StagingProps", "properties": [ { "abstract": true, "docs": { "stability": "deprecated", "summary": "Local file or directory to stage." }, "immutable": true, "locationInModule": { "filename": "lib/staging.ts", "line": 13 }, "name": "sourcePath", "type": { "primitive": "string" } } ] } }, "version": "1.64.0", "fingerprint": "w4KvB5y3318TcAccM6tVSmOpmYWZZCMxV+jnYXVYNzQ=" }