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