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

UpdateAppVersionAppComponentRequest

import type { UpdateAppVersionAppComponentRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface UpdateAppVersionAppComponentRequest {
additionalInfo?: {
[key: string]: string[] | null | undefined;
}
| null;
appArn: string;
id: string;
name?: string | null;
type?: string | null;
}

§Properties

§
additionalInfo?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

Currently, there is no supported additional information for Application Components.

§
appArn: string
[src]

The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
id: string
[src]

The identifier of the Application Component.

§
name?: string | null
[src]

The name of the Application Component.

§
type?: string | null
[src]

The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.