Route53GlobalResolver / Client / delete_firewall_domain_list

delete_firewall_domain_list

Route53GlobalResolver.Client.delete_firewall_domain_list(**kwargs)

Deletes a firewall domain list. This operation cannot be undone.

See also: AWS API Documentation

Request Syntax

response = client.delete_firewall_domain_list(
    firewallDomainListId='string'
)
Parameters:

firewallDomainListId (string) –

[REQUIRED]

The unique identifier of the firewall domain list to delete.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'name': 'string',
    'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the deleted firewall domain list.

    • id (string) –

      The unique identifier of the deleted firewall domain list.

    • name (string) –

      The name of the deleted firewall domain list.

    • status (string) –

      The final status of the deleted firewall domain list.

Exceptions

  • Route53GlobalResolver.Client.exceptions.InternalServerException

  • Route53GlobalResolver.Client.exceptions.ValidationException

  • Route53GlobalResolver.Client.exceptions.ConflictException

  • Route53GlobalResolver.Client.exceptions.AccessDeniedException

  • Route53GlobalResolver.Client.exceptions.ThrottlingException

  • Route53GlobalResolver.Client.exceptions.ResourceNotFoundException