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

TagSAMLProviderRequest

import type { TagSAMLProviderRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface TagSAMLProviderRequest {
SAMLProviderArn: string;
Tags: Tag[];
}

§Properties

§
SAMLProviderArn: string
[src]

The ARN of the SAML identity provider in IAM to which you want to add tags.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

§
Tags: Tag[]
[src]

The list of tags that you want to attach to the SAML identity provider in IAM. Each tag consists of a key name and an associated value.