Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Class DeleteIdentityProviderCommandProtected

Deletes the identity provider.

Example

Use a bare-bones client and the command you need to make an API call.

import { WorkSpacesWebClient, DeleteIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
// const { WorkSpacesWebClient, DeleteIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
const client = new WorkSpacesWebClient(config);
const input = { // DeleteIdentityProviderRequest
identityProviderArn: "STRING_VALUE", // required
};
const command = new DeleteIdentityProviderCommand(input);
const response = await client.send(command);
// {};

Param

DeleteIdentityProviderCommandInput

Returns

DeleteIdentityProviderCommandOutput

See

Throws

AccessDeniedException (client fault)

Access is denied.

Throws

ConflictException (client fault)

There is a conflict.

Throws

InternalServerException (server fault)

There is an internal server error.

Throws

ThrottlingException (client fault)

There is a throttling error.

Throws

ValidationException (client fault)

There is a validation error.

Throws

WorkSpacesWebServiceException

Base exception class for all service exceptions from WorkSpacesWeb service.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods