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

GroupOrderingIdSummary

import type { GroupOrderingIdSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Information on the processing of PUT and DELETE actions for mapping users to their groups.

interface GroupOrderingIdSummary {
FailureReason?: string | null;
LastUpdatedAt?: Date | number | null;
OrderingId?: number | null;
ReceivedAt?: Date | number | null;
Status?: PrincipalMappingStatus | null;
}

§Properties

§
FailureReason?: string | null
[src]

The reason an action could not be processed. An action can be a PUT or DELETE action for mapping users to their groups.

§
LastUpdatedAt?: Date | number | null
[src]

The last date-time an action was updated. An action can be a PUT or DELETE action for mapping users to their groups.

§
OrderingId?: number | null
[src]

The order in which actions should complete processing. An action can be a PUT or DELETE action for mapping users to their groups.

§
ReceivedAt?: Date | number | null
[src]

The date-time an action was received by Amazon Kendra. An action can be a PUT or DELETE action for mapping users to their groups.

§

The current processing status of actions for mapping users to their groups. The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.