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.

Warning

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

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