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

UpdateCollectionDetail

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

Details about an updated OpenSearch Serverless collection.

interface UpdateCollectionDetail {
arn?: string | null;
createdDate?: number | null;
description?: string | null;
id?: string | null;
lastModifiedDate?: number | null;
name?: string | null;
status?: CollectionStatus | null;
type?: CollectionType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the collection.

§
createdDate?: number | null
[src]

The date and time when the collection was created.

§
description?: string | null
[src]

The description of the collection.

§
id?: string | null
[src]

The unique identifier of the collection.

§
lastModifiedDate?: number | null
[src]

The date and time when the collection was last modified.

§
name?: string | null
[src]

The name of the collection.

§
status?: CollectionStatus | null
[src]

The current status of the collection.

§
type?: CollectionType | null
[src]

The collection type.