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

UpdateFacetRequest

import type { UpdateFacetRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface UpdateFacetRequest {
AttributeUpdates?: FacetAttributeUpdate[] | null;
Name: string;
ObjectType?: ObjectType | null;
SchemaArn: string;
}

§Properties

§
AttributeUpdates?: FacetAttributeUpdate[] | null
[src]

List of attributes that need to be updated in a given schema "Facet". Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.

§
Name: string
[src]

The name of the facet.

§
ObjectType?: ObjectType | null
[src]

The object type that is associated with the facet. See "CreateFacetRequest$ObjectType" for more details.

§
SchemaArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Facet". For more information, see "arns".