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

ProviderDescription

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

A container for IdP details.

interface ProviderDescription {
CreationDate?: Date | number | null;
LastModifiedDate?: Date | number | null;
ProviderName?: string | null;
ProviderType?: IdentityProviderTypeType | null;
}

§Properties

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

The date the provider was added to the user pool.

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

The date the provider was last modified.

§
ProviderName?: string | null
[src]

The IdP name.

§
ProviderType?: IdentityProviderTypeType | null
[src]

The IdP type.