Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- UpdateResolverEndpoint
- DeleteResolverEndpoint
- CreateResolverRule
- GetResolverQueryLogConfig
- CreateFirewallRule
- UpdateFirewallRuleGroupAssociation
- ListFirewallRuleGroupAssociations
- ListResolverQueryLogConfigAssociations
- ListTagsForResource
- GetFirewallRuleGroupAssociation
- DisassociateResolverEndpointIpAddress
- ListResolverRuleAssociations
- DeleteResolverQueryLogConfig
- CreateFirewallRuleGroup
- GetResolverEndpoint
- ListResolverQueryLogConfigs
- DeleteFirewallRuleGroup
- ListResolverEndpointIpAddresses
- AssociateResolverQueryLogConfig
- GetResolverRulePolicy
- GetResolverDnssecConfig
- ListFirewallRuleGroups
- UpdateResolverRule
- DeleteResolverRule
- DeleteFirewallRule
- UpdateFirewallRule
- ListFirewallRules
- GetFirewallRuleGroup
- ListResolverRules
- CreateResolverEndpoint
- AssociateResolverRule
- GetResolverQueryLogConfigPolicy
- UpdateFirewallDomains
- ListResolverEndpoints
- ListFirewallDomains
- GetResolverRuleAssociation
- GetFirewallConfig
- GetFirewallDomainList
- DisassociateResolverRule
- GetResolverQueryLogConfigAssociation
- ListFirewallDomainLists
- DisassociateFirewallRuleGroup
- UpdateFirewallConfig
- DeleteFirewallDomainList
- ListFirewallConfigs
- CreateFirewallDomainList
- ImportFirewallDomains
- DisassociateResolverQueryLogConfig
- TagResource
- AssociateFirewallRuleGroup
- UntagResource
- PutResolverQueryLogConfigPolicy
- AssociateResolverEndpointIpAddress
- CreateResolverQueryLogConfig
- GetResolverRule
- PutFirewallRuleGroupPolicy
- PutResolverRulePolicy
- ListResolverDnssecConfigs
- UpdateResolverDnssecConfig
- GetFirewallRuleGroupPolicy
- Types
- Filter
- FirewallConfig
- FirewallDomainList
- FirewallDomainListMetadata
- FirewallRule
- FirewallRuleGroup
- FirewallRuleGroupAssociation
- FirewallRuleGroupMetadata
- IpAddressRequest
- IpAddressResponse
- IpAddressUpdate
- ResolverDnssecConfig
- ResolverEndpoint
- ResolverQueryLogConfig
- ResolverQueryLogConfigAssociation
- ResolverRule
- ResolverRuleAssociation
- ResolverRuleConfig
- Tag
- TargetAddress
Synopsis
- updateResolverEndpoint_name :: Lens' UpdateResolverEndpoint (Maybe Text)
- updateResolverEndpoint_resolverEndpointId :: Lens' UpdateResolverEndpoint Text
- updateResolverEndpointResponse_resolverEndpoint :: Lens' UpdateResolverEndpointResponse (Maybe ResolverEndpoint)
- updateResolverEndpointResponse_httpStatus :: Lens' UpdateResolverEndpointResponse Int
- deleteResolverEndpoint_resolverEndpointId :: Lens' DeleteResolverEndpoint Text
- deleteResolverEndpointResponse_resolverEndpoint :: Lens' DeleteResolverEndpointResponse (Maybe ResolverEndpoint)
- deleteResolverEndpointResponse_httpStatus :: Lens' DeleteResolverEndpointResponse Int
- createResolverRule_resolverEndpointId :: Lens' CreateResolverRule (Maybe Text)
- createResolverRule_targetIps :: Lens' CreateResolverRule (Maybe (NonEmpty TargetAddress))
- createResolverRule_name :: Lens' CreateResolverRule (Maybe Text)
- createResolverRule_tags :: Lens' CreateResolverRule (Maybe [Tag])
- createResolverRule_creatorRequestId :: Lens' CreateResolverRule Text
- createResolverRule_ruleType :: Lens' CreateResolverRule RuleTypeOption
- createResolverRule_domainName :: Lens' CreateResolverRule Text
- createResolverRuleResponse_resolverRule :: Lens' CreateResolverRuleResponse (Maybe ResolverRule)
- createResolverRuleResponse_httpStatus :: Lens' CreateResolverRuleResponse Int
- getResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' GetResolverQueryLogConfig Text
- getResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' GetResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig)
- getResolverQueryLogConfigResponse_httpStatus :: Lens' GetResolverQueryLogConfigResponse Int
- createFirewallRule_blockOverrideDnsType :: Lens' CreateFirewallRule (Maybe BlockOverrideDnsType)
- createFirewallRule_blockResponse :: Lens' CreateFirewallRule (Maybe BlockResponse)
- createFirewallRule_blockOverrideTtl :: Lens' CreateFirewallRule (Maybe Natural)
- createFirewallRule_blockOverrideDomain :: Lens' CreateFirewallRule (Maybe Text)
- createFirewallRule_creatorRequestId :: Lens' CreateFirewallRule Text
- createFirewallRule_firewallRuleGroupId :: Lens' CreateFirewallRule Text
- createFirewallRule_firewallDomainListId :: Lens' CreateFirewallRule Text
- createFirewallRule_priority :: Lens' CreateFirewallRule Int
- createFirewallRule_action :: Lens' CreateFirewallRule Action
- createFirewallRule_name :: Lens' CreateFirewallRule Text
- createFirewallRuleResponse_firewallRule :: Lens' CreateFirewallRuleResponse (Maybe FirewallRule)
- createFirewallRuleResponse_httpStatus :: Lens' CreateFirewallRuleResponse Int
- updateFirewallRuleGroupAssociation_mutationProtection :: Lens' UpdateFirewallRuleGroupAssociation (Maybe MutationProtectionStatus)
- updateFirewallRuleGroupAssociation_priority :: Lens' UpdateFirewallRuleGroupAssociation (Maybe Int)
- updateFirewallRuleGroupAssociation_name :: Lens' UpdateFirewallRuleGroupAssociation (Maybe Text)
- updateFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' UpdateFirewallRuleGroupAssociation Text
- updateFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' UpdateFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation)
- updateFirewallRuleGroupAssociationResponse_httpStatus :: Lens' UpdateFirewallRuleGroupAssociationResponse Int
- listFirewallRuleGroupAssociations_status :: Lens' ListFirewallRuleGroupAssociations (Maybe FirewallRuleGroupAssociationStatus)
- listFirewallRuleGroupAssociations_firewallRuleGroupId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text)
- listFirewallRuleGroupAssociations_priority :: Lens' ListFirewallRuleGroupAssociations (Maybe Int)
- listFirewallRuleGroupAssociations_vpcId :: Lens' ListFirewallRuleGroupAssociations (Maybe Text)
- listFirewallRuleGroupAssociations_nextToken :: Lens' ListFirewallRuleGroupAssociations (Maybe Text)
- listFirewallRuleGroupAssociations_maxResults :: Lens' ListFirewallRuleGroupAssociations (Maybe Natural)
- listFirewallRuleGroupAssociationsResponse_firewallRuleGroupAssociations :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe [FirewallRuleGroupAssociation])
- listFirewallRuleGroupAssociationsResponse_nextToken :: Lens' ListFirewallRuleGroupAssociationsResponse (Maybe Text)
- listFirewallRuleGroupAssociationsResponse_httpStatus :: Lens' ListFirewallRuleGroupAssociationsResponse Int
- listResolverQueryLogConfigAssociations_filters :: Lens' ListResolverQueryLogConfigAssociations (Maybe [Filter])
- listResolverQueryLogConfigAssociations_nextToken :: Lens' ListResolverQueryLogConfigAssociations (Maybe Text)
- listResolverQueryLogConfigAssociations_sortOrder :: Lens' ListResolverQueryLogConfigAssociations (Maybe SortOrder)
- listResolverQueryLogConfigAssociations_maxResults :: Lens' ListResolverQueryLogConfigAssociations (Maybe Natural)
- listResolverQueryLogConfigAssociations_sortBy :: Lens' ListResolverQueryLogConfigAssociations (Maybe Text)
- listResolverQueryLogConfigAssociationsResponse_totalFilteredCount :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Int)
- listResolverQueryLogConfigAssociationsResponse_resolverQueryLogConfigAssociations :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe [ResolverQueryLogConfigAssociation])
- listResolverQueryLogConfigAssociationsResponse_nextToken :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Text)
- listResolverQueryLogConfigAssociationsResponse_totalCount :: Lens' ListResolverQueryLogConfigAssociationsResponse (Maybe Int)
- listResolverQueryLogConfigAssociationsResponse_httpStatus :: Lens' ListResolverQueryLogConfigAssociationsResponse Int
- listTagsForResource_nextToken :: Lens' ListTagsForResource (Maybe Text)
- listTagsForResource_maxResults :: Lens' ListTagsForResource (Maybe Natural)
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_nextToken :: Lens' ListTagsForResourceResponse (Maybe Text)
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe [Tag])
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- getFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' GetFirewallRuleGroupAssociation Text
- getFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' GetFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation)
- getFirewallRuleGroupAssociationResponse_httpStatus :: Lens' GetFirewallRuleGroupAssociationResponse Int
- disassociateResolverEndpointIpAddress_resolverEndpointId :: Lens' DisassociateResolverEndpointIpAddress Text
- disassociateResolverEndpointIpAddress_ipAddress :: Lens' DisassociateResolverEndpointIpAddress IpAddressUpdate
- disassociateResolverEndpointIpAddressResponse_resolverEndpoint :: Lens' DisassociateResolverEndpointIpAddressResponse (Maybe ResolverEndpoint)
- disassociateResolverEndpointIpAddressResponse_httpStatus :: Lens' DisassociateResolverEndpointIpAddressResponse Int
- listResolverRuleAssociations_filters :: Lens' ListResolverRuleAssociations (Maybe [Filter])
- listResolverRuleAssociations_nextToken :: Lens' ListResolverRuleAssociations (Maybe Text)
- listResolverRuleAssociations_maxResults :: Lens' ListResolverRuleAssociations (Maybe Natural)
- listResolverRuleAssociationsResponse_resolverRuleAssociations :: Lens' ListResolverRuleAssociationsResponse (Maybe [ResolverRuleAssociation])
- listResolverRuleAssociationsResponse_nextToken :: Lens' ListResolverRuleAssociationsResponse (Maybe Text)
- listResolverRuleAssociationsResponse_maxResults :: Lens' ListResolverRuleAssociationsResponse (Maybe Natural)
- listResolverRuleAssociationsResponse_httpStatus :: Lens' ListResolverRuleAssociationsResponse Int
- deleteResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' DeleteResolverQueryLogConfig Text
- deleteResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' DeleteResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig)
- deleteResolverQueryLogConfigResponse_httpStatus :: Lens' DeleteResolverQueryLogConfigResponse Int
- createFirewallRuleGroup_tags :: Lens' CreateFirewallRuleGroup (Maybe [Tag])
- createFirewallRuleGroup_creatorRequestId :: Lens' CreateFirewallRuleGroup Text
- createFirewallRuleGroup_name :: Lens' CreateFirewallRuleGroup Text
- createFirewallRuleGroupResponse_firewallRuleGroup :: Lens' CreateFirewallRuleGroupResponse (Maybe FirewallRuleGroup)
- createFirewallRuleGroupResponse_httpStatus :: Lens' CreateFirewallRuleGroupResponse Int
- getResolverEndpoint_resolverEndpointId :: Lens' GetResolverEndpoint Text
- getResolverEndpointResponse_resolverEndpoint :: Lens' GetResolverEndpointResponse (Maybe ResolverEndpoint)
- getResolverEndpointResponse_httpStatus :: Lens' GetResolverEndpointResponse Int
- listResolverQueryLogConfigs_filters :: Lens' ListResolverQueryLogConfigs (Maybe [Filter])
- listResolverQueryLogConfigs_nextToken :: Lens' ListResolverQueryLogConfigs (Maybe Text)
- listResolverQueryLogConfigs_sortOrder :: Lens' ListResolverQueryLogConfigs (Maybe SortOrder)
- listResolverQueryLogConfigs_maxResults :: Lens' ListResolverQueryLogConfigs (Maybe Natural)
- listResolverQueryLogConfigs_sortBy :: Lens' ListResolverQueryLogConfigs (Maybe Text)
- listResolverQueryLogConfigsResponse_totalFilteredCount :: Lens' ListResolverQueryLogConfigsResponse (Maybe Int)
- listResolverQueryLogConfigsResponse_resolverQueryLogConfigs :: Lens' ListResolverQueryLogConfigsResponse (Maybe [ResolverQueryLogConfig])
- listResolverQueryLogConfigsResponse_nextToken :: Lens' ListResolverQueryLogConfigsResponse (Maybe Text)
- listResolverQueryLogConfigsResponse_totalCount :: Lens' ListResolverQueryLogConfigsResponse (Maybe Int)
- listResolverQueryLogConfigsResponse_httpStatus :: Lens' ListResolverQueryLogConfigsResponse Int
- deleteFirewallRuleGroup_firewallRuleGroupId :: Lens' DeleteFirewallRuleGroup Text
- deleteFirewallRuleGroupResponse_firewallRuleGroup :: Lens' DeleteFirewallRuleGroupResponse (Maybe FirewallRuleGroup)
- deleteFirewallRuleGroupResponse_httpStatus :: Lens' DeleteFirewallRuleGroupResponse Int
- listResolverEndpointIpAddresses_nextToken :: Lens' ListResolverEndpointIpAddresses (Maybe Text)
- listResolverEndpointIpAddresses_maxResults :: Lens' ListResolverEndpointIpAddresses (Maybe Natural)
- listResolverEndpointIpAddresses_resolverEndpointId :: Lens' ListResolverEndpointIpAddresses Text
- listResolverEndpointIpAddressesResponse_nextToken :: Lens' ListResolverEndpointIpAddressesResponse (Maybe Text)
- listResolverEndpointIpAddressesResponse_maxResults :: Lens' ListResolverEndpointIpAddressesResponse (Maybe Natural)
- listResolverEndpointIpAddressesResponse_ipAddresses :: Lens' ListResolverEndpointIpAddressesResponse (Maybe [IpAddressResponse])
- listResolverEndpointIpAddressesResponse_httpStatus :: Lens' ListResolverEndpointIpAddressesResponse Int
- associateResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' AssociateResolverQueryLogConfig Text
- associateResolverQueryLogConfig_resourceId :: Lens' AssociateResolverQueryLogConfig Text
- associateResolverQueryLogConfigResponse_resolverQueryLogConfigAssociation :: Lens' AssociateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfigAssociation)
- associateResolverQueryLogConfigResponse_httpStatus :: Lens' AssociateResolverQueryLogConfigResponse Int
- getResolverRulePolicy_arn :: Lens' GetResolverRulePolicy Text
- getResolverRulePolicyResponse_resolverRulePolicy :: Lens' GetResolverRulePolicyResponse (Maybe Text)
- getResolverRulePolicyResponse_httpStatus :: Lens' GetResolverRulePolicyResponse Int
- getResolverDnssecConfig_resourceId :: Lens' GetResolverDnssecConfig Text
- getResolverDnssecConfigResponse_resolverDNSSECConfig :: Lens' GetResolverDnssecConfigResponse (Maybe ResolverDnssecConfig)
- getResolverDnssecConfigResponse_httpStatus :: Lens' GetResolverDnssecConfigResponse Int
- listFirewallRuleGroups_nextToken :: Lens' ListFirewallRuleGroups (Maybe Text)
- listFirewallRuleGroups_maxResults :: Lens' ListFirewallRuleGroups (Maybe Natural)
- listFirewallRuleGroupsResponse_nextToken :: Lens' ListFirewallRuleGroupsResponse (Maybe Text)
- listFirewallRuleGroupsResponse_firewallRuleGroups :: Lens' ListFirewallRuleGroupsResponse (Maybe [FirewallRuleGroupMetadata])
- listFirewallRuleGroupsResponse_httpStatus :: Lens' ListFirewallRuleGroupsResponse Int
- updateResolverRule_resolverRuleId :: Lens' UpdateResolverRule Text
- updateResolverRule_config :: Lens' UpdateResolverRule ResolverRuleConfig
- updateResolverRuleResponse_resolverRule :: Lens' UpdateResolverRuleResponse (Maybe ResolverRule)
- updateResolverRuleResponse_httpStatus :: Lens' UpdateResolverRuleResponse Int
- deleteResolverRule_resolverRuleId :: Lens' DeleteResolverRule Text
- deleteResolverRuleResponse_resolverRule :: Lens' DeleteResolverRuleResponse (Maybe ResolverRule)
- deleteResolverRuleResponse_httpStatus :: Lens' DeleteResolverRuleResponse Int
- deleteFirewallRule_firewallRuleGroupId :: Lens' DeleteFirewallRule Text
- deleteFirewallRule_firewallDomainListId :: Lens' DeleteFirewallRule Text
- deleteFirewallRuleResponse_firewallRule :: Lens' DeleteFirewallRuleResponse (Maybe FirewallRule)
- deleteFirewallRuleResponse_httpStatus :: Lens' DeleteFirewallRuleResponse Int
- updateFirewallRule_blockOverrideDnsType :: Lens' UpdateFirewallRule (Maybe BlockOverrideDnsType)
- updateFirewallRule_priority :: Lens' UpdateFirewallRule (Maybe Int)
- updateFirewallRule_blockResponse :: Lens' UpdateFirewallRule (Maybe BlockResponse)
- updateFirewallRule_action :: Lens' UpdateFirewallRule (Maybe Action)
- updateFirewallRule_blockOverrideTtl :: Lens' UpdateFirewallRule (Maybe Natural)
- updateFirewallRule_name :: Lens' UpdateFirewallRule (Maybe Text)
- updateFirewallRule_blockOverrideDomain :: Lens' UpdateFirewallRule (Maybe Text)
- updateFirewallRule_firewallRuleGroupId :: Lens' UpdateFirewallRule Text
- updateFirewallRule_firewallDomainListId :: Lens' UpdateFirewallRule Text
- updateFirewallRuleResponse_firewallRule :: Lens' UpdateFirewallRuleResponse (Maybe FirewallRule)
- updateFirewallRuleResponse_httpStatus :: Lens' UpdateFirewallRuleResponse Int
- listFirewallRules_priority :: Lens' ListFirewallRules (Maybe Int)
- listFirewallRules_action :: Lens' ListFirewallRules (Maybe Action)
- listFirewallRules_nextToken :: Lens' ListFirewallRules (Maybe Text)
- listFirewallRules_maxResults :: Lens' ListFirewallRules (Maybe Natural)
- listFirewallRules_firewallRuleGroupId :: Lens' ListFirewallRules Text
- listFirewallRulesResponse_firewallRules :: Lens' ListFirewallRulesResponse (Maybe [FirewallRule])
- listFirewallRulesResponse_nextToken :: Lens' ListFirewallRulesResponse (Maybe Text)
- listFirewallRulesResponse_httpStatus :: Lens' ListFirewallRulesResponse Int
- getFirewallRuleGroup_firewallRuleGroupId :: Lens' GetFirewallRuleGroup Text
- getFirewallRuleGroupResponse_firewallRuleGroup :: Lens' GetFirewallRuleGroupResponse (Maybe FirewallRuleGroup)
- getFirewallRuleGroupResponse_httpStatus :: Lens' GetFirewallRuleGroupResponse Int
- listResolverRules_filters :: Lens' ListResolverRules (Maybe [Filter])
- listResolverRules_nextToken :: Lens' ListResolverRules (Maybe Text)
- listResolverRules_maxResults :: Lens' ListResolverRules (Maybe Natural)
- listResolverRulesResponse_resolverRules :: Lens' ListResolverRulesResponse (Maybe [ResolverRule])
- listResolverRulesResponse_nextToken :: Lens' ListResolverRulesResponse (Maybe Text)
- listResolverRulesResponse_maxResults :: Lens' ListResolverRulesResponse (Maybe Natural)
- listResolverRulesResponse_httpStatus :: Lens' ListResolverRulesResponse Int
- createResolverEndpoint_name :: Lens' CreateResolverEndpoint (Maybe Text)
- createResolverEndpoint_tags :: Lens' CreateResolverEndpoint (Maybe [Tag])
- createResolverEndpoint_creatorRequestId :: Lens' CreateResolverEndpoint Text
- createResolverEndpoint_securityGroupIds :: Lens' CreateResolverEndpoint [Text]
- createResolverEndpoint_direction :: Lens' CreateResolverEndpoint ResolverEndpointDirection
- createResolverEndpoint_ipAddresses :: Lens' CreateResolverEndpoint (NonEmpty IpAddressRequest)
- createResolverEndpointResponse_resolverEndpoint :: Lens' CreateResolverEndpointResponse (Maybe ResolverEndpoint)
- createResolverEndpointResponse_httpStatus :: Lens' CreateResolverEndpointResponse Int
- associateResolverRule_name :: Lens' AssociateResolverRule (Maybe Text)
- associateResolverRule_resolverRuleId :: Lens' AssociateResolverRule Text
- associateResolverRule_vPCId :: Lens' AssociateResolverRule Text
- associateResolverRuleResponse_resolverRuleAssociation :: Lens' AssociateResolverRuleResponse (Maybe ResolverRuleAssociation)
- associateResolverRuleResponse_httpStatus :: Lens' AssociateResolverRuleResponse Int
- getResolverQueryLogConfigPolicy_arn :: Lens' GetResolverQueryLogConfigPolicy Text
- getResolverQueryLogConfigPolicyResponse_resolverQueryLogConfigPolicy :: Lens' GetResolverQueryLogConfigPolicyResponse (Maybe Text)
- getResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' GetResolverQueryLogConfigPolicyResponse Int
- updateFirewallDomains_firewallDomainListId :: Lens' UpdateFirewallDomains Text
- updateFirewallDomains_operation :: Lens' UpdateFirewallDomains FirewallDomainUpdateOperation
- updateFirewallDomains_domains :: Lens' UpdateFirewallDomains [Text]
- updateFirewallDomainsResponse_status :: Lens' UpdateFirewallDomainsResponse (Maybe FirewallDomainListStatus)
- updateFirewallDomainsResponse_statusMessage :: Lens' UpdateFirewallDomainsResponse (Maybe Text)
- updateFirewallDomainsResponse_name :: Lens' UpdateFirewallDomainsResponse (Maybe Text)
- updateFirewallDomainsResponse_id :: Lens' UpdateFirewallDomainsResponse (Maybe Text)
- updateFirewallDomainsResponse_httpStatus :: Lens' UpdateFirewallDomainsResponse Int
- listResolverEndpoints_filters :: Lens' ListResolverEndpoints (Maybe [Filter])
- listResolverEndpoints_nextToken :: Lens' ListResolverEndpoints (Maybe Text)
- listResolverEndpoints_maxResults :: Lens' ListResolverEndpoints (Maybe Natural)
- listResolverEndpointsResponse_resolverEndpoints :: Lens' ListResolverEndpointsResponse (Maybe [ResolverEndpoint])
- listResolverEndpointsResponse_nextToken :: Lens' ListResolverEndpointsResponse (Maybe Text)
- listResolverEndpointsResponse_maxResults :: Lens' ListResolverEndpointsResponse (Maybe Natural)
- listResolverEndpointsResponse_httpStatus :: Lens' ListResolverEndpointsResponse Int
- listFirewallDomains_nextToken :: Lens' ListFirewallDomains (Maybe Text)
- listFirewallDomains_maxResults :: Lens' ListFirewallDomains (Maybe Natural)
- listFirewallDomains_firewallDomainListId :: Lens' ListFirewallDomains Text
- listFirewallDomainsResponse_nextToken :: Lens' ListFirewallDomainsResponse (Maybe Text)
- listFirewallDomainsResponse_domains :: Lens' ListFirewallDomainsResponse (Maybe [Text])
- listFirewallDomainsResponse_httpStatus :: Lens' ListFirewallDomainsResponse Int
- getResolverRuleAssociation_resolverRuleAssociationId :: Lens' GetResolverRuleAssociation Text
- getResolverRuleAssociationResponse_resolverRuleAssociation :: Lens' GetResolverRuleAssociationResponse (Maybe ResolverRuleAssociation)
- getResolverRuleAssociationResponse_httpStatus :: Lens' GetResolverRuleAssociationResponse Int
- getFirewallConfig_resourceId :: Lens' GetFirewallConfig Text
- getFirewallConfigResponse_firewallConfig :: Lens' GetFirewallConfigResponse (Maybe FirewallConfig)
- getFirewallConfigResponse_httpStatus :: Lens' GetFirewallConfigResponse Int
- getFirewallDomainList_firewallDomainListId :: Lens' GetFirewallDomainList Text
- getFirewallDomainListResponse_firewallDomainList :: Lens' GetFirewallDomainListResponse (Maybe FirewallDomainList)
- getFirewallDomainListResponse_httpStatus :: Lens' GetFirewallDomainListResponse Int
- disassociateResolverRule_vPCId :: Lens' DisassociateResolverRule Text
- disassociateResolverRule_resolverRuleId :: Lens' DisassociateResolverRule Text
- disassociateResolverRuleResponse_resolverRuleAssociation :: Lens' DisassociateResolverRuleResponse (Maybe ResolverRuleAssociation)
- disassociateResolverRuleResponse_httpStatus :: Lens' DisassociateResolverRuleResponse Int
- getResolverQueryLogConfigAssociation_resolverQueryLogConfigAssociationId :: Lens' GetResolverQueryLogConfigAssociation Text
- getResolverQueryLogConfigAssociationResponse_resolverQueryLogConfigAssociation :: Lens' GetResolverQueryLogConfigAssociationResponse (Maybe ResolverQueryLogConfigAssociation)
- getResolverQueryLogConfigAssociationResponse_httpStatus :: Lens' GetResolverQueryLogConfigAssociationResponse Int
- listFirewallDomainLists_nextToken :: Lens' ListFirewallDomainLists (Maybe Text)
- listFirewallDomainLists_maxResults :: Lens' ListFirewallDomainLists (Maybe Natural)
- listFirewallDomainListsResponse_nextToken :: Lens' ListFirewallDomainListsResponse (Maybe Text)
- listFirewallDomainListsResponse_firewallDomainLists :: Lens' ListFirewallDomainListsResponse (Maybe [FirewallDomainListMetadata])
- listFirewallDomainListsResponse_httpStatus :: Lens' ListFirewallDomainListsResponse Int
- disassociateFirewallRuleGroup_firewallRuleGroupAssociationId :: Lens' DisassociateFirewallRuleGroup Text
- disassociateFirewallRuleGroupResponse_firewallRuleGroupAssociation :: Lens' DisassociateFirewallRuleGroupResponse (Maybe FirewallRuleGroupAssociation)
- disassociateFirewallRuleGroupResponse_httpStatus :: Lens' DisassociateFirewallRuleGroupResponse Int
- updateFirewallConfig_resourceId :: Lens' UpdateFirewallConfig Text
- updateFirewallConfig_firewallFailOpen :: Lens' UpdateFirewallConfig FirewallFailOpenStatus
- updateFirewallConfigResponse_firewallConfig :: Lens' UpdateFirewallConfigResponse (Maybe FirewallConfig)
- updateFirewallConfigResponse_httpStatus :: Lens' UpdateFirewallConfigResponse Int
- deleteFirewallDomainList_firewallDomainListId :: Lens' DeleteFirewallDomainList Text
- deleteFirewallDomainListResponse_firewallDomainList :: Lens' DeleteFirewallDomainListResponse (Maybe FirewallDomainList)
- deleteFirewallDomainListResponse_httpStatus :: Lens' DeleteFirewallDomainListResponse Int
- listFirewallConfigs_nextToken :: Lens' ListFirewallConfigs (Maybe Text)
- listFirewallConfigs_maxResults :: Lens' ListFirewallConfigs (Maybe Natural)
- listFirewallConfigsResponse_nextToken :: Lens' ListFirewallConfigsResponse (Maybe Text)
- listFirewallConfigsResponse_firewallConfigs :: Lens' ListFirewallConfigsResponse (Maybe [FirewallConfig])
- listFirewallConfigsResponse_httpStatus :: Lens' ListFirewallConfigsResponse Int
- createFirewallDomainList_tags :: Lens' CreateFirewallDomainList (Maybe [Tag])
- createFirewallDomainList_creatorRequestId :: Lens' CreateFirewallDomainList Text
- createFirewallDomainList_name :: Lens' CreateFirewallDomainList Text
- createFirewallDomainListResponse_firewallDomainList :: Lens' CreateFirewallDomainListResponse (Maybe FirewallDomainList)
- createFirewallDomainListResponse_httpStatus :: Lens' CreateFirewallDomainListResponse Int
- importFirewallDomains_firewallDomainListId :: Lens' ImportFirewallDomains Text
- importFirewallDomains_operation :: Lens' ImportFirewallDomains FirewallDomainImportOperation
- importFirewallDomains_domainFileUrl :: Lens' ImportFirewallDomains Text
- importFirewallDomainsResponse_status :: Lens' ImportFirewallDomainsResponse (Maybe FirewallDomainListStatus)
- importFirewallDomainsResponse_statusMessage :: Lens' ImportFirewallDomainsResponse (Maybe Text)
- importFirewallDomainsResponse_name :: Lens' ImportFirewallDomainsResponse (Maybe Text)
- importFirewallDomainsResponse_id :: Lens' ImportFirewallDomainsResponse (Maybe Text)
- importFirewallDomainsResponse_httpStatus :: Lens' ImportFirewallDomainsResponse Int
- disassociateResolverQueryLogConfig_resolverQueryLogConfigId :: Lens' DisassociateResolverQueryLogConfig Text
- disassociateResolverQueryLogConfig_resourceId :: Lens' DisassociateResolverQueryLogConfig Text
- disassociateResolverQueryLogConfigResponse_resolverQueryLogConfigAssociation :: Lens' DisassociateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfigAssociation)
- disassociateResolverQueryLogConfigResponse_httpStatus :: Lens' DisassociateResolverQueryLogConfigResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- associateFirewallRuleGroup_mutationProtection :: Lens' AssociateFirewallRuleGroup (Maybe MutationProtectionStatus)
- associateFirewallRuleGroup_tags :: Lens' AssociateFirewallRuleGroup (Maybe [Tag])
- associateFirewallRuleGroup_creatorRequestId :: Lens' AssociateFirewallRuleGroup Text
- associateFirewallRuleGroup_firewallRuleGroupId :: Lens' AssociateFirewallRuleGroup Text
- associateFirewallRuleGroup_vpcId :: Lens' AssociateFirewallRuleGroup Text
- associateFirewallRuleGroup_priority :: Lens' AssociateFirewallRuleGroup Int
- associateFirewallRuleGroup_name :: Lens' AssociateFirewallRuleGroup Text
- associateFirewallRuleGroupResponse_firewallRuleGroupAssociation :: Lens' AssociateFirewallRuleGroupResponse (Maybe FirewallRuleGroupAssociation)
- associateFirewallRuleGroupResponse_httpStatus :: Lens' AssociateFirewallRuleGroupResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- putResolverQueryLogConfigPolicy_arn :: Lens' PutResolverQueryLogConfigPolicy Text
- putResolverQueryLogConfigPolicy_resolverQueryLogConfigPolicy :: Lens' PutResolverQueryLogConfigPolicy Text
- putResolverQueryLogConfigPolicyResponse_returnValue :: Lens' PutResolverQueryLogConfigPolicyResponse (Maybe Bool)
- putResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' PutResolverQueryLogConfigPolicyResponse Int
- associateResolverEndpointIpAddress_resolverEndpointId :: Lens' AssociateResolverEndpointIpAddress Text
- associateResolverEndpointIpAddress_ipAddress :: Lens' AssociateResolverEndpointIpAddress IpAddressUpdate
- associateResolverEndpointIpAddressResponse_resolverEndpoint :: Lens' AssociateResolverEndpointIpAddressResponse (Maybe ResolverEndpoint)
- associateResolverEndpointIpAddressResponse_httpStatus :: Lens' AssociateResolverEndpointIpAddressResponse Int
- createResolverQueryLogConfig_tags :: Lens' CreateResolverQueryLogConfig (Maybe [Tag])
- createResolverQueryLogConfig_name :: Lens' CreateResolverQueryLogConfig Text
- createResolverQueryLogConfig_destinationArn :: Lens' CreateResolverQueryLogConfig Text
- createResolverQueryLogConfig_creatorRequestId :: Lens' CreateResolverQueryLogConfig Text
- createResolverQueryLogConfigResponse_resolverQueryLogConfig :: Lens' CreateResolverQueryLogConfigResponse (Maybe ResolverQueryLogConfig)
- createResolverQueryLogConfigResponse_httpStatus :: Lens' CreateResolverQueryLogConfigResponse Int
- getResolverRule_resolverRuleId :: Lens' GetResolverRule Text
- getResolverRuleResponse_resolverRule :: Lens' GetResolverRuleResponse (Maybe ResolverRule)
- getResolverRuleResponse_httpStatus :: Lens' GetResolverRuleResponse Int
- putFirewallRuleGroupPolicy_arn :: Lens' PutFirewallRuleGroupPolicy Text
- putFirewallRuleGroupPolicy_firewallRuleGroupPolicy :: Lens' PutFirewallRuleGroupPolicy Text
- putFirewallRuleGroupPolicyResponse_returnValue :: Lens' PutFirewallRuleGroupPolicyResponse (Maybe Bool)
- putFirewallRuleGroupPolicyResponse_httpStatus :: Lens' PutFirewallRuleGroupPolicyResponse Int
- putResolverRulePolicy_arn :: Lens' PutResolverRulePolicy Text
- putResolverRulePolicy_resolverRulePolicy :: Lens' PutResolverRulePolicy Text
- putResolverRulePolicyResponse_returnValue :: Lens' PutResolverRulePolicyResponse (Maybe Bool)
- putResolverRulePolicyResponse_httpStatus :: Lens' PutResolverRulePolicyResponse Int
- listResolverDnssecConfigs_filters :: Lens' ListResolverDnssecConfigs (Maybe [Filter])
- listResolverDnssecConfigs_nextToken :: Lens' ListResolverDnssecConfigs (Maybe Text)
- listResolverDnssecConfigs_maxResults :: Lens' ListResolverDnssecConfigs (Maybe Natural)
- listResolverDnssecConfigsResponse_nextToken :: Lens' ListResolverDnssecConfigsResponse (Maybe Text)
- listResolverDnssecConfigsResponse_resolverDnssecConfigs :: Lens' ListResolverDnssecConfigsResponse (Maybe [ResolverDnssecConfig])
- listResolverDnssecConfigsResponse_httpStatus :: Lens' ListResolverDnssecConfigsResponse Int
- updateResolverDnssecConfig_resourceId :: Lens' UpdateResolverDnssecConfig Text
- updateResolverDnssecConfig_validation :: Lens' UpdateResolverDnssecConfig Validation
- updateResolverDnssecConfigResponse_resolverDNSSECConfig :: Lens' UpdateResolverDnssecConfigResponse (Maybe ResolverDnssecConfig)
- updateResolverDnssecConfigResponse_httpStatus :: Lens' UpdateResolverDnssecConfigResponse Int
- getFirewallRuleGroupPolicy_arn :: Lens' GetFirewallRuleGroupPolicy Text
- getFirewallRuleGroupPolicyResponse_firewallRuleGroupPolicy :: Lens' GetFirewallRuleGroupPolicyResponse (Maybe Text)
- getFirewallRuleGroupPolicyResponse_httpStatus :: Lens' GetFirewallRuleGroupPolicyResponse Int
- filter_values :: Lens' Filter (Maybe [Text])
- filter_name :: Lens' Filter (Maybe Text)
- firewallConfig_resourceId :: Lens' FirewallConfig (Maybe Text)
- firewallConfig_ownerId :: Lens' FirewallConfig (Maybe Text)
- firewallConfig_id :: Lens' FirewallConfig (Maybe Text)
- firewallConfig_firewallFailOpen :: Lens' FirewallConfig (Maybe FirewallFailOpenStatus)
- firewallDomainList_creationTime :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_status :: Lens' FirewallDomainList (Maybe FirewallDomainListStatus)
- firewallDomainList_arn :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_creatorRequestId :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_managedOwnerName :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_domainCount :: Lens' FirewallDomainList (Maybe Int)
- firewallDomainList_modificationTime :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_statusMessage :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_name :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainList_id :: Lens' FirewallDomainList (Maybe Text)
- firewallDomainListMetadata_arn :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_creatorRequestId :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_managedOwnerName :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_name :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_id :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallRule_creationTime :: Lens' FirewallRule (Maybe Text)
- firewallRule_blockOverrideDnsType :: Lens' FirewallRule (Maybe BlockOverrideDnsType)
- firewallRule_firewallRuleGroupId :: Lens' FirewallRule (Maybe Text)
- firewallRule_priority :: Lens' FirewallRule (Maybe Int)
- firewallRule_blockResponse :: Lens' FirewallRule (Maybe BlockResponse)
- firewallRule_creatorRequestId :: Lens' FirewallRule (Maybe Text)
- firewallRule_modificationTime :: Lens' FirewallRule (Maybe Text)
- firewallRule_action :: Lens' FirewallRule (Maybe Action)
- firewallRule_blockOverrideTtl :: Lens' FirewallRule (Maybe Int)
- firewallRule_name :: Lens' FirewallRule (Maybe Text)
- firewallRule_blockOverrideDomain :: Lens' FirewallRule (Maybe Text)
- firewallRule_firewallDomainListId :: Lens' FirewallRule (Maybe Text)
- firewallRuleGroup_creationTime :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_status :: Lens' FirewallRuleGroup (Maybe FirewallRuleGroupStatus)
- firewallRuleGroup_arn :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_creatorRequestId :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_modificationTime :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_shareStatus :: Lens' FirewallRuleGroup (Maybe ShareStatus)
- firewallRuleGroup_ownerId :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_statusMessage :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_name :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_id :: Lens' FirewallRuleGroup (Maybe Text)
- firewallRuleGroup_ruleCount :: Lens' FirewallRuleGroup (Maybe Int)
- firewallRuleGroupAssociation_creationTime :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_status :: Lens' FirewallRuleGroupAssociation (Maybe FirewallRuleGroupAssociationStatus)
- firewallRuleGroupAssociation_mutationProtection :: Lens' FirewallRuleGroupAssociation (Maybe MutationProtectionStatus)
- firewallRuleGroupAssociation_firewallRuleGroupId :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_priority :: Lens' FirewallRuleGroupAssociation (Maybe Int)
- firewallRuleGroupAssociation_arn :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_vpcId :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_creatorRequestId :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_managedOwnerName :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_modificationTime :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_statusMessage :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_name :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupAssociation_id :: Lens' FirewallRuleGroupAssociation (Maybe Text)
- firewallRuleGroupMetadata_arn :: Lens' FirewallRuleGroupMetadata (Maybe Text)
- firewallRuleGroupMetadata_creatorRequestId :: Lens' FirewallRuleGroupMetadata (Maybe Text)
- firewallRuleGroupMetadata_shareStatus :: Lens' FirewallRuleGroupMetadata (Maybe ShareStatus)
- firewallRuleGroupMetadata_ownerId :: Lens' FirewallRuleGroupMetadata (Maybe Text)
- firewallRuleGroupMetadata_name :: Lens' FirewallRuleGroupMetadata (Maybe Text)
- firewallRuleGroupMetadata_id :: Lens' FirewallRuleGroupMetadata (Maybe Text)
- ipAddressRequest_ip :: Lens' IpAddressRequest (Maybe Text)
- ipAddressRequest_subnetId :: Lens' IpAddressRequest Text
- ipAddressResponse_creationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_status :: Lens' IpAddressResponse (Maybe IpAddressStatus)
- ipAddressResponse_modificationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_subnetId :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ipId :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text)
- ipAddressUpdate_subnetId :: Lens' IpAddressUpdate (Maybe Text)
- ipAddressUpdate_ip :: Lens' IpAddressUpdate (Maybe Text)
- ipAddressUpdate_ipId :: Lens' IpAddressUpdate (Maybe Text)
- resolverDnssecConfig_resourceId :: Lens' ResolverDnssecConfig (Maybe Text)
- resolverDnssecConfig_ownerId :: Lens' ResolverDnssecConfig (Maybe Text)
- resolverDnssecConfig_validationStatus :: Lens' ResolverDnssecConfig (Maybe ResolverDNSSECValidationStatus)
- resolverDnssecConfig_id :: Lens' ResolverDnssecConfig (Maybe Text)
- resolverEndpoint_creationTime :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_status :: Lens' ResolverEndpoint (Maybe ResolverEndpointStatus)
- resolverEndpoint_securityGroupIds :: Lens' ResolverEndpoint (Maybe [Text])
- resolverEndpoint_direction :: Lens' ResolverEndpoint (Maybe ResolverEndpointDirection)
- resolverEndpoint_arn :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_creatorRequestId :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_modificationTime :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_ipAddressCount :: Lens' ResolverEndpoint (Maybe Int)
- resolverEndpoint_statusMessage :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_name :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_id :: Lens' ResolverEndpoint (Maybe Text)
- resolverEndpoint_hostVPCId :: Lens' ResolverEndpoint (Maybe Text)
- resolverQueryLogConfig_creationTime :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_status :: Lens' ResolverQueryLogConfig (Maybe ResolverQueryLogConfigStatus)
- resolverQueryLogConfig_associationCount :: Lens' ResolverQueryLogConfig (Maybe Int)
- resolverQueryLogConfig_arn :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_creatorRequestId :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_destinationArn :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_shareStatus :: Lens' ResolverQueryLogConfig (Maybe ShareStatus)
- resolverQueryLogConfig_ownerId :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_name :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfig_id :: Lens' ResolverQueryLogConfig (Maybe Text)
- resolverQueryLogConfigAssociation_creationTime :: Lens' ResolverQueryLogConfigAssociation (Maybe Text)
- resolverQueryLogConfigAssociation_status :: Lens' ResolverQueryLogConfigAssociation (Maybe ResolverQueryLogConfigAssociationStatus)
- resolverQueryLogConfigAssociation_resolverQueryLogConfigId :: Lens' ResolverQueryLogConfigAssociation (Maybe Text)
- resolverQueryLogConfigAssociation_resourceId :: Lens' ResolverQueryLogConfigAssociation (Maybe Text)
- resolverQueryLogConfigAssociation_error :: Lens' ResolverQueryLogConfigAssociation (Maybe ResolverQueryLogConfigAssociationError)
- resolverQueryLogConfigAssociation_id :: Lens' ResolverQueryLogConfigAssociation (Maybe Text)
- resolverQueryLogConfigAssociation_errorMessage :: Lens' ResolverQueryLogConfigAssociation (Maybe Text)
- resolverRule_creationTime :: Lens' ResolverRule (Maybe Text)
- resolverRule_status :: Lens' ResolverRule (Maybe ResolverRuleStatus)
- resolverRule_arn :: Lens' ResolverRule (Maybe Text)
- resolverRule_resolverEndpointId :: Lens' ResolverRule (Maybe Text)
- resolverRule_creatorRequestId :: Lens' ResolverRule (Maybe Text)
- resolverRule_targetIps :: Lens' ResolverRule (Maybe (NonEmpty TargetAddress))
- resolverRule_modificationTime :: Lens' ResolverRule (Maybe Text)
- resolverRule_shareStatus :: Lens' ResolverRule (Maybe ShareStatus)
- resolverRule_ownerId :: Lens' ResolverRule (Maybe Text)
- resolverRule_domainName :: Lens' ResolverRule (Maybe Text)
- resolverRule_statusMessage :: Lens' ResolverRule (Maybe Text)
- resolverRule_name :: Lens' ResolverRule (Maybe Text)
- resolverRule_id :: Lens' ResolverRule (Maybe Text)
- resolverRule_ruleType :: Lens' ResolverRule (Maybe RuleTypeOption)
- resolverRuleAssociation_status :: Lens' ResolverRuleAssociation (Maybe ResolverRuleAssociationStatus)
- resolverRuleAssociation_resolverRuleId :: Lens' ResolverRuleAssociation (Maybe Text)
- resolverRuleAssociation_vPCId :: Lens' ResolverRuleAssociation (Maybe Text)
- resolverRuleAssociation_statusMessage :: Lens' ResolverRuleAssociation (Maybe Text)
- resolverRuleAssociation_name :: Lens' ResolverRuleAssociation (Maybe Text)
- resolverRuleAssociation_id :: Lens' ResolverRuleAssociation (Maybe Text)
- resolverRuleConfig_resolverEndpointId :: Lens' ResolverRuleConfig (Maybe Text)
- resolverRuleConfig_targetIps :: Lens' ResolverRuleConfig (Maybe (NonEmpty TargetAddress))
- resolverRuleConfig_name :: Lens' ResolverRuleConfig (Maybe Text)
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- targetAddress_port :: Lens' TargetAddress (Maybe Natural)
- targetAddress_ip :: Lens' TargetAddress Text
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.
updateResolverEndpointResponse_resolverEndpoint :: Lens' UpdateResolverEndpointResponse (Maybe ResolverEndpoint) Source #
The response to an UpdateResolverEndpoint
request.
updateResolverEndpointResponse_httpStatus :: Lens' UpdateResolverEndpointResponse Int Source #
The response's http status code.
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.
deleteResolverEndpointResponse_httpStatus :: Lens' DeleteResolverEndpointResponse Int Source #
The response's http status code.
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.
createResolverRuleResponse_httpStatus :: Lens' CreateResolverRuleResponse Int Source #
The response's http status code.
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.
getResolverQueryLogConfigResponse_httpStatus :: Lens' GetResolverQueryLogConfigResponse Int Source #
The response's http status code.
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'sBlockOverride*
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'sBlockResponse
.
createFirewallRule_name :: Lens' CreateFirewallRule Text Source #
A name that lets you identify the rule in the rule group.
createFirewallRuleResponse_firewallRule :: Lens' CreateFirewallRuleResponse (Maybe FirewallRule) Source #
The firewall rule that you just created.
createFirewallRuleResponse_httpStatus :: Lens' CreateFirewallRuleResponse Int Source #
The response's http status code.
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.
updateFirewallRuleGroupAssociation_name :: Lens' UpdateFirewallRuleGroupAssociation (Maybe Text) Source #
The name of the rule group association.
updateFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' UpdateFirewallRuleGroupAssociation Text Source #
The identifier of the FirewallRuleGroupAssociation.
updateFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' UpdateFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation) Source #
The association that you just updated.
updateFirewallRuleGroupAssociationResponse_httpStatus :: Lens' UpdateFirewallRuleGroupAssociationResponse Int Source #
The response's http status code.
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.
listFirewallRuleGroupAssociationsResponse_httpStatus :: Lens' ListFirewallRuleGroupAssociationsResponse Int Source #
The response's http status code.
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 ofStatus
isFAILED
, the value ofError
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 thanFAILED
,ERROR
is null.Id
: The ID of the query logging associationResolverQueryLogConfigId
: The ID of the query logging configurationResourceId
: The ID of the VPC that is associated with the query logging configurationStatus
: 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.
listResolverQueryLogConfigAssociationsResponse_httpStatus :: Lens' ListResolverQueryLogConfigAssociationsResponse Int Source #
The response's http status code.
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.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
GetFirewallRuleGroupAssociation
getFirewallRuleGroupAssociation_firewallRuleGroupAssociationId :: Lens' GetFirewallRuleGroupAssociation Text Source #
The identifier of the FirewallRuleGroupAssociation.
getFirewallRuleGroupAssociationResponse_firewallRuleGroupAssociation :: Lens' GetFirewallRuleGroupAssociationResponse (Maybe FirewallRuleGroupAssociation) Source #
The association that you requested.
getFirewallRuleGroupAssociationResponse_httpStatus :: Lens' GetFirewallRuleGroupAssociationResponse Int Source #
The response's http status code.
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.
disassociateResolverEndpointIpAddressResponse_resolverEndpoint :: Lens' DisassociateResolverEndpointIpAddressResponse (Maybe ResolverEndpoint) Source #
The response to an DisassociateResolverEndpointIpAddress
request.
disassociateResolverEndpointIpAddressResponse_httpStatus :: Lens' DisassociateResolverEndpointIpAddressResponse Int Source #
The response's http status code.
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.
listResolverRuleAssociationsResponse_maxResults :: Lens' ListResolverRuleAssociationsResponse (Maybe Natural) Source #
The value that you specified for MaxResults
in the request.
listResolverRuleAssociationsResponse_httpStatus :: Lens' ListResolverRuleAssociationsResponse Int Source #
The response's http status code.
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.
deleteResolverQueryLogConfigResponse_httpStatus :: Lens' DeleteResolverQueryLogConfigResponse Int Source #
The response's http status code.
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.
createFirewallRuleGroupResponse_firewallRuleGroup :: Lens' CreateFirewallRuleGroupResponse (Maybe FirewallRuleGroup) Source #
A collection of rules used to filter DNS network traffic.
createFirewallRuleGroupResponse_httpStatus :: Lens' CreateFirewallRuleGroupResponse Int Source #
The response's http status code.
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.
getResolverEndpointResponse_httpStatus :: Lens' GetResolverEndpointResponse Int Source #
The response's http status code.
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 configurationAssociationCount
: The number of VPCs that are associated with the specified configurationCreationTime
: The date and time that Resolver returned when the configuration was createdCreatorRequestId
: The value that was specified forCreatorRequestId
when the configuration was createdDestinationArn
: The location that logs are sent toId
: The ID of the configurationName
: The name of the configurationOwnerId
: The Amazon Web Services account number of the account that created the configurationShareStatus
: 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.
listResolverQueryLogConfigsResponse_httpStatus :: Lens' ListResolverQueryLogConfigsResponse Int Source #
The response's http status code.
DeleteFirewallRuleGroup
deleteFirewallRuleGroup_firewallRuleGroupId :: Lens' DeleteFirewallRuleGroup Text Source #
The unique identifier of the firewall rule group that you want to delete.
deleteFirewallRuleGroupResponse_firewallRuleGroup :: Lens' DeleteFirewallRuleGroupResponse (Maybe FirewallRuleGroup) Source #
A collection of rules used to filter DNS network traffic.
deleteFirewallRuleGroupResponse_httpStatus :: Lens' DeleteFirewallRuleGroupResponse Int Source #
The response's http status code.
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_maxResults :: Lens' ListResolverEndpointIpAddressesResponse (Maybe Natural) Source #
The value that you specified for MaxResults
in the request.
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).
listResolverEndpointIpAddressesResponse_httpStatus :: Lens' ListResolverEndpointIpAddressesResponse Int Source #
The response's http status code.
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.
associateResolverQueryLogConfigResponse_httpStatus :: Lens' AssociateResolverQueryLogConfigResponse Int Source #
The response's http status code.
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.
getResolverRulePolicyResponse_httpStatus :: Lens' GetResolverRulePolicyResponse Int Source #
The response's http status code.
GetResolverDnssecConfig
getResolverDnssecConfig_resourceId :: Lens' GetResolverDnssecConfig Text Source #
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
getResolverDnssecConfigResponse_resolverDNSSECConfig :: Lens' GetResolverDnssecConfigResponse (Maybe ResolverDnssecConfig) Source #
The information about a configuration for DNSSEC validation.
getResolverDnssecConfigResponse_httpStatus :: Lens' GetResolverDnssecConfigResponse Int Source #
The response's http status code.
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
.
listFirewallRuleGroupsResponse_httpStatus :: Lens' ListFirewallRuleGroupsResponse Int Source #
The response's http status code.
UpdateResolverRule
updateResolverRule_resolverRuleId :: Lens' UpdateResolverRule Text Source #
The ID of the Resolver rule that you want to update.
updateResolverRule_config :: Lens' UpdateResolverRule ResolverRuleConfig Source #
The new settings for the Resolver rule.
updateResolverRuleResponse_resolverRule :: Lens' UpdateResolverRuleResponse (Maybe ResolverRule) Source #
The response to an UpdateResolverRule
request.
updateResolverRuleResponse_httpStatus :: Lens' UpdateResolverRuleResponse Int Source #
The response's http status code.
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.
deleteResolverRuleResponse_httpStatus :: Lens' DeleteResolverRuleResponse Int Source #
The response's http status code.
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.
deleteFirewallRuleResponse_httpStatus :: Lens' DeleteFirewallRuleResponse Int Source #
The response's http status code.
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'sBlockOverride*
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'sBlockResponse
.
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_name :: Lens' UpdateFirewallRule (Maybe Text) Source #
The name of the rule.
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.
updateFirewallRuleResponse_firewallRule :: Lens' UpdateFirewallRuleResponse (Maybe FirewallRule) Source #
The firewall rule that you just updated.
updateFirewallRuleResponse_httpStatus :: Lens' UpdateFirewallRuleResponse Int Source #
The response's http status code.
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'sBlockResponse
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.
listFirewallRulesResponse_httpStatus :: Lens' ListFirewallRulesResponse Int Source #
The response's http status code.
GetFirewallRuleGroup
getFirewallRuleGroup_firewallRuleGroupId :: Lens' GetFirewallRuleGroup Text Source #
The unique identifier of the firewall rule group.
getFirewallRuleGroupResponse_firewallRuleGroup :: Lens' GetFirewallRuleGroupResponse (Maybe FirewallRuleGroup) Source #
A collection of rules used to filter DNS network traffic.
getFirewallRuleGroupResponse_httpStatus :: Lens' GetFirewallRuleGroupResponse Int Source #
The response's http status code.
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.
listResolverRulesResponse_httpStatus :: Lens' ListResolverRulesResponse Int Source #
The response's http status code.
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 networkOUTBOUND
: 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.
createResolverEndpointResponse_httpStatus :: Lens' CreateResolverEndpointResponse Int Source #
The response's http status code.
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.
associateResolverRuleResponse_httpStatus :: Lens' AssociateResolverRuleResponse Int Source #
The response's http status code.
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.
getResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' GetResolverQueryLogConfigPolicyResponse Int Source #
The response's http status code.
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_status :: Lens' UpdateFirewallDomainsResponse (Maybe FirewallDomainListStatus) Source #
updateFirewallDomainsResponse_statusMessage :: Lens' UpdateFirewallDomainsResponse (Maybe Text) Source #
Additional information about the status of the list, if available.
updateFirewallDomainsResponse_name :: Lens' UpdateFirewallDomainsResponse (Maybe Text) Source #
The name of the domain list.
updateFirewallDomainsResponse_id :: Lens' UpdateFirewallDomainsResponse (Maybe Text) Source #
The ID of the firewall domain list that DNS Firewall just updated.
updateFirewallDomainsResponse_httpStatus :: Lens' UpdateFirewallDomainsResponse Int Source #
The response's http status code.
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.
listResolverEndpointsResponse_httpStatus :: Lens' ListResolverEndpointsResponse Int Source #
The response's http status code.
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
.
listFirewallDomainsResponse_httpStatus :: Lens' ListFirewallDomainsResponse Int Source #
The response's http status code.
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.
getResolverRuleAssociationResponse_httpStatus :: Lens' GetResolverRuleAssociationResponse Int Source #
The response's http status code.
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.
getFirewallConfigResponse_httpStatus :: Lens' GetFirewallConfigResponse Int Source #
The response's http status code.
GetFirewallDomainList
getFirewallDomainList_firewallDomainListId :: Lens' GetFirewallDomainList Text Source #
The ID of the domain list.
getFirewallDomainListResponse_firewallDomainList :: Lens' GetFirewallDomainListResponse (Maybe FirewallDomainList) Source #
The domain list that you requested.
getFirewallDomainListResponse_httpStatus :: Lens' GetFirewallDomainListResponse Int Source #
The response's http status code.
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.
disassociateResolverRuleResponse_httpStatus :: Lens' DisassociateResolverRuleResponse Int Source #
The response's http status code.
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.
getResolverQueryLogConfigAssociationResponse_httpStatus :: Lens' GetResolverQueryLogConfigAssociationResponse Int Source #
The response's http status code.
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
.
listFirewallDomainListsResponse_httpStatus :: Lens' ListFirewallDomainListsResponse Int Source #
The response's http status code.
DisassociateFirewallRuleGroup
disassociateFirewallRuleGroup_firewallRuleGroupAssociationId :: Lens' DisassociateFirewallRuleGroup Text Source #
The identifier of the FirewallRuleGroupAssociation.
disassociateFirewallRuleGroupResponse_firewallRuleGroupAssociation :: Lens' DisassociateFirewallRuleGroupResponse (Maybe FirewallRuleGroupAssociation) Source #
The firewall rule group association that you just removed.
disassociateFirewallRuleGroupResponse_httpStatus :: Lens' DisassociateFirewallRuleGroupResponse Int Source #
The response's http status code.
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.
updateFirewallConfigResponse_httpStatus :: Lens' UpdateFirewallConfigResponse Int Source #
The response's http status code.
DeleteFirewallDomainList
deleteFirewallDomainList_firewallDomainListId :: Lens' DeleteFirewallDomainList Text Source #
The ID of the domain list that you want to delete.
deleteFirewallDomainListResponse_firewallDomainList :: Lens' DeleteFirewallDomainListResponse (Maybe FirewallDomainList) Source #
The domain list that you just deleted.
deleteFirewallDomainListResponse_httpStatus :: Lens' DeleteFirewallDomainListResponse Int Source #
The response's http status code.
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).
listFirewallConfigsResponse_httpStatus :: Lens' ListFirewallConfigsResponse Int Source #
The response's http status code.
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.
createFirewallDomainListResponse_firewallDomainList :: Lens' CreateFirewallDomainListResponse (Maybe FirewallDomainList) Source #
The domain list that you just created.
createFirewallDomainListResponse_httpStatus :: Lens' CreateFirewallDomainListResponse Int Source #
The response's http status code.
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_status :: Lens' ImportFirewallDomainsResponse (Maybe FirewallDomainListStatus) Source #
importFirewallDomainsResponse_statusMessage :: Lens' ImportFirewallDomainsResponse (Maybe Text) Source #
Additional information about the status of the list, if available.
importFirewallDomainsResponse_name :: Lens' ImportFirewallDomainsResponse (Maybe Text) Source #
The name of the domain list.
importFirewallDomainsResponse_id :: Lens' ImportFirewallDomainsResponse (Maybe Text) Source #
The Id of the firewall domain list that DNS Firewall just updated.
importFirewallDomainsResponse_httpStatus :: Lens' ImportFirewallDomainsResponse Int Source #
The response's http status code.
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.
disassociateResolverQueryLogConfigResponse_httpStatus :: Lens' DisassociateResolverQueryLogConfigResponse Int Source #
The response's http status code.
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.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
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_firewallRuleGroupId :: Lens' AssociateFirewallRuleGroup Text Source #
The unique identifier of the firewall rule group.
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.
associateFirewallRuleGroupResponse_httpStatus :: Lens' AssociateFirewallRuleGroupResponse Int Source #
The response's http status code.
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.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
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.
putResolverQueryLogConfigPolicyResponse_httpStatus :: Lens' PutResolverQueryLogConfigPolicyResponse Int Source #
The response's http status code.
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.
associateResolverEndpointIpAddressResponse_resolverEndpoint :: Lens' AssociateResolverEndpointIpAddressResponse (Maybe ResolverEndpoint) Source #
The response to an AssociateResolverEndpointIpAddress
request.
associateResolverEndpointIpAddressResponse_httpStatus :: Lens' AssociateResolverEndpointIpAddressResponse Int Source #
The response's http status code.
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.
createResolverQueryLogConfigResponse_httpStatus :: Lens' CreateResolverQueryLogConfigResponse Int Source #
The response's http status code.
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.
getResolverRuleResponse_httpStatus :: Lens' GetResolverRuleResponse Int Source #
The response's http status code.
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.
putFirewallRuleGroupPolicyResponse_returnValue :: Lens' PutFirewallRuleGroupPolicyResponse (Maybe Bool) Source #
putFirewallRuleGroupPolicyResponse_httpStatus :: Lens' PutFirewallRuleGroupPolicyResponse Int Source #
The response's http status code.
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.
putResolverRulePolicyResponse_httpStatus :: Lens' PutResolverRulePolicyResponse Int Source #
The response's http status code.
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.
listResolverDnssecConfigsResponse_httpStatus :: Lens' ListResolverDnssecConfigsResponse Int Source #
The response's http status code.
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.
updateResolverDnssecConfigResponse_httpStatus :: Lens' UpdateResolverDnssecConfigResponse Int Source #
The response's http status code.
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).
getFirewallRuleGroupPolicyResponse_httpStatus :: Lens' GetFirewallRuleGroupPolicyResponse Int Source #
The response's http status code.
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 specifyDIRECTION
forName
, specifyINBOUND
orOUTBOUND
forValues
.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 theHostVPCId
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 specifyStatus
forName
, specify one of the following status codes forValues
:CREATING
,OPERATIONAL
,UPDATING
,AUTO_RECOVERING
,ACTION_NEEDED
, orDELETING
. For more information, seeStatus
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 forValues
, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, specify the following value. Note the "." aftercom
: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
forRuleType
.Status
: The status of the Resolver rule. If you specifyStatus
forName
, specify one of the following status codes forValues
:COMPLETE
,DELETING
,UPDATING
, orFAILED
.Type
: The type of the Resolver rule. If you specifyTYPE
forName
, specifyFORWARD
orSYSTEM
forValues
.
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 specifyStatus
forName
, specify one of the following status codes forValues
:CREATING
,COMPLETE
,DELETING
, orFAILED
.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 configurationName
: The name of the query logging configurationOwnerId
: 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
, orSHARED_BY_ME
.Status
: The status of the query logging configuration. If you specifyStatus
forName
, specify the applicable status code forValues
:CREATING
,CREATED
,DELETING
, orFAILED
. 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 ofStatus
isFAILED
, specify the cause:DESTINATION_NOT_FOUND
orACCESS_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 specifyStatus
forName
, specify the applicable status code forValues
:CREATING
,CREATED
,DELETING
, orFAILED
. 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_status :: Lens' FirewallDomainList (Maybe FirewallDomainListStatus) Source #
The status of the domain list.
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.
firewallDomainList_name :: Lens' FirewallDomainList (Maybe Text) Source #
The name of the domain list.
firewallDomainList_id :: Lens' FirewallDomainList (Maybe Text) Source #
The ID of the domain list.
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
.
firewallDomainListMetadata_name :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The name of the domain list.
firewallDomainListMetadata_id :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The ID of the domain list.
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'sBlockOverride*
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'sBlockResponse
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_name :: Lens' FirewallRule (Maybe Text) Source #
The name of the rule.
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_status :: Lens' FirewallRuleGroup (Maybe FirewallRuleGroupStatus) Source #
The status of the domain list.
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_name :: Lens' FirewallRuleGroup (Maybe Text) Source #
The name of the rule group.
firewallRuleGroup_id :: Lens' FirewallRuleGroup (Maybe Text) Source #
The ID of the rule group.
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_status :: Lens' FirewallRuleGroupAssociation (Maybe FirewallRuleGroupAssociationStatus) Source #
The current status of the association.
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_firewallRuleGroupId :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #
The unique identifier of the firewall rule group.
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.
firewallRuleGroupAssociation_name :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #
The name of the association.
firewallRuleGroupAssociation_id :: Lens' FirewallRuleGroupAssociation (Maybe Text) Source #
The identifier for the association.
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.
firewallRuleGroupMetadata_name :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #
The name of the rule group.
firewallRuleGroupMetadata_id :: Lens' FirewallRuleGroupMetadata (Maybe Text) Source #
The ID of the rule group.
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_subnetId :: Lens' IpAddressResponse (Maybe Text) Source #
The ID of one subnet.
ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text) Source #
One IP address that the Resolver endpoint uses for DNS queries.
ipAddressResponse_ipId :: Lens' IpAddressResponse (Maybe Text) Source #
The ID of one IP address.
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_ip :: Lens' IpAddressUpdate (Maybe Text) Source #
The new IP address.
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 ofACTION_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 networkOUTBOUND
: 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_id :: Lens' ResolverQueryLogConfigAssociation (Maybe Text) Source #
The ID of the query logging association.
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.