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

ListSAMLProvidersResponse

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

Contains the response to a successful "ListSAMLProviders" request.

interface ListSAMLProvidersResponse {
SAMLProviderList: SAMLProviderListEntry[];
}

§Properties

§
SAMLProviderList: SAMLProviderListEntry[]
[src]

The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.