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

DeleteOpenIDConnectProviderRequest

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

§Properties

§
OpenIDConnectProviderArn: string
[src]

The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the "ListOpenIDConnectProviders" operation.