'2.0', 'service' => '

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

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

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

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

Conditionally forward queries from a VPC to resolvers on your network

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

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

', 'operations' => [ 'AssociateFirewallRuleGroup' => '

Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.

', 'AssociateResolverEndpointIpAddress' => '

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' => '

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' => '

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

', 'CreateFirewallDomainList' => '

Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.

', 'CreateFirewallRule' => '

Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.

', 'CreateFirewallRuleGroup' => '

Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.

', 'CreateOutpostResolver' => '

Creates an Route 53 Resolver on an Outpost.

', 'CreateResolverEndpoint' => '

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

', 'CreateResolverQueryLogConfig' => '

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

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

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

', 'CreateResolverRule' => '

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

', 'DeleteFirewallDomainList' => '

Deletes the specified domain list.

', 'DeleteFirewallRule' => '

Deletes the specified firewall rule.

', 'DeleteFirewallRuleGroup' => '

Deletes the specified firewall rule group.

', 'DeleteOutpostResolver' => '

Deletes a Resolver on the Outpost.

', 'DeleteResolverEndpoint' => '

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

', 'DeleteResolverQueryLogConfig' => '

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

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

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

', 'DeleteResolverRule' => '

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

', 'DisassociateFirewallRuleGroup' => '

Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.

', 'DisassociateResolverEndpointIpAddress' => '

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' => '

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' => '

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.

', 'GetFirewallConfig' => '

Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

', 'GetFirewallDomainList' => '

Retrieves the specified firewall domain list.

', 'GetFirewallRuleGroup' => '

Retrieves the specified firewall rule group.

', 'GetFirewallRuleGroupAssociation' => '

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.

', 'GetFirewallRuleGroupPolicy' => '

Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).

', 'GetOutpostResolver' => '

Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.

', 'GetResolverConfig' => '

Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.

', 'GetResolverDnssecConfig' => '

Gets DNSSEC validation information for a specified resource.

', 'GetResolverEndpoint' => '

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' => '

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' => '

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' => '

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

', 'GetResolverRule' => '

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' => '

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

', 'GetResolverRulePolicy' => '

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

', 'ImportFirewallDomains' => '

Imports domain names from a file into a domain list, for use in a DNS firewall rule group.

Each domain specification in your domain list must satisfy the following requirements:

', 'ListFirewallConfigs' => '

Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.

A single call might return only a partial list of the configurations. For information, see MaxResults.

', 'ListFirewallDomainLists' => '

Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.

A single call to this list operation might return only a partial list of the domain lists. For information, see MaxResults.

', 'ListFirewallDomains' => '

Retrieves the domains that you have defined for the specified firewall domain list.

A single call might return only a partial list of the domains. For information, see MaxResults.

', 'ListFirewallRuleGroupAssociations' => '

Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.

A single call might return only a partial list of the associations. For information, see MaxResults.

', 'ListFirewallRuleGroups' => '

Retrieves the minimal high-level information for the rule groups that you have defined.

A single call might return only a partial list of the rule groups. For information, see MaxResults.

', 'ListFirewallRules' => '

Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.

A single call might return only a partial list of the rules. For information, see MaxResults.

', 'ListOutpostResolvers' => '

Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.

', 'ListResolverConfigs' => '

Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.

', 'ListResolverDnssecConfigs' => '

Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.

', 'ListResolverEndpointIpAddresses' => '

Gets the IP addresses for a specified Resolver endpoint.

', 'ListResolverEndpoints' => '

Lists all the Resolver endpoints that were created using the current Amazon Web Services account.

', 'ListResolverQueryLogConfigAssociations' => '

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

', 'ListResolverQueryLogConfigs' => '

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' => '

Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.

', 'ListResolverRules' => '

Lists the Resolver rules that were created using the current Amazon Web Services account.

', 'ListTagsForResource' => '

Lists the tags that you associated with the specified resource.

', 'PutFirewallRuleGroupPolicy' => '

Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).

', 'PutResolverQueryLogConfigPolicy' => '

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

', 'PutResolverRulePolicy' => '

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

', 'TagResource' => '

Adds one or more tags to a specified resource.

', 'UntagResource' => '

Removes one or more tags from a specified resource.

', 'UpdateFirewallConfig' => '

Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

', 'UpdateFirewallDomains' => '

Updates the firewall domain list from an array of domain specifications.

', 'UpdateFirewallRule' => '

Updates the specified firewall rule.

', 'UpdateFirewallRuleGroupAssociation' => '

Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.

', 'UpdateOutpostResolver' => '

You can use UpdateOutpostResolver to update the instance count, type, or name of a Resolver on an Outpost.

', 'UpdateResolverConfig' => '

Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.

', 'UpdateResolverDnssecConfig' => '

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

', 'UpdateResolverEndpoint' => '

Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can\'t be updated to other type.

', 'UpdateResolverRule' => '

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' => [ 'base' => '

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

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'FirewallConfig$OwnerId' => '

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

', 'FirewallRuleGroup$OwnerId' => '

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$OwnerId' => '

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.

', 'ResolverConfig$OwnerId' => '

The owner account ID of the Amazon Virtual Private Cloud VPC.

', 'ResolverDnssecConfig$OwnerId' => '

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

', 'ResolverQueryLogConfig$OwnerId' => '

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

', 'ResolverRule$OwnerId' => '

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

', ], ], 'Action' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$Action' => '

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:

', 'FirewallRule$Action' => '

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:

', 'ListFirewallRulesRequest$Action' => '

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:

', 'UpdateFirewallRuleRequest$Action' => '

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$Arn' => '

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

', 'FirewallDomainListMetadata$Arn' => '

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

', 'FirewallRuleGroup$Arn' => '

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

', 'FirewallRuleGroupAssociation$Arn' => '

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

', 'FirewallRuleGroupMetadata$Arn' => '

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

', 'GetFirewallRuleGroupPolicyRequest$Arn' => '

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

', 'GetResolverQueryLogConfigPolicyRequest$Arn' => '

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

', 'GetResolverRulePolicyRequest$Arn' => '

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

', 'ListTagsForResourceRequest$ResourceArn' => '

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

', 'OutpostResolver$Arn' => '

The ARN (Amazon Resource Name) for the Resolver on an Outpost.

', 'PutFirewallRuleGroupPolicyRequest$Arn' => '

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

', 'PutResolverQueryLogConfigPolicyRequest$Arn' => '

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

', 'PutResolverRulePolicyRequest$Arn' => '

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

', 'ResolverEndpoint$Arn' => '

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

', 'ResolverQueryLogConfig$Arn' => '

The ARN for the query logging configuration.

', 'ResolverRule$Arn' => '

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

', 'TagResourceRequest$ResourceArn' => '

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:

', 'UntagResourceRequest$ResourceArn' => '

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:

', ], ], 'AssociateFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverEndpointIpAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverEndpointIpAddressResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'AutodefinedReverseFlag' => [ 'base' => NULL, 'refs' => [ 'UpdateResolverConfigRequest$AutodefinedReverseFlag' => '

Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.

We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.

It can take some time for the status change to be completed.

', ], ], 'BlockOverrideDnsType' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$BlockOverrideDnsType' => '

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.

', 'FirewallRule$BlockOverrideDnsType' => '

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.

', 'UpdateFirewallRuleRequest$BlockOverrideDnsType' => '

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.

', ], ], 'BlockOverrideDomain' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$BlockOverrideDomain' => '

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.

', 'FirewallRule$BlockOverrideDomain' => '

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

', 'UpdateFirewallRuleRequest$BlockOverrideDomain' => '

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

', ], ], 'BlockOverrideTtl' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$BlockOverrideTtl' => '

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.

', 'UpdateFirewallRuleRequest$BlockOverrideTtl' => '

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.

', ], ], 'BlockResponse' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$BlockResponse' => '

The way that you want DNS Firewall to block the request, used with the rule action setting BLOCK.

This setting is required if the rule action setting is BLOCK.

', 'FirewallRule$BlockResponse' => '

The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.

', 'UpdateFirewallRuleRequest$BlockResponse' => '

The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'PutFirewallRuleGroupPolicyResponse$ReturnValue' => '

', 'PutResolverQueryLogConfigPolicyResponse$ReturnValue' => '

Whether the PutResolverQueryLogConfigPolicy request was successful.

', 'PutResolverRulePolicyResponse$ReturnValue' => '

Whether the PutResolverRulePolicy request was successful.

', ], ], 'ConflictException' => [ 'base' => '

The requested state transition isn\'t valid. For example, you can\'t delete a firewall domain list if it is in the process of being deleted, or you can\'t import domains into a domain list that is in the process of being deleted.

', 'refs' => [], ], 'Count' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsResponse$TotalCount' => '

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$TotalFilteredCount' => '

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.

', 'ListResolverQueryLogConfigsResponse$TotalCount' => '

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$TotalFilteredCount' => '

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.

', 'ResolverQueryLogConfig$AssociationCount' => '

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

', ], ], 'CreateFirewallDomainListRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallDomainListResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatorRequestId' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$CreatorRequestId' => '

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.

', 'CreateFirewallDomainListRequest$CreatorRequestId' => '

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.

', 'CreateFirewallRuleGroupRequest$CreatorRequestId' => '

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.

', 'CreateFirewallRuleRequest$CreatorRequestId' => '

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.

', 'CreateOutpostResolverRequest$CreatorRequestId' => '

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.

', 'CreateResolverEndpointRequest$CreatorRequestId' => '

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.

', 'CreateResolverQueryLogConfigRequest$CreatorRequestId' => '

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.

', 'CreateResolverRuleRequest$CreatorRequestId' => '

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.

', 'FirewallDomainList$CreatorRequestId' => '

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$CreatorRequestId' => '

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.

', 'FirewallRule$CreatorRequestId' => '

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.

', 'FirewallRuleGroup$CreatorRequestId' => '

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$CreatorRequestId' => '

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$CreatorRequestId' => '

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.

', 'OutpostResolver$CreatorRequestId' => '

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$CreatorRequestId' => '

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.

', 'ResolverQueryLogConfig$CreatorRequestId' => '

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.

', 'ResolverRule$CreatorRequestId' => '

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.

', ], ], 'DeleteFirewallDomainListRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFirewallDomainListResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFirewallRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFirewallRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DestinationArn' => [ 'base' => NULL, 'refs' => [ 'CreateResolverQueryLogConfigRequest$DestinationArn' => '

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:

', 'ResolverQueryLogConfig$DestinationArn' => '

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.

', ], ], 'DisassociateFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverEndpointIpAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverEndpointIpAddressResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DomainListFileUrl' => [ 'base' => NULL, 'refs' => [ 'ImportFirewallDomainsRequest$DomainFileUrl' => '

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.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$DomainName' => '

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

', 'ResolverRule$DomainName' => '

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

', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'InternalServiceErrorException$Message' => NULL, 'InvalidParameterException$Message' => NULL, 'InvalidPolicyDocument$Message' => NULL, 'InvalidRequestException$Message' => NULL, 'InvalidTagException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'UnknownResourceException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'Filter' => [ 'base' => '

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.

', 'refs' => [ 'Filters$member' => NULL, ], ], 'FilterName' => [ 'base' => NULL, 'refs' => [ 'Filter$Name' => '

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:

', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'FilterValues$member' => NULL, ], ], 'FilterValues' => [ 'base' => NULL, 'refs' => [ 'Filter$Values' => '

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.

', ], ], 'Filters' => [ 'base' => NULL, 'refs' => [ 'ListResolverDnssecConfigsRequest$Filters' => '

An optional specification to return a subset of objects.

', 'ListResolverEndpointsRequest$Filters' => '

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.

', 'ListResolverQueryLogConfigAssociationsRequest$Filters' => '

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.

', 'ListResolverQueryLogConfigsRequest$Filters' => '

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.

', 'ListResolverRuleAssociationsRequest$Filters' => '

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.

', 'ListResolverRulesRequest$Filters' => '

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.

', ], ], 'FirewallConfig' => [ 'base' => '

Configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

', 'refs' => [ 'FirewallConfigList$member' => NULL, 'GetFirewallConfigResponse$FirewallConfig' => '

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

', 'UpdateFirewallConfigResponse$FirewallConfig' => '

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

', ], ], 'FirewallConfigList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallConfigsResponse$FirewallConfigs' => '

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

', ], ], 'FirewallDomainImportOperation' => [ 'base' => NULL, 'refs' => [ 'ImportFirewallDomainsRequest$Operation' => '

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.

', ], ], 'FirewallDomainList' => [ 'base' => '

High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.

To retrieve the domains that are defined for this domain list, call ListFirewallDomains.

', 'refs' => [ 'CreateFirewallDomainListResponse$FirewallDomainList' => '

The domain list that you just created.

', 'DeleteFirewallDomainListResponse$FirewallDomainList' => '

The domain list that you just deleted.

', 'GetFirewallDomainListResponse$FirewallDomainList' => '

The domain list that you requested.

', ], ], 'FirewallDomainListMetadata' => [ 'base' => '

Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.

To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.

', 'refs' => [ 'FirewallDomainListMetadataList$member' => NULL, ], ], 'FirewallDomainListMetadataList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainListsResponse$FirewallDomainLists' => '

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.

', ], ], 'FirewallDomainListStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$Status' => '

The status of the domain list.

', 'ImportFirewallDomainsResponse$Status' => '

Status of the import request.

', 'UpdateFirewallDomainsResponse$Status' => '

Status of the UpdateFirewallDomains request.

', ], ], 'FirewallDomainName' => [ 'base' => NULL, 'refs' => [ 'FirewallDomains$member' => NULL, ], ], 'FirewallDomainUpdateOperation' => [ 'base' => NULL, 'refs' => [ 'UpdateFirewallDomainsRequest$Operation' => '

What you want DNS Firewall to do with the domains that you are providing:

', ], ], 'FirewallDomains' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainsResponse$Domains' => '

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.

', 'UpdateFirewallDomainsRequest$Domains' => '

A list of domains to use in the update operation.

There is a limit of 1000 domains per request.

Each domain specification in your domain list must satisfy the following requirements:

', ], ], 'FirewallFailOpenStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallConfig$FirewallFailOpen' => '

Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.

This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.

', 'UpdateFirewallConfigRequest$FirewallFailOpen' => '

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.

This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.

', ], ], 'FirewallRule' => [ 'base' => '

A single firewall rule in a rule group.

', 'refs' => [ 'CreateFirewallRuleResponse$FirewallRule' => '

The firewall rule that you just created.

', 'DeleteFirewallRuleResponse$FirewallRule' => '

The specification for the firewall rule that you just deleted.

', 'FirewallRules$member' => NULL, 'UpdateFirewallRuleResponse$FirewallRule' => '

The firewall rule that you just updated.

', ], ], 'FirewallRuleGroup' => [ 'base' => '

High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call ListFirewallRules.

', 'refs' => [ 'CreateFirewallRuleGroupResponse$FirewallRuleGroup' => '

A collection of rules used to filter DNS network traffic.

', 'DeleteFirewallRuleGroupResponse$FirewallRuleGroup' => '

A collection of rules used to filter DNS network traffic.

', 'GetFirewallRuleGroupResponse$FirewallRuleGroup' => '

A collection of rules used to filter DNS network traffic.

', ], ], 'FirewallRuleGroupAssociation' => [ 'base' => '

An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.

', 'refs' => [ 'AssociateFirewallRuleGroupResponse$FirewallRuleGroupAssociation' => '

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.

', 'DisassociateFirewallRuleGroupResponse$FirewallRuleGroupAssociation' => '

The firewall rule group association that you just removed.

', 'FirewallRuleGroupAssociations$member' => NULL, 'GetFirewallRuleGroupAssociationResponse$FirewallRuleGroupAssociation' => '

The association that you requested.

', 'UpdateFirewallRuleGroupAssociationResponse$FirewallRuleGroupAssociation' => '

The association that you just updated.

', ], ], 'FirewallRuleGroupAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroupAssociation$Status' => '

The current status of the association.

', 'ListFirewallRuleGroupAssociationsRequest$Status' => '

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.

', ], ], 'FirewallRuleGroupAssociations' => [ 'base' => NULL, 'refs' => [ 'ListFirewallRuleGroupAssociationsResponse$FirewallRuleGroupAssociations' => '

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.

', ], ], 'FirewallRuleGroupMetadata' => [ 'base' => '

Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.

To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.

', 'refs' => [ 'FirewallRuleGroupMetadataList$member' => NULL, ], ], 'FirewallRuleGroupMetadataList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallRuleGroupsResponse$FirewallRuleGroups' => '

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.

', ], ], 'FirewallRuleGroupPolicy' => [ 'base' => NULL, 'refs' => [ 'GetFirewallRuleGroupPolicyResponse$FirewallRuleGroupPolicy' => '

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

', 'PutFirewallRuleGroupPolicyRequest$FirewallRuleGroupPolicy' => '

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

', ], ], 'FirewallRuleGroupStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroup$Status' => '

The status of the domain list.

', ], ], 'FirewallRules' => [ 'base' => NULL, 'refs' => [ 'ListFirewallRulesResponse$FirewallRules' => '

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.

', ], ], 'GetFirewallConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallDomainListRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallDomainListResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverDnssecConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverDnssecConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRuleAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRuleAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRulePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRulePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'ImportFirewallDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportFirewallDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'InstanceCount' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$InstanceCount' => '

Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.

', 'OutpostResolver$InstanceCount' => '

Amazon EC2 instance count for the Resolver on the Outpost.

', 'UpdateOutpostResolverRequest$InstanceCount' => '

The Amazon EC2 instance count for a Resolver on the Outpost.

', ], ], 'InternalServiceErrorException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidParameterException' => [ 'base' => '

One or more parameters in this request are not valid.

', 'refs' => [], ], 'InvalidPolicyDocument' => [ 'base' => '

The specified Resolver rule policy is invalid.

', 'refs' => [], ], 'InvalidRequestException' => [ 'base' => '

The request is invalid.

', 'refs' => [], ], 'InvalidTagException' => [ 'base' => '

The specified tag is invalid.

', 'refs' => [], ], 'Ip' => [ 'base' => NULL, 'refs' => [ 'IpAddressRequest$Ip' => '

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

', 'IpAddressResponse$Ip' => '

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

', 'IpAddressUpdate$Ip' => '

The new IPv4 address.

', 'TargetAddress$Ip' => '

One IPv4 address that you want to forward DNS queries to.

', ], ], 'IpAddressCount' => [ 'base' => NULL, 'refs' => [ 'ResolverEndpoint$IpAddressCount' => '

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

', ], ], 'IpAddressRequest' => [ 'base' => '

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.

', 'refs' => [ 'IpAddressesRequest$member' => NULL, ], ], 'IpAddressResponse' => [ 'base' => '

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

', 'refs' => [ 'IpAddressesResponse$member' => NULL, ], ], 'IpAddressStatus' => [ 'base' => NULL, 'refs' => [ 'IpAddressResponse$Status' => '

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

', ], ], 'IpAddressUpdate' => [ 'base' => '

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

', 'refs' => [ 'AssociateResolverEndpointIpAddressRequest$IpAddress' => '

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.

', 'DisassociateResolverEndpointIpAddressRequest$IpAddress' => '

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

', ], ], 'IpAddressesRequest' => [ 'base' => NULL, 'refs' => [ 'CreateResolverEndpointRequest$IpAddresses' => '

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.

', ], ], 'IpAddressesResponse' => [ 'base' => NULL, 'refs' => [ 'ListResolverEndpointIpAddressesResponse$IpAddresses' => '

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

', ], ], 'Ipv6' => [ 'base' => NULL, 'refs' => [ 'IpAddressRequest$Ipv6' => '

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

', 'IpAddressResponse$Ipv6' => '

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

', 'IpAddressUpdate$Ipv6' => '

The new IPv6 address.

', 'TargetAddress$Ipv6' => '

One IPv6 address that you want to forward DNS queries to.

', 'UpdateIpAddress$Ipv6' => '

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

', ], ], 'LimitExceededException' => [ 'base' => '

The request caused one or more limits to be exceeded.

', 'refs' => [], ], 'ListDomainMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainsRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', ], ], 'ListFirewallConfigsMaxResult' => [ 'base' => NULL, 'refs' => [ 'ListFirewallConfigsRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', ], ], 'ListFirewallConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallDomainListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallDomainListsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRuleGroupAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRuleGroupAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRuleGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRuleGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFirewallRulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListOutpostResolversRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListOutpostResolversResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverConfigsMaxResult' => [ 'base' => NULL, 'refs' => [ 'ListResolverConfigsRequest$MaxResults' => '

The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don\'t specify a value for MaxResults, up to 100 Resolver configurations are returned.

', ], ], 'ListResolverConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverDnssecConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverDnssecConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverEndpointIpAddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverEndpointIpAddressesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverQueryLogConfigAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverQueryLogConfigAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverQueryLogConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverQueryLogConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverRuleAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverRuleAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResolverRulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainListsRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', 'ListFirewallRuleGroupAssociationsRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', 'ListFirewallRuleGroupsRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', 'ListFirewallRulesRequest$MaxResults' => '

The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

If you don\'t specify a value for MaxResults, Resolver returns up to 100 objects.

', 'ListOutpostResolversRequest$MaxResults' => '

The maximum number of Resolvers on the Outpost that you want to return in the response to a ListOutpostResolver request. If you don\'t specify a value for MaxResults, the request returns up to 100 Resolvers.

', 'ListResolverDnssecConfigsRequest$MaxResults' => '

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.

', 'ListResolverEndpointIpAddressesRequest$MaxResults' => '

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.

', 'ListResolverEndpointIpAddressesResponse$MaxResults' => '

The value that you specified for MaxResults in the request.

', 'ListResolverEndpointsRequest$MaxResults' => '

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$MaxResults' => '

The value that you specified for MaxResults in the request.

', 'ListResolverQueryLogConfigAssociationsRequest$MaxResults' => '

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.

', 'ListResolverQueryLogConfigsRequest$MaxResults' => '

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.

', 'ListResolverRuleAssociationsRequest$MaxResults' => '

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$MaxResults' => '

The value that you specified for MaxResults in the request.

', 'ListResolverRulesRequest$MaxResults' => '

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$MaxResults' => '

The value that you specified for MaxResults in the request.

', 'ListTagsForResourceRequest$MaxResults' => '

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.

', ], ], 'MutationProtectionStatus' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$MutationProtection' => '

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.

', 'FirewallRuleGroupAssociation$MutationProtection' => '

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

', 'UpdateFirewallRuleGroupAssociationRequest$MutationProtection' => '

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

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$Name' => '

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

', 'AssociateResolverRuleRequest$Name' => '

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

', 'CreateFirewallDomainListRequest$Name' => '

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

', 'CreateFirewallRuleGroupRequest$Name' => '

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

', 'CreateFirewallRuleRequest$Name' => '

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

', 'CreateResolverEndpointRequest$Name' => '

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

', 'CreateResolverRuleRequest$Name' => '

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

', 'FirewallDomainList$Name' => '

The name of the domain list.

', 'FirewallDomainListMetadata$Name' => '

The name of the domain list.

', 'FirewallRule$Name' => '

The name of the rule.

', 'FirewallRuleGroup$Name' => '

The name of the rule group.

', 'FirewallRuleGroupAssociation$Name' => '

The name of the association.

', 'FirewallRuleGroupMetadata$Name' => '

The name of the rule group.

', 'ImportFirewallDomainsResponse$Name' => '

The name of the domain list.

', 'ResolverEndpoint$Name' => '

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

', 'ResolverRule$Name' => '

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

', 'ResolverRuleAssociation$Name' => '

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

', 'ResolverRuleConfig$Name' => '

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

', 'UpdateFirewallDomainsResponse$Name' => '

The name of the domain list.

', 'UpdateFirewallRuleGroupAssociationRequest$Name' => '

The name of the rule group association.

', 'UpdateFirewallRuleRequest$Name' => '

The name of the rule.

', 'UpdateResolverEndpointRequest$Name' => '

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

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListFirewallConfigsRequest$NextToken' => '

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.

', 'ListFirewallConfigsResponse$NextToken' => '

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.

', 'ListFirewallDomainListsRequest$NextToken' => '

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.

', 'ListFirewallDomainListsResponse$NextToken' => '

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.

', 'ListFirewallDomainsRequest$NextToken' => '

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.

', 'ListFirewallDomainsResponse$NextToken' => '

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.

', 'ListFirewallRuleGroupAssociationsRequest$NextToken' => '

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.

', 'ListFirewallRuleGroupAssociationsResponse$NextToken' => '

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.

', 'ListFirewallRuleGroupsRequest$NextToken' => '

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.

', 'ListFirewallRuleGroupsResponse$NextToken' => '

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.

', 'ListFirewallRulesRequest$NextToken' => '

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.

', 'ListFirewallRulesResponse$NextToken' => '

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.

', 'ListOutpostResolversRequest$NextToken' => '

For the first ListOutpostResolver request, omit this value.

', 'ListOutpostResolversResponse$NextToken' => '

If more than MaxResults Resolvers match the specified criteria, you can submit another ListOutpostResolver request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

', 'ListResolverConfigsRequest$NextToken' => '

(Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

For the first ListResolverConfigs request, omit this value.

For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

', 'ListResolverConfigsResponse$NextToken' => '

If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn\'t appear in the response.

If a response doesn\'t include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.

', 'ListResolverDnssecConfigsRequest$NextToken' => '

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

', 'ListResolverDnssecConfigsResponse$NextToken' => '

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.

', 'ListResolverEndpointIpAddressesRequest$NextToken' => '

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.

', 'ListResolverEndpointIpAddressesResponse$NextToken' => '

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.

', 'ListResolverEndpointsRequest$NextToken' => '

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.

', 'ListResolverEndpointsResponse$NextToken' => '

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.

', 'ListResolverQueryLogConfigAssociationsRequest$NextToken' => '

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.

', 'ListResolverQueryLogConfigAssociationsResponse$NextToken' => '

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.

', 'ListResolverQueryLogConfigsRequest$NextToken' => '

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.

', 'ListResolverQueryLogConfigsResponse$NextToken' => '

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.

', 'ListResolverRuleAssociationsRequest$NextToken' => '

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.

', 'ListResolverRuleAssociationsResponse$NextToken' => '

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.

', 'ListResolverRulesRequest$NextToken' => '

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.

', 'ListResolverRulesResponse$NextToken' => '

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.

', 'ListTagsForResourceRequest$NextToken' => '

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.

', 'ListTagsForResourceResponse$NextToken' => '

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.

', ], ], 'OutpostArn' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType.

', 'CreateResolverEndpointRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType.

', 'ListOutpostResolversRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'OutpostResolver$OutpostArn' => '

The ARN (Amazon Resource Name) for the Outpost.

', 'ResolverEndpoint$OutpostArn' => '

The ARN (Amazon Resource Name) for the Outpost.

', ], ], 'OutpostInstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$PreferredInstanceType' => '

The Amazon EC2 instance type. If you specify this, you must also specify a value for the OutpostArn.

', 'CreateResolverEndpointRequest$PreferredInstanceType' => '

The instance type. If you specify this, you must also specify a value for the OutpostArn.

', 'OutpostResolver$PreferredInstanceType' => '

The Amazon EC2 instance type.

', 'ResolverEndpoint$PreferredInstanceType' => '

The Amazon EC2 instance type.

', 'UpdateOutpostResolverRequest$PreferredInstanceType' => '

Amazon EC2 instance type.

', ], ], 'OutpostResolver' => [ 'base' => '

A complex type that contains settings for an existing Resolver on an Outpost.

', 'refs' => [ 'CreateOutpostResolverResponse$OutpostResolver' => '

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

', 'DeleteOutpostResolverResponse$OutpostResolver' => '

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

', 'GetOutpostResolverResponse$OutpostResolver' => '

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

', 'OutpostResolverList$member' => NULL, 'UpdateOutpostResolverResponse$OutpostResolver' => '

The response to an UpdateOutpostResolver request.

', ], ], 'OutpostResolverList' => [ 'base' => NULL, 'refs' => [ 'ListOutpostResolversResponse$OutpostResolvers' => '

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

', ], ], 'OutpostResolverName' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$Name' => '

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

', 'OutpostResolver$Name' => '

Name of the Resolver.

', 'UpdateOutpostResolverRequest$Name' => '

Name of the Resolver on the Outpost.

', ], ], 'OutpostResolverStatus' => [ 'base' => NULL, 'refs' => [ 'OutpostResolver$Status' => '

Status of the Resolver.

', ], ], 'OutpostResolverStatusMessage' => [ 'base' => NULL, 'refs' => [ 'OutpostResolver$StatusMessage' => '

A detailed description of the Resolver.

', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'TargetAddress$Port' => '

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

', ], ], 'Priority' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$Priority' => '

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.

', 'CreateFirewallRuleRequest$Priority' => '

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.

', 'FirewallRule$Priority' => '

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.

', 'FirewallRuleGroupAssociation$Priority' => '

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.

', 'ListFirewallRuleGroupAssociationsRequest$Priority' => '

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.

', 'ListFirewallRulesRequest$Priority' => '

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.

', 'UpdateFirewallRuleGroupAssociationRequest$Priority' => '

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.

', 'UpdateFirewallRuleRequest$Priority' => '

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.

', ], ], 'PutFirewallRuleGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutFirewallRuleGroupPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutResolverQueryLogConfigPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResolverQueryLogConfigPolicyResponse' => [ 'base' => '

The response to a PutResolverQueryLogConfigPolicy request.

', 'refs' => [], ], 'PutResolverRulePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResolverRulePolicyResponse' => [ 'base' => '

The response to a PutResolverRulePolicy request.

', 'refs' => [], ], 'ResolverAutodefinedReverseStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverConfig$AutodefinedReverse' => '

The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:

', ], ], 'ResolverConfig' => [ 'base' => '

A complex type that contains information about a Resolver configuration for a VPC.

', 'refs' => [ 'GetResolverConfigResponse$ResolverConfig' => '

Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig request.

', 'ResolverConfigList$member' => NULL, 'UpdateResolverConfigResponse$ResolverConfig' => '

An array that contains settings for the specified Resolver configuration.

', ], ], 'ResolverConfigList' => [ 'base' => NULL, 'refs' => [ 'ListResolverConfigsResponse$ResolverConfigs' => '

An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.

', ], ], 'ResolverDNSSECValidationStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverDnssecConfig$ValidationStatus' => '

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

', ], ], 'ResolverDnssecConfig' => [ 'base' => '

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

', 'refs' => [ 'GetResolverDnssecConfigResponse$ResolverDNSSECConfig' => '

The information about a configuration for DNSSEC validation.

', 'ResolverDnssecConfigList$member' => NULL, 'UpdateResolverDnssecConfigResponse$ResolverDNSSECConfig' => '

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

', ], ], 'ResolverDnssecConfigList' => [ 'base' => NULL, 'refs' => [ 'ListResolverDnssecConfigsResponse$ResolverDnssecConfigs' => '

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

', ], ], 'ResolverEndpoint' => [ 'base' => '

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

', 'refs' => [ 'AssociateResolverEndpointIpAddressResponse$ResolverEndpoint' => '

The response to an AssociateResolverEndpointIpAddress request.

', 'CreateResolverEndpointResponse$ResolverEndpoint' => '

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

', 'DeleteResolverEndpointResponse$ResolverEndpoint' => '

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

', 'DisassociateResolverEndpointIpAddressResponse$ResolverEndpoint' => '

The response to an DisassociateResolverEndpointIpAddress request.

', 'GetResolverEndpointResponse$ResolverEndpoint' => '

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

', 'ResolverEndpoints$member' => NULL, 'UpdateResolverEndpointResponse$ResolverEndpoint' => '

The response to an UpdateResolverEndpoint request.

', ], ], 'ResolverEndpointDirection' => [ 'base' => NULL, 'refs' => [ 'CreateResolverEndpointRequest$Direction' => '

Specify the applicable value:

', 'ResolverEndpoint$Direction' => '

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

', ], ], 'ResolverEndpointStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverEndpoint$Status' => '

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

', ], ], 'ResolverEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateResolverEndpointRequest$ResolverEndpointType' => '

For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.

', 'ResolverEndpoint$ResolverEndpointType' => '

The Resolver endpoint IP address type.

', 'UpdateResolverEndpointRequest$ResolverEndpointType' => '

Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.

Updating to IPV6 type isn\'t currently supported.

', ], ], 'ResolverEndpoints' => [ 'base' => NULL, 'refs' => [ 'ListResolverEndpointsResponse$ResolverEndpoints' => '

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

', ], ], 'ResolverQueryLogConfig' => [ 'base' => '

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

', 'refs' => [ 'CreateResolverQueryLogConfigResponse$ResolverQueryLogConfig' => '

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

', 'DeleteResolverQueryLogConfigResponse$ResolverQueryLogConfig' => '

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

', 'GetResolverQueryLogConfigResponse$ResolverQueryLogConfig' => '

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

', 'ResolverQueryLogConfigList$member' => NULL, ], ], 'ResolverQueryLogConfigAssociation' => [ 'base' => '

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.

', 'refs' => [ 'AssociateResolverQueryLogConfigResponse$ResolverQueryLogConfigAssociation' => '

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

', 'DisassociateResolverQueryLogConfigResponse$ResolverQueryLogConfigAssociation' => '

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

', 'GetResolverQueryLogConfigAssociationResponse$ResolverQueryLogConfigAssociation' => '

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

', 'ResolverQueryLogConfigAssociationList$member' => NULL, ], ], 'ResolverQueryLogConfigAssociationError' => [ 'base' => NULL, 'refs' => [ 'ResolverQueryLogConfigAssociation$Error' => '

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.

', ], ], 'ResolverQueryLogConfigAssociationErrorMessage' => [ 'base' => NULL, 'refs' => [ 'ResolverQueryLogConfigAssociation$ErrorMessage' => '

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

', ], ], 'ResolverQueryLogConfigAssociationList' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsResponse$ResolverQueryLogConfigAssociations' => '

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

', ], ], 'ResolverQueryLogConfigAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverQueryLogConfigAssociation$Status' => '

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

', ], ], 'ResolverQueryLogConfigList' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigsResponse$ResolverQueryLogConfigs' => '

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

', ], ], 'ResolverQueryLogConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateResolverQueryLogConfigRequest$Name' => '

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

', 'ResolverQueryLogConfig$Name' => '

The name of the query logging configuration.

', ], ], 'ResolverQueryLogConfigPolicy' => [ 'base' => NULL, 'refs' => [ 'GetResolverQueryLogConfigPolicyResponse$ResolverQueryLogConfigPolicy' => '

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

', 'PutResolverQueryLogConfigPolicyRequest$ResolverQueryLogConfigPolicy' => '

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:

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.

', ], ], 'ResolverQueryLogConfigStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverQueryLogConfig$Status' => '

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

', ], ], 'ResolverRule' => [ 'base' => '

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.

', 'refs' => [ 'CreateResolverRuleResponse$ResolverRule' => '

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

', 'DeleteResolverRuleResponse$ResolverRule' => '

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

', 'GetResolverRuleResponse$ResolverRule' => '

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

', 'ResolverRules$member' => NULL, 'UpdateResolverRuleResponse$ResolverRule' => '

The response to an UpdateResolverRule request.

', ], ], 'ResolverRuleAssociation' => [ 'base' => '

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.

', 'refs' => [ 'AssociateResolverRuleResponse$ResolverRuleAssociation' => '

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

', 'DisassociateResolverRuleResponse$ResolverRuleAssociation' => '

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

', 'GetResolverRuleAssociationResponse$ResolverRuleAssociation' => '

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

', 'ResolverRuleAssociations$member' => NULL, ], ], 'ResolverRuleAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverRuleAssociation$Status' => '

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

', ], ], 'ResolverRuleAssociations' => [ 'base' => NULL, 'refs' => [ 'ListResolverRuleAssociationsResponse$ResolverRuleAssociations' => '

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.

', ], ], 'ResolverRuleConfig' => [ 'base' => '

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

', 'refs' => [ 'UpdateResolverRuleRequest$Config' => '

The new settings for the Resolver rule.

', ], ], 'ResolverRulePolicy' => [ 'base' => NULL, 'refs' => [ 'GetResolverRulePolicyResponse$ResolverRulePolicy' => '

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

', 'PutResolverRulePolicyRequest$ResolverRulePolicy' => '

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:

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.

', ], ], 'ResolverRuleStatus' => [ 'base' => NULL, 'refs' => [ 'ResolverRule$Status' => '

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

', ], ], 'ResolverRules' => [ 'base' => NULL, 'refs' => [ 'ListResolverRulesResponse$ResolverRules' => '

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

', ], ], 'ResourceExistsException' => [ 'base' => '

The resource that you tried to create already exists.

', 'refs' => [], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$FirewallRuleGroupId' => '

The unique identifier of the firewall rule group.

', 'AssociateFirewallRuleGroupRequest$VpcId' => '

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

', 'AssociateResolverEndpointIpAddressRequest$ResolverEndpointId' => '

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

', 'AssociateResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => '

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

', 'AssociateResolverQueryLogConfigRequest$ResourceId' => '

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.

', 'AssociateResolverRuleRequest$ResolverRuleId' => '

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

', 'AssociateResolverRuleRequest$VPCId' => '

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

', 'CreateFirewallRuleRequest$FirewallRuleGroupId' => '

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

', 'CreateFirewallRuleRequest$FirewallDomainListId' => '

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

', 'CreateResolverRuleRequest$ResolverEndpointId' => '

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.

', 'DeleteFirewallDomainListRequest$FirewallDomainListId' => '

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

', 'DeleteFirewallRuleGroupRequest$FirewallRuleGroupId' => '

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

', 'DeleteFirewallRuleRequest$FirewallRuleGroupId' => '

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

', 'DeleteFirewallRuleRequest$FirewallDomainListId' => '

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

', 'DeleteOutpostResolverRequest$Id' => '

A unique string that identifies the Resolver on the Outpost.

', 'DeleteResolverEndpointRequest$ResolverEndpointId' => '

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

', 'DeleteResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => '

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

', 'DeleteResolverRuleRequest$ResolverRuleId' => '

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

', 'DisassociateFirewallRuleGroupRequest$FirewallRuleGroupAssociationId' => '

The identifier of the FirewallRuleGroupAssociation.

', 'DisassociateResolverEndpointIpAddressRequest$ResolverEndpointId' => '

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

', 'DisassociateResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => '

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

', 'DisassociateResolverQueryLogConfigRequest$ResourceId' => '

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

', 'DisassociateResolverRuleRequest$VPCId' => '

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

', 'DisassociateResolverRuleRequest$ResolverRuleId' => '

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

', 'FirewallConfig$Id' => '

The ID of the firewall configuration.

', 'FirewallConfig$ResourceId' => '

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

', 'FirewallDomainList$Id' => '

The ID of the domain list.

', 'FirewallDomainListMetadata$Id' => '

The ID of the domain list.

', 'FirewallRule$FirewallRuleGroupId' => '

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

', 'FirewallRule$FirewallDomainListId' => '

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

', 'FirewallRuleGroup$Id' => '

The ID of the rule group.

', 'FirewallRuleGroupAssociation$Id' => '

The identifier for the association.

', 'FirewallRuleGroupAssociation$FirewallRuleGroupId' => '

The unique identifier of the firewall rule group.

', 'FirewallRuleGroupAssociation$VpcId' => '

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

', 'FirewallRuleGroupMetadata$Id' => '

The ID of the rule group.

', 'GetFirewallConfigRequest$ResourceId' => '

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

', 'GetFirewallDomainListRequest$FirewallDomainListId' => '

The ID of the domain list.

', 'GetFirewallRuleGroupAssociationRequest$FirewallRuleGroupAssociationId' => '

The identifier of the FirewallRuleGroupAssociation.

', 'GetFirewallRuleGroupRequest$FirewallRuleGroupId' => '

The unique identifier of the firewall rule group.

', 'GetOutpostResolverRequest$Id' => '

The ID of the Resolver on the Outpost.

', 'GetResolverConfigRequest$ResourceId' => '

Resource ID of the Amazon VPC that you want to get information about.

', 'GetResolverDnssecConfigRequest$ResourceId' => '

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

', 'GetResolverEndpointRequest$ResolverEndpointId' => '

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

', 'GetResolverQueryLogConfigAssociationRequest$ResolverQueryLogConfigAssociationId' => '

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

', 'GetResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => '

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

', 'GetResolverRuleAssociationRequest$ResolverRuleAssociationId' => '

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

', 'GetResolverRuleRequest$ResolverRuleId' => '

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

', 'ImportFirewallDomainsRequest$FirewallDomainListId' => '

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

', 'ImportFirewallDomainsResponse$Id' => '

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

', 'IpAddressResponse$IpId' => '

The ID of one IP address.

', 'IpAddressUpdate$IpId' => '

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.

', 'ListFirewallDomainsRequest$FirewallDomainListId' => '

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

', 'ListFirewallRuleGroupAssociationsRequest$FirewallRuleGroupId' => '

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.

', 'ListFirewallRuleGroupAssociationsRequest$VpcId' => '

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

', 'ListFirewallRulesRequest$FirewallRuleGroupId' => '

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

', 'ListResolverEndpointIpAddressesRequest$ResolverEndpointId' => '

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

', 'OutpostResolver$Id' => '

The ID of the Resolver on Outpost.

', 'ResolverConfig$Id' => '

ID for the Resolver configuration.

', 'ResolverConfig$ResourceId' => '

The ID of the Amazon Virtual Private Cloud VPC that you\'re configuring Resolver for.

', 'ResolverDnssecConfig$Id' => '

The ID for a configuration for DNSSEC validation.

', 'ResolverDnssecConfig$ResourceId' => '

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

', 'ResolverEndpoint$Id' => '

The ID of the Resolver endpoint.

', 'ResolverEndpoint$HostVPCId' => '

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

', 'ResolverQueryLogConfig$Id' => '

The ID for the query logging configuration.

', 'ResolverQueryLogConfigAssociation$Id' => '

The ID of the query logging association.

', 'ResolverQueryLogConfigAssociation$ResolverQueryLogConfigId' => '

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

', 'ResolverQueryLogConfigAssociation$ResourceId' => '

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

', 'ResolverRule$Id' => '

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

', 'ResolverRule$ResolverEndpointId' => '

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

', 'ResolverRuleAssociation$Id' => '

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

', 'ResolverRuleAssociation$ResolverRuleId' => '

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

', 'ResolverRuleAssociation$VPCId' => '

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

', 'ResolverRuleConfig$ResolverEndpointId' => '

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.

', 'SecurityGroupIds$member' => NULL, 'UpdateFirewallConfigRequest$ResourceId' => '

The ID of the VPC that the configuration is for.

', 'UpdateFirewallDomainsRequest$FirewallDomainListId' => '

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

', 'UpdateFirewallDomainsResponse$Id' => '

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

', 'UpdateFirewallRuleGroupAssociationRequest$FirewallRuleGroupAssociationId' => '

The identifier of the FirewallRuleGroupAssociation.

', 'UpdateFirewallRuleRequest$FirewallRuleGroupId' => '

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

', 'UpdateFirewallRuleRequest$FirewallDomainListId' => '

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

', 'UpdateIpAddress$IpId' => '

The ID of the IP address, specified by the ResolverEndpointId.

', 'UpdateOutpostResolverRequest$Id' => '

A unique string that identifies Resolver on an Outpost.

', 'UpdateResolverConfigRequest$ResourceId' => '

Resource ID of the Amazon VPC that you want to update the Resolver configuration for.

', 'UpdateResolverDnssecConfigRequest$ResourceId' => '

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

', 'UpdateResolverEndpointRequest$ResolverEndpointId' => '

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

', 'UpdateResolverRuleRequest$ResolverRuleId' => '

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

', ], ], 'ResourceInUseException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource doesn\'t exist.

', 'refs' => [], ], 'ResourceUnavailableException' => [ 'base' => '

The specified resource isn\'t available.

', 'refs' => [], ], 'Rfc3339TimeString' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$CreationTime' => '

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

', 'FirewallDomainList$ModificationTime' => '

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

', 'FirewallRule$CreationTime' => '

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

', 'FirewallRule$ModificationTime' => '

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

', 'FirewallRuleGroup$CreationTime' => '

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

', 'FirewallRuleGroup$ModificationTime' => '

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

', 'FirewallRuleGroupAssociation$CreationTime' => '

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

', 'FirewallRuleGroupAssociation$ModificationTime' => '

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

', 'IpAddressResponse$CreationTime' => '

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

', 'IpAddressResponse$ModificationTime' => '

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

', 'OutpostResolver$CreationTime' => '

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

', 'OutpostResolver$ModificationTime' => '

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

', 'ResolverEndpoint$CreationTime' => '

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

', 'ResolverEndpoint$ModificationTime' => '

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

', 'ResolverQueryLogConfig$CreationTime' => '

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

', 'ResolverQueryLogConfigAssociation$CreationTime' => '

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

', 'ResolverRule$CreationTime' => '

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

', 'ResolverRule$ModificationTime' => '

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

', ], ], 'RuleTypeOption' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$RuleType' => '

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.

', 'ResolverRule$RuleType' => '

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.

', ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'CreateResolverEndpointRequest$SecurityGroupIds' => '

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.

', 'ResolverEndpoint$SecurityGroupIds' => '

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.

', ], ], 'ServicePrinciple' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$ManagedOwnerName' => '

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$ManagedOwnerName' => '

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.

', 'FirewallRuleGroupAssociation$ManagedOwnerName' => '

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.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

Fulfilling the request would cause one or more quotas to be exceeded.

', 'refs' => [], ], 'ShareStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroup$ShareStatus' => '

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$ShareStatus' => '

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

', 'ResolverQueryLogConfig$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. Sharing is configured through Resource Access Manager (RAM).

', 'ResolverRule$ShareStatus' => '

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.

', ], ], 'SortByKey' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsRequest$SortBy' => '

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:

', 'ListResolverQueryLogConfigsRequest$SortBy' => '

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' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsRequest$SortOrder' => '

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.

', 'ListResolverQueryLogConfigsRequest$SortOrder' => '

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.

', ], ], 'StatusMessage' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$StatusMessage' => '

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

', 'FirewallRuleGroup$StatusMessage' => '

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

', 'FirewallRuleGroupAssociation$StatusMessage' => '

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

', 'ImportFirewallDomainsResponse$StatusMessage' => '

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

', 'IpAddressResponse$StatusMessage' => '

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

', 'ResolverEndpoint$StatusMessage' => '

A detailed description of the status of the Resolver endpoint.

', 'ResolverRule$StatusMessage' => '

A detailed description of the status of a Resolver rule.

', 'ResolverRuleAssociation$StatusMessage' => '

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

', 'UpdateFirewallDomainsResponse$StatusMessage' => '

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

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'InvalidNextTokenException$Message' => NULL, 'InvalidParameterException$FieldName' => '

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

', 'LimitExceededException$Message' => NULL, 'LimitExceededException$ResourceType' => '

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

', 'ResourceExistsException$Message' => NULL, 'ResourceExistsException$ResourceType' => '

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

', 'ResourceInUseException$Message' => NULL, 'ResourceInUseException$ResourceType' => '

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

', 'ResourceNotFoundException$Message' => NULL, 'ResourceNotFoundException$ResourceType' => '

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

', 'ResourceUnavailableException$Message' => NULL, 'ResourceUnavailableException$ResourceType' => '

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

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'IpAddressRequest$SubnetId' => '

The ID of the subnet that contains the IP address.

', 'IpAddressResponse$SubnetId' => '

The ID of one subnet.

', 'IpAddressUpdate$SubnetId' => '

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

', ], ], 'Tag' => [ 'base' => '

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.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

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.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

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

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$Tags' => '

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

', 'CreateFirewallDomainListRequest$Tags' => '

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

', 'CreateFirewallRuleGroupRequest$Tags' => '

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

', 'CreateOutpostResolverRequest$Tags' => '

A string that helps identify the Route 53 Resolvers on Outpost.

', 'CreateResolverEndpointRequest$Tags' => '

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

', 'CreateResolverQueryLogConfigRequest$Tags' => '

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

', 'CreateResolverRuleRequest$Tags' => '

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

', 'ListTagsForResourceResponse$Tags' => '

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

', 'TagResourceRequest$Tags' => '

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

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

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' => [ 'base' => '

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

', 'refs' => [ 'TargetList$member' => NULL, ], ], 'TargetList' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$TargetIps' => '

The IPs that you want Resolver to forward DNS queries to. You can specify either Ipv4 or Ipv6 addresses but not both in the same rule. Separate IP addresses with a space.

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

', 'ResolverRule$TargetIps' => '

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.

', 'ResolverRuleConfig$TargetIps' => '

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

', ], ], 'ThrottlingException' => [ 'base' => '

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

', 'refs' => [], ], 'UnknownResourceException' => [ 'base' => '

The specified resource doesn\'t exist.

', 'refs' => [], ], 'Unsigned' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$DomainCount' => '

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

', 'FirewallRule$BlockOverrideTtl' => '

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.

', 'FirewallRuleGroup$RuleCount' => '

The number of rules in the rule group.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleGroupAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateIpAddress' => [ 'base' => '

Provides information about the IP address type in response to UpdateResolverEndpoint.

', 'refs' => [ 'UpdateIpAddresses$member' => NULL, ], ], 'UpdateIpAddresses' => [ 'base' => NULL, 'refs' => [ 'UpdateResolverEndpointRequest$UpdateIpAddresses' => '

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don\'t specify an IPv6 address, one will be automatically chosen from your subnet.

', ], ], 'UpdateOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverDnssecConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverDnssecConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'Validation' => [ 'base' => NULL, 'refs' => [ 'UpdateResolverDnssecConfigRequest$Validation' => '

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.

', ], ], 'ValidationException' => [ 'base' => '

You have provided an invalid command. Supported values are ADD, REMOVE, or REPLACE a domain.

', 'refs' => [], ], ],];