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

CreateComponentVersionResponse

import type { CreateComponentVersionResponse } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface CreateComponentVersionResponse {
arn?: string | null;
componentName: string;
componentVersion: string;
creationTimestamp: Date | number;
}

§Properties

§
arn?: string | null
[src]

The ARN of the component version.

§
componentName: string
[src]

The name of the component.

§
componentVersion: string
[src]

The version of the component.

§
creationTimestamp: Date | number
[src]

The time at which the component was created, expressed in ISO 8601 format.

§

The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.