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

UpdateSAMLProviderResponse

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

Contains the response to a successful "UpdateSAMLProvider" request.

interface UpdateSAMLProviderResponse {
SAMLProviderArn?: string | null;
}

§Properties

§
SAMLProviderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the SAML provider that was updated.