Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetComponentVersionArtifactRequest

import type { GetComponentVersionArtifactRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface GetComponentVersionArtifactRequest {
arn: string;
artifactName: string;
}

§Properties

§
arn: string
[src]

The ARN of the component version. Specify the ARN of a public or a Lambda component version.

§
artifactName: string
[src]

The name of the artifact.

You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.