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

UpdateWorkloadInput

import type { UpdateWorkloadInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";

Input to update a workload.

interface UpdateWorkloadInput {
AccountIds?: string[] | null;
Applications?: string[] | null;
ArchitecturalDesign?: string | null;
AwsRegions?: string[] | null;
Description?: string | null;
DiscoveryConfig?: WorkloadDiscoveryConfig | null;
Environment?: WorkloadEnvironment | null;
ImprovementStatus?: WorkloadImprovementStatus | null;
Industry?: string | null;
IndustryType?: string | null;
IsReviewOwnerUpdateAcknowledged?: boolean | null;
NonAwsRegions?: string[] | null;
Notes?: string | null;
PillarPriorities?: string[] | null;
ReviewOwner?: string | null;
WorkloadId: string;
WorkloadName?: string | null;
}

§Properties

§
AccountIds?: string[] | null
[src]
§
Applications?: string[] | null
[src]

List of AppRegistry application ARNs to associate to the workload.

§
ArchitecturalDesign?: string | null
[src]
§
AwsRegions?: string[] | null
[src]
§
Description?: string | null
[src]
§
DiscoveryConfig?: WorkloadDiscoveryConfig | null
[src]

Well-Architected discovery configuration settings to associate to the workload.

§
Environment?: WorkloadEnvironment | null
[src]
§
ImprovementStatus?: WorkloadImprovementStatus | null
[src]
§
Industry?: string | null
[src]
§
IndustryType?: string | null
[src]
§
IsReviewOwnerUpdateAcknowledged?: boolean | null
[src]

Flag indicating whether the workload owner has acknowledged that the Review owner field is required.

If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.

§
NonAwsRegions?: string[] | null
[src]
§
Notes?: string | null
[src]
§
PillarPriorities?: string[] | null
[src]
§
ReviewOwner?: string | null
[src]
§
WorkloadId: string
[src]
§
WorkloadName?: string | null
[src]