We are excited to announce our new API Documentation.
Protected
Deletes the identity provider.
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 importconst client = new WorkSpacesWebClient(config);const input = { // DeleteIdentityProviderRequest identityProviderArn: "STRING_VALUE", // required};const command = new DeleteIdentityProviderCommand(input);const response = await client.send(command);// {};
DeleteIdentityProviderCommandInput
DeleteIdentityProviderCommandOutput
input
response
config
AccessDeniedException (client fault)
Access is denied.
ConflictException (client fault)
There is a conflict.
InternalServerException (server fault)
There is an internal server error.
ThrottlingException (client fault)
There is a throttling error.
ValidationException (client fault)
There is a validation error.
WorkSpacesWebServiceException
Base exception class for all service exceptions from WorkSpacesWeb service.
Readonly
Static
Deletes the identity provider.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteIdentityProviderCommandInput
Returns
DeleteIdentityProviderCommandOutput
See
input
shape.response
shape.config
shape.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.