WorkLink / Client / disassociate_website_authorization_provider

disassociate_website_authorization_provider#

WorkLink.Client.disassociate_website_authorization_provider(**kwargs)#

Disassociates a website authorization provider from a specified fleet. After the disassociation, users can’t load any associated websites that require this authorization provider.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_website_authorization_provider(
    FleetArn='string',
    AuthorizationProviderId='string'
)
Parameters:
  • FleetArn (string) –

    [REQUIRED]

    The ARN of the fleet.

  • AuthorizationProviderId (string) –

    [REQUIRED]

    A unique identifier for the authorization provider.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException

  • WorkLink.Client.exceptions.InternalServerErrorException

  • WorkLink.Client.exceptions.InvalidRequestException

  • WorkLink.Client.exceptions.ResourceNotFoundException

  • WorkLink.Client.exceptions.ResourceAlreadyExistsException

  • WorkLink.Client.exceptions.TooManyRequestsException