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

DescribePrincipalMappingResponse

import type { DescribePrincipalMappingResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DescribePrincipalMappingResponse {
DataSourceId?: string | null;
GroupId?: string | null;
GroupOrderingIdSummaries?: GroupOrderingIdSummary[] | null;
IndexId?: string | null;
}

§Properties

§
DataSourceId?: string | null
[src]

Shows the identifier of the data source to see information on the processing of PUT and DELETE actions for mapping users to their groups.

§
GroupId?: string | null
[src]

Shows the identifier of the group to see information on the processing of PUT and DELETE actions for mapping users to their groups.

§
GroupOrderingIdSummaries?: GroupOrderingIdSummary[] | null
[src]

Shows the following information on the processing of PUT and DELETE actions for mapping users to their groups:

  • Status – the status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED.
  • Last updated – the last date-time an action was updated.
  • Received – the last date-time an action was received or submitted.
  • Ordering ID – the latest action that should process and apply after other actions.
  • Failure reason – the reason an action could not be processed.
§
IndexId?: string | null
[src]

Shows the identifier of the index to see information on the processing of PUT and DELETE actions for mapping users to their groups.