{ "version":"2.0", "metadata":{ "apiVersion":"2018-04-01", "endpointPrefix":"route53resolver", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"Route53Resolver", "serviceFullName":"Amazon Route 53 Resolver", "serviceId":"Route53Resolver", "signatureVersion":"v4", "targetPrefix":"Route53Resolver", "uid":"route53resolver-2018-04-01" }, "operations":{ "AssociateResolverEndpointIpAddress":{ "name":"AssociateResolverEndpointIpAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverEndpointIpAddressRequest"}, "output":{"shape":"AssociateResolverEndpointIpAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"

Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address, submit one AssociateResolverEndpointIpAddress request for each IP address.

To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.

" }, "AssociateResolverQueryLogConfig":{ "name":"AssociateResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverQueryLogConfigRequest"}, "output":{"shape":"AssociateResolverQueryLogConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig request for each VPC.

The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.

To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig.

" }, "AssociateResolverRule":{ "name":"AssociateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AssociateResolverRuleRequest"}, "output":{"shape":"AssociateResolverRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceUnavailableException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule.

" }, "CreateResolverEndpoint":{ "name":"CreateResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateResolverEndpointRequest"}, "output":{"shape":"CreateResolverEndpointResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:

" }, "CreateResolverQueryLogConfig":{ "name":"CreateResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateResolverQueryLogConfigRequest"}, "output":{"shape":"CreateResolverQueryLogConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.

To specify which VPCs you want to log queries for, you use AssociateResolverQueryLogConfig. For more information, see AssociateResolverQueryLogConfig.

You can optionally use AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other AWS accounts. The other accounts can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all VPCs that are associated with the configuration.

" }, "CreateResolverRule":{ "name":"CreateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateResolverRuleRequest"}, "output":{"shape":"CreateResolverRuleResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceExistsException"}, {"shape":"ResourceUnavailableException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.

" }, "DeleteResolverEndpoint":{ "name":"DeleteResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteResolverEndpointRequest"}, "output":{"shape":"DeleteResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:

" }, "DeleteResolverQueryLogConfig":{ "name":"DeleteResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteResolverQueryLogConfigRequest"}, "output":{"shape":"DeleteResolverQueryLogConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are associated with the configuration. This also applies if the query logging configuration is shared with other AWS accounts, and the other accounts have associated VPCs with the shared configuration.

Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See DisassociateResolverQueryLogConfig.

If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically disassociated from the configuration.

" }, "DeleteResolverRule":{ "name":"DeleteResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteResolverRuleRequest"}, "output":{"shape":"DeleteResolverRuleResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceInUseException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you associated the Resolver rule with. For more information, see DisassociateResolverRule.

" }, "DisassociateResolverEndpointIpAddress":{ "name":"DisassociateResolverEndpointIpAddress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateResolverEndpointIpAddressRequest"}, "output":{"shape":"DisassociateResolverEndpointIpAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceExistsException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address, submit one DisassociateResolverEndpointIpAddress request for each IP address.

To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.

" }, "DisassociateResolverQueryLogConfig":{ "name":"DisassociateResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateResolverQueryLogConfigRequest"}, "output":{"shape":"DisassociateResolverQueryLogConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Disassociates a VPC from a query logging configuration.

Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:

" }, "DisassociateResolverRule":{ "name":"DisassociateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DisassociateResolverRuleRequest"}, "output":{"shape":"DisassociateResolverRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Removes the association between a specified Resolver rule and a specified VPC.

If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.

" }, "GetResolverDnssecConfig":{ "name":"GetResolverDnssecConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverDnssecConfigRequest"}, "output":{"shape":"GetResolverDnssecConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Gets DNSSEC validation information for a specified resource.

" }, "GetResolverEndpoint":{ "name":"GetResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverEndpointRequest"}, "output":{"shape":"GetResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.

" }, "GetResolverQueryLogConfig":{ "name":"GetResolverQueryLogConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigRequest"}, "output":{"shape":"GetResolverQueryLogConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.

" }, "GetResolverQueryLogConfigAssociation":{ "name":"GetResolverQueryLogConfigAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigAssociationRequest"}, "output":{"shape":"GetResolverQueryLogConfigAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.

" }, "GetResolverQueryLogConfigPolicy":{ "name":"GetResolverQueryLogConfigPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverQueryLogConfigPolicyRequest"}, "output":{"shape":"GetResolverQueryLogConfigPolicyResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another AWS account to be able to use.

" }, "GetResolverRule":{ "name":"GetResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRuleRequest"}, "output":{"shape":"GetResolverRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.

" }, "GetResolverRuleAssociation":{ "name":"GetResolverRuleAssociation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRuleAssociationRequest"}, "output":{"shape":"GetResolverRuleAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.

" }, "GetResolverRulePolicy":{ "name":"GetResolverRulePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResolverRulePolicyRequest"}, "output":{"shape":"GetResolverRulePolicyResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

" }, "ListResolverDnssecConfigs":{ "name":"ListResolverDnssecConfigs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverDnssecConfigsRequest"}, "output":{"shape":"ListResolverDnssecConfigsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Lists the configurations for DNSSEC validation that are associated with the current AWS account.

" }, "ListResolverEndpointIpAddresses":{ "name":"ListResolverEndpointIpAddresses", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverEndpointIpAddressesRequest"}, "output":{"shape":"ListResolverEndpointIpAddressesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidNextTokenException"}, {"shape":"ThrottlingException"} ], "documentation":"

Gets the IP addresses for a specified Resolver endpoint.

" }, "ListResolverEndpoints":{ "name":"ListResolverEndpoints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverEndpointsRequest"}, "output":{"shape":"ListResolverEndpointsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists all the Resolver endpoints that were created using the current AWS account.

" }, "ListResolverQueryLogConfigAssociations":{ "name":"ListResolverQueryLogConfigAssociations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverQueryLogConfigAssociationsRequest"}, "output":{"shape":"ListResolverQueryLogConfigAssociationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Lists information about associations between Amazon VPCs and query logging configurations.

" }, "ListResolverQueryLogConfigs":{ "name":"ListResolverQueryLogConfigs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverQueryLogConfigsRequest"}, "output":{"shape":"ListResolverQueryLogConfigsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.

" }, "ListResolverRuleAssociations":{ "name":"ListResolverRuleAssociations", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverRuleAssociationsRequest"}, "output":{"shape":"ListResolverRuleAssociationsResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists the associations that were created between Resolver rules and VPCs using the current AWS account.

" }, "ListResolverRules":{ "name":"ListResolverRules", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListResolverRulesRequest"}, "output":{"shape":"ListResolverRulesResponse"}, "errors":[ {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists the Resolver rules that were created using the current AWS account.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidNextTokenException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Lists the tags that you associated with the specified resource.

" }, "PutResolverQueryLogConfigPolicy":{ "name":"PutResolverQueryLogConfigPolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutResolverQueryLogConfigPolicyRequest"}, "output":{"shape":"PutResolverQueryLogConfigPolicyResponse"}, "errors":[ {"shape":"InvalidPolicyDocument"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Specifies an AWS account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.

" }, "PutResolverRulePolicy":{ "name":"PutResolverRulePolicy", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PutResolverRulePolicyRequest"}, "output":{"shape":"PutResolverRulePolicyResponse"}, "errors":[ {"shape":"InvalidPolicyDocument"}, {"shape":"InvalidParameterException"}, {"shape":"UnknownResourceException"}, {"shape":"InternalServiceErrorException"} ], "documentation":"

Specifies an AWS rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidTagException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Adds one or more tags to a specified resource.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Removes one or more tags from a specified resource.

" }, "UpdateResolverDnssecConfig":{ "name":"UpdateResolverDnssecConfig", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverDnssecConfigRequest"}, "output":{"shape":"UpdateResolverDnssecConfigResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"

Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.

" }, "UpdateResolverEndpoint":{ "name":"UpdateResolverEndpoint", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverEndpointRequest"}, "output":{"shape":"UpdateResolverEndpointResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates the name of an inbound or an outbound Resolver endpoint.

" }, "UpdateResolverRule":{ "name":"UpdateResolverRule", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateResolverRuleRequest"}, "output":{"shape":"UpdateResolverRuleResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceUnavailableException"}, {"shape":"LimitExceededException"}, {"shape":"InternalServiceErrorException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates settings for a specified Resolver rule. ResolverRuleId is required, and all other parameters are optional. If you don't specify a parameter, it retains its current value.

" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The current account doesn't have the IAM permissions required to perform the specified Resolver operation.

", "exception":true }, "AccountId":{ "type":"string", "max":32, "min":12 }, "Arn":{ "type":"string", "max":255, "min":1 }, "AssociateResolverEndpointIpAddressRequest":{ "type":"structure", "required":[ "ResolverEndpointId", "IpAddress" ], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" }, "IpAddress":{ "shape":"IpAddressUpdate", "documentation":"

Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.

" } } }, "AssociateResolverEndpointIpAddressResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

The response to an AssociateResolverEndpointIpAddress request.

" } } }, "AssociateResolverQueryLogConfigRequest":{ "type":"structure", "required":[ "ResolverQueryLogConfigId", "ResourceId" ], "members":{ "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"

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

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

The ID of an Amazon VPC that you want this query logging configuration to log queries for.

The VPCs and the query logging configuration must be in the same Region.

" } } }, "AssociateResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigAssociation":{ "shape":"ResolverQueryLogConfigAssociation", "documentation":"

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

" } } }, "AssociateResolverRuleRequest":{ "type":"structure", "required":[ "ResolverRuleId", "VPCId" ], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "VPCId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "AssociateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"

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

" } } }, "Boolean":{"type":"boolean"}, "Count":{"type":"integer"}, "CreateResolverEndpointRequest":{ "type":"structure", "required":[ "CreatorRequestId", "SecurityGroupIds", "Direction", "IpAddresses" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"

The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.

", "box":true }, "Direction":{ "shape":"ResolverEndpointDirection", "documentation":"

Specify the applicable value:

" }, "IpAddresses":{ "shape":"IpAddressesRequest", "documentation":"

The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.

" }, "Tags":{ "shape":"TagList", "documentation":"

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

", "box":true } } }, "CreateResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

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

" } } }, "CreateResolverQueryLogConfigRequest":{ "type":"structure", "required":[ "Name", "DestinationArn", "CreatorRequestId" ], "members":{ "Name":{ "shape":"ResolverQueryLogConfigName", "documentation":"

The name that you want to give the query logging configuration

" }, "DestinationArn":{ "shape":"DestinationArn", "documentation":"

The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. Examples of valid values include the following:

" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.

", "idempotencyToken":true }, "Tags":{ "shape":"TagList", "documentation":"

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

", "box":true } } }, "CreateResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"

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

" } } }, "CreateResolverRuleRequest":{ "type":"structure", "required":[ "CreatorRequestId", "RuleType", "DomainName" ], "members":{ "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that identifies the request and that allows failed requests to be retried without the risk of executing the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "RuleType":{ "shape":"RuleTypeOption", "documentation":"

When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD.

When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM.

For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD for RuleType. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM for RuleType.

Currently, only Resolver can create rules that have a value of RECURSIVE for RuleType.

" }, "DomainName":{ "shape":"DomainName", "documentation":"

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

" }, "TargetIps":{ "shape":"TargetList", "documentation":"

The IPs that you want Resolver to forward DNS queries to. You can specify only IPv4 addresses. Separate IP addresses with a comma.

TargetIps is available only when the value of Rule type is FORWARD.

", "box":true }, "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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.

", "box":true }, "Tags":{ "shape":"TagList", "documentation":"

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

", "box":true } } }, "CreateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"

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

" } } }, "CreatorRequestId":{ "type":"string", "max":255, "min":1 }, "DeleteResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "DeleteResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

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

" } } }, "DeleteResolverQueryLogConfigRequest":{ "type":"structure", "required":["ResolverQueryLogConfigId"], "members":{ "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "DeleteResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"

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

" } } }, "DeleteResolverRuleRequest":{ "type":"structure", "required":["ResolverRuleId"], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "DeleteResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"

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

" } } }, "DestinationArn":{ "type":"string", "max":600, "min":1 }, "DisassociateResolverEndpointIpAddressRequest":{ "type":"structure", "required":[ "ResolverEndpointId", "IpAddress" ], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" }, "IpAddress":{ "shape":"IpAddressUpdate", "documentation":"

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

" } } }, "DisassociateResolverEndpointIpAddressResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

The response to an DisassociateResolverEndpointIpAddress request.

" } } }, "DisassociateResolverQueryLogConfigRequest":{ "type":"structure", "required":[ "ResolverQueryLogConfigId", "ResourceId" ], "members":{ "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"

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

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "DisassociateResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigAssociation":{ "shape":"ResolverQueryLogConfigAssociation", "documentation":"

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

" } } }, "DisassociateResolverRuleRequest":{ "type":"structure", "required":[ "VPCId", "ResolverRuleId" ], "members":{ "VPCId":{ "shape":"ResourceId", "documentation":"

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

" }, "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "DisassociateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"

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

" } } }, "DomainName":{ "type":"string", "max":256, "min":1 }, "ExceptionMessage":{"type":"string"}, "Filter":{ "type":"structure", "members":{ "Name":{ "shape":"FilterName", "documentation":"

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:

ListResolverRules

Valid values for Name include the following:

ListResolverRuleAssociations

Valid values for Name include the following:

ListResolverQueryLogConfigs

Valid values for Name include the following:

ListResolverQueryLogConfigAssociations

Valid values for Name include the following:

" }, "Values":{ "shape":"FilterValues", "documentation":"

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.

" } }, "documentation":"

For Resolver list operations (ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, ListResolverQueryLogConfigAssociations), and ListResolverDnssecConfigs), an optional specification to return a subset of objects.

To filter objects, such as Resolver endpoints or Resolver rules, you specify Name and Values. For example, to list only inbound Resolver endpoints, specify Direction for Name and specify INBOUND for Values.

" }, "FilterName":{ "type":"string", "max":64, "min":1 }, "FilterValue":{ "type":"string", "max":600, "min":1 }, "FilterValues":{ "type":"list", "member":{"shape":"FilterValue"} }, "Filters":{ "type":"list", "member":{"shape":"Filter"} }, "GetResolverDnssecConfigRequest":{ "type":"structure", "required":["ResourceId"], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverDnssecConfigResponse":{ "type":"structure", "members":{ "ResolverDNSSECConfig":{ "shape":"ResolverDnssecConfig", "documentation":"

The information about a configuration for DNSSEC validation.

" } } }, "GetResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

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

" } } }, "GetResolverQueryLogConfigAssociationRequest":{ "type":"structure", "required":["ResolverQueryLogConfigAssociationId"], "members":{ "ResolverQueryLogConfigAssociationId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverQueryLogConfigAssociationResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigAssociation":{ "shape":"ResolverQueryLogConfigAssociation", "documentation":"

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

" } } }, "GetResolverQueryLogConfigPolicyRequest":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" } } }, "GetResolverQueryLogConfigPolicyResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfigPolicy":{ "shape":"ResolverQueryLogConfigPolicy", "documentation":"

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

" } } }, "GetResolverQueryLogConfigRequest":{ "type":"structure", "required":["ResolverQueryLogConfigId"], "members":{ "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverQueryLogConfigResponse":{ "type":"structure", "members":{ "ResolverQueryLogConfig":{ "shape":"ResolverQueryLogConfig", "documentation":"

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

" } } }, "GetResolverRuleAssociationRequest":{ "type":"structure", "required":["ResolverRuleAssociationId"], "members":{ "ResolverRuleAssociationId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverRuleAssociationResponse":{ "type":"structure", "members":{ "ResolverRuleAssociation":{ "shape":"ResolverRuleAssociation", "documentation":"

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

" } } }, "GetResolverRulePolicyRequest":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" } } }, "GetResolverRulePolicyResponse":{ "type":"structure", "members":{ "ResolverRulePolicy":{ "shape":"ResolverRulePolicy", "documentation":"

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

" } } }, "GetResolverRuleRequest":{ "type":"structure", "required":["ResolverRuleId"], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" } } }, "GetResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"

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

" } } }, "InternalServiceErrorException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

We encountered an unknown error. Try again in a few minutes.

", "exception":true }, "InvalidNextTokenException":{ "type":"structure", "members":{ "Message":{"shape":"String"} }, "documentation":"

The value that you specified for NextToken in a List request isn't valid.

", "exception":true }, "InvalidParameterException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"ExceptionMessage"}, "FieldName":{ "shape":"String", "documentation":"

For an InvalidParameterException error, the name of the parameter that's invalid.

" } }, "documentation":"

One or more parameters in this request are not valid.

", "exception":true }, "InvalidPolicyDocument":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The specified Resolver rule policy is invalid.

", "exception":true }, "InvalidRequestException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The request is invalid.

", "exception":true }, "InvalidTagException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The specified tag is invalid.

", "exception":true }, "Ip":{ "type":"string", "max":36, "min":7 }, "IpAddressCount":{"type":"integer"}, "IpAddressRequest":{ "type":"structure", "required":["SubnetId"], "members":{ "SubnetId":{ "shape":"SubnetId", "documentation":"

The ID of the subnet that contains the IP address.

" }, "Ip":{ "shape":"Ip", "documentation":"

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

", "box":true } }, "documentation":"

In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest also includes the ID of the subnet that contains the IP address.

" }, "IpAddressResponse":{ "type":"structure", "members":{ "IpId":{ "shape":"ResourceId", "documentation":"

The ID of one IP address.

" }, "SubnetId":{ "shape":"SubnetId", "documentation":"

The ID of one subnet.

" }, "Ip":{ "shape":"Ip", "documentation":"

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

" }, "Status":{ "shape":"IpAddressStatus", "documentation":"

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

" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"

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

" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" } }, "documentation":"

In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

" }, "IpAddressStatus":{ "type":"string", "enum":[ "CREATING", "FAILED_CREATION", "ATTACHING", "ATTACHED", "REMAP_DETACHING", "REMAP_ATTACHING", "DETACHING", "FAILED_RESOURCE_GONE", "DELETING", "DELETE_FAILED_FAS_EXPIRED" ] }, "IpAddressUpdate":{ "type":"structure", "members":{ "IpId":{ "shape":"ResourceId", "documentation":"

Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

", "box":true }, "SubnetId":{ "shape":"SubnetId", "documentation":"

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

", "box":true }, "Ip":{ "shape":"Ip", "documentation":"

The new IP address.

", "box":true } }, "documentation":"

In an UpdateResolverEndpoint request, information about an IP address to update.

" }, "IpAddressesRequest":{ "type":"list", "member":{"shape":"IpAddressRequest"}, "max":10, "min":1 }, "IpAddressesResponse":{ "type":"list", "member":{"shape":"IpAddressResponse"} }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"

For a LimitExceededException error, the type of resource that exceeded the current limit.

" } }, "documentation":"

The request caused one or more limits to be exceeded.

", "exception":true }, "ListResolverDnssecConfigsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

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.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

(Optional) If the current AWS 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.

", "box":true }, "Filters":{ "shape":"Filters", "documentation":"

An optional specification to return a subset of objects.

", "box":true } } }, "ListResolverDnssecConfigsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

If a response includes the last of the DNSSEC configurations that are associated with the current AWS 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.

" }, "ResolverDnssecConfigs":{ "shape":"ResolverDnssecConfigList", "documentation":"

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

" } } }, "ListResolverEndpointIpAddressesRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults, Resolver returns up to 100 IP addresses.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true } } }, "ListResolverEndpointIpAddressesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The value that you specified for MaxResults in the request.

" }, "IpAddresses":{ "shape":"IpAddressesResponse", "documentation":"

Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).

" } } }, "ListResolverEndpointsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints request. If you don't specify a value for MaxResults, Resolver returns up to 100 Resolver endpoints.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true }, "Filters":{ "shape":"Filters", "documentation":"

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.

", "box":true } } }, "ListResolverEndpointsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The value that you specified for MaxResults in the request.

" }, "ResolverEndpoints":{ "shape":"ResolverEndpoints", "documentation":"

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

" } } }, "ListResolverQueryLogConfigAssociationsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of query logging associations that you want to return in the response to a ListResolverQueryLogConfigAssociations request. If you don't specify a value for MaxResults, Resolver returns up to 100 query logging associations.

" }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "Filters":{ "shape":"Filters", "documentation":"

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.

" }, "SortBy":{ "shape":"SortByKey", "documentation":"

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:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

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.

" } } }, "ListResolverQueryLogConfigAssociationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "TotalCount":{ "shape":"Count", "documentation":"

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.

" }, "TotalFilteredCount":{ "shape":"Count", "documentation":"

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.

" }, "ResolverQueryLogConfigAssociations":{ "shape":"ResolverQueryLogConfigAssociationList", "documentation":"

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

" } } }, "ListResolverQueryLogConfigsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

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.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true }, "Filters":{ "shape":"Filters", "documentation":"

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.

", "box":true }, "SortBy":{ "shape":"SortByKey", "documentation":"

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:

" }, "SortOrder":{ "shape":"SortOrder", "documentation":"

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.

" } } }, "ListResolverQueryLogConfigsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "TotalCount":{ "shape":"Count", "documentation":"

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.

" }, "TotalFilteredCount":{ "shape":"Count", "documentation":"

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.

" }, "ResolverQueryLogConfigs":{ "shape":"ResolverQueryLogConfigList", "documentation":"

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

" } } }, "ListResolverRuleAssociationsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

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.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true }, "Filters":{ "shape":"Filters", "documentation":"

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.

", "box":true } } }, "ListResolverRuleAssociationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The value that you specified for MaxResults in the request.

" }, "ResolverRuleAssociations":{ "shape":"ResolverRuleAssociations", "documentation":"

The associations that were created between Resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.

" } } }, "ListResolverRulesRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of Resolver rules that you want to return in the response to a ListResolverRules request. If you don't specify a value for MaxResults, Resolver returns up to 100 Resolver rules.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true }, "Filters":{ "shape":"Filters", "documentation":"

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.

", "box":true } } }, "ListResolverRulesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"

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.

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The value that you specified for MaxResults in the request.

" }, "ResolverRules":{ "shape":"ResolverRules", "documentation":"

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

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["ResourceArn"], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

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

" }, "MaxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don't specify a value for MaxResults, Resolver returns up to 100 tags.

", "box":true }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

", "box":true } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagList", "documentation":"

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

" }, "NextToken":{ "shape":"NextToken", "documentation":"

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.

" } } }, "MaxResults":{ "type":"integer", "max":100, "min":1 }, "Name":{ "type":"string", "max":64, "pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)" }, "NextToken":{"type":"string"}, "Port":{ "type":"integer", "max":65535, "min":0 }, "PutResolverQueryLogConfigPolicyRequest":{ "type":"structure", "required":[ "Arn", "ResolverQueryLogConfigPolicy" ], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "ResolverQueryLogConfigPolicy":{ "shape":"ResolverQueryLogConfigPolicy", "documentation":"

An AWS Identity and Access Management policy statement that lists the query logging configurations that you want to share with another AWS 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:

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":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"

Whether the PutResolverQueryLogConfigPolicy request was successful.

" } }, "documentation":"

The response to a PutResolverQueryLogConfigPolicy request.

" }, "PutResolverRulePolicyRequest":{ "type":"structure", "required":[ "Arn", "ResolverRulePolicy" ], "members":{ "Arn":{ "shape":"Arn", "documentation":"

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

" }, "ResolverRulePolicy":{ "shape":"ResolverRulePolicy", "documentation":"

An AWS Identity and Access Management policy statement that lists the rules that you want to share with another AWS 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:

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":{ "type":"structure", "members":{ "ReturnValue":{ "shape":"Boolean", "documentation":"

Whether the PutResolverRulePolicy request was successful.

" } }, "documentation":"

The response to a PutResolverRulePolicy request.

" }, "ResolverDNSSECValidationStatus":{ "type":"string", "enum":[ "ENABLING", "ENABLED", "DISABLING", "DISABLED" ] }, "ResolverDnssecConfig":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID for a configuration for DNSSEC validation.

" }, "OwnerId":{ "shape":"AccountId", "documentation":"

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

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

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

" }, "ValidationStatus":{ "shape":"ResolverDNSSECValidationStatus", "documentation":"

The validation status for a DNSSEC configuration. The status can be one of the following:

" } }, "documentation":"

A complex type that contains information about a configuration for DNSSEC validation.

" }, "ResolverDnssecConfigList":{ "type":"list", "member":{"shape":"ResolverDnssecConfig"} }, "ResolverEndpoint":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the Resolver endpoint.

" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of executing the operation twice.

" }, "Arn":{ "shape":"Arn", "documentation":"

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

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"

The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.

" }, "Direction":{ "shape":"ResolverEndpointDirection", "documentation":"

Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

" }, "IpAddressCount":{ "shape":"IpAddressCount", "documentation":"

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

" }, "HostVPCId":{ "shape":"ResourceId", "documentation":"

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

" }, "Status":{ "shape":"ResolverEndpointStatus", "documentation":"

A code that specifies the current status of the Resolver endpoint. Valid values include the following:

" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"

A detailed description of the status of the Resolver endpoint.

" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" } }, "documentation":"

In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, ListResolverEndpoints, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.

" }, "ResolverEndpointDirection":{ "type":"string", "enum":[ "INBOUND", "OUTBOUND" ] }, "ResolverEndpointStatus":{ "type":"string", "enum":[ "CREATING", "OPERATIONAL", "UPDATING", "AUTO_RECOVERING", "ACTION_NEEDED", "DELETING" ] }, "ResolverEndpoints":{ "type":"list", "member":{"shape":"ResolverEndpoint"} }, "ResolverQueryLogConfig":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID for the query logging configuration.

" }, "OwnerId":{ "shape":"AccountId", "documentation":"

The AWS account ID for the account that created the query logging configuration.

" }, "Status":{ "shape":"ResolverQueryLogConfigStatus", "documentation":"

The status of the specified query logging configuration. Valid values include the following:

" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"

An indication of whether the query logging configuration is shared with other AWS accounts, or was shared with the current account by another AWS account. Sharing is configured through AWS Resource Access Manager (AWS RAM).

" }, "AssociationCount":{ "shape":"Count", "documentation":"

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

" }, "Arn":{ "shape":"Arn", "documentation":"

The ARN for the query logging configuration.

" }, "Name":{ "shape":"ResolverQueryLogConfigName", "documentation":"

The name of the query logging configuration.

" }, "DestinationArn":{ "shape":"DestinationArn", "documentation":"

The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.

" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that identifies the request that created the query logging configuration. The CreatorRequestId allows failed requests to be retried without the risk of executing the operation twice.

" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" } }, "documentation":"

In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.

" }, "ResolverQueryLogConfigAssociation":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

The ID of the query logging association.

" }, "ResolverQueryLogConfigId":{ "shape":"ResourceId", "documentation":"

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

" }, "ResourceId":{ "shape":"ResourceId", "documentation":"

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

" }, "Status":{ "shape":"ResolverQueryLogConfigAssociationStatus", "documentation":"

The status of the specified query logging association. Valid values include the following:

" }, "Error":{ "shape":"ResolverQueryLogConfigAssociationError", "documentation":"

If the value of Status is FAILED, the value of Error indicates the cause:

If the value of Status is a value other than FAILED, Error is null.

" }, "ErrorMessage":{ "shape":"ResolverQueryLogConfigAssociationErrorMessage", "documentation":"

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

" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" } }, "documentation":"

In the response to an AssociateResolverQueryLogConfig, DisassociateResolverQueryLogConfig, GetResolverQueryLogConfigAssociation, or ListResolverQueryLogConfigAssociations, request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.

" }, "ResolverQueryLogConfigAssociationError":{ "type":"string", "enum":[ "NONE", "DESTINATION_NOT_FOUND", "ACCESS_DENIED", "INTERNAL_SERVICE_ERROR" ] }, "ResolverQueryLogConfigAssociationErrorMessage":{"type":"string"}, "ResolverQueryLogConfigAssociationList":{ "type":"list", "member":{"shape":"ResolverQueryLogConfigAssociation"} }, "ResolverQueryLogConfigAssociationStatus":{ "type":"string", "enum":[ "CREATING", "ACTIVE", "ACTION_NEEDED", "DELETING", "FAILED" ] }, "ResolverQueryLogConfigList":{ "type":"list", "member":{"shape":"ResolverQueryLogConfig"} }, "ResolverQueryLogConfigName":{ "type":"string", "max":64, "min":1, "pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)" }, "ResolverQueryLogConfigPolicy":{ "type":"string", "max":5000 }, "ResolverQueryLogConfigStatus":{ "type":"string", "enum":[ "CREATING", "CREATED", "DELETING", "FAILED" ] }, "ResolverRule":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

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

" }, "CreatorRequestId":{ "shape":"CreatorRequestId", "documentation":"

A unique string that you specified when you created the Resolver rule. CreatorRequestId identifies the request and allows failed requests to be retried without the risk of executing the operation twice.

" }, "Arn":{ "shape":"Arn", "documentation":"

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

" }, "DomainName":{ "shape":"DomainName", "documentation":"

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

" }, "Status":{ "shape":"ResolverRuleStatus", "documentation":"

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

" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"

A detailed description of the status of a Resolver rule.

" }, "RuleType":{ "shape":"RuleTypeOption", "documentation":"

When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD.

When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM.

For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD for RuleType. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM for RuleType.

Currently, only Resolver can create rules that have a value of RECURSIVE for RuleType.

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "TargetIps":{ "shape":"TargetList", "documentation":"

An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.

" }, "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" }, "OwnerId":{ "shape":"AccountId", "documentation":"

When a rule is shared with another AWS account, the account ID of the account that the rule is shared with.

" }, "ShareStatus":{ "shape":"ShareStatus", "documentation":"

Whether the rules is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account.

" }, "CreationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" }, "ModificationTime":{ "shape":"Rfc3339TimeString", "documentation":"

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

" } }, "documentation":"

For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries out of the VPC. The ResolverRule parameter appears in the response to a CreateResolverRule, DeleteResolverRule, GetResolverRule, ListResolverRules, or UpdateResolverRule request.

" }, "ResolverRuleAssociation":{ "type":"structure", "members":{ "Id":{ "shape":"ResourceId", "documentation":"

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

" }, "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" }, "Name":{ "shape":"Name", "documentation":"

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

" }, "VPCId":{ "shape":"ResourceId", "documentation":"

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

" }, "Status":{ "shape":"ResolverRuleAssociationStatus", "documentation":"

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

" }, "StatusMessage":{ "shape":"StatusMessage", "documentation":"

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

" } }, "documentation":"

In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.

" }, "ResolverRuleAssociationStatus":{ "type":"string", "enum":[ "CREATING", "COMPLETE", "DELETING", "FAILED", "OVERRIDDEN" ] }, "ResolverRuleAssociations":{ "type":"list", "member":{"shape":"ResolverRuleAssociation"} }, "ResolverRuleConfig":{ "type":"structure", "members":{ "Name":{ "shape":"Name", "documentation":"

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

" }, "TargetIps":{ "shape":"TargetList", "documentation":"

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

" }, "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps.

" } }, "documentation":"

In an UpdateResolverRule request, information about the changes that you want to make.

" }, "ResolverRulePolicy":{ "type":"string", "max":5000 }, "ResolverRuleStatus":{ "type":"string", "enum":[ "COMPLETE", "DELETING", "UPDATING", "FAILED" ] }, "ResolverRules":{ "type":"list", "member":{"shape":"ResolverRule"} }, "ResourceExistsException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"

For a ResourceExistsException error, the type of resource that the error applies to.

" } }, "documentation":"

The resource that you tried to create already exists.

", "exception":true }, "ResourceId":{ "type":"string", "max":64, "min":1 }, "ResourceInUseException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"

For a ResourceInUseException error, the type of resource that is currently in use.

" } }, "documentation":"

The resource that you tried to update or delete is currently in use.

", "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"

For a ResourceNotFoundException error, the type of resource that doesn't exist.

" } }, "documentation":"

The specified resource doesn't exist.

", "exception":true }, "ResourceUnavailableException":{ "type":"structure", "members":{ "Message":{"shape":"String"}, "ResourceType":{ "shape":"String", "documentation":"

For a ResourceUnavailableException error, the type of resource that isn't available.

" } }, "documentation":"

The specified resource isn't available.

", "exception":true }, "Rfc3339TimeString":{ "type":"string", "max":40, "min":20 }, "RuleTypeOption":{ "type":"string", "enum":[ "FORWARD", "SYSTEM", "RECURSIVE" ] }, "SecurityGroupIds":{ "type":"list", "member":{"shape":"ResourceId"} }, "ShareStatus":{ "type":"string", "enum":[ "NOT_SHARED", "SHARED_WITH_ME", "SHARED_BY_ME" ] }, "SortByKey":{ "type":"string", "max":64, "min":1 }, "SortOrder":{ "type":"string", "enum":[ "ASCENDING", "DESCENDING" ] }, "StatusMessage":{ "type":"string", "max":255 }, "String":{"type":"string"}, "SubnetId":{ "type":"string", "max":32, "min":1 }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of Key might be account-id.

" }, "Value":{ "shape":"TagValue", "documentation":"

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.

" } }, "documentation":"

One tag that you want to add to the specified resource. A tag consists of a Key (a name for the tag) and a Value.

" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":200 }, "TagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "Tags" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

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:

" }, "Tags":{ "shape":"TagList", "documentation":"

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

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "TargetAddress":{ "type":"structure", "required":["Ip"], "members":{ "Ip":{ "shape":"Ip", "documentation":"

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

" }, "Port":{ "shape":"Port", "documentation":"

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

", "box":true } }, "documentation":"

In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.

" }, "TargetList":{ "type":"list", "member":{"shape":"TargetAddress"}, "min":1 }, "ThrottlingException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The request was throttled. Try again in a few minutes.

", "exception":true }, "UnknownResourceException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The specified resource doesn't exist.

", "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "ResourceArn", "TagKeys" ], "members":{ "ResourceArn":{ "shape":"Arn", "documentation":"

The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable Get or List command:

" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

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

" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateResolverDnssecConfigRequest":{ "type":"structure", "required":[ "ResourceId", "Validation" ], "members":{ "ResourceId":{ "shape":"ResourceId", "documentation":"

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

" }, "Validation":{ "shape":"Validation", "documentation":"

The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.

" } } }, "UpdateResolverDnssecConfigResponse":{ "type":"structure", "members":{ "ResolverDNSSECConfig":{ "shape":"ResolverDnssecConfig", "documentation":"

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

" } } }, "UpdateResolverEndpointRequest":{ "type":"structure", "required":["ResolverEndpointId"], "members":{ "ResolverEndpointId":{ "shape":"ResourceId", "documentation":"

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

" }, "Name":{ "shape":"Name", "documentation":"

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

", "box":true } } }, "UpdateResolverEndpointResponse":{ "type":"structure", "members":{ "ResolverEndpoint":{ "shape":"ResolverEndpoint", "documentation":"

The response to an UpdateResolverEndpoint request.

" } } }, "UpdateResolverRuleRequest":{ "type":"structure", "required":[ "ResolverRuleId", "Config" ], "members":{ "ResolverRuleId":{ "shape":"ResourceId", "documentation":"

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

" }, "Config":{ "shape":"ResolverRuleConfig", "documentation":"

The new settings for the Resolver rule.

" } } }, "UpdateResolverRuleResponse":{ "type":"structure", "members":{ "ResolverRule":{ "shape":"ResolverRule", "documentation":"

The response to an UpdateResolverRule request.

" } } }, "Validation":{ "type":"string", "enum":[ "ENABLE", "DISABLE" ] } }, "documentation":"

When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names such as domain names for EC2 instances or ELB load balancers. Resolver performs recursive lookups against public name servers for all other domain names.

You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:

Forward DNS queries from resolvers on your network to Route 53 Resolver

DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers to easily resolve domain names for AWS resources such as EC2 instances or records in a Route 53 private hosted zone. For more information, see How DNS Resolvers on Your Network Forward DNS Queries to Route 53 Resolver in the Amazon Route 53 Developer Guide.

Conditionally forward queries from a VPC to resolvers on your network

You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see How Route 53 Resolver Forwards DNS Queries from Your VPCs to Your Network in the Amazon Route 53 Developer Guide.

Like Amazon VPC, Resolver is regional. In each region where you have VPCs, you can choose whether to forward queries from your VPCs to your network (outbound queries), from your network to your VPCs (inbound queries), or both.

" }