libZSservicesZSamazonka-route53resolverZSamazonka-route53resolver
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53Resolver.Lens

Contents

Description

 
Synopsis

Operations

UpdateResolverEndpoint

updateResolverEndpoint_name :: Lens' UpdateResolverEndpoint (Maybe Text) Source #

The name of the Resolver endpoint that you want to update.

updateResolverEndpoint_resolverEndpointId :: Lens' UpdateResolverEndpoint Text Source #

The ID of the Resolver endpoint that you want to update.

DeleteResolverEndpoint

deleteResolverEndpoint_resolverEndpointId :: Lens' DeleteResolverEndpoint Text Source #

The ID of the Resolver endpoint that you want to delete.

deleteResolverEndpointResponse_resolverEndpoint :: Lens' DeleteResolverEndpointResponse (Maybe ResolverEndpoint) Source #

Information about the DeleteResolverEndpoint request, including the status of the request.

CreateResolverRule

createResolverRule_resolverEndpointId :: Lens' CreateResolverRule (Maybe Text) Source #

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.

createResolverRule_targetIps :: Lens' CreateResolverRule (Maybe (NonEmpty TargetAddress)) Source #

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.

createResolverRule_name :: Lens' CreateResolverRule (Maybe Text) Source #

A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.

createResolverRule_tags :: Lens' CreateResolverRule (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the endpoint.

createResolverRule_creatorRequestId :: Lens' CreateResolverRule Text Source #

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.

createResolverRule_ruleType :: Lens' CreateResolverRule RuleTypeOption Source #

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.

createResolverRule_domainName :: Lens' CreateResolverRule Text Source #

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).

createResolverRuleResponse_resolverRule :: Lens' CreateResolverRuleResponse (Maybe ResolverRule) Source #

Information about the CreateResolverRule request, including the status of the request.

GetResolverQueryLogConfig

getResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' GetResolverQueryLogConfig Text Source #

The ID of the Resolver query logging configuration that you want to get information about.

getResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' GetResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig) Source #

Information about the Resolver query logging configuration that you specified in a GetQueryLogConfig request.

CreateFirewallRule

createFirewallRule_blockOverrideDnsType :: Lens' CreateFirewallRule (Maybe BlockOverrideDnsType) Source #

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.

createFirewallRule_blockResponse :: Lens' CreateFirewallRule (Maybe BlockResponse) Source #

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.

createFirewallRule_blockOverrideTtl :: Lens' CreateFirewallRule (Maybe Natural) Source #

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.

createFirewallRule_blockOverrideDomain :: Lens' CreateFirewallRule (Maybe Text) Source #

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.

createFirewallRule_creatorRequestId :: Lens' CreateFirewallRule Text Source #

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.

createFirewallRule_firewallRuleGroupId :: Lens' CreateFirewallRule Text Source #

The unique identifier of the firewall rule group where you want to create the rule.

createFirewallRule_firewallDomainListId :: Lens' CreateFirewallRule Text Source #

The ID of the domain list that you want to use in the rule.

createFirewallRule_priority :: Lens' CreateFirewallRule Int Source #

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.

createFirewallRule_action :: Lens' CreateFirewallRule Action Source #

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.

createFirewallRule_name :: Lens' CreateFirewallRule Text Source #

A name that lets you identify the rule in the rule group.

UpdateFirewallRuleGroupAssociation

updateFirewallRuleGroupAssociation_mutationProtection :: Lens' UpdateFirewallRuleGroupAssociation (Maybe MutationProtectionStatus) Source #

If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.

updateFirewallRuleGroupAssociation_priority :: Lens' UpdateFirewallRuleGroupAssociation (Maybe Int) Source #

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.

ListFirewallRuleGroupAssociations

listFirewallRuleGroupAssociations_status :: Lens' ListFirewallRuleGroupAssociations (Maybe FirewallRuleGroupAssociationStatus) Source #

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.

listFirewallRuleGroupAssociations_firewallRuleGroupId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

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.

listFirewallRuleGroupAssociations_priority :: Lens' ListFirewallRuleGroupAssociations (Maybe Int) Source #

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.

listFirewallRuleGroupAssociations_vpcId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.

listFirewallRuleGroupAssociations_nextToken :: Lens' ListFirewallRuleGroupAssociations (Maybe Text) Source #

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.

listFirewallRuleGroupAssociations_maxResults :: Lens' ListFirewallRuleGroupAssociations (Maybe Natural) Source #

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.

listFirewallRuleGroupAssociationsResponse_firewallRuleGroupAssociations :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe [FirewallRuleGroupAssociation]) Source #

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.

listFirewallRuleGroupAssociationsResponse_nextToken :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe Text) Source #

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.

ListResolverQueryLogConfigAssociations

listResolverQueryLogConfigAssociations_filters :: Lens' ListResolverQueryLogConfigAssociations (Maybe [Filter]) Source #

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.

listResolverQueryLogConfigAssociations_nextToken :: Lens' ListResolverQueryLogConfigAssociations (Maybe Text) Source #

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.

listResolverQueryLogConfigAssociations_sortOrder :: Lens' ListResolverQueryLogConfigAssociations (Maybe SortOrder) Source #

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.

listResolverQueryLogConfigAssociations_maxResults :: Lens' ListResolverQueryLogConfigAssociations (Maybe Natural) Source #

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.

listResolverQueryLogConfigAssociations_sortBy :: Lens' ListResolverQueryLogConfigAssociations (Maybe Text) Source #

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.

listResolverQueryLogConfigAssociationsResponse_totalFilteredCount :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Int) Source #

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.

listResolverQueryLogConfigAssociationsResponse_resolverQueryLogConfigAssociations :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe [ResolverQueryLogConfigAssociation]) Source #

A list that contains one ResolverQueryLogConfigAssociations element for each query logging association that matches the values that you specified for Filter.

listResolverQueryLogConfigAssociationsResponse_nextToken :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Text) Source #

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.

listResolverQueryLogConfigAssociationsResponse_totalCount :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Int) Source #

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.

ListTagsForResource

listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text) Source #

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.

listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural) Source #

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.

listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #

The Amazon Resource Name (ARN) for the resource that you want to list tags for.

listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text) Source #

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.

listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag]) Source #

The tags that are associated with the resource that you specified in the ListTagsForResource request.

GetFirewallRuleGroupAssociation

DisassociateResolverEndpointIpAddress

disassociateResolverEndpointIpAddress_resolverEndpointId :: Lens' DisassociateResolverEndpointIpAddress Text Source #

The ID of the Resolver endpoint that you want to disassociate an IP address from.

disassociateResolverEndpointIpAddress_ipAddress :: Lens' DisassociateResolverEndpointIpAddress IpAddressUpdate Source #

The IPv4 address that you want to remove from a Resolver endpoint.

ListResolverRuleAssociations

listResolverRuleAssociations_filters :: Lens' ListResolverRuleAssociations (Maybe [Filter]) Source #

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.

listResolverRuleAssociations_nextToken :: Lens' ListResolverRuleAssociations (Maybe Text) Source #

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.

listResolverRuleAssociations_maxResults :: Lens' ListResolverRuleAssociations (Maybe Natural) Source #

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.

listResolverRuleAssociationsResponse_resolverRuleAssociations :: Lens' ListResolverRuleAssociationsResponse (Maybe [ResolverRuleAssociation]) Source #

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.

listResolverRuleAssociationsResponse_nextToken :: Lens' ListResolverRuleAssociationsResponse (Maybe Text) Source #

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.

DeleteResolverQueryLogConfig

deleteResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' DeleteResolverQueryLogConfig Text Source #

The ID of the query logging configuration that you want to delete.

deleteResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' DeleteResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig) Source #

Information about the query logging configuration that you deleted, including the status of the request.

CreateFirewallRuleGroup

createFirewallRuleGroup_tags :: Lens' CreateFirewallRuleGroup (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the rule group.

createFirewallRuleGroup_creatorRequestId :: Lens' CreateFirewallRuleGroup Text Source #

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.

createFirewallRuleGroup_name :: Lens' CreateFirewallRuleGroup Text Source #

A name that lets you identify the rule group, to manage and use it.

GetResolverEndpoint

getResolverEndpoint_resolverEndpointId :: Lens' GetResolverEndpoint Text Source #

The ID of the Resolver endpoint that you want to get information about.

getResolverEndpointResponse_resolverEndpoint :: Lens' GetResolverEndpointResponse (Maybe ResolverEndpoint) Source #

Information about the Resolver endpoint that you specified in a GetResolverEndpoint request.

ListResolverQueryLogConfigs

listResolverQueryLogConfigs_filters :: Lens' ListResolverQueryLogConfigs (Maybe [Filter]) Source #

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.

listResolverQueryLogConfigs_nextToken :: Lens' ListResolverQueryLogConfigs (Maybe Text) Source #

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.

listResolverQueryLogConfigs_sortOrder :: Lens' ListResolverQueryLogConfigs (Maybe SortOrder) Source #

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.

listResolverQueryLogConfigs_maxResults :: Lens' ListResolverQueryLogConfigs (Maybe Natural) Source #

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.

listResolverQueryLogConfigs_sortBy :: Lens' ListResolverQueryLogConfigs (Maybe Text) Source #

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.

listResolverQueryLogConfigsResponse_totalFilteredCount :: Lens' ListResolverQueryLogConfigsResponse (Maybe Int) Source #

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.

listResolverQueryLogConfigsResponse_resolverQueryLogConfigs :: Lens' ListResolverQueryLogConfigsResponse (Maybe [ResolverQueryLogConfig]) Source #

A list that contains one ResolverQueryLogConfig element for each query logging configuration that matches the values that you specified for Filter.

listResolverQueryLogConfigsResponse_nextToken :: Lens' ListResolverQueryLogConfigsResponse (Maybe Text) Source #

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.

listResolverQueryLogConfigsResponse_totalCount :: Lens' ListResolverQueryLogConfigsResponse (Maybe Int) Source #

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.

DeleteFirewallRuleGroup

deleteFirewallRuleGroup_firewallRuleGroupId :: Lens' DeleteFirewallRuleGroup Text Source #

The unique identifier of the firewall rule group that you want to delete.

ListResolverEndpointIpAddresses

listResolverEndpointIpAddresses_nextToken :: Lens' ListResolverEndpointIpAddresses (Maybe Text) Source #

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.

listResolverEndpointIpAddresses_maxResults :: Lens' ListResolverEndpointIpAddresses (Maybe Natural) Source #

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.

listResolverEndpointIpAddresses_resolverEndpointId :: Lens' ListResolverEndpointIpAddresses Text Source #

The ID of the Resolver endpoint that you want to get IP addresses for.

listResolverEndpointIpAddressesResponse_nextToken :: Lens' ListResolverEndpointIpAddressesResponse (Maybe Text) Source #

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.

listResolverEndpointIpAddressesResponse_ipAddresses :: Lens' ListResolverEndpointIpAddressesResponse (Maybe [IpAddressResponse]) Source #

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).

AssociateResolverQueryLogConfig

associateResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' AssociateResolverQueryLogConfig Text Source #

The ID of the query logging configuration that you want to associate a VPC with.

associateResolverQueryLogConfig_resourceId :: Lens' AssociateResolverQueryLogConfig Text Source #

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.

associateResolverQueryLogConfigResponse_resolverQueryLogConfigAssociation :: Lens' AssociateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfigAssociation) Source #

A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.

GetResolverRulePolicy

getResolverRulePolicy_arn :: Lens' GetResolverRulePolicy Text Source #

The ID of the Resolver rule that you want to get the Resolver rule policy for.

getResolverRulePolicyResponse_resolverRulePolicy :: Lens' GetResolverRulePolicyResponse (Maybe Text) Source #

The Resolver rule policy for the rule that you specified in a GetResolverRulePolicy request.

GetResolverDnssecConfig

getResolverDnssecConfig_resourceId :: Lens' GetResolverDnssecConfig Text Source #

The ID of the virtual private cloud (VPC) for the DNSSEC validation status.

ListFirewallRuleGroups

listFirewallRuleGroups_nextToken :: Lens' ListFirewallRuleGroups (Maybe Text) Source #

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.

listFirewallRuleGroups_maxResults :: Lens' ListFirewallRuleGroups (Maybe Natural) Source #

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.

listFirewallRuleGroupsResponse_nextToken :: Lens' ListFirewallRuleGroupsResponse (Maybe Text) Source #

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.

listFirewallRuleGroupsResponse_firewallRuleGroups :: Lens' ListFirewallRuleGroupsResponse (Maybe [FirewallRuleGroupMetadata]) Source #

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.

UpdateResolverRule

updateResolverRule_resolverRuleId :: Lens' UpdateResolverRule Text Source #

The ID of the Resolver rule that you want to update.

DeleteResolverRule

deleteResolverRule_resolverRuleId :: Lens' DeleteResolverRule Text Source #

The ID of the Resolver rule that you want to delete.

deleteResolverRuleResponse_resolverRule :: Lens' DeleteResolverRuleResponse (Maybe ResolverRule) Source #

Information about the DeleteResolverRule request, including the status of the request.

DeleteFirewallRule

deleteFirewallRule_firewallRuleGroupId :: Lens' DeleteFirewallRule Text Source #

The unique identifier of the firewall rule group that you want to delete the rule from.

deleteFirewallRule_firewallDomainListId :: Lens' DeleteFirewallRule Text Source #

The ID of the domain list that's used in the rule.

deleteFirewallRuleResponse_firewallRule :: Lens' DeleteFirewallRuleResponse (Maybe FirewallRule) Source #

The specification for the firewall rule that you just deleted.

UpdateFirewallRule

updateFirewallRule_blockOverrideDnsType :: Lens' UpdateFirewallRule (Maybe BlockOverrideDnsType) Source #

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.

updateFirewallRule_priority :: Lens' UpdateFirewallRule (Maybe Int) Source #

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.

updateFirewallRule_blockResponse :: Lens' UpdateFirewallRule (Maybe BlockResponse) Source #

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.

updateFirewallRule_action :: Lens' UpdateFirewallRule (Maybe Action) Source #

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.

updateFirewallRule_blockOverrideTtl :: Lens' UpdateFirewallRule (Maybe Natural) Source #

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.

updateFirewallRule_blockOverrideDomain :: Lens' UpdateFirewallRule (Maybe Text) Source #

The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

updateFirewallRule_firewallRuleGroupId :: Lens' UpdateFirewallRule Text Source #

The unique identifier of the firewall rule group for the rule.

updateFirewallRule_firewallDomainListId :: Lens' UpdateFirewallRule Text Source #

The ID of the domain list to use in the rule.

ListFirewallRules

listFirewallRules_priority :: Lens' ListFirewallRules (Maybe Int) Source #

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.

listFirewallRules_action :: Lens' ListFirewallRules (Maybe Action) Source #

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.

listFirewallRules_nextToken :: Lens' ListFirewallRules (Maybe Text) Source #

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.

listFirewallRules_maxResults :: Lens' ListFirewallRules (Maybe Natural) Source #

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.

listFirewallRules_firewallRuleGroupId :: Lens' ListFirewallRules Text Source #

The unique identifier of the firewall rule group that you want to retrieve the rules for.

listFirewallRulesResponse_firewallRules :: Lens' ListFirewallRulesResponse (Maybe [FirewallRule]) Source #

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.

listFirewallRulesResponse_nextToken :: Lens' ListFirewallRulesResponse (Maybe Text) Source #

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.

GetFirewallRuleGroup

getFirewallRuleGroup_firewallRuleGroupId :: Lens' GetFirewallRuleGroup Text Source #

The unique identifier of the firewall rule group.

ListResolverRules

listResolverRules_filters :: Lens' ListResolverRules (Maybe [Filter]) Source #

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.

listResolverRules_nextToken :: Lens' ListResolverRules (Maybe Text) Source #

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.

listResolverRules_maxResults :: Lens' ListResolverRules (Maybe Natural) Source #

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.

listResolverRulesResponse_resolverRules :: Lens' ListResolverRulesResponse (Maybe [ResolverRule]) Source #

The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.

listResolverRulesResponse_nextToken :: Lens' ListResolverRulesResponse (Maybe Text) Source #

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.

listResolverRulesResponse_maxResults :: Lens' ListResolverRulesResponse (Maybe Natural) Source #

The value that you specified for MaxResults in the request.

CreateResolverEndpoint

createResolverEndpoint_name :: Lens' CreateResolverEndpoint (Maybe Text) Source #

A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.

createResolverEndpoint_tags :: Lens' CreateResolverEndpoint (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the endpoint.

createResolverEndpoint_creatorRequestId :: Lens' CreateResolverEndpoint Text Source #

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.

createResolverEndpoint_securityGroupIds :: Lens' CreateResolverEndpoint [Text] Source #

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.

createResolverEndpoint_direction :: Lens' CreateResolverEndpoint ResolverEndpointDirection Source #

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

createResolverEndpoint_ipAddresses :: Lens' CreateResolverEndpoint (NonEmpty IpAddressRequest) Source #

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.

createResolverEndpointResponse_resolverEndpoint :: Lens' CreateResolverEndpointResponse (Maybe ResolverEndpoint) Source #

Information about the CreateResolverEndpoint request, including the status of the request.

AssociateResolverRule

associateResolverRule_name :: Lens' AssociateResolverRule (Maybe Text) Source #

A name for the association that you're creating between a Resolver rule and a VPC.

associateResolverRule_resolverRuleId :: Lens' AssociateResolverRule Text Source #

The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.

associateResolverRule_vPCId :: Lens' AssociateResolverRule Text Source #

The ID of the VPC that you want to associate the Resolver rule with.

associateResolverRuleResponse_resolverRuleAssociation :: Lens' AssociateResolverRuleResponse (Maybe ResolverRuleAssociation) Source #

Information about the AssociateResolverRule request, including the status of the request.

GetResolverQueryLogConfigPolicy

getResolverQueryLogConfigPolicy_arn :: Lens' GetResolverQueryLogConfigPolicy Text Source #

The ARN of the query logging configuration that you want to get the query logging policy for.

getResolverQueryLogConfigPolicyResponse_resolverQueryLogConfigPolicy :: Lens' GetResolverQueryLogConfigPolicyResponse (Maybe Text) Source #

Information about the query logging policy for the query logging configuration that you specified in a GetResolverQueryLogConfigPolicy request.

UpdateFirewallDomains

updateFirewallDomains_firewallDomainListId :: Lens' UpdateFirewallDomains Text Source #

The ID of the domain list whose domains you want to update.

updateFirewallDomains_operation :: Lens' UpdateFirewallDomains FirewallDomainUpdateOperation Source #

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.

updateFirewallDomains_domains :: Lens' UpdateFirewallDomains [Text] Source #

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.

updateFirewallDomainsResponse_statusMessage :: Lens' UpdateFirewallDomainsResponse (Maybe Text) Source #

Additional information about the status of the list, if available.

updateFirewallDomainsResponse_id :: Lens' UpdateFirewallDomainsResponse (Maybe Text) Source #

The ID of the firewall domain list that DNS Firewall just updated.

ListResolverEndpoints

listResolverEndpoints_filters :: Lens' ListResolverEndpoints (Maybe [Filter]) Source #

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.

listResolverEndpoints_nextToken :: Lens' ListResolverEndpoints (Maybe Text) Source #

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.

listResolverEndpoints_maxResults :: Lens' ListResolverEndpoints (Maybe Natural) Source #

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.

listResolverEndpointsResponse_resolverEndpoints :: Lens' ListResolverEndpointsResponse (Maybe [ResolverEndpoint]) Source #

The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.

listResolverEndpointsResponse_nextToken :: Lens' ListResolverEndpointsResponse (Maybe Text) Source #

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.

listResolverEndpointsResponse_maxResults :: Lens' ListResolverEndpointsResponse (Maybe Natural) Source #

The value that you specified for MaxResults in the request.

ListFirewallDomains

listFirewallDomains_nextToken :: Lens' ListFirewallDomains (Maybe Text) Source #

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.

listFirewallDomains_maxResults :: Lens' ListFirewallDomains (Maybe Natural) Source #

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.

listFirewallDomains_firewallDomainListId :: Lens' ListFirewallDomains Text Source #

The ID of the domain list whose domains you want to retrieve.

listFirewallDomainsResponse_nextToken :: Lens' ListFirewallDomainsResponse (Maybe Text) Source #

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.

listFirewallDomainsResponse_domains :: Lens' ListFirewallDomainsResponse (Maybe [Text]) Source #

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.

GetResolverRuleAssociation

getResolverRuleAssociation_resolverRuleAssociationId :: Lens' GetResolverRuleAssociation Text Source #

The ID of the Resolver rule association that you want to get information about.

getResolverRuleAssociationResponse_resolverRuleAssociation :: Lens' GetResolverRuleAssociationResponse (Maybe ResolverRuleAssociation) Source #

Information about the Resolver rule association that you specified in a GetResolverRuleAssociation request.

GetFirewallConfig

getFirewallConfig_resourceId :: Lens' GetFirewallConfig Text Source #

The ID of the VPC from Amazon VPC that the configuration is for.

getFirewallConfigResponse_firewallConfig :: Lens' GetFirewallConfigResponse (Maybe FirewallConfig) Source #

Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.

GetFirewallDomainList

DisassociateResolverRule

disassociateResolverRule_vPCId :: Lens' DisassociateResolverRule Text Source #

The ID of the VPC that you want to disassociate the Resolver rule from.

disassociateResolverRule_resolverRuleId :: Lens' DisassociateResolverRule Text Source #

The ID of the Resolver rule that you want to disassociate from the specified VPC.

disassociateResolverRuleResponse_resolverRuleAssociation :: Lens' DisassociateResolverRuleResponse (Maybe ResolverRuleAssociation) Source #

Information about the DisassociateResolverRule request, including the status of the request.

GetResolverQueryLogConfigAssociation

getResolverQueryLogConfigAssociation_resolverQueryLogConfigAssociationId :: Lens' GetResolverQueryLogConfigAssociation Text Source #

The ID of the Resolver query logging configuration association that you want to get information about.

getResolverQueryLogConfigAssociationResponse_resolverQueryLogConfigAssociation :: Lens' GetResolverQueryLogConfigAssociationResponse (Maybe ResolverQueryLogConfigAssociation) Source #

Information about the Resolver query logging configuration association that you specified in a GetQueryLogConfigAssociation request.

ListFirewallDomainLists

listFirewallDomainLists_nextToken :: Lens' ListFirewallDomainLists (Maybe Text) Source #

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.

listFirewallDomainLists_maxResults :: Lens' ListFirewallDomainLists (Maybe Natural) Source #

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.

listFirewallDomainListsResponse_nextToken :: Lens' ListFirewallDomainListsResponse (Maybe Text) Source #

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.

listFirewallDomainListsResponse_firewallDomainLists :: Lens' ListFirewallDomainListsResponse (Maybe [FirewallDomainListMetadata]) Source #

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.

DisassociateFirewallRuleGroup

UpdateFirewallConfig

updateFirewallConfig_resourceId :: Lens' UpdateFirewallConfig Text Source #

The ID of the VPC that the configuration is for.

updateFirewallConfig_firewallFailOpen :: Lens' UpdateFirewallConfig FirewallFailOpenStatus Source #

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_firewallConfig :: Lens' UpdateFirewallConfigResponse (Maybe FirewallConfig) Source #

Configuration of the firewall behavior provided by DNS Firewall for a single VPC.

DeleteFirewallDomainList

deleteFirewallDomainList_firewallDomainListId :: Lens' DeleteFirewallDomainList Text Source #

The ID of the domain list that you want to delete.

ListFirewallConfigs

listFirewallConfigs_nextToken :: Lens' ListFirewallConfigs (Maybe Text) Source #

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.

listFirewallConfigs_maxResults :: Lens' ListFirewallConfigs (Maybe Natural) Source #

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.

listFirewallConfigsResponse_nextToken :: Lens' ListFirewallConfigsResponse (Maybe Text) Source #

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.

listFirewallConfigsResponse_firewallConfigs :: Lens' ListFirewallConfigsResponse (Maybe [FirewallConfig]) Source #

The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

CreateFirewallDomainList

createFirewallDomainList_tags :: Lens' CreateFirewallDomainList (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the domain list.

createFirewallDomainList_creatorRequestId :: Lens' CreateFirewallDomainList Text Source #

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.

createFirewallDomainList_name :: Lens' CreateFirewallDomainList Text Source #

A name that lets you identify the domain list to manage and use it.

ImportFirewallDomains

importFirewallDomains_firewallDomainListId :: Lens' ImportFirewallDomains Text Source #

The ID of the domain list that you want to modify with the import operation.

importFirewallDomains_operation :: Lens' ImportFirewallDomains FirewallDomainImportOperation Source #

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.

importFirewallDomains_domainFileUrl :: Lens' ImportFirewallDomains Text Source #

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_statusMessage :: Lens' ImportFirewallDomainsResponse (Maybe Text) Source #

Additional information about the status of the list, if available.

importFirewallDomainsResponse_id :: Lens' ImportFirewallDomainsResponse (Maybe Text) Source #

The Id of the firewall domain list that DNS Firewall just updated.

DisassociateResolverQueryLogConfig

disassociateResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' DisassociateResolverQueryLogConfig Text Source #

The ID of the query logging configuration that you want to disassociate a specified VPC from.

disassociateResolverQueryLogConfig_resourceId :: Lens' DisassociateResolverQueryLogConfig Text Source #

The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.

disassociateResolverQueryLogConfigResponse_resolverQueryLogConfigAssociation :: Lens' DisassociateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfigAssociation) Source #

A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.

TagResource

tagResource_resourceArn :: Lens' TagResource Text Source #

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:

tagResource_tags :: Lens' TagResource [Tag] Source #

The tags that you want to add to the specified resource.

AssociateFirewallRuleGroup

associateFirewallRuleGroup_mutationProtection :: Lens' AssociateFirewallRuleGroup (Maybe MutationProtectionStatus) Source #

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.

associateFirewallRuleGroup_tags :: Lens' AssociateFirewallRuleGroup (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the rule group association.

associateFirewallRuleGroup_creatorRequestId :: Lens' AssociateFirewallRuleGroup Text Source #

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.

associateFirewallRuleGroup_vpcId :: Lens' AssociateFirewallRuleGroup Text Source #

The unique identifier of the VPC that you want to associate with the rule group.

associateFirewallRuleGroup_priority :: Lens' AssociateFirewallRuleGroup Int Source #

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.

associateFirewallRuleGroup_name :: Lens' AssociateFirewallRuleGroup Text Source #

A name that lets you identify the association, to manage and use it.

associateFirewallRuleGroupResponse_firewallRuleGroupAssociation :: Lens' AssociateFirewallRuleGroupResponse (Maybe FirewallRuleGroupAssociation) Source #

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.

UntagResource

untagResource_resourceArn :: Lens' UntagResource Text Source #

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:

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

The tags that you want to remove to the specified resource.

PutResolverQueryLogConfigPolicy

putResolverQueryLogConfigPolicy_arn :: Lens' PutResolverQueryLogConfigPolicy Text Source #

The Amazon Resource Name (ARN) of the account that you want to share rules with.

putResolverQueryLogConfigPolicy_resolverQueryLogConfigPolicy :: Lens' PutResolverQueryLogConfigPolicy Text Source #

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.

putResolverQueryLogConfigPolicyResponse_returnValue :: Lens' PutResolverQueryLogConfigPolicyResponse (Maybe Bool) Source #

Whether the PutResolverQueryLogConfigPolicy request was successful.

AssociateResolverEndpointIpAddress

associateResolverEndpointIpAddress_resolverEndpointId :: Lens' AssociateResolverEndpointIpAddress Text Source #

The ID of the Resolver endpoint that you want to associate IP addresses with.

associateResolverEndpointIpAddress_ipAddress :: Lens' AssociateResolverEndpointIpAddress IpAddressUpdate Source #

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.

CreateResolverQueryLogConfig

createResolverQueryLogConfig_tags :: Lens' CreateResolverQueryLogConfig (Maybe [Tag]) Source #

A list of the tag keys and values that you want to associate with the query logging configuration.

createResolverQueryLogConfig_name :: Lens' CreateResolverQueryLogConfig Text Source #

The name that you want to give the query logging configuration.

createResolverQueryLogConfig_destinationArn :: Lens' CreateResolverQueryLogConfig Text Source #

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

createResolverQueryLogConfig_creatorRequestId :: Lens' CreateResolverQueryLogConfig Text Source #

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.

createResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' CreateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig) Source #

Information about the CreateResolverQueryLogConfig request, including the status of the request.

GetResolverRule

getResolverRule_resolverRuleId :: Lens' GetResolverRule Text Source #

The ID of the Resolver rule that you want to get information about.

getResolverRuleResponse_resolverRule :: Lens' GetResolverRuleResponse (Maybe ResolverRule) Source #

Information about the Resolver rule that you specified in a GetResolverRule request.

PutFirewallRuleGroupPolicy

putFirewallRuleGroupPolicy_arn :: Lens' PutFirewallRuleGroupPolicy Text Source #

The ARN (Amazon Resource Name) for the rule group that you want to share.

putFirewallRuleGroupPolicy_firewallRuleGroupPolicy :: Lens' PutFirewallRuleGroupPolicy Text Source #

The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.

PutResolverRulePolicy

putResolverRulePolicy_arn :: Lens' PutResolverRulePolicy Text Source #

The Amazon Resource Name (ARN) of the rule that you want to share with another account.

putResolverRulePolicy_resolverRulePolicy :: Lens' PutResolverRulePolicy Text Source #

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.

putResolverRulePolicyResponse_returnValue :: Lens' PutResolverRulePolicyResponse (Maybe Bool) Source #

Whether the PutResolverRulePolicy request was successful.

ListResolverDnssecConfigs

listResolverDnssecConfigs_filters :: Lens' ListResolverDnssecConfigs (Maybe [Filter]) Source #

An optional specification to return a subset of objects.

listResolverDnssecConfigs_nextToken :: Lens' ListResolverDnssecConfigs (Maybe Text) Source #

(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.

listResolverDnssecConfigs_maxResults :: Lens' ListResolverDnssecConfigs (Maybe Natural) Source #

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.

listResolverDnssecConfigsResponse_nextToken :: Lens' ListResolverDnssecConfigsResponse (Maybe Text) Source #

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.

listResolverDnssecConfigsResponse_resolverDnssecConfigs :: Lens' ListResolverDnssecConfigsResponse (Maybe [ResolverDnssecConfig]) Source #

An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.

UpdateResolverDnssecConfig

updateResolverDnssecConfig_resourceId :: Lens' UpdateResolverDnssecConfig Text Source #

The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.

updateResolverDnssecConfig_validation :: Lens' UpdateResolverDnssecConfig Validation Source #

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.

updateResolverDnssecConfigResponse_resolverDNSSECConfig :: Lens' UpdateResolverDnssecConfigResponse (Maybe ResolverDnssecConfig) Source #

A complex type that contains settings for the specified DNSSEC configuration.

GetFirewallRuleGroupPolicy

getFirewallRuleGroupPolicy_arn :: Lens' GetFirewallRuleGroupPolicy Text Source #

The ARN (Amazon Resource Name) for the rule group.

getFirewallRuleGroupPolicyResponse_firewallRuleGroupPolicy :: Lens' GetFirewallRuleGroupPolicyResponse (Maybe Text) Source #

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).

Types

Filter

filter_values :: Lens' Filter (Maybe [Text]) Source #

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.

filter_name :: Lens' Filter (Maybe Text) Source #

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.

FirewallConfig

firewallConfig_resourceId :: Lens' FirewallConfig (Maybe Text) Source #

The ID of the VPC that this firewall configuration applies to.

firewallConfig_ownerId :: Lens' FirewallConfig (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.

firewallConfig_id :: Lens' FirewallConfig (Maybe Text) Source #

The ID of the firewall configuration.

firewallConfig_firewallFailOpen :: Lens' FirewallConfig (Maybe FirewallFailOpenStatus) Source #

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.

FirewallDomainList

firewallDomainList_creationTime :: Lens' FirewallDomainList (Maybe Text) Source #

The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).

firewallDomainList_arn :: Lens' FirewallDomainList (Maybe Text) Source #

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

firewallDomainList_creatorRequestId :: Lens' FirewallDomainList (Maybe Text) Source #

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.

firewallDomainList_managedOwnerName :: Lens' FirewallDomainList (Maybe Text) Source #

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.

firewallDomainList_domainCount :: Lens' FirewallDomainList (Maybe Int) Source #

The number of domain names that are specified in the domain list.

firewallDomainList_modificationTime :: Lens' FirewallDomainList (Maybe Text) Source #

The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).

firewallDomainList_statusMessage :: Lens' FirewallDomainList (Maybe Text) Source #

Additional information about the status of the list, if available.

FirewallDomainListMetadata

firewallDomainListMetadata_arn :: Lens' FirewallDomainListMetadata (Maybe Text) Source #

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

firewallDomainListMetadata_creatorRequestId :: Lens' FirewallDomainListMetadata (Maybe Text) Source #

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.

firewallDomainListMetadata_managedOwnerName :: Lens' FirewallDomainListMetadata (Maybe Text) Source #

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.

FirewallRule

firewallRule_creationTime :: Lens' FirewallRule (Maybe Text) Source #

The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).

firewallRule_blockOverrideDnsType :: Lens' FirewallRule (Maybe BlockOverrideDnsType) Source #

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.

firewallRule_firewallRuleGroupId :: Lens' FirewallRule (Maybe Text) Source #

The unique identifier of the firewall rule group of the rule.

firewallRule_priority :: Lens' FirewallRule (Maybe Int) Source #

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.

firewallRule_blockResponse :: Lens' FirewallRule (Maybe BlockResponse) Source #

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.

firewallRule_creatorRequestId :: Lens' FirewallRule (Maybe Text) Source #

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.

firewallRule_modificationTime :: Lens' FirewallRule (Maybe Text) Source #

The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).

firewallRule_action :: Lens' FirewallRule (Maybe Action) Source #

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.

firewallRule_blockOverrideTtl :: Lens' FirewallRule (Maybe Int) Source #

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.

firewallRule_blockOverrideDomain :: Lens' FirewallRule (Maybe Text) Source #

The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

firewallRule_firewallDomainListId :: Lens' FirewallRule (Maybe Text) Source #

The ID of the domain list that's used in the rule.

FirewallRuleGroup

firewallRuleGroup_creationTime :: Lens' FirewallRuleGroup (Maybe Text) Source #

The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).

firewallRuleGroup_arn :: Lens' FirewallRuleGroup (Maybe Text) Source #

The ARN (Amazon Resource Name) of the rule group.

firewallRuleGroup_creatorRequestId :: Lens' FirewallRuleGroup (Maybe Text) Source #

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.

firewallRuleGroup_modificationTime :: Lens' FirewallRuleGroup (Maybe Text) Source #

The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).

firewallRuleGroup_shareStatus :: Lens' FirewallRuleGroup (Maybe ShareStatus) Source #

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).

firewallRuleGroup_ownerId :: Lens' FirewallRuleGroup (Maybe Text) Source #

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.

firewallRuleGroup_statusMessage :: Lens' FirewallRuleGroup (Maybe Text) Source #

Additional information about the status of the rule group, if available.

firewallRuleGroup_ruleCount :: Lens' FirewallRuleGroup (Maybe Int) Source #

The number of rules in the rule group.

FirewallRuleGroupAssociation

firewallRuleGroupAssociation_creationTime :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).

firewallRuleGroupAssociation_mutationProtection :: Lens' FirewallRuleGroupAssociation (Maybe MutationProtectionStatus) Source #

If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.

firewallRuleGroupAssociation_priority :: Lens' FirewallRuleGroupAssociation (Maybe Int) Source #

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.

firewallRuleGroupAssociation_arn :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the firewall rule group association.

firewallRuleGroupAssociation_vpcId :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

The unique identifier of the VPC that is associated with the rule group.

firewallRuleGroupAssociation_creatorRequestId :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

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.

firewallRuleGroupAssociation_managedOwnerName :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

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.

firewallRuleGroupAssociation_modificationTime :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).

firewallRuleGroupAssociation_statusMessage :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #

Additional information about the status of the response, if available.

FirewallRuleGroupMetadata

firewallRuleGroupMetadata_arn :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

The ARN (Amazon Resource Name) of the rule group.

firewallRuleGroupMetadata_creatorRequestId :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

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.

firewallRuleGroupMetadata_shareStatus :: Lens' FirewallRuleGroupMetadata (Maybe ShareStatus) Source #

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).

firewallRuleGroupMetadata_ownerId :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #

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.

IpAddressRequest

ipAddressRequest_ip :: Lens' IpAddressRequest (Maybe Text) Source #

The IP address that you want to use for DNS queries.

ipAddressRequest_subnetId :: Lens' IpAddressRequest Text Source #

The ID of the subnet that contains the IP address.

IpAddressResponse

ipAddressResponse_creationTime :: Lens' IpAddressResponse (Maybe Text) Source #

The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

ipAddressResponse_status :: Lens' IpAddressResponse (Maybe IpAddressStatus) Source #

A status code that gives the current status of the request.

ipAddressResponse_modificationTime :: Lens' IpAddressResponse (Maybe Text) Source #

The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text) Source #

One IP address that the Resolver endpoint uses for DNS queries.

ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text) Source #

A message that provides additional information about the status of the request.

IpAddressUpdate

ipAddressUpdate_subnetId :: Lens' IpAddressUpdate (Maybe Text) Source #

The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.

ipAddressUpdate_ipId :: Lens' IpAddressUpdate (Maybe Text) Source #

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.

ResolverDnssecConfig

resolverDnssecConfig_resourceId :: Lens' ResolverDnssecConfig (Maybe Text) Source #

The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

resolverDnssecConfig_ownerId :: Lens' ResolverDnssecConfig (Maybe Text) Source #

The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.

resolverDnssecConfig_validationStatus :: Lens' ResolverDnssecConfig (Maybe ResolverDNSSECValidationStatus) Source #

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.

resolverDnssecConfig_id :: Lens' ResolverDnssecConfig (Maybe Text) Source #

The ID for a configuration for DNSSEC validation.

ResolverEndpoint

resolverEndpoint_creationTime :: Lens' ResolverEndpoint (Maybe Text) Source #

The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).

resolverEndpoint_status :: Lens' ResolverEndpoint (Maybe ResolverEndpointStatus) Source #

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.

resolverEndpoint_securityGroupIds :: Lens' ResolverEndpoint (Maybe [Text]) Source #

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.

resolverEndpoint_direction :: Lens' ResolverEndpoint (Maybe ResolverEndpointDirection) Source #

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

resolverEndpoint_arn :: Lens' ResolverEndpoint (Maybe Text) Source #

The ARN (Amazon Resource Name) for the Resolver endpoint.

resolverEndpoint_creatorRequestId :: Lens' ResolverEndpoint (Maybe Text) Source #

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.

resolverEndpoint_modificationTime :: Lens' ResolverEndpoint (Maybe Text) Source #

The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).

resolverEndpoint_ipAddressCount :: Lens' ResolverEndpoint (Maybe Int) Source #

The number of IP addresses that the Resolver endpoint can use for DNS queries.

resolverEndpoint_statusMessage :: Lens' ResolverEndpoint (Maybe Text) Source #

A detailed description of the status of the Resolver endpoint.

resolverEndpoint_name :: Lens' ResolverEndpoint (Maybe Text) Source #

The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.

resolverEndpoint_id :: Lens' ResolverEndpoint (Maybe Text) Source #

The ID of the Resolver endpoint.

resolverEndpoint_hostVPCId :: Lens' ResolverEndpoint (Maybe Text) Source #

The ID of the VPC that you want to create the Resolver endpoint in.

ResolverQueryLogConfig

resolverQueryLogConfig_creationTime :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).

resolverQueryLogConfig_status :: Lens' ResolverQueryLogConfig (Maybe ResolverQueryLogConfigStatus) Source #

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.

resolverQueryLogConfig_associationCount :: Lens' ResolverQueryLogConfig (Maybe Int) Source #

The number of VPCs that are associated with the query logging configuration.

resolverQueryLogConfig_arn :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

The ARN for the query logging configuration.

resolverQueryLogConfig_creatorRequestId :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

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.

resolverQueryLogConfig_destinationArn :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

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.

resolverQueryLogConfig_shareStatus :: Lens' ResolverQueryLogConfig (Maybe ShareStatus) Source #

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).

resolverQueryLogConfig_ownerId :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

The Amazon Web Services account ID for the account that created the query logging configuration.

resolverQueryLogConfig_name :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

The name of the query logging configuration.

resolverQueryLogConfig_id :: Lens' ResolverQueryLogConfig (Maybe Text) Source #

The ID for the query logging configuration.

ResolverQueryLogConfigAssociation

resolverQueryLogConfigAssociation_creationTime :: Lens' ResolverQueryLogConfigAssociation (Maybe Text) Source #

The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).

resolverQueryLogConfigAssociation_status :: Lens' ResolverQueryLogConfigAssociation (Maybe ResolverQueryLogConfigAssociationStatus) Source #

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.

resolverQueryLogConfigAssociation_resolverQueryLogConfigId :: Lens' ResolverQueryLogConfigAssociation (Maybe Text) Source #

The ID of the query logging configuration that a VPC is associated with.

resolverQueryLogConfigAssociation_resourceId :: Lens' ResolverQueryLogConfigAssociation (Maybe Text) Source #

The ID of the Amazon VPC that is associated with the query logging configuration.

resolverQueryLogConfigAssociation_error :: Lens' ResolverQueryLogConfigAssociation (Maybe ResolverQueryLogConfigAssociationError) Source #

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.

resolverQueryLogConfigAssociation_errorMessage :: Lens' ResolverQueryLogConfigAssociation (Maybe Text) Source #

Contains additional information about the error. If the value or Error is null, the value of ErrorMessage also is null.

ResolverRule

resolverRule_creationTime :: Lens' ResolverRule (Maybe Text) Source #

The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).

resolverRule_status :: Lens' ResolverRule (Maybe ResolverRuleStatus) Source #

A code that specifies the current status of the Resolver rule.

resolverRule_arn :: Lens' ResolverRule (Maybe Text) Source #

The ARN (Amazon Resource Name) for the Resolver rule specified by Id.

resolverRule_resolverEndpointId :: Lens' ResolverRule (Maybe Text) Source #

The ID of the endpoint that the rule is associated with.

resolverRule_creatorRequestId :: Lens' ResolverRule (Maybe Text) Source #

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.

resolverRule_targetIps :: Lens' ResolverRule (Maybe (NonEmpty TargetAddress)) Source #

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.

resolverRule_modificationTime :: Lens' ResolverRule (Maybe Text) Source #

The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).

resolverRule_shareStatus :: Lens' ResolverRule (Maybe ShareStatus) Source #

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.

resolverRule_ownerId :: Lens' ResolverRule (Maybe Text) Source #

When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.

resolverRule_domainName :: Lens' ResolverRule (Maybe Text) Source #

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).

resolverRule_statusMessage :: Lens' ResolverRule (Maybe Text) Source #

A detailed description of the status of a Resolver rule.

resolverRule_name :: Lens' ResolverRule (Maybe Text) Source #

The name for the Resolver rule, which you specified when you created the Resolver rule.

resolverRule_id :: Lens' ResolverRule (Maybe Text) Source #

The ID that Resolver assigned to the Resolver rule when you created it.

resolverRule_ruleType :: Lens' ResolverRule (Maybe RuleTypeOption) Source #

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.

ResolverRuleAssociation

resolverRuleAssociation_status :: Lens' ResolverRuleAssociation (Maybe ResolverRuleAssociationStatus) Source #

A code that specifies the current status of the association between a Resolver rule and a VPC.

resolverRuleAssociation_resolverRuleId :: Lens' ResolverRuleAssociation (Maybe Text) Source #

The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.

resolverRuleAssociation_vPCId :: Lens' ResolverRuleAssociation (Maybe Text) Source #

The ID of the VPC that you associated the Resolver rule with.

resolverRuleAssociation_statusMessage :: Lens' ResolverRuleAssociation (Maybe Text) Source #

A detailed description of the status of the association between a Resolver rule and a VPC.

resolverRuleAssociation_name :: Lens' ResolverRuleAssociation (Maybe Text) Source #

The name of an association between a Resolver rule and a VPC.

resolverRuleAssociation_id :: Lens' ResolverRuleAssociation (Maybe Text) Source #

The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.

ResolverRuleConfig

resolverRuleConfig_resolverEndpointId :: Lens' ResolverRuleConfig (Maybe Text) Source #

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.

resolverRuleConfig_targetIps :: Lens' ResolverRuleConfig (Maybe (NonEmpty TargetAddress)) Source #

For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.

resolverRuleConfig_name :: Lens' ResolverRuleConfig (Maybe Text) Source #

The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.

Tag

tag_key :: Lens' Tag Text Source #

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.

tag_value :: Lens' Tag Text Source #

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.

TargetAddress

targetAddress_port :: Lens' TargetAddress (Maybe Natural) Source #

The port at Ip that you want to forward DNS queries to.

targetAddress_ip :: Lens' TargetAddress Text Source #

One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.