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

CreateSAMLProviderResponse

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

Contains the response to a successful "CreateSAMLProvider" request.

interface CreateSAMLProviderResponse {
SAMLProviderArn?: string | null;
Tags: Tag[];
}

§Properties

§
SAMLProviderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.

§
Tags: Tag[]
[src]

A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.