{ "version":"2.0", "metadata":{ "apiVersion":"2018-04-01", "endpointPrefix":"route53resolver", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"Route53Resolver", "serviceFullName":"Amazon Route 53 Resolver", "serviceId":"Route53Resolver", "signatureVersion":"v4", "targetPrefix":"Route53Resolver", "uid":"route53resolver-2018-04-01" }, "operations":{ "AssociateFirewallRuleGroup":{ "name":"AssociateFirewallRuleGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateFirewallRuleGroupRequest"}, "output":{"shape":"AssociateFirewallRuleGroupResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
" }, "AssociateResolverEndpointIpAddress":{ "name":"AssociateResolverEndpointIpAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverEndpointIpAddressRequest"}, "output":{"shape":"AssociateResolverEndpointIpAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address, submit one AssociateResolverEndpointIpAddress
request for each IP address.
To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.
" }, "AssociateResolverQueryLogConfig":{ "name":"AssociateResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverQueryLogConfigRequest"}, "output":{"shape":"AssociateResolverQueryLogConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig
request for each VPC.
The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.
To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig.
" }, "AssociateResolverRule":{ "name":"AssociateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverRuleRequest"}, "output":{"shape":"AssociateResolverRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceUnavailableException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.
" }, "CreateFirewallDomainList":{ "name":"CreateFirewallDomainList", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFirewallDomainListRequest"}, "output":{"shape":"CreateFirewallDomainListResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.
" }, "CreateFirewallRule":{ "name":"CreateFirewallRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFirewallRuleRequest"}, "output":{"shape":"CreateFirewallRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"LimitExceededException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
" }, "CreateFirewallRuleGroup":{ "name":"CreateFirewallRuleGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateFirewallRuleGroupRequest"}, "output":{"shape":"CreateFirewallRuleGroupResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.
" }, "CreateResolverEndpoint":{ "name":"CreateResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateResolverEndpointRequest"}, "output":{"shape":"CreateResolverEndpointResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:
An inbound Resolver endpoint forwards DNS queries to the DNS service for a VPC from your network.
An outbound Resolver endpoint forwards DNS queries from the DNS service for a VPC to your network.
Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.
To specify which VPCs you want to log queries for, you use AssociateResolverQueryLogConfig
. For more information, see AssociateResolverQueryLogConfig.
You can optionally use Resource Access Manager (RAM) to share a query logging configuration with other Amazon Web Services accounts. The other accounts can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all VPCs that are associated with the configuration.
" }, "CreateResolverRule":{ "name":"CreateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateResolverRuleRequest"}, "output":{"shape":"CreateResolverRuleResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceExistsException"}, {"shape":"ResourceUnavailableException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
" }, "DeleteFirewallDomainList":{ "name":"DeleteFirewallDomainList", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFirewallDomainListRequest"}, "output":{"shape":"DeleteFirewallDomainListResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes the specified domain list.
" }, "DeleteFirewallRule":{ "name":"DeleteFirewallRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFirewallRuleRequest"}, "output":{"shape":"DeleteFirewallRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes the specified firewall rule.
" }, "DeleteFirewallRuleGroup":{ "name":"DeleteFirewallRuleGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteFirewallRuleGroupRequest"}, "output":{"shape":"DeleteFirewallRuleGroupResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ConflictException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes the specified firewall rule group.
" }, "DeleteResolverEndpoint":{ "name":"DeleteResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteResolverEndpointRequest"}, "output":{"shape":"DeleteResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:
Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.
Outbound: DNS queries from a VPC are no longer routed to your network.
Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are associated with the configuration. This also applies if the query logging configuration is shared with other Amazon Web Services accounts, and the other accounts have associated VPCs with the shared configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See DisassociateResolverQueryLogConfig.
If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically disassociated from the configuration.
" }, "DeleteResolverRule":{ "name":"DeleteResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteResolverRuleRequest"}, "output":{"shape":"DeleteResolverRuleResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceInUseException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you associated the Resolver rule with. For more information, see DisassociateResolverRule.
" }, "DisassociateFirewallRuleGroup":{ "name":"DisassociateFirewallRuleGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateFirewallRuleGroupRequest"}, "output":{"shape":"DisassociateFirewallRuleGroupResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
" }, "DisassociateResolverEndpointIpAddress":{ "name":"DisassociateResolverEndpointIpAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateResolverEndpointIpAddressRequest"}, "output":{"shape":"DisassociateResolverEndpointIpAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address, submit one DisassociateResolverEndpointIpAddress
request for each IP address.
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.
" }, "DisassociateResolverQueryLogConfig":{ "name":"DisassociateResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateResolverQueryLogConfigRequest"}, "output":{"shape":"DisassociateResolverQueryLogConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Disassociates a VPC from a query logging configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:
The accounts that you shared the configuration with can disassociate VPCs from the configuration.
You can stop sharing the configuration.
Removes the association between a specified Resolver rule and a specified VPC.
If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
" }, "GetFirewallDomainList":{ "name":"GetFirewallDomainList", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetFirewallDomainListRequest"}, "output":{"shape":"GetFirewallDomainListResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieves the specified firewall domain list.
" }, "GetFirewallRuleGroup":{ "name":"GetFirewallRuleGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetFirewallRuleGroupRequest"}, "output":{"shape":"GetFirewallRuleGroupResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieves the specified firewall rule group.
" }, "GetFirewallRuleGroupAssociation":{ "name":"GetFirewallRuleGroupAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetFirewallRuleGroupAssociationRequest"}, "output":{"shape":"GetFirewallRuleGroupAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.
" }, "GetFirewallRuleGroupPolicy":{ "name":"GetFirewallRuleGroupPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetFirewallRuleGroupPolicyRequest"}, "output":{"shape":"GetFirewallRuleGroupPolicyResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
" }, "GetResolverConfig":{ "name":"GetResolverConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverConfigRequest"}, "output":{"shape":"GetResolverConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
" }, "GetResolverDnssecConfig":{ "name":"GetResolverDnssecConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverDnssecConfigRequest"}, "output":{"shape":"GetResolverDnssecConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Gets DNSSEC validation information for a specified resource.
" }, "GetResolverEndpoint":{ "name":"GetResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverEndpointRequest"}, "output":{"shape":"GetResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.
" }, "GetResolverQueryLogConfig":{ "name":"GetResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigRequest"}, "output":{"shape":"GetResolverQueryLogConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.
" }, "GetResolverQueryLogConfigAssociation":{ "name":"GetResolverQueryLogConfigAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigAssociationRequest"}, "output":{"shape":"GetResolverQueryLogConfigAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.
" }, "GetResolverQueryLogConfigPolicy":{ "name":"GetResolverQueryLogConfigPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigPolicyRequest"}, "output":{"shape":"GetResolverQueryLogConfigPolicyResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"}, {"shape":"AccessDeniedException"} ], "documentation":"Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.
" }, "GetResolverRule":{ "name":"GetResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRuleRequest"}, "output":{"shape":"GetResolverRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.
" }, "GetResolverRuleAssociation":{ "name":"GetResolverRuleAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRuleAssociationRequest"}, "output":{"shape":"GetResolverRuleAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
" }, "GetResolverRulePolicy":{ "name":"GetResolverRulePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRulePolicyRequest"}, "output":{"shape":"GetResolverRulePolicyResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.
" }, "ImportFirewallDomains":{ "name":"ImportFirewallDomains", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ImportFirewallDomainsRequest"}, "output":{"shape":"ImportFirewallDomainsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters: A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.
A single call might return only a partial list of the configurations. For information, see MaxResults
.
Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.
A single call to this list operation might return only a partial list of the domain lists. For information, see MaxResults
.
Retrieves the domains that you have defined for the specified firewall domain list.
A single call might return only a partial list of the domains. For information, see MaxResults
.
Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.
A single call might return only a partial list of the associations. For information, see MaxResults
.
Retrieves the minimal high-level information for the rule groups that you have defined.
A single call might return only a partial list of the rule groups. For information, see MaxResults
.
Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.
A single call might return only a partial list of the rules. For information, see MaxResults
.
Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
" }, "ListResolverDnssecConfigs":{ "name":"ListResolverDnssecConfigs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverDnssecConfigsRequest"}, "output":{"shape":"ListResolverDnssecConfigsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
" }, "ListResolverEndpointIpAddresses":{ "name":"ListResolverEndpointIpAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverEndpointIpAddressesRequest"}, "output":{"shape":"ListResolverEndpointIpAddressesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ThrottlingException"} ], "documentation":"Gets the IP addresses for a specified Resolver endpoint.
" }, "ListResolverEndpoints":{ "name":"ListResolverEndpoints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverEndpointsRequest"}, "output":{"shape":"ListResolverEndpointsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
" }, "ListResolverQueryLogConfigAssociations":{ "name":"ListResolverQueryLogConfigAssociations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverQueryLogConfigAssociationsRequest"}, "output":{"shape":"ListResolverQueryLogConfigAssociationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists information about associations between Amazon VPCs and query logging configurations.
" }, "ListResolverQueryLogConfigs":{ "name":"ListResolverQueryLogConfigs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverQueryLogConfigsRequest"}, "output":{"shape":"ListResolverQueryLogConfigsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.
" }, "ListResolverRuleAssociations":{ "name":"ListResolverRuleAssociations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverRuleAssociationsRequest"}, "output":{"shape":"ListResolverRuleAssociationsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.
" }, "ListResolverRules":{ "name":"ListResolverRules", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverRulesRequest"}, "output":{"shape":"ListResolverRulesResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists the Resolver rules that were created using the current Amazon Web Services account.
" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists the tags that you associated with the specified resource.
" }, "PutFirewallRuleGroupPolicy":{ "name":"PutFirewallRuleGroupPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutFirewallRuleGroupPolicyRequest"}, "output":{"shape":"PutFirewallRuleGroupPolicyResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
" }, "PutResolverQueryLogConfigPolicy":{ "name":"PutResolverQueryLogConfigPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutResolverQueryLogConfigPolicyRequest"}, "output":{"shape":"PutResolverQueryLogConfigPolicyResponse"}, "errors":[ {"shape":"InvalidPolicyDocument"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"}, {"shape":"AccessDeniedException"} ], "documentation":"Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.
" }, "PutResolverRulePolicy":{ "name":"PutResolverRulePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutResolverRulePolicyRequest"}, "output":{"shape":"PutResolverRulePolicyResponse"}, "errors":[ {"shape":"InvalidPolicyDocument"}, {"shape":"InvalidParameterException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.
" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidTagException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Adds one or more tags to a specified resource.
" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Removes one or more tags from a specified resource.
" }, "UpdateFirewallConfig":{ "name":"UpdateFirewallConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateFirewallConfigRequest"}, "output":{"shape":"UpdateFirewallConfigResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
" }, "UpdateFirewallDomains":{ "name":"UpdateFirewallDomains", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateFirewallDomainsRequest"}, "output":{"shape":"UpdateFirewallDomainsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Updates the firewall domain list from an array of domain specifications.
" }, "UpdateFirewallRule":{ "name":"UpdateFirewallRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateFirewallRuleRequest"}, "output":{"shape":"UpdateFirewallRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Updates the specified firewall rule.
" }, "UpdateFirewallRuleGroupAssociation":{ "name":"UpdateFirewallRuleGroupAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateFirewallRuleGroupAssociationRequest"}, "output":{"shape":"UpdateFirewallRuleGroupAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
" }, "UpdateResolverConfig":{ "name":"UpdateResolverConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverConfigRequest"}, "output":{"shape":"UpdateResolverConfigResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceUnavailableException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
" }, "UpdateResolverDnssecConfig":{ "name":"UpdateResolverDnssecConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverDnssecConfigRequest"}, "output":{"shape":"UpdateResolverDnssecConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
" }, "UpdateResolverEndpoint":{ "name":"UpdateResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverEndpointRequest"}, "output":{"shape":"UpdateResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Updates the name of an inbound or an outbound Resolver endpoint.
" }, "UpdateResolverRule":{ "name":"UpdateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverRuleRequest"}, "output":{"shape":"UpdateResolverRuleResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceUnavailableException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"Updates settings for a specified Resolver rule. ResolverRuleId
is required, and all other parameters are optional. If you don't specify a parameter, it retains its current value.
The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
", "exception":true }, "AccountId":{ "type":"string", "max":32, "min":12 }, "Action":{ "type":"string", "enum":[ "ALLOW", "BLOCK", "ALERT" ] }, "Arn":{ "type":"string", "max":255, "min":1 }, "AssociateFirewallRuleGroupRequest":{ "type":"structure", "required":[ "CreatorRequestId", "FirewallRuleGroupId", "VpcId", "Priority", "Name" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
The unique identifier of the firewall rule group.
" }, "VpcId":{ "shape":"ResourceId", "documentation":"The unique identifier of the VPC that you want to associate with the rule group.
" }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 101, 200, and so on. You can change the priority setting for a rule group association after you create it.
The allowed values for Priority
are between 100 and 9900.
A name that lets you identify the association, to manage and use it.
" }, "MutationProtection":{ "shape":"MutationProtectionStatus", "documentation":"If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. When you create the association, the default setting is DISABLED
.
A list of the tag keys and values that you want to associate with the rule group association.
", "box":true } } }, "AssociateFirewallRuleGroupResponse":{ "type":"structure", "members":{ "FirewallRuleGroupAssociation":{ "shape":"FirewallRuleGroupAssociation", "documentation":"The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
" } } }, "AssociateResolverEndpointIpAddressRequest":{ "type":"structure", "required":[ "ResolverEndpointId", "IpAddress" ], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to associate IP addresses with.
" }, "IpAddress":{ "shape":"IpAddressUpdate", "documentation":"Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
" } } }, "AssociateResolverEndpointIpAddressResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"The response to an AssociateResolverEndpointIpAddress
request.
The ID of the query logging configuration that you want to associate a VPC with.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of an Amazon VPC that you want this query logging configuration to log queries for.
The VPCs and the query logging configuration must be in the same Region.
A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
" } } }, "AssociateResolverRuleRequest":{ "type":"structure", "required":[ "ResolverRuleId", "VPCId" ], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
" }, "Name":{ "shape":"Name", "documentation":"A name for the association that you're creating between a Resolver rule and a VPC.
" }, "VPCId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that you want to associate the Resolver rule with.
" } } }, "AssociateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"Information about the AssociateResolverRule
request, including the status of the request.
A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A name that lets you identify the domain list to manage and use it.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of the tag keys and values that you want to associate with the domain list.
", "box":true } } }, "CreateFirewallDomainListResponse":{ "type":"structure", "members":{ "FirewallDomainList":{ "shape":"FirewallDomainList", "documentation":"The domain list that you just created.
" } } }, "CreateFirewallRuleGroupRequest":{ "type":"structure", "required":[ "CreatorRequestId", "Name" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
", "idempotencyToken":true }, "Name":{ "shape":"Name", "documentation":"A name that lets you identify the rule group, to manage and use it.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of the tag keys and values that you want to associate with the rule group.
", "box":true } } }, "CreateFirewallRuleGroupResponse":{ "type":"structure", "members":{ "FirewallRuleGroup":{ "shape":"FirewallRuleGroup", "documentation":"A collection of rules used to filter DNS network traffic.
" } } }, "CreateFirewallRuleRequest":{ "type":"structure", "required":[ "CreatorRequestId", "FirewallRuleGroupId", "FirewallDomainListId", "Priority", "Action", "Name" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
The unique identifier of the firewall rule group where you want to create the rule.
" }, "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list that you want to use in the rule.
" }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
You must specify a unique priority for each rule in a rule group. To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for the rules in a rule group at any time.
" }, "Action":{ "shape":"Action", "documentation":"The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request and send metrics and logs to Cloud Watch.
BLOCK
- Disallow the request. This option requires additional details in the rule's BlockResponse
.
The way that you want DNS Firewall to block the request, used with the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that's in the query doesn't exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule's BlockOverride*
settings.
This setting is required if the rule action setting is BLOCK
.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
A name that lets you identify the rule in the rule group.
" } } }, "CreateFirewallRuleResponse":{ "type":"structure", "members":{ "FirewallRule":{ "shape":"FirewallRule", "documentation":"The firewall rule that you just created.
" } } }, "CreateResolverEndpointRequest":{ "type":"structure", "required":[ "CreatorRequestId", "SecurityGroupIds", "Direction", "IpAddresses" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
", "box":true }, "Direction":{ "shape":"ResolverEndpointDirection", "documentation":"Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of the tag keys and values that you want to associate with the endpoint.
", "box":true } } }, "CreateResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"Information about the CreateResolverEndpoint
request, including the status of the request.
The name that you want to give the query logging configuration.
" }, "DestinationArn":{ "shape":"DestinationArn", "documentation":"The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. Examples of valid values include the following:
S3 bucket:
arn:aws:s3:::examplebucket
You can optionally append a file prefix to the end of the ARN.
arn:aws:s3:::examplebucket/development/
CloudWatch Logs log group:
arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*
Kinesis Data Firehose delivery stream:
arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A list of the tag keys and values that you want to associate with the query logging configuration.
", "box":true } } }, "CreateResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"Information about the CreateResolverQueryLogConfig
request, including the status of the request.
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.
" }, "RuleType":{ "shape":"RuleTypeOption", "documentation":"When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD
.
When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM
.
For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD
for RuleType
. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM
for RuleType
.
Currently, only Resolver can create rules that have a value of RECURSIVE
for RuleType
.
DNS queries for this domain name are forwarded to the IP addresses that you specify in TargetIps
. If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com).
The IPs that you want Resolver to forward DNS queries to. You can specify only IPv4 addresses. Separate IP addresses with a space.
TargetIps
is available only when the value of Rule type
is FORWARD
.
The ID of the outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps
.
A list of the tag keys and values that you want to associate with the endpoint.
", "box":true } } }, "CreateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"Information about the CreateResolverRule
request, including the status of the request.
The ID of the domain list that you want to delete.
" } } }, "DeleteFirewallDomainListResponse":{ "type":"structure", "members":{ "FirewallDomainList":{ "shape":"FirewallDomainList", "documentation":"The domain list that you just deleted.
" } } }, "DeleteFirewallRuleGroupRequest":{ "type":"structure", "required":["FirewallRuleGroupId"], "members":{ "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group that you want to delete.
" } } }, "DeleteFirewallRuleGroupResponse":{ "type":"structure", "members":{ "FirewallRuleGroup":{ "shape":"FirewallRuleGroup", "documentation":"A collection of rules used to filter DNS network traffic.
" } } }, "DeleteFirewallRuleRequest":{ "type":"structure", "required":[ "FirewallRuleGroupId", "FirewallDomainListId" ], "members":{ "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group that you want to delete the rule from.
" }, "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list that's used in the rule.
" } } }, "DeleteFirewallRuleResponse":{ "type":"structure", "members":{ "FirewallRule":{ "shape":"FirewallRule", "documentation":"The specification for the firewall rule that you just deleted.
" } } }, "DeleteResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to delete.
" } } }, "DeleteResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"Information about the DeleteResolverEndpoint
request, including the status of the request.
The ID of the query logging configuration that you want to delete.
" } } }, "DeleteResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"Information about the query logging configuration that you deleted, including the status of the request.
" } } }, "DeleteResolverRuleRequest":{ "type":"structure", "required":["ResolverRuleId"], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver rule that you want to delete.
" } } }, "DeleteResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"Information about the DeleteResolverRule
request, including the status of the request.
The identifier of the FirewallRuleGroupAssociation.
" } } }, "DisassociateFirewallRuleGroupResponse":{ "type":"structure", "members":{ "FirewallRuleGroupAssociation":{ "shape":"FirewallRuleGroupAssociation", "documentation":"The firewall rule group association that you just removed.
" } } }, "DisassociateResolverEndpointIpAddressRequest":{ "type":"structure", "required":[ "ResolverEndpointId", "IpAddress" ], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to disassociate an IP address from.
" }, "IpAddress":{ "shape":"IpAddressUpdate", "documentation":"The IPv4 address that you want to remove from a Resolver endpoint.
" } } }, "DisassociateResolverEndpointIpAddressResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"The response to an DisassociateResolverEndpointIpAddress
request.
The ID of the query logging configuration that you want to disassociate a specified VPC from.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
" } } }, "DisassociateResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigAssociation":{ "shape":"ResolverQueryLogConfigAssociation", "documentation":"A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
" } } }, "DisassociateResolverRuleRequest":{ "type":"structure", "required":[ "VPCId", "ResolverRuleId" ], "members":{ "VPCId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that you want to disassociate the Resolver rule from.
" }, "ResolverRuleId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver rule that you want to disassociate from the specified VPC.
" } } }, "DisassociateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"Information about the DisassociateResolverRule
request, including the status of the request.
The name of the parameter that you want to use to filter objects.
The valid values for Name
depend on the action that you're including the filter in, ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, or ListResolverQueryLogConfigAssociations.
In early versions of Resolver, values for Name
were listed as uppercase, with underscore (_) delimiters. For example, CreatorRequestId
was originally listed as CREATOR_REQUEST_ID
. Uppercase values for Name
are still supported.
ListResolverEndpoints
Valid values for Name
include the following:
CreatorRequestId
: The value that you specified when you created the Resolver endpoint.
Direction
: Whether you want to return inbound or outbound Resolver endpoints. If you specify DIRECTION
for Name
, specify INBOUND
or OUTBOUND
for Values
.
HostVPCId
: The ID of the VPC that inbound DNS queries pass through on the way from your network to your VPCs in a region, or the VPC that outbound queries pass through on the way from your VPCs to your network. In a CreateResolverEndpoint request, SubnetId
indirectly identifies the VPC. In a GetResolverEndpoint request, the VPC ID for a Resolver endpoint is returned in the HostVPCId
element.
IpAddressCount
: The number of IP addresses that you have associated with the Resolver endpoint.
Name
: The name of the Resolver endpoint.
SecurityGroupIds
: The IDs of the VPC security groups that you specified when you created the Resolver endpoint.
Status
: The status of the Resolver endpoint. If you specify Status
for Name
, specify one of the following status codes for Values
: CREATING
, OPERATIONAL
, UPDATING
, AUTO_RECOVERING
, ACTION_NEEDED
, or DELETING
. For more information, see Status
in ResolverEndpoint.
ListResolverRules
Valid values for Name
include the following:
CreatorRequestId
: The value that you specified when you created the Resolver rule.
DomainName
: The domain name for which Resolver is forwarding DNS queries to your network. In the value that you specify for Values
, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, specify the following value. Note the \".\" after com
:
example.com.
Name
: The name of the Resolver rule.
ResolverEndpointId
: The ID of the Resolver endpoint that the Resolver rule is associated with.
You can filter on the Resolver endpoint only for rules that have a value of FORWARD
for RuleType
.
Status
: The status of the Resolver rule. If you specify Status
for Name
, specify one of the following status codes for Values
: COMPLETE
, DELETING
, UPDATING
, or FAILED
.
Type
: The type of the Resolver rule. If you specify TYPE
for Name
, specify FORWARD
or SYSTEM
for Values
.
ListResolverRuleAssociations
Valid values for Name
include the following:
Name
: The name of the Resolver rule association.
ResolverRuleId
: The ID of the Resolver rule that is associated with one or more VPCs.
Status
: The status of the Resolver rule association. If you specify Status
for Name
, specify one of the following status codes for Values
: CREATING
, COMPLETE
, DELETING
, or FAILED
.
VPCId
: The ID of the VPC that the Resolver rule is associated with.
ListResolverQueryLogConfigs
Valid values for Name
include the following:
Arn
: The ARN for the query logging configuration.
AssociationCount
: The number of VPCs that are associated with the query logging configuration.
CreationTime
: The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
CreatorRequestId
: A unique string that identifies the request that created the query logging configuration.
Destination
: The Amazon Web Services service that you want to forward query logs to. Valid values include the following:
S3
CloudWatchLogs
KinesisFirehose
DestinationArn
: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
Id
: The ID of the query logging configuration
Name
: The name of the query logging configuration
OwnerId
: The Amazon Web Services account ID for the account that created the query logging configuration.
ShareStatus
: An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Valid values include: NOT_SHARED
, SHARED_WITH_ME
, or SHARED_BY_ME
.
Status
: The status of the query logging configuration. If you specify Status
for Name
, specify the applicable status code for Values
: CREATING
, CREATED
, DELETING
, or FAILED
. For more information, see Status.
ListResolverQueryLogConfigAssociations
Valid values for Name
include the following:
CreationTime
: The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
Error
: If the value of Status
is FAILED
, specify the cause: DESTINATION_NOT_FOUND
or ACCESS_DENIED
.
Id
: The ID of the query logging association.
ResolverQueryLogConfigId
: The ID of the query logging configuration that a VPC is associated with.
ResourceId
: The ID of the Amazon VPC that is associated with the query logging configuration.
Status
: The status of the query logging association. If you specify Status
for Name
, specify the applicable status code for Values
: CREATING
, CREATED
, DELETING
, or FAILED
. For more information, see Status.
When you're using a List
operation and you want the operation to return a subset of objects, such as Resolver endpoints or Resolver rules, the value of the parameter that you want to use to filter objects. For example, to list only inbound Resolver endpoints, specify Direction
for Name
and specify INBOUND
for Values
.
For Resolver list operations (ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, ListResolverQueryLogConfigAssociations), and ListResolverDnssecConfigs), an optional specification to return a subset of objects.
To filter objects, such as Resolver endpoints or Resolver rules, you specify Name
and Values
. For example, to list only inbound Resolver endpoints, specify Direction
for Name
and specify INBOUND
for Values
.
The ID of the firewall configuration.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that this firewall configuration applies to.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.
" }, "FirewallFailOpen":{ "shape":"FirewallFailOpenStatus", "documentation":"Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
" } }, "documentation":"Configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
" }, "FirewallConfigList":{ "type":"list", "member":{"shape":"FirewallConfig"} }, "FirewallDomainImportOperation":{ "type":"string", "enum":["REPLACE"] }, "FirewallDomainList":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the domain list.
" }, "Arn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the firewall domain list.
" }, "Name":{ "shape":"Name", "documentation":"The name of the domain list.
" }, "DomainCount":{ "shape":"Unsigned", "documentation":"The number of domain names that are specified in the domain list.
" }, "Status":{ "shape":"FirewallDomainListStatus", "documentation":"The status of the domain list.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"Additional information about the status of the list, if available.
" }, "ManagedOwnerName":{ "shape":"ServicePrinciple", "documentation":"The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList
has the managed owner name Route 53 Resolver DNS Firewall
.
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.
To retrieve the domains that are defined for this domain list, call ListFirewallDomains.
" }, "FirewallDomainListMetadata":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the domain list.
" }, "Arn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the firewall domain list metadata.
" }, "Name":{ "shape":"Name", "documentation":"The name of the domain list.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
" }, "ManagedOwnerName":{ "shape":"ServicePrinciple", "documentation":"The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList
has the managed owner name Route 53 Resolver DNS Firewall
.
Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.
To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.
" }, "FirewallDomainListMetadataList":{ "type":"list", "member":{"shape":"FirewallDomainListMetadata"} }, "FirewallDomainListStatus":{ "type":"string", "enum":[ "COMPLETE", "COMPLETE_IMPORT_FAILED", "IMPORTING", "DELETING", "UPDATING" ] }, "FirewallDomainName":{ "type":"string", "max":255, "min":1 }, "FirewallDomainUpdateOperation":{ "type":"string", "enum":[ "ADD", "REMOVE", "REPLACE" ] }, "FirewallDomains":{ "type":"list", "member":{"shape":"FirewallDomainName"} }, "FirewallFailOpenStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "FirewallRule":{ "type":"structure", "members":{ "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group of the rule.
" }, "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list that's used in the rule.
" }, "Name":{ "shape":"Name", "documentation":"The name of the rule.
" }, "Priority":{ "shape":"Priority", "documentation":"The priority of the rule in the rule group. This value must be unique within the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
" }, "Action":{ "shape":"Action", "documentation":"The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. If this is specified, additional handling details are provided in the rule's BlockResponse
setting.
The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that's in the query doesn't exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule's BlockOverride*
settings.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of executing the operation twice. This can be any unique string, for example, a timestamp.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"A single firewall rule in a rule group.
" }, "FirewallRuleGroup":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the rule group.
" }, "Arn":{ "shape":"Arn", "documentation":"The ARN (Amazon Resource Name) of the rule group.
" }, "Name":{ "shape":"Name", "documentation":"The name of the rule group.
" }, "RuleCount":{ "shape":"Unsigned", "documentation":"The number of rules in the rule group.
" }, "Status":{ "shape":"FirewallRuleGroupStatus", "documentation":"The status of the domain list.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"Additional information about the status of the rule group, if available.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call ListFirewallRules.
" }, "FirewallRuleGroupAssociation":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The identifier for the association.
" }, "Arn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the firewall rule group association.
" }, "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group.
" }, "VpcId":{ "shape":"ResourceId", "documentation":"The unique identifier of the VPC that is associated with the rule group.
" }, "Name":{ "shape":"Name", "documentation":"The name of the association.
" }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
" }, "MutationProtection":{ "shape":"MutationProtectionStatus", "documentation":"If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
" }, "ManagedOwnerName":{ "shape":"ServicePrinciple", "documentation":"The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.
" }, "Status":{ "shape":"FirewallRuleGroupAssociationStatus", "documentation":"The current status of the association.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"Additional information about the status of the response, if available.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
" }, "FirewallRuleGroupAssociationStatus":{ "type":"string", "enum":[ "COMPLETE", "DELETING", "UPDATING" ] }, "FirewallRuleGroupAssociations":{ "type":"list", "member":{"shape":"FirewallRuleGroupAssociation"} }, "FirewallRuleGroupMetadata":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the rule group.
" }, "Arn":{ "shape":"Arn", "documentation":"The ARN (Amazon Resource Name) of the rule group.
" }, "Name":{ "shape":"Name", "documentation":"The name of the rule group.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
" } }, "documentation":"Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.
To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.
" }, "FirewallRuleGroupMetadataList":{ "type":"list", "member":{"shape":"FirewallRuleGroupMetadata"} }, "FirewallRuleGroupPolicy":{ "type":"string", "max":30000 }, "FirewallRuleGroupStatus":{ "type":"string", "enum":[ "COMPLETE", "DELETING", "UPDATING" ] }, "FirewallRules":{ "type":"list", "member":{"shape":"FirewallRule"} }, "GetFirewallConfigRequest":{ "type":"structure", "required":["ResourceId"], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the VPC from Amazon VPC that the configuration is for.
" } } }, "GetFirewallConfigResponse":{ "type":"structure", "members":{ "FirewallConfig":{ "shape":"FirewallConfig", "documentation":"Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
" } } }, "GetFirewallDomainListRequest":{ "type":"structure", "required":["FirewallDomainListId"], "members":{ "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list.
" } } }, "GetFirewallDomainListResponse":{ "type":"structure", "members":{ "FirewallDomainList":{ "shape":"FirewallDomainList", "documentation":"The domain list that you requested.
" } } }, "GetFirewallRuleGroupAssociationRequest":{ "type":"structure", "required":["FirewallRuleGroupAssociationId"], "members":{ "FirewallRuleGroupAssociationId":{ "shape":"ResourceId", "documentation":"The identifier of the FirewallRuleGroupAssociation.
" } } }, "GetFirewallRuleGroupAssociationResponse":{ "type":"structure", "members":{ "FirewallRuleGroupAssociation":{ "shape":"FirewallRuleGroupAssociation", "documentation":"The association that you requested.
" } } }, "GetFirewallRuleGroupPolicyRequest":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"The ARN (Amazon Resource Name) for the rule group.
" } } }, "GetFirewallRuleGroupPolicyResponse":{ "type":"structure", "members":{ "FirewallRuleGroupPolicy":{ "shape":"FirewallRuleGroupPolicy", "documentation":"The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
" } } }, "GetFirewallRuleGroupRequest":{ "type":"structure", "required":["FirewallRuleGroupId"], "members":{ "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group.
" } } }, "GetFirewallRuleGroupResponse":{ "type":"structure", "members":{ "FirewallRuleGroup":{ "shape":"FirewallRuleGroup", "documentation":"A collection of rules used to filter DNS network traffic.
" } } }, "GetResolverConfigRequest":{ "type":"structure", "required":["ResourceId"], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"Resource ID of the Amazon VPC that you want to get information about.
" } } }, "GetResolverConfigResponse":{ "type":"structure", "members":{ "ResolverConfig":{ "shape":"ResolverConfig", "documentation":"Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig
request.
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
" } } }, "GetResolverDnssecConfigResponse":{ "type":"structure", "members":{ "ResolverDNSSECConfig":{ "shape":"ResolverDnssecConfig", "documentation":"The information about a configuration for DNSSEC validation.
" } } }, "GetResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to get information about.
" } } }, "GetResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"Information about the Resolver endpoint that you specified in a GetResolverEndpoint
request.
The ID of the Resolver query logging configuration association that you want to get information about.
" } } }, "GetResolverQueryLogConfigAssociationResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigAssociation":{ "shape":"ResolverQueryLogConfigAssociation", "documentation":"Information about the Resolver query logging configuration association that you specified in a GetQueryLogConfigAssociation
request.
The ARN of the query logging configuration that you want to get the query logging policy for.
" } } }, "GetResolverQueryLogConfigPolicyResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigPolicy":{ "shape":"ResolverQueryLogConfigPolicy", "documentation":"Information about the query logging policy for the query logging configuration that you specified in a GetResolverQueryLogConfigPolicy
request.
The ID of the Resolver query logging configuration that you want to get information about.
" } } }, "GetResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"Information about the Resolver query logging configuration that you specified in a GetQueryLogConfig
request.
The ID of the Resolver rule association that you want to get information about.
" } } }, "GetResolverRuleAssociationResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"Information about the Resolver rule association that you specified in a GetResolverRuleAssociation
request.
The ID of the Resolver rule that you want to get the Resolver rule policy for.
" } } }, "GetResolverRulePolicyResponse":{ "type":"structure", "members":{ "ResolverRulePolicy":{ "shape":"ResolverRulePolicy", "documentation":"The Resolver rule policy for the rule that you specified in a GetResolverRulePolicy
request.
The ID of the Resolver rule that you want to get information about.
" } } }, "GetResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"Information about the Resolver rule that you specified in a GetResolverRule
request.
The ID of the domain list that you want to modify with the import operation.
" }, "Operation":{ "shape":"FirewallDomainImportOperation", "documentation":"What you want DNS Firewall to do with the domains that are listed in the file. This must be set to REPLACE
, which updates the domain list to exactly match the list in the file.
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
" } } }, "ImportFirewallDomainsResponse":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The Id of the firewall domain list that DNS Firewall just updated.
" }, "Name":{ "shape":"Name", "documentation":"The name of the domain list.
" }, "Status":{ "shape":"FirewallDomainListStatus", "documentation":"" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"
Additional information about the status of the list, if available.
" } } }, "InternalServiceErrorException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"We encountered an unknown error. Try again in a few minutes.
", "exception":true }, "InvalidNextTokenException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"The value that you specified for NextToken
in a List
request isn't valid.
For an InvalidParameterException
error, the name of the parameter that's invalid.
One or more parameters in this request are not valid.
", "exception":true }, "InvalidPolicyDocument":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The specified Resolver rule policy is invalid.
", "exception":true }, "InvalidRequestException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The request is invalid.
", "exception":true }, "InvalidTagException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The specified tag is invalid.
", "exception":true }, "Ip":{ "type":"string", "max":36, "min":7 }, "IpAddressCount":{"type":"integer"}, "IpAddressRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "SubnetId":{ "shape":"SubnetId", "documentation":"The ID of the subnet that contains the IP address.
" }, "Ip":{ "shape":"Ip", "documentation":"The IP address that you want to use for DNS queries.
", "box":true } }, "documentation":"In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest
also includes the ID of the subnet that contains the IP address.
The ID of one IP address.
" }, "SubnetId":{ "shape":"SubnetId", "documentation":"The ID of one subnet.
" }, "Ip":{ "shape":"Ip", "documentation":"One IP address that the Resolver endpoint uses for DNS queries.
" }, "Status":{ "shape":"IpAddressStatus", "documentation":"A status code that gives the current status of the request.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"A message that provides additional information about the status of the request.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.
" }, "IpAddressStatus":{ "type":"string", "enum":[ "CREATING", "FAILED_CREATION", "ATTACHING", "ATTACHED", "REMAP_DETACHING", "REMAP_ATTACHING", "DETACHING", "FAILED_RESOURCE_GONE", "DELETING", "DELETE_FAILED_FAS_EXPIRED" ] }, "IpAddressUpdate":{ "type":"structure", "members":{ "IpId":{ "shape":"ResourceId", "documentation":"Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
", "box":true }, "SubnetId":{ "shape":"SubnetId", "documentation":"The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
", "box":true }, "Ip":{ "shape":"Ip", "documentation":"The new IP address.
", "box":true } }, "documentation":"In an UpdateResolverEndpoint request, information about an IP address to update.
" }, "IpAddressesRequest":{ "type":"list", "member":{"shape":"IpAddressRequest"}, "max":10, "min":1 }, "IpAddressesResponse":{ "type":"list", "member":{"shape":"IpAddressResponse"} }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"For a LimitExceededException
error, the type of resource that exceeded the current limit.
The request caused one or more limits to be exceeded.
", "exception":true }, "ListDomainMaxResults":{ "type":"integer", "max":5000, "min":1 }, "ListFirewallConfigsMaxResult":{ "type":"integer", "max":10, "min":5 }, "ListFirewallConfigsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"ListFirewallConfigsMaxResult", "documentation":"The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "FirewallConfigs":{ "shape":"FirewallConfigList", "documentation":"The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
" } } }, "ListFirewallDomainListsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "FirewallDomainLists":{ "shape":"FirewallDomainListMetadataList", "documentation":"A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see MaxResults
.
The ID of the domain list whose domains you want to retrieve.
" }, "MaxResults":{ "shape":"ListDomainMaxResults", "documentation":"The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "Domains":{ "shape":"FirewallDomains", "documentation":"A list of the domains in the firewall domain list.
This might be a partial list of the domains that you've defined in the domain list. For information, see MaxResults
.
The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.
", "box":true }, "VpcId":{ "shape":"ResourceId", "documentation":"The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.
", "box":true }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
", "box":true }, "Status":{ "shape":"FirewallRuleGroupAssociationStatus", "documentation":"The association Status
setting that you want DNS Firewall to filter on for the list. If you don't specify this, then DNS Firewall returns all associations, regardless of status.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "FirewallRuleGroupAssociations":{ "shape":"FirewallRuleGroupAssociations", "documentation":"A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see MaxResults
.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "FirewallRuleGroups":{ "shape":"FirewallRuleGroupMetadataList", "documentation":"A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see MaxResults
.
The unique identifier of the firewall rule group that you want to retrieve the rules for.
" }, "Priority":{ "shape":"Priority", "documentation":"Optional additional filter for the rules to retrieve.
The setting that determines the processing order of the rules in a rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
", "box":true }, "Action":{ "shape":"Action", "documentation":"Optional additional filter for the rules to retrieve.
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. If this is specified, additional handling details are provided in the rule's BlockResponse
setting.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don't specify a value for MaxResults
, Resolver returns up to 100 objects.
For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
" }, "FirewallRules":{ "shape":"FirewallRules", "documentation":"A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see MaxResults
.
The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs
request. If you don't specify a value for MaxResults
, up to 100 Resolver configurations are returned.
(Optional) If the current Amazon Web Services account has more than MaxResults
Resolver configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the request.
If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken
doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs
request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the next request.
An array that contains one ResolverConfigs
element for each Resolver configuration that is associated with the current Amazon Web Services account.
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don't specify a value for MaxResults
, Route 53 returns up to 100 configuration per page.
(Optional) If the current Amazon Web Services account has more than MaxResults
DNSSEC configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the request.
An optional specification to return a subset of objects.
", "box":true } } }, "ListResolverDnssecConfigsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account, NextToken
doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverDnssecConfigs request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the next request.
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
" } } }, "ListResolverEndpointIpAddressesRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to get IP addresses for.
" }, "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 IP addresses.
For the first ListResolverEndpointIpAddresses
request, omit this value.
If the specified Resolver endpoint has more than MaxResults
IP addresses, you can submit another ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In the next request, specify the value of NextToken
from the previous response.
If the specified endpoint has more than MaxResults
IP addresses, you can submit another ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In the next request, specify the value of NextToken
from the previous response.
The value that you specified for MaxResults
in the request.
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
" } } }, "ListResolverEndpointsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver endpoints.
For the first ListResolverEndpoints
request, omit this value.
If you have more than MaxResults
Resolver endpoints, you can submit another ListResolverEndpoints
request to get the next group of Resolver endpoints. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent ListResolverEndpoints
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
If more than MaxResults
IP addresses match the specified criteria, you can submit another ListResolverEndpoint
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
The value that you specified for MaxResults
in the request.
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
" } } }, "ListResolverQueryLogConfigAssociationsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of query logging associations that you want to return in the response to a ListResolverQueryLogConfigAssociations
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 query logging associations.
For the first ListResolverQueryLogConfigAssociations
request, omit this value.
If there are more than MaxResults
query logging associations that match the values that you specify for Filters
, you can submit another ListResolverQueryLogConfigAssociations
request to get the next group of associations. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of query logging associations.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
The element that you want Resolver to sort query logging associations by.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same value for SortBy
, if any, as in the previous request.
Valid values include the following elements:
CreationTime
: The ID of the query logging association.
Error
: If the value of Status
is FAILED
, the value of Error
indicates the cause:
DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted.
ACCESS_DENIED
: Permissions don't allow sending logs to the destination.
If Status
is a value other than FAILED
, ERROR
is null.
Id
: The ID of the query logging association
ResolverQueryLogConfigId
: The ID of the query logging configuration
ResourceId
: The ID of the VPC that is associated with the query logging configuration
Status
: The current status of the configuration. Valid values include the following:
CREATING
: Resolver is creating an association between an Amazon VPC and a query logging configuration.
CREATED
: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging association.
FAILED
: Resolver either couldn't create or couldn't delete the query logging association. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
If you specified a value for SortBy
, the order that you want query logging associations to be listed in, ASCENDING
or DESCENDING
.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same value for SortOrder
, if any, as in the previous request.
If there are more than MaxResults
query logging associations, you can submit another ListResolverQueryLogConfigAssociations
request to get the next group of associations. In the next request, specify the value of NextToken
from the previous response.
The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the number of associations that are returned in a ListResolverQueryLogConfigAssociations
response, depending on the values that you specify in the request.
The total number of query logging associations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigAssociations
request. For the total number of associations that were created by the current account in the specified Region, see TotalCount
.
A list that contains one ResolverQueryLogConfigAssociations
element for each query logging association that matches the values that you specified for Filter
.
The maximum number of query logging configurations that you want to return in the response to a ListResolverQueryLogConfigs
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 query logging configurations.
For the first ListResolverQueryLogConfigs
request, omit this value.
If there are more than MaxResults
query logging configurations that match the values that you specify for Filters
, you can submit another ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of query logging configurations.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
The element that you want Resolver to sort query logging configurations by.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same value for SortBy
, if any, as in the previous request.
Valid values include the following elements:
Arn
: The ARN of the query logging configuration
AssociationCount
: The number of VPCs that are associated with the specified configuration
CreationTime
: The date and time that Resolver returned when the configuration was created
CreatorRequestId
: The value that was specified for CreatorRequestId
when the configuration was created
DestinationArn
: The location that logs are sent to
Id
: The ID of the configuration
Name
: The name of the configuration
OwnerId
: The Amazon Web Services account number of the account that created the configuration
ShareStatus
: Whether the configuration is shared with other Amazon Web Services accounts or shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
Status
: The current status of the configuration. Valid values include the following:
CREATING
: Resolver is creating the query logging configuration.
CREATED
: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging configuration.
FAILED
: Resolver either couldn't create or couldn't delete the query logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
If you specified a value for SortBy
, the order that you want query logging configurations to be listed in, ASCENDING
or DESCENDING
.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same value for SortOrder
, if any, as in the previous request.
If there are more than MaxResults
query logging configurations, you can submit another ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request, specify the value of NextToken
from the previous response.
The total number of query logging configurations that were created by the current account in the specified Region. This count can differ from the number of query logging configurations that are returned in a ListResolverQueryLogConfigs
response, depending on the values that you specify in the request.
The total number of query logging configurations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the total number of query logging configurations that were created by the current account in the specified Region, see TotalCount
.
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that matches the values that you specified for Filter
.
The maximum number of rule associations that you want to return in the response to a ListResolverRuleAssociations
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 rule associations.
For the first ListResolverRuleAssociation
request, omit this value.
If you have more than MaxResults
rule associations, you can submit another ListResolverRuleAssociation
request to get the next group of rule associations. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
If more than MaxResults
rule associations match the specified criteria, you can submit another ListResolverRuleAssociation
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
The value that you specified for MaxResults
in the request.
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
" } } }, "ListResolverRulesRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of Resolver rules that you want to return in the response to a ListResolverRules
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another ListResolverRules
request to get the next group of Resolver rules. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
If more than MaxResults
Resolver rules match the specified criteria, you can submit another ListResolverRules
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
The value that you specified for MaxResults
in the request.
The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) for the resource that you want to list tags for.
" }, "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of tags that you want to return in the response to a ListTagsForResource
request. If you don't specify a value for MaxResults
, Resolver returns up to 100 tags.
For the first ListTagsForResource
request, omit this value.
If you have more than MaxResults
tags, you can submit another ListTagsForResource
request to get the next group of tags for the resource. In the next request, specify the value of NextToken
from the previous response.
The tags that are associated with the resource that you specified in the ListTagsForResource
request.
If more than MaxResults
tags match the specified criteria, you can submit another ListTagsForResource
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
The ARN (Amazon Resource Name) for the rule group that you want to share.
" }, "FirewallRuleGroupPolicy":{ "shape":"FirewallRuleGroupPolicy", "documentation":"The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
" } } }, "PutFirewallRuleGroupPolicyResponse":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"" } } }, "PutResolverQueryLogConfigPolicyRequest":{ "type":"structure", "required":[ "Arn", "ResolverQueryLogConfigPolicy" ], "members":{ "Arn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) of the account that you want to share rules with.
" }, "ResolverQueryLogConfigPolicy":{ "shape":"ResolverQueryLogConfigPolicy", "documentation":"An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform. You can specify the following operations in the Actions
section of the statement:
route53resolver:AssociateResolverQueryLogConfig
route53resolver:DisassociateResolverQueryLogConfig
route53resolver:ListResolverQueryLogConfigAssociations
route53resolver:ListResolverQueryLogConfigs
In the Resource
section of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified in Arn
.
Whether the PutResolverQueryLogConfigPolicy
request was successful.
The response to a PutResolverQueryLogConfigPolicy
request.
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
" }, "ResolverRulePolicy":{ "shape":"ResolverRulePolicy", "documentation":"An Identity and Access Management policy statement that lists the rules that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform. You can specify the following operations in the Action
section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource
section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN that you specified in Arn
.
Whether the PutResolverRulePolicy
request was successful.
The response to a PutResolverRulePolicy
request.
ID for the Resolver configuration.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The owner account ID of the Amazon Virtual Private Cloud VPC.
" }, "AutodefinedReverse":{ "shape":"ResolverAutodefinedReverseStatus", "documentation":"The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following:
ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete.
ENABLED: Autodefined rules for reverse DNS lookups are enabled.
DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete.
DISABLED: Autodefined rules for reverse DNS lookups are disabled.
A complex type that contains information about a Resolver configuration for a VPC.
" }, "ResolverConfigList":{ "type":"list", "member":{"shape":"ResolverConfig"} }, "ResolverDNSSECValidationStatus":{ "type":"string", "enum":[ "ENABLING", "ENABLED", "DISABLING", "DISABLED" ] }, "ResolverDnssecConfig":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID for a configuration for DNSSEC validation.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
" }, "ValidationStatus":{ "shape":"ResolverDNSSECValidationStatus", "documentation":"The validation status for a DNSSEC configuration. The status can be one of the following:
ENABLING: DNSSEC validation is being enabled but is not complete.
ENABLED: DNSSEC validation is enabled.
DISABLING: DNSSEC validation is being disabled but is not complete.
DISABLED DNSSEC validation is disabled.
A complex type that contains information about a configuration for DNSSEC validation.
" }, "ResolverDnssecConfigList":{ "type":"list", "member":{"shape":"ResolverDnssecConfig"} }, "ResolverEndpoint":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
The ARN (Amazon Resource Name) for the Resolver endpoint.
" }, "Name":{ "shape":"Name", "documentation":"The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
" }, "Direction":{ "shape":"ResolverEndpointDirection", "documentation":"Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
The number of IP addresses that the Resolver endpoint can use for DNS queries.
" }, "HostVPCId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that you want to create the Resolver endpoint in.
" }, "Status":{ "shape":"ResolverEndpointStatus", "documentation":"A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can't automatically recover it. To resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address that isn't available, add another IP address and then delete the IP address that isn't available. (An endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn't be created for some reason that's outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
A detailed description of the status of the Resolver endpoint.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, ListResolverEndpoints, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.
" }, "ResolverEndpointDirection":{ "type":"string", "enum":[ "INBOUND", "OUTBOUND" ] }, "ResolverEndpointStatus":{ "type":"string", "enum":[ "CREATING", "OPERATIONAL", "UPDATING", "AUTO_RECOVERING", "ACTION_NEEDED", "DELETING" ] }, "ResolverEndpoints":{ "type":"list", "member":{"shape":"ResolverEndpoint"} }, "ResolverQueryLogConfig":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID for the query logging configuration.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"The Amazon Web Services account ID for the account that created the query logging configuration.
" }, "Status":{ "shape":"ResolverQueryLogConfigStatus", "documentation":"The status of the specified query logging configuration. Valid values include the following:
CREATING
: Resolver is creating the query logging configuration.
CREATED
: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging configuration.
FAILED
: Resolver can't deliver logs to the location that is specified in the query logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don't allow sending logs to the destination.
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
" }, "AssociationCount":{ "shape":"Count", "documentation":"The number of VPCs that are associated with the query logging configuration.
" }, "Arn":{ "shape":"Arn", "documentation":"The ARN for the query logging configuration.
" }, "Name":{ "shape":"ResolverQueryLogConfigName", "documentation":"The name of the query logging configuration.
" }, "DestinationArn":{ "shape":"DestinationArn", "documentation":"The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that identifies the request that created the query logging configuration. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.
" }, "ResolverQueryLogConfigAssociation":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID of the query logging association.
" }, "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"The ID of the query logging configuration that a VPC is associated with.
" }, "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the Amazon VPC that is associated with the query logging configuration.
" }, "Status":{ "shape":"ResolverQueryLogConfigAssociationStatus", "documentation":"The status of the specified query logging association. Valid values include the following:
CREATING
: Resolver is creating an association between an Amazon VPC and a query logging configuration.
CREATED
: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging association.
FAILED
: Resolver either couldn't create or couldn't delete the query logging association.
If the value of Status
is FAILED
, the value of Error
indicates the cause:
DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted.
ACCESS_DENIED
: Permissions don't allow sending logs to the destination.
If the value of Status
is a value other than FAILED
, Error
is null.
Contains additional information about the error. If the value or Error
is null, the value of ErrorMessage
also is null.
The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"In the response to an AssociateResolverQueryLogConfig, DisassociateResolverQueryLogConfig, GetResolverQueryLogConfigAssociation, or ListResolverQueryLogConfigAssociations, request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
" }, "ResolverQueryLogConfigAssociationError":{ "type":"string", "enum":[ "NONE", "DESTINATION_NOT_FOUND", "ACCESS_DENIED", "INTERNAL_SERVICE_ERROR" ] }, "ResolverQueryLogConfigAssociationErrorMessage":{"type":"string"}, "ResolverQueryLogConfigAssociationList":{ "type":"list", "member":{"shape":"ResolverQueryLogConfigAssociation"} }, "ResolverQueryLogConfigAssociationStatus":{ "type":"string", "enum":[ "CREATING", "ACTIVE", "ACTION_NEEDED", "DELETING", "FAILED" ] }, "ResolverQueryLogConfigList":{ "type":"list", "member":{"shape":"ResolverQueryLogConfig"} }, "ResolverQueryLogConfigName":{ "type":"string", "max":64, "min":1, "pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)" }, "ResolverQueryLogConfigPolicy":{ "type":"string", "max":30000 }, "ResolverQueryLogConfigStatus":{ "type":"string", "enum":[ "CREATING", "CREATED", "DELETING", "FAILED" ] }, "ResolverRule":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"The ID that Resolver assigned to the Resolver rule when you created it.
" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"A unique string that you specified when you created the Resolver rule. CreatorRequestId
identifies the request and allows failed requests to be retried without the risk of running the operation twice.
The ARN (Amazon Resource Name) for the Resolver rule specified by Id
.
DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
. If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
A code that specifies the current status of the Resolver rule.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"A detailed description of the status of a Resolver rule.
" }, "RuleType":{ "shape":"RuleTypeOption", "documentation":"When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD
.
When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM
.
For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD
for RuleType
. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM
for RuleType
.
Currently, only Resolver can create rules that have a value of RECURSIVE
for RuleType
.
The name for the Resolver rule, which you specified when you created the Resolver rule.
" }, "TargetIps":{ "shape":"TargetList", "documentation":"An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.
" }, "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the endpoint that the rule is associated with.
" }, "OwnerId":{ "shape":"AccountId", "documentation":"When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.
" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"Whether the rule is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account.
" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).
" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).
" } }, "documentation":"For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries out of the VPC. The ResolverRule
parameter appears in the response to a CreateResolverRule, DeleteResolverRule, GetResolverRule, ListResolverRules, or UpdateResolverRule request.
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
" }, "ResolverRuleId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver rule that you associated with the VPC that is specified by VPCId
.
The name of an association between a Resolver rule and a VPC.
" }, "VPCId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that you associated the Resolver rule with.
" }, "Status":{ "shape":"ResolverRuleAssociationStatus", "documentation":"A code that specifies the current status of the association between a Resolver rule and a VPC.
" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"A detailed description of the status of the association between a Resolver rule and a VPC.
" } }, "documentation":"In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
" }, "ResolverRuleAssociationStatus":{ "type":"string", "enum":[ "CREATING", "COMPLETE", "DELETING", "FAILED", "OVERRIDDEN" ] }, "ResolverRuleAssociations":{ "type":"list", "member":{"shape":"ResolverRuleAssociation"} }, "ResolverRuleConfig":{ "type":"structure", "members":{ "Name":{ "shape":"Name", "documentation":"The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.
" }, "TargetIps":{ "shape":"TargetList", "documentation":"For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
" }, "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps
.
In an UpdateResolverRule request, information about the changes that you want to make.
" }, "ResolverRulePolicy":{ "type":"string", "max":5000 }, "ResolverRuleStatus":{ "type":"string", "enum":[ "COMPLETE", "DELETING", "UPDATING", "FAILED" ] }, "ResolverRules":{ "type":"list", "member":{"shape":"ResolverRule"} }, "ResourceExistsException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"For a ResourceExistsException
error, the type of resource that the error applies to.
The resource that you tried to create already exists.
", "exception":true }, "ResourceId":{ "type":"string", "max":64, "min":1 }, "ResourceInUseException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"For a ResourceInUseException
error, the type of resource that is currently in use.
The resource that you tried to update or delete is currently in use.
", "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"For a ResourceNotFoundException
error, the type of resource that doesn't exist.
The specified resource doesn't exist.
", "exception":true }, "ResourceUnavailableException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"For a ResourceUnavailableException
error, the type of resource that isn't available.
The specified resource isn't available.
", "exception":true }, "Rfc3339TimeString":{ "type":"string", "max":40, "min":20 }, "RuleTypeOption":{ "type":"string", "enum":[ "FORWARD", "SYSTEM", "RECURSIVE" ] }, "SecurityGroupIds":{ "type":"list", "member":{"shape":"ResourceId"} }, "ServicePrinciple":{ "type":"string", "max":512, "min":1 }, "ShareStatus":{ "type":"string", "enum":[ "NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME" ] }, "SortByKey":{ "type":"string", "max":64, "min":1 }, "SortOrder":{ "type":"string", "enum":[ "ASCENDING", "DESCENDING" ] }, "StatusMessage":{ "type":"string", "max":255 }, "String":{"type":"string"}, "SubnetId":{ "type":"string", "max":32, "min":1 }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of Key
might be account-id
.
The value for the tag. For example, if Key
is account-id
, then Value
might be the ID of the customer account that you're creating the resource for.
One tag that you want to add to the specified resource. A tag consists of a Key
(a name for the tag) and a Value
.
The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable Get
or List
command:
The tags that you want to add to the specified resource.
" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "TargetAddress":{ "type":"structure", "required":["Ip"], "members":{ "Ip":{ "shape":"Ip", "documentation":"One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
" }, "Port":{ "shape":"Port", "documentation":"The port at Ip
that you want to forward DNS queries to.
In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
" }, "TargetList":{ "type":"list", "member":{"shape":"TargetAddress"}, "min":1 }, "ThrottlingException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The request was throttled. Try again in a few minutes.
", "exception":true }, "UnknownResourceException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"The specified resource doesn't exist.
", "exception":true }, "Unsigned":{"type":"integer"}, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "TagKeys" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable Get
or List
command:
The tags that you want to remove to the specified resource.
" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateFirewallConfigRequest":{ "type":"structure", "required":[ "ResourceId", "FirewallFailOpen" ], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the VPC that the configuration is for.
" }, "FirewallFailOpen":{ "shape":"FirewallFailOpenStatus", "documentation":"Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
" } } }, "UpdateFirewallConfigResponse":{ "type":"structure", "members":{ "FirewallConfig":{ "shape":"FirewallConfig", "documentation":"Configuration of the firewall behavior provided by DNS Firewall for a single VPC.
" } } }, "UpdateFirewallDomainsRequest":{ "type":"structure", "required":[ "FirewallDomainListId", "Operation", "Domains" ], "members":{ "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list whose domains you want to update.
" }, "Operation":{ "shape":"FirewallDomainUpdateOperation", "documentation":"What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
A list of domains to use in the update operation.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with *
(asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters: A-Z
, a-z
, 0-9
, -
(hyphen).
It must be from 1-255 characters in length.
The ID of the firewall domain list that DNS Firewall just updated.
" }, "Name":{ "shape":"Name", "documentation":"The name of the domain list.
" }, "Status":{ "shape":"FirewallDomainListStatus", "documentation":"" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"
Additional information about the status of the list, if available.
" } } }, "UpdateFirewallRuleGroupAssociationRequest":{ "type":"structure", "required":["FirewallRuleGroupAssociationId"], "members":{ "FirewallRuleGroupAssociationId":{ "shape":"ResourceId", "documentation":"The identifier of the FirewallRuleGroupAssociation.
" }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for a rule group association after you create it.
", "box":true }, "MutationProtection":{ "shape":"MutationProtectionStatus", "documentation":"If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
", "box":true }, "Name":{ "shape":"Name", "documentation":"The name of the rule group association.
", "box":true } } }, "UpdateFirewallRuleGroupAssociationResponse":{ "type":"structure", "members":{ "FirewallRuleGroupAssociation":{ "shape":"FirewallRuleGroupAssociation", "documentation":"The association that you just updated.
" } } }, "UpdateFirewallRuleRequest":{ "type":"structure", "required":[ "FirewallRuleGroupId", "FirewallDomainListId" ], "members":{ "FirewallRuleGroupId":{ "shape":"ResourceId", "documentation":"The unique identifier of the firewall rule group for the rule.
" }, "FirewallDomainListId":{ "shape":"ResourceId", "documentation":"The ID of the domain list to use in the rule.
" }, "Priority":{ "shape":"Priority", "documentation":"The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
You must specify a unique priority for each rule in a rule group. To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for the rules in a rule group at any time.
", "box":true }, "Action":{ "shape":"Action", "documentation":"The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. This option requires additional details in the rule's BlockResponse
.
The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that's in the query doesn't exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule's BlockOverride*
settings.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The name of the rule.
", "box":true } } }, "UpdateFirewallRuleResponse":{ "type":"structure", "members":{ "FirewallRule":{ "shape":"FirewallRule", "documentation":"The firewall rule that you just updated.
" } } }, "UpdateResolverConfigRequest":{ "type":"structure", "required":[ "ResourceId", "AutodefinedReverseFlag" ], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
" }, "AutodefinedReverseFlag":{ "shape":"AutodefinedReverseFlag", "documentation":"Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
It can take some time for the status change to be completed.
An array that contains settings for the specified Resolver configuration.
" } } }, "UpdateResolverDnssecConfigRequest":{ "type":"structure", "required":[ "ResourceId", "Validation" ], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
" }, "Validation":{ "shape":"Validation", "documentation":"The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or DISABLE
. Be aware that it can take time for a validation status change to be completed.
A complex type that contains settings for the specified DNSSEC configuration.
" } } }, "UpdateResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"The ID of the Resolver endpoint that you want to update.
" }, "Name":{ "shape":"Name", "documentation":"The name of the Resolver endpoint that you want to update.
", "box":true } } }, "UpdateResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"The response to an UpdateResolverEndpoint
request.
The ID of the Resolver rule that you want to update.
" }, "Config":{ "shape":"ResolverRuleConfig", "documentation":"The new settings for the Resolver rule.
" } } }, "UpdateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"The response to an UpdateResolverRule
request.
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names such as domain names for EC2 instances or Elastic Load Balancing load balancers. Resolver performs recursive lookups against public name servers for all other domain names.
You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:
Forward DNS queries from resolvers on your network to Route 53 Resolver
DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers to easily resolve domain names for Amazon Web Services resources such as EC2 instances or records in a Route 53 private hosted zone. For more information, see How DNS Resolvers on Your Network Forward DNS Queries to Route 53 Resolver in the Amazon Route 53 Developer Guide.
Conditionally forward queries from a VPC to resolvers on your network
You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see How Route 53 Resolver Forwards DNS Queries from Your VPCs to Your Network in the Amazon Route 53 Developer Guide.
Like Amazon VPC, Resolver is Regional. In each Region where you have VPCs, you can choose whether to forward queries from your VPCs to your network (outbound queries), from your network to your VPCs (inbound queries), or both.
" }