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-2on 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.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.ConflictExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingExceptionRoute53GlobalResolver.Client.exceptions.ResourceNotFoundException