Documentation ¶
Overview ¶
Package route53resolver provides the client and types for making API requests to Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-network-to-vpc) 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-vpc-to-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.
See https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01 for more information on this service.
See route53resolver package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/route53resolver/
Using the Client ¶
To contact Amazon Route 53 Resolver with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Route 53 Resolver client Route53Resolver for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/route53resolver/#New
Index ¶
- Constants
- func Action_Values() []string
- func AutodefinedReverseFlag_Values() []string
- func BlockOverrideDnsType_Values() []string
- func BlockResponse_Values() []string
- func FirewallDomainImportOperation_Values() []string
- func FirewallDomainListStatus_Values() []string
- func FirewallDomainRedirectionAction_Values() []string
- func FirewallDomainUpdateOperation_Values() []string
- func FirewallFailOpenStatus_Values() []string
- func FirewallRuleGroupAssociationStatus_Values() []string
- func FirewallRuleGroupStatus_Values() []string
- func IpAddressStatus_Values() []string
- func MutationProtectionStatus_Values() []string
- func OutpostResolverStatus_Values() []string
- func Protocol_Values() []string
- func ResolverAutodefinedReverseStatus_Values() []string
- func ResolverDNSSECValidationStatus_Values() []string
- func ResolverEndpointDirection_Values() []string
- func ResolverEndpointStatus_Values() []string
- func ResolverEndpointType_Values() []string
- func ResolverQueryLogConfigAssociationError_Values() []string
- func ResolverQueryLogConfigAssociationStatus_Values() []string
- func ResolverQueryLogConfigStatus_Values() []string
- func ResolverRuleAssociationStatus_Values() []string
- func ResolverRuleStatus_Values() []string
- func RuleTypeOption_Values() []string
- func ShareStatus_Values() []string
- func SortOrder_Values() []string
- func Validation_Values() []string
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AssociateFirewallRuleGroupInput
- func (s AssociateFirewallRuleGroupInput) GoString() string
- func (s *AssociateFirewallRuleGroupInput) SetCreatorRequestId(v string) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetMutationProtection(v string) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetName(v string) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetPriority(v int64) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetTags(v []*Tag) *AssociateFirewallRuleGroupInput
- func (s *AssociateFirewallRuleGroupInput) SetVpcId(v string) *AssociateFirewallRuleGroupInput
- func (s AssociateFirewallRuleGroupInput) String() string
- func (s *AssociateFirewallRuleGroupInput) Validate() error
- type AssociateFirewallRuleGroupOutput
- type AssociateResolverEndpointIpAddressInput
- func (s AssociateResolverEndpointIpAddressInput) GoString() string
- func (s *AssociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *AssociateResolverEndpointIpAddressInput
- func (s *AssociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *AssociateResolverEndpointIpAddressInput
- func (s AssociateResolverEndpointIpAddressInput) String() string
- func (s *AssociateResolverEndpointIpAddressInput) Validate() error
- type AssociateResolverEndpointIpAddressOutput
- type AssociateResolverQueryLogConfigInput
- func (s AssociateResolverQueryLogConfigInput) GoString() string
- func (s *AssociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *AssociateResolverQueryLogConfigInput
- func (s *AssociateResolverQueryLogConfigInput) SetResourceId(v string) *AssociateResolverQueryLogConfigInput
- func (s AssociateResolverQueryLogConfigInput) String() string
- func (s *AssociateResolverQueryLogConfigInput) Validate() error
- type AssociateResolverQueryLogConfigOutput
- type AssociateResolverRuleInput
- func (s AssociateResolverRuleInput) GoString() string
- func (s *AssociateResolverRuleInput) SetName(v string) *AssociateResolverRuleInput
- func (s *AssociateResolverRuleInput) SetResolverRuleId(v string) *AssociateResolverRuleInput
- func (s *AssociateResolverRuleInput) SetVPCId(v string) *AssociateResolverRuleInput
- func (s AssociateResolverRuleInput) String() string
- func (s *AssociateResolverRuleInput) Validate() error
- type AssociateResolverRuleOutput
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type CreateFirewallDomainListInput
- func (s CreateFirewallDomainListInput) GoString() string
- func (s *CreateFirewallDomainListInput) SetCreatorRequestId(v string) *CreateFirewallDomainListInput
- func (s *CreateFirewallDomainListInput) SetName(v string) *CreateFirewallDomainListInput
- func (s *CreateFirewallDomainListInput) SetTags(v []*Tag) *CreateFirewallDomainListInput
- func (s CreateFirewallDomainListInput) String() string
- func (s *CreateFirewallDomainListInput) Validate() error
- type CreateFirewallDomainListOutput
- type CreateFirewallRuleGroupInput
- func (s CreateFirewallRuleGroupInput) GoString() string
- func (s *CreateFirewallRuleGroupInput) SetCreatorRequestId(v string) *CreateFirewallRuleGroupInput
- func (s *CreateFirewallRuleGroupInput) SetName(v string) *CreateFirewallRuleGroupInput
- func (s *CreateFirewallRuleGroupInput) SetTags(v []*Tag) *CreateFirewallRuleGroupInput
- func (s CreateFirewallRuleGroupInput) String() string
- func (s *CreateFirewallRuleGroupInput) Validate() error
- type CreateFirewallRuleGroupOutput
- type CreateFirewallRuleInput
- func (s CreateFirewallRuleInput) GoString() string
- func (s *CreateFirewallRuleInput) SetAction(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetBlockOverrideDnsType(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetBlockOverrideDomain(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetBlockOverrideTtl(v int64) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetBlockResponse(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetCreatorRequestId(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetFirewallDomainListId(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetFirewallDomainRedirectionAction(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetFirewallRuleGroupId(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetName(v string) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetPriority(v int64) *CreateFirewallRuleInput
- func (s *CreateFirewallRuleInput) SetQtype(v string) *CreateFirewallRuleInput
- func (s CreateFirewallRuleInput) String() string
- func (s *CreateFirewallRuleInput) Validate() error
- type CreateFirewallRuleOutput
- type CreateOutpostResolverInput
- func (s CreateOutpostResolverInput) GoString() string
- func (s *CreateOutpostResolverInput) SetCreatorRequestId(v string) *CreateOutpostResolverInput
- func (s *CreateOutpostResolverInput) SetInstanceCount(v int64) *CreateOutpostResolverInput
- func (s *CreateOutpostResolverInput) SetName(v string) *CreateOutpostResolverInput
- func (s *CreateOutpostResolverInput) SetOutpostArn(v string) *CreateOutpostResolverInput
- func (s *CreateOutpostResolverInput) SetPreferredInstanceType(v string) *CreateOutpostResolverInput
- func (s *CreateOutpostResolverInput) SetTags(v []*Tag) *CreateOutpostResolverInput
- func (s CreateOutpostResolverInput) String() string
- func (s *CreateOutpostResolverInput) Validate() error
- type CreateOutpostResolverOutput
- type CreateResolverEndpointInput
- func (s CreateResolverEndpointInput) GoString() string
- func (s *CreateResolverEndpointInput) SetCreatorRequestId(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetDirection(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetIpAddresses(v []*IpAddressRequest) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetName(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetOutpostArn(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetPreferredInstanceType(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetProtocols(v []*string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetResolverEndpointType(v string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetSecurityGroupIds(v []*string) *CreateResolverEndpointInput
- func (s *CreateResolverEndpointInput) SetTags(v []*Tag) *CreateResolverEndpointInput
- func (s CreateResolverEndpointInput) String() string
- func (s *CreateResolverEndpointInput) Validate() error
- type CreateResolverEndpointOutput
- type CreateResolverQueryLogConfigInput
- func (s CreateResolverQueryLogConfigInput) GoString() string
- func (s *CreateResolverQueryLogConfigInput) SetCreatorRequestId(v string) *CreateResolverQueryLogConfigInput
- func (s *CreateResolverQueryLogConfigInput) SetDestinationArn(v string) *CreateResolverQueryLogConfigInput
- func (s *CreateResolverQueryLogConfigInput) SetName(v string) *CreateResolverQueryLogConfigInput
- func (s *CreateResolverQueryLogConfigInput) SetTags(v []*Tag) *CreateResolverQueryLogConfigInput
- func (s CreateResolverQueryLogConfigInput) String() string
- func (s *CreateResolverQueryLogConfigInput) Validate() error
- type CreateResolverQueryLogConfigOutput
- type CreateResolverRuleInput
- func (s CreateResolverRuleInput) GoString() string
- func (s *CreateResolverRuleInput) SetCreatorRequestId(v string) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetDomainName(v string) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetName(v string) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetResolverEndpointId(v string) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetRuleType(v string) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetTags(v []*Tag) *CreateResolverRuleInput
- func (s *CreateResolverRuleInput) SetTargetIps(v []*TargetAddress) *CreateResolverRuleInput
- func (s CreateResolverRuleInput) String() string
- func (s *CreateResolverRuleInput) Validate() error
- type CreateResolverRuleOutput
- type DeleteFirewallDomainListInput
- type DeleteFirewallDomainListOutput
- type DeleteFirewallRuleGroupInput
- type DeleteFirewallRuleGroupOutput
- type DeleteFirewallRuleInput
- func (s DeleteFirewallRuleInput) GoString() string
- func (s *DeleteFirewallRuleInput) SetFirewallDomainListId(v string) *DeleteFirewallRuleInput
- func (s *DeleteFirewallRuleInput) SetFirewallRuleGroupId(v string) *DeleteFirewallRuleInput
- func (s *DeleteFirewallRuleInput) SetQtype(v string) *DeleteFirewallRuleInput
- func (s DeleteFirewallRuleInput) String() string
- func (s *DeleteFirewallRuleInput) Validate() error
- type DeleteFirewallRuleOutput
- type DeleteOutpostResolverInput
- type DeleteOutpostResolverOutput
- type DeleteResolverEndpointInput
- type DeleteResolverEndpointOutput
- type DeleteResolverQueryLogConfigInput
- type DeleteResolverQueryLogConfigOutput
- type DeleteResolverRuleInput
- type DeleteResolverRuleOutput
- type DisassociateFirewallRuleGroupInput
- func (s DisassociateFirewallRuleGroupInput) GoString() string
- func (s *DisassociateFirewallRuleGroupInput) SetFirewallRuleGroupAssociationId(v string) *DisassociateFirewallRuleGroupInput
- func (s DisassociateFirewallRuleGroupInput) String() string
- func (s *DisassociateFirewallRuleGroupInput) Validate() error
- type DisassociateFirewallRuleGroupOutput
- type DisassociateResolverEndpointIpAddressInput
- func (s DisassociateResolverEndpointIpAddressInput) GoString() string
- func (s *DisassociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *DisassociateResolverEndpointIpAddressInput
- func (s *DisassociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *DisassociateResolverEndpointIpAddressInput
- func (s DisassociateResolverEndpointIpAddressInput) String() string
- func (s *DisassociateResolverEndpointIpAddressInput) Validate() error
- type DisassociateResolverEndpointIpAddressOutput
- type DisassociateResolverQueryLogConfigInput
- func (s DisassociateResolverQueryLogConfigInput) GoString() string
- func (s *DisassociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *DisassociateResolverQueryLogConfigInput
- func (s *DisassociateResolverQueryLogConfigInput) SetResourceId(v string) *DisassociateResolverQueryLogConfigInput
- func (s DisassociateResolverQueryLogConfigInput) String() string
- func (s *DisassociateResolverQueryLogConfigInput) Validate() error
- type DisassociateResolverQueryLogConfigOutput
- func (s DisassociateResolverQueryLogConfigOutput) GoString() string
- func (s *DisassociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *DisassociateResolverQueryLogConfigOutput
- func (s DisassociateResolverQueryLogConfigOutput) String() string
- type DisassociateResolverRuleInput
- func (s DisassociateResolverRuleInput) GoString() string
- func (s *DisassociateResolverRuleInput) SetResolverRuleId(v string) *DisassociateResolverRuleInput
- func (s *DisassociateResolverRuleInput) SetVPCId(v string) *DisassociateResolverRuleInput
- func (s DisassociateResolverRuleInput) String() string
- func (s *DisassociateResolverRuleInput) Validate() error
- type DisassociateResolverRuleOutput
- type Filter
- type FirewallConfig
- func (s FirewallConfig) GoString() string
- func (s *FirewallConfig) SetFirewallFailOpen(v string) *FirewallConfig
- func (s *FirewallConfig) SetId(v string) *FirewallConfig
- func (s *FirewallConfig) SetOwnerId(v string) *FirewallConfig
- func (s *FirewallConfig) SetResourceId(v string) *FirewallConfig
- func (s FirewallConfig) String() string
- type FirewallDomainList
- func (s FirewallDomainList) GoString() string
- func (s *FirewallDomainList) SetArn(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetCreationTime(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetCreatorRequestId(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetDomainCount(v int64) *FirewallDomainList
- func (s *FirewallDomainList) SetId(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetManagedOwnerName(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetModificationTime(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetName(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetStatus(v string) *FirewallDomainList
- func (s *FirewallDomainList) SetStatusMessage(v string) *FirewallDomainList
- func (s FirewallDomainList) String() string
- type FirewallDomainListMetadata
- func (s FirewallDomainListMetadata) GoString() string
- func (s *FirewallDomainListMetadata) SetArn(v string) *FirewallDomainListMetadata
- func (s *FirewallDomainListMetadata) SetCreatorRequestId(v string) *FirewallDomainListMetadata
- func (s *FirewallDomainListMetadata) SetId(v string) *FirewallDomainListMetadata
- func (s *FirewallDomainListMetadata) SetManagedOwnerName(v string) *FirewallDomainListMetadata
- func (s *FirewallDomainListMetadata) SetName(v string) *FirewallDomainListMetadata
- func (s FirewallDomainListMetadata) String() string
- type FirewallRule
- func (s FirewallRule) GoString() string
- func (s *FirewallRule) SetAction(v string) *FirewallRule
- func (s *FirewallRule) SetBlockOverrideDnsType(v string) *FirewallRule
- func (s *FirewallRule) SetBlockOverrideDomain(v string) *FirewallRule
- func (s *FirewallRule) SetBlockOverrideTtl(v int64) *FirewallRule
- func (s *FirewallRule) SetBlockResponse(v string) *FirewallRule
- func (s *FirewallRule) SetCreationTime(v string) *FirewallRule
- func (s *FirewallRule) SetCreatorRequestId(v string) *FirewallRule
- func (s *FirewallRule) SetFirewallDomainListId(v string) *FirewallRule
- func (s *FirewallRule) SetFirewallDomainRedirectionAction(v string) *FirewallRule
- func (s *FirewallRule) SetFirewallRuleGroupId(v string) *FirewallRule
- func (s *FirewallRule) SetModificationTime(v string) *FirewallRule
- func (s *FirewallRule) SetName(v string) *FirewallRule
- func (s *FirewallRule) SetPriority(v int64) *FirewallRule
- func (s *FirewallRule) SetQtype(v string) *FirewallRule
- func (s FirewallRule) String() string
- type FirewallRuleGroup
- func (s FirewallRuleGroup) GoString() string
- func (s *FirewallRuleGroup) SetArn(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetCreationTime(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetCreatorRequestId(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetId(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetModificationTime(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetName(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetOwnerId(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetRuleCount(v int64) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetShareStatus(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetStatus(v string) *FirewallRuleGroup
- func (s *FirewallRuleGroup) SetStatusMessage(v string) *FirewallRuleGroup
- func (s FirewallRuleGroup) String() string
- type FirewallRuleGroupAssociation
- func (s FirewallRuleGroupAssociation) GoString() string
- func (s *FirewallRuleGroupAssociation) SetArn(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetCreationTime(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetCreatorRequestId(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetFirewallRuleGroupId(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetId(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetManagedOwnerName(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetModificationTime(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetMutationProtection(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetName(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetPriority(v int64) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetStatus(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetStatusMessage(v string) *FirewallRuleGroupAssociation
- func (s *FirewallRuleGroupAssociation) SetVpcId(v string) *FirewallRuleGroupAssociation
- func (s FirewallRuleGroupAssociation) String() string
- type FirewallRuleGroupMetadata
- func (s FirewallRuleGroupMetadata) GoString() string
- func (s *FirewallRuleGroupMetadata) SetArn(v string) *FirewallRuleGroupMetadata
- func (s *FirewallRuleGroupMetadata) SetCreatorRequestId(v string) *FirewallRuleGroupMetadata
- func (s *FirewallRuleGroupMetadata) SetId(v string) *FirewallRuleGroupMetadata
- func (s *FirewallRuleGroupMetadata) SetName(v string) *FirewallRuleGroupMetadata
- func (s *FirewallRuleGroupMetadata) SetOwnerId(v string) *FirewallRuleGroupMetadata
- func (s *FirewallRuleGroupMetadata) SetShareStatus(v string) *FirewallRuleGroupMetadata
- func (s FirewallRuleGroupMetadata) String() string
- type GetFirewallConfigInput
- type GetFirewallConfigOutput
- type GetFirewallDomainListInput
- type GetFirewallDomainListOutput
- type GetFirewallRuleGroupAssociationInput
- func (s GetFirewallRuleGroupAssociationInput) GoString() string
- func (s *GetFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId(v string) *GetFirewallRuleGroupAssociationInput
- func (s GetFirewallRuleGroupAssociationInput) String() string
- func (s *GetFirewallRuleGroupAssociationInput) Validate() error
- type GetFirewallRuleGroupAssociationOutput
- type GetFirewallRuleGroupInput
- type GetFirewallRuleGroupOutput
- type GetFirewallRuleGroupPolicyInput
- type GetFirewallRuleGroupPolicyOutput
- type GetOutpostResolverInput
- type GetOutpostResolverOutput
- type GetResolverConfigInput
- type GetResolverConfigOutput
- type GetResolverDnssecConfigInput
- type GetResolverDnssecConfigOutput
- type GetResolverEndpointInput
- type GetResolverEndpointOutput
- type GetResolverQueryLogConfigAssociationInput
- func (s GetResolverQueryLogConfigAssociationInput) GoString() string
- func (s *GetResolverQueryLogConfigAssociationInput) SetResolverQueryLogConfigAssociationId(v string) *GetResolverQueryLogConfigAssociationInput
- func (s GetResolverQueryLogConfigAssociationInput) String() string
- func (s *GetResolverQueryLogConfigAssociationInput) Validate() error
- type GetResolverQueryLogConfigAssociationOutput
- func (s GetResolverQueryLogConfigAssociationOutput) GoString() string
- func (s *GetResolverQueryLogConfigAssociationOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *GetResolverQueryLogConfigAssociationOutput
- func (s GetResolverQueryLogConfigAssociationOutput) String() string
- type GetResolverQueryLogConfigInput
- type GetResolverQueryLogConfigOutput
- type GetResolverQueryLogConfigPolicyInput
- type GetResolverQueryLogConfigPolicyOutput
- type GetResolverRuleAssociationInput
- type GetResolverRuleAssociationOutput
- type GetResolverRuleInput
- type GetResolverRuleOutput
- type GetResolverRulePolicyInput
- type GetResolverRulePolicyOutput
- type ImportFirewallDomainsInput
- func (s ImportFirewallDomainsInput) GoString() string
- func (s *ImportFirewallDomainsInput) SetDomainFileUrl(v string) *ImportFirewallDomainsInput
- func (s *ImportFirewallDomainsInput) SetFirewallDomainListId(v string) *ImportFirewallDomainsInput
- func (s *ImportFirewallDomainsInput) SetOperation(v string) *ImportFirewallDomainsInput
- func (s ImportFirewallDomainsInput) String() string
- func (s *ImportFirewallDomainsInput) Validate() error
- type ImportFirewallDomainsOutput
- func (s ImportFirewallDomainsOutput) GoString() string
- func (s *ImportFirewallDomainsOutput) SetId(v string) *ImportFirewallDomainsOutput
- func (s *ImportFirewallDomainsOutput) SetName(v string) *ImportFirewallDomainsOutput
- func (s *ImportFirewallDomainsOutput) SetStatus(v string) *ImportFirewallDomainsOutput
- func (s *ImportFirewallDomainsOutput) SetStatusMessage(v string) *ImportFirewallDomainsOutput
- func (s ImportFirewallDomainsOutput) String() string
- type InternalServiceErrorException
- func (s *InternalServiceErrorException) Code() string
- func (s *InternalServiceErrorException) Error() string
- func (s InternalServiceErrorException) GoString() string
- func (s *InternalServiceErrorException) Message() string
- func (s *InternalServiceErrorException) OrigErr() error
- func (s *InternalServiceErrorException) RequestID() string
- func (s *InternalServiceErrorException) StatusCode() int
- func (s InternalServiceErrorException) String() string
- type InvalidNextTokenException
- func (s *InvalidNextTokenException) Code() string
- func (s *InvalidNextTokenException) Error() string
- func (s InvalidNextTokenException) GoString() string
- func (s *InvalidNextTokenException) Message() string
- func (s *InvalidNextTokenException) OrigErr() error
- func (s *InvalidNextTokenException) RequestID() string
- func (s *InvalidNextTokenException) StatusCode() int
- func (s InvalidNextTokenException) String() string
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidPolicyDocument
- func (s *InvalidPolicyDocument) Code() string
- func (s *InvalidPolicyDocument) Error() string
- func (s InvalidPolicyDocument) GoString() string
- func (s *InvalidPolicyDocument) Message() string
- func (s *InvalidPolicyDocument) OrigErr() error
- func (s *InvalidPolicyDocument) RequestID() string
- func (s *InvalidPolicyDocument) StatusCode() int
- func (s InvalidPolicyDocument) String() string
- type InvalidRequestException
- func (s *InvalidRequestException) Code() string
- func (s *InvalidRequestException) Error() string
- func (s InvalidRequestException) GoString() string
- func (s *InvalidRequestException) Message() string
- func (s *InvalidRequestException) OrigErr() error
- func (s *InvalidRequestException) RequestID() string
- func (s *InvalidRequestException) StatusCode() int
- func (s InvalidRequestException) String() string
- type InvalidTagException
- func (s *InvalidTagException) Code() string
- func (s *InvalidTagException) Error() string
- func (s InvalidTagException) GoString() string
- func (s *InvalidTagException) Message() string
- func (s *InvalidTagException) OrigErr() error
- func (s *InvalidTagException) RequestID() string
- func (s *InvalidTagException) StatusCode() int
- func (s InvalidTagException) String() string
- type IpAddressRequest
- func (s IpAddressRequest) GoString() string
- func (s *IpAddressRequest) SetIp(v string) *IpAddressRequest
- func (s *IpAddressRequest) SetIpv6(v string) *IpAddressRequest
- func (s *IpAddressRequest) SetSubnetId(v string) *IpAddressRequest
- func (s IpAddressRequest) String() string
- func (s *IpAddressRequest) Validate() error
- type IpAddressResponse
- func (s IpAddressResponse) GoString() string
- func (s *IpAddressResponse) SetCreationTime(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetIp(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetIpId(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetIpv6(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetModificationTime(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetStatus(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetStatusMessage(v string) *IpAddressResponse
- func (s *IpAddressResponse) SetSubnetId(v string) *IpAddressResponse
- func (s IpAddressResponse) String() string
- type IpAddressUpdate
- func (s IpAddressUpdate) GoString() string
- func (s *IpAddressUpdate) SetIp(v string) *IpAddressUpdate
- func (s *IpAddressUpdate) SetIpId(v string) *IpAddressUpdate
- func (s *IpAddressUpdate) SetIpv6(v string) *IpAddressUpdate
- func (s *IpAddressUpdate) SetSubnetId(v string) *IpAddressUpdate
- func (s IpAddressUpdate) String() string
- func (s *IpAddressUpdate) Validate() error
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListFirewallConfigsInput
- func (s ListFirewallConfigsInput) GoString() string
- func (s *ListFirewallConfigsInput) SetMaxResults(v int64) *ListFirewallConfigsInput
- func (s *ListFirewallConfigsInput) SetNextToken(v string) *ListFirewallConfigsInput
- func (s ListFirewallConfigsInput) String() string
- func (s *ListFirewallConfigsInput) Validate() error
- type ListFirewallConfigsOutput
- type ListFirewallDomainListsInput
- func (s ListFirewallDomainListsInput) GoString() string
- func (s *ListFirewallDomainListsInput) SetMaxResults(v int64) *ListFirewallDomainListsInput
- func (s *ListFirewallDomainListsInput) SetNextToken(v string) *ListFirewallDomainListsInput
- func (s ListFirewallDomainListsInput) String() string
- func (s *ListFirewallDomainListsInput) Validate() error
- type ListFirewallDomainListsOutput
- func (s ListFirewallDomainListsOutput) GoString() string
- func (s *ListFirewallDomainListsOutput) SetFirewallDomainLists(v []*FirewallDomainListMetadata) *ListFirewallDomainListsOutput
- func (s *ListFirewallDomainListsOutput) SetNextToken(v string) *ListFirewallDomainListsOutput
- func (s ListFirewallDomainListsOutput) String() string
- type ListFirewallDomainsInput
- func (s ListFirewallDomainsInput) GoString() string
- func (s *ListFirewallDomainsInput) SetFirewallDomainListId(v string) *ListFirewallDomainsInput
- func (s *ListFirewallDomainsInput) SetMaxResults(v int64) *ListFirewallDomainsInput
- func (s *ListFirewallDomainsInput) SetNextToken(v string) *ListFirewallDomainsInput
- func (s ListFirewallDomainsInput) String() string
- func (s *ListFirewallDomainsInput) Validate() error
- type ListFirewallDomainsOutput
- type ListFirewallRuleGroupAssociationsInput
- func (s ListFirewallRuleGroupAssociationsInput) GoString() string
- func (s *ListFirewallRuleGroupAssociationsInput) SetFirewallRuleGroupId(v string) *ListFirewallRuleGroupAssociationsInput
- func (s *ListFirewallRuleGroupAssociationsInput) SetMaxResults(v int64) *ListFirewallRuleGroupAssociationsInput
- func (s *ListFirewallRuleGroupAssociationsInput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsInput
- func (s *ListFirewallRuleGroupAssociationsInput) SetPriority(v int64) *ListFirewallRuleGroupAssociationsInput
- func (s *ListFirewallRuleGroupAssociationsInput) SetStatus(v string) *ListFirewallRuleGroupAssociationsInput
- func (s *ListFirewallRuleGroupAssociationsInput) SetVpcId(v string) *ListFirewallRuleGroupAssociationsInput
- func (s ListFirewallRuleGroupAssociationsInput) String() string
- func (s *ListFirewallRuleGroupAssociationsInput) Validate() error
- type ListFirewallRuleGroupAssociationsOutput
- func (s ListFirewallRuleGroupAssociationsOutput) GoString() string
- func (s *ListFirewallRuleGroupAssociationsOutput) SetFirewallRuleGroupAssociations(v []*FirewallRuleGroupAssociation) *ListFirewallRuleGroupAssociationsOutput
- func (s *ListFirewallRuleGroupAssociationsOutput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsOutput
- func (s ListFirewallRuleGroupAssociationsOutput) String() string
- type ListFirewallRuleGroupsInput
- func (s ListFirewallRuleGroupsInput) GoString() string
- func (s *ListFirewallRuleGroupsInput) SetMaxResults(v int64) *ListFirewallRuleGroupsInput
- func (s *ListFirewallRuleGroupsInput) SetNextToken(v string) *ListFirewallRuleGroupsInput
- func (s ListFirewallRuleGroupsInput) String() string
- func (s *ListFirewallRuleGroupsInput) Validate() error
- type ListFirewallRuleGroupsOutput
- func (s ListFirewallRuleGroupsOutput) GoString() string
- func (s *ListFirewallRuleGroupsOutput) SetFirewallRuleGroups(v []*FirewallRuleGroupMetadata) *ListFirewallRuleGroupsOutput
- func (s *ListFirewallRuleGroupsOutput) SetNextToken(v string) *ListFirewallRuleGroupsOutput
- func (s ListFirewallRuleGroupsOutput) String() string
- type ListFirewallRulesInput
- func (s ListFirewallRulesInput) GoString() string
- func (s *ListFirewallRulesInput) SetAction(v string) *ListFirewallRulesInput
- func (s *ListFirewallRulesInput) SetFirewallRuleGroupId(v string) *ListFirewallRulesInput
- func (s *ListFirewallRulesInput) SetMaxResults(v int64) *ListFirewallRulesInput
- func (s *ListFirewallRulesInput) SetNextToken(v string) *ListFirewallRulesInput
- func (s *ListFirewallRulesInput) SetPriority(v int64) *ListFirewallRulesInput
- func (s ListFirewallRulesInput) String() string
- func (s *ListFirewallRulesInput) Validate() error
- type ListFirewallRulesOutput
- type ListOutpostResolversInput
- func (s ListOutpostResolversInput) GoString() string
- func (s *ListOutpostResolversInput) SetMaxResults(v int64) *ListOutpostResolversInput
- func (s *ListOutpostResolversInput) SetNextToken(v string) *ListOutpostResolversInput
- func (s *ListOutpostResolversInput) SetOutpostArn(v string) *ListOutpostResolversInput
- func (s ListOutpostResolversInput) String() string
- func (s *ListOutpostResolversInput) Validate() error
- type ListOutpostResolversOutput
- func (s ListOutpostResolversOutput) GoString() string
- func (s *ListOutpostResolversOutput) SetNextToken(v string) *ListOutpostResolversOutput
- func (s *ListOutpostResolversOutput) SetOutpostResolvers(v []*OutpostResolver) *ListOutpostResolversOutput
- func (s ListOutpostResolversOutput) String() string
- type ListResolverConfigsInput
- func (s ListResolverConfigsInput) GoString() string
- func (s *ListResolverConfigsInput) SetMaxResults(v int64) *ListResolverConfigsInput
- func (s *ListResolverConfigsInput) SetNextToken(v string) *ListResolverConfigsInput
- func (s ListResolverConfigsInput) String() string
- func (s *ListResolverConfigsInput) Validate() error
- type ListResolverConfigsOutput
- type ListResolverDnssecConfigsInput
- func (s ListResolverDnssecConfigsInput) GoString() string
- func (s *ListResolverDnssecConfigsInput) SetFilters(v []*Filter) *ListResolverDnssecConfigsInput
- func (s *ListResolverDnssecConfigsInput) SetMaxResults(v int64) *ListResolverDnssecConfigsInput
- func (s *ListResolverDnssecConfigsInput) SetNextToken(v string) *ListResolverDnssecConfigsInput
- func (s ListResolverDnssecConfigsInput) String() string
- func (s *ListResolverDnssecConfigsInput) Validate() error
- type ListResolverDnssecConfigsOutput
- func (s ListResolverDnssecConfigsOutput) GoString() string
- func (s *ListResolverDnssecConfigsOutput) SetNextToken(v string) *ListResolverDnssecConfigsOutput
- func (s *ListResolverDnssecConfigsOutput) SetResolverDnssecConfigs(v []*ResolverDnssecConfig) *ListResolverDnssecConfigsOutput
- func (s ListResolverDnssecConfigsOutput) String() string
- type ListResolverEndpointIpAddressesInput
- func (s ListResolverEndpointIpAddressesInput) GoString() string
- func (s *ListResolverEndpointIpAddressesInput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesInput
- func (s *ListResolverEndpointIpAddressesInput) SetNextToken(v string) *ListResolverEndpointIpAddressesInput
- func (s *ListResolverEndpointIpAddressesInput) SetResolverEndpointId(v string) *ListResolverEndpointIpAddressesInput
- func (s ListResolverEndpointIpAddressesInput) String() string
- func (s *ListResolverEndpointIpAddressesInput) Validate() error
- type ListResolverEndpointIpAddressesOutput
- func (s ListResolverEndpointIpAddressesOutput) GoString() string
- func (s *ListResolverEndpointIpAddressesOutput) SetIpAddresses(v []*IpAddressResponse) *ListResolverEndpointIpAddressesOutput
- func (s *ListResolverEndpointIpAddressesOutput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesOutput
- func (s *ListResolverEndpointIpAddressesOutput) SetNextToken(v string) *ListResolverEndpointIpAddressesOutput
- func (s ListResolverEndpointIpAddressesOutput) String() string
- type ListResolverEndpointsInput
- func (s ListResolverEndpointsInput) GoString() string
- func (s *ListResolverEndpointsInput) SetFilters(v []*Filter) *ListResolverEndpointsInput
- func (s *ListResolverEndpointsInput) SetMaxResults(v int64) *ListResolverEndpointsInput
- func (s *ListResolverEndpointsInput) SetNextToken(v string) *ListResolverEndpointsInput
- func (s ListResolverEndpointsInput) String() string
- func (s *ListResolverEndpointsInput) Validate() error
- type ListResolverEndpointsOutput
- func (s ListResolverEndpointsOutput) GoString() string
- func (s *ListResolverEndpointsOutput) SetMaxResults(v int64) *ListResolverEndpointsOutput
- func (s *ListResolverEndpointsOutput) SetNextToken(v string) *ListResolverEndpointsOutput
- func (s *ListResolverEndpointsOutput) SetResolverEndpoints(v []*ResolverEndpoint) *ListResolverEndpointsOutput
- func (s ListResolverEndpointsOutput) String() string
- type ListResolverQueryLogConfigAssociationsInput
- func (s ListResolverQueryLogConfigAssociationsInput) GoString() string
- func (s *ListResolverQueryLogConfigAssociationsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigAssociationsInput
- func (s *ListResolverQueryLogConfigAssociationsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigAssociationsInput
- func (s *ListResolverQueryLogConfigAssociationsInput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsInput
- func (s *ListResolverQueryLogConfigAssociationsInput) SetSortBy(v string) *ListResolverQueryLogConfigAssociationsInput
- func (s *ListResolverQueryLogConfigAssociationsInput) SetSortOrder(v string) *ListResolverQueryLogConfigAssociationsInput
- func (s ListResolverQueryLogConfigAssociationsInput) String() string
- func (s *ListResolverQueryLogConfigAssociationsInput) Validate() error
- type ListResolverQueryLogConfigAssociationsOutput
- func (s ListResolverQueryLogConfigAssociationsOutput) GoString() string
- func (s *ListResolverQueryLogConfigAssociationsOutput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsOutput
- func (s *ListResolverQueryLogConfigAssociationsOutput) SetResolverQueryLogConfigAssociations(v []*ResolverQueryLogConfigAssociation) *ListResolverQueryLogConfigAssociationsOutput
- func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
- func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
- func (s ListResolverQueryLogConfigAssociationsOutput) String() string
- type ListResolverQueryLogConfigsInput
- func (s ListResolverQueryLogConfigsInput) GoString() string
- func (s *ListResolverQueryLogConfigsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigsInput
- func (s *ListResolverQueryLogConfigsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigsInput
- func (s *ListResolverQueryLogConfigsInput) SetNextToken(v string) *ListResolverQueryLogConfigsInput
- func (s *ListResolverQueryLogConfigsInput) SetSortBy(v string) *ListResolverQueryLogConfigsInput
- func (s *ListResolverQueryLogConfigsInput) SetSortOrder(v string) *ListResolverQueryLogConfigsInput
- func (s ListResolverQueryLogConfigsInput) String() string
- func (s *ListResolverQueryLogConfigsInput) Validate() error
- type ListResolverQueryLogConfigsOutput
- func (s ListResolverQueryLogConfigsOutput) GoString() string
- func (s *ListResolverQueryLogConfigsOutput) SetNextToken(v string) *ListResolverQueryLogConfigsOutput
- func (s *ListResolverQueryLogConfigsOutput) SetResolverQueryLogConfigs(v []*ResolverQueryLogConfig) *ListResolverQueryLogConfigsOutput
- func (s *ListResolverQueryLogConfigsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigsOutput
- func (s *ListResolverQueryLogConfigsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigsOutput
- func (s ListResolverQueryLogConfigsOutput) String() string
- type ListResolverRuleAssociationsInput
- func (s ListResolverRuleAssociationsInput) GoString() string
- func (s *ListResolverRuleAssociationsInput) SetFilters(v []*Filter) *ListResolverRuleAssociationsInput
- func (s *ListResolverRuleAssociationsInput) SetMaxResults(v int64) *ListResolverRuleAssociationsInput
- func (s *ListResolverRuleAssociationsInput) SetNextToken(v string) *ListResolverRuleAssociationsInput
- func (s ListResolverRuleAssociationsInput) String() string
- func (s *ListResolverRuleAssociationsInput) Validate() error
- type ListResolverRuleAssociationsOutput
- func (s ListResolverRuleAssociationsOutput) GoString() string
- func (s *ListResolverRuleAssociationsOutput) SetMaxResults(v int64) *ListResolverRuleAssociationsOutput
- func (s *ListResolverRuleAssociationsOutput) SetNextToken(v string) *ListResolverRuleAssociationsOutput
- func (s *ListResolverRuleAssociationsOutput) SetResolverRuleAssociations(v []*ResolverRuleAssociation) *ListResolverRuleAssociationsOutput
- func (s ListResolverRuleAssociationsOutput) String() string
- type ListResolverRulesInput
- func (s ListResolverRulesInput) GoString() string
- func (s *ListResolverRulesInput) SetFilters(v []*Filter) *ListResolverRulesInput
- func (s *ListResolverRulesInput) SetMaxResults(v int64) *ListResolverRulesInput
- func (s *ListResolverRulesInput) SetNextToken(v string) *ListResolverRulesInput
- func (s ListResolverRulesInput) String() string
- func (s *ListResolverRulesInput) Validate() error
- type ListResolverRulesOutput
- func (s ListResolverRulesOutput) GoString() string
- func (s *ListResolverRulesOutput) SetMaxResults(v int64) *ListResolverRulesOutput
- func (s *ListResolverRulesOutput) SetNextToken(v string) *ListResolverRulesOutput
- func (s *ListResolverRulesOutput) SetResolverRules(v []*ResolverRule) *ListResolverRulesOutput
- func (s ListResolverRulesOutput) String() string
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- func (s *ListTagsForResourceInput) Validate() error
- type ListTagsForResourceOutput
- type OutpostResolver
- func (s OutpostResolver) GoString() string
- func (s *OutpostResolver) SetArn(v string) *OutpostResolver
- func (s *OutpostResolver) SetCreationTime(v string) *OutpostResolver
- func (s *OutpostResolver) SetCreatorRequestId(v string) *OutpostResolver
- func (s *OutpostResolver) SetId(v string) *OutpostResolver
- func (s *OutpostResolver) SetInstanceCount(v int64) *OutpostResolver
- func (s *OutpostResolver) SetModificationTime(v string) *OutpostResolver
- func (s *OutpostResolver) SetName(v string) *OutpostResolver
- func (s *OutpostResolver) SetOutpostArn(v string) *OutpostResolver
- func (s *OutpostResolver) SetPreferredInstanceType(v string) *OutpostResolver
- func (s *OutpostResolver) SetStatus(v string) *OutpostResolver
- func (s *OutpostResolver) SetStatusMessage(v string) *OutpostResolver
- func (s OutpostResolver) String() string
- type PutFirewallRuleGroupPolicyInput
- func (s PutFirewallRuleGroupPolicyInput) GoString() string
- func (s *PutFirewallRuleGroupPolicyInput) SetArn(v string) *PutFirewallRuleGroupPolicyInput
- func (s *PutFirewallRuleGroupPolicyInput) SetFirewallRuleGroupPolicy(v string) *PutFirewallRuleGroupPolicyInput
- func (s PutFirewallRuleGroupPolicyInput) String() string
- func (s *PutFirewallRuleGroupPolicyInput) Validate() error
- type PutFirewallRuleGroupPolicyOutput
- type PutResolverQueryLogConfigPolicyInput
- func (s PutResolverQueryLogConfigPolicyInput) GoString() string
- func (s *PutResolverQueryLogConfigPolicyInput) SetArn(v string) *PutResolverQueryLogConfigPolicyInput
- func (s *PutResolverQueryLogConfigPolicyInput) SetResolverQueryLogConfigPolicy(v string) *PutResolverQueryLogConfigPolicyInput
- func (s PutResolverQueryLogConfigPolicyInput) String() string
- func (s *PutResolverQueryLogConfigPolicyInput) Validate() error
- type PutResolverQueryLogConfigPolicyOutput
- type PutResolverRulePolicyInput
- func (s PutResolverRulePolicyInput) GoString() string
- func (s *PutResolverRulePolicyInput) SetArn(v string) *PutResolverRulePolicyInput
- func (s *PutResolverRulePolicyInput) SetResolverRulePolicy(v string) *PutResolverRulePolicyInput
- func (s PutResolverRulePolicyInput) String() string
- func (s *PutResolverRulePolicyInput) Validate() error
- type PutResolverRulePolicyOutput
- type ResolverConfig
- func (s ResolverConfig) GoString() string
- func (s *ResolverConfig) SetAutodefinedReverse(v string) *ResolverConfig
- func (s *ResolverConfig) SetId(v string) *ResolverConfig
- func (s *ResolverConfig) SetOwnerId(v string) *ResolverConfig
- func (s *ResolverConfig) SetResourceId(v string) *ResolverConfig
- func (s ResolverConfig) String() string
- type ResolverDnssecConfig
- func (s ResolverDnssecConfig) GoString() string
- func (s *ResolverDnssecConfig) SetId(v string) *ResolverDnssecConfig
- func (s *ResolverDnssecConfig) SetOwnerId(v string) *ResolverDnssecConfig
- func (s *ResolverDnssecConfig) SetResourceId(v string) *ResolverDnssecConfig
- func (s *ResolverDnssecConfig) SetValidationStatus(v string) *ResolverDnssecConfig
- func (s ResolverDnssecConfig) String() string
- type ResolverEndpoint
- func (s ResolverEndpoint) GoString() string
- func (s *ResolverEndpoint) SetArn(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetCreationTime(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetCreatorRequestId(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetDirection(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetHostVPCId(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetId(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetIpAddressCount(v int64) *ResolverEndpoint
- func (s *ResolverEndpoint) SetModificationTime(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetName(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetOutpostArn(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetPreferredInstanceType(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetProtocols(v []*string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetResolverEndpointType(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetSecurityGroupIds(v []*string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetStatus(v string) *ResolverEndpoint
- func (s *ResolverEndpoint) SetStatusMessage(v string) *ResolverEndpoint
- func (s ResolverEndpoint) String() string
- type ResolverQueryLogConfig
- func (s ResolverQueryLogConfig) GoString() string
- func (s *ResolverQueryLogConfig) SetArn(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetAssociationCount(v int64) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetCreationTime(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetCreatorRequestId(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetDestinationArn(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetId(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetName(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetOwnerId(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetShareStatus(v string) *ResolverQueryLogConfig
- func (s *ResolverQueryLogConfig) SetStatus(v string) *ResolverQueryLogConfig
- func (s ResolverQueryLogConfig) String() string
- type ResolverQueryLogConfigAssociation
- func (s ResolverQueryLogConfigAssociation) GoString() string
- func (s *ResolverQueryLogConfigAssociation) SetCreationTime(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetError(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetErrorMessage(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetId(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetResolverQueryLogConfigId(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetResourceId(v string) *ResolverQueryLogConfigAssociation
- func (s *ResolverQueryLogConfigAssociation) SetStatus(v string) *ResolverQueryLogConfigAssociation
- func (s ResolverQueryLogConfigAssociation) String() string
- type ResolverRule
- func (s ResolverRule) GoString() string
- func (s *ResolverRule) SetArn(v string) *ResolverRule
- func (s *ResolverRule) SetCreationTime(v string) *ResolverRule
- func (s *ResolverRule) SetCreatorRequestId(v string) *ResolverRule
- func (s *ResolverRule) SetDomainName(v string) *ResolverRule
- func (s *ResolverRule) SetId(v string) *ResolverRule
- func (s *ResolverRule) SetModificationTime(v string) *ResolverRule
- func (s *ResolverRule) SetName(v string) *ResolverRule
- func (s *ResolverRule) SetOwnerId(v string) *ResolverRule
- func (s *ResolverRule) SetResolverEndpointId(v string) *ResolverRule
- func (s *ResolverRule) SetRuleType(v string) *ResolverRule
- func (s *ResolverRule) SetShareStatus(v string) *ResolverRule
- func (s *ResolverRule) SetStatus(v string) *ResolverRule
- func (s *ResolverRule) SetStatusMessage(v string) *ResolverRule
- func (s *ResolverRule) SetTargetIps(v []*TargetAddress) *ResolverRule
- func (s ResolverRule) String() string
- type ResolverRuleAssociation
- func (s ResolverRuleAssociation) GoString() string
- func (s *ResolverRuleAssociation) SetId(v string) *ResolverRuleAssociation
- func (s *ResolverRuleAssociation) SetName(v string) *ResolverRuleAssociation
- func (s *ResolverRuleAssociation) SetResolverRuleId(v string) *ResolverRuleAssociation
- func (s *ResolverRuleAssociation) SetStatus(v string) *ResolverRuleAssociation
- func (s *ResolverRuleAssociation) SetStatusMessage(v string) *ResolverRuleAssociation
- func (s *ResolverRuleAssociation) SetVPCId(v string) *ResolverRuleAssociation
- func (s ResolverRuleAssociation) String() string
- type ResolverRuleConfig
- func (s ResolverRuleConfig) GoString() string
- func (s *ResolverRuleConfig) SetName(v string) *ResolverRuleConfig
- func (s *ResolverRuleConfig) SetResolverEndpointId(v string) *ResolverRuleConfig
- func (s *ResolverRuleConfig) SetTargetIps(v []*TargetAddress) *ResolverRuleConfig
- func (s ResolverRuleConfig) String() string
- func (s *ResolverRuleConfig) Validate() error
- type ResourceExistsException
- func (s *ResourceExistsException) Code() string
- func (s *ResourceExistsException) Error() string
- func (s ResourceExistsException) GoString() string
- func (s *ResourceExistsException) Message() string
- func (s *ResourceExistsException) OrigErr() error
- func (s *ResourceExistsException) RequestID() string
- func (s *ResourceExistsException) StatusCode() int
- func (s ResourceExistsException) String() string
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourceUnavailableException
- func (s *ResourceUnavailableException) Code() string
- func (s *ResourceUnavailableException) Error() string
- func (s ResourceUnavailableException) GoString() string
- func (s *ResourceUnavailableException) Message() string
- func (s *ResourceUnavailableException) OrigErr() error
- func (s *ResourceUnavailableException) RequestID() string
- func (s *ResourceUnavailableException) StatusCode() int
- func (s ResourceUnavailableException) String() string
- type Route53Resolver
- func (c *Route53Resolver) AssociateFirewallRuleGroup(input *AssociateFirewallRuleGroupInput) (*AssociateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) AssociateFirewallRuleGroupRequest(input *AssociateFirewallRuleGroupInput) (req *request.Request, output *AssociateFirewallRuleGroupOutput)
- func (c *Route53Resolver) AssociateFirewallRuleGroupWithContext(ctx aws.Context, input *AssociateFirewallRuleGroupInput, ...) (*AssociateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) AssociateResolverEndpointIpAddress(input *AssociateResolverEndpointIpAddressInput) (*AssociateResolverEndpointIpAddressOutput, error)
- func (c *Route53Resolver) AssociateResolverEndpointIpAddressRequest(input *AssociateResolverEndpointIpAddressInput) (req *request.Request, output *AssociateResolverEndpointIpAddressOutput)
- func (c *Route53Resolver) AssociateResolverEndpointIpAddressWithContext(ctx aws.Context, input *AssociateResolverEndpointIpAddressInput, ...) (*AssociateResolverEndpointIpAddressOutput, error)
- func (c *Route53Resolver) AssociateResolverQueryLogConfig(input *AssociateResolverQueryLogConfigInput) (*AssociateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) AssociateResolverQueryLogConfigRequest(input *AssociateResolverQueryLogConfigInput) (req *request.Request, output *AssociateResolverQueryLogConfigOutput)
- func (c *Route53Resolver) AssociateResolverQueryLogConfigWithContext(ctx aws.Context, input *AssociateResolverQueryLogConfigInput, ...) (*AssociateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) AssociateResolverRule(input *AssociateResolverRuleInput) (*AssociateResolverRuleOutput, error)
- func (c *Route53Resolver) AssociateResolverRuleRequest(input *AssociateResolverRuleInput) (req *request.Request, output *AssociateResolverRuleOutput)
- func (c *Route53Resolver) AssociateResolverRuleWithContext(ctx aws.Context, input *AssociateResolverRuleInput, opts ...request.Option) (*AssociateResolverRuleOutput, error)
- func (c *Route53Resolver) CreateFirewallDomainList(input *CreateFirewallDomainListInput) (*CreateFirewallDomainListOutput, error)
- func (c *Route53Resolver) CreateFirewallDomainListRequest(input *CreateFirewallDomainListInput) (req *request.Request, output *CreateFirewallDomainListOutput)
- func (c *Route53Resolver) CreateFirewallDomainListWithContext(ctx aws.Context, input *CreateFirewallDomainListInput, opts ...request.Option) (*CreateFirewallDomainListOutput, error)
- func (c *Route53Resolver) CreateFirewallRule(input *CreateFirewallRuleInput) (*CreateFirewallRuleOutput, error)
- func (c *Route53Resolver) CreateFirewallRuleGroup(input *CreateFirewallRuleGroupInput) (*CreateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) CreateFirewallRuleGroupRequest(input *CreateFirewallRuleGroupInput) (req *request.Request, output *CreateFirewallRuleGroupOutput)
- func (c *Route53Resolver) CreateFirewallRuleGroupWithContext(ctx aws.Context, input *CreateFirewallRuleGroupInput, opts ...request.Option) (*CreateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) CreateFirewallRuleRequest(input *CreateFirewallRuleInput) (req *request.Request, output *CreateFirewallRuleOutput)
- func (c *Route53Resolver) CreateFirewallRuleWithContext(ctx aws.Context, input *CreateFirewallRuleInput, opts ...request.Option) (*CreateFirewallRuleOutput, error)
- func (c *Route53Resolver) CreateOutpostResolver(input *CreateOutpostResolverInput) (*CreateOutpostResolverOutput, error)
- func (c *Route53Resolver) CreateOutpostResolverRequest(input *CreateOutpostResolverInput) (req *request.Request, output *CreateOutpostResolverOutput)
- func (c *Route53Resolver) CreateOutpostResolverWithContext(ctx aws.Context, input *CreateOutpostResolverInput, opts ...request.Option) (*CreateOutpostResolverOutput, error)
- func (c *Route53Resolver) CreateResolverEndpoint(input *CreateResolverEndpointInput) (*CreateResolverEndpointOutput, error)
- func (c *Route53Resolver) CreateResolverEndpointRequest(input *CreateResolverEndpointInput) (req *request.Request, output *CreateResolverEndpointOutput)
- func (c *Route53Resolver) CreateResolverEndpointWithContext(ctx aws.Context, input *CreateResolverEndpointInput, opts ...request.Option) (*CreateResolverEndpointOutput, error)
- func (c *Route53Resolver) CreateResolverQueryLogConfig(input *CreateResolverQueryLogConfigInput) (*CreateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) CreateResolverQueryLogConfigRequest(input *CreateResolverQueryLogConfigInput) (req *request.Request, output *CreateResolverQueryLogConfigOutput)
- func (c *Route53Resolver) CreateResolverQueryLogConfigWithContext(ctx aws.Context, input *CreateResolverQueryLogConfigInput, ...) (*CreateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) CreateResolverRule(input *CreateResolverRuleInput) (*CreateResolverRuleOutput, error)
- func (c *Route53Resolver) CreateResolverRuleRequest(input *CreateResolverRuleInput) (req *request.Request, output *CreateResolverRuleOutput)
- func (c *Route53Resolver) CreateResolverRuleWithContext(ctx aws.Context, input *CreateResolverRuleInput, opts ...request.Option) (*CreateResolverRuleOutput, error)
- func (c *Route53Resolver) DeleteFirewallDomainList(input *DeleteFirewallDomainListInput) (*DeleteFirewallDomainListOutput, error)
- func (c *Route53Resolver) DeleteFirewallDomainListRequest(input *DeleteFirewallDomainListInput) (req *request.Request, output *DeleteFirewallDomainListOutput)
- func (c *Route53Resolver) DeleteFirewallDomainListWithContext(ctx aws.Context, input *DeleteFirewallDomainListInput, opts ...request.Option) (*DeleteFirewallDomainListOutput, error)
- func (c *Route53Resolver) DeleteFirewallRule(input *DeleteFirewallRuleInput) (*DeleteFirewallRuleOutput, error)
- func (c *Route53Resolver) DeleteFirewallRuleGroup(input *DeleteFirewallRuleGroupInput) (*DeleteFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) DeleteFirewallRuleGroupRequest(input *DeleteFirewallRuleGroupInput) (req *request.Request, output *DeleteFirewallRuleGroupOutput)
- func (c *Route53Resolver) DeleteFirewallRuleGroupWithContext(ctx aws.Context, input *DeleteFirewallRuleGroupInput, opts ...request.Option) (*DeleteFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) DeleteFirewallRuleRequest(input *DeleteFirewallRuleInput) (req *request.Request, output *DeleteFirewallRuleOutput)
- func (c *Route53Resolver) DeleteFirewallRuleWithContext(ctx aws.Context, input *DeleteFirewallRuleInput, opts ...request.Option) (*DeleteFirewallRuleOutput, error)
- func (c *Route53Resolver) DeleteOutpostResolver(input *DeleteOutpostResolverInput) (*DeleteOutpostResolverOutput, error)
- func (c *Route53Resolver) DeleteOutpostResolverRequest(input *DeleteOutpostResolverInput) (req *request.Request, output *DeleteOutpostResolverOutput)
- func (c *Route53Resolver) DeleteOutpostResolverWithContext(ctx aws.Context, input *DeleteOutpostResolverInput, opts ...request.Option) (*DeleteOutpostResolverOutput, error)
- func (c *Route53Resolver) DeleteResolverEndpoint(input *DeleteResolverEndpointInput) (*DeleteResolverEndpointOutput, error)
- func (c *Route53Resolver) DeleteResolverEndpointRequest(input *DeleteResolverEndpointInput) (req *request.Request, output *DeleteResolverEndpointOutput)
- func (c *Route53Resolver) DeleteResolverEndpointWithContext(ctx aws.Context, input *DeleteResolverEndpointInput, opts ...request.Option) (*DeleteResolverEndpointOutput, error)
- func (c *Route53Resolver) DeleteResolverQueryLogConfig(input *DeleteResolverQueryLogConfigInput) (*DeleteResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) DeleteResolverQueryLogConfigRequest(input *DeleteResolverQueryLogConfigInput) (req *request.Request, output *DeleteResolverQueryLogConfigOutput)
- func (c *Route53Resolver) DeleteResolverQueryLogConfigWithContext(ctx aws.Context, input *DeleteResolverQueryLogConfigInput, ...) (*DeleteResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) DeleteResolverRule(input *DeleteResolverRuleInput) (*DeleteResolverRuleOutput, error)
- func (c *Route53Resolver) DeleteResolverRuleRequest(input *DeleteResolverRuleInput) (req *request.Request, output *DeleteResolverRuleOutput)
- func (c *Route53Resolver) DeleteResolverRuleWithContext(ctx aws.Context, input *DeleteResolverRuleInput, opts ...request.Option) (*DeleteResolverRuleOutput, error)
- func (c *Route53Resolver) DisassociateFirewallRuleGroup(input *DisassociateFirewallRuleGroupInput) (*DisassociateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) DisassociateFirewallRuleGroupRequest(input *DisassociateFirewallRuleGroupInput) (req *request.Request, output *DisassociateFirewallRuleGroupOutput)
- func (c *Route53Resolver) DisassociateFirewallRuleGroupWithContext(ctx aws.Context, input *DisassociateFirewallRuleGroupInput, ...) (*DisassociateFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) DisassociateResolverEndpointIpAddress(input *DisassociateResolverEndpointIpAddressInput) (*DisassociateResolverEndpointIpAddressOutput, error)
- func (c *Route53Resolver) DisassociateResolverEndpointIpAddressRequest(input *DisassociateResolverEndpointIpAddressInput) (req *request.Request, output *DisassociateResolverEndpointIpAddressOutput)
- func (c *Route53Resolver) DisassociateResolverEndpointIpAddressWithContext(ctx aws.Context, input *DisassociateResolverEndpointIpAddressInput, ...) (*DisassociateResolverEndpointIpAddressOutput, error)
- func (c *Route53Resolver) DisassociateResolverQueryLogConfig(input *DisassociateResolverQueryLogConfigInput) (*DisassociateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) DisassociateResolverQueryLogConfigRequest(input *DisassociateResolverQueryLogConfigInput) (req *request.Request, output *DisassociateResolverQueryLogConfigOutput)
- func (c *Route53Resolver) DisassociateResolverQueryLogConfigWithContext(ctx aws.Context, input *DisassociateResolverQueryLogConfigInput, ...) (*DisassociateResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) DisassociateResolverRule(input *DisassociateResolverRuleInput) (*DisassociateResolverRuleOutput, error)
- func (c *Route53Resolver) DisassociateResolverRuleRequest(input *DisassociateResolverRuleInput) (req *request.Request, output *DisassociateResolverRuleOutput)
- func (c *Route53Resolver) DisassociateResolverRuleWithContext(ctx aws.Context, input *DisassociateResolverRuleInput, opts ...request.Option) (*DisassociateResolverRuleOutput, error)
- func (c *Route53Resolver) GetFirewallConfig(input *GetFirewallConfigInput) (*GetFirewallConfigOutput, error)
- func (c *Route53Resolver) GetFirewallConfigRequest(input *GetFirewallConfigInput) (req *request.Request, output *GetFirewallConfigOutput)
- func (c *Route53Resolver) GetFirewallConfigWithContext(ctx aws.Context, input *GetFirewallConfigInput, opts ...request.Option) (*GetFirewallConfigOutput, error)
- func (c *Route53Resolver) GetFirewallDomainList(input *GetFirewallDomainListInput) (*GetFirewallDomainListOutput, error)
- func (c *Route53Resolver) GetFirewallDomainListRequest(input *GetFirewallDomainListInput) (req *request.Request, output *GetFirewallDomainListOutput)
- func (c *Route53Resolver) GetFirewallDomainListWithContext(ctx aws.Context, input *GetFirewallDomainListInput, opts ...request.Option) (*GetFirewallDomainListOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroup(input *GetFirewallRuleGroupInput) (*GetFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroupAssociation(input *GetFirewallRuleGroupAssociationInput) (*GetFirewallRuleGroupAssociationOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroupAssociationRequest(input *GetFirewallRuleGroupAssociationInput) (req *request.Request, output *GetFirewallRuleGroupAssociationOutput)
- func (c *Route53Resolver) GetFirewallRuleGroupAssociationWithContext(ctx aws.Context, input *GetFirewallRuleGroupAssociationInput, ...) (*GetFirewallRuleGroupAssociationOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroupPolicy(input *GetFirewallRuleGroupPolicyInput) (*GetFirewallRuleGroupPolicyOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroupPolicyRequest(input *GetFirewallRuleGroupPolicyInput) (req *request.Request, output *GetFirewallRuleGroupPolicyOutput)
- func (c *Route53Resolver) GetFirewallRuleGroupPolicyWithContext(ctx aws.Context, input *GetFirewallRuleGroupPolicyInput, ...) (*GetFirewallRuleGroupPolicyOutput, error)
- func (c *Route53Resolver) GetFirewallRuleGroupRequest(input *GetFirewallRuleGroupInput) (req *request.Request, output *GetFirewallRuleGroupOutput)
- func (c *Route53Resolver) GetFirewallRuleGroupWithContext(ctx aws.Context, input *GetFirewallRuleGroupInput, opts ...request.Option) (*GetFirewallRuleGroupOutput, error)
- func (c *Route53Resolver) GetOutpostResolver(input *GetOutpostResolverInput) (*GetOutpostResolverOutput, error)
- func (c *Route53Resolver) GetOutpostResolverRequest(input *GetOutpostResolverInput) (req *request.Request, output *GetOutpostResolverOutput)
- func (c *Route53Resolver) GetOutpostResolverWithContext(ctx aws.Context, input *GetOutpostResolverInput, opts ...request.Option) (*GetOutpostResolverOutput, error)
- func (c *Route53Resolver) GetResolverConfig(input *GetResolverConfigInput) (*GetResolverConfigOutput, error)
- func (c *Route53Resolver) GetResolverConfigRequest(input *GetResolverConfigInput) (req *request.Request, output *GetResolverConfigOutput)
- func (c *Route53Resolver) GetResolverConfigWithContext(ctx aws.Context, input *GetResolverConfigInput, opts ...request.Option) (*GetResolverConfigOutput, error)
- func (c *Route53Resolver) GetResolverDnssecConfig(input *GetResolverDnssecConfigInput) (*GetResolverDnssecConfigOutput, error)
- func (c *Route53Resolver) GetResolverDnssecConfigRequest(input *GetResolverDnssecConfigInput) (req *request.Request, output *GetResolverDnssecConfigOutput)
- func (c *Route53Resolver) GetResolverDnssecConfigWithContext(ctx aws.Context, input *GetResolverDnssecConfigInput, opts ...request.Option) (*GetResolverDnssecConfigOutput, error)
- func (c *Route53Resolver) GetResolverEndpoint(input *GetResolverEndpointInput) (*GetResolverEndpointOutput, error)
- func (c *Route53Resolver) GetResolverEndpointRequest(input *GetResolverEndpointInput) (req *request.Request, output *GetResolverEndpointOutput)
- func (c *Route53Resolver) GetResolverEndpointWithContext(ctx aws.Context, input *GetResolverEndpointInput, opts ...request.Option) (*GetResolverEndpointOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfig(input *GetResolverQueryLogConfigInput) (*GetResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfigAssociation(input *GetResolverQueryLogConfigAssociationInput) (*GetResolverQueryLogConfigAssociationOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfigAssociationRequest(input *GetResolverQueryLogConfigAssociationInput) (req *request.Request, output *GetResolverQueryLogConfigAssociationOutput)
- func (c *Route53Resolver) GetResolverQueryLogConfigAssociationWithContext(ctx aws.Context, input *GetResolverQueryLogConfigAssociationInput, ...) (*GetResolverQueryLogConfigAssociationOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfigPolicy(input *GetResolverQueryLogConfigPolicyInput) (*GetResolverQueryLogConfigPolicyOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfigPolicyRequest(input *GetResolverQueryLogConfigPolicyInput) (req *request.Request, output *GetResolverQueryLogConfigPolicyOutput)
- func (c *Route53Resolver) GetResolverQueryLogConfigPolicyWithContext(ctx aws.Context, input *GetResolverQueryLogConfigPolicyInput, ...) (*GetResolverQueryLogConfigPolicyOutput, error)
- func (c *Route53Resolver) GetResolverQueryLogConfigRequest(input *GetResolverQueryLogConfigInput) (req *request.Request, output *GetResolverQueryLogConfigOutput)
- func (c *Route53Resolver) GetResolverQueryLogConfigWithContext(ctx aws.Context, input *GetResolverQueryLogConfigInput, opts ...request.Option) (*GetResolverQueryLogConfigOutput, error)
- func (c *Route53Resolver) GetResolverRule(input *GetResolverRuleInput) (*GetResolverRuleOutput, error)
- func (c *Route53Resolver) GetResolverRuleAssociation(input *GetResolverRuleAssociationInput) (*GetResolverRuleAssociationOutput, error)
- func (c *Route53Resolver) GetResolverRuleAssociationRequest(input *GetResolverRuleAssociationInput) (req *request.Request, output *GetResolverRuleAssociationOutput)
- func (c *Route53Resolver) GetResolverRuleAssociationWithContext(ctx aws.Context, input *GetResolverRuleAssociationInput, ...) (*GetResolverRuleAssociationOutput, error)
- func (c *Route53Resolver) GetResolverRulePolicy(input *GetResolverRulePolicyInput) (*GetResolverRulePolicyOutput, error)
- func (c *Route53Resolver) GetResolverRulePolicyRequest(input *GetResolverRulePolicyInput) (req *request.Request, output *GetResolverRulePolicyOutput)
- func (c *Route53Resolver) GetResolverRulePolicyWithContext(ctx aws.Context, input *GetResolverRulePolicyInput, opts ...request.Option) (*GetResolverRulePolicyOutput, error)
- func (c *Route53Resolver) GetResolverRuleRequest(input *GetResolverRuleInput) (req *request.Request, output *GetResolverRuleOutput)
- func (c *Route53Resolver) GetResolverRuleWithContext(ctx aws.Context, input *GetResolverRuleInput, opts ...request.Option) (*GetResolverRuleOutput, error)
- func (c *Route53Resolver) ImportFirewallDomains(input *ImportFirewallDomainsInput) (*ImportFirewallDomainsOutput, error)
- func (c *Route53Resolver) ImportFirewallDomainsRequest(input *ImportFirewallDomainsInput) (req *request.Request, output *ImportFirewallDomainsOutput)
- func (c *Route53Resolver) ImportFirewallDomainsWithContext(ctx aws.Context, input *ImportFirewallDomainsInput, opts ...request.Option) (*ImportFirewallDomainsOutput, error)
- func (c *Route53Resolver) ListFirewallConfigs(input *ListFirewallConfigsInput) (*ListFirewallConfigsOutput, error)
- func (c *Route53Resolver) ListFirewallConfigsPages(input *ListFirewallConfigsInput, ...) error
- func (c *Route53Resolver) ListFirewallConfigsPagesWithContext(ctx aws.Context, input *ListFirewallConfigsInput, ...) error
- func (c *Route53Resolver) ListFirewallConfigsRequest(input *ListFirewallConfigsInput) (req *request.Request, output *ListFirewallConfigsOutput)
- func (c *Route53Resolver) ListFirewallConfigsWithContext(ctx aws.Context, input *ListFirewallConfigsInput, opts ...request.Option) (*ListFirewallConfigsOutput, error)
- func (c *Route53Resolver) ListFirewallDomainLists(input *ListFirewallDomainListsInput) (*ListFirewallDomainListsOutput, error)
- func (c *Route53Resolver) ListFirewallDomainListsPages(input *ListFirewallDomainListsInput, ...) error
- func (c *Route53Resolver) ListFirewallDomainListsPagesWithContext(ctx aws.Context, input *ListFirewallDomainListsInput, ...) error
- func (c *Route53Resolver) ListFirewallDomainListsRequest(input *ListFirewallDomainListsInput) (req *request.Request, output *ListFirewallDomainListsOutput)
- func (c *Route53Resolver) ListFirewallDomainListsWithContext(ctx aws.Context, input *ListFirewallDomainListsInput, opts ...request.Option) (*ListFirewallDomainListsOutput, error)
- func (c *Route53Resolver) ListFirewallDomains(input *ListFirewallDomainsInput) (*ListFirewallDomainsOutput, error)
- func (c *Route53Resolver) ListFirewallDomainsPages(input *ListFirewallDomainsInput, ...) error
- func (c *Route53Resolver) ListFirewallDomainsPagesWithContext(ctx aws.Context, input *ListFirewallDomainsInput, ...) error
- func (c *Route53Resolver) ListFirewallDomainsRequest(input *ListFirewallDomainsInput) (req *request.Request, output *ListFirewallDomainsOutput)
- func (c *Route53Resolver) ListFirewallDomainsWithContext(ctx aws.Context, input *ListFirewallDomainsInput, opts ...request.Option) (*ListFirewallDomainsOutput, error)
- func (c *Route53Resolver) ListFirewallRuleGroupAssociations(input *ListFirewallRuleGroupAssociationsInput) (*ListFirewallRuleGroupAssociationsOutput, error)
- func (c *Route53Resolver) ListFirewallRuleGroupAssociationsPages(input *ListFirewallRuleGroupAssociationsInput, ...) error
- func (c *Route53Resolver) ListFirewallRuleGroupAssociationsPagesWithContext(ctx aws.Context, input *ListFirewallRuleGroupAssociationsInput, ...) error
- func (c *Route53Resolver) ListFirewallRuleGroupAssociationsRequest(input *ListFirewallRuleGroupAssociationsInput) (req *request.Request, output *ListFirewallRuleGroupAssociationsOutput)
- func (c *Route53Resolver) ListFirewallRuleGroupAssociationsWithContext(ctx aws.Context, input *ListFirewallRuleGroupAssociationsInput, ...) (*ListFirewallRuleGroupAssociationsOutput, error)
- func (c *Route53Resolver) ListFirewallRuleGroups(input *ListFirewallRuleGroupsInput) (*ListFirewallRuleGroupsOutput, error)
- func (c *Route53Resolver) ListFirewallRuleGroupsPages(input *ListFirewallRuleGroupsInput, ...) error
- func (c *Route53Resolver) ListFirewallRuleGroupsPagesWithContext(ctx aws.Context, input *ListFirewallRuleGroupsInput, ...) error
- func (c *Route53Resolver) ListFirewallRuleGroupsRequest(input *ListFirewallRuleGroupsInput) (req *request.Request, output *ListFirewallRuleGroupsOutput)
- func (c *Route53Resolver) ListFirewallRuleGroupsWithContext(ctx aws.Context, input *ListFirewallRuleGroupsInput, opts ...request.Option) (*ListFirewallRuleGroupsOutput, error)
- func (c *Route53Resolver) ListFirewallRules(input *ListFirewallRulesInput) (*ListFirewallRulesOutput, error)
- func (c *Route53Resolver) ListFirewallRulesPages(input *ListFirewallRulesInput, fn func(*ListFirewallRulesOutput, bool) bool) error
- func (c *Route53Resolver) ListFirewallRulesPagesWithContext(ctx aws.Context, input *ListFirewallRulesInput, ...) error
- func (c *Route53Resolver) ListFirewallRulesRequest(input *ListFirewallRulesInput) (req *request.Request, output *ListFirewallRulesOutput)
- func (c *Route53Resolver) ListFirewallRulesWithContext(ctx aws.Context, input *ListFirewallRulesInput, opts ...request.Option) (*ListFirewallRulesOutput, error)
- func (c *Route53Resolver) ListOutpostResolvers(input *ListOutpostResolversInput) (*ListOutpostResolversOutput, error)
- func (c *Route53Resolver) ListOutpostResolversPages(input *ListOutpostResolversInput, ...) error
- func (c *Route53Resolver) ListOutpostResolversPagesWithContext(ctx aws.Context, input *ListOutpostResolversInput, ...) error
- func (c *Route53Resolver) ListOutpostResolversRequest(input *ListOutpostResolversInput) (req *request.Request, output *ListOutpostResolversOutput)
- func (c *Route53Resolver) ListOutpostResolversWithContext(ctx aws.Context, input *ListOutpostResolversInput, opts ...request.Option) (*ListOutpostResolversOutput, error)
- func (c *Route53Resolver) ListResolverConfigs(input *ListResolverConfigsInput) (*ListResolverConfigsOutput, error)
- func (c *Route53Resolver) ListResolverConfigsPages(input *ListResolverConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverConfigsPagesWithContext(ctx aws.Context, input *ListResolverConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverConfigsRequest(input *ListResolverConfigsInput) (req *request.Request, output *ListResolverConfigsOutput)
- func (c *Route53Resolver) ListResolverConfigsWithContext(ctx aws.Context, input *ListResolverConfigsInput, opts ...request.Option) (*ListResolverConfigsOutput, error)
- func (c *Route53Resolver) ListResolverDnssecConfigs(input *ListResolverDnssecConfigsInput) (*ListResolverDnssecConfigsOutput, error)
- func (c *Route53Resolver) ListResolverDnssecConfigsPages(input *ListResolverDnssecConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverDnssecConfigsPagesWithContext(ctx aws.Context, input *ListResolverDnssecConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverDnssecConfigsRequest(input *ListResolverDnssecConfigsInput) (req *request.Request, output *ListResolverDnssecConfigsOutput)
- func (c *Route53Resolver) ListResolverDnssecConfigsWithContext(ctx aws.Context, input *ListResolverDnssecConfigsInput, opts ...request.Option) (*ListResolverDnssecConfigsOutput, error)
- func (c *Route53Resolver) ListResolverEndpointIpAddresses(input *ListResolverEndpointIpAddressesInput) (*ListResolverEndpointIpAddressesOutput, error)
- func (c *Route53Resolver) ListResolverEndpointIpAddressesPages(input *ListResolverEndpointIpAddressesInput, ...) error
- func (c *Route53Resolver) ListResolverEndpointIpAddressesPagesWithContext(ctx aws.Context, input *ListResolverEndpointIpAddressesInput, ...) error
- func (c *Route53Resolver) ListResolverEndpointIpAddressesRequest(input *ListResolverEndpointIpAddressesInput) (req *request.Request, output *ListResolverEndpointIpAddressesOutput)
- func (c *Route53Resolver) ListResolverEndpointIpAddressesWithContext(ctx aws.Context, input *ListResolverEndpointIpAddressesInput, ...) (*ListResolverEndpointIpAddressesOutput, error)
- func (c *Route53Resolver) ListResolverEndpoints(input *ListResolverEndpointsInput) (*ListResolverEndpointsOutput, error)
- func (c *Route53Resolver) ListResolverEndpointsPages(input *ListResolverEndpointsInput, ...) error
- func (c *Route53Resolver) ListResolverEndpointsPagesWithContext(ctx aws.Context, input *ListResolverEndpointsInput, ...) error
- func (c *Route53Resolver) ListResolverEndpointsRequest(input *ListResolverEndpointsInput) (req *request.Request, output *ListResolverEndpointsOutput)
- func (c *Route53Resolver) ListResolverEndpointsWithContext(ctx aws.Context, input *ListResolverEndpointsInput, opts ...request.Option) (*ListResolverEndpointsOutput, error)
- func (c *Route53Resolver) ListResolverQueryLogConfigAssociations(input *ListResolverQueryLogConfigAssociationsInput) (*ListResolverQueryLogConfigAssociationsOutput, error)
- func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsPages(input *ListResolverQueryLogConfigAssociationsInput, ...) error
- func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsPagesWithContext(ctx aws.Context, input *ListResolverQueryLogConfigAssociationsInput, ...) error
- func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsRequest(input *ListResolverQueryLogConfigAssociationsInput) (req *request.Request, output *ListResolverQueryLogConfigAssociationsOutput)
- func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsWithContext(ctx aws.Context, input *ListResolverQueryLogConfigAssociationsInput, ...) (*ListResolverQueryLogConfigAssociationsOutput, error)
- func (c *Route53Resolver) ListResolverQueryLogConfigs(input *ListResolverQueryLogConfigsInput) (*ListResolverQueryLogConfigsOutput, error)
- func (c *Route53Resolver) ListResolverQueryLogConfigsPages(input *ListResolverQueryLogConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverQueryLogConfigsPagesWithContext(ctx aws.Context, input *ListResolverQueryLogConfigsInput, ...) error
- func (c *Route53Resolver) ListResolverQueryLogConfigsRequest(input *ListResolverQueryLogConfigsInput) (req *request.Request, output *ListResolverQueryLogConfigsOutput)
- func (c *Route53Resolver) ListResolverQueryLogConfigsWithContext(ctx aws.Context, input *ListResolverQueryLogConfigsInput, ...) (*ListResolverQueryLogConfigsOutput, error)
- func (c *Route53Resolver) ListResolverRuleAssociations(input *ListResolverRuleAssociationsInput) (*ListResolverRuleAssociationsOutput, error)
- func (c *Route53Resolver) ListResolverRuleAssociationsPages(input *ListResolverRuleAssociationsInput, ...) error
- func (c *Route53Resolver) ListResolverRuleAssociationsPagesWithContext(ctx aws.Context, input *ListResolverRuleAssociationsInput, ...) error
- func (c *Route53Resolver) ListResolverRuleAssociationsRequest(input *ListResolverRuleAssociationsInput) (req *request.Request, output *ListResolverRuleAssociationsOutput)
- func (c *Route53Resolver) ListResolverRuleAssociationsWithContext(ctx aws.Context, input *ListResolverRuleAssociationsInput, ...) (*ListResolverRuleAssociationsOutput, error)
- func (c *Route53Resolver) ListResolverRules(input *ListResolverRulesInput) (*ListResolverRulesOutput, error)
- func (c *Route53Resolver) ListResolverRulesPages(input *ListResolverRulesInput, fn func(*ListResolverRulesOutput, bool) bool) error
- func (c *Route53Resolver) ListResolverRulesPagesWithContext(ctx aws.Context, input *ListResolverRulesInput, ...) error
- func (c *Route53Resolver) ListResolverRulesRequest(input *ListResolverRulesInput) (req *request.Request, output *ListResolverRulesOutput)
- func (c *Route53Resolver) ListResolverRulesWithContext(ctx aws.Context, input *ListResolverRulesInput, opts ...request.Option) (*ListResolverRulesOutput, error)
- func (c *Route53Resolver) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *Route53Resolver) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error
- func (c *Route53Resolver) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error
- func (c *Route53Resolver) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *Route53Resolver) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *Route53Resolver) PutFirewallRuleGroupPolicy(input *PutFirewallRuleGroupPolicyInput) (*PutFirewallRuleGroupPolicyOutput, error)
- func (c *Route53Resolver) PutFirewallRuleGroupPolicyRequest(input *PutFirewallRuleGroupPolicyInput) (req *request.Request, output *PutFirewallRuleGroupPolicyOutput)
- func (c *Route53Resolver) PutFirewallRuleGroupPolicyWithContext(ctx aws.Context, input *PutFirewallRuleGroupPolicyInput, ...) (*PutFirewallRuleGroupPolicyOutput, error)
- func (c *Route53Resolver) PutResolverQueryLogConfigPolicy(input *PutResolverQueryLogConfigPolicyInput) (*PutResolverQueryLogConfigPolicyOutput, error)
- func (c *Route53Resolver) PutResolverQueryLogConfigPolicyRequest(input *PutResolverQueryLogConfigPolicyInput) (req *request.Request, output *PutResolverQueryLogConfigPolicyOutput)
- func (c *Route53Resolver) PutResolverQueryLogConfigPolicyWithContext(ctx aws.Context, input *PutResolverQueryLogConfigPolicyInput, ...) (*PutResolverQueryLogConfigPolicyOutput, error)
- func (c *Route53Resolver) PutResolverRulePolicy(input *PutResolverRulePolicyInput) (*PutResolverRulePolicyOutput, error)
- func (c *Route53Resolver) PutResolverRulePolicyRequest(input *PutResolverRulePolicyInput) (req *request.Request, output *PutResolverRulePolicyOutput)
- func (c *Route53Resolver) PutResolverRulePolicyWithContext(ctx aws.Context, input *PutResolverRulePolicyInput, opts ...request.Option) (*PutResolverRulePolicyOutput, error)
- func (c *Route53Resolver) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *Route53Resolver) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *Route53Resolver) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *Route53Resolver) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *Route53Resolver) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *Route53Resolver) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *Route53Resolver) UpdateFirewallConfig(input *UpdateFirewallConfigInput) (*UpdateFirewallConfigOutput, error)
- func (c *Route53Resolver) UpdateFirewallConfigRequest(input *UpdateFirewallConfigInput) (req *request.Request, output *UpdateFirewallConfigOutput)
- func (c *Route53Resolver) UpdateFirewallConfigWithContext(ctx aws.Context, input *UpdateFirewallConfigInput, opts ...request.Option) (*UpdateFirewallConfigOutput, error)
- func (c *Route53Resolver) UpdateFirewallDomains(input *UpdateFirewallDomainsInput) (*UpdateFirewallDomainsOutput, error)
- func (c *Route53Resolver) UpdateFirewallDomainsRequest(input *UpdateFirewallDomainsInput) (req *request.Request, output *UpdateFirewallDomainsOutput)
- func (c *Route53Resolver) UpdateFirewallDomainsWithContext(ctx aws.Context, input *UpdateFirewallDomainsInput, opts ...request.Option) (*UpdateFirewallDomainsOutput, error)
- func (c *Route53Resolver) UpdateFirewallRule(input *UpdateFirewallRuleInput) (*UpdateFirewallRuleOutput, error)
- func (c *Route53Resolver) UpdateFirewallRuleGroupAssociation(input *UpdateFirewallRuleGroupAssociationInput) (*UpdateFirewallRuleGroupAssociationOutput, error)
- func (c *Route53Resolver) UpdateFirewallRuleGroupAssociationRequest(input *UpdateFirewallRuleGroupAssociationInput) (req *request.Request, output *UpdateFirewallRuleGroupAssociationOutput)
- func (c *Route53Resolver) UpdateFirewallRuleGroupAssociationWithContext(ctx aws.Context, input *UpdateFirewallRuleGroupAssociationInput, ...) (*UpdateFirewallRuleGroupAssociationOutput, error)
- func (c *Route53Resolver) UpdateFirewallRuleRequest(input *UpdateFirewallRuleInput) (req *request.Request, output *UpdateFirewallRuleOutput)
- func (c *Route53Resolver) UpdateFirewallRuleWithContext(ctx aws.Context, input *UpdateFirewallRuleInput, opts ...request.Option) (*UpdateFirewallRuleOutput, error)
- func (c *Route53Resolver) UpdateOutpostResolver(input *UpdateOutpostResolverInput) (*UpdateOutpostResolverOutput, error)
- func (c *Route53Resolver) UpdateOutpostResolverRequest(input *UpdateOutpostResolverInput) (req *request.Request, output *UpdateOutpostResolverOutput)
- func (c *Route53Resolver) UpdateOutpostResolverWithContext(ctx aws.Context, input *UpdateOutpostResolverInput, opts ...request.Option) (*UpdateOutpostResolverOutput, error)
- func (c *Route53Resolver) UpdateResolverConfig(input *UpdateResolverConfigInput) (*UpdateResolverConfigOutput, error)
- func (c *Route53Resolver) UpdateResolverConfigRequest(input *UpdateResolverConfigInput) (req *request.Request, output *UpdateResolverConfigOutput)
- func (c *Route53Resolver) UpdateResolverConfigWithContext(ctx aws.Context, input *UpdateResolverConfigInput, opts ...request.Option) (*UpdateResolverConfigOutput, error)
- func (c *Route53Resolver) UpdateResolverDnssecConfig(input *UpdateResolverDnssecConfigInput) (*UpdateResolverDnssecConfigOutput, error)
- func (c *Route53Resolver) UpdateResolverDnssecConfigRequest(input *UpdateResolverDnssecConfigInput) (req *request.Request, output *UpdateResolverDnssecConfigOutput)
- func (c *Route53Resolver) UpdateResolverDnssecConfigWithContext(ctx aws.Context, input *UpdateResolverDnssecConfigInput, ...) (*UpdateResolverDnssecConfigOutput, error)
- func (c *Route53Resolver) UpdateResolverEndpoint(input *UpdateResolverEndpointInput) (*UpdateResolverEndpointOutput, error)
- func (c *Route53Resolver) UpdateResolverEndpointRequest(input *UpdateResolverEndpointInput) (req *request.Request, output *UpdateResolverEndpointOutput)
- func (c *Route53Resolver) UpdateResolverEndpointWithContext(ctx aws.Context, input *UpdateResolverEndpointInput, opts ...request.Option) (*UpdateResolverEndpointOutput, error)
- func (c *Route53Resolver) UpdateResolverRule(input *UpdateResolverRuleInput) (*UpdateResolverRuleOutput, error)
- func (c *Route53Resolver) UpdateResolverRuleRequest(input *UpdateResolverRuleInput) (req *request.Request, output *UpdateResolverRuleOutput)
- func (c *Route53Resolver) UpdateResolverRuleWithContext(ctx aws.Context, input *UpdateResolverRuleInput, opts ...request.Option) (*UpdateResolverRuleOutput, error)
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TargetAddress
- func (s TargetAddress) GoString() string
- func (s *TargetAddress) SetIp(v string) *TargetAddress
- func (s *TargetAddress) SetIpv6(v string) *TargetAddress
- func (s *TargetAddress) SetPort(v int64) *TargetAddress
- func (s *TargetAddress) SetProtocol(v string) *TargetAddress
- func (s TargetAddress) String() string
- func (s *TargetAddress) Validate() error
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UnknownResourceException
- func (s *UnknownResourceException) Code() string
- func (s *UnknownResourceException) Error() string
- func (s UnknownResourceException) GoString() string
- func (s *UnknownResourceException) Message() string
- func (s *UnknownResourceException) OrigErr() error
- func (s *UnknownResourceException) RequestID() string
- func (s *UnknownResourceException) StatusCode() int
- func (s UnknownResourceException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateFirewallConfigInput
- func (s UpdateFirewallConfigInput) GoString() string
- func (s *UpdateFirewallConfigInput) SetFirewallFailOpen(v string) *UpdateFirewallConfigInput
- func (s *UpdateFirewallConfigInput) SetResourceId(v string) *UpdateFirewallConfigInput
- func (s UpdateFirewallConfigInput) String() string
- func (s *UpdateFirewallConfigInput) Validate() error
- type UpdateFirewallConfigOutput
- type UpdateFirewallDomainsInput
- func (s UpdateFirewallDomainsInput) GoString() string
- func (s *UpdateFirewallDomainsInput) SetDomains(v []*string) *UpdateFirewallDomainsInput
- func (s *UpdateFirewallDomainsInput) SetFirewallDomainListId(v string) *UpdateFirewallDomainsInput
- func (s *UpdateFirewallDomainsInput) SetOperation(v string) *UpdateFirewallDomainsInput
- func (s UpdateFirewallDomainsInput) String() string
- func (s *UpdateFirewallDomainsInput) Validate() error
- type UpdateFirewallDomainsOutput
- func (s UpdateFirewallDomainsOutput) GoString() string
- func (s *UpdateFirewallDomainsOutput) SetId(v string) *UpdateFirewallDomainsOutput
- func (s *UpdateFirewallDomainsOutput) SetName(v string) *UpdateFirewallDomainsOutput
- func (s *UpdateFirewallDomainsOutput) SetStatus(v string) *UpdateFirewallDomainsOutput
- func (s *UpdateFirewallDomainsOutput) SetStatusMessage(v string) *UpdateFirewallDomainsOutput
- func (s UpdateFirewallDomainsOutput) String() string
- type UpdateFirewallRuleGroupAssociationInput
- func (s UpdateFirewallRuleGroupAssociationInput) GoString() string
- func (s *UpdateFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId(v string) *UpdateFirewallRuleGroupAssociationInput
- func (s *UpdateFirewallRuleGroupAssociationInput) SetMutationProtection(v string) *UpdateFirewallRuleGroupAssociationInput
- func (s *UpdateFirewallRuleGroupAssociationInput) SetName(v string) *UpdateFirewallRuleGroupAssociationInput
- func (s *UpdateFirewallRuleGroupAssociationInput) SetPriority(v int64) *UpdateFirewallRuleGroupAssociationInput
- func (s UpdateFirewallRuleGroupAssociationInput) String() string
- func (s *UpdateFirewallRuleGroupAssociationInput) Validate() error
- type UpdateFirewallRuleGroupAssociationOutput
- type UpdateFirewallRuleInput
- func (s UpdateFirewallRuleInput) GoString() string
- func (s *UpdateFirewallRuleInput) SetAction(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetBlockOverrideDnsType(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetBlockOverrideDomain(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetBlockOverrideTtl(v int64) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetBlockResponse(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetFirewallDomainListId(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetFirewallDomainRedirectionAction(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetFirewallRuleGroupId(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetName(v string) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetPriority(v int64) *UpdateFirewallRuleInput
- func (s *UpdateFirewallRuleInput) SetQtype(v string) *UpdateFirewallRuleInput
- func (s UpdateFirewallRuleInput) String() string
- func (s *UpdateFirewallRuleInput) Validate() error
- type UpdateFirewallRuleOutput
- type UpdateIpAddress
- type UpdateOutpostResolverInput
- func (s UpdateOutpostResolverInput) GoString() string
- func (s *UpdateOutpostResolverInput) SetId(v string) *UpdateOutpostResolverInput
- func (s *UpdateOutpostResolverInput) SetInstanceCount(v int64) *UpdateOutpostResolverInput
- func (s *UpdateOutpostResolverInput) SetName(v string) *UpdateOutpostResolverInput
- func (s *UpdateOutpostResolverInput) SetPreferredInstanceType(v string) *UpdateOutpostResolverInput
- func (s UpdateOutpostResolverInput) String() string
- func (s *UpdateOutpostResolverInput) Validate() error
- type UpdateOutpostResolverOutput
- type UpdateResolverConfigInput
- func (s UpdateResolverConfigInput) GoString() string
- func (s *UpdateResolverConfigInput) SetAutodefinedReverseFlag(v string) *UpdateResolverConfigInput
- func (s *UpdateResolverConfigInput) SetResourceId(v string) *UpdateResolverConfigInput
- func (s UpdateResolverConfigInput) String() string
- func (s *UpdateResolverConfigInput) Validate() error
- type UpdateResolverConfigOutput
- type UpdateResolverDnssecConfigInput
- func (s UpdateResolverDnssecConfigInput) GoString() string
- func (s *UpdateResolverDnssecConfigInput) SetResourceId(v string) *UpdateResolverDnssecConfigInput
- func (s *UpdateResolverDnssecConfigInput) SetValidation(v string) *UpdateResolverDnssecConfigInput
- func (s UpdateResolverDnssecConfigInput) String() string
- func (s *UpdateResolverDnssecConfigInput) Validate() error
- type UpdateResolverDnssecConfigOutput
- type UpdateResolverEndpointInput
- func (s UpdateResolverEndpointInput) GoString() string
- func (s *UpdateResolverEndpointInput) SetName(v string) *UpdateResolverEndpointInput
- func (s *UpdateResolverEndpointInput) SetProtocols(v []*string) *UpdateResolverEndpointInput
- func (s *UpdateResolverEndpointInput) SetResolverEndpointId(v string) *UpdateResolverEndpointInput
- func (s *UpdateResolverEndpointInput) SetResolverEndpointType(v string) *UpdateResolverEndpointInput
- func (s *UpdateResolverEndpointInput) SetUpdateIpAddresses(v []*UpdateIpAddress) *UpdateResolverEndpointInput
- func (s UpdateResolverEndpointInput) String() string
- func (s *UpdateResolverEndpointInput) Validate() error
- type UpdateResolverEndpointOutput
- type UpdateResolverRuleInput
- func (s UpdateResolverRuleInput) GoString() string
- func (s *UpdateResolverRuleInput) SetConfig(v *ResolverRuleConfig) *UpdateResolverRuleInput
- func (s *UpdateResolverRuleInput) SetResolverRuleId(v string) *UpdateResolverRuleInput
- func (s UpdateResolverRuleInput) String() string
- func (s *UpdateResolverRuleInput) Validate() error
- type UpdateResolverRuleOutput
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
Constants ¶
const ( // ActionAllow is a Action enum value ActionAllow = "ALLOW" // ActionBlock is a Action enum value ActionBlock = "BLOCK" // ActionAlert is a Action enum value ActionAlert = "ALERT" )
const ( // AutodefinedReverseFlagEnable is a AutodefinedReverseFlag enum value AutodefinedReverseFlagEnable = "ENABLE" // AutodefinedReverseFlagDisable is a AutodefinedReverseFlag enum value AutodefinedReverseFlagDisable = "DISABLE" // AutodefinedReverseFlagUseLocalResourceSetting is a AutodefinedReverseFlag enum value AutodefinedReverseFlagUseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING" )
const ( // BlockResponseNodata is a BlockResponse enum value BlockResponseNodata = "NODATA" // BlockResponseNxdomain is a BlockResponse enum value BlockResponseNxdomain = "NXDOMAIN" // BlockResponseOverride is a BlockResponse enum value BlockResponseOverride = "OVERRIDE" )
const ( // FirewallDomainListStatusComplete is a FirewallDomainListStatus enum value FirewallDomainListStatusComplete = "COMPLETE" // FirewallDomainListStatusCompleteImportFailed is a FirewallDomainListStatus enum value FirewallDomainListStatusCompleteImportFailed = "COMPLETE_IMPORT_FAILED" // FirewallDomainListStatusImporting is a FirewallDomainListStatus enum value FirewallDomainListStatusImporting = "IMPORTING" // FirewallDomainListStatusDeleting is a FirewallDomainListStatus enum value FirewallDomainListStatusDeleting = "DELETING" // FirewallDomainListStatusUpdating is a FirewallDomainListStatus enum value FirewallDomainListStatusUpdating = "UPDATING" )
const ( // FirewallDomainRedirectionActionInspectRedirectionDomain is a FirewallDomainRedirectionAction enum value FirewallDomainRedirectionActionInspectRedirectionDomain = "INSPECT_REDIRECTION_DOMAIN" // FirewallDomainRedirectionActionTrustRedirectionDomain is a FirewallDomainRedirectionAction enum value FirewallDomainRedirectionActionTrustRedirectionDomain = "TRUST_REDIRECTION_DOMAIN" )
const ( // FirewallDomainUpdateOperationAdd is a FirewallDomainUpdateOperation enum value FirewallDomainUpdateOperationAdd = "ADD" // FirewallDomainUpdateOperationRemove is a FirewallDomainUpdateOperation enum value FirewallDomainUpdateOperationRemove = "REMOVE" // FirewallDomainUpdateOperationReplace is a FirewallDomainUpdateOperation enum value FirewallDomainUpdateOperationReplace = "REPLACE" )
const ( // FirewallFailOpenStatusEnabled is a FirewallFailOpenStatus enum value FirewallFailOpenStatusEnabled = "ENABLED" // FirewallFailOpenStatusDisabled is a FirewallFailOpenStatus enum value FirewallFailOpenStatusDisabled = "DISABLED" // FirewallFailOpenStatusUseLocalResourceSetting is a FirewallFailOpenStatus enum value FirewallFailOpenStatusUseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING" )
const ( // FirewallRuleGroupAssociationStatusComplete is a FirewallRuleGroupAssociationStatus enum value FirewallRuleGroupAssociationStatusComplete = "COMPLETE" // FirewallRuleGroupAssociationStatusDeleting is a FirewallRuleGroupAssociationStatus enum value FirewallRuleGroupAssociationStatusDeleting = "DELETING" // FirewallRuleGroupAssociationStatusUpdating is a FirewallRuleGroupAssociationStatus enum value FirewallRuleGroupAssociationStatusUpdating = "UPDATING" )
const ( // FirewallRuleGroupStatusComplete is a FirewallRuleGroupStatus enum value FirewallRuleGroupStatusComplete = "COMPLETE" // FirewallRuleGroupStatusDeleting is a FirewallRuleGroupStatus enum value FirewallRuleGroupStatusDeleting = "DELETING" // FirewallRuleGroupStatusUpdating is a FirewallRuleGroupStatus enum value FirewallRuleGroupStatusUpdating = "UPDATING" )
const ( // IpAddressStatusCreating is a IpAddressStatus enum value IpAddressStatusCreating = "CREATING" // IpAddressStatusFailedCreation is a IpAddressStatus enum value IpAddressStatusFailedCreation = "FAILED_CREATION" // IpAddressStatusAttaching is a IpAddressStatus enum value IpAddressStatusAttaching = "ATTACHING" // IpAddressStatusAttached is a IpAddressStatus enum value IpAddressStatusAttached = "ATTACHED" // IpAddressStatusRemapDetaching is a IpAddressStatus enum value IpAddressStatusRemapDetaching = "REMAP_DETACHING" // IpAddressStatusRemapAttaching is a IpAddressStatus enum value IpAddressStatusRemapAttaching = "REMAP_ATTACHING" // IpAddressStatusDetaching is a IpAddressStatus enum value IpAddressStatusDetaching = "DETACHING" // IpAddressStatusFailedResourceGone is a IpAddressStatus enum value IpAddressStatusFailedResourceGone = "FAILED_RESOURCE_GONE" // IpAddressStatusDeleting is a IpAddressStatus enum value IpAddressStatusDeleting = "DELETING" // IpAddressStatusDeleteFailedFasExpired is a IpAddressStatus enum value IpAddressStatusDeleteFailedFasExpired = "DELETE_FAILED_FAS_EXPIRED" // IpAddressStatusUpdating is a IpAddressStatus enum value IpAddressStatusUpdating = "UPDATING" // IpAddressStatusUpdateFailed is a IpAddressStatus enum value IpAddressStatusUpdateFailed = "UPDATE_FAILED" )
const ( // MutationProtectionStatusEnabled is a MutationProtectionStatus enum value MutationProtectionStatusEnabled = "ENABLED" // MutationProtectionStatusDisabled is a MutationProtectionStatus enum value MutationProtectionStatusDisabled = "DISABLED" )
const ( // OutpostResolverStatusCreating is a OutpostResolverStatus enum value OutpostResolverStatusCreating = "CREATING" // OutpostResolverStatusOperational is a OutpostResolverStatus enum value OutpostResolverStatusOperational = "OPERATIONAL" // OutpostResolverStatusUpdating is a OutpostResolverStatus enum value OutpostResolverStatusUpdating = "UPDATING" // OutpostResolverStatusDeleting is a OutpostResolverStatus enum value OutpostResolverStatusDeleting = "DELETING" // OutpostResolverStatusActionNeeded is a OutpostResolverStatus enum value OutpostResolverStatusActionNeeded = "ACTION_NEEDED" // OutpostResolverStatusFailedCreation is a OutpostResolverStatus enum value OutpostResolverStatusFailedCreation = "FAILED_CREATION" // OutpostResolverStatusFailedDeletion is a OutpostResolverStatus enum value OutpostResolverStatusFailedDeletion = "FAILED_DELETION" )
const ( // ProtocolDoH is a Protocol enum value ProtocolDoH = "DoH" // ProtocolDo53 is a Protocol enum value ProtocolDo53 = "Do53" // ProtocolDoHFips is a Protocol enum value ProtocolDoHFips = "DoH-FIPS" )
const ( // ResolverAutodefinedReverseStatusEnabling is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusEnabling = "ENABLING" // ResolverAutodefinedReverseStatusEnabled is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusEnabled = "ENABLED" // ResolverAutodefinedReverseStatusDisabling is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusDisabling = "DISABLING" // ResolverAutodefinedReverseStatusDisabled is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusDisabled = "DISABLED" // ResolverAutodefinedReverseStatusUpdatingToUseLocalResourceSetting is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusUpdatingToUseLocalResourceSetting = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" // ResolverAutodefinedReverseStatusUseLocalResourceSetting is a ResolverAutodefinedReverseStatus enum value ResolverAutodefinedReverseStatusUseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING" )
const ( // ResolverDNSSECValidationStatusEnabling is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusEnabling = "ENABLING" // ResolverDNSSECValidationStatusEnabled is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusEnabled = "ENABLED" // ResolverDNSSECValidationStatusDisabling is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusDisabling = "DISABLING" // ResolverDNSSECValidationStatusDisabled is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusDisabled = "DISABLED" // ResolverDNSSECValidationStatusUpdatingToUseLocalResourceSetting is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusUpdatingToUseLocalResourceSetting = "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING" // ResolverDNSSECValidationStatusUseLocalResourceSetting is a ResolverDNSSECValidationStatus enum value ResolverDNSSECValidationStatusUseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING" )
const ( // ResolverEndpointDirectionInbound is a ResolverEndpointDirection enum value ResolverEndpointDirectionInbound = "INBOUND" // ResolverEndpointDirectionOutbound is a ResolverEndpointDirection enum value ResolverEndpointDirectionOutbound = "OUTBOUND" )
const ( // ResolverEndpointStatusCreating is a ResolverEndpointStatus enum value ResolverEndpointStatusCreating = "CREATING" // ResolverEndpointStatusOperational is a ResolverEndpointStatus enum value ResolverEndpointStatusOperational = "OPERATIONAL" // ResolverEndpointStatusUpdating is a ResolverEndpointStatus enum value ResolverEndpointStatusUpdating = "UPDATING" // ResolverEndpointStatusAutoRecovering is a ResolverEndpointStatus enum value ResolverEndpointStatusAutoRecovering = "AUTO_RECOVERING" // ResolverEndpointStatusActionNeeded is a ResolverEndpointStatus enum value ResolverEndpointStatusActionNeeded = "ACTION_NEEDED" // ResolverEndpointStatusDeleting is a ResolverEndpointStatus enum value ResolverEndpointStatusDeleting = "DELETING" )
const ( // ResolverEndpointTypeIpv6 is a ResolverEndpointType enum value ResolverEndpointTypeIpv6 = "IPV6" // ResolverEndpointTypeIpv4 is a ResolverEndpointType enum value ResolverEndpointTypeIpv4 = "IPV4" // ResolverEndpointTypeDualstack is a ResolverEndpointType enum value ResolverEndpointTypeDualstack = "DUALSTACK" )
const ( // ResolverQueryLogConfigAssociationErrorNone is a ResolverQueryLogConfigAssociationError enum value ResolverQueryLogConfigAssociationErrorNone = "NONE" // ResolverQueryLogConfigAssociationErrorDestinationNotFound is a ResolverQueryLogConfigAssociationError enum value ResolverQueryLogConfigAssociationErrorDestinationNotFound = "DESTINATION_NOT_FOUND" // ResolverQueryLogConfigAssociationErrorAccessDenied is a ResolverQueryLogConfigAssociationError enum value ResolverQueryLogConfigAssociationErrorAccessDenied = "ACCESS_DENIED" // ResolverQueryLogConfigAssociationErrorInternalServiceError is a ResolverQueryLogConfigAssociationError enum value ResolverQueryLogConfigAssociationErrorInternalServiceError = "INTERNAL_SERVICE_ERROR" )
const ( // ResolverQueryLogConfigAssociationStatusCreating is a ResolverQueryLogConfigAssociationStatus enum value ResolverQueryLogConfigAssociationStatusCreating = "CREATING" // ResolverQueryLogConfigAssociationStatusActive is a ResolverQueryLogConfigAssociationStatus enum value ResolverQueryLogConfigAssociationStatusActive = "ACTIVE" // ResolverQueryLogConfigAssociationStatusActionNeeded is a ResolverQueryLogConfigAssociationStatus enum value ResolverQueryLogConfigAssociationStatusActionNeeded = "ACTION_NEEDED" // ResolverQueryLogConfigAssociationStatusDeleting is a ResolverQueryLogConfigAssociationStatus enum value ResolverQueryLogConfigAssociationStatusDeleting = "DELETING" // ResolverQueryLogConfigAssociationStatusFailed is a ResolverQueryLogConfigAssociationStatus enum value ResolverQueryLogConfigAssociationStatusFailed = "FAILED" )
const ( // ResolverQueryLogConfigStatusCreating is a ResolverQueryLogConfigStatus enum value ResolverQueryLogConfigStatusCreating = "CREATING" // ResolverQueryLogConfigStatusCreated is a ResolverQueryLogConfigStatus enum value ResolverQueryLogConfigStatusCreated = "CREATED" // ResolverQueryLogConfigStatusDeleting is a ResolverQueryLogConfigStatus enum value ResolverQueryLogConfigStatusDeleting = "DELETING" // ResolverQueryLogConfigStatusFailed is a ResolverQueryLogConfigStatus enum value ResolverQueryLogConfigStatusFailed = "FAILED" )
const ( // ResolverRuleAssociationStatusCreating is a ResolverRuleAssociationStatus enum value ResolverRuleAssociationStatusCreating = "CREATING" // ResolverRuleAssociationStatusComplete is a ResolverRuleAssociationStatus enum value ResolverRuleAssociationStatusComplete = "COMPLETE" // ResolverRuleAssociationStatusDeleting is a ResolverRuleAssociationStatus enum value ResolverRuleAssociationStatusDeleting = "DELETING" // ResolverRuleAssociationStatusFailed is a ResolverRuleAssociationStatus enum value ResolverRuleAssociationStatusFailed = "FAILED" // ResolverRuleAssociationStatusOverridden is a ResolverRuleAssociationStatus enum value ResolverRuleAssociationStatusOverridden = "OVERRIDDEN" )
const ( // ResolverRuleStatusComplete is a ResolverRuleStatus enum value ResolverRuleStatusComplete = "COMPLETE" // ResolverRuleStatusDeleting is a ResolverRuleStatus enum value ResolverRuleStatusDeleting = "DELETING" // ResolverRuleStatusUpdating is a ResolverRuleStatus enum value ResolverRuleStatusUpdating = "UPDATING" // ResolverRuleStatusFailed is a ResolverRuleStatus enum value ResolverRuleStatusFailed = "FAILED" )
const ( // RuleTypeOptionForward is a RuleTypeOption enum value RuleTypeOptionForward = "FORWARD" // RuleTypeOptionSystem is a RuleTypeOption enum value RuleTypeOptionSystem = "SYSTEM" // RuleTypeOptionRecursive is a RuleTypeOption enum value RuleTypeOptionRecursive = "RECURSIVE" )
const (ShareStatusNotShared = "NOT_SHARED" ShareStatusSharedWithMe = "SHARED_WITH_ME" ShareStatusSharedByMe = "SHARED_BY_ME" )
const ( // SortOrderAscending is a SortOrder enum value SortOrderAscending = "ASCENDING" // SortOrderDescending is a SortOrder enum value SortOrderDescending = "DESCENDING" )
const ( // ValidationEnable is a Validation enum value ValidationEnable = "ENABLE" // ValidationDisable is a Validation enum value ValidationDisable = "DISABLE" // ValidationUseLocalResourceSetting is a Validation enum value ValidationUseLocalResourceSetting = "USE_LOCAL_RESOURCE_SETTING" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // The current account doesn't have the IAM permissions required to perform // the specified Resolver operation. // // This error can also be thrown when a customer has reached the 5120 character // limit for a resource policy for CloudWatch Logs. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeConflictException for service response error code // "ConflictException". // // 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. ErrCodeConflictException = "ConflictException" // ErrCodeInternalServiceErrorException for service response error code // "InternalServiceErrorException". // // We encountered an unknown error. Try again in a few minutes. ErrCodeInternalServiceErrorException = "InternalServiceErrorException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // // The value that you specified for NextToken in a List request isn't valid. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // One or more parameters in this request are not valid. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeInvalidPolicyDocument for service response error code // "InvalidPolicyDocument". // // The specified Resolver rule policy is invalid. ErrCodeInvalidPolicyDocument = "InvalidPolicyDocument" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // The request is invalid. ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeInvalidTagException for service response error code // "InvalidTagException". // // The specified tag is invalid. ErrCodeInvalidTagException = "InvalidTagException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // The request caused one or more limits to be exceeded. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeResourceExistsException for service response error code // "ResourceExistsException". // // The resource that you tried to create already exists. ErrCodeResourceExistsException = "ResourceExistsException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // The resource that you tried to update or delete is currently in use. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified resource doesn't exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // "ResourceUnavailableException". // // The specified resource isn't available. ErrCodeResourceUnavailableException = "ResourceUnavailableException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // Fulfilling the request would cause one or more quotas to be exceeded. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The request was throttled. Try again in a few minutes. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeUnknownResourceException for service response error code // "UnknownResourceException". // // The specified resource doesn't exist. ErrCodeUnknownResourceException = "UnknownResourceException" // ErrCodeValidationException for service response error code // "ValidationException". // // You have provided an invalid command. If you ran the UpdateFirewallDomains // request. supported values are ADD, REMOVE, or REPLACE a domain. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "Route53Resolver" // Name of service. EndpointsID = "route53resolver" // ID to lookup a service endpoint with. ServiceID = "Route53Resolver" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// BlockOverrideDnsTypeCname is a BlockOverrideDnsType enum value
BlockOverrideDnsTypeCname = "CNAME"
)
const (
// FirewallDomainImportOperationReplace is a FirewallDomainImportOperation enum value
FirewallDomainImportOperationReplace = "REPLACE"
)
Variables ¶
This section is empty.
Functions ¶
func Action_Values ¶ added in v1.38.11
func Action_Values() []string
Action_Values returns all elements of the Action enum
func AutodefinedReverseFlag_Values ¶ added in v1.41.10
func AutodefinedReverseFlag_Values() []string
AutodefinedReverseFlag_Values returns all elements of the AutodefinedReverseFlag enum
func BlockOverrideDnsType_Values ¶ added in v1.38.11
func BlockOverrideDnsType_Values() []string
BlockOverrideDnsType_Values returns all elements of the BlockOverrideDnsType enum
func BlockResponse_Values ¶ added in v1.38.11
func BlockResponse_Values() []string
BlockResponse_Values returns all elements of the BlockResponse enum
func FirewallDomainImportOperation_Values ¶ added in v1.38.11
func FirewallDomainImportOperation_Values() []string
FirewallDomainImportOperation_Values returns all elements of the FirewallDomainImportOperation enum
func FirewallDomainListStatus_Values ¶ added in v1.38.11
func FirewallDomainListStatus_Values() []string
FirewallDomainListStatus_Values returns all elements of the FirewallDomainListStatus enum
func FirewallDomainRedirectionAction_Values ¶ added in v1.51.32
func FirewallDomainRedirectionAction_Values() []string
FirewallDomainRedirectionAction_Values returns all elements of the FirewallDomainRedirectionAction enum
func FirewallDomainUpdateOperation_Values ¶ added in v1.38.11
func FirewallDomainUpdateOperation_Values() []string
FirewallDomainUpdateOperation_Values returns all elements of the FirewallDomainUpdateOperation enum
func FirewallFailOpenStatus_Values ¶ added in v1.38.11
func FirewallFailOpenStatus_Values() []string
FirewallFailOpenStatus_Values returns all elements of the FirewallFailOpenStatus enum
func FirewallRuleGroupAssociationStatus_Values ¶ added in v1.38.11
func FirewallRuleGroupAssociationStatus_Values() []string
FirewallRuleGroupAssociationStatus_Values returns all elements of the FirewallRuleGroupAssociationStatus enum
func FirewallRuleGroupStatus_Values ¶ added in v1.38.11
func FirewallRuleGroupStatus_Values() []string
FirewallRuleGroupStatus_Values returns all elements of the FirewallRuleGroupStatus enum
func IpAddressStatus_Values ¶ added in v1.34.3
func IpAddressStatus_Values() []string
IpAddressStatus_Values returns all elements of the IpAddressStatus enum
func MutationProtectionStatus_Values ¶ added in v1.38.11
func MutationProtectionStatus_Values() []string
MutationProtectionStatus_Values returns all elements of the MutationProtectionStatus enum
func OutpostResolverStatus_Values ¶ added in v1.44.305
func OutpostResolverStatus_Values() []string
OutpostResolverStatus_Values returns all elements of the OutpostResolverStatus enum
func Protocol_Values ¶ added in v1.49.5
func Protocol_Values() []string
Protocol_Values returns all elements of the Protocol enum
func ResolverAutodefinedReverseStatus_Values ¶ added in v1.41.10
func ResolverAutodefinedReverseStatus_Values() []string
ResolverAutodefinedReverseStatus_Values returns all elements of the ResolverAutodefinedReverseStatus enum
func ResolverDNSSECValidationStatus_Values ¶ added in v1.36.11
func ResolverDNSSECValidationStatus_Values() []string
ResolverDNSSECValidationStatus_Values returns all elements of the ResolverDNSSECValidationStatus enum
func ResolverEndpointDirection_Values ¶ added in v1.34.3
func ResolverEndpointDirection_Values() []string
ResolverEndpointDirection_Values returns all elements of the ResolverEndpointDirection enum
func ResolverEndpointStatus_Values ¶ added in v1.34.3
func ResolverEndpointStatus_Values() []string
ResolverEndpointStatus_Values returns all elements of the ResolverEndpointStatus enum
func ResolverEndpointType_Values ¶ added in v1.44.217
func ResolverEndpointType_Values() []string
ResolverEndpointType_Values returns all elements of the ResolverEndpointType enum
func ResolverQueryLogConfigAssociationError_Values ¶ added in v1.34.11
func ResolverQueryLogConfigAssociationError_Values() []string
ResolverQueryLogConfigAssociationError_Values returns all elements of the ResolverQueryLogConfigAssociationError enum
func ResolverQueryLogConfigAssociationStatus_Values ¶ added in v1.34.11
func ResolverQueryLogConfigAssociationStatus_Values() []string
ResolverQueryLogConfigAssociationStatus_Values returns all elements of the ResolverQueryLogConfigAssociationStatus enum
func ResolverQueryLogConfigStatus_Values ¶ added in v1.34.11
func ResolverQueryLogConfigStatus_Values() []string
ResolverQueryLogConfigStatus_Values returns all elements of the ResolverQueryLogConfigStatus enum
func ResolverRuleAssociationStatus_Values ¶ added in v1.34.3
func ResolverRuleAssociationStatus_Values() []string
ResolverRuleAssociationStatus_Values returns all elements of the ResolverRuleAssociationStatus enum
func ResolverRuleStatus_Values ¶ added in v1.34.3
func ResolverRuleStatus_Values() []string
ResolverRuleStatus_Values returns all elements of the ResolverRuleStatus enum
func RuleTypeOption_Values ¶ added in v1.34.3
func RuleTypeOption_Values() []string
RuleTypeOption_Values returns all elements of the RuleTypeOption enum
func ShareStatus_Values ¶ added in v1.34.3
func ShareStatus_Values() []string
ShareStatus_Values returns all elements of the ShareStatus enum
func SortOrder_Values ¶ added in v1.34.11
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func Validation_Values ¶ added in v1.36.11
func Validation_Values() []string
Validation_Values returns all elements of the Validation enum
Types ¶
type AccessDeniedException ¶ added in v1.34.11
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
func (*AccessDeniedException) Code ¶ added in v1.34.11
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶ added in v1.34.11
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶ added in v1.34.11
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶ added in v1.34.11
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶ added in v1.34.11
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶ added in v1.34.11
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶ added in v1.34.11
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶ added in v1.34.11
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateFirewallRuleGroupInput ¶ added in v1.38.11
type AssociateFirewallRuleGroupInput struct { // 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. CreatorRequestId *string `min:"1" type:"string" idempotencyToken:"true"` // The unique identifier of the firewall rule group. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // 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. MutationProtection *string `type:"string" enum:"MutationProtectionStatus"` // A name that lets you identify the association, to manage and use it. // // Name is a required field Name *string `type:"string" required:"true"` // 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. // // Priority is a required field Priority *int64 `type:"integer" required:"true"` // A list of the tag keys and values that you want to associate with the rule // group association. Tags []*Tag `type:"list"` // The unique identifier of the VPC that you want to associate with the rule // group. // // VpcId is a required field VpcId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateFirewallRuleGroupInput) GoString ¶ added in v1.38.11
func (s AssociateFirewallRuleGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateFirewallRuleGroupInput) SetCreatorRequestId ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetCreatorRequestId(v string) *AssociateFirewallRuleGroupInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*AssociateFirewallRuleGroupInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *AssociateFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*AssociateFirewallRuleGroupInput) SetMutationProtection ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetMutationProtection(v string) *AssociateFirewallRuleGroupInput
SetMutationProtection sets the MutationProtection field's value.
func (*AssociateFirewallRuleGroupInput) SetName ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetName(v string) *AssociateFirewallRuleGroupInput
SetName sets the Name field's value.
func (*AssociateFirewallRuleGroupInput) SetPriority ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetPriority(v int64) *AssociateFirewallRuleGroupInput
SetPriority sets the Priority field's value.
func (*AssociateFirewallRuleGroupInput) SetTags ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetTags(v []*Tag) *AssociateFirewallRuleGroupInput
SetTags sets the Tags field's value.
func (*AssociateFirewallRuleGroupInput) SetVpcId ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) SetVpcId(v string) *AssociateFirewallRuleGroupInput
SetVpcId sets the VpcId field's value.
func (AssociateFirewallRuleGroupInput) String ¶ added in v1.38.11
func (s AssociateFirewallRuleGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateFirewallRuleGroupInput) Validate ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateFirewallRuleGroupOutput ¶ added in v1.38.11
type AssociateFirewallRuleGroupOutput struct { // 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. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
func (AssociateFirewallRuleGroupOutput) GoString ¶ added in v1.38.11
func (s AssociateFirewallRuleGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation ¶ added in v1.38.11
func (s *AssociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *AssociateFirewallRuleGroupOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
func (AssociateFirewallRuleGroupOutput) String ¶ added in v1.38.11
func (s AssociateFirewallRuleGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateResolverEndpointIpAddressInput ¶
type AssociateResolverEndpointIpAddressInput struct { // 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. // // IpAddress is a required field IpAddress *IpAddressUpdate `type:"structure" required:"true"` // The ID of the Resolver endpoint that you want to associate IP addresses with. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateResolverEndpointIpAddressInput) GoString ¶
func (s AssociateResolverEndpointIpAddressInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverEndpointIpAddressInput) SetIpAddress ¶
func (s *AssociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *AssociateResolverEndpointIpAddressInput
SetIpAddress sets the IpAddress field's value.
func (*AssociateResolverEndpointIpAddressInput) SetResolverEndpointId ¶
func (s *AssociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *AssociateResolverEndpointIpAddressInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (AssociateResolverEndpointIpAddressInput) String ¶
func (s AssociateResolverEndpointIpAddressInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverEndpointIpAddressInput) Validate ¶
func (s *AssociateResolverEndpointIpAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateResolverEndpointIpAddressOutput ¶
type AssociateResolverEndpointIpAddressOutput struct { // The response to an AssociateResolverEndpointIpAddress request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (AssociateResolverEndpointIpAddressOutput) GoString ¶
func (s AssociateResolverEndpointIpAddressOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverEndpointIpAddressOutput) SetResolverEndpoint ¶
func (s *AssociateResolverEndpointIpAddressOutput) SetResolverEndpoint(v *ResolverEndpoint) *AssociateResolverEndpointIpAddressOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (AssociateResolverEndpointIpAddressOutput) String ¶
func (s AssociateResolverEndpointIpAddressOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateResolverQueryLogConfigInput ¶ added in v1.34.11
type AssociateResolverQueryLogConfigInput struct { // The ID of the query logging configuration that you want to associate a VPC // with. // // ResolverQueryLogConfigId is a required field ResolverQueryLogConfigId *string `min:"1" type:"string" required:"true"` // 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. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateResolverQueryLogConfigInput) GoString ¶ added in v1.34.11
func (s AssociateResolverQueryLogConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId ¶ added in v1.34.11
func (s *AssociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *AssociateResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (*AssociateResolverQueryLogConfigInput) SetResourceId ¶ added in v1.34.11
func (s *AssociateResolverQueryLogConfigInput) SetResourceId(v string) *AssociateResolverQueryLogConfigInput
SetResourceId sets the ResourceId field's value.
func (AssociateResolverQueryLogConfigInput) String ¶ added in v1.34.11
func (s AssociateResolverQueryLogConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverQueryLogConfigInput) Validate ¶ added in v1.34.11
func (s *AssociateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateResolverQueryLogConfigOutput ¶ added in v1.34.11
type AssociateResolverQueryLogConfigOutput struct { // A complex type that contains settings for a specified association between // an Amazon VPC and a query logging configuration. ResolverQueryLogConfigAssociation *ResolverQueryLogConfigAssociation `type:"structure"` // contains filtered or unexported fields }
func (AssociateResolverQueryLogConfigOutput) GoString ¶ added in v1.34.11
func (s AssociateResolverQueryLogConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation ¶ added in v1.34.11
func (s *AssociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *AssociateResolverQueryLogConfigOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
func (AssociateResolverQueryLogConfigOutput) String ¶ added in v1.34.11
func (s AssociateResolverQueryLogConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateResolverRuleInput ¶
type AssociateResolverRuleInput struct { // A name for the association that you're creating between a Resolver rule and // a VPC. Name *string `type:"string"` // The ID of the Resolver rule that you want to associate with the VPC. To list // the existing Resolver rules, use ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html). // // ResolverRuleId is a required field ResolverRuleId *string `min:"1" type:"string" required:"true"` // The ID of the VPC that you want to associate the Resolver rule with. // // VPCId is a required field VPCId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateResolverRuleInput) GoString ¶
func (s AssociateResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverRuleInput) SetName ¶
func (s *AssociateResolverRuleInput) SetName(v string) *AssociateResolverRuleInput
SetName sets the Name field's value.
func (*AssociateResolverRuleInput) SetResolverRuleId ¶
func (s *AssociateResolverRuleInput) SetResolverRuleId(v string) *AssociateResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (*AssociateResolverRuleInput) SetVPCId ¶
func (s *AssociateResolverRuleInput) SetVPCId(v string) *AssociateResolverRuleInput
SetVPCId sets the VPCId field's value.
func (AssociateResolverRuleInput) String ¶
func (s AssociateResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverRuleInput) Validate ¶
func (s *AssociateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateResolverRuleOutput ¶
type AssociateResolverRuleOutput struct { // Information about the AssociateResolverRule request, including the status // of the request. ResolverRuleAssociation *ResolverRuleAssociation `type:"structure"` // contains filtered or unexported fields }
func (AssociateResolverRuleOutput) GoString ¶
func (s AssociateResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateResolverRuleOutput) SetResolverRuleAssociation ¶
func (s *AssociateResolverRuleOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *AssociateResolverRuleOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
func (AssociateResolverRuleOutput) String ¶
func (s AssociateResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException ¶ added in v1.38.11
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
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.
func (*ConflictException) Code ¶ added in v1.38.11
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶ added in v1.38.11
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶ added in v1.38.11
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶ added in v1.38.11
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶ added in v1.38.11
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶ added in v1.38.11
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶ added in v1.38.11
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶ added in v1.38.11
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateFirewallDomainListInput ¶ added in v1.38.11
type CreateFirewallDomainListInput struct { // 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. CreatorRequestId *string `min:"1" type:"string" idempotencyToken:"true"` // A name that lets you identify the domain list to manage and use it. // // Name is a required field Name *string `type:"string" required:"true"` // A list of the tag keys and values that you want to associate with the domain // list. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateFirewallDomainListInput) GoString ¶ added in v1.38.11
func (s CreateFirewallDomainListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallDomainListInput) SetCreatorRequestId ¶ added in v1.38.11
func (s *CreateFirewallDomainListInput) SetCreatorRequestId(v string) *CreateFirewallDomainListInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateFirewallDomainListInput) SetName ¶ added in v1.38.11
func (s *CreateFirewallDomainListInput) SetName(v string) *CreateFirewallDomainListInput
SetName sets the Name field's value.
func (*CreateFirewallDomainListInput) SetTags ¶ added in v1.38.11
func (s *CreateFirewallDomainListInput) SetTags(v []*Tag) *CreateFirewallDomainListInput
SetTags sets the Tags field's value.
func (CreateFirewallDomainListInput) String ¶ added in v1.38.11
func (s CreateFirewallDomainListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallDomainListInput) Validate ¶ added in v1.38.11
func (s *CreateFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallDomainListOutput ¶ added in v1.38.11
type CreateFirewallDomainListOutput struct { // The domain list that you just created. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
func (CreateFirewallDomainListOutput) GoString ¶ added in v1.38.11
func (s CreateFirewallDomainListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallDomainListOutput) SetFirewallDomainList ¶ added in v1.38.11
func (s *CreateFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *CreateFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
func (CreateFirewallDomainListOutput) String ¶ added in v1.38.11
func (s CreateFirewallDomainListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateFirewallRuleGroupInput ¶ added in v1.38.11
type CreateFirewallRuleGroupInput struct { // 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. CreatorRequestId *string `min:"1" type:"string" idempotencyToken:"true"` // A name that lets you identify the rule group, to manage and use it. // // Name is a required field Name *string `type:"string" required:"true"` // A list of the tag keys and values that you want to associate with the rule // group. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateFirewallRuleGroupInput) GoString ¶ added in v1.38.11
func (s CreateFirewallRuleGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleGroupInput) SetCreatorRequestId ¶ added in v1.38.11
func (s *CreateFirewallRuleGroupInput) SetCreatorRequestId(v string) *CreateFirewallRuleGroupInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateFirewallRuleGroupInput) SetName ¶ added in v1.38.11
func (s *CreateFirewallRuleGroupInput) SetName(v string) *CreateFirewallRuleGroupInput
SetName sets the Name field's value.
func (*CreateFirewallRuleGroupInput) SetTags ¶ added in v1.38.11
func (s *CreateFirewallRuleGroupInput) SetTags(v []*Tag) *CreateFirewallRuleGroupInput
SetTags sets the Tags field's value.
func (CreateFirewallRuleGroupInput) String ¶ added in v1.38.11
func (s CreateFirewallRuleGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleGroupInput) Validate ¶ added in v1.38.11
func (s *CreateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallRuleGroupOutput ¶ added in v1.38.11
type CreateFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateFirewallRuleGroupOutput) GoString ¶ added in v1.38.11
func (s CreateFirewallRuleGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleGroupOutput) SetFirewallRuleGroup ¶ added in v1.38.11
func (s *CreateFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *CreateFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
func (CreateFirewallRuleGroupOutput) String ¶ added in v1.38.11
func (s CreateFirewallRuleGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateFirewallRuleInput ¶ added in v1.38.11
type CreateFirewallRuleInput struct { // The action that DNS Firewall should take on a DNS query when it matches one // of the domains in the rule's domain list: // // * ALLOW - Permit the request to go through. // // * ALERT - Permit the request and send metrics and logs to Cloud Watch. // // * BLOCK - Disallow the request. This option requires additional details // in the rule's BlockResponse. // // Action is a required field Action *string `type:"string" required:"true" enum:"Action"` // 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. BlockOverrideDnsType *string `type:"string" enum:"BlockOverrideDnsType"` // 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. BlockOverrideDomain *string `min:"1" type:"string"` // 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. BlockOverrideTtl *int64 `type:"integer"` // The way that you want DNS Firewall to block the request, used with the rule // action setting BLOCK. // // * NODATA - Respond indicating that the query was successful, but no response // is available for it. // // * NXDOMAIN - Respond indicating that the domain name that's in the query // doesn't exist. // // * OVERRIDE - Provide a custom override in the response. This option requires // custom handling details in the rule's BlockOverride* settings. // // This setting is required if the rule action setting is BLOCK. BlockResponse *string `type:"string" enum:"BlockResponse"` // 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. CreatorRequestId *string `min:"1" type:"string" idempotencyToken:"true"` // The ID of the domain list that you want to use in the rule. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // How you want the the rule to evaluate DNS redirection in the DNS redirection // chain, such as CNAME or DNAME. // // Inspect_Redirection_Domain (Default) inspects all domains in the redirection // chain. The individual domains in the redirection chain must be added to the // domain list. // // Trust_Redirection_Domain inspects only the first domain in the redirection // chain. You don't need to add the subsequent domains in the domain in the // redirection list to the domain list. FirewallDomainRedirectionAction *string `type:"string" enum:"FirewallDomainRedirectionAction"` // The unique identifier of the firewall rule group where you want to create // the rule. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // A name that lets you identify the rule in the rule group. // // Name is a required field Name *string `type:"string" required:"true"` // 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. // // Priority is a required field Priority *int64 `type:"integer" required:"true"` // The DNS query type you want the rule to evaluate. Allowed values are; // // * A: Returns an IPv4 address. // // * AAAA: Returns an Ipv6 address. // // * CAA: Restricts CAs that can create SSL/TLS certifications for the domain. // // * CNAME: Returns another domain name. // // * DS: Record that identifies the DNSSEC signing key of a delegated zone. // // * MX: Specifies mail servers. // // * NAPTR: Regular-expression-based rewriting of domain names. // // * NS: Authoritative name servers. // // * PTR: Maps an IP address to a domain name. // // * SOA: Start of authority record for the zone. // // * SPF: Lists the servers authorized to send emails from a domain. // // * SRV: Application specific values that identify servers. // // * TXT: Verifies email senders and application-specific values. // // * A query type you define by using the DNS type ID, for example 28 for // AAAA. The values must be defined as TYPENUMBER, where the NUMBER can be // 1-65334, for example, TYPE28. For more information, see List of DNS record // types (https://en.wikipedia.org/wiki/List_of_DNS_record_types). Qtype *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateFirewallRuleInput) GoString ¶ added in v1.38.11
func (s CreateFirewallRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleInput) SetAction ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetAction(v string) *CreateFirewallRuleInput
SetAction sets the Action field's value.
func (*CreateFirewallRuleInput) SetBlockOverrideDnsType ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetBlockOverrideDnsType(v string) *CreateFirewallRuleInput
SetBlockOverrideDnsType sets the BlockOverrideDnsType field's value.
func (*CreateFirewallRuleInput) SetBlockOverrideDomain ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetBlockOverrideDomain(v string) *CreateFirewallRuleInput
SetBlockOverrideDomain sets the BlockOverrideDomain field's value.
func (*CreateFirewallRuleInput) SetBlockOverrideTtl ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetBlockOverrideTtl(v int64) *CreateFirewallRuleInput
SetBlockOverrideTtl sets the BlockOverrideTtl field's value.
func (*CreateFirewallRuleInput) SetBlockResponse ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetBlockResponse(v string) *CreateFirewallRuleInput
SetBlockResponse sets the BlockResponse field's value.
func (*CreateFirewallRuleInput) SetCreatorRequestId ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetCreatorRequestId(v string) *CreateFirewallRuleInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateFirewallRuleInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetFirewallDomainListId(v string) *CreateFirewallRuleInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*CreateFirewallRuleInput) SetFirewallDomainRedirectionAction ¶ added in v1.51.32
func (s *CreateFirewallRuleInput) SetFirewallDomainRedirectionAction(v string) *CreateFirewallRuleInput
SetFirewallDomainRedirectionAction sets the FirewallDomainRedirectionAction field's value.
func (*CreateFirewallRuleInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetFirewallRuleGroupId(v string) *CreateFirewallRuleInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*CreateFirewallRuleInput) SetName ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetName(v string) *CreateFirewallRuleInput
SetName sets the Name field's value.
func (*CreateFirewallRuleInput) SetPriority ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) SetPriority(v int64) *CreateFirewallRuleInput
SetPriority sets the Priority field's value.
func (*CreateFirewallRuleInput) SetQtype ¶ added in v1.49.17
func (s *CreateFirewallRuleInput) SetQtype(v string) *CreateFirewallRuleInput
SetQtype sets the Qtype field's value.
func (CreateFirewallRuleInput) String ¶ added in v1.38.11
func (s CreateFirewallRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleInput) Validate ¶ added in v1.38.11
func (s *CreateFirewallRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallRuleOutput ¶ added in v1.38.11
type CreateFirewallRuleOutput struct { // The firewall rule that you just created. FirewallRule *FirewallRule `type:"structure"` // contains filtered or unexported fields }
func (CreateFirewallRuleOutput) GoString ¶ added in v1.38.11
func (s CreateFirewallRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFirewallRuleOutput) SetFirewallRule ¶ added in v1.38.11
func (s *CreateFirewallRuleOutput) SetFirewallRule(v *FirewallRule) *CreateFirewallRuleOutput
SetFirewallRule sets the FirewallRule field's value.
func (CreateFirewallRuleOutput) String ¶ added in v1.38.11
func (s CreateFirewallRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateOutpostResolverInput ¶ added in v1.44.305
type CreateOutpostResolverInput struct { // 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. // // CreatorRequestId is a required field CreatorRequestId *string `min:"1" type:"string" required:"true"` // Number of Amazon EC2 instances for the Resolver on Outpost. The default and // minimal value is 4. InstanceCount *int64 `type:"integer"` // A friendly name that lets you easily find a configuration in the Resolver // dashboard in the Route 53 console. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must // also specify a value for the PreferredInstanceType. // // OutpostArn is a required field OutpostArn *string `min:"1" type:"string" required:"true"` // The Amazon EC2 instance type. If you specify this, you must also specify // a value for the OutpostArn. // // PreferredInstanceType is a required field PreferredInstanceType *string `min:"1" type:"string" required:"true"` // A string that helps identify the Route 53 Resolvers on Outpost. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateOutpostResolverInput) GoString ¶ added in v1.44.305
func (s CreateOutpostResolverInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateOutpostResolverInput) SetCreatorRequestId ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetCreatorRequestId(v string) *CreateOutpostResolverInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateOutpostResolverInput) SetInstanceCount ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetInstanceCount(v int64) *CreateOutpostResolverInput
SetInstanceCount sets the InstanceCount field's value.
func (*CreateOutpostResolverInput) SetName ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetName(v string) *CreateOutpostResolverInput
SetName sets the Name field's value.
func (*CreateOutpostResolverInput) SetOutpostArn ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetOutpostArn(v string) *CreateOutpostResolverInput
SetOutpostArn sets the OutpostArn field's value.
func (*CreateOutpostResolverInput) SetPreferredInstanceType ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetPreferredInstanceType(v string) *CreateOutpostResolverInput
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (*CreateOutpostResolverInput) SetTags ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) SetTags(v []*Tag) *CreateOutpostResolverInput
SetTags sets the Tags field's value.
func (CreateOutpostResolverInput) String ¶ added in v1.44.305
func (s CreateOutpostResolverInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateOutpostResolverInput) Validate ¶ added in v1.44.305
func (s *CreateOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOutpostResolverOutput ¶ added in v1.44.305
type CreateOutpostResolverOutput struct { // Information about the CreateOutpostResolver request, including the status // of the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
func (CreateOutpostResolverOutput) GoString ¶ added in v1.44.305
func (s CreateOutpostResolverOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateOutpostResolverOutput) SetOutpostResolver ¶ added in v1.44.305
func (s *CreateOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *CreateOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
func (CreateOutpostResolverOutput) String ¶ added in v1.44.305
func (s CreateOutpostResolverOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateResolverEndpointInput ¶
type CreateResolverEndpointInput struct { // 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. // // CreatorRequestId is a required field CreatorRequestId *string `min:"1" type:"string" required:"true"` // Specify the applicable value: // // * INBOUND: Resolver forwards DNS queries to the DNS service for a VPC // from your network // // * OUTBOUND: Resolver forwards DNS queries from the DNS service for a VPC // to your network // // Direction is a required field Direction *string `type:"string" required:"true" enum:"ResolverEndpointDirection"` // 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. // // Even though the minimum is 1, Route 53 requires that you create at least // two. // // IpAddresses is a required field IpAddresses []*IpAddressRequest `min:"2" type:"list" required:"true"` // A friendly name that lets you easily find a configuration in the Resolver // dashboard in the Route 53 console. Name *string `type:"string"` // The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must // also specify a value for the PreferredInstanceType. OutpostArn *string `min:"1" type:"string"` // The instance type. If you specify this, you must also specify a value for // the OutpostArn. PreferredInstanceType *string `min:"1" type:"string"` // The protocols you want to use for the endpoint. DoH-FIPS is applicable for // inbound endpoints only. // // For an inbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 and DoH-FIPS in combination. // // * Do53 alone. // // * DoH alone. // // * DoH-FIPS alone. // // * None, which is treated as Do53. // // For an outbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 alone. // // * DoH alone. // // * None, which is treated as Do53. Protocols []*string `min:"1" type:"list" enum:"Protocol"` // 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. ResolverEndpointType *string `type:"string" enum:"ResolverEndpointType"` // 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. // // Some security group rules will cause your connection to be tracked. For outbound // resolver endpoint, it can potentially impact the maximum queries per second // from outbound endpoint to your target name server. For inbound resolver endpoint, // it can bring down the overall maximum queries per second per IP address to // as low as 1500. To avoid connection tracking caused by security group, see // Untracked connections (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#untracked-connectionsl). // // SecurityGroupIds is a required field SecurityGroupIds []*string `type:"list" required:"true"` // A list of the tag keys and values that you want to associate with the endpoint. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateResolverEndpointInput) GoString ¶
func (s CreateResolverEndpointInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverEndpointInput) SetCreatorRequestId ¶
func (s *CreateResolverEndpointInput) SetCreatorRequestId(v string) *CreateResolverEndpointInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateResolverEndpointInput) SetDirection ¶
func (s *CreateResolverEndpointInput) SetDirection(v string) *CreateResolverEndpointInput
SetDirection sets the Direction field's value.
func (*CreateResolverEndpointInput) SetIpAddresses ¶
func (s *CreateResolverEndpointInput) SetIpAddresses(v []*IpAddressRequest) *CreateResolverEndpointInput
SetIpAddresses sets the IpAddresses field's value.
func (*CreateResolverEndpointInput) SetName ¶
func (s *CreateResolverEndpointInput) SetName(v string) *CreateResolverEndpointInput
SetName sets the Name field's value.
func (*CreateResolverEndpointInput) SetOutpostArn ¶ added in v1.44.305
func (s *CreateResolverEndpointInput) SetOutpostArn(v string) *CreateResolverEndpointInput
SetOutpostArn sets the OutpostArn field's value.
func (*CreateResolverEndpointInput) SetPreferredInstanceType ¶ added in v1.44.305
func (s *CreateResolverEndpointInput) SetPreferredInstanceType(v string) *CreateResolverEndpointInput
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (*CreateResolverEndpointInput) SetProtocols ¶ added in v1.49.5
func (s *CreateResolverEndpointInput) SetProtocols(v []*string) *CreateResolverEndpointInput
SetProtocols sets the Protocols field's value.
func (*CreateResolverEndpointInput) SetResolverEndpointType ¶ added in v1.44.217
func (s *CreateResolverEndpointInput) SetResolverEndpointType(v string) *CreateResolverEndpointInput
SetResolverEndpointType sets the ResolverEndpointType field's value.
func (*CreateResolverEndpointInput) SetSecurityGroupIds ¶
func (s *CreateResolverEndpointInput) SetSecurityGroupIds(v []*string) *CreateResolverEndpointInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*CreateResolverEndpointInput) SetTags ¶
func (s *CreateResolverEndpointInput) SetTags(v []*Tag) *CreateResolverEndpointInput
SetTags sets the Tags field's value.
func (CreateResolverEndpointInput) String ¶
func (s CreateResolverEndpointInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverEndpointInput) Validate ¶
func (s *CreateResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverEndpointOutput ¶
type CreateResolverEndpointOutput struct { // Information about the CreateResolverEndpoint request, including the status // of the request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (CreateResolverEndpointOutput) GoString ¶
func (s CreateResolverEndpointOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverEndpointOutput) SetResolverEndpoint ¶
func (s *CreateResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *CreateResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (CreateResolverEndpointOutput) String ¶
func (s CreateResolverEndpointOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateResolverQueryLogConfigInput ¶ added in v1.34.11
type CreateResolverQueryLogConfigInput struct { // 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. CreatorRequestId *string `min:"1" type:"string" idempotencyToken:"true"` // The ARN of the resource that you want Resolver to send query logs. You can // send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis // Data Firehose delivery stream. Examples of valid values include the following: // // * S3 bucket: arn:aws:s3:::examplebucket You can optionally append a file // prefix to the end of the ARN. arn:aws:s3:::examplebucket/development/ // // * CloudWatch Logs log group: arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:* // // * Kinesis Data Firehose delivery stream: arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name // // DestinationArn is a required field DestinationArn *string `min:"1" type:"string" required:"true"` // The name that you want to give the query logging configuration. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // A list of the tag keys and values that you want to associate with the query // logging configuration. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateResolverQueryLogConfigInput) GoString ¶ added in v1.34.11
func (s CreateResolverQueryLogConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverQueryLogConfigInput) SetCreatorRequestId ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigInput) SetCreatorRequestId(v string) *CreateResolverQueryLogConfigInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateResolverQueryLogConfigInput) SetDestinationArn ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigInput) SetDestinationArn(v string) *CreateResolverQueryLogConfigInput
SetDestinationArn sets the DestinationArn field's value.
func (*CreateResolverQueryLogConfigInput) SetName ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigInput) SetName(v string) *CreateResolverQueryLogConfigInput
SetName sets the Name field's value.
func (*CreateResolverQueryLogConfigInput) SetTags ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigInput) SetTags(v []*Tag) *CreateResolverQueryLogConfigInput
SetTags sets the Tags field's value.
func (CreateResolverQueryLogConfigInput) String ¶ added in v1.34.11
func (s CreateResolverQueryLogConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverQueryLogConfigInput) Validate ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverQueryLogConfigOutput ¶ added in v1.34.11
type CreateResolverQueryLogConfigOutput struct { // Information about the CreateResolverQueryLogConfig request, including the // status of the request. ResolverQueryLogConfig *ResolverQueryLogConfig `type:"structure"` // contains filtered or unexported fields }
func (CreateResolverQueryLogConfigOutput) GoString ¶ added in v1.34.11
func (s CreateResolverQueryLogConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverQueryLogConfigOutput) SetResolverQueryLogConfig ¶ added in v1.34.11
func (s *CreateResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *CreateResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
func (CreateResolverQueryLogConfigOutput) String ¶ added in v1.34.11
func (s CreateResolverQueryLogConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateResolverRuleInput ¶
type CreateResolverRuleInput struct { // 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. // // CreatorRequestId is a required field CreatorRequestId *string `min:"1" type:"string" required:"true"` // 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). DomainName *string `min:"1" type:"string"` // A friendly name that lets you easily find a rule in the Resolver dashboard // in the Route 53 console. Name *string `type:"string"` // 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. ResolverEndpointId *string `min:"1" type:"string"` // 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. // // RuleType is a required field RuleType *string `type:"string" required:"true" enum:"RuleTypeOption"` // A list of the tag keys and values that you want to associate with the endpoint. Tags []*Tag `type:"list"` // 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. TargetIps []*TargetAddress `min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateResolverRuleInput) GoString ¶
func (s CreateResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverRuleInput) SetCreatorRequestId ¶
func (s *CreateResolverRuleInput) SetCreatorRequestId(v string) *CreateResolverRuleInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*CreateResolverRuleInput) SetDomainName ¶
func (s *CreateResolverRuleInput) SetDomainName(v string) *CreateResolverRuleInput
SetDomainName sets the DomainName field's value.
func (*CreateResolverRuleInput) SetName ¶
func (s *CreateResolverRuleInput) SetName(v string) *CreateResolverRuleInput
SetName sets the Name field's value.
func (*CreateResolverRuleInput) SetResolverEndpointId ¶
func (s *CreateResolverRuleInput) SetResolverEndpointId(v string) *CreateResolverRuleInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (*CreateResolverRuleInput) SetRuleType ¶
func (s *CreateResolverRuleInput) SetRuleType(v string) *CreateResolverRuleInput
SetRuleType sets the RuleType field's value.
func (*CreateResolverRuleInput) SetTags ¶
func (s *CreateResolverRuleInput) SetTags(v []*Tag) *CreateResolverRuleInput
SetTags sets the Tags field's value.
func (*CreateResolverRuleInput) SetTargetIps ¶
func (s *CreateResolverRuleInput) SetTargetIps(v []*TargetAddress) *CreateResolverRuleInput
SetTargetIps sets the TargetIps field's value.
func (CreateResolverRuleInput) String ¶
func (s CreateResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverRuleInput) Validate ¶
func (s *CreateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverRuleOutput ¶
type CreateResolverRuleOutput struct { // Information about the CreateResolverRule request, including the status of // the request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
func (CreateResolverRuleOutput) GoString ¶
func (s CreateResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateResolverRuleOutput) SetResolverRule ¶
func (s *CreateResolverRuleOutput) SetResolverRule(v *ResolverRule) *CreateResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
func (CreateResolverRuleOutput) String ¶
func (s CreateResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteFirewallDomainListInput ¶ added in v1.38.11
type DeleteFirewallDomainListInput struct { // The ID of the domain list that you want to delete. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFirewallDomainListInput) GoString ¶ added in v1.38.11
func (s DeleteFirewallDomainListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallDomainListInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *DeleteFirewallDomainListInput) SetFirewallDomainListId(v string) *DeleteFirewallDomainListInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (DeleteFirewallDomainListInput) String ¶ added in v1.38.11
func (s DeleteFirewallDomainListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallDomainListInput) Validate ¶ added in v1.38.11
func (s *DeleteFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallDomainListOutput ¶ added in v1.38.11
type DeleteFirewallDomainListOutput struct { // The domain list that you just deleted. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
func (DeleteFirewallDomainListOutput) GoString ¶ added in v1.38.11
func (s DeleteFirewallDomainListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallDomainListOutput) SetFirewallDomainList ¶ added in v1.38.11
func (s *DeleteFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *DeleteFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
func (DeleteFirewallDomainListOutput) String ¶ added in v1.38.11
func (s DeleteFirewallDomainListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteFirewallRuleGroupInput ¶ added in v1.38.11
type DeleteFirewallRuleGroupInput struct { // The unique identifier of the firewall rule group that you want to delete. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFirewallRuleGroupInput) GoString ¶ added in v1.38.11
func (s DeleteFirewallRuleGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleGroupInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *DeleteFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *DeleteFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (DeleteFirewallRuleGroupInput) String ¶ added in v1.38.11
func (s DeleteFirewallRuleGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleGroupInput) Validate ¶ added in v1.38.11
func (s *DeleteFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallRuleGroupOutput ¶ added in v1.38.11
type DeleteFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
func (DeleteFirewallRuleGroupOutput) GoString ¶ added in v1.38.11
func (s DeleteFirewallRuleGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleGroupOutput) SetFirewallRuleGroup ¶ added in v1.38.11
func (s *DeleteFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *DeleteFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
func (DeleteFirewallRuleGroupOutput) String ¶ added in v1.38.11
func (s DeleteFirewallRuleGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteFirewallRuleInput ¶ added in v1.38.11
type DeleteFirewallRuleInput struct { // The ID of the domain list that's used in the rule. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // The unique identifier of the firewall rule group that you want to delete // the rule from. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // The DNS query type that the rule you are deleting evaluates. Allowed values // are; // // * A: Returns an IPv4 address. // // * AAAA: Returns an Ipv6 address. // // * CAA: Restricts CAs that can create SSL/TLS certifications for the domain. // // * CNAME: Returns another domain name. // // * DS: Record that identifies the DNSSEC signing key of a delegated zone. // // * MX: Specifies mail servers. // // * NAPTR: Regular-expression-based rewriting of domain names. // // * NS: Authoritative name servers. // // * PTR: Maps an IP address to a domain name. // // * SOA: Start of authority record for the zone. // // * SPF: Lists the servers authorized to send emails from a domain. // // * SRV: Application specific values that identify servers. // // * TXT: Verifies email senders and application-specific values. // // * A query type you define by using the DNS type ID, for example 28 for // AAAA. The values must be defined as TYPENUMBER, where the NUMBER can be // 1-65334, for example, TYPE28. For more information, see List of DNS record // types (https://en.wikipedia.org/wiki/List_of_DNS_record_types). Qtype *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (DeleteFirewallRuleInput) GoString ¶ added in v1.38.11
func (s DeleteFirewallRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *DeleteFirewallRuleInput) SetFirewallDomainListId(v string) *DeleteFirewallRuleInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*DeleteFirewallRuleInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *DeleteFirewallRuleInput) SetFirewallRuleGroupId(v string) *DeleteFirewallRuleInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*DeleteFirewallRuleInput) SetQtype ¶ added in v1.49.17
func (s *DeleteFirewallRuleInput) SetQtype(v string) *DeleteFirewallRuleInput
SetQtype sets the Qtype field's value.
func (DeleteFirewallRuleInput) String ¶ added in v1.38.11
func (s DeleteFirewallRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleInput) Validate ¶ added in v1.38.11
func (s *DeleteFirewallRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallRuleOutput ¶ added in v1.38.11
type DeleteFirewallRuleOutput struct { // The specification for the firewall rule that you just deleted. FirewallRule *FirewallRule `type:"structure"` // contains filtered or unexported fields }
func (DeleteFirewallRuleOutput) GoString ¶ added in v1.38.11
func (s DeleteFirewallRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFirewallRuleOutput) SetFirewallRule ¶ added in v1.38.11
func (s *DeleteFirewallRuleOutput) SetFirewallRule(v *FirewallRule) *DeleteFirewallRuleOutput
SetFirewallRule sets the FirewallRule field's value.
func (DeleteFirewallRuleOutput) String ¶ added in v1.38.11
func (s DeleteFirewallRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteOutpostResolverInput ¶ added in v1.44.305
type DeleteOutpostResolverInput struct { // A unique string that identifies the Resolver on the Outpost. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteOutpostResolverInput) GoString ¶ added in v1.44.305
func (s DeleteOutpostResolverInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteOutpostResolverInput) SetId ¶ added in v1.44.305
func (s *DeleteOutpostResolverInput) SetId(v string) *DeleteOutpostResolverInput
SetId sets the Id field's value.
func (DeleteOutpostResolverInput) String ¶ added in v1.44.305
func (s DeleteOutpostResolverInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteOutpostResolverInput) Validate ¶ added in v1.44.305
func (s *DeleteOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOutpostResolverOutput ¶ added in v1.44.305
type DeleteOutpostResolverOutput struct { // Information about the DeleteOutpostResolver request, including the status // of the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
func (DeleteOutpostResolverOutput) GoString ¶ added in v1.44.305
func (s DeleteOutpostResolverOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteOutpostResolverOutput) SetOutpostResolver ¶ added in v1.44.305
func (s *DeleteOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *DeleteOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
func (DeleteOutpostResolverOutput) String ¶ added in v1.44.305
func (s DeleteOutpostResolverOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteResolverEndpointInput ¶
type DeleteResolverEndpointInput struct { // The ID of the Resolver endpoint that you want to delete. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteResolverEndpointInput) GoString ¶
func (s DeleteResolverEndpointInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverEndpointInput) SetResolverEndpointId ¶
func (s *DeleteResolverEndpointInput) SetResolverEndpointId(v string) *DeleteResolverEndpointInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (DeleteResolverEndpointInput) String ¶
func (s DeleteResolverEndpointInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverEndpointInput) Validate ¶
func (s *DeleteResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResolverEndpointOutput ¶
type DeleteResolverEndpointOutput struct { // Information about the DeleteResolverEndpoint request, including the status // of the request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (DeleteResolverEndpointOutput) GoString ¶
func (s DeleteResolverEndpointOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverEndpointOutput) SetResolverEndpoint ¶
func (s *DeleteResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *DeleteResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (DeleteResolverEndpointOutput) String ¶
func (s DeleteResolverEndpointOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteResolverQueryLogConfigInput ¶ added in v1.34.11
type DeleteResolverQueryLogConfigInput struct { // The ID of the query logging configuration that you want to delete. // // ResolverQueryLogConfigId is a required field ResolverQueryLogConfigId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteResolverQueryLogConfigInput) GoString ¶ added in v1.34.11
func (s DeleteResolverQueryLogConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverQueryLogConfigInput) SetResolverQueryLogConfigId ¶ added in v1.34.11
func (s *DeleteResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *DeleteResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (DeleteResolverQueryLogConfigInput) String ¶ added in v1.34.11
func (s DeleteResolverQueryLogConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverQueryLogConfigInput) Validate ¶ added in v1.34.11
func (s *DeleteResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResolverQueryLogConfigOutput ¶ added in v1.34.11
type DeleteResolverQueryLogConfigOutput struct { // Information about the query logging configuration that you deleted, including // the status of the request. ResolverQueryLogConfig *ResolverQueryLogConfig `type:"structure"` // contains filtered or unexported fields }
func (DeleteResolverQueryLogConfigOutput) GoString ¶ added in v1.34.11
func (s DeleteResolverQueryLogConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverQueryLogConfigOutput) SetResolverQueryLogConfig ¶ added in v1.34.11
func (s *DeleteResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *DeleteResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
func (DeleteResolverQueryLogConfigOutput) String ¶ added in v1.34.11
func (s DeleteResolverQueryLogConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteResolverRuleInput ¶
type DeleteResolverRuleInput struct { // The ID of the Resolver rule that you want to delete. // // ResolverRuleId is a required field ResolverRuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteResolverRuleInput) GoString ¶
func (s DeleteResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverRuleInput) SetResolverRuleId ¶
func (s *DeleteResolverRuleInput) SetResolverRuleId(v string) *DeleteResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (DeleteResolverRuleInput) String ¶
func (s DeleteResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverRuleInput) Validate ¶
func (s *DeleteResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResolverRuleOutput ¶
type DeleteResolverRuleOutput struct { // Information about the DeleteResolverRule request, including the status of // the request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
func (DeleteResolverRuleOutput) GoString ¶
func (s DeleteResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteResolverRuleOutput) SetResolverRule ¶
func (s *DeleteResolverRuleOutput) SetResolverRule(v *ResolverRule) *DeleteResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
func (DeleteResolverRuleOutput) String ¶
func (s DeleteResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateFirewallRuleGroupInput ¶ added in v1.38.11
type DisassociateFirewallRuleGroupInput struct { // The identifier of the FirewallRuleGroupAssociation. // // FirewallRuleGroupAssociationId is a required field FirewallRuleGroupAssociationId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateFirewallRuleGroupInput) GoString ¶ added in v1.38.11
func (s DisassociateFirewallRuleGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateFirewallRuleGroupInput) SetFirewallRuleGroupAssociationId ¶ added in v1.38.11
func (s *DisassociateFirewallRuleGroupInput) SetFirewallRuleGroupAssociationId(v string) *DisassociateFirewallRuleGroupInput
SetFirewallRuleGroupAssociationId sets the FirewallRuleGroupAssociationId field's value.
func (DisassociateFirewallRuleGroupInput) String ¶ added in v1.38.11
func (s DisassociateFirewallRuleGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateFirewallRuleGroupInput) Validate ¶ added in v1.38.11
func (s *DisassociateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateFirewallRuleGroupOutput ¶ added in v1.38.11
type DisassociateFirewallRuleGroupOutput struct { // The firewall rule group association that you just removed. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
func (DisassociateFirewallRuleGroupOutput) GoString ¶ added in v1.38.11
func (s DisassociateFirewallRuleGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation ¶ added in v1.38.11
func (s *DisassociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *DisassociateFirewallRuleGroupOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
func (DisassociateFirewallRuleGroupOutput) String ¶ added in v1.38.11
func (s DisassociateFirewallRuleGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateResolverEndpointIpAddressInput ¶
type DisassociateResolverEndpointIpAddressInput struct { // The IPv4 address that you want to remove from a Resolver endpoint. // // IpAddress is a required field IpAddress *IpAddressUpdate `type:"structure" required:"true"` // The ID of the Resolver endpoint that you want to disassociate an IP address // from. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateResolverEndpointIpAddressInput) GoString ¶
func (s DisassociateResolverEndpointIpAddressInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverEndpointIpAddressInput) SetIpAddress ¶
func (s *DisassociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *DisassociateResolverEndpointIpAddressInput
SetIpAddress sets the IpAddress field's value.
func (*DisassociateResolverEndpointIpAddressInput) SetResolverEndpointId ¶
func (s *DisassociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *DisassociateResolverEndpointIpAddressInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (DisassociateResolverEndpointIpAddressInput) String ¶
func (s DisassociateResolverEndpointIpAddressInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverEndpointIpAddressInput) Validate ¶
func (s *DisassociateResolverEndpointIpAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateResolverEndpointIpAddressOutput ¶
type DisassociateResolverEndpointIpAddressOutput struct { // The response to an DisassociateResolverEndpointIpAddress request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (DisassociateResolverEndpointIpAddressOutput) GoString ¶
func (s DisassociateResolverEndpointIpAddressOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverEndpointIpAddressOutput) SetResolverEndpoint ¶
func (s *DisassociateResolverEndpointIpAddressOutput) SetResolverEndpoint(v *ResolverEndpoint) *DisassociateResolverEndpointIpAddressOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (DisassociateResolverEndpointIpAddressOutput) String ¶
func (s DisassociateResolverEndpointIpAddressOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateResolverQueryLogConfigInput ¶ added in v1.34.11
type DisassociateResolverQueryLogConfigInput struct { // The ID of the query logging configuration that you want to disassociate a // specified VPC from. // // ResolverQueryLogConfigId is a required field ResolverQueryLogConfigId *string `min:"1" type:"string" required:"true"` // The ID of the Amazon VPC that you want to disassociate from a specified query // logging configuration. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateResolverQueryLogConfigInput) GoString ¶ added in v1.34.11
func (s DisassociateResolverQueryLogConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId ¶ added in v1.34.11
func (s *DisassociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *DisassociateResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (*DisassociateResolverQueryLogConfigInput) SetResourceId ¶ added in v1.34.11
func (s *DisassociateResolverQueryLogConfigInput) SetResourceId(v string) *DisassociateResolverQueryLogConfigInput
SetResourceId sets the ResourceId field's value.
func (DisassociateResolverQueryLogConfigInput) String ¶ added in v1.34.11
func (s DisassociateResolverQueryLogConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverQueryLogConfigInput) Validate ¶ added in v1.34.11
func (s *DisassociateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateResolverQueryLogConfigOutput ¶ added in v1.34.11
type DisassociateResolverQueryLogConfigOutput struct { // A complex type that contains settings for the association that you deleted // between an Amazon VPC and a query logging configuration. ResolverQueryLogConfigAssociation *ResolverQueryLogConfigAssociation `type:"structure"` // contains filtered or unexported fields }
func (DisassociateResolverQueryLogConfigOutput) GoString ¶ added in v1.34.11
func (s DisassociateResolverQueryLogConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation ¶ added in v1.34.11
func (s *DisassociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *DisassociateResolverQueryLogConfigOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
func (DisassociateResolverQueryLogConfigOutput) String ¶ added in v1.34.11
func (s DisassociateResolverQueryLogConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateResolverRuleInput ¶
type DisassociateResolverRuleInput struct { // The ID of the Resolver rule that you want to disassociate from the specified // VPC. // // ResolverRuleId is a required field ResolverRuleId *string `min:"1" type:"string" required:"true"` // The ID of the VPC that you want to disassociate the Resolver rule from. // // VPCId is a required field VPCId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateResolverRuleInput) GoString ¶
func (s DisassociateResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverRuleInput) SetResolverRuleId ¶
func (s *DisassociateResolverRuleInput) SetResolverRuleId(v string) *DisassociateResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (*DisassociateResolverRuleInput) SetVPCId ¶
func (s *DisassociateResolverRuleInput) SetVPCId(v string) *DisassociateResolverRuleInput
SetVPCId sets the VPCId field's value.
func (DisassociateResolverRuleInput) String ¶
func (s DisassociateResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverRuleInput) Validate ¶
func (s *DisassociateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateResolverRuleOutput ¶
type DisassociateResolverRuleOutput struct { // Information about the DisassociateResolverRule request, including the status // of the request. ResolverRuleAssociation *ResolverRuleAssociation `type:"structure"` // contains filtered or unexported fields }
func (DisassociateResolverRuleOutput) GoString ¶
func (s DisassociateResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateResolverRuleOutput) SetResolverRuleAssociation ¶
func (s *DisassociateResolverRuleOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *DisassociateResolverRuleOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
func (DisassociateResolverRuleOutput) String ¶
func (s DisassociateResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Filter ¶
type Filter struct { // 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html), // ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html), // ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html), // ListResolverQueryLogConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html), // or ListResolverQueryLogConfigAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html). // // In early versions of Resolver, values for Name were listed as uppercase, // with underscore (_) delimiters. For example, CreatorRequestId was originally // listed as CREATOR_REQUEST_ID. Uppercase values for Name are still supported. // // ListResolverEndpoints // // Valid values for Name include the following: // // * CreatorRequestId: The value that you specified when you created the // Resolver endpoint. // // * Direction: Whether you want to return inbound or outbound Resolver endpoints. // If you specify DIRECTION for Name, specify INBOUND or OUTBOUND for Values. // // * HostVPCId: The ID of the VPC that inbound DNS queries pass through on // the way from your network to your VPCs in a region, or the VPC that outbound // queries pass through on the way from your VPCs to your network. In a CreateResolverEndpoint // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html) // request, SubnetId indirectly identifies the VPC. In a GetResolverEndpoint // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html) // request, the VPC ID for a Resolver endpoint is returned in the HostVPCId // element. // // * IpAddressCount: The number of IP addresses that you have associated // with the Resolver endpoint. // // * Name: The name of the Resolver endpoint. // // * SecurityGroupIds: The IDs of the VPC security groups that you specified // when you created the Resolver endpoint. // // * Status: The status of the Resolver endpoint. If you specify Status for // Name, specify one of the following status codes for Values: CREATING, // OPERATIONAL, UPDATING, AUTO_RECOVERING, ACTION_NEEDED, or DELETING. For // more information, see Status in ResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverEndpoint.html). // // ListResolverRules // // Valid values for Name include the following: // // * CreatorRequestId: The value that you specified when you created the // Resolver rule. // // * DomainName: The domain name for which Resolver is forwarding DNS queries // to your network. In the value that you specify for Values, include a trailing // dot (.) after the domain name. For example, if the domain name is example.com, // specify the following value. Note the "." after com: example.com. // // * Name: The name of the Resolver rule. // // * ResolverEndpointId: The ID of the Resolver endpoint that the Resolver // rule is associated with. You can filter on the Resolver endpoint only // for rules that have a value of FORWARD for RuleType. // // * Status: The status of the Resolver rule. If you specify Status for Name, // specify one of the following status codes for Values: COMPLETE, DELETING, // UPDATING, or FAILED. // // * Type: The type of the Resolver rule. If you specify TYPE for Name, specify // FORWARD or SYSTEM for Values. // // ListResolverRuleAssociations // // Valid values for Name include the following: // // * Name: The name of the Resolver rule association. // // * ResolverRuleId: The ID of the Resolver rule that is associated with // one or more VPCs. // // * Status: The status of the Resolver rule association. If you specify // Status for Name, specify one of the following status codes for Values: // CREATING, COMPLETE, DELETING, or FAILED. // // * VPCId: The ID of the VPC that the Resolver rule is associated with. // // ListResolverQueryLogConfigs // // Valid values for Name include the following: // // * Arn: The ARN for the query logging configuration. // // * AssociationCount: The number of VPCs that are associated with the query // logging configuration. // // * CreationTime: The date and time that the query logging configuration // was created, in Unix time format and Coordinated Universal Time (UTC). // // * CreatorRequestId: A unique string that identifies the request that created // the query logging configuration. // // * Destination: The Amazon Web Services service that you want to forward // query logs to. Valid values include the following: S3 CloudWatchLogs KinesisFirehose // // * DestinationArn: The ARN of the location that Resolver is sending query // logs to. This value can be the ARN for an S3 bucket, a CloudWatch Logs // log group, or a Kinesis Data Firehose delivery stream. // // * Id: The ID of the query logging configuration // // * Name: The name of the query logging configuration // // * OwnerId: The Amazon Web Services account ID for the account that created // the query logging configuration. // // * ShareStatus: An indication of whether the query logging configuration // is shared with other Amazon Web Services accounts, or was shared with // the current account by another Amazon Web Services account. Valid values // include: NOT_SHARED, SHARED_WITH_ME, or SHARED_BY_ME. // // * Status: The status of the query logging configuration. If you specify // Status for Name, specify the applicable status code for Values: CREATING, // CREATED, DELETING, or FAILED. For more information, see Status (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfig.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfig-Status). // // ListResolverQueryLogConfigAssociations // // Valid values for Name include the following: // // * CreationTime: The date and time that the VPC was associated with the // query logging configuration, in Unix time format and Coordinated Universal // Time (UTC). // // * Error: If the value of Status is FAILED, specify the cause: DESTINATION_NOT_FOUND // or ACCESS_DENIED. // // * Id: The ID of the query logging association. // // * ResolverQueryLogConfigId: The ID of the query logging configuration // that a VPC is associated with. // // * ResourceId: The ID of the Amazon VPC that is associated with the query // logging configuration. // // * Status: The status of the query logging association. If you specify // Status for Name, specify the applicable status code for Values: CREATING, // CREATED, DELETING, or FAILED. For more information, see Status (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfigAssociation.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfigAssociation-Status). Name *string `min:"1" type:"string"` // 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. Values []*string `type:"list"` // contains filtered or unexported fields }
For Resolver list operations (ListResolverEndpoints (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html), ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html), ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html), ListResolverQueryLogConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html), ListResolverQueryLogConfigAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html)), and ListResolverDnssecConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html)), 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.
func (Filter) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallConfig ¶ added in v1.38.11
type FirewallConfig struct { // Determines how DNS Firewall operates during failures, for example when all // traffic that is sent to DNS Firewall fails to receive a reply. // // * By default, fail open is disabled, which means the failure mode is closed. // This approach favors security over availability. DNS Firewall returns // a failure error when it is unable to properly evaluate a query. // // * If you enable this option, the failure mode is open. This approach favors // availability over security. DNS Firewall allows queries to proceed if // it is unable to properly evaluate them. // // This behavior is only enforced for VPCs that have at least one DNS Firewall // rule group association. FirewallFailOpen *string `type:"string" enum:"FirewallFailOpenStatus"` // The ID of the firewall configuration. Id *string `min:"1" type:"string"` // The Amazon Web Services account ID of the owner of the VPC that this firewall // configuration applies to. OwnerId *string `min:"12" type:"string"` // The ID of the VPC that this firewall configuration applies to. ResourceId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
func (FirewallConfig) GoString ¶ added in v1.38.11
func (s FirewallConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallConfig) SetFirewallFailOpen ¶ added in v1.38.11
func (s *FirewallConfig) SetFirewallFailOpen(v string) *FirewallConfig
SetFirewallFailOpen sets the FirewallFailOpen field's value.
func (*FirewallConfig) SetId ¶ added in v1.38.11
func (s *FirewallConfig) SetId(v string) *FirewallConfig
SetId sets the Id field's value.
func (*FirewallConfig) SetOwnerId ¶ added in v1.38.11
func (s *FirewallConfig) SetOwnerId(v string) *FirewallConfig
SetOwnerId sets the OwnerId field's value.
func (*FirewallConfig) SetResourceId ¶ added in v1.38.11
func (s *FirewallConfig) SetResourceId(v string) *FirewallConfig
SetResourceId sets the ResourceId field's value.
func (FirewallConfig) String ¶ added in v1.38.11
func (s FirewallConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallDomainList ¶ added in v1.38.11
type FirewallDomainList struct { // The Amazon Resource Name (ARN) of the firewall domain list. Arn *string `min:"1" type:"string"` // The date and time that the domain list was created, in Unix time format and // Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The number of domain names that are specified in the domain list. DomainCount *int64 `type:"integer"` // The ID of the domain list. Id *string `min:"1" type:"string"` // 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. ManagedOwnerName *string `min:"1" type:"string"` // The date and time that the domain list was last modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // The name of the domain list. Name *string `type:"string"` // The status of the domain list. Status *string `type:"string" enum:"FirewallDomainListStatus"` // Additional information about the status of the list, if available. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
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.
func (FirewallDomainList) GoString ¶ added in v1.38.11
func (s FirewallDomainList) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallDomainList) SetArn ¶ added in v1.38.11
func (s *FirewallDomainList) SetArn(v string) *FirewallDomainList
SetArn sets the Arn field's value.
func (*FirewallDomainList) SetCreationTime ¶ added in v1.38.11
func (s *FirewallDomainList) SetCreationTime(v string) *FirewallDomainList
SetCreationTime sets the CreationTime field's value.
func (*FirewallDomainList) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallDomainList) SetCreatorRequestId(v string) *FirewallDomainList
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallDomainList) SetDomainCount ¶ added in v1.38.11
func (s *FirewallDomainList) SetDomainCount(v int64) *FirewallDomainList
SetDomainCount sets the DomainCount field's value.
func (*FirewallDomainList) SetId ¶ added in v1.38.11
func (s *FirewallDomainList) SetId(v string) *FirewallDomainList
SetId sets the Id field's value.
func (*FirewallDomainList) SetManagedOwnerName ¶ added in v1.38.11
func (s *FirewallDomainList) SetManagedOwnerName(v string) *FirewallDomainList
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (*FirewallDomainList) SetModificationTime ¶ added in v1.38.11
func (s *FirewallDomainList) SetModificationTime(v string) *FirewallDomainList
SetModificationTime sets the ModificationTime field's value.
func (*FirewallDomainList) SetName ¶ added in v1.38.11
func (s *FirewallDomainList) SetName(v string) *FirewallDomainList
SetName sets the Name field's value.
func (*FirewallDomainList) SetStatus ¶ added in v1.38.11
func (s *FirewallDomainList) SetStatus(v string) *FirewallDomainList
SetStatus sets the Status field's value.
func (*FirewallDomainList) SetStatusMessage ¶ added in v1.38.11
func (s *FirewallDomainList) SetStatusMessage(v string) *FirewallDomainList
SetStatusMessage sets the StatusMessage field's value.
func (FirewallDomainList) String ¶ added in v1.38.11
func (s FirewallDomainList) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallDomainListMetadata ¶ added in v1.38.11
type FirewallDomainListMetadata struct { // The Amazon Resource Name (ARN) of the firewall domain list metadata. Arn *string `min:"1" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The ID of the domain list. Id *string `min:"1" type:"string"` // 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. ManagedOwnerName *string `min:"1" type:"string"` // The name of the domain list. Name *string `type:"string"` // contains filtered or unexported fields }
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.
func (FirewallDomainListMetadata) GoString ¶ added in v1.38.11
func (s FirewallDomainListMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallDomainListMetadata) SetArn ¶ added in v1.38.11
func (s *FirewallDomainListMetadata) SetArn(v string) *FirewallDomainListMetadata
SetArn sets the Arn field's value.
func (*FirewallDomainListMetadata) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallDomainListMetadata) SetCreatorRequestId(v string) *FirewallDomainListMetadata
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallDomainListMetadata) SetId ¶ added in v1.38.11
func (s *FirewallDomainListMetadata) SetId(v string) *FirewallDomainListMetadata
SetId sets the Id field's value.
func (*FirewallDomainListMetadata) SetManagedOwnerName ¶ added in v1.38.11
func (s *FirewallDomainListMetadata) SetManagedOwnerName(v string) *FirewallDomainListMetadata
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (*FirewallDomainListMetadata) SetName ¶ added in v1.38.11
func (s *FirewallDomainListMetadata) SetName(v string) *FirewallDomainListMetadata
SetName sets the Name field's value.
func (FirewallDomainListMetadata) String ¶ added in v1.38.11
func (s FirewallDomainListMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallRule ¶ added in v1.38.11
type FirewallRule struct { // The action that DNS Firewall should take on a DNS query when it matches one // of the domains in the rule's domain list: // // * ALLOW - Permit the request to go through. // // * ALERT - Permit the request to go through but send an alert to the logs. // // * BLOCK - Disallow the request. If this is specified, additional handling // details are provided in the rule's BlockResponse setting. Action *string `type:"string" enum:"Action"` // 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. BlockOverrideDnsType *string `type:"string" enum:"BlockOverrideDnsType"` // The custom DNS record to send back in response to the query. Used for the // rule action BLOCK with a BlockResponse setting of OVERRIDE. BlockOverrideDomain *string `min:"1" type:"string"` // 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. BlockOverrideTtl *int64 `type:"integer"` // The way that you want DNS Firewall to block the request. Used for the rule // action setting BLOCK. // // * NODATA - Respond indicating that the query was successful, but no response // is available for it. // // * NXDOMAIN - Respond indicating that the domain name that's in the query // doesn't exist. // // * OVERRIDE - Provide a custom override in the response. This option requires // custom handling details in the rule's BlockOverride* settings. BlockResponse *string `type:"string" enum:"BlockResponse"` // The date and time that the rule was created, in Unix time format and Coordinated // Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The ID of the domain list that's used in the rule. FirewallDomainListId *string `min:"1" type:"string"` // How you want the the rule to evaluate DNS redirection in the DNS redirection // chain, such as CNAME or DNAME. // // Inspect_Redirection_Domain (Default) inspects all domains in the redirection // chain. The individual domains in the redirection chain must be added to the // domain list. // // Trust_Redirection_Domain inspects only the first domain in the redirection // chain. You don't need to add the subsequent domains in the domain in the // redirection list to the domain list. FirewallDomainRedirectionAction *string `type:"string" enum:"FirewallDomainRedirectionAction"` // The unique identifier of the firewall rule group of the rule. FirewallRuleGroupId *string `min:"1" type:"string"` // The date and time that the rule was last modified, in Unix time format and // Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // The name of the rule. Name *string `type:"string"` // 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. Priority *int64 `type:"integer"` // The DNS query type you want the rule to evaluate. Allowed values are; // // * A: Returns an IPv4 address. // // * AAAA: Returns an Ipv6 address. // // * CAA: Restricts CAs that can create SSL/TLS certifications for the domain. // // * CNAME: Returns another domain name. // // * DS: Record that identifies the DNSSEC signing key of a delegated zone. // // * MX: Specifies mail servers. // // * NAPTR: Regular-expression-based rewriting of domain names. // // * NS: Authoritative name servers. // // * PTR: Maps an IP address to a domain name. // // * SOA: Start of authority record for the zone. // // * SPF: Lists the servers authorized to send emails from a domain. // // * SRV: Application specific values that identify servers. // // * TXT: Verifies email senders and application-specific values. // // * A query type you define by using the DNS type ID, for example 28 for // AAAA. The values must be defined as TYPENUMBER, where the NUMBER can be // 1-65334, for example, TYPE28. For more information, see List of DNS record // types (https://en.wikipedia.org/wiki/List_of_DNS_record_types). Qtype *string `min:"1" type:"string"` // contains filtered or unexported fields }
A single firewall rule in a rule group.
func (FirewallRule) GoString ¶ added in v1.38.11
func (s FirewallRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallRule) SetAction ¶ added in v1.38.11
func (s *FirewallRule) SetAction(v string) *FirewallRule
SetAction sets the Action field's value.
func (*FirewallRule) SetBlockOverrideDnsType ¶ added in v1.38.11
func (s *FirewallRule) SetBlockOverrideDnsType(v string) *FirewallRule
SetBlockOverrideDnsType sets the BlockOverrideDnsType field's value.
func (*FirewallRule) SetBlockOverrideDomain ¶ added in v1.38.11
func (s *FirewallRule) SetBlockOverrideDomain(v string) *FirewallRule
SetBlockOverrideDomain sets the BlockOverrideDomain field's value.
func (*FirewallRule) SetBlockOverrideTtl ¶ added in v1.38.11
func (s *FirewallRule) SetBlockOverrideTtl(v int64) *FirewallRule
SetBlockOverrideTtl sets the BlockOverrideTtl field's value.
func (*FirewallRule) SetBlockResponse ¶ added in v1.38.11
func (s *FirewallRule) SetBlockResponse(v string) *FirewallRule
SetBlockResponse sets the BlockResponse field's value.
func (*FirewallRule) SetCreationTime ¶ added in v1.38.11
func (s *FirewallRule) SetCreationTime(v string) *FirewallRule
SetCreationTime sets the CreationTime field's value.
func (*FirewallRule) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallRule) SetCreatorRequestId(v string) *FirewallRule
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallRule) SetFirewallDomainListId ¶ added in v1.38.11
func (s *FirewallRule) SetFirewallDomainListId(v string) *FirewallRule
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*FirewallRule) SetFirewallDomainRedirectionAction ¶ added in v1.51.32
func (s *FirewallRule) SetFirewallDomainRedirectionAction(v string) *FirewallRule
SetFirewallDomainRedirectionAction sets the FirewallDomainRedirectionAction field's value.
func (*FirewallRule) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *FirewallRule) SetFirewallRuleGroupId(v string) *FirewallRule
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*FirewallRule) SetModificationTime ¶ added in v1.38.11
func (s *FirewallRule) SetModificationTime(v string) *FirewallRule
SetModificationTime sets the ModificationTime field's value.
func (*FirewallRule) SetName ¶ added in v1.38.11
func (s *FirewallRule) SetName(v string) *FirewallRule
SetName sets the Name field's value.
func (*FirewallRule) SetPriority ¶ added in v1.38.11
func (s *FirewallRule) SetPriority(v int64) *FirewallRule
SetPriority sets the Priority field's value.
func (*FirewallRule) SetQtype ¶ added in v1.49.17
func (s *FirewallRule) SetQtype(v string) *FirewallRule
SetQtype sets the Qtype field's value.
func (FirewallRule) String ¶ added in v1.38.11
func (s FirewallRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallRuleGroup ¶ added in v1.38.11
type FirewallRuleGroup struct { // The ARN (Amazon Resource Name) of the rule group. Arn *string `min:"1" type:"string"` // The date and time that the rule group was created, in Unix time format and // Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The ID of the rule group. Id *string `min:"1" type:"string"` // The date and time that the rule group was last modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // The name of the rule group. Name *string `type:"string"` // 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. OwnerId *string `min:"12" type:"string"` // The number of rules in the rule group. RuleCount *int64 `type:"integer"` // or was shared with the current account by another Amazon Web Services account. // Sharing is configured through Resource Access Manager (RAM). ShareStatus *string `type:"string" enum:"ShareStatus"` // The status of the domain list. Status *string `type:"string" enum:"FirewallRuleGroupStatus"` // Additional information about the status of the rule group, if available. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
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.
func (FirewallRuleGroup) GoString ¶ added in v1.38.11
func (s FirewallRuleGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallRuleGroup) SetArn ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetArn(v string) *FirewallRuleGroup
SetArn sets the Arn field's value.
func (*FirewallRuleGroup) SetCreationTime ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetCreationTime(v string) *FirewallRuleGroup
SetCreationTime sets the CreationTime field's value.
func (*FirewallRuleGroup) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetCreatorRequestId(v string) *FirewallRuleGroup
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallRuleGroup) SetId ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetId(v string) *FirewallRuleGroup
SetId sets the Id field's value.
func (*FirewallRuleGroup) SetModificationTime ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetModificationTime(v string) *FirewallRuleGroup
SetModificationTime sets the ModificationTime field's value.
func (*FirewallRuleGroup) SetName ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetName(v string) *FirewallRuleGroup
SetName sets the Name field's value.
func (*FirewallRuleGroup) SetOwnerId ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetOwnerId(v string) *FirewallRuleGroup
SetOwnerId sets the OwnerId field's value.
func (*FirewallRuleGroup) SetRuleCount ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetRuleCount(v int64) *FirewallRuleGroup
SetRuleCount sets the RuleCount field's value.
func (*FirewallRuleGroup) SetShareStatus ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetShareStatus(v string) *FirewallRuleGroup
SetShareStatus sets the ShareStatus field's value.
func (*FirewallRuleGroup) SetStatus ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetStatus(v string) *FirewallRuleGroup
SetStatus sets the Status field's value.
func (*FirewallRuleGroup) SetStatusMessage ¶ added in v1.38.11
func (s *FirewallRuleGroup) SetStatusMessage(v string) *FirewallRuleGroup
SetStatusMessage sets the StatusMessage field's value.
func (FirewallRuleGroup) String ¶ added in v1.38.11
func (s FirewallRuleGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallRuleGroupAssociation ¶ added in v1.38.11
type FirewallRuleGroupAssociation struct { // The Amazon Resource Name (ARN) of the firewall rule group association. Arn *string `min:"1" type:"string"` // The date and time that the association was created, in Unix time format and // Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The unique identifier of the firewall rule group. FirewallRuleGroupId *string `min:"1" type:"string"` // The identifier for the association. Id *string `min:"1" type:"string"` // 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. ManagedOwnerName *string `min:"1" type:"string"` // The date and time that the association was last modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // If enabled, this setting disallows modification or removal of the association, // to help prevent against accidentally altering DNS firewall protections. MutationProtection *string `type:"string" enum:"MutationProtectionStatus"` // The name of the association. Name *string `type:"string"` // 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. Priority *int64 `type:"integer"` // The current status of the association. Status *string `type:"string" enum:"FirewallRuleGroupAssociationStatus"` // Additional information about the status of the response, if available. StatusMessage *string `type:"string"` // The unique identifier of the VPC that is associated with the rule group. VpcId *string `min:"1" type:"string"` // contains filtered or unexported fields }
An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
func (FirewallRuleGroupAssociation) GoString ¶ added in v1.38.11
func (s FirewallRuleGroupAssociation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallRuleGroupAssociation) SetArn ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetArn(v string) *FirewallRuleGroupAssociation
SetArn sets the Arn field's value.
func (*FirewallRuleGroupAssociation) SetCreationTime ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetCreationTime(v string) *FirewallRuleGroupAssociation
SetCreationTime sets the CreationTime field's value.
func (*FirewallRuleGroupAssociation) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetCreatorRequestId(v string) *FirewallRuleGroupAssociation
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallRuleGroupAssociation) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetFirewallRuleGroupId(v string) *FirewallRuleGroupAssociation
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*FirewallRuleGroupAssociation) SetId ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetId(v string) *FirewallRuleGroupAssociation
SetId sets the Id field's value.
func (*FirewallRuleGroupAssociation) SetManagedOwnerName ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetManagedOwnerName(v string) *FirewallRuleGroupAssociation
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (*FirewallRuleGroupAssociation) SetModificationTime ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetModificationTime(v string) *FirewallRuleGroupAssociation
SetModificationTime sets the ModificationTime field's value.
func (*FirewallRuleGroupAssociation) SetMutationProtection ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetMutationProtection(v string) *FirewallRuleGroupAssociation
SetMutationProtection sets the MutationProtection field's value.
func (*FirewallRuleGroupAssociation) SetName ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetName(v string) *FirewallRuleGroupAssociation
SetName sets the Name field's value.
func (*FirewallRuleGroupAssociation) SetPriority ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetPriority(v int64) *FirewallRuleGroupAssociation
SetPriority sets the Priority field's value.
func (*FirewallRuleGroupAssociation) SetStatus ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetStatus(v string) *FirewallRuleGroupAssociation
SetStatus sets the Status field's value.
func (*FirewallRuleGroupAssociation) SetStatusMessage ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetStatusMessage(v string) *FirewallRuleGroupAssociation
SetStatusMessage sets the StatusMessage field's value.
func (*FirewallRuleGroupAssociation) SetVpcId ¶ added in v1.38.11
func (s *FirewallRuleGroupAssociation) SetVpcId(v string) *FirewallRuleGroupAssociation
SetVpcId sets the VpcId field's value.
func (FirewallRuleGroupAssociation) String ¶ added in v1.38.11
func (s FirewallRuleGroupAssociation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FirewallRuleGroupMetadata ¶ added in v1.38.11
type FirewallRuleGroupMetadata struct { // The ARN (Amazon Resource Name) of the rule group. Arn *string `min:"1" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The ID of the rule group. Id *string `min:"1" type:"string"` // The name of the rule group. Name *string `type:"string"` // 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. OwnerId *string `min:"12" type:"string"` // or was shared with the current account by another Amazon Web Services account. // Sharing is configured through Resource Access Manager (RAM). ShareStatus *string `type:"string" enum:"ShareStatus"` // contains filtered or unexported fields }
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.
func (FirewallRuleGroupMetadata) GoString ¶ added in v1.38.11
func (s FirewallRuleGroupMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FirewallRuleGroupMetadata) SetArn ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetArn(v string) *FirewallRuleGroupMetadata
SetArn sets the Arn field's value.
func (*FirewallRuleGroupMetadata) SetCreatorRequestId ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetCreatorRequestId(v string) *FirewallRuleGroupMetadata
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*FirewallRuleGroupMetadata) SetId ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetId(v string) *FirewallRuleGroupMetadata
SetId sets the Id field's value.
func (*FirewallRuleGroupMetadata) SetName ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetName(v string) *FirewallRuleGroupMetadata
SetName sets the Name field's value.
func (*FirewallRuleGroupMetadata) SetOwnerId ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetOwnerId(v string) *FirewallRuleGroupMetadata
SetOwnerId sets the OwnerId field's value.
func (*FirewallRuleGroupMetadata) SetShareStatus ¶ added in v1.38.11
func (s *FirewallRuleGroupMetadata) SetShareStatus(v string) *FirewallRuleGroupMetadata
SetShareStatus sets the ShareStatus field's value.
func (FirewallRuleGroupMetadata) String ¶ added in v1.38.11
func (s FirewallRuleGroupMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetFirewallConfigInput ¶ added in v1.38.11
type GetFirewallConfigInput struct { // The ID of the VPC from Amazon VPC that the configuration is for. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFirewallConfigInput) GoString ¶ added in v1.38.11
func (s GetFirewallConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallConfigInput) SetResourceId ¶ added in v1.38.11
func (s *GetFirewallConfigInput) SetResourceId(v string) *GetFirewallConfigInput
SetResourceId sets the ResourceId field's value.
func (GetFirewallConfigInput) String ¶ added in v1.38.11
func (s GetFirewallConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallConfigInput) Validate ¶ added in v1.38.11
func (s *GetFirewallConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallConfigOutput ¶ added in v1.38.11
type GetFirewallConfigOutput struct { // Configuration of the firewall behavior provided by DNS Firewall for a single // VPC from AmazonVPC. FirewallConfig *FirewallConfig `type:"structure"` // contains filtered or unexported fields }
func (GetFirewallConfigOutput) GoString ¶ added in v1.38.11
func (s GetFirewallConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallConfigOutput) SetFirewallConfig ¶ added in v1.38.11
func (s *GetFirewallConfigOutput) SetFirewallConfig(v *FirewallConfig) *GetFirewallConfigOutput
SetFirewallConfig sets the FirewallConfig field's value.
func (GetFirewallConfigOutput) String ¶ added in v1.38.11
func (s GetFirewallConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetFirewallDomainListInput ¶ added in v1.38.11
type GetFirewallDomainListInput struct { // The ID of the domain list. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFirewallDomainListInput) GoString ¶ added in v1.38.11
func (s GetFirewallDomainListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallDomainListInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *GetFirewallDomainListInput) SetFirewallDomainListId(v string) *GetFirewallDomainListInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (GetFirewallDomainListInput) String ¶ added in v1.38.11
func (s GetFirewallDomainListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallDomainListInput) Validate ¶ added in v1.38.11
func (s *GetFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallDomainListOutput ¶ added in v1.38.11
type GetFirewallDomainListOutput struct { // The domain list that you requested. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
func (GetFirewallDomainListOutput) GoString ¶ added in v1.38.11
func (s GetFirewallDomainListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallDomainListOutput) SetFirewallDomainList ¶ added in v1.38.11
func (s *GetFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *GetFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
func (GetFirewallDomainListOutput) String ¶ added in v1.38.11
func (s GetFirewallDomainListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetFirewallRuleGroupAssociationInput ¶ added in v1.38.11
type GetFirewallRuleGroupAssociationInput struct { // The identifier of the FirewallRuleGroupAssociation. // // FirewallRuleGroupAssociationId is a required field FirewallRuleGroupAssociationId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupAssociationInput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId ¶ added in v1.38.11
func (s *GetFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId(v string) *GetFirewallRuleGroupAssociationInput
SetFirewallRuleGroupAssociationId sets the FirewallRuleGroupAssociationId field's value.
func (GetFirewallRuleGroupAssociationInput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupAssociationInput) Validate ¶ added in v1.38.11
func (s *GetFirewallRuleGroupAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallRuleGroupAssociationOutput ¶ added in v1.38.11
type GetFirewallRuleGroupAssociationOutput struct { // The association that you requested. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupAssociationOutput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupAssociationOutput) SetFirewallRuleGroupAssociation ¶ added in v1.38.11
func (s *GetFirewallRuleGroupAssociationOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *GetFirewallRuleGroupAssociationOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
func (GetFirewallRuleGroupAssociationOutput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetFirewallRuleGroupInput ¶ added in v1.38.11
type GetFirewallRuleGroupInput struct { // The unique identifier of the firewall rule group. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupInput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *GetFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *GetFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (GetFirewallRuleGroupInput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupInput) Validate ¶ added in v1.38.11
func (s *GetFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallRuleGroupOutput ¶ added in v1.38.11
type GetFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupOutput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupOutput) SetFirewallRuleGroup ¶ added in v1.38.11
func (s *GetFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *GetFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
func (GetFirewallRuleGroupOutput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetFirewallRuleGroupPolicyInput ¶ added in v1.38.11
type GetFirewallRuleGroupPolicyInput struct { // The ARN (Amazon Resource Name) for the rule group. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupPolicyInput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupPolicyInput) SetArn ¶ added in v1.38.11
func (s *GetFirewallRuleGroupPolicyInput) SetArn(v string) *GetFirewallRuleGroupPolicyInput
SetArn sets the Arn field's value.
func (GetFirewallRuleGroupPolicyInput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupPolicyInput) Validate ¶ added in v1.38.11
func (s *GetFirewallRuleGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallRuleGroupPolicyOutput ¶ added in v1.38.11
type GetFirewallRuleGroupPolicyOutput struct { // 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). FirewallRuleGroupPolicy *string `type:"string"` // contains filtered or unexported fields }
func (GetFirewallRuleGroupPolicyOutput) GoString ¶ added in v1.38.11
func (s GetFirewallRuleGroupPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetFirewallRuleGroupPolicyOutput) SetFirewallRuleGroupPolicy ¶ added in v1.38.11
func (s *GetFirewallRuleGroupPolicyOutput) SetFirewallRuleGroupPolicy(v string) *GetFirewallRuleGroupPolicyOutput
SetFirewallRuleGroupPolicy sets the FirewallRuleGroupPolicy field's value.
func (GetFirewallRuleGroupPolicyOutput) String ¶ added in v1.38.11
func (s GetFirewallRuleGroupPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOutpostResolverInput ¶ added in v1.44.305
type GetOutpostResolverInput struct { // The ID of the Resolver on the Outpost. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetOutpostResolverInput) GoString ¶ added in v1.44.305
func (s GetOutpostResolverInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOutpostResolverInput) SetId ¶ added in v1.44.305
func (s *GetOutpostResolverInput) SetId(v string) *GetOutpostResolverInput
SetId sets the Id field's value.
func (GetOutpostResolverInput) String ¶ added in v1.44.305
func (s GetOutpostResolverInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOutpostResolverInput) Validate ¶ added in v1.44.305
func (s *GetOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOutpostResolverOutput ¶ added in v1.44.305
type GetOutpostResolverOutput struct { // Information about the GetOutpostResolver request, including the status of // the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
func (GetOutpostResolverOutput) GoString ¶ added in v1.44.305
func (s GetOutpostResolverOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOutpostResolverOutput) SetOutpostResolver ¶ added in v1.44.305
func (s *GetOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *GetOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
func (GetOutpostResolverOutput) String ¶ added in v1.44.305
func (s GetOutpostResolverOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverConfigInput ¶ added in v1.41.10
type GetResolverConfigInput struct { // Resource ID of the Amazon VPC that you want to get information about. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverConfigInput) GoString ¶ added in v1.41.10
func (s GetResolverConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverConfigInput) SetResourceId ¶ added in v1.41.10
func (s *GetResolverConfigInput) SetResourceId(v string) *GetResolverConfigInput
SetResourceId sets the ResourceId field's value.
func (GetResolverConfigInput) String ¶ added in v1.41.10
func (s GetResolverConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverConfigInput) Validate ¶ added in v1.41.10
func (s *GetResolverConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverConfigOutput ¶ added in v1.41.10
type GetResolverConfigOutput struct { // Information about the behavior configuration of Route 53 Resolver behavior // for the VPC you specified in the GetResolverConfig request. ResolverConfig *ResolverConfig `type:"structure"` // contains filtered or unexported fields }
func (GetResolverConfigOutput) GoString ¶ added in v1.41.10
func (s GetResolverConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverConfigOutput) SetResolverConfig ¶ added in v1.41.10
func (s *GetResolverConfigOutput) SetResolverConfig(v *ResolverConfig) *GetResolverConfigOutput
SetResolverConfig sets the ResolverConfig field's value.
func (GetResolverConfigOutput) String ¶ added in v1.41.10
func (s GetResolverConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverDnssecConfigInput ¶ added in v1.36.11
type GetResolverDnssecConfigInput struct { // The ID of the virtual private cloud (VPC) for the DNSSEC validation status. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverDnssecConfigInput) GoString ¶ added in v1.36.11
func (s GetResolverDnssecConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverDnssecConfigInput) SetResourceId ¶ added in v1.36.11
func (s *GetResolverDnssecConfigInput) SetResourceId(v string) *GetResolverDnssecConfigInput
SetResourceId sets the ResourceId field's value.
func (GetResolverDnssecConfigInput) String ¶ added in v1.36.11
func (s GetResolverDnssecConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverDnssecConfigInput) Validate ¶ added in v1.36.11
func (s *GetResolverDnssecConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverDnssecConfigOutput ¶ added in v1.36.11
type GetResolverDnssecConfigOutput struct { // The information about a configuration for DNSSEC validation. ResolverDNSSECConfig *ResolverDnssecConfig `type:"structure"` // contains filtered or unexported fields }
func (GetResolverDnssecConfigOutput) GoString ¶ added in v1.36.11
func (s GetResolverDnssecConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverDnssecConfigOutput) SetResolverDNSSECConfig ¶ added in v1.36.11
func (s *GetResolverDnssecConfigOutput) SetResolverDNSSECConfig(v *ResolverDnssecConfig) *GetResolverDnssecConfigOutput
SetResolverDNSSECConfig sets the ResolverDNSSECConfig field's value.
func (GetResolverDnssecConfigOutput) String ¶ added in v1.36.11
func (s GetResolverDnssecConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverEndpointInput ¶
type GetResolverEndpointInput struct { // The ID of the Resolver endpoint that you want to get information about. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverEndpointInput) GoString ¶
func (s GetResolverEndpointInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverEndpointInput) SetResolverEndpointId ¶
func (s *GetResolverEndpointInput) SetResolverEndpointId(v string) *GetResolverEndpointInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (GetResolverEndpointInput) String ¶
func (s GetResolverEndpointInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverEndpointInput) Validate ¶
func (s *GetResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverEndpointOutput ¶
type GetResolverEndpointOutput struct { // Information about the Resolver endpoint that you specified in a GetResolverEndpoint // request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (GetResolverEndpointOutput) GoString ¶
func (s GetResolverEndpointOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverEndpointOutput) SetResolverEndpoint ¶
func (s *GetResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *GetResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (GetResolverEndpointOutput) String ¶
func (s GetResolverEndpointOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverQueryLogConfigAssociationInput ¶ added in v1.34.11
type GetResolverQueryLogConfigAssociationInput struct { // The ID of the Resolver query logging configuration association that you want // to get information about. // // ResolverQueryLogConfigAssociationId is a required field ResolverQueryLogConfigAssociationId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigAssociationInput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigAssociationInput) SetResolverQueryLogConfigAssociationId ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigAssociationInput) SetResolverQueryLogConfigAssociationId(v string) *GetResolverQueryLogConfigAssociationInput
SetResolverQueryLogConfigAssociationId sets the ResolverQueryLogConfigAssociationId field's value.
func (GetResolverQueryLogConfigAssociationInput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigAssociationInput) Validate ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverQueryLogConfigAssociationOutput ¶ added in v1.34.11
type GetResolverQueryLogConfigAssociationOutput struct { // Information about the Resolver query logging configuration association that // you specified in a GetQueryLogConfigAssociation request. ResolverQueryLogConfigAssociation *ResolverQueryLogConfigAssociation `type:"structure"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigAssociationOutput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigAssociationOutput) SetResolverQueryLogConfigAssociation ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigAssociationOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *GetResolverQueryLogConfigAssociationOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
func (GetResolverQueryLogConfigAssociationOutput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverQueryLogConfigInput ¶ added in v1.34.11
type GetResolverQueryLogConfigInput struct { // The ID of the Resolver query logging configuration that you want to get information // about. // // ResolverQueryLogConfigId is a required field ResolverQueryLogConfigId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigInput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigInput) SetResolverQueryLogConfigId ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *GetResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (GetResolverQueryLogConfigInput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigInput) Validate ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverQueryLogConfigOutput ¶ added in v1.34.11
type GetResolverQueryLogConfigOutput struct { // Information about the Resolver query logging configuration that you specified // in a GetQueryLogConfig request. ResolverQueryLogConfig *ResolverQueryLogConfig `type:"structure"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigOutput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigOutput) SetResolverQueryLogConfig ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *GetResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
func (GetResolverQueryLogConfigOutput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverQueryLogConfigPolicyInput ¶ added in v1.34.11
type GetResolverQueryLogConfigPolicyInput struct { // The ARN of the query logging configuration that you want to get the query // logging policy for. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigPolicyInput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigPolicyInput) SetArn ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigPolicyInput) SetArn(v string) *GetResolverQueryLogConfigPolicyInput
SetArn sets the Arn field's value.
func (GetResolverQueryLogConfigPolicyInput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigPolicyInput) Validate ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverQueryLogConfigPolicyOutput ¶ added in v1.34.11
type GetResolverQueryLogConfigPolicyOutput struct { // Information about the query logging policy for the query logging configuration // that you specified in a GetResolverQueryLogConfigPolicy request. ResolverQueryLogConfigPolicy *string `type:"string"` // contains filtered or unexported fields }
func (GetResolverQueryLogConfigPolicyOutput) GoString ¶ added in v1.34.11
func (s GetResolverQueryLogConfigPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverQueryLogConfigPolicyOutput) SetResolverQueryLogConfigPolicy ¶ added in v1.34.11
func (s *GetResolverQueryLogConfigPolicyOutput) SetResolverQueryLogConfigPolicy(v string) *GetResolverQueryLogConfigPolicyOutput
SetResolverQueryLogConfigPolicy sets the ResolverQueryLogConfigPolicy field's value.
func (GetResolverQueryLogConfigPolicyOutput) String ¶ added in v1.34.11
func (s GetResolverQueryLogConfigPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverRuleAssociationInput ¶
type GetResolverRuleAssociationInput struct { // The ID of the Resolver rule association that you want to get information // about. // // ResolverRuleAssociationId is a required field ResolverRuleAssociationId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverRuleAssociationInput) GoString ¶
func (s GetResolverRuleAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleAssociationInput) SetResolverRuleAssociationId ¶
func (s *GetResolverRuleAssociationInput) SetResolverRuleAssociationId(v string) *GetResolverRuleAssociationInput
SetResolverRuleAssociationId sets the ResolverRuleAssociationId field's value.
func (GetResolverRuleAssociationInput) String ¶
func (s GetResolverRuleAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleAssociationInput) Validate ¶
func (s *GetResolverRuleAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverRuleAssociationOutput ¶
type GetResolverRuleAssociationOutput struct { // Information about the Resolver rule association that you specified in a GetResolverRuleAssociation // request. ResolverRuleAssociation *ResolverRuleAssociation `type:"structure"` // contains filtered or unexported fields }
func (GetResolverRuleAssociationOutput) GoString ¶
func (s GetResolverRuleAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleAssociationOutput) SetResolverRuleAssociation ¶
func (s *GetResolverRuleAssociationOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *GetResolverRuleAssociationOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
func (GetResolverRuleAssociationOutput) String ¶
func (s GetResolverRuleAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverRuleInput ¶
type GetResolverRuleInput struct { // The ID of the Resolver rule that you want to get information about. // // ResolverRuleId is a required field ResolverRuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverRuleInput) GoString ¶
func (s GetResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleInput) SetResolverRuleId ¶
func (s *GetResolverRuleInput) SetResolverRuleId(v string) *GetResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (GetResolverRuleInput) String ¶
func (s GetResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleInput) Validate ¶
func (s *GetResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverRuleOutput ¶
type GetResolverRuleOutput struct { // Information about the Resolver rule that you specified in a GetResolverRule // request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
func (GetResolverRuleOutput) GoString ¶
func (s GetResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRuleOutput) SetResolverRule ¶
func (s *GetResolverRuleOutput) SetResolverRule(v *ResolverRule) *GetResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
func (GetResolverRuleOutput) String ¶
func (s GetResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetResolverRulePolicyInput ¶
type GetResolverRulePolicyInput struct { // The ID of the Resolver rule that you want to get the Resolver rule policy // for. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetResolverRulePolicyInput) GoString ¶
func (s GetResolverRulePolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRulePolicyInput) SetArn ¶
func (s *GetResolverRulePolicyInput) SetArn(v string) *GetResolverRulePolicyInput
SetArn sets the Arn field's value.
func (GetResolverRulePolicyInput) String ¶
func (s GetResolverRulePolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRulePolicyInput) Validate ¶
func (s *GetResolverRulePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverRulePolicyOutput ¶
type GetResolverRulePolicyOutput struct { // The Resolver rule policy for the rule that you specified in a GetResolverRulePolicy // request. ResolverRulePolicy *string `type:"string"` // contains filtered or unexported fields }
func (GetResolverRulePolicyOutput) GoString ¶
func (s GetResolverRulePolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetResolverRulePolicyOutput) SetResolverRulePolicy ¶
func (s *GetResolverRulePolicyOutput) SetResolverRulePolicy(v string) *GetResolverRulePolicyOutput
SetResolverRulePolicy sets the ResolverRulePolicy field's value.
func (GetResolverRulePolicyOutput) String ¶
func (s GetResolverRulePolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ImportFirewallDomainsInput ¶ added in v1.38.11
type ImportFirewallDomainsInput struct { // 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. // // DomainFileUrl is a required field DomainFileUrl *string `min:"1" type:"string" required:"true"` // The ID of the domain list that you want to modify with the import operation. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // 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. // // Operation is a required field Operation *string `type:"string" required:"true" enum:"FirewallDomainImportOperation"` // contains filtered or unexported fields }
func (ImportFirewallDomainsInput) GoString ¶ added in v1.38.11
func (s ImportFirewallDomainsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportFirewallDomainsInput) SetDomainFileUrl ¶ added in v1.38.11
func (s *ImportFirewallDomainsInput) SetDomainFileUrl(v string) *ImportFirewallDomainsInput
SetDomainFileUrl sets the DomainFileUrl field's value.
func (*ImportFirewallDomainsInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *ImportFirewallDomainsInput) SetFirewallDomainListId(v string) *ImportFirewallDomainsInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*ImportFirewallDomainsInput) SetOperation ¶ added in v1.38.11
func (s *ImportFirewallDomainsInput) SetOperation(v string) *ImportFirewallDomainsInput
SetOperation sets the Operation field's value.
func (ImportFirewallDomainsInput) String ¶ added in v1.38.11
func (s ImportFirewallDomainsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportFirewallDomainsInput) Validate ¶ added in v1.38.11
func (s *ImportFirewallDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportFirewallDomainsOutput ¶ added in v1.38.11
type ImportFirewallDomainsOutput struct { // The Id of the firewall domain list that DNS Firewall just updated. Id *string `min:"1" type:"string"` // The name of the domain list. Name *string `type:"string"` // Status of the import request. Status *string `type:"string" enum:"FirewallDomainListStatus"` // Additional information about the status of the list, if available. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
func (ImportFirewallDomainsOutput) GoString ¶ added in v1.38.11
func (s ImportFirewallDomainsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ImportFirewallDomainsOutput) SetId ¶ added in v1.38.11
func (s *ImportFirewallDomainsOutput) SetId(v string) *ImportFirewallDomainsOutput
SetId sets the Id field's value.
func (*ImportFirewallDomainsOutput) SetName ¶ added in v1.38.11
func (s *ImportFirewallDomainsOutput) SetName(v string) *ImportFirewallDomainsOutput
SetName sets the Name field's value.
func (*ImportFirewallDomainsOutput) SetStatus ¶ added in v1.38.11
func (s *ImportFirewallDomainsOutput) SetStatus(v string) *ImportFirewallDomainsOutput
SetStatus sets the Status field's value.
func (*ImportFirewallDomainsOutput) SetStatusMessage ¶ added in v1.38.11
func (s *ImportFirewallDomainsOutput) SetStatusMessage(v string) *ImportFirewallDomainsOutput
SetStatusMessage sets the StatusMessage field's value.
func (ImportFirewallDomainsOutput) String ¶ added in v1.38.11
func (s ImportFirewallDomainsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServiceErrorException ¶ added in v1.28.0
type InternalServiceErrorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
We encountered an unknown error. Try again in a few minutes.
func (*InternalServiceErrorException) Code ¶ added in v1.28.0
func (s *InternalServiceErrorException) Code() string
Code returns the exception type name.
func (*InternalServiceErrorException) Error ¶ added in v1.28.0
func (s *InternalServiceErrorException) Error() string
func (InternalServiceErrorException) GoString ¶ added in v1.28.0
func (s InternalServiceErrorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServiceErrorException) Message ¶ added in v1.28.0
func (s *InternalServiceErrorException) Message() string
Message returns the exception's message.
func (*InternalServiceErrorException) OrigErr ¶ added in v1.28.0
func (s *InternalServiceErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServiceErrorException) RequestID ¶ added in v1.28.0
func (s *InternalServiceErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServiceErrorException) StatusCode ¶ added in v1.28.0
func (s *InternalServiceErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServiceErrorException) String ¶ added in v1.28.0
func (s InternalServiceErrorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidNextTokenException ¶ added in v1.28.0
type InvalidNextTokenException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The value that you specified for NextToken in a List request isn't valid.
func (*InvalidNextTokenException) Code ¶ added in v1.28.0
func (s *InvalidNextTokenException) Code() string
Code returns the exception type name.
func (*InvalidNextTokenException) Error ¶ added in v1.28.0
func (s *InvalidNextTokenException) Error() string
func (InvalidNextTokenException) GoString ¶ added in v1.28.0
func (s InvalidNextTokenException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidNextTokenException) Message ¶ added in v1.28.0
func (s *InvalidNextTokenException) Message() string
Message returns the exception's message.
func (*InvalidNextTokenException) OrigErr ¶ added in v1.28.0
func (s *InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidNextTokenException) RequestID ¶ added in v1.28.0
func (s *InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidNextTokenException) StatusCode ¶ added in v1.28.0
func (s *InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidNextTokenException) String ¶ added in v1.28.0
func (s InvalidNextTokenException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidParameterException ¶ added in v1.28.0
type InvalidParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // For an InvalidParameterException error, the name of the parameter that's // invalid. FieldName *string `type:"string"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
One or more parameters in this request are not valid.
func (*InvalidParameterException) Code ¶ added in v1.28.0
func (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (*InvalidParameterException) Error ¶ added in v1.28.0
func (s *InvalidParameterException) Error() string
func (InvalidParameterException) GoString ¶ added in v1.28.0
func (s InvalidParameterException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidParameterException) Message ¶ added in v1.28.0
func (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (*InvalidParameterException) OrigErr ¶ added in v1.28.0
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterException) RequestID ¶ added in v1.28.0
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterException) StatusCode ¶ added in v1.28.0
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterException) String ¶ added in v1.28.0
func (s InvalidParameterException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidPolicyDocument ¶ added in v1.28.0
type InvalidPolicyDocument struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The specified Resolver rule policy is invalid.
func (*InvalidPolicyDocument) Code ¶ added in v1.28.0
func (s *InvalidPolicyDocument) Code() string
Code returns the exception type name.
func (*InvalidPolicyDocument) Error ¶ added in v1.28.0
func (s *InvalidPolicyDocument) Error() string
func (InvalidPolicyDocument) GoString ¶ added in v1.28.0
func (s InvalidPolicyDocument) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidPolicyDocument) Message ¶ added in v1.28.0
func (s *InvalidPolicyDocument) Message() string
Message returns the exception's message.
func (*InvalidPolicyDocument) OrigErr ¶ added in v1.28.0
func (s *InvalidPolicyDocument) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidPolicyDocument) RequestID ¶ added in v1.28.0
func (s *InvalidPolicyDocument) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidPolicyDocument) StatusCode ¶ added in v1.28.0
func (s *InvalidPolicyDocument) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidPolicyDocument) String ¶ added in v1.28.0
func (s InvalidPolicyDocument) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidRequestException ¶ added in v1.28.0
type InvalidRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request is invalid.
func (*InvalidRequestException) Code ¶ added in v1.28.0
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (*InvalidRequestException) Error ¶ added in v1.28.0
func (s *InvalidRequestException) Error() string
func (InvalidRequestException) GoString ¶ added in v1.28.0
func (s InvalidRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidRequestException) Message ¶ added in v1.28.0
func (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (*InvalidRequestException) OrigErr ¶ added in v1.28.0
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidRequestException) RequestID ¶ added in v1.28.0
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidRequestException) StatusCode ¶ added in v1.28.0
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRequestException) String ¶ added in v1.28.0
func (s InvalidRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidTagException ¶ added in v1.28.0
type InvalidTagException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The specified tag is invalid.
func (*InvalidTagException) Code ¶ added in v1.28.0
func (s *InvalidTagException) Code() string
Code returns the exception type name.
func (*InvalidTagException) Error ¶ added in v1.28.0
func (s *InvalidTagException) Error() string
func (InvalidTagException) GoString ¶ added in v1.28.0
func (s InvalidTagException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidTagException) Message ¶ added in v1.28.0
func (s *InvalidTagException) Message() string
Message returns the exception's message.
func (*InvalidTagException) OrigErr ¶ added in v1.28.0
func (s *InvalidTagException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidTagException) RequestID ¶ added in v1.28.0
func (s *InvalidTagException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidTagException) StatusCode ¶ added in v1.28.0
func (s *InvalidTagException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidTagException) String ¶ added in v1.28.0
func (s InvalidTagException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IpAddressRequest ¶
type IpAddressRequest struct { // The IPv4 address that you want to use for DNS queries. Ip *string `min:"7" type:"string"` // The IPv6 address that you want to use for DNS queries. Ipv6 *string `min:"7" type:"string"` // The ID of the subnet that contains the IP address. // // SubnetId is a required field SubnetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
In a CreateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html) 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.
func (IpAddressRequest) GoString ¶
func (s IpAddressRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IpAddressRequest) SetIp ¶
func (s *IpAddressRequest) SetIp(v string) *IpAddressRequest
SetIp sets the Ip field's value.
func (*IpAddressRequest) SetIpv6 ¶ added in v1.44.217
func (s *IpAddressRequest) SetIpv6(v string) *IpAddressRequest
SetIpv6 sets the Ipv6 field's value.
func (*IpAddressRequest) SetSubnetId ¶
func (s *IpAddressRequest) SetSubnetId(v string) *IpAddressRequest
SetSubnetId sets the SubnetId field's value.
func (IpAddressRequest) String ¶
func (s IpAddressRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IpAddressRequest) Validate ¶
func (s *IpAddressRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IpAddressResponse ¶
type IpAddressResponse struct { // The date and time that the IP address was created, in Unix time format and // Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // One IPv4 address that the Resolver endpoint uses for DNS queries. Ip *string `min:"7" type:"string"` // The ID of one IP address. IpId *string `min:"1" type:"string"` // One IPv6 address that the Resolver endpoint uses for DNS queries. Ipv6 *string `min:"7" type:"string"` // The date and time that the IP address was last modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // A status code that gives the current status of the request. Status *string `type:"string" enum:"IpAddressStatus"` // A message that provides additional information about the status of the request. StatusMessage *string `type:"string"` // The ID of one subnet. SubnetId *string `min:"1" type:"string"` // contains filtered or unexported fields }
In the response to a GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html) request, information about the IP addresses that the Resolver endpoint uses for DNS queries.
func (IpAddressResponse) GoString ¶
func (s IpAddressResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IpAddressResponse) SetCreationTime ¶
func (s *IpAddressResponse) SetCreationTime(v string) *IpAddressResponse
SetCreationTime sets the CreationTime field's value.
func (*IpAddressResponse) SetIp ¶
func (s *IpAddressResponse) SetIp(v string) *IpAddressResponse
SetIp sets the Ip field's value.
func (*IpAddressResponse) SetIpId ¶
func (s *IpAddressResponse) SetIpId(v string) *IpAddressResponse
SetIpId sets the IpId field's value.
func (*IpAddressResponse) SetIpv6 ¶ added in v1.44.217
func (s *IpAddressResponse) SetIpv6(v string) *IpAddressResponse
SetIpv6 sets the Ipv6 field's value.
func (*IpAddressResponse) SetModificationTime ¶
func (s *IpAddressResponse) SetModificationTime(v string) *IpAddressResponse
SetModificationTime sets the ModificationTime field's value.
func (*IpAddressResponse) SetStatus ¶
func (s *IpAddressResponse) SetStatus(v string) *IpAddressResponse
SetStatus sets the Status field's value.
func (*IpAddressResponse) SetStatusMessage ¶
func (s *IpAddressResponse) SetStatusMessage(v string) *IpAddressResponse
SetStatusMessage sets the StatusMessage field's value.
func (*IpAddressResponse) SetSubnetId ¶
func (s *IpAddressResponse) SetSubnetId(v string) *IpAddressResponse
SetSubnetId sets the SubnetId field's value.
func (IpAddressResponse) String ¶
func (s IpAddressResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IpAddressUpdate ¶
type IpAddressUpdate struct { // The new IPv4 address. Ip *string `min:"7" type:"string"` // 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 // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html). IpId *string `min:"1" type:"string"` // The new IPv6 address. Ipv6 *string `min:"7" type:"string"` // The ID of the subnet that includes the IP address that you want to update. // To get this ID, use GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html). SubnetId *string `min:"1" type:"string"` // contains filtered or unexported fields }
In an UpdateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html) request, information about an IP address to update.
func (IpAddressUpdate) GoString ¶
func (s IpAddressUpdate) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IpAddressUpdate) SetIp ¶
func (s *IpAddressUpdate) SetIp(v string) *IpAddressUpdate
SetIp sets the Ip field's value.
func (*IpAddressUpdate) SetIpId ¶
func (s *IpAddressUpdate) SetIpId(v string) *IpAddressUpdate
SetIpId sets the IpId field's value.
func (*IpAddressUpdate) SetIpv6 ¶ added in v1.44.217
func (s *IpAddressUpdate) SetIpv6(v string) *IpAddressUpdate
SetIpv6 sets the Ipv6 field's value.
func (*IpAddressUpdate) SetSubnetId ¶
func (s *IpAddressUpdate) SetSubnetId(v string) *IpAddressUpdate
SetSubnetId sets the SubnetId field's value.
func (IpAddressUpdate) String ¶
func (s IpAddressUpdate) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IpAddressUpdate) Validate ¶
func (s *IpAddressUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LimitExceededException ¶ added in v1.28.0
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // For a LimitExceededException error, the type of resource that exceeded the // current limit. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The request caused one or more limits to be exceeded.
func (*LimitExceededException) Code ¶ added in v1.28.0
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶ added in v1.28.0
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶ added in v1.28.0
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LimitExceededException) Message ¶ added in v1.28.0
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶ added in v1.28.0
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶ added in v1.28.0
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶ added in v1.28.0
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶ added in v1.28.0
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallConfigsInput ¶ added in v1.38.11
type ListFirewallConfigsInput struct { // 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. MaxResults *int64 `min:"5" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallConfigsInput) GoString ¶ added in v1.38.11
func (s ListFirewallConfigsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallConfigsInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallConfigsInput) SetMaxResults(v int64) *ListFirewallConfigsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallConfigsInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallConfigsInput) SetNextToken(v string) *ListFirewallConfigsInput
SetNextToken sets the NextToken field's value.
func (ListFirewallConfigsInput) String ¶ added in v1.38.11
func (s ListFirewallConfigsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallConfigsInput) Validate ¶ added in v1.38.11
func (s *ListFirewallConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallConfigsOutput ¶ added in v1.38.11
type ListFirewallConfigsOutput struct { // The configurations for the firewall behavior provided by DNS Firewall for // VPCs from Amazon Virtual Private Cloud (Amazon VPC). FirewallConfigs []*FirewallConfig `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallConfigsOutput) GoString ¶ added in v1.38.11
func (s ListFirewallConfigsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallConfigsOutput) SetFirewallConfigs ¶ added in v1.38.11
func (s *ListFirewallConfigsOutput) SetFirewallConfigs(v []*FirewallConfig) *ListFirewallConfigsOutput
SetFirewallConfigs sets the FirewallConfigs field's value.
func (*ListFirewallConfigsOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallConfigsOutput) SetNextToken(v string) *ListFirewallConfigsOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallConfigsOutput) String ¶ added in v1.38.11
func (s ListFirewallConfigsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallDomainListsInput ¶ added in v1.38.11
type ListFirewallDomainListsInput struct { // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallDomainListsInput) GoString ¶ added in v1.38.11
func (s ListFirewallDomainListsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainListsInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallDomainListsInput) SetMaxResults(v int64) *ListFirewallDomainListsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallDomainListsInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallDomainListsInput) SetNextToken(v string) *ListFirewallDomainListsInput
SetNextToken sets the NextToken field's value.
func (ListFirewallDomainListsInput) String ¶ added in v1.38.11
func (s ListFirewallDomainListsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainListsInput) Validate ¶ added in v1.38.11
func (s *ListFirewallDomainListsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallDomainListsOutput ¶ added in v1.38.11
type ListFirewallDomainListsOutput struct { // 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. FirewallDomainLists []*FirewallDomainListMetadata `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallDomainListsOutput) GoString ¶ added in v1.38.11
func (s ListFirewallDomainListsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainListsOutput) SetFirewallDomainLists ¶ added in v1.38.11
func (s *ListFirewallDomainListsOutput) SetFirewallDomainLists(v []*FirewallDomainListMetadata) *ListFirewallDomainListsOutput
SetFirewallDomainLists sets the FirewallDomainLists field's value.
func (*ListFirewallDomainListsOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallDomainListsOutput) SetNextToken(v string) *ListFirewallDomainListsOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallDomainListsOutput) String ¶ added in v1.38.11
func (s ListFirewallDomainListsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallDomainsInput ¶ added in v1.38.11
type ListFirewallDomainsInput struct { // The ID of the domain list whose domains you want to retrieve. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallDomainsInput) GoString ¶ added in v1.38.11
func (s ListFirewallDomainsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainsInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *ListFirewallDomainsInput) SetFirewallDomainListId(v string) *ListFirewallDomainsInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*ListFirewallDomainsInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallDomainsInput) SetMaxResults(v int64) *ListFirewallDomainsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallDomainsInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallDomainsInput) SetNextToken(v string) *ListFirewallDomainsInput
SetNextToken sets the NextToken field's value.
func (ListFirewallDomainsInput) String ¶ added in v1.38.11
func (s ListFirewallDomainsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainsInput) Validate ¶ added in v1.38.11
func (s *ListFirewallDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallDomainsOutput ¶ added in v1.38.11
type ListFirewallDomainsOutput struct { // 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. Domains []*string `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallDomainsOutput) GoString ¶ added in v1.38.11
func (s ListFirewallDomainsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallDomainsOutput) SetDomains ¶ added in v1.38.11
func (s *ListFirewallDomainsOutput) SetDomains(v []*string) *ListFirewallDomainsOutput
SetDomains sets the Domains field's value.
func (*ListFirewallDomainsOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallDomainsOutput) SetNextToken(v string) *ListFirewallDomainsOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallDomainsOutput) String ¶ added in v1.38.11
func (s ListFirewallDomainsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallRuleGroupAssociationsInput ¶ added in v1.38.11
type ListFirewallRuleGroupAssociationsInput struct { // 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. FirewallRuleGroupId *string `min:"1" type:"string"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // 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. Priority *int64 `type:"integer"` // 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. Status *string `type:"string" enum:"FirewallRuleGroupAssociationStatus"` // The unique identifier of the VPC that you want to retrieve the associations // for. Leave this blank to retrieve associations for any VPC. VpcId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListFirewallRuleGroupAssociationsInput) GoString ¶ added in v1.38.11
func (s ListFirewallRuleGroupAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupAssociationsInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetFirewallRuleGroupId(v string) *ListFirewallRuleGroupAssociationsInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*ListFirewallRuleGroupAssociationsInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetMaxResults(v int64) *ListFirewallRuleGroupAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallRuleGroupAssociationsInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsInput
SetNextToken sets the NextToken field's value.
func (*ListFirewallRuleGroupAssociationsInput) SetPriority ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetPriority(v int64) *ListFirewallRuleGroupAssociationsInput
SetPriority sets the Priority field's value.
func (*ListFirewallRuleGroupAssociationsInput) SetStatus ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetStatus(v string) *ListFirewallRuleGroupAssociationsInput
SetStatus sets the Status field's value.
func (*ListFirewallRuleGroupAssociationsInput) SetVpcId ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) SetVpcId(v string) *ListFirewallRuleGroupAssociationsInput
SetVpcId sets the VpcId field's value.
func (ListFirewallRuleGroupAssociationsInput) String ¶ added in v1.38.11
func (s ListFirewallRuleGroupAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupAssociationsInput) Validate ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallRuleGroupAssociationsOutput ¶ added in v1.38.11
type ListFirewallRuleGroupAssociationsOutput struct { // 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. FirewallRuleGroupAssociations []*FirewallRuleGroupAssociation `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallRuleGroupAssociationsOutput) GoString ¶ added in v1.38.11
func (s ListFirewallRuleGroupAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupAssociationsOutput) SetFirewallRuleGroupAssociations ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsOutput) SetFirewallRuleGroupAssociations(v []*FirewallRuleGroupAssociation) *ListFirewallRuleGroupAssociationsOutput
SetFirewallRuleGroupAssociations sets the FirewallRuleGroupAssociations field's value.
func (*ListFirewallRuleGroupAssociationsOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRuleGroupAssociationsOutput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallRuleGroupAssociationsOutput) String ¶ added in v1.38.11
func (s ListFirewallRuleGroupAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallRuleGroupsInput ¶ added in v1.38.11
type ListFirewallRuleGroupsInput struct { // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallRuleGroupsInput) GoString ¶ added in v1.38.11
func (s ListFirewallRuleGroupsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupsInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallRuleGroupsInput) SetMaxResults(v int64) *ListFirewallRuleGroupsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallRuleGroupsInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRuleGroupsInput) SetNextToken(v string) *ListFirewallRuleGroupsInput
SetNextToken sets the NextToken field's value.
func (ListFirewallRuleGroupsInput) String ¶ added in v1.38.11
func (s ListFirewallRuleGroupsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupsInput) Validate ¶ added in v1.38.11
func (s *ListFirewallRuleGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallRuleGroupsOutput ¶ added in v1.38.11
type ListFirewallRuleGroupsOutput struct { // 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. FirewallRuleGroups []*FirewallRuleGroupMetadata `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallRuleGroupsOutput) GoString ¶ added in v1.38.11
func (s ListFirewallRuleGroupsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRuleGroupsOutput) SetFirewallRuleGroups ¶ added in v1.38.11
func (s *ListFirewallRuleGroupsOutput) SetFirewallRuleGroups(v []*FirewallRuleGroupMetadata) *ListFirewallRuleGroupsOutput
SetFirewallRuleGroups sets the FirewallRuleGroups field's value.
func (*ListFirewallRuleGroupsOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRuleGroupsOutput) SetNextToken(v string) *ListFirewallRuleGroupsOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallRuleGroupsOutput) String ¶ added in v1.38.11
func (s ListFirewallRuleGroupsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFirewallRulesInput ¶ added in v1.38.11
type ListFirewallRulesInput struct { // Optional additional filter for the rules to retrieve. // // The action that DNS Firewall should take on a DNS query when it matches one // of the domains in the rule's domain list: // // * ALLOW - Permit the request to go through. // // * ALERT - Permit the request to go through but send an alert to the logs. // // * BLOCK - Disallow the request. If this is specified, additional handling // details are provided in the rule's BlockResponse setting. Action *string `type:"string" enum:"Action"` // The unique identifier of the firewall rule group that you want to retrieve // the rules for. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // 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. Priority *int64 `type:"integer"` // contains filtered or unexported fields }
func (ListFirewallRulesInput) GoString ¶ added in v1.38.11
func (s ListFirewallRulesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRulesInput) SetAction ¶ added in v1.38.11
func (s *ListFirewallRulesInput) SetAction(v string) *ListFirewallRulesInput
SetAction sets the Action field's value.
func (*ListFirewallRulesInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *ListFirewallRulesInput) SetFirewallRuleGroupId(v string) *ListFirewallRulesInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*ListFirewallRulesInput) SetMaxResults ¶ added in v1.38.11
func (s *ListFirewallRulesInput) SetMaxResults(v int64) *ListFirewallRulesInput
SetMaxResults sets the MaxResults field's value.
func (*ListFirewallRulesInput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRulesInput) SetNextToken(v string) *ListFirewallRulesInput
SetNextToken sets the NextToken field's value.
func (*ListFirewallRulesInput) SetPriority ¶ added in v1.38.11
func (s *ListFirewallRulesInput) SetPriority(v int64) *ListFirewallRulesInput
SetPriority sets the Priority field's value.
func (ListFirewallRulesInput) String ¶ added in v1.38.11
func (s ListFirewallRulesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRulesInput) Validate ¶ added in v1.38.11
func (s *ListFirewallRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFirewallRulesOutput ¶ added in v1.38.11
type ListFirewallRulesOutput struct { // 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. FirewallRules []*FirewallRule `type:"list"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFirewallRulesOutput) GoString ¶ added in v1.38.11
func (s ListFirewallRulesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFirewallRulesOutput) SetFirewallRules ¶ added in v1.38.11
func (s *ListFirewallRulesOutput) SetFirewallRules(v []*FirewallRule) *ListFirewallRulesOutput
SetFirewallRules sets the FirewallRules field's value.
func (*ListFirewallRulesOutput) SetNextToken ¶ added in v1.38.11
func (s *ListFirewallRulesOutput) SetNextToken(v string) *ListFirewallRulesOutput
SetNextToken sets the NextToken field's value.
func (ListFirewallRulesOutput) String ¶ added in v1.38.11
func (s ListFirewallRulesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOutpostResolversInput ¶ added in v1.44.305
type ListOutpostResolversInput struct { // 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. MaxResults *int64 `min:"1" type:"integer"` // For the first ListOutpostResolver request, omit this value. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) of the Outpost. OutpostArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListOutpostResolversInput) GoString ¶ added in v1.44.305
func (s ListOutpostResolversInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOutpostResolversInput) SetMaxResults ¶ added in v1.44.305
func (s *ListOutpostResolversInput) SetMaxResults(v int64) *ListOutpostResolversInput
SetMaxResults sets the MaxResults field's value.
func (*ListOutpostResolversInput) SetNextToken ¶ added in v1.44.305
func (s *ListOutpostResolversInput) SetNextToken(v string) *ListOutpostResolversInput
SetNextToken sets the NextToken field's value.
func (*ListOutpostResolversInput) SetOutpostArn ¶ added in v1.44.305
func (s *ListOutpostResolversInput) SetOutpostArn(v string) *ListOutpostResolversInput
SetOutpostArn sets the OutpostArn field's value.
func (ListOutpostResolversInput) String ¶ added in v1.44.305
func (s ListOutpostResolversInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOutpostResolversInput) Validate ¶ added in v1.44.305
func (s *ListOutpostResolversInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOutpostResolversOutput ¶ added in v1.44.305
type ListOutpostResolversOutput struct { // 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. NextToken *string `type:"string"` // The Resolvers on Outposts that were created by using the current Amazon Web // Services account, and that match the specified filters, if any. OutpostResolvers []*OutpostResolver `type:"list"` // contains filtered or unexported fields }
func (ListOutpostResolversOutput) GoString ¶ added in v1.44.305
func (s ListOutpostResolversOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOutpostResolversOutput) SetNextToken ¶ added in v1.44.305
func (s *ListOutpostResolversOutput) SetNextToken(v string) *ListOutpostResolversOutput
SetNextToken sets the NextToken field's value.
func (*ListOutpostResolversOutput) SetOutpostResolvers ¶ added in v1.44.305
func (s *ListOutpostResolversOutput) SetOutpostResolvers(v []*OutpostResolver) *ListOutpostResolversOutput
SetOutpostResolvers sets the OutpostResolvers field's value.
func (ListOutpostResolversOutput) String ¶ added in v1.44.305
func (s ListOutpostResolversOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverConfigsInput ¶ added in v1.41.10
type ListResolverConfigsInput struct { // 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. MaxResults *int64 `min:"5" type:"integer"` // (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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverConfigsInput) GoString ¶ added in v1.41.10
func (s ListResolverConfigsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverConfigsInput) SetMaxResults ¶ added in v1.41.10
func (s *ListResolverConfigsInput) SetMaxResults(v int64) *ListResolverConfigsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverConfigsInput) SetNextToken ¶ added in v1.41.10
func (s *ListResolverConfigsInput) SetNextToken(v string) *ListResolverConfigsInput
SetNextToken sets the NextToken field's value.
func (ListResolverConfigsInput) String ¶ added in v1.41.10
func (s ListResolverConfigsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverConfigsInput) Validate ¶ added in v1.41.10
func (s *ListResolverConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverConfigsOutput ¶ added in v1.41.10
type ListResolverConfigsOutput struct { // 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. NextToken *string `type:"string"` // An array that contains one ResolverConfigs element for each Resolver configuration // that is associated with the current Amazon Web Services account. ResolverConfigs []*ResolverConfig `type:"list"` // contains filtered or unexported fields }
func (ListResolverConfigsOutput) GoString ¶ added in v1.41.10
func (s ListResolverConfigsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverConfigsOutput) SetNextToken ¶ added in v1.41.10
func (s *ListResolverConfigsOutput) SetNextToken(v string) *ListResolverConfigsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverConfigsOutput) SetResolverConfigs ¶ added in v1.41.10
func (s *ListResolverConfigsOutput) SetResolverConfigs(v []*ResolverConfig) *ListResolverConfigsOutput
SetResolverConfigs sets the ResolverConfigs field's value.
func (ListResolverConfigsOutput) String ¶ added in v1.41.10
func (s ListResolverConfigsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverDnssecConfigsInput ¶ added in v1.36.11
type ListResolverDnssecConfigsInput struct { // An optional specification to return a subset of objects. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // (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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverDnssecConfigsInput) GoString ¶ added in v1.36.11
func (s ListResolverDnssecConfigsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverDnssecConfigsInput) SetFilters ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsInput) SetFilters(v []*Filter) *ListResolverDnssecConfigsInput
SetFilters sets the Filters field's value.
func (*ListResolverDnssecConfigsInput) SetMaxResults ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsInput) SetMaxResults(v int64) *ListResolverDnssecConfigsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverDnssecConfigsInput) SetNextToken ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsInput) SetNextToken(v string) *ListResolverDnssecConfigsInput
SetNextToken sets the NextToken field's value.
func (ListResolverDnssecConfigsInput) String ¶ added in v1.36.11
func (s ListResolverDnssecConfigsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverDnssecConfigsInput) Validate ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverDnssecConfigsOutput ¶ added in v1.36.11
type ListResolverDnssecConfigsOutput struct { // 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResolverDnssecConfigs.html) // request. Get the value of NextToken that Amazon Route 53 returned in the // previous response and include it in NextToken in the next request. NextToken *string `type:"string"` // An array that contains one ResolverDnssecConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResolverDnssecConfig.html) // element for each configuration for DNSSEC validation that is associated with // the current Amazon Web Services account. It doesn't contain disabled DNSSEC // configurations for the resource. ResolverDnssecConfigs []*ResolverDnssecConfig `type:"list"` // contains filtered or unexported fields }
func (ListResolverDnssecConfigsOutput) GoString ¶ added in v1.36.11
func (s ListResolverDnssecConfigsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverDnssecConfigsOutput) SetNextToken ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsOutput) SetNextToken(v string) *ListResolverDnssecConfigsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverDnssecConfigsOutput) SetResolverDnssecConfigs ¶ added in v1.36.11
func (s *ListResolverDnssecConfigsOutput) SetResolverDnssecConfigs(v []*ResolverDnssecConfig) *ListResolverDnssecConfigsOutput
SetResolverDnssecConfigs sets the ResolverDnssecConfigs field's value.
func (ListResolverDnssecConfigsOutput) String ¶ added in v1.36.11
func (s ListResolverDnssecConfigsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverEndpointIpAddressesInput ¶
type ListResolverEndpointIpAddressesInput struct { // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The ID of the Resolver endpoint that you want to get IP addresses for. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListResolverEndpointIpAddressesInput) GoString ¶
func (s ListResolverEndpointIpAddressesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointIpAddressesInput) SetMaxResults ¶
func (s *ListResolverEndpointIpAddressesInput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverEndpointIpAddressesInput) SetNextToken ¶
func (s *ListResolverEndpointIpAddressesInput) SetNextToken(v string) *ListResolverEndpointIpAddressesInput
SetNextToken sets the NextToken field's value.
func (*ListResolverEndpointIpAddressesInput) SetResolverEndpointId ¶
func (s *ListResolverEndpointIpAddressesInput) SetResolverEndpointId(v string) *ListResolverEndpointIpAddressesInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (ListResolverEndpointIpAddressesInput) String ¶
func (s ListResolverEndpointIpAddressesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointIpAddressesInput) Validate ¶
func (s *ListResolverEndpointIpAddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverEndpointIpAddressesOutput ¶
type ListResolverEndpointIpAddressesOutput struct { // 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). IpAddresses []*IpAddressResponse `type:"list"` // The value that you specified for MaxResults in the request. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverEndpointIpAddressesOutput) GoString ¶
func (s ListResolverEndpointIpAddressesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointIpAddressesOutput) SetIpAddresses ¶
func (s *ListResolverEndpointIpAddressesOutput) SetIpAddresses(v []*IpAddressResponse) *ListResolverEndpointIpAddressesOutput
SetIpAddresses sets the IpAddresses field's value.
func (*ListResolverEndpointIpAddressesOutput) SetMaxResults ¶
func (s *ListResolverEndpointIpAddressesOutput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesOutput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverEndpointIpAddressesOutput) SetNextToken ¶
func (s *ListResolverEndpointIpAddressesOutput) SetNextToken(v string) *ListResolverEndpointIpAddressesOutput
SetNextToken sets the NextToken field's value.
func (ListResolverEndpointIpAddressesOutput) String ¶
func (s ListResolverEndpointIpAddressesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverEndpointsInput ¶
type ListResolverEndpointsInput struct { // 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. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverEndpointsInput) GoString ¶
func (s ListResolverEndpointsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointsInput) SetFilters ¶
func (s *ListResolverEndpointsInput) SetFilters(v []*Filter) *ListResolverEndpointsInput
SetFilters sets the Filters field's value.
func (*ListResolverEndpointsInput) SetMaxResults ¶
func (s *ListResolverEndpointsInput) SetMaxResults(v int64) *ListResolverEndpointsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverEndpointsInput) SetNextToken ¶
func (s *ListResolverEndpointsInput) SetNextToken(v string) *ListResolverEndpointsInput
SetNextToken sets the NextToken field's value.
func (ListResolverEndpointsInput) String ¶
func (s ListResolverEndpointsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointsInput) Validate ¶
func (s *ListResolverEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverEndpointsOutput ¶
type ListResolverEndpointsOutput struct { // The value that you specified for MaxResults in the request. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The Resolver endpoints that were created by using the current Amazon Web // Services account, and that match the specified filters, if any. ResolverEndpoints []*ResolverEndpoint `type:"list"` // contains filtered or unexported fields }
func (ListResolverEndpointsOutput) GoString ¶
func (s ListResolverEndpointsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverEndpointsOutput) SetMaxResults ¶
func (s *ListResolverEndpointsOutput) SetMaxResults(v int64) *ListResolverEndpointsOutput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverEndpointsOutput) SetNextToken ¶
func (s *ListResolverEndpointsOutput) SetNextToken(v string) *ListResolverEndpointsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverEndpointsOutput) SetResolverEndpoints ¶
func (s *ListResolverEndpointsOutput) SetResolverEndpoints(v []*ResolverEndpoint) *ListResolverEndpointsOutput
SetResolverEndpoints sets the ResolverEndpoints field's value.
func (ListResolverEndpointsOutput) String ¶
func (s ListResolverEndpointsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverQueryLogConfigAssociationsInput ¶ added in v1.34.11
type ListResolverQueryLogConfigAssociationsInput struct { // 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. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The element that you want Resolver to sort query logging associations by. // // If you submit a second or subsequent ListResolverQueryLogConfigAssociations // request and specify the NextToken parameter, you must use the same value // for SortBy, if any, as in the previous request. // // Valid values include the following elements: // // * CreationTime: The ID of the query logging association. // // * Error: If the value of Status is FAILED, the value of Error indicates // the cause: DESTINATION_NOT_FOUND: The specified destination (for example, // an Amazon S3 bucket) was deleted. ACCESS_DENIED: Permissions don't allow // sending logs to the destination. If Status is a value other than FAILED, // ERROR is null. // // * Id: The ID of the query logging association // // * ResolverQueryLogConfigId: The ID of the query logging configuration // // * ResourceId: The ID of the VPC that is associated with the query logging // configuration // // * Status: The current status of the configuration. Valid values include // the following: CREATING: Resolver is creating an association between an // Amazon VPC and a query logging configuration. CREATED: The association // between an Amazon VPC and a query logging configuration was successfully // created. Resolver is logging queries that originate in the specified VPC. // DELETING: Resolver is deleting this query logging association. FAILED: // Resolver either couldn't create or couldn't delete the query logging association. // Here are two common causes: The specified destination (for example, an // Amazon S3 bucket) was deleted. Permissions don't allow sending logs to // the destination. SortBy *string `min:"1" type:"string"` // 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. SortOrder *string `type:"string" enum:"SortOrder"` // contains filtered or unexported fields }
func (ListResolverQueryLogConfigAssociationsInput) GoString ¶ added in v1.34.11
func (s ListResolverQueryLogConfigAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigAssociationsInput) SetFilters ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigAssociationsInput
SetFilters sets the Filters field's value.
func (*ListResolverQueryLogConfigAssociationsInput) SetMaxResults ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverQueryLogConfigAssociationsInput) SetNextToken ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsInput
SetNextToken sets the NextToken field's value.
func (*ListResolverQueryLogConfigAssociationsInput) SetSortBy ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) SetSortBy(v string) *ListResolverQueryLogConfigAssociationsInput
SetSortBy sets the SortBy field's value.
func (*ListResolverQueryLogConfigAssociationsInput) SetSortOrder ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) SetSortOrder(v string) *ListResolverQueryLogConfigAssociationsInput
SetSortOrder sets the SortOrder field's value.
func (ListResolverQueryLogConfigAssociationsInput) String ¶ added in v1.34.11
func (s ListResolverQueryLogConfigAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigAssociationsInput) Validate ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverQueryLogConfigAssociationsOutput ¶ added in v1.34.11
type ListResolverQueryLogConfigAssociationsOutput struct { // 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. NextToken *string `type:"string"` // A list that contains one ResolverQueryLogConfigAssociations element for each // query logging association that matches the values that you specified for // Filter. ResolverQueryLogConfigAssociations []*ResolverQueryLogConfigAssociation `type:"list"` // 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. TotalCount *int64 `type:"integer"` // 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. TotalFilteredCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (ListResolverQueryLogConfigAssociationsOutput) GoString ¶ added in v1.34.11
func (s ListResolverQueryLogConfigAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigAssociationsOutput) SetNextToken ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsOutput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverQueryLogConfigAssociationsOutput) SetResolverQueryLogConfigAssociations ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsOutput) SetResolverQueryLogConfigAssociations(v []*ResolverQueryLogConfigAssociation) *ListResolverQueryLogConfigAssociationsOutput
SetResolverQueryLogConfigAssociations sets the ResolverQueryLogConfigAssociations field's value.
func (*ListResolverQueryLogConfigAssociationsOutput) SetTotalCount ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
SetTotalCount sets the TotalCount field's value.
func (*ListResolverQueryLogConfigAssociationsOutput) SetTotalFilteredCount ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
SetTotalFilteredCount sets the TotalFilteredCount field's value.
func (ListResolverQueryLogConfigAssociationsOutput) String ¶ added in v1.34.11
func (s ListResolverQueryLogConfigAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverQueryLogConfigsInput ¶ added in v1.34.11
type ListResolverQueryLogConfigsInput struct { // 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. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The element that you want Resolver to sort query logging configurations by. // // If you submit a second or subsequent ListResolverQueryLogConfigs request // and specify the NextToken parameter, you must use the same value for SortBy, // if any, as in the previous request. // // Valid values include the following elements: // // * Arn: The ARN of the query logging configuration // // * AssociationCount: The number of VPCs that are associated with the specified // configuration // // * CreationTime: The date and time that Resolver returned when the configuration // was created // // * CreatorRequestId: The value that was specified for CreatorRequestId // when the configuration was created // // * DestinationArn: The location that logs are sent to // // * Id: The ID of the configuration // // * Name: The name of the configuration // // * OwnerId: The Amazon Web Services account number of the account that // created the configuration // // * ShareStatus: Whether the configuration is shared with other Amazon Web // Services accounts or shared with the current account by another Amazon // Web Services account. Sharing is configured through Resource Access Manager // (RAM). // // * Status: The current status of the configuration. Valid values include // the following: CREATING: Resolver is creating the query logging configuration. // CREATED: The query logging configuration was successfully created. Resolver // is logging queries that originate in the specified VPC. DELETING: Resolver // is deleting this query logging configuration. FAILED: Resolver either // couldn't create or couldn't delete the query logging configuration. Here // are two common causes: The specified destination (for example, an Amazon // S3 bucket) was deleted. Permissions don't allow sending logs to the destination. SortBy *string `min:"1" type:"string"` // 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. SortOrder *string `type:"string" enum:"SortOrder"` // contains filtered or unexported fields }
func (ListResolverQueryLogConfigsInput) GoString ¶ added in v1.34.11
func (s ListResolverQueryLogConfigsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigsInput) SetFilters ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigsInput
SetFilters sets the Filters field's value.
func (*ListResolverQueryLogConfigsInput) SetMaxResults ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverQueryLogConfigsInput) SetNextToken ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) SetNextToken(v string) *ListResolverQueryLogConfigsInput
SetNextToken sets the NextToken field's value.
func (*ListResolverQueryLogConfigsInput) SetSortBy ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) SetSortBy(v string) *ListResolverQueryLogConfigsInput
SetSortBy sets the SortBy field's value.
func (*ListResolverQueryLogConfigsInput) SetSortOrder ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) SetSortOrder(v string) *ListResolverQueryLogConfigsInput
SetSortOrder sets the SortOrder field's value.
func (ListResolverQueryLogConfigsInput) String ¶ added in v1.34.11
func (s ListResolverQueryLogConfigsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigsInput) Validate ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverQueryLogConfigsOutput ¶ added in v1.34.11
type ListResolverQueryLogConfigsOutput struct { // 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. NextToken *string `type:"string"` // A list that contains one ResolverQueryLogConfig element for each query logging // configuration that matches the values that you specified for Filter. ResolverQueryLogConfigs []*ResolverQueryLogConfig `type:"list"` // 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. TotalCount *int64 `type:"integer"` // 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. TotalFilteredCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (ListResolverQueryLogConfigsOutput) GoString ¶ added in v1.34.11
func (s ListResolverQueryLogConfigsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverQueryLogConfigsOutput) SetNextToken ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsOutput) SetNextToken(v string) *ListResolverQueryLogConfigsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverQueryLogConfigsOutput) SetResolverQueryLogConfigs ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsOutput) SetResolverQueryLogConfigs(v []*ResolverQueryLogConfig) *ListResolverQueryLogConfigsOutput
SetResolverQueryLogConfigs sets the ResolverQueryLogConfigs field's value.
func (*ListResolverQueryLogConfigsOutput) SetTotalCount ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigsOutput
SetTotalCount sets the TotalCount field's value.
func (*ListResolverQueryLogConfigsOutput) SetTotalFilteredCount ¶ added in v1.34.11
func (s *ListResolverQueryLogConfigsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigsOutput
SetTotalFilteredCount sets the TotalFilteredCount field's value.
func (ListResolverQueryLogConfigsOutput) String ¶ added in v1.34.11
func (s ListResolverQueryLogConfigsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverRuleAssociationsInput ¶
type ListResolverRuleAssociationsInput struct { // 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. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverRuleAssociationsInput) GoString ¶
func (s ListResolverRuleAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRuleAssociationsInput) SetFilters ¶
func (s *ListResolverRuleAssociationsInput) SetFilters(v []*Filter) *ListResolverRuleAssociationsInput
SetFilters sets the Filters field's value.
func (*ListResolverRuleAssociationsInput) SetMaxResults ¶
func (s *ListResolverRuleAssociationsInput) SetMaxResults(v int64) *ListResolverRuleAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverRuleAssociationsInput) SetNextToken ¶
func (s *ListResolverRuleAssociationsInput) SetNextToken(v string) *ListResolverRuleAssociationsInput
SetNextToken sets the NextToken field's value.
func (ListResolverRuleAssociationsInput) String ¶
func (s ListResolverRuleAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRuleAssociationsInput) Validate ¶
func (s *ListResolverRuleAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverRuleAssociationsOutput ¶
type ListResolverRuleAssociationsOutput struct { // The value that you specified for MaxResults in the request. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // 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. ResolverRuleAssociations []*ResolverRuleAssociation `type:"list"` // contains filtered or unexported fields }
func (ListResolverRuleAssociationsOutput) GoString ¶
func (s ListResolverRuleAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRuleAssociationsOutput) SetMaxResults ¶
func (s *ListResolverRuleAssociationsOutput) SetMaxResults(v int64) *ListResolverRuleAssociationsOutput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverRuleAssociationsOutput) SetNextToken ¶
func (s *ListResolverRuleAssociationsOutput) SetNextToken(v string) *ListResolverRuleAssociationsOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverRuleAssociationsOutput) SetResolverRuleAssociations ¶
func (s *ListResolverRuleAssociationsOutput) SetResolverRuleAssociations(v []*ResolverRuleAssociation) *ListResolverRuleAssociationsOutput
SetResolverRuleAssociations sets the ResolverRuleAssociations field's value.
func (ListResolverRuleAssociationsOutput) String ¶
func (s ListResolverRuleAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListResolverRulesInput ¶
type ListResolverRulesInput struct { // 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. Filters []*Filter `type:"list"` // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResolverRulesInput) GoString ¶
func (s ListResolverRulesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRulesInput) SetFilters ¶
func (s *ListResolverRulesInput) SetFilters(v []*Filter) *ListResolverRulesInput
SetFilters sets the Filters field's value.
func (*ListResolverRulesInput) SetMaxResults ¶
func (s *ListResolverRulesInput) SetMaxResults(v int64) *ListResolverRulesInput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverRulesInput) SetNextToken ¶
func (s *ListResolverRulesInput) SetNextToken(v string) *ListResolverRulesInput
SetNextToken sets the NextToken field's value.
func (ListResolverRulesInput) String ¶
func (s ListResolverRulesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRulesInput) Validate ¶
func (s *ListResolverRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResolverRulesOutput ¶
type ListResolverRulesOutput struct { // The value that you specified for MaxResults in the request. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The Resolver rules that were created using the current Amazon Web Services // account and that match the specified filters, if any. ResolverRules []*ResolverRule `type:"list"` // contains filtered or unexported fields }
func (ListResolverRulesOutput) GoString ¶
func (s ListResolverRulesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListResolverRulesOutput) SetMaxResults ¶
func (s *ListResolverRulesOutput) SetMaxResults(v int64) *ListResolverRulesOutput
SetMaxResults sets the MaxResults field's value.
func (*ListResolverRulesOutput) SetNextToken ¶
func (s *ListResolverRulesOutput) SetNextToken(v string) *ListResolverRulesOutput
SetNextToken sets the NextToken field's value.
func (*ListResolverRulesOutput) SetResolverRules ¶
func (s *ListResolverRulesOutput) SetResolverRules(v []*ResolverRule) *ListResolverRulesOutput
SetResolverRules sets the ResolverRules field's value.
func (ListResolverRulesOutput) String ¶
func (s ListResolverRulesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // 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. MaxResults *int64 `min:"1" type:"integer"` // 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. NextToken *string `type:"string"` // The Amazon Resource Name (ARN) for the resource that you want to list tags // for. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetMaxResults ¶
func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput
SetMaxResults sets the MaxResults field's value.
func (*ListTagsForResourceInput) SetNextToken ¶
func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // 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. NextToken *string `type:"string"` // The tags that are associated with the resource that you specified in the // ListTagsForResource request. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetNextToken ¶
func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
SetNextToken sets the NextToken field's value.
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OutpostResolver ¶ added in v1.44.305
type OutpostResolver struct { // The ARN (Amazon Resource Name) for the Resolver on an Outpost. Arn *string `min:"1" type:"string"` // The date and time that the Outpost Resolver was created, in Unix time format // and Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // The ID of the Resolver on Outpost. Id *string `min:"1" type:"string"` // Amazon EC2 instance count for the Resolver on the Outpost. InstanceCount *int64 `type:"integer"` // The date and time that the Outpost Resolver was modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // Name of the Resolver. Name *string `min:"1" type:"string"` // The ARN (Amazon Resource Name) for the Outpost. OutpostArn *string `min:"1" type:"string"` // The Amazon EC2 instance type. PreferredInstanceType *string `min:"1" type:"string"` // Status of the Resolver. Status *string `type:"string" enum:"OutpostResolverStatus"` // A detailed description of the Resolver. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
A complex type that contains settings for an existing Resolver on an Outpost.
func (OutpostResolver) GoString ¶ added in v1.44.305
func (s OutpostResolver) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutpostResolver) SetArn ¶ added in v1.44.305
func (s *OutpostResolver) SetArn(v string) *OutpostResolver
SetArn sets the Arn field's value.
func (*OutpostResolver) SetCreationTime ¶ added in v1.44.305
func (s *OutpostResolver) SetCreationTime(v string) *OutpostResolver
SetCreationTime sets the CreationTime field's value.
func (*OutpostResolver) SetCreatorRequestId ¶ added in v1.44.305
func (s *OutpostResolver) SetCreatorRequestId(v string) *OutpostResolver
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*OutpostResolver) SetId ¶ added in v1.44.305
func (s *OutpostResolver) SetId(v string) *OutpostResolver
SetId sets the Id field's value.
func (*OutpostResolver) SetInstanceCount ¶ added in v1.44.305
func (s *OutpostResolver) SetInstanceCount(v int64) *OutpostResolver
SetInstanceCount sets the InstanceCount field's value.
func (*OutpostResolver) SetModificationTime ¶ added in v1.44.305
func (s *OutpostResolver) SetModificationTime(v string) *OutpostResolver
SetModificationTime sets the ModificationTime field's value.
func (*OutpostResolver) SetName ¶ added in v1.44.305
func (s *OutpostResolver) SetName(v string) *OutpostResolver
SetName sets the Name field's value.
func (*OutpostResolver) SetOutpostArn ¶ added in v1.44.305
func (s *OutpostResolver) SetOutpostArn(v string) *OutpostResolver
SetOutpostArn sets the OutpostArn field's value.
func (*OutpostResolver) SetPreferredInstanceType ¶ added in v1.44.305
func (s *OutpostResolver) SetPreferredInstanceType(v string) *OutpostResolver
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (*OutpostResolver) SetStatus ¶ added in v1.44.305
func (s *OutpostResolver) SetStatus(v string) *OutpostResolver
SetStatus sets the Status field's value.
func (*OutpostResolver) SetStatusMessage ¶ added in v1.44.305
func (s *OutpostResolver) SetStatusMessage(v string) *OutpostResolver
SetStatusMessage sets the StatusMessage field's value.
func (OutpostResolver) String ¶ added in v1.44.305
func (s OutpostResolver) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PutFirewallRuleGroupPolicyInput ¶ added in v1.38.11
type PutFirewallRuleGroupPolicyInput struct { // The ARN (Amazon Resource Name) for the rule group that you want to share. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // The Identity and Access Management (Amazon Web Services IAM) policy to attach // to the rule group. // // FirewallRuleGroupPolicy is a required field FirewallRuleGroupPolicy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutFirewallRuleGroupPolicyInput) GoString ¶ added in v1.38.11
func (s PutFirewallRuleGroupPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutFirewallRuleGroupPolicyInput) SetArn ¶ added in v1.38.11
func (s *PutFirewallRuleGroupPolicyInput) SetArn(v string) *PutFirewallRuleGroupPolicyInput
SetArn sets the Arn field's value.
func (*PutFirewallRuleGroupPolicyInput) SetFirewallRuleGroupPolicy ¶ added in v1.38.11
func (s *PutFirewallRuleGroupPolicyInput) SetFirewallRuleGroupPolicy(v string) *PutFirewallRuleGroupPolicyInput
SetFirewallRuleGroupPolicy sets the FirewallRuleGroupPolicy field's value.
func (PutFirewallRuleGroupPolicyInput) String ¶ added in v1.38.11
func (s PutFirewallRuleGroupPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutFirewallRuleGroupPolicyInput) Validate ¶ added in v1.38.11
func (s *PutFirewallRuleGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutFirewallRuleGroupPolicyOutput ¶ added in v1.38.11
type PutFirewallRuleGroupPolicyOutput struct { ReturnValue *bool `type:"boolean"` // contains filtered or unexported fields }
func (PutFirewallRuleGroupPolicyOutput) GoString ¶ added in v1.38.11
func (s PutFirewallRuleGroupPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutFirewallRuleGroupPolicyOutput) SetReturnValue ¶ added in v1.38.11
func (s *PutFirewallRuleGroupPolicyOutput) SetReturnValue(v bool) *PutFirewallRuleGroupPolicyOutput
SetReturnValue sets the ReturnValue field's value.
func (PutFirewallRuleGroupPolicyOutput) String ¶ added in v1.38.11
func (s PutFirewallRuleGroupPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PutResolverQueryLogConfigPolicyInput ¶ added in v1.34.11
type PutResolverQueryLogConfigPolicyInput struct { // The Amazon Resource Name (ARN) of the account that you want to share rules // with. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // An Identity and Access Management policy statement that lists the query logging // configurations that you want to share with another Amazon Web Services account // and the operations that you want the account to be able to perform. You can // specify the following operations in the Actions section of the statement: // // * route53resolver:AssociateResolverQueryLogConfig // // * route53resolver:DisassociateResolverQueryLogConfig // // * route53resolver:ListResolverQueryLogConfigs // // In the Resource section of the statement, you specify the ARNs for the query // logging configurations that you want to share with the account that you specified // in Arn. // // ResolverQueryLogConfigPolicy is a required field ResolverQueryLogConfigPolicy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutResolverQueryLogConfigPolicyInput) GoString ¶ added in v1.34.11
func (s PutResolverQueryLogConfigPolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverQueryLogConfigPolicyInput) SetArn ¶ added in v1.34.11
func (s *PutResolverQueryLogConfigPolicyInput) SetArn(v string) *PutResolverQueryLogConfigPolicyInput
SetArn sets the Arn field's value.
func (*PutResolverQueryLogConfigPolicyInput) SetResolverQueryLogConfigPolicy ¶ added in v1.34.11
func (s *PutResolverQueryLogConfigPolicyInput) SetResolverQueryLogConfigPolicy(v string) *PutResolverQueryLogConfigPolicyInput
SetResolverQueryLogConfigPolicy sets the ResolverQueryLogConfigPolicy field's value.
func (PutResolverQueryLogConfigPolicyInput) String ¶ added in v1.34.11
func (s PutResolverQueryLogConfigPolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverQueryLogConfigPolicyInput) Validate ¶ added in v1.34.11
func (s *PutResolverQueryLogConfigPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutResolverQueryLogConfigPolicyOutput ¶ added in v1.34.11
type PutResolverQueryLogConfigPolicyOutput struct { // Whether the PutResolverQueryLogConfigPolicy request was successful. ReturnValue *bool `type:"boolean"` // contains filtered or unexported fields }
The response to a PutResolverQueryLogConfigPolicy request.
func (PutResolverQueryLogConfigPolicyOutput) GoString ¶ added in v1.34.11
func (s PutResolverQueryLogConfigPolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverQueryLogConfigPolicyOutput) SetReturnValue ¶ added in v1.34.11
func (s *PutResolverQueryLogConfigPolicyOutput) SetReturnValue(v bool) *PutResolverQueryLogConfigPolicyOutput
SetReturnValue sets the ReturnValue field's value.
func (PutResolverQueryLogConfigPolicyOutput) String ¶ added in v1.34.11
func (s PutResolverQueryLogConfigPolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PutResolverRulePolicyInput ¶
type PutResolverRulePolicyInput struct { // The Amazon Resource Name (ARN) of the rule that you want to share with another // account. // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // An Identity and Access Management policy statement that lists the rules that // you want to share with another Amazon Web Services account and the operations // that you want the account to be able to perform. You can specify the following // operations in the Action section of the statement: // // * route53resolver:GetResolverRule // // * route53resolver:AssociateResolverRule // // * route53resolver:DisassociateResolverRule // // * route53resolver:ListResolverRules // // * route53resolver:ListResolverRuleAssociations // // In the Resource section of the statement, specify the ARN for the rule that // you want to share with another account. Specify the same ARN that you specified // in Arn. // // ResolverRulePolicy is a required field ResolverRulePolicy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutResolverRulePolicyInput) GoString ¶
func (s PutResolverRulePolicyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverRulePolicyInput) SetArn ¶
func (s *PutResolverRulePolicyInput) SetArn(v string) *PutResolverRulePolicyInput
SetArn sets the Arn field's value.
func (*PutResolverRulePolicyInput) SetResolverRulePolicy ¶
func (s *PutResolverRulePolicyInput) SetResolverRulePolicy(v string) *PutResolverRulePolicyInput
SetResolverRulePolicy sets the ResolverRulePolicy field's value.
func (PutResolverRulePolicyInput) String ¶
func (s PutResolverRulePolicyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverRulePolicyInput) Validate ¶
func (s *PutResolverRulePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutResolverRulePolicyOutput ¶
type PutResolverRulePolicyOutput struct { // Whether the PutResolverRulePolicy request was successful. ReturnValue *bool `type:"boolean"` // contains filtered or unexported fields }
The response to a PutResolverRulePolicy request.
func (PutResolverRulePolicyOutput) GoString ¶
func (s PutResolverRulePolicyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutResolverRulePolicyOutput) SetReturnValue ¶
func (s *PutResolverRulePolicyOutput) SetReturnValue(v bool) *PutResolverRulePolicyOutput
SetReturnValue sets the ReturnValue field's value.
func (PutResolverRulePolicyOutput) String ¶
func (s PutResolverRulePolicyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverConfig ¶ added in v1.41.10
type ResolverConfig struct { // 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: // // * ENABLING: Autodefined rules for reverse DNS lookups are being enabled // but are not complete. // // * ENABLED: Autodefined rules for reverse DNS lookups are enabled. // // * DISABLING: Autodefined rules for reverse DNS lookups are being disabled // but are not complete. // // * DISABLED: Autodefined rules for reverse DNS lookups are disabled. AutodefinedReverse *string `type:"string" enum:"ResolverAutodefinedReverseStatus"` // ID for the Resolver configuration. Id *string `min:"1" type:"string"` // The owner account ID of the Amazon Virtual Private Cloud VPC. OwnerId *string `min:"12" type:"string"` // The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver // for. ResourceId *string `min:"1" type:"string"` // contains filtered or unexported fields }
A complex type that contains information about a Resolver configuration for a VPC.
func (ResolverConfig) GoString ¶ added in v1.41.10
func (s ResolverConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverConfig) SetAutodefinedReverse ¶ added in v1.41.10
func (s *ResolverConfig) SetAutodefinedReverse(v string) *ResolverConfig
SetAutodefinedReverse sets the AutodefinedReverse field's value.
func (*ResolverConfig) SetId ¶ added in v1.41.10
func (s *ResolverConfig) SetId(v string) *ResolverConfig
SetId sets the Id field's value.
func (*ResolverConfig) SetOwnerId ¶ added in v1.41.10
func (s *ResolverConfig) SetOwnerId(v string) *ResolverConfig
SetOwnerId sets the OwnerId field's value.
func (*ResolverConfig) SetResourceId ¶ added in v1.41.10
func (s *ResolverConfig) SetResourceId(v string) *ResolverConfig
SetResourceId sets the ResourceId field's value.
func (ResolverConfig) String ¶ added in v1.41.10
func (s ResolverConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverDnssecConfig ¶ added in v1.36.11
type ResolverDnssecConfig struct { // The ID for a configuration for DNSSEC validation. Id *string `min:"1" type:"string"` // The owner account ID of the virtual private cloud (VPC) for a configuration // for DNSSEC validation. OwnerId *string `min:"12" type:"string"` // The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC // validation status for. ResourceId *string `min:"1" type:"string"` // The validation status for a DNSSEC configuration. The status can be one of // the following: // // * ENABLING: DNSSEC validation is being enabled but is not complete. // // * ENABLED: DNSSEC validation is enabled. // // * DISABLING: DNSSEC validation is being disabled but is not complete. // // * DISABLED DNSSEC validation is disabled. ValidationStatus *string `type:"string" enum:"ResolverDNSSECValidationStatus"` // contains filtered or unexported fields }
A complex type that contains information about a configuration for DNSSEC validation.
func (ResolverDnssecConfig) GoString ¶ added in v1.36.11
func (s ResolverDnssecConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverDnssecConfig) SetId ¶ added in v1.36.11
func (s *ResolverDnssecConfig) SetId(v string) *ResolverDnssecConfig
SetId sets the Id field's value.
func (*ResolverDnssecConfig) SetOwnerId ¶ added in v1.36.11
func (s *ResolverDnssecConfig) SetOwnerId(v string) *ResolverDnssecConfig
SetOwnerId sets the OwnerId field's value.
func (*ResolverDnssecConfig) SetResourceId ¶ added in v1.36.11
func (s *ResolverDnssecConfig) SetResourceId(v string) *ResolverDnssecConfig
SetResourceId sets the ResourceId field's value.
func (*ResolverDnssecConfig) SetValidationStatus ¶ added in v1.36.11
func (s *ResolverDnssecConfig) SetValidationStatus(v string) *ResolverDnssecConfig
SetValidationStatus sets the ValidationStatus field's value.
func (ResolverDnssecConfig) String ¶ added in v1.36.11
func (s ResolverDnssecConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverEndpoint ¶
type ResolverEndpoint struct { // The ARN (Amazon Resource Name) for the Resolver endpoint. Arn *string `min:"1" type:"string"` // The date and time that the endpoint was created, in Unix time format and // Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // Indicates whether the Resolver endpoint allows inbound or outbound DNS queries: // // * INBOUND: allows DNS queries to your VPC from your network // // * OUTBOUND: allows DNS queries from your VPC to your network Direction *string `type:"string" enum:"ResolverEndpointDirection"` // The ID of the VPC that you want to create the Resolver endpoint in. HostVPCId *string `min:"1" type:"string"` // The ID of the Resolver endpoint. Id *string `min:"1" type:"string"` // The number of IP addresses that the Resolver endpoint can use for DNS queries. IpAddressCount *int64 `type:"integer"` // The date and time that the endpoint was last modified, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // The name that you assigned to the Resolver endpoint when you submitted a // CreateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html) // request. Name *string `type:"string"` // The ARN (Amazon Resource Name) for the Outpost. OutpostArn *string `min:"1" type:"string"` // The Amazon EC2 instance type. PreferredInstanceType *string `min:"1" type:"string"` // Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints // only. // // For an inbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 and DoH-FIPS in combination. // // * Do53 alone. // // * DoH alone. // // * DoH-FIPS alone. // // * None, which is treated as Do53. // // For an outbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 alone. // // * DoH alone. // // * None, which is treated as Do53. Protocols []*string `min:"1" type:"list" enum:"Protocol"` // The Resolver endpoint IP address type. ResolverEndpointType *string `type:"string" enum:"ResolverEndpointType"` // 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. SecurityGroupIds []*string `type:"list"` // A code that specifies the current status of the Resolver endpoint. Valid // values include the following: // // * CREATING: Resolver is creating and configuring one or more Amazon VPC // network interfaces for this endpoint. // // * OPERATIONAL: The Amazon VPC network interfaces for this endpoint are // correctly configured and able to pass inbound or outbound DNS queries // between your network and Resolver. // // * UPDATING: Resolver is associating or disassociating one or more network // interfaces with this endpoint. // // * AUTO_RECOVERING: Resolver is trying to recover one or more of the network // interfaces that are associated with this endpoint. During the recovery // process, the endpoint functions with limited capacity because of the limit // on the number of DNS queries per IP address (per network interface). For // the current limit, see Limits on Route 53 Resolver (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities-resolver). // // * ACTION_NEEDED: This endpoint is unhealthy, and Resolver can't automatically // recover it. To resolve the problem, we recommend that you check each IP // address that you associated with the endpoint. For each IP address that // isn't available, add another IP address and then delete the IP address // that isn't available. (An endpoint must always include at least two IP // addresses.) A status of ACTION_NEEDED can have a variety of causes. Here // are two common causes: One or more of the network interfaces that are // associated with the endpoint were deleted using Amazon VPC. The network // interface couldn't be created for some reason that's outside the control // of Resolver. // // * DELETING: Resolver is deleting this endpoint and the associated network // interfaces. Status *string `type:"string" enum:"ResolverEndpointStatus"` // A detailed description of the status of the Resolver endpoint. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
In the response to a CreateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html), DeleteResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverEndpoint.html), GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html), Updates the name, or ResolverEndpointType for an endpoint, or UpdateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html) request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.
func (ResolverEndpoint) GoString ¶
func (s ResolverEndpoint) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverEndpoint) SetArn ¶
func (s *ResolverEndpoint) SetArn(v string) *ResolverEndpoint
SetArn sets the Arn field's value.
func (*ResolverEndpoint) SetCreationTime ¶
func (s *ResolverEndpoint) SetCreationTime(v string) *ResolverEndpoint
SetCreationTime sets the CreationTime field's value.
func (*ResolverEndpoint) SetCreatorRequestId ¶
func (s *ResolverEndpoint) SetCreatorRequestId(v string) *ResolverEndpoint
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*ResolverEndpoint) SetDirection ¶
func (s *ResolverEndpoint) SetDirection(v string) *ResolverEndpoint
SetDirection sets the Direction field's value.
func (*ResolverEndpoint) SetHostVPCId ¶
func (s *ResolverEndpoint) SetHostVPCId(v string) *ResolverEndpoint
SetHostVPCId sets the HostVPCId field's value.
func (*ResolverEndpoint) SetId ¶
func (s *ResolverEndpoint) SetId(v string) *ResolverEndpoint
SetId sets the Id field's value.
func (*ResolverEndpoint) SetIpAddressCount ¶
func (s *ResolverEndpoint) SetIpAddressCount(v int64) *ResolverEndpoint
SetIpAddressCount sets the IpAddressCount field's value.
func (*ResolverEndpoint) SetModificationTime ¶
func (s *ResolverEndpoint) SetModificationTime(v string) *ResolverEndpoint
SetModificationTime sets the ModificationTime field's value.
func (*ResolverEndpoint) SetName ¶
func (s *ResolverEndpoint) SetName(v string) *ResolverEndpoint
SetName sets the Name field's value.
func (*ResolverEndpoint) SetOutpostArn ¶ added in v1.44.305
func (s *ResolverEndpoint) SetOutpostArn(v string) *ResolverEndpoint
SetOutpostArn sets the OutpostArn field's value.
func (*ResolverEndpoint) SetPreferredInstanceType ¶ added in v1.44.305
func (s *ResolverEndpoint) SetPreferredInstanceType(v string) *ResolverEndpoint
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (*ResolverEndpoint) SetProtocols ¶ added in v1.49.5
func (s *ResolverEndpoint) SetProtocols(v []*string) *ResolverEndpoint
SetProtocols sets the Protocols field's value.
func (*ResolverEndpoint) SetResolverEndpointType ¶ added in v1.44.217
func (s *ResolverEndpoint) SetResolverEndpointType(v string) *ResolverEndpoint
SetResolverEndpointType sets the ResolverEndpointType field's value.
func (*ResolverEndpoint) SetSecurityGroupIds ¶
func (s *ResolverEndpoint) SetSecurityGroupIds(v []*string) *ResolverEndpoint
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*ResolverEndpoint) SetStatus ¶
func (s *ResolverEndpoint) SetStatus(v string) *ResolverEndpoint
SetStatus sets the Status field's value.
func (*ResolverEndpoint) SetStatusMessage ¶
func (s *ResolverEndpoint) SetStatusMessage(v string) *ResolverEndpoint
SetStatusMessage sets the StatusMessage field's value.
func (ResolverEndpoint) String ¶
func (s ResolverEndpoint) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverQueryLogConfig ¶ added in v1.34.11
type ResolverQueryLogConfig struct { // The ARN for the query logging configuration. Arn *string `min:"1" type:"string"` // The number of VPCs that are associated with the query logging configuration. AssociationCount *int64 `type:"integer"` // The date and time that the query logging configuration was created, in Unix // time format and Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // 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. DestinationArn *string `min:"1" type:"string"` // The ID for the query logging configuration. Id *string `min:"1" type:"string"` // The name of the query logging configuration. Name *string `min:"1" type:"string"` // The Amazon Web Services account ID for the account that created the query // logging configuration. OwnerId *string `min:"12" type:"string"` // 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). ShareStatus *string `type:"string" enum:"ShareStatus"` // The status of the specified query logging configuration. Valid values include // the following: // // * CREATING: Resolver is creating the query logging configuration. // // * CREATED: The query logging configuration was successfully created. Resolver // is logging queries that originate in the specified VPC. // // * DELETING: Resolver is deleting this query logging configuration. // // * FAILED: Resolver can't deliver logs to the location that is specified // in the query logging configuration. Here are two common causes: The specified // destination (for example, an Amazon S3 bucket) was deleted. Permissions // don't allow sending logs to the destination. Status *string `type:"string" enum:"ResolverQueryLogConfigStatus"` // contains filtered or unexported fields }
In the response to a CreateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverQueryLogConfig.html), DeleteResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverQueryLogConfig.html), GetResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfig.html), or ListResolverQueryLogConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html) request, a complex type that contains settings for one query logging configuration.
func (ResolverQueryLogConfig) GoString ¶ added in v1.34.11
func (s ResolverQueryLogConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverQueryLogConfig) SetArn ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetArn(v string) *ResolverQueryLogConfig
SetArn sets the Arn field's value.
func (*ResolverQueryLogConfig) SetAssociationCount ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetAssociationCount(v int64) *ResolverQueryLogConfig
SetAssociationCount sets the AssociationCount field's value.
func (*ResolverQueryLogConfig) SetCreationTime ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetCreationTime(v string) *ResolverQueryLogConfig
SetCreationTime sets the CreationTime field's value.
func (*ResolverQueryLogConfig) SetCreatorRequestId ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetCreatorRequestId(v string) *ResolverQueryLogConfig
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*ResolverQueryLogConfig) SetDestinationArn ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetDestinationArn(v string) *ResolverQueryLogConfig
SetDestinationArn sets the DestinationArn field's value.
func (*ResolverQueryLogConfig) SetId ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetId(v string) *ResolverQueryLogConfig
SetId sets the Id field's value.
func (*ResolverQueryLogConfig) SetName ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetName(v string) *ResolverQueryLogConfig
SetName sets the Name field's value.
func (*ResolverQueryLogConfig) SetOwnerId ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetOwnerId(v string) *ResolverQueryLogConfig
SetOwnerId sets the OwnerId field's value.
func (*ResolverQueryLogConfig) SetShareStatus ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetShareStatus(v string) *ResolverQueryLogConfig
SetShareStatus sets the ShareStatus field's value.
func (*ResolverQueryLogConfig) SetStatus ¶ added in v1.34.11
func (s *ResolverQueryLogConfig) SetStatus(v string) *ResolverQueryLogConfig
SetStatus sets the Status field's value.
func (ResolverQueryLogConfig) String ¶ added in v1.34.11
func (s ResolverQueryLogConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverQueryLogConfigAssociation ¶ added in v1.34.11
type ResolverQueryLogConfigAssociation struct { // The date and time that the VPC was associated with the query logging configuration, // in Unix time format and Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // If the value of Status is FAILED, the value of Error indicates the cause: // // * DESTINATION_NOT_FOUND: The specified destination (for example, an Amazon // S3 bucket) was deleted. // // * ACCESS_DENIED: Permissions don't allow sending logs to the destination. // // If the value of Status is a value other than FAILED, Error is null. Error *string `type:"string" enum:"ResolverQueryLogConfigAssociationError"` // Contains additional information about the error. If the value or Error is // null, the value of ErrorMessage also is null. ErrorMessage *string `type:"string"` // The ID of the query logging association. Id *string `min:"1" type:"string"` // The ID of the query logging configuration that a VPC is associated with. ResolverQueryLogConfigId *string `min:"1" type:"string"` // The ID of the Amazon VPC that is associated with the query logging configuration. ResourceId *string `min:"1" type:"string"` // The status of the specified query logging association. Valid values include // the following: // // * CREATING: Resolver is creating an association between an Amazon VPC // and a query logging configuration. // // * CREATED: The association between an Amazon VPC and a query logging configuration // was successfully created. Resolver is logging queries that originate in // the specified VPC. // // * DELETING: Resolver is deleting this query logging association. // // * FAILED: Resolver either couldn't create or couldn't delete the query // logging association. Status *string `type:"string" enum:"ResolverQueryLogConfigAssociationStatus"` // contains filtered or unexported fields }
In the response to an AssociateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html), DisassociateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html), GetResolverQueryLogConfigAssociation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverQueryLogConfigAssociation.html), or ListResolverQueryLogConfigAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html), request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
func (ResolverQueryLogConfigAssociation) GoString ¶ added in v1.34.11
func (s ResolverQueryLogConfigAssociation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverQueryLogConfigAssociation) SetCreationTime ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetCreationTime(v string) *ResolverQueryLogConfigAssociation
SetCreationTime sets the CreationTime field's value.
func (*ResolverQueryLogConfigAssociation) SetError ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetError(v string) *ResolverQueryLogConfigAssociation
SetError sets the Error field's value.
func (*ResolverQueryLogConfigAssociation) SetErrorMessage ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetErrorMessage(v string) *ResolverQueryLogConfigAssociation
SetErrorMessage sets the ErrorMessage field's value.
func (*ResolverQueryLogConfigAssociation) SetId ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetId(v string) *ResolverQueryLogConfigAssociation
SetId sets the Id field's value.
func (*ResolverQueryLogConfigAssociation) SetResolverQueryLogConfigId ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetResolverQueryLogConfigId(v string) *ResolverQueryLogConfigAssociation
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (*ResolverQueryLogConfigAssociation) SetResourceId ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetResourceId(v string) *ResolverQueryLogConfigAssociation
SetResourceId sets the ResourceId field's value.
func (*ResolverQueryLogConfigAssociation) SetStatus ¶ added in v1.34.11
func (s *ResolverQueryLogConfigAssociation) SetStatus(v string) *ResolverQueryLogConfigAssociation
SetStatus sets the Status field's value.
func (ResolverQueryLogConfigAssociation) String ¶ added in v1.34.11
func (s ResolverQueryLogConfigAssociation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverRule ¶
type ResolverRule struct { // The ARN (Amazon Resource Name) for the Resolver rule specified by Id. Arn *string `min:"1" type:"string"` // The date and time that the Resolver rule was created, in Unix time format // and Coordinated Universal Time (UTC). CreationTime *string `min:"20" type:"string"` // 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. CreatorRequestId *string `min:"1" type:"string"` // 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). DomainName *string `min:"1" type:"string"` // The ID that Resolver assigned to the Resolver rule when you created it. Id *string `min:"1" type:"string"` // The date and time that the Resolver rule was last updated, in Unix time format // and Coordinated Universal Time (UTC). ModificationTime *string `min:"20" type:"string"` // The name for the Resolver rule, which you specified when you created the // Resolver rule. Name *string `type:"string"` // When a rule is shared with another Amazon Web Services account, the account // ID of the account that the rule is shared with. OwnerId *string `min:"12" type:"string"` // The ID of the endpoint that the rule is associated with. ResolverEndpointId *string `min:"1" type:"string"` // 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. RuleType *string `type:"string" enum:"RuleTypeOption"` // the rule with another account, or another account is sharing the rule with // the current account. ShareStatus *string `type:"string" enum:"ShareStatus"` // A code that specifies the current status of the Resolver rule. Status *string `type:"string" enum:"ResolverRuleStatus"` // A detailed description of the status of a Resolver rule. StatusMessage *string `type:"string"` // 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. TargetIps []*TargetAddress `min:"1" type:"list"` // contains filtered or unexported fields }
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html), DeleteResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DeleteResolverRule.html), GetResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html), ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html), or UpdateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html) request.
func (ResolverRule) GoString ¶
func (s ResolverRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverRule) SetArn ¶
func (s *ResolverRule) SetArn(v string) *ResolverRule
SetArn sets the Arn field's value.
func (*ResolverRule) SetCreationTime ¶ added in v1.34.11
func (s *ResolverRule) SetCreationTime(v string) *ResolverRule
SetCreationTime sets the CreationTime field's value.
func (*ResolverRule) SetCreatorRequestId ¶
func (s *ResolverRule) SetCreatorRequestId(v string) *ResolverRule
SetCreatorRequestId sets the CreatorRequestId field's value.
func (*ResolverRule) SetDomainName ¶
func (s *ResolverRule) SetDomainName(v string) *ResolverRule
SetDomainName sets the DomainName field's value.
func (*ResolverRule) SetId ¶
func (s *ResolverRule) SetId(v string) *ResolverRule
SetId sets the Id field's value.
func (*ResolverRule) SetModificationTime ¶ added in v1.34.11
func (s *ResolverRule) SetModificationTime(v string) *ResolverRule
SetModificationTime sets the ModificationTime field's value.
func (*ResolverRule) SetName ¶
func (s *ResolverRule) SetName(v string) *ResolverRule
SetName sets the Name field's value.
func (*ResolverRule) SetOwnerId ¶
func (s *ResolverRule) SetOwnerId(v string) *ResolverRule
SetOwnerId sets the OwnerId field's value.
func (*ResolverRule) SetResolverEndpointId ¶
func (s *ResolverRule) SetResolverEndpointId(v string) *ResolverRule
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (*ResolverRule) SetRuleType ¶
func (s *ResolverRule) SetRuleType(v string) *ResolverRule
SetRuleType sets the RuleType field's value.
func (*ResolverRule) SetShareStatus ¶
func (s *ResolverRule) SetShareStatus(v string) *ResolverRule
SetShareStatus sets the ShareStatus field's value.
func (*ResolverRule) SetStatus ¶
func (s *ResolverRule) SetStatus(v string) *ResolverRule
SetStatus sets the Status field's value.
func (*ResolverRule) SetStatusMessage ¶
func (s *ResolverRule) SetStatusMessage(v string) *ResolverRule
SetStatusMessage sets the StatusMessage field's value.
func (*ResolverRule) SetTargetIps ¶
func (s *ResolverRule) SetTargetIps(v []*TargetAddress) *ResolverRule
SetTargetIps sets the TargetIps field's value.
func (ResolverRule) String ¶
func (s ResolverRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverRuleAssociation ¶
type ResolverRuleAssociation struct { // The ID of the association between a Resolver rule and a VPC. Resolver assigns // this value when you submit an AssociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html) // request. Id *string `min:"1" type:"string"` // The name of an association between a Resolver rule and a VPC. Name *string `type:"string"` // The ID of the Resolver rule that you associated with the VPC that is specified // by VPCId. ResolverRuleId *string `min:"1" type:"string"` // A code that specifies the current status of the association between a Resolver // rule and a VPC. Status *string `type:"string" enum:"ResolverRuleAssociationStatus"` // A detailed description of the status of the association between a Resolver // rule and a VPC. StatusMessage *string `type:"string"` // The ID of the VPC that you associated the Resolver rule with. VPCId *string `min:"1" type:"string"` // contains filtered or unexported fields }
In the response to an AssociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html), DisassociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html), or ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html) 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.
func (ResolverRuleAssociation) GoString ¶
func (s ResolverRuleAssociation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverRuleAssociation) SetId ¶
func (s *ResolverRuleAssociation) SetId(v string) *ResolverRuleAssociation
SetId sets the Id field's value.
func (*ResolverRuleAssociation) SetName ¶
func (s *ResolverRuleAssociation) SetName(v string) *ResolverRuleAssociation
SetName sets the Name field's value.
func (*ResolverRuleAssociation) SetResolverRuleId ¶
func (s *ResolverRuleAssociation) SetResolverRuleId(v string) *ResolverRuleAssociation
SetResolverRuleId sets the ResolverRuleId field's value.
func (*ResolverRuleAssociation) SetStatus ¶
func (s *ResolverRuleAssociation) SetStatus(v string) *ResolverRuleAssociation
SetStatus sets the Status field's value.
func (*ResolverRuleAssociation) SetStatusMessage ¶
func (s *ResolverRuleAssociation) SetStatusMessage(v string) *ResolverRuleAssociation
SetStatusMessage sets the StatusMessage field's value.
func (*ResolverRuleAssociation) SetVPCId ¶
func (s *ResolverRuleAssociation) SetVPCId(v string) *ResolverRuleAssociation
SetVPCId sets the VPCId field's value.
func (ResolverRuleAssociation) String ¶
func (s ResolverRuleAssociation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResolverRuleConfig ¶
type ResolverRuleConfig struct { // The new name for the Resolver rule. The name that you specify appears in // the Resolver dashboard in the Route 53 console. Name *string `type:"string"` // 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. ResolverEndpointId *string `min:"1" type:"string"` // For DNS queries that originate in your VPC, the new IP addresses that you // want to route outbound DNS queries to. TargetIps []*TargetAddress `min:"1" type:"list"` // contains filtered or unexported fields }
In an UpdateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverRule.html) request, information about the changes that you want to make.
func (ResolverRuleConfig) GoString ¶
func (s ResolverRuleConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverRuleConfig) SetName ¶
func (s *ResolverRuleConfig) SetName(v string) *ResolverRuleConfig
SetName sets the Name field's value.
func (*ResolverRuleConfig) SetResolverEndpointId ¶
func (s *ResolverRuleConfig) SetResolverEndpointId(v string) *ResolverRuleConfig
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (*ResolverRuleConfig) SetTargetIps ¶
func (s *ResolverRuleConfig) SetTargetIps(v []*TargetAddress) *ResolverRuleConfig
SetTargetIps sets the TargetIps field's value.
func (ResolverRuleConfig) String ¶
func (s ResolverRuleConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResolverRuleConfig) Validate ¶
func (s *ResolverRuleConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceExistsException ¶ added in v1.28.0
type ResourceExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // For a ResourceExistsException error, the type of resource that the error // applies to. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The resource that you tried to create already exists.
func (*ResourceExistsException) Code ¶ added in v1.28.0
func (s *ResourceExistsException) Code() string
Code returns the exception type name.
func (*ResourceExistsException) Error ¶ added in v1.28.0
func (s *ResourceExistsException) Error() string
func (ResourceExistsException) GoString ¶ added in v1.28.0
func (s ResourceExistsException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceExistsException) Message ¶ added in v1.28.0
func (s *ResourceExistsException) Message() string
Message returns the exception's message.
func (*ResourceExistsException) OrigErr ¶ added in v1.28.0
func (s *ResourceExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceExistsException) RequestID ¶ added in v1.28.0
func (s *ResourceExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceExistsException) StatusCode ¶ added in v1.28.0
func (s *ResourceExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceExistsException) String ¶ added in v1.28.0
func (s ResourceExistsException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceInUseException ¶ added in v1.28.0
type ResourceInUseException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // For a ResourceInUseException error, the type of resource that is currently // in use. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The resource that you tried to update or delete is currently in use.
func (*ResourceInUseException) Code ¶ added in v1.28.0
func (s *ResourceInUseException) Code() string
Code returns the exception type name.
func (*ResourceInUseException) Error ¶ added in v1.28.0
func (s *ResourceInUseException) Error() string
func (ResourceInUseException) GoString ¶ added in v1.28.0
func (s ResourceInUseException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceInUseException) Message ¶ added in v1.28.0
func (s *ResourceInUseException) Message() string
Message returns the exception's message.
func (*ResourceInUseException) OrigErr ¶ added in v1.28.0
func (s *ResourceInUseException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceInUseException) RequestID ¶ added in v1.28.0
func (s *ResourceInUseException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceInUseException) StatusCode ¶ added in v1.28.0
func (s *ResourceInUseException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceInUseException) String ¶ added in v1.28.0
func (s ResourceInUseException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // For a ResourceNotFoundException error, the type of resource that doesn't // exist. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The specified resource doesn't exist.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceUnavailableException ¶ added in v1.28.0
type ResourceUnavailableException struct { // available. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The specified resource isn't available.
func (*ResourceUnavailableException) Code ¶ added in v1.28.0
func (s *ResourceUnavailableException) Code() string
Code returns the exception type name.
func (*ResourceUnavailableException) Error ¶ added in v1.28.0
func (s *ResourceUnavailableException) Error() string
func (ResourceUnavailableException) GoString ¶ added in v1.28.0
func (s ResourceUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceUnavailableException) Message ¶ added in v1.28.0
func (s *ResourceUnavailableException) Message() string
Message returns the exception's message.
func (*ResourceUnavailableException) OrigErr ¶ added in v1.28.0
func (s *ResourceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceUnavailableException) RequestID ¶ added in v1.28.0
func (s *ResourceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceUnavailableException) StatusCode ¶ added in v1.28.0
func (s *ResourceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceUnavailableException) String ¶ added in v1.28.0
func (s ResourceUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Route53Resolver ¶
Route53Resolver provides the API operation methods for making requests to Amazon Route 53 Resolver. See this package's package overview docs for details on the service.
Route53Resolver methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Route53Resolver
New creates a new instance of the Route53Resolver client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Route53Resolver client from just a session. svc := route53resolver.New(mySession) // Create a Route53Resolver client with additional configuration svc := route53resolver.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*Route53Resolver) AssociateFirewallRuleGroup ¶ added in v1.38.11
func (c *Route53Resolver) AssociateFirewallRuleGroup(input *AssociateFirewallRuleGroupInput) (*AssociateFirewallRuleGroupOutput, error)
AssociateFirewallRuleGroup API operation for Amazon Route 53 Resolver.
Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation AssociateFirewallRuleGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
LimitExceededException The request caused one or more limits to be exceeded.
ConflictException 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.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateFirewallRuleGroup
func (*Route53Resolver) AssociateFirewallRuleGroupRequest ¶ added in v1.38.11
func (c *Route53Resolver) AssociateFirewallRuleGroupRequest(input *AssociateFirewallRuleGroupInput) (req *request.Request, output *AssociateFirewallRuleGroupOutput)
AssociateFirewallRuleGroupRequest generates a "aws/request.Request" representing the client's request for the AssociateFirewallRuleGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateFirewallRuleGroup for more information on using the AssociateFirewallRuleGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateFirewallRuleGroupRequest method. req, resp := client.AssociateFirewallRuleGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateFirewallRuleGroup
func (*Route53Resolver) AssociateFirewallRuleGroupWithContext ¶ added in v1.38.11
func (c *Route53Resolver) AssociateFirewallRuleGroupWithContext(ctx aws.Context, input *AssociateFirewallRuleGroupInput, opts ...request.Option) (*AssociateFirewallRuleGroupOutput, error)
AssociateFirewallRuleGroupWithContext is the same as AssociateFirewallRuleGroup with the addition of the ability to pass a context and additional request options.
See AssociateFirewallRuleGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) AssociateResolverEndpointIpAddress ¶
func (c *Route53Resolver) AssociateResolverEndpointIpAddress(input *AssociateResolverEndpointIpAddressInput) (*AssociateResolverEndpointIpAddressOutput, error)
AssociateResolverEndpointIpAddress API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverEndpointIpAddress.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation AssociateResolverEndpointIpAddress for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
ResourceExistsException The resource that you tried to create already exists.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
LimitExceededException The request caused one or more limits to be exceeded.
ThrottlingException The request was throttled. Try again in a few minutes.
func (*Route53Resolver) AssociateResolverEndpointIpAddressRequest ¶
func (c *Route53Resolver) AssociateResolverEndpointIpAddressRequest(input *AssociateResolverEndpointIpAddressInput) (req *request.Request, output *AssociateResolverEndpointIpAddressOutput)
AssociateResolverEndpointIpAddressRequest generates a "aws/request.Request" representing the client's request for the AssociateResolverEndpointIpAddress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateResolverEndpointIpAddress for more information on using the AssociateResolverEndpointIpAddress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateResolverEndpointIpAddressRequest method. req, resp := client.AssociateResolverEndpointIpAddressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) AssociateResolverEndpointIpAddressWithContext ¶
func (c *Route53Resolver) AssociateResolverEndpointIpAddressWithContext(ctx aws.Context, input *AssociateResolverEndpointIpAddressInput, opts ...request.Option) (*AssociateResolverEndpointIpAddressOutput, error)
AssociateResolverEndpointIpAddressWithContext is the same as AssociateResolverEndpointIpAddress with the addition of the ability to pass a context and additional request options.
See AssociateResolverEndpointIpAddress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) AssociateResolverQueryLogConfig ¶ added in v1.34.11
func (c *Route53Resolver) AssociateResolverQueryLogConfig(input *AssociateResolverQueryLogConfigInput) (*AssociateResolverQueryLogConfigOutput, error)
AssociateResolverQueryLogConfig API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation AssociateResolverQueryLogConfig for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
ResourceExistsException The resource that you tried to create already exists.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverQueryLogConfig
func (*Route53Resolver) AssociateResolverQueryLogConfigRequest ¶ added in v1.34.11
func (c *Route53Resolver) AssociateResolverQueryLogConfigRequest(input *AssociateResolverQueryLogConfigInput) (req *request.Request, output *AssociateResolverQueryLogConfigOutput)
AssociateResolverQueryLogConfigRequest generates a "aws/request.Request" representing the client's request for the AssociateResolverQueryLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateResolverQueryLogConfig for more information on using the AssociateResolverQueryLogConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateResolverQueryLogConfigRequest method. req, resp := client.AssociateResolverQueryLogConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverQueryLogConfig
func (*Route53Resolver) AssociateResolverQueryLogConfigWithContext ¶ added in v1.34.11
func (c *Route53Resolver) AssociateResolverQueryLogConfigWithContext(ctx aws.Context, input *AssociateResolverQueryLogConfigInput, opts ...request.Option) (*AssociateResolverQueryLogConfigOutput, error)
AssociateResolverQueryLogConfigWithContext is the same as AssociateResolverQueryLogConfig with the addition of the ability to pass a context and additional request options.
See AssociateResolverQueryLogConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) AssociateResolverRule ¶
func (c *Route53Resolver) AssociateResolverRule(input *AssociateResolverRuleInput) (*AssociateResolverRuleOutput, error)
AssociateResolverRule API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation AssociateResolverRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
LimitExceededException The request caused one or more limits to be exceeded.
InvalidParameterException One or more parameters in this request are not valid.
ResourceUnavailableException The specified resource isn't available.
ResourceExistsException The resource that you tried to create already exists.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverRule
func (*Route53Resolver) AssociateResolverRuleRequest ¶
func (c *Route53Resolver) AssociateResolverRuleRequest(input *AssociateResolverRuleInput) (req *request.Request, output *AssociateResolverRuleOutput)
AssociateResolverRuleRequest generates a "aws/request.Request" representing the client's request for the AssociateResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateResolverRule for more information on using the AssociateResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateResolverRuleRequest method. req, resp := client.AssociateResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/AssociateResolverRule
func (*Route53Resolver) AssociateResolverRuleWithContext ¶
func (c *Route53Resolver) AssociateResolverRuleWithContext(ctx aws.Context, input *AssociateResolverRuleInput, opts ...request.Option) (*AssociateResolverRuleOutput, error)
AssociateResolverRuleWithContext is the same as AssociateResolverRule with the addition of the ability to pass a context and additional request options.
See AssociateResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateFirewallDomainList ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallDomainList(input *CreateFirewallDomainListInput) (*CreateFirewallDomainListOutput, error)
CreateFirewallDomainList API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateFirewallDomainList for usage and error information.
Returned Error Types:
LimitExceededException The request caused one or more limits to be exceeded.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallDomainList
func (*Route53Resolver) CreateFirewallDomainListRequest ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallDomainListRequest(input *CreateFirewallDomainListInput) (req *request.Request, output *CreateFirewallDomainListOutput)
CreateFirewallDomainListRequest generates a "aws/request.Request" representing the client's request for the CreateFirewallDomainList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateFirewallDomainList for more information on using the CreateFirewallDomainList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateFirewallDomainListRequest method. req, resp := client.CreateFirewallDomainListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallDomainList
func (*Route53Resolver) CreateFirewallDomainListWithContext ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallDomainListWithContext(ctx aws.Context, input *CreateFirewallDomainListInput, opts ...request.Option) (*CreateFirewallDomainListOutput, error)
CreateFirewallDomainListWithContext is the same as CreateFirewallDomainList with the addition of the ability to pass a context and additional request options.
See CreateFirewallDomainList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateFirewallRule ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRule(input *CreateFirewallRuleInput) (*CreateFirewallRuleOutput, error)
CreateFirewallRule API operation for Amazon Route 53 Resolver.
Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateFirewallRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
LimitExceededException The request caused one or more limits to be exceeded.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallRule
func (*Route53Resolver) CreateFirewallRuleGroup ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRuleGroup(input *CreateFirewallRuleGroupInput) (*CreateFirewallRuleGroupOutput, error)
CreateFirewallRuleGroup API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateFirewallRuleGroup for usage and error information.
Returned Error Types:
LimitExceededException The request caused one or more limits to be exceeded.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallRuleGroup
func (*Route53Resolver) CreateFirewallRuleGroupRequest ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRuleGroupRequest(input *CreateFirewallRuleGroupInput) (req *request.Request, output *CreateFirewallRuleGroupOutput)
CreateFirewallRuleGroupRequest generates a "aws/request.Request" representing the client's request for the CreateFirewallRuleGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateFirewallRuleGroup for more information on using the CreateFirewallRuleGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateFirewallRuleGroupRequest method. req, resp := client.CreateFirewallRuleGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallRuleGroup
func (*Route53Resolver) CreateFirewallRuleGroupWithContext ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRuleGroupWithContext(ctx aws.Context, input *CreateFirewallRuleGroupInput, opts ...request.Option) (*CreateFirewallRuleGroupOutput, error)
CreateFirewallRuleGroupWithContext is the same as CreateFirewallRuleGroup with the addition of the ability to pass a context and additional request options.
See CreateFirewallRuleGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateFirewallRuleRequest ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRuleRequest(input *CreateFirewallRuleInput) (req *request.Request, output *CreateFirewallRuleOutput)
CreateFirewallRuleRequest generates a "aws/request.Request" representing the client's request for the CreateFirewallRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateFirewallRule for more information on using the CreateFirewallRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateFirewallRuleRequest method. req, resp := client.CreateFirewallRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallRule
func (*Route53Resolver) CreateFirewallRuleWithContext ¶ added in v1.38.11
func (c *Route53Resolver) CreateFirewallRuleWithContext(ctx aws.Context, input *CreateFirewallRuleInput, opts ...request.Option) (*CreateFirewallRuleOutput, error)
CreateFirewallRuleWithContext is the same as CreateFirewallRule with the addition of the ability to pass a context and additional request options.
See CreateFirewallRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateOutpostResolver ¶ added in v1.44.305
func (c *Route53Resolver) CreateOutpostResolver(input *CreateOutpostResolverInput) (*CreateOutpostResolverOutput, error)
CreateOutpostResolver API operation for Amazon Route 53 Resolver.
Creates a Route 53 Resolver on an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateOutpostResolver for usage and error information.
Returned Error Types:
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ResourceNotFoundException The specified resource doesn't exist.
ServiceQuotaExceededException Fulfilling the request would cause one or more quotas to be exceeded.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateOutpostResolver
func (*Route53Resolver) CreateOutpostResolverRequest ¶ added in v1.44.305
func (c *Route53Resolver) CreateOutpostResolverRequest(input *CreateOutpostResolverInput) (req *request.Request, output *CreateOutpostResolverOutput)
CreateOutpostResolverRequest generates a "aws/request.Request" representing the client's request for the CreateOutpostResolver operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateOutpostResolver for more information on using the CreateOutpostResolver API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateOutpostResolverRequest method. req, resp := client.CreateOutpostResolverRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateOutpostResolver
func (*Route53Resolver) CreateOutpostResolverWithContext ¶ added in v1.44.305
func (c *Route53Resolver) CreateOutpostResolverWithContext(ctx aws.Context, input *CreateOutpostResolverInput, opts ...request.Option) (*CreateOutpostResolverOutput, error)
CreateOutpostResolverWithContext is the same as CreateOutpostResolver with the addition of the ability to pass a context and additional request options.
See CreateOutpostResolver for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateResolverEndpoint ¶
func (c *Route53Resolver) CreateResolverEndpoint(input *CreateResolverEndpointInput) (*CreateResolverEndpointOutput, error)
CreateResolverEndpoint API operation for Amazon Route 53 Resolver.
Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:
An inbound Resolver endpoint forwards DNS queries to the DNS service for a VPC from your network.
An outbound Resolver endpoint forwards DNS queries from the DNS service for a VPC to your network.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateResolverEndpoint for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
ResourceExistsException The resource that you tried to create already exists.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverEndpoint
func (*Route53Resolver) CreateResolverEndpointRequest ¶
func (c *Route53Resolver) CreateResolverEndpointRequest(input *CreateResolverEndpointInput) (req *request.Request, output *CreateResolverEndpointOutput)
CreateResolverEndpointRequest generates a "aws/request.Request" representing the client's request for the CreateResolverEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateResolverEndpoint for more information on using the CreateResolverEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateResolverEndpointRequest method. req, resp := client.CreateResolverEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverEndpoint
func (*Route53Resolver) CreateResolverEndpointWithContext ¶
func (c *Route53Resolver) CreateResolverEndpointWithContext(ctx aws.Context, input *CreateResolverEndpointInput, opts ...request.Option) (*CreateResolverEndpointOutput, error)
CreateResolverEndpointWithContext is the same as CreateResolverEndpoint with the addition of the ability to pass a context and additional request options.
See CreateResolverEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateResolverQueryLogConfig ¶ added in v1.34.11
func (c *Route53Resolver) CreateResolverQueryLogConfig(input *CreateResolverQueryLogConfigInput) (*CreateResolverQueryLogConfigOutput, error)
CreateResolverQueryLogConfig API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html).
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateResolverQueryLogConfig for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
ResourceExistsException The resource that you tried to create already exists.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverQueryLogConfig
func (*Route53Resolver) CreateResolverQueryLogConfigRequest ¶ added in v1.34.11
func (c *Route53Resolver) CreateResolverQueryLogConfigRequest(input *CreateResolverQueryLogConfigInput) (req *request.Request, output *CreateResolverQueryLogConfigOutput)
CreateResolverQueryLogConfigRequest generates a "aws/request.Request" representing the client's request for the CreateResolverQueryLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateResolverQueryLogConfig for more information on using the CreateResolverQueryLogConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateResolverQueryLogConfigRequest method. req, resp := client.CreateResolverQueryLogConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverQueryLogConfig
func (*Route53Resolver) CreateResolverQueryLogConfigWithContext ¶ added in v1.34.11
func (c *Route53Resolver) CreateResolverQueryLogConfigWithContext(ctx aws.Context, input *CreateResolverQueryLogConfigInput, opts ...request.Option) (*CreateResolverQueryLogConfigOutput, error)
CreateResolverQueryLogConfigWithContext is the same as CreateResolverQueryLogConfig with the addition of the ability to pass a context and additional request options.
See CreateResolverQueryLogConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) CreateResolverRule ¶
func (c *Route53Resolver) CreateResolverRule(input *CreateResolverRuleInput) (*CreateResolverRuleOutput, error)
CreateResolverRule API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation CreateResolverRule for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
LimitExceededException The request caused one or more limits to be exceeded.
ResourceNotFoundException The specified resource doesn't exist.
ResourceExistsException The resource that you tried to create already exists.
ResourceUnavailableException The specified resource isn't available.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverRule
func (*Route53Resolver) CreateResolverRuleRequest ¶
func (c *Route53Resolver) CreateResolverRuleRequest(input *CreateResolverRuleInput) (req *request.Request, output *CreateResolverRuleOutput)
CreateResolverRuleRequest generates a "aws/request.Request" representing the client's request for the CreateResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateResolverRule for more information on using the CreateResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateResolverRuleRequest method. req, resp := client.CreateResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverRule
func (*Route53Resolver) CreateResolverRuleWithContext ¶
func (c *Route53Resolver) CreateResolverRuleWithContext(ctx aws.Context, input *CreateResolverRuleInput, opts ...request.Option) (*CreateResolverRuleOutput, error)
CreateResolverRuleWithContext is the same as CreateResolverRule with the addition of the ability to pass a context and additional request options.
See CreateResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteFirewallDomainList ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallDomainList(input *DeleteFirewallDomainListInput) (*DeleteFirewallDomainListOutput, error)
DeleteFirewallDomainList API operation for Amazon Route 53 Resolver.
Deletes the specified domain list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteFirewallDomainList for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ConflictException 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.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallDomainList
func (*Route53Resolver) DeleteFirewallDomainListRequest ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallDomainListRequest(input *DeleteFirewallDomainListInput) (req *request.Request, output *DeleteFirewallDomainListOutput)
DeleteFirewallDomainListRequest generates a "aws/request.Request" representing the client's request for the DeleteFirewallDomainList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteFirewallDomainList for more information on using the DeleteFirewallDomainList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteFirewallDomainListRequest method. req, resp := client.DeleteFirewallDomainListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallDomainList
func (*Route53Resolver) DeleteFirewallDomainListWithContext ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallDomainListWithContext(ctx aws.Context, input *DeleteFirewallDomainListInput, opts ...request.Option) (*DeleteFirewallDomainListOutput, error)
DeleteFirewallDomainListWithContext is the same as DeleteFirewallDomainList with the addition of the ability to pass a context and additional request options.
See DeleteFirewallDomainList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteFirewallRule ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRule(input *DeleteFirewallRuleInput) (*DeleteFirewallRuleOutput, error)
DeleteFirewallRule API operation for Amazon Route 53 Resolver.
Deletes the specified firewall rule.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteFirewallRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallRule
func (*Route53Resolver) DeleteFirewallRuleGroup ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRuleGroup(input *DeleteFirewallRuleGroupInput) (*DeleteFirewallRuleGroupOutput, error)
DeleteFirewallRuleGroup API operation for Amazon Route 53 Resolver.
Deletes the specified firewall rule group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteFirewallRuleGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ConflictException 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.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallRuleGroup
func (*Route53Resolver) DeleteFirewallRuleGroupRequest ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRuleGroupRequest(input *DeleteFirewallRuleGroupInput) (req *request.Request, output *DeleteFirewallRuleGroupOutput)
DeleteFirewallRuleGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteFirewallRuleGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteFirewallRuleGroup for more information on using the DeleteFirewallRuleGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteFirewallRuleGroupRequest method. req, resp := client.DeleteFirewallRuleGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallRuleGroup
func (*Route53Resolver) DeleteFirewallRuleGroupWithContext ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRuleGroupWithContext(ctx aws.Context, input *DeleteFirewallRuleGroupInput, opts ...request.Option) (*DeleteFirewallRuleGroupOutput, error)
DeleteFirewallRuleGroupWithContext is the same as DeleteFirewallRuleGroup with the addition of the ability to pass a context and additional request options.
See DeleteFirewallRuleGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteFirewallRuleRequest ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRuleRequest(input *DeleteFirewallRuleInput) (req *request.Request, output *DeleteFirewallRuleOutput)
DeleteFirewallRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteFirewallRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteFirewallRule for more information on using the DeleteFirewallRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteFirewallRuleRequest method. req, resp := client.DeleteFirewallRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteFirewallRule
func (*Route53Resolver) DeleteFirewallRuleWithContext ¶ added in v1.38.11
func (c *Route53Resolver) DeleteFirewallRuleWithContext(ctx aws.Context, input *DeleteFirewallRuleInput, opts ...request.Option) (*DeleteFirewallRuleOutput, error)
DeleteFirewallRuleWithContext is the same as DeleteFirewallRule with the addition of the ability to pass a context and additional request options.
See DeleteFirewallRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteOutpostResolver ¶ added in v1.44.305
func (c *Route53Resolver) DeleteOutpostResolver(input *DeleteOutpostResolverInput) (*DeleteOutpostResolverOutput, error)
DeleteOutpostResolver API operation for Amazon Route 53 Resolver.
Deletes a Resolver on the Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteOutpostResolver for usage and error information.
Returned Error Types:
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ConflictException 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.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ResourceNotFoundException The specified resource doesn't exist.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteOutpostResolver
func (*Route53Resolver) DeleteOutpostResolverRequest ¶ added in v1.44.305
func (c *Route53Resolver) DeleteOutpostResolverRequest(input *DeleteOutpostResolverInput) (req *request.Request, output *DeleteOutpostResolverOutput)
DeleteOutpostResolverRequest generates a "aws/request.Request" representing the client's request for the DeleteOutpostResolver operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteOutpostResolver for more information on using the DeleteOutpostResolver API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteOutpostResolverRequest method. req, resp := client.DeleteOutpostResolverRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteOutpostResolver
func (*Route53Resolver) DeleteOutpostResolverWithContext ¶ added in v1.44.305
func (c *Route53Resolver) DeleteOutpostResolverWithContext(ctx aws.Context, input *DeleteOutpostResolverInput, opts ...request.Option) (*DeleteOutpostResolverOutput, error)
DeleteOutpostResolverWithContext is the same as DeleteOutpostResolver with the addition of the ability to pass a context and additional request options.
See DeleteOutpostResolver for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteResolverEndpoint ¶
func (c *Route53Resolver) DeleteResolverEndpoint(input *DeleteResolverEndpointInput) (*DeleteResolverEndpointOutput, error)
DeleteResolverEndpoint API operation for Amazon Route 53 Resolver.
Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:
Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.
Outbound: DNS queries from a VPC are no longer routed to your network.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteResolverEndpoint for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverEndpoint
func (*Route53Resolver) DeleteResolverEndpointRequest ¶
func (c *Route53Resolver) DeleteResolverEndpointRequest(input *DeleteResolverEndpointInput) (req *request.Request, output *DeleteResolverEndpointOutput)
DeleteResolverEndpointRequest generates a "aws/request.Request" representing the client's request for the DeleteResolverEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResolverEndpoint for more information on using the DeleteResolverEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResolverEndpointRequest method. req, resp := client.DeleteResolverEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverEndpoint
func (*Route53Resolver) DeleteResolverEndpointWithContext ¶
func (c *Route53Resolver) DeleteResolverEndpointWithContext(ctx aws.Context, input *DeleteResolverEndpointInput, opts ...request.Option) (*DeleteResolverEndpointOutput, error)
DeleteResolverEndpointWithContext is the same as DeleteResolverEndpoint with the addition of the ability to pass a context and additional request options.
See DeleteResolverEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteResolverQueryLogConfig ¶ added in v1.34.11
func (c *Route53Resolver) DeleteResolverQueryLogConfig(input *DeleteResolverQueryLogConfigInput) (*DeleteResolverQueryLogConfigOutput, error)
DeleteResolverQueryLogConfig API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html).
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteResolverQueryLogConfig for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverQueryLogConfig
func (*Route53Resolver) DeleteResolverQueryLogConfigRequest ¶ added in v1.34.11
func (c *Route53Resolver) DeleteResolverQueryLogConfigRequest(input *DeleteResolverQueryLogConfigInput) (req *request.Request, output *DeleteResolverQueryLogConfigOutput)
DeleteResolverQueryLogConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteResolverQueryLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResolverQueryLogConfig for more information on using the DeleteResolverQueryLogConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResolverQueryLogConfigRequest method. req, resp := client.DeleteResolverQueryLogConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverQueryLogConfig
func (*Route53Resolver) DeleteResolverQueryLogConfigWithContext ¶ added in v1.34.11
func (c *Route53Resolver) DeleteResolverQueryLogConfigWithContext(ctx aws.Context, input *DeleteResolverQueryLogConfigInput, opts ...request.Option) (*DeleteResolverQueryLogConfigOutput, error)
DeleteResolverQueryLogConfigWithContext is the same as DeleteResolverQueryLogConfig with the addition of the ability to pass a context and additional request options.
See DeleteResolverQueryLogConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DeleteResolverRule ¶
func (c *Route53Resolver) DeleteResolverRule(input *DeleteResolverRuleInput) (*DeleteResolverRuleOutput, error)
DeleteResolverRule API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DeleteResolverRule for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
ResourceInUseException The resource that you tried to update or delete is currently in use.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverRule
func (*Route53Resolver) DeleteResolverRuleRequest ¶
func (c *Route53Resolver) DeleteResolverRuleRequest(input *DeleteResolverRuleInput) (req *request.Request, output *DeleteResolverRuleOutput)
DeleteResolverRuleRequest generates a "aws/request.Request" representing the client's request for the DeleteResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteResolverRule for more information on using the DeleteResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteResolverRuleRequest method. req, resp := client.DeleteResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DeleteResolverRule
func (*Route53Resolver) DeleteResolverRuleWithContext ¶
func (c *Route53Resolver) DeleteResolverRuleWithContext(ctx aws.Context, input *DeleteResolverRuleInput, opts ...request.Option) (*DeleteResolverRuleOutput, error)
DeleteResolverRuleWithContext is the same as DeleteResolverRule with the addition of the ability to pass a context and additional request options.
See DeleteResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DisassociateFirewallRuleGroup ¶ added in v1.38.11
func (c *Route53Resolver) DisassociateFirewallRuleGroup(input *DisassociateFirewallRuleGroupInput) (*DisassociateFirewallRuleGroupOutput, error)
DisassociateFirewallRuleGroup API operation for Amazon Route 53 Resolver.
Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DisassociateFirewallRuleGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ConflictException 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.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DisassociateFirewallRuleGroup
func (*Route53Resolver) DisassociateFirewallRuleGroupRequest ¶ added in v1.38.11
func (c *Route53Resolver) DisassociateFirewallRuleGroupRequest(input *DisassociateFirewallRuleGroupInput) (req *request.Request, output *DisassociateFirewallRuleGroupOutput)
DisassociateFirewallRuleGroupRequest generates a "aws/request.Request" representing the client's request for the DisassociateFirewallRuleGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateFirewallRuleGroup for more information on using the DisassociateFirewallRuleGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateFirewallRuleGroupRequest method. req, resp := client.DisassociateFirewallRuleGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DisassociateFirewallRuleGroup
func (*Route53Resolver) DisassociateFirewallRuleGroupWithContext ¶ added in v1.38.11
func (c *Route53Resolver) DisassociateFirewallRuleGroupWithContext(ctx aws.Context, input *DisassociateFirewallRuleGroupInput, opts ...request.Option) (*DisassociateFirewallRuleGroupOutput, error)
DisassociateFirewallRuleGroupWithContext is the same as DisassociateFirewallRuleGroup with the addition of the ability to pass a context and additional request options.
See DisassociateFirewallRuleGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DisassociateResolverEndpointIpAddress ¶
func (c *Route53Resolver) DisassociateResolverEndpointIpAddress(input *DisassociateResolverEndpointIpAddressInput) (*DisassociateResolverEndpointIpAddressOutput, error)
DisassociateResolverEndpointIpAddress API operation for Amazon Route 53 Resolver.
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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverEndpointIpAddress.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DisassociateResolverEndpointIpAddress for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
ResourceExistsException The resource that you tried to create already exists.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
func (*Route53Resolver) DisassociateResolverEndpointIpAddressRequest ¶
func (c *Route53Resolver) DisassociateResolverEndpointIpAddressRequest(input *DisassociateResolverEndpointIpAddressInput) (req *request.Request, output *DisassociateResolverEndpointIpAddressOutput)
DisassociateResolverEndpointIpAddressRequest generates a "aws/request.Request" representing the client's request for the DisassociateResolverEndpointIpAddress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateResolverEndpointIpAddress for more information on using the DisassociateResolverEndpointIpAddress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateResolverEndpointIpAddressRequest method. req, resp := client.DisassociateResolverEndpointIpAddressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) DisassociateResolverEndpointIpAddressWithContext ¶
func (c *Route53Resolver) DisassociateResolverEndpointIpAddressWithContext(ctx aws.Context, input *DisassociateResolverEndpointIpAddressInput, opts ...request.Option) (*DisassociateResolverEndpointIpAddressOutput, error)
DisassociateResolverEndpointIpAddressWithContext is the same as DisassociateResolverEndpointIpAddress with the addition of the ability to pass a context and additional request options.
See DisassociateResolverEndpointIpAddress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DisassociateResolverQueryLogConfig ¶ added in v1.34.11
func (c *Route53Resolver) DisassociateResolverQueryLogConfig(input *DisassociateResolverQueryLogConfigInput) (*DisassociateResolverQueryLogConfigOutput, error)
DisassociateResolverQueryLogConfig API operation for Amazon Route 53 Resolver.
Disassociates a VPC from a query logging configuration.
Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:
The accounts that you shared the configuration with can disassociate VPCs from the configuration.
You can stop sharing the configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DisassociateResolverQueryLogConfig for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
func (*Route53Resolver) DisassociateResolverQueryLogConfigRequest ¶ added in v1.34.11
func (c *Route53Resolver) DisassociateResolverQueryLogConfigRequest(input *DisassociateResolverQueryLogConfigInput) (req *request.Request, output *DisassociateResolverQueryLogConfigOutput)
DisassociateResolverQueryLogConfigRequest generates a "aws/request.Request" representing the client's request for the DisassociateResolverQueryLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateResolverQueryLogConfig for more information on using the DisassociateResolverQueryLogConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateResolverQueryLogConfigRequest method. req, resp := client.DisassociateResolverQueryLogConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) DisassociateResolverQueryLogConfigWithContext ¶ added in v1.34.11
func (c *Route53Resolver) DisassociateResolverQueryLogConfigWithContext(ctx aws.Context, input *DisassociateResolverQueryLogConfigInput, opts ...request.Option) (*DisassociateResolverQueryLogConfigOutput, error)
DisassociateResolverQueryLogConfigWithContext is the same as DisassociateResolverQueryLogConfig with the addition of the ability to pass a context and additional request options.
See DisassociateResolverQueryLogConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) DisassociateResolverRule ¶
func (c *Route53Resolver) DisassociateResolverRule(input *DisassociateResolverRuleInput) (*DisassociateResolverRuleOutput, error)
DisassociateResolverRule API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation DisassociateResolverRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DisassociateResolverRule
func (*Route53Resolver) DisassociateResolverRuleRequest ¶
func (c *Route53Resolver) DisassociateResolverRuleRequest(input *DisassociateResolverRuleInput) (req *request.Request, output *DisassociateResolverRuleOutput)
DisassociateResolverRuleRequest generates a "aws/request.Request" representing the client's request for the DisassociateResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateResolverRule for more information on using the DisassociateResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateResolverRuleRequest method. req, resp := client.DisassociateResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/DisassociateResolverRule
func (*Route53Resolver) DisassociateResolverRuleWithContext ¶
func (c *Route53Resolver) DisassociateResolverRuleWithContext(ctx aws.Context, input *DisassociateResolverRuleInput, opts ...request.Option) (*DisassociateResolverRuleOutput, error)
DisassociateResolverRuleWithContext is the same as DisassociateResolverRule with the addition of the ability to pass a context and additional request options.
See DisassociateResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetFirewallConfig ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallConfig(input *GetFirewallConfigInput) (*GetFirewallConfigOutput, error)
GetFirewallConfig API operation for Amazon Route 53 Resolver.
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetFirewallConfig for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallConfig
func (*Route53Resolver) GetFirewallConfigRequest ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallConfigRequest(input *GetFirewallConfigInput) (req *request.Request, output *GetFirewallConfigOutput)
GetFirewallConfigRequest generates a "aws/request.Request" representing the client's request for the GetFirewallConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetFirewallConfig for more information on using the GetFirewallConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetFirewallConfigRequest method. req, resp := client.GetFirewallConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallConfig
func (*Route53Resolver) GetFirewallConfigWithContext ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallConfigWithContext(ctx aws.Context, input *GetFirewallConfigInput, opts ...request.Option) (*GetFirewallConfigOutput, error)
GetFirewallConfigWithContext is the same as GetFirewallConfig with the addition of the ability to pass a context and additional request options.
See GetFirewallConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetFirewallDomainList ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallDomainList(input *GetFirewallDomainListInput) (*GetFirewallDomainListOutput, error)
GetFirewallDomainList API operation for Amazon Route 53 Resolver.
Retrieves the specified firewall domain list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetFirewallDomainList for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallDomainList
func (*Route53Resolver) GetFirewallDomainListRequest ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallDomainListRequest(input *GetFirewallDomainListInput) (req *request.Request, output *GetFirewallDomainListOutput)
GetFirewallDomainListRequest generates a "aws/request.Request" representing the client's request for the GetFirewallDomainList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetFirewallDomainList for more information on using the GetFirewallDomainList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetFirewallDomainListRequest method. req, resp := client.GetFirewallDomainListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallDomainList
func (*Route53Resolver) GetFirewallDomainListWithContext ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallDomainListWithContext(ctx aws.Context, input *GetFirewallDomainListInput, opts ...request.Option) (*GetFirewallDomainListOutput, error)
GetFirewallDomainListWithContext is the same as GetFirewallDomainList with the addition of the ability to pass a context and additional request options.
See GetFirewallDomainList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetFirewallRuleGroup ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroup(input *GetFirewallRuleGroupInput) (*GetFirewallRuleGroupOutput, error)
GetFirewallRuleGroup API operation for Amazon Route 53 Resolver.
Retrieves the specified firewall rule group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetFirewallRuleGroup for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroup
func (*Route53Resolver) GetFirewallRuleGroupAssociation ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupAssociation(input *GetFirewallRuleGroupAssociationInput) (*GetFirewallRuleGroupAssociationOutput, error)
GetFirewallRuleGroupAssociation API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetFirewallRuleGroupAssociation for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupAssociation
func (*Route53Resolver) GetFirewallRuleGroupAssociationRequest ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupAssociationRequest(input *GetFirewallRuleGroupAssociationInput) (req *request.Request, output *GetFirewallRuleGroupAssociationOutput)
GetFirewallRuleGroupAssociationRequest generates a "aws/request.Request" representing the client's request for the GetFirewallRuleGroupAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetFirewallRuleGroupAssociation for more information on using the GetFirewallRuleGroupAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetFirewallRuleGroupAssociationRequest method. req, resp := client.GetFirewallRuleGroupAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupAssociation
func (*Route53Resolver) GetFirewallRuleGroupAssociationWithContext ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupAssociationWithContext(ctx aws.Context, input *GetFirewallRuleGroupAssociationInput, opts ...request.Option) (*GetFirewallRuleGroupAssociationOutput, error)
GetFirewallRuleGroupAssociationWithContext is the same as GetFirewallRuleGroupAssociation with the addition of the ability to pass a context and additional request options.
See GetFirewallRuleGroupAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetFirewallRuleGroupPolicy ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupPolicy(input *GetFirewallRuleGroupPolicyInput) (*GetFirewallRuleGroupPolicyOutput, error)
GetFirewallRuleGroupPolicy API operation for Amazon Route 53 Resolver.
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).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetFirewallRuleGroupPolicy for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupPolicy
func (*Route53Resolver) GetFirewallRuleGroupPolicyRequest ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupPolicyRequest(input *GetFirewallRuleGroupPolicyInput) (req *request.Request, output *GetFirewallRuleGroupPolicyOutput)
GetFirewallRuleGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the GetFirewallRuleGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetFirewallRuleGroupPolicy for more information on using the GetFirewallRuleGroupPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetFirewallRuleGroupPolicyRequest method. req, resp := client.GetFirewallRuleGroupPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroupPolicy
func (*Route53Resolver) GetFirewallRuleGroupPolicyWithContext ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupPolicyWithContext(ctx aws.Context, input *GetFirewallRuleGroupPolicyInput, opts ...request.Option) (*GetFirewallRuleGroupPolicyOutput, error)
GetFirewallRuleGroupPolicyWithContext is the same as GetFirewallRuleGroupPolicy with the addition of the ability to pass a context and additional request options.
See GetFirewallRuleGroupPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetFirewallRuleGroupRequest ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupRequest(input *GetFirewallRuleGroupInput) (req *request.Request, output *GetFirewallRuleGroupOutput)
GetFirewallRuleGroupRequest generates a "aws/request.Request" representing the client's request for the GetFirewallRuleGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetFirewallRuleGroup for more information on using the GetFirewallRuleGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetFirewallRuleGroupRequest method. req, resp := client.GetFirewallRuleGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetFirewallRuleGroup
func (*Route53Resolver) GetFirewallRuleGroupWithContext ¶ added in v1.38.11
func (c *Route53Resolver) GetFirewallRuleGroupWithContext(ctx aws.Context, input *GetFirewallRuleGroupInput, opts ...request.Option) (*GetFirewallRuleGroupOutput, error)
GetFirewallRuleGroupWithContext is the same as GetFirewallRuleGroup with the addition of the ability to pass a context and additional request options.
See GetFirewallRuleGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetOutpostResolver ¶ added in v1.44.305
func (c *Route53Resolver) GetOutpostResolver(input *GetOutpostResolverInput) (*GetOutpostResolverOutput, error)
GetOutpostResolver API operation for Amazon Route 53 Resolver.
Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetOutpostResolver for usage and error information.
Returned Error Types:
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ResourceNotFoundException The specified resource doesn't exist.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetOutpostResolver
func (*Route53Resolver) GetOutpostResolverRequest ¶ added in v1.44.305
func (c *Route53Resolver) GetOutpostResolverRequest(input *GetOutpostResolverInput) (req *request.Request, output *GetOutpostResolverOutput)
GetOutpostResolverRequest generates a "aws/request.Request" representing the client's request for the GetOutpostResolver operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOutpostResolver for more information on using the GetOutpostResolver API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOutpostResolverRequest method. req, resp := client.GetOutpostResolverRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetOutpostResolver
func (*Route53Resolver) GetOutpostResolverWithContext ¶ added in v1.44.305
func (c *Route53Resolver) GetOutpostResolverWithContext(ctx aws.Context, input *GetOutpostResolverInput, opts ...request.Option) (*GetOutpostResolverOutput, error)
GetOutpostResolverWithContext is the same as GetOutpostResolver with the addition of the ability to pass a context and additional request options.
See GetOutpostResolver for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverConfig ¶ added in v1.41.10
func (c *Route53Resolver) GetResolverConfig(input *GetResolverConfigInput) (*GetResolverConfigOutput, error)
GetResolverConfig API operation for Amazon Route 53 Resolver.
Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverConfig for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverConfig
func (*Route53Resolver) GetResolverConfigRequest ¶ added in v1.41.10
func (c *Route53Resolver) GetResolverConfigRequest(input *GetResolverConfigInput) (req *request.Request, output *GetResolverConfigOutput)
GetResolverConfigRequest generates a "aws/request.Request" representing the client's request for the GetResolverConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverConfig for more information on using the GetResolverConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverConfigRequest method. req, resp := client.GetResolverConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverConfig
func (*Route53Resolver) GetResolverConfigWithContext ¶ added in v1.41.10
func (c *Route53Resolver) GetResolverConfigWithContext(ctx aws.Context, input *GetResolverConfigInput, opts ...request.Option) (*GetResolverConfigOutput, error)
GetResolverConfigWithContext is the same as GetResolverConfig with the addition of the ability to pass a context and additional request options.
See GetResolverConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverDnssecConfig ¶ added in v1.36.11
func (c *Route53Resolver) GetResolverDnssecConfig(input *GetResolverDnssecConfigInput) (*GetResolverDnssecConfigOutput, error)
GetResolverDnssecConfig API operation for Amazon Route 53 Resolver.
Gets DNSSEC validation information for a specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverDnssecConfig for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverDnssecConfig
func (*Route53Resolver) GetResolverDnssecConfigRequest ¶ added in v1.36.11
func (c *Route53Resolver) GetResolverDnssecConfigRequest(input *GetResolverDnssecConfigInput) (req *request.Request, output *GetResolverDnssecConfigOutput)
GetResolverDnssecConfigRequest generates a "aws/request.Request" representing the client's request for the GetResolverDnssecConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverDnssecConfig for more information on using the GetResolverDnssecConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverDnssecConfigRequest method. req, resp := client.GetResolverDnssecConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverDnssecConfig
func (*Route53Resolver) GetResolverDnssecConfigWithContext ¶ added in v1.36.11
func (c *Route53Resolver) GetResolverDnssecConfigWithContext(ctx aws.Context, input *GetResolverDnssecConfigInput, opts ...request.Option) (*GetResolverDnssecConfigOutput, error)
GetResolverDnssecConfigWithContext is the same as GetResolverDnssecConfig with the addition of the ability to pass a context and additional request options.
See GetResolverDnssecConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverEndpoint ¶
func (c *Route53Resolver) GetResolverEndpoint(input *GetResolverEndpointInput) (*GetResolverEndpointOutput, error)
GetResolverEndpoint API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverEndpoint for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverEndpoint
func (*Route53Resolver) GetResolverEndpointRequest ¶
func (c *Route53Resolver) GetResolverEndpointRequest(input *GetResolverEndpointInput) (req *request.Request, output *GetResolverEndpointOutput)
GetResolverEndpointRequest generates a "aws/request.Request" representing the client's request for the GetResolverEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverEndpoint for more information on using the GetResolverEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverEndpointRequest method. req, resp := client.GetResolverEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverEndpoint
func (*Route53Resolver) GetResolverEndpointWithContext ¶
func (c *Route53Resolver) GetResolverEndpointWithContext(ctx aws.Context, input *GetResolverEndpointInput, opts ...request.Option) (*GetResolverEndpointOutput, error)
GetResolverEndpointWithContext is the same as GetResolverEndpoint with the addition of the ability to pass a context and additional request options.
See GetResolverEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverQueryLogConfig ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfig(input *GetResolverQueryLogConfigInput) (*GetResolverQueryLogConfigOutput, error)
GetResolverQueryLogConfig API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverQueryLogConfig for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverQueryLogConfig
func (*Route53Resolver) GetResolverQueryLogConfigAssociation ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigAssociation(input *GetResolverQueryLogConfigAssociationInput) (*GetResolverQueryLogConfigAssociationOutput, error)
GetResolverQueryLogConfigAssociation API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverQueryLogConfigAssociation for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
func (*Route53Resolver) GetResolverQueryLogConfigAssociationRequest ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigAssociationRequest(input *GetResolverQueryLogConfigAssociationInput) (req *request.Request, output *GetResolverQueryLogConfigAssociationOutput)
GetResolverQueryLogConfigAssociationRequest generates a "aws/request.Request" representing the client's request for the GetResolverQueryLogConfigAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverQueryLogConfigAssociation for more information on using the GetResolverQueryLogConfigAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverQueryLogConfigAssociationRequest method. req, resp := client.GetResolverQueryLogConfigAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) GetResolverQueryLogConfigAssociationWithContext ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigAssociationWithContext(ctx aws.Context, input *GetResolverQueryLogConfigAssociationInput, opts ...request.Option) (*GetResolverQueryLogConfigAssociationOutput, error)
GetResolverQueryLogConfigAssociationWithContext is the same as GetResolverQueryLogConfigAssociation with the addition of the ability to pass a context and additional request options.
See GetResolverQueryLogConfigAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverQueryLogConfigPolicy ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigPolicy(input *GetResolverQueryLogConfigPolicyInput) (*GetResolverQueryLogConfigPolicyOutput, error)
GetResolverQueryLogConfigPolicy API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverQueryLogConfigPolicy for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
UnknownResourceException The specified resource doesn't exist.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverQueryLogConfigPolicy
func (*Route53Resolver) GetResolverQueryLogConfigPolicyRequest ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigPolicyRequest(input *GetResolverQueryLogConfigPolicyInput) (req *request.Request, output *GetResolverQueryLogConfigPolicyOutput)
GetResolverQueryLogConfigPolicyRequest generates a "aws/request.Request" representing the client's request for the GetResolverQueryLogConfigPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverQueryLogConfigPolicy for more information on using the GetResolverQueryLogConfigPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverQueryLogConfigPolicyRequest method. req, resp := client.GetResolverQueryLogConfigPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverQueryLogConfigPolicy
func (*Route53Resolver) GetResolverQueryLogConfigPolicyWithContext ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigPolicyWithContext(ctx aws.Context, input *GetResolverQueryLogConfigPolicyInput, opts ...request.Option) (*GetResolverQueryLogConfigPolicyOutput, error)
GetResolverQueryLogConfigPolicyWithContext is the same as GetResolverQueryLogConfigPolicy with the addition of the ability to pass a context and additional request options.
See GetResolverQueryLogConfigPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverQueryLogConfigRequest ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigRequest(input *GetResolverQueryLogConfigInput) (req *request.Request, output *GetResolverQueryLogConfigOutput)
GetResolverQueryLogConfigRequest generates a "aws/request.Request" representing the client's request for the GetResolverQueryLogConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverQueryLogConfig for more information on using the GetResolverQueryLogConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverQueryLogConfigRequest method. req, resp := client.GetResolverQueryLogConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverQueryLogConfig
func (*Route53Resolver) GetResolverQueryLogConfigWithContext ¶ added in v1.34.11
func (c *Route53Resolver) GetResolverQueryLogConfigWithContext(ctx aws.Context, input *GetResolverQueryLogConfigInput, opts ...request.Option) (*GetResolverQueryLogConfigOutput, error)
GetResolverQueryLogConfigWithContext is the same as GetResolverQueryLogConfig with the addition of the ability to pass a context and additional request options.
See GetResolverQueryLogConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverRule ¶
func (c *Route53Resolver) GetResolverRule(input *GetResolverRuleInput) (*GetResolverRuleOutput, error)
GetResolverRule API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRule
func (*Route53Resolver) GetResolverRuleAssociation ¶
func (c *Route53Resolver) GetResolverRuleAssociation(input *GetResolverRuleAssociationInput) (*GetResolverRuleAssociationOutput, error)
GetResolverRuleAssociation API operation for Amazon Route 53 Resolver.
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverRuleAssociation for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRuleAssociation
func (*Route53Resolver) GetResolverRuleAssociationRequest ¶
func (c *Route53Resolver) GetResolverRuleAssociationRequest(input *GetResolverRuleAssociationInput) (req *request.Request, output *GetResolverRuleAssociationOutput)
GetResolverRuleAssociationRequest generates a "aws/request.Request" representing the client's request for the GetResolverRuleAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverRuleAssociation for more information on using the GetResolverRuleAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverRuleAssociationRequest method. req, resp := client.GetResolverRuleAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRuleAssociation
func (*Route53Resolver) GetResolverRuleAssociationWithContext ¶
func (c *Route53Resolver) GetResolverRuleAssociationWithContext(ctx aws.Context, input *GetResolverRuleAssociationInput, opts ...request.Option) (*GetResolverRuleAssociationOutput, error)
GetResolverRuleAssociationWithContext is the same as GetResolverRuleAssociation with the addition of the ability to pass a context and additional request options.
See GetResolverRuleAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverRulePolicy ¶
func (c *Route53Resolver) GetResolverRulePolicy(input *GetResolverRulePolicyInput) (*GetResolverRulePolicyOutput, error)
GetResolverRulePolicy API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation GetResolverRulePolicy for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
UnknownResourceException The specified resource doesn't exist.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRulePolicy
func (*Route53Resolver) GetResolverRulePolicyRequest ¶
func (c *Route53Resolver) GetResolverRulePolicyRequest(input *GetResolverRulePolicyInput) (req *request.Request, output *GetResolverRulePolicyOutput)
GetResolverRulePolicyRequest generates a "aws/request.Request" representing the client's request for the GetResolverRulePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverRulePolicy for more information on using the GetResolverRulePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverRulePolicyRequest method. req, resp := client.GetResolverRulePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRulePolicy
func (*Route53Resolver) GetResolverRulePolicyWithContext ¶
func (c *Route53Resolver) GetResolverRulePolicyWithContext(ctx aws.Context, input *GetResolverRulePolicyInput, opts ...request.Option) (*GetResolverRulePolicyOutput, error)
GetResolverRulePolicyWithContext is the same as GetResolverRulePolicy with the addition of the ability to pass a context and additional request options.
See GetResolverRulePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) GetResolverRuleRequest ¶
func (c *Route53Resolver) GetResolverRuleRequest(input *GetResolverRuleInput) (req *request.Request, output *GetResolverRuleOutput)
GetResolverRuleRequest generates a "aws/request.Request" representing the client's request for the GetResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResolverRule for more information on using the GetResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResolverRuleRequest method. req, resp := client.GetResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRule
func (*Route53Resolver) GetResolverRuleWithContext ¶
func (c *Route53Resolver) GetResolverRuleWithContext(ctx aws.Context, input *GetResolverRuleInput, opts ...request.Option) (*GetResolverRuleOutput, error)
GetResolverRuleWithContext is the same as GetResolverRule with the addition of the ability to pass a context and additional request options.
See GetResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ImportFirewallDomains ¶ added in v1.38.11
func (c *Route53Resolver) ImportFirewallDomains(input *ImportFirewallDomainsInput) (*ImportFirewallDomainsOutput, error)
ImportFirewallDomains API operation for Amazon Route 53 Resolver.
Imports domain names from a file into a domain list, for use in a DNS firewall rule group.
Each domain specification in your domain list must satisfy the following requirements:
It can optionally start with * (asterisk).
With the exception of the optional starting asterisk, it must only contain the following characters: A-Z, a-z, 0-9, - (hyphen).
It must be from 1-255 characters in length.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ImportFirewallDomains for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ResourceNotFoundException The specified resource doesn't exist.
LimitExceededException The request caused one or more limits to be exceeded.
ConflictException 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.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ImportFirewallDomains
func (*Route53Resolver) ImportFirewallDomainsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ImportFirewallDomainsRequest(input *ImportFirewallDomainsInput) (req *request.Request, output *ImportFirewallDomainsOutput)
ImportFirewallDomainsRequest generates a "aws/request.Request" representing the client's request for the ImportFirewallDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ImportFirewallDomains for more information on using the ImportFirewallDomains API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ImportFirewallDomainsRequest method. req, resp := client.ImportFirewallDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ImportFirewallDomains
func (*Route53Resolver) ImportFirewallDomainsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ImportFirewallDomainsWithContext(ctx aws.Context, input *ImportFirewallDomainsInput, opts ...request.Option) (*ImportFirewallDomainsOutput, error)
ImportFirewallDomainsWithContext is the same as ImportFirewallDomains with the addition of the ability to pass a context and additional request options.
See ImportFirewallDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallConfigs ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallConfigs(input *ListFirewallConfigsInput) (*ListFirewallConfigsOutput, error)
ListFirewallConfigs API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallConfigs for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallConfigs
func (*Route53Resolver) ListFirewallConfigsPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallConfigsPages(input *ListFirewallConfigsInput, fn func(*ListFirewallConfigsOutput, bool) bool) error
ListFirewallConfigsPages iterates over the pages of a ListFirewallConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallConfigs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallConfigs operation. pageNum := 0 err := client.ListFirewallConfigsPages(params, func(page *route53resolver.ListFirewallConfigsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallConfigsPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallConfigsPagesWithContext(ctx aws.Context, input *ListFirewallConfigsInput, fn func(*ListFirewallConfigsOutput, bool) bool, opts ...request.Option) error
ListFirewallConfigsPagesWithContext same as ListFirewallConfigsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallConfigsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallConfigsRequest(input *ListFirewallConfigsInput) (req *request.Request, output *ListFirewallConfigsOutput)
ListFirewallConfigsRequest generates a "aws/request.Request" representing the client's request for the ListFirewallConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallConfigs for more information on using the ListFirewallConfigs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallConfigsRequest method. req, resp := client.ListFirewallConfigsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallConfigs
func (*Route53Resolver) ListFirewallConfigsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallConfigsWithContext(ctx aws.Context, input *ListFirewallConfigsInput, opts ...request.Option) (*ListFirewallConfigsOutput, error)
ListFirewallConfigsWithContext is the same as ListFirewallConfigs with the addition of the ability to pass a context and additional request options.
See ListFirewallConfigs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallDomainLists ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainLists(input *ListFirewallDomainListsInput) (*ListFirewallDomainListsOutput, error)
ListFirewallDomainLists API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallDomainLists for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallDomainLists
func (*Route53Resolver) ListFirewallDomainListsPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainListsPages(input *ListFirewallDomainListsInput, fn func(*ListFirewallDomainListsOutput, bool) bool) error
ListFirewallDomainListsPages iterates over the pages of a ListFirewallDomainLists operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallDomainLists method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallDomainLists operation. pageNum := 0 err := client.ListFirewallDomainListsPages(params, func(page *route53resolver.ListFirewallDomainListsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallDomainListsPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainListsPagesWithContext(ctx aws.Context, input *ListFirewallDomainListsInput, fn func(*ListFirewallDomainListsOutput, bool) bool, opts ...request.Option) error
ListFirewallDomainListsPagesWithContext same as ListFirewallDomainListsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallDomainListsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainListsRequest(input *ListFirewallDomainListsInput) (req *request.Request, output *ListFirewallDomainListsOutput)
ListFirewallDomainListsRequest generates a "aws/request.Request" representing the client's request for the ListFirewallDomainLists operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallDomainLists for more information on using the ListFirewallDomainLists API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallDomainListsRequest method. req, resp := client.ListFirewallDomainListsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallDomainLists
func (*Route53Resolver) ListFirewallDomainListsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainListsWithContext(ctx aws.Context, input *ListFirewallDomainListsInput, opts ...request.Option) (*ListFirewallDomainListsOutput, error)
ListFirewallDomainListsWithContext is the same as ListFirewallDomainLists with the addition of the ability to pass a context and additional request options.
See ListFirewallDomainLists for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallDomains ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomains(input *ListFirewallDomainsInput) (*ListFirewallDomainsOutput, error)
ListFirewallDomains API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallDomains for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallDomains
func (*Route53Resolver) ListFirewallDomainsPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainsPages(input *ListFirewallDomainsInput, fn func(*ListFirewallDomainsOutput, bool) bool) error
ListFirewallDomainsPages iterates over the pages of a ListFirewallDomains operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallDomains method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallDomains operation. pageNum := 0 err := client.ListFirewallDomainsPages(params, func(page *route53resolver.ListFirewallDomainsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallDomainsPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainsPagesWithContext(ctx aws.Context, input *ListFirewallDomainsInput, fn func(*ListFirewallDomainsOutput, bool) bool, opts ...request.Option) error
ListFirewallDomainsPagesWithContext same as ListFirewallDomainsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallDomainsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainsRequest(input *ListFirewallDomainsInput) (req *request.Request, output *ListFirewallDomainsOutput)
ListFirewallDomainsRequest generates a "aws/request.Request" representing the client's request for the ListFirewallDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallDomains for more information on using the ListFirewallDomains API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallDomainsRequest method. req, resp := client.ListFirewallDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallDomains
func (*Route53Resolver) ListFirewallDomainsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallDomainsWithContext(ctx aws.Context, input *ListFirewallDomainsInput, opts ...request.Option) (*ListFirewallDomainsOutput, error)
ListFirewallDomainsWithContext is the same as ListFirewallDomains with the addition of the ability to pass a context and additional request options.
See ListFirewallDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRuleGroupAssociations ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupAssociations(input *ListFirewallRuleGroupAssociationsInput) (*ListFirewallRuleGroupAssociationsOutput, error)
ListFirewallRuleGroupAssociations API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallRuleGroupAssociations for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRuleGroupAssociations
func (*Route53Resolver) ListFirewallRuleGroupAssociationsPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupAssociationsPages(input *ListFirewallRuleGroupAssociationsInput, fn func(*ListFirewallRuleGroupAssociationsOutput, bool) bool) error
ListFirewallRuleGroupAssociationsPages iterates over the pages of a ListFirewallRuleGroupAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallRuleGroupAssociations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallRuleGroupAssociations operation. pageNum := 0 err := client.ListFirewallRuleGroupAssociationsPages(params, func(page *route53resolver.ListFirewallRuleGroupAssociationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallRuleGroupAssociationsPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupAssociationsPagesWithContext(ctx aws.Context, input *ListFirewallRuleGroupAssociationsInput, fn func(*ListFirewallRuleGroupAssociationsOutput, bool) bool, opts ...request.Option) error
ListFirewallRuleGroupAssociationsPagesWithContext same as ListFirewallRuleGroupAssociationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRuleGroupAssociationsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupAssociationsRequest(input *ListFirewallRuleGroupAssociationsInput) (req *request.Request, output *ListFirewallRuleGroupAssociationsOutput)
ListFirewallRuleGroupAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListFirewallRuleGroupAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallRuleGroupAssociations for more information on using the ListFirewallRuleGroupAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallRuleGroupAssociationsRequest method. req, resp := client.ListFirewallRuleGroupAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRuleGroupAssociations
func (*Route53Resolver) ListFirewallRuleGroupAssociationsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupAssociationsWithContext(ctx aws.Context, input *ListFirewallRuleGroupAssociationsInput, opts ...request.Option) (*ListFirewallRuleGroupAssociationsOutput, error)
ListFirewallRuleGroupAssociationsWithContext is the same as ListFirewallRuleGroupAssociations with the addition of the ability to pass a context and additional request options.
See ListFirewallRuleGroupAssociations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRuleGroups ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroups(input *ListFirewallRuleGroupsInput) (*ListFirewallRuleGroupsOutput, error)
ListFirewallRuleGroups API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallRuleGroups for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRuleGroups
func (*Route53Resolver) ListFirewallRuleGroupsPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupsPages(input *ListFirewallRuleGroupsInput, fn func(*ListFirewallRuleGroupsOutput, bool) bool) error
ListFirewallRuleGroupsPages iterates over the pages of a ListFirewallRuleGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallRuleGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallRuleGroups operation. pageNum := 0 err := client.ListFirewallRuleGroupsPages(params, func(page *route53resolver.ListFirewallRuleGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallRuleGroupsPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupsPagesWithContext(ctx aws.Context, input *ListFirewallRuleGroupsInput, fn func(*ListFirewallRuleGroupsOutput, bool) bool, opts ...request.Option) error
ListFirewallRuleGroupsPagesWithContext same as ListFirewallRuleGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRuleGroupsRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupsRequest(input *ListFirewallRuleGroupsInput) (req *request.Request, output *ListFirewallRuleGroupsOutput)
ListFirewallRuleGroupsRequest generates a "aws/request.Request" representing the client's request for the ListFirewallRuleGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallRuleGroups for more information on using the ListFirewallRuleGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallRuleGroupsRequest method. req, resp := client.ListFirewallRuleGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRuleGroups
func (*Route53Resolver) ListFirewallRuleGroupsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRuleGroupsWithContext(ctx aws.Context, input *ListFirewallRuleGroupsInput, opts ...request.Option) (*ListFirewallRuleGroupsOutput, error)
ListFirewallRuleGroupsWithContext is the same as ListFirewallRuleGroups with the addition of the ability to pass a context and additional request options.
See ListFirewallRuleGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRules ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRules(input *ListFirewallRulesInput) (*ListFirewallRulesOutput, error)
ListFirewallRules API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListFirewallRules for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRules
func (*Route53Resolver) ListFirewallRulesPages ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRulesPages(input *ListFirewallRulesInput, fn func(*ListFirewallRulesOutput, bool) bool) error
ListFirewallRulesPages iterates over the pages of a ListFirewallRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListFirewallRules method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFirewallRules operation. pageNum := 0 err := client.ListFirewallRulesPages(params, func(page *route53resolver.ListFirewallRulesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListFirewallRulesPagesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRulesPagesWithContext(ctx aws.Context, input *ListFirewallRulesInput, fn func(*ListFirewallRulesOutput, bool) bool, opts ...request.Option) error
ListFirewallRulesPagesWithContext same as ListFirewallRulesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListFirewallRulesRequest ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRulesRequest(input *ListFirewallRulesInput) (req *request.Request, output *ListFirewallRulesOutput)
ListFirewallRulesRequest generates a "aws/request.Request" representing the client's request for the ListFirewallRules operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFirewallRules for more information on using the ListFirewallRules API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFirewallRulesRequest method. req, resp := client.ListFirewallRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListFirewallRules
func (*Route53Resolver) ListFirewallRulesWithContext ¶ added in v1.38.11
func (c *Route53Resolver) ListFirewallRulesWithContext(ctx aws.Context, input *ListFirewallRulesInput, opts ...request.Option) (*ListFirewallRulesOutput, error)
ListFirewallRulesWithContext is the same as ListFirewallRules with the addition of the ability to pass a context and additional request options.
See ListFirewallRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListOutpostResolvers ¶ added in v1.44.305
func (c *Route53Resolver) ListOutpostResolvers(input *ListOutpostResolversInput) (*ListOutpostResolversOutput, error)
ListOutpostResolvers API operation for Amazon Route 53 Resolver.
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListOutpostResolvers for usage and error information.
Returned Error Types:
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ResourceNotFoundException The specified resource doesn't exist.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListOutpostResolvers
func (*Route53Resolver) ListOutpostResolversPages ¶ added in v1.44.305
func (c *Route53Resolver) ListOutpostResolversPages(input *ListOutpostResolversInput, fn func(*ListOutpostResolversOutput, bool) bool) error
ListOutpostResolversPages iterates over the pages of a ListOutpostResolvers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOutpostResolvers method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOutpostResolvers operation. pageNum := 0 err := client.ListOutpostResolversPages(params, func(page *route53resolver.ListOutpostResolversOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListOutpostResolversPagesWithContext ¶ added in v1.44.305
func (c *Route53Resolver) ListOutpostResolversPagesWithContext(ctx aws.Context, input *ListOutpostResolversInput, fn func(*ListOutpostResolversOutput, bool) bool, opts ...request.Option) error
ListOutpostResolversPagesWithContext same as ListOutpostResolversPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListOutpostResolversRequest ¶ added in v1.44.305
func (c *Route53Resolver) ListOutpostResolversRequest(input *ListOutpostResolversInput) (req *request.Request, output *ListOutpostResolversOutput)
ListOutpostResolversRequest generates a "aws/request.Request" representing the client's request for the ListOutpostResolvers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOutpostResolvers for more information on using the ListOutpostResolvers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOutpostResolversRequest method. req, resp := client.ListOutpostResolversRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListOutpostResolvers
func (*Route53Resolver) ListOutpostResolversWithContext ¶ added in v1.44.305
func (c *Route53Resolver) ListOutpostResolversWithContext(ctx aws.Context, input *ListOutpostResolversInput, opts ...request.Option) (*ListOutpostResolversOutput, error)
ListOutpostResolversWithContext is the same as ListOutpostResolvers with the addition of the ability to pass a context and additional request options.
See ListOutpostResolvers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverConfigs ¶ added in v1.41.10
func (c *Route53Resolver) ListResolverConfigs(input *ListResolverConfigsInput) (*ListResolverConfigsOutput, error)
ListResolverConfigs API operation for Amazon Route 53 Resolver.
Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverConfigs for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverConfigs
func (*Route53Resolver) ListResolverConfigsPages ¶ added in v1.41.10
func (c *Route53Resolver) ListResolverConfigsPages(input *ListResolverConfigsInput, fn func(*ListResolverConfigsOutput, bool) bool) error
ListResolverConfigsPages iterates over the pages of a ListResolverConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverConfigs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverConfigs operation. pageNum := 0 err := client.ListResolverConfigsPages(params, func(page *route53resolver.ListResolverConfigsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverConfigsPagesWithContext ¶ added in v1.41.10
func (c *Route53Resolver) ListResolverConfigsPagesWithContext(ctx aws.Context, input *ListResolverConfigsInput, fn func(*ListResolverConfigsOutput, bool) bool, opts ...request.Option) error
ListResolverConfigsPagesWithContext same as ListResolverConfigsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverConfigsRequest ¶ added in v1.41.10
func (c *Route53Resolver) ListResolverConfigsRequest(input *ListResolverConfigsInput) (req *request.Request, output *ListResolverConfigsOutput)
ListResolverConfigsRequest generates a "aws/request.Request" representing the client's request for the ListResolverConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverConfigs for more information on using the ListResolverConfigs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverConfigsRequest method. req, resp := client.ListResolverConfigsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverConfigs
func (*Route53Resolver) ListResolverConfigsWithContext ¶ added in v1.41.10
func (c *Route53Resolver) ListResolverConfigsWithContext(ctx aws.Context, input *ListResolverConfigsInput, opts ...request.Option) (*ListResolverConfigsOutput, error)
ListResolverConfigsWithContext is the same as ListResolverConfigs with the addition of the ability to pass a context and additional request options.
See ListResolverConfigs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverDnssecConfigs ¶ added in v1.36.11
func (c *Route53Resolver) ListResolverDnssecConfigs(input *ListResolverDnssecConfigsInput) (*ListResolverDnssecConfigsOutput, error)
ListResolverDnssecConfigs API operation for Amazon Route 53 Resolver.
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverDnssecConfigs for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverDnssecConfigs
func (*Route53Resolver) ListResolverDnssecConfigsPages ¶ added in v1.36.11
func (c *Route53Resolver) ListResolverDnssecConfigsPages(input *ListResolverDnssecConfigsInput, fn func(*ListResolverDnssecConfigsOutput, bool) bool) error
ListResolverDnssecConfigsPages iterates over the pages of a ListResolverDnssecConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverDnssecConfigs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverDnssecConfigs operation. pageNum := 0 err := client.ListResolverDnssecConfigsPages(params, func(page *route53resolver.ListResolverDnssecConfigsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverDnssecConfigsPagesWithContext ¶ added in v1.36.11
func (c *Route53Resolver) ListResolverDnssecConfigsPagesWithContext(ctx aws.Context, input *ListResolverDnssecConfigsInput, fn func(*ListResolverDnssecConfigsOutput, bool) bool, opts ...request.Option) error
ListResolverDnssecConfigsPagesWithContext same as ListResolverDnssecConfigsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverDnssecConfigsRequest ¶ added in v1.36.11
func (c *Route53Resolver) ListResolverDnssecConfigsRequest(input *ListResolverDnssecConfigsInput) (req *request.Request, output *ListResolverDnssecConfigsOutput)
ListResolverDnssecConfigsRequest generates a "aws/request.Request" representing the client's request for the ListResolverDnssecConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverDnssecConfigs for more information on using the ListResolverDnssecConfigs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverDnssecConfigsRequest method. req, resp := client.ListResolverDnssecConfigsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverDnssecConfigs
func (*Route53Resolver) ListResolverDnssecConfigsWithContext ¶ added in v1.36.11
func (c *Route53Resolver) ListResolverDnssecConfigsWithContext(ctx aws.Context, input *ListResolverDnssecConfigsInput, opts ...request.Option) (*ListResolverDnssecConfigsOutput, error)
ListResolverDnssecConfigsWithContext is the same as ListResolverDnssecConfigs with the addition of the ability to pass a context and additional request options.
See ListResolverDnssecConfigs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverEndpointIpAddresses ¶
func (c *Route53Resolver) ListResolverEndpointIpAddresses(input *ListResolverEndpointIpAddressesInput) (*ListResolverEndpointIpAddressesOutput, error)
ListResolverEndpointIpAddresses API operation for Amazon Route 53 Resolver.
Gets the IP addresses for a specified Resolver endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverEndpointIpAddresses for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointIpAddresses
func (*Route53Resolver) ListResolverEndpointIpAddressesPages ¶
func (c *Route53Resolver) ListResolverEndpointIpAddressesPages(input *ListResolverEndpointIpAddressesInput, fn func(*ListResolverEndpointIpAddressesOutput, bool) bool) error
ListResolverEndpointIpAddressesPages iterates over the pages of a ListResolverEndpointIpAddresses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverEndpointIpAddresses method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverEndpointIpAddresses operation. pageNum := 0 err := client.ListResolverEndpointIpAddressesPages(params, func(page *route53resolver.ListResolverEndpointIpAddressesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverEndpointIpAddressesPagesWithContext ¶
func (c *Route53Resolver) ListResolverEndpointIpAddressesPagesWithContext(ctx aws.Context, input *ListResolverEndpointIpAddressesInput, fn func(*ListResolverEndpointIpAddressesOutput, bool) bool, opts ...request.Option) error
ListResolverEndpointIpAddressesPagesWithContext same as ListResolverEndpointIpAddressesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverEndpointIpAddressesRequest ¶
func (c *Route53Resolver) ListResolverEndpointIpAddressesRequest(input *ListResolverEndpointIpAddressesInput) (req *request.Request, output *ListResolverEndpointIpAddressesOutput)
ListResolverEndpointIpAddressesRequest generates a "aws/request.Request" representing the client's request for the ListResolverEndpointIpAddresses operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverEndpointIpAddresses for more information on using the ListResolverEndpointIpAddresses API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverEndpointIpAddressesRequest method. req, resp := client.ListResolverEndpointIpAddressesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpointIpAddresses
func (*Route53Resolver) ListResolverEndpointIpAddressesWithContext ¶
func (c *Route53Resolver) ListResolverEndpointIpAddressesWithContext(ctx aws.Context, input *ListResolverEndpointIpAddressesInput, opts ...request.Option) (*ListResolverEndpointIpAddressesOutput, error)
ListResolverEndpointIpAddressesWithContext is the same as ListResolverEndpointIpAddresses with the addition of the ability to pass a context and additional request options.
See ListResolverEndpointIpAddresses for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverEndpoints ¶
func (c *Route53Resolver) ListResolverEndpoints(input *ListResolverEndpointsInput) (*ListResolverEndpointsOutput, error)
ListResolverEndpoints API operation for Amazon Route 53 Resolver.
Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverEndpoints for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpoints
func (*Route53Resolver) ListResolverEndpointsPages ¶
func (c *Route53Resolver) ListResolverEndpointsPages(input *ListResolverEndpointsInput, fn func(*ListResolverEndpointsOutput, bool) bool) error
ListResolverEndpointsPages iterates over the pages of a ListResolverEndpoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverEndpoints method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverEndpoints operation. pageNum := 0 err := client.ListResolverEndpointsPages(params, func(page *route53resolver.ListResolverEndpointsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverEndpointsPagesWithContext ¶
func (c *Route53Resolver) ListResolverEndpointsPagesWithContext(ctx aws.Context, input *ListResolverEndpointsInput, fn func(*ListResolverEndpointsOutput, bool) bool, opts ...request.Option) error
ListResolverEndpointsPagesWithContext same as ListResolverEndpointsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverEndpointsRequest ¶
func (c *Route53Resolver) ListResolverEndpointsRequest(input *ListResolverEndpointsInput) (req *request.Request, output *ListResolverEndpointsOutput)
ListResolverEndpointsRequest generates a "aws/request.Request" representing the client's request for the ListResolverEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverEndpoints for more information on using the ListResolverEndpoints API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverEndpointsRequest method. req, resp := client.ListResolverEndpointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverEndpoints
func (*Route53Resolver) ListResolverEndpointsWithContext ¶
func (c *Route53Resolver) ListResolverEndpointsWithContext(ctx aws.Context, input *ListResolverEndpointsInput, opts ...request.Option) (*ListResolverEndpointsOutput, error)
ListResolverEndpointsWithContext is the same as ListResolverEndpoints with the addition of the ability to pass a context and additional request options.
See ListResolverEndpoints for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverQueryLogConfigAssociations ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigAssociations(input *ListResolverQueryLogConfigAssociationsInput) (*ListResolverQueryLogConfigAssociationsOutput, error)
ListResolverQueryLogConfigAssociations API operation for Amazon Route 53 Resolver.
Lists information about associations between Amazon VPCs and query logging configurations.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverQueryLogConfigAssociations for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
func (*Route53Resolver) ListResolverQueryLogConfigAssociationsPages ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsPages(input *ListResolverQueryLogConfigAssociationsInput, fn func(*ListResolverQueryLogConfigAssociationsOutput, bool) bool) error
ListResolverQueryLogConfigAssociationsPages iterates over the pages of a ListResolverQueryLogConfigAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverQueryLogConfigAssociations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverQueryLogConfigAssociations operation. pageNum := 0 err := client.ListResolverQueryLogConfigAssociationsPages(params, func(page *route53resolver.ListResolverQueryLogConfigAssociationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverQueryLogConfigAssociationsPagesWithContext ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsPagesWithContext(ctx aws.Context, input *ListResolverQueryLogConfigAssociationsInput, fn func(*ListResolverQueryLogConfigAssociationsOutput, bool) bool, opts ...request.Option) error
ListResolverQueryLogConfigAssociationsPagesWithContext same as ListResolverQueryLogConfigAssociationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverQueryLogConfigAssociationsRequest ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsRequest(input *ListResolverQueryLogConfigAssociationsInput) (req *request.Request, output *ListResolverQueryLogConfigAssociationsOutput)
ListResolverQueryLogConfigAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListResolverQueryLogConfigAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverQueryLogConfigAssociations for more information on using the ListResolverQueryLogConfigAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverQueryLogConfigAssociationsRequest method. req, resp := client.ListResolverQueryLogConfigAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) ListResolverQueryLogConfigAssociationsWithContext ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigAssociationsWithContext(ctx aws.Context, input *ListResolverQueryLogConfigAssociationsInput, opts ...request.Option) (*ListResolverQueryLogConfigAssociationsOutput, error)
ListResolverQueryLogConfigAssociationsWithContext is the same as ListResolverQueryLogConfigAssociations with the addition of the ability to pass a context and additional request options.
See ListResolverQueryLogConfigAssociations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverQueryLogConfigs ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigs(input *ListResolverQueryLogConfigsInput) (*ListResolverQueryLogConfigsOutput, error)
ListResolverQueryLogConfigs API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverQueryLogConfigs for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverQueryLogConfigs
func (*Route53Resolver) ListResolverQueryLogConfigsPages ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigsPages(input *ListResolverQueryLogConfigsInput, fn func(*ListResolverQueryLogConfigsOutput, bool) bool) error
ListResolverQueryLogConfigsPages iterates over the pages of a ListResolverQueryLogConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverQueryLogConfigs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverQueryLogConfigs operation. pageNum := 0 err := client.ListResolverQueryLogConfigsPages(params, func(page *route53resolver.ListResolverQueryLogConfigsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverQueryLogConfigsPagesWithContext ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigsPagesWithContext(ctx aws.Context, input *ListResolverQueryLogConfigsInput, fn func(*ListResolverQueryLogConfigsOutput, bool) bool, opts ...request.Option) error
ListResolverQueryLogConfigsPagesWithContext same as ListResolverQueryLogConfigsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverQueryLogConfigsRequest ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigsRequest(input *ListResolverQueryLogConfigsInput) (req *request.Request, output *ListResolverQueryLogConfigsOutput)
ListResolverQueryLogConfigsRequest generates a "aws/request.Request" representing the client's request for the ListResolverQueryLogConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverQueryLogConfigs for more information on using the ListResolverQueryLogConfigs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverQueryLogConfigsRequest method. req, resp := client.ListResolverQueryLogConfigsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverQueryLogConfigs
func (*Route53Resolver) ListResolverQueryLogConfigsWithContext ¶ added in v1.34.11
func (c *Route53Resolver) ListResolverQueryLogConfigsWithContext(ctx aws.Context, input *ListResolverQueryLogConfigsInput, opts ...request.Option) (*ListResolverQueryLogConfigsOutput, error)
ListResolverQueryLogConfigsWithContext is the same as ListResolverQueryLogConfigs with the addition of the ability to pass a context and additional request options.
See ListResolverQueryLogConfigs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverRuleAssociations ¶
func (c *Route53Resolver) ListResolverRuleAssociations(input *ListResolverRuleAssociationsInput) (*ListResolverRuleAssociationsOutput, error)
ListResolverRuleAssociations API operation for Amazon Route 53 Resolver.
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverRuleAssociations for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRuleAssociations
func (*Route53Resolver) ListResolverRuleAssociationsPages ¶
func (c *Route53Resolver) ListResolverRuleAssociationsPages(input *ListResolverRuleAssociationsInput, fn func(*ListResolverRuleAssociationsOutput, bool) bool) error
ListResolverRuleAssociationsPages iterates over the pages of a ListResolverRuleAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverRuleAssociations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverRuleAssociations operation. pageNum := 0 err := client.ListResolverRuleAssociationsPages(params, func(page *route53resolver.ListResolverRuleAssociationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverRuleAssociationsPagesWithContext ¶
func (c *Route53Resolver) ListResolverRuleAssociationsPagesWithContext(ctx aws.Context, input *ListResolverRuleAssociationsInput, fn func(*ListResolverRuleAssociationsOutput, bool) bool, opts ...request.Option) error
ListResolverRuleAssociationsPagesWithContext same as ListResolverRuleAssociationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverRuleAssociationsRequest ¶
func (c *Route53Resolver) ListResolverRuleAssociationsRequest(input *ListResolverRuleAssociationsInput) (req *request.Request, output *ListResolverRuleAssociationsOutput)
ListResolverRuleAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListResolverRuleAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverRuleAssociations for more information on using the ListResolverRuleAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverRuleAssociationsRequest method. req, resp := client.ListResolverRuleAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRuleAssociations
func (*Route53Resolver) ListResolverRuleAssociationsWithContext ¶
func (c *Route53Resolver) ListResolverRuleAssociationsWithContext(ctx aws.Context, input *ListResolverRuleAssociationsInput, opts ...request.Option) (*ListResolverRuleAssociationsOutput, error)
ListResolverRuleAssociationsWithContext is the same as ListResolverRuleAssociations with the addition of the ability to pass a context and additional request options.
See ListResolverRuleAssociations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverRules ¶
func (c *Route53Resolver) ListResolverRules(input *ListResolverRulesInput) (*ListResolverRulesOutput, error)
ListResolverRules API operation for Amazon Route 53 Resolver.
Lists the Resolver rules that were created using the current Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListResolverRules for usage and error information.
Returned Error Types:
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRules
func (*Route53Resolver) ListResolverRulesPages ¶
func (c *Route53Resolver) ListResolverRulesPages(input *ListResolverRulesInput, fn func(*ListResolverRulesOutput, bool) bool) error
ListResolverRulesPages iterates over the pages of a ListResolverRules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListResolverRules method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListResolverRules operation. pageNum := 0 err := client.ListResolverRulesPages(params, func(page *route53resolver.ListResolverRulesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListResolverRulesPagesWithContext ¶
func (c *Route53Resolver) ListResolverRulesPagesWithContext(ctx aws.Context, input *ListResolverRulesInput, fn func(*ListResolverRulesOutput, bool) bool, opts ...request.Option) error
ListResolverRulesPagesWithContext same as ListResolverRulesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListResolverRulesRequest ¶
func (c *Route53Resolver) ListResolverRulesRequest(input *ListResolverRulesInput) (req *request.Request, output *ListResolverRulesOutput)
ListResolverRulesRequest generates a "aws/request.Request" representing the client's request for the ListResolverRules operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResolverRules for more information on using the ListResolverRules API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResolverRulesRequest method. req, resp := client.ListResolverRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRules
func (*Route53Resolver) ListResolverRulesWithContext ¶
func (c *Route53Resolver) ListResolverRulesWithContext(ctx aws.Context, input *ListResolverRulesInput, opts ...request.Option) (*ListResolverRulesOutput, error)
ListResolverRulesWithContext is the same as ListResolverRules with the addition of the ability to pass a context and additional request options.
See ListResolverRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListTagsForResource ¶
func (c *Route53Resolver) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon Route 53 Resolver.
Lists the tags that you associated with the specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidNextTokenException The value that you specified for NextToken in a List request isn't valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListTagsForResource
func (*Route53Resolver) ListTagsForResourcePages ¶ added in v1.34.11
func (c *Route53Resolver) ListTagsForResourcePages(input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool) error
ListTagsForResourcePages iterates over the pages of a ListTagsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListTagsForResource method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListTagsForResource operation. pageNum := 0 err := client.ListTagsForResourcePages(params, func(page *route53resolver.ListTagsForResourceOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Resolver) ListTagsForResourcePagesWithContext ¶ added in v1.34.11
func (c *Route53Resolver) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, fn func(*ListTagsForResourceOutput, bool) bool, opts ...request.Option) error
ListTagsForResourcePagesWithContext same as ListTagsForResourcePages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) ListTagsForResourceRequest ¶
func (c *Route53Resolver) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListTagsForResource
func (*Route53Resolver) ListTagsForResourceWithContext ¶
func (c *Route53Resolver) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) PutFirewallRuleGroupPolicy ¶ added in v1.38.11
func (c *Route53Resolver) PutFirewallRuleGroupPolicy(input *PutFirewallRuleGroupPolicyInput) (*PutFirewallRuleGroupPolicyOutput, error)
PutFirewallRuleGroupPolicy API operation for Amazon Route 53 Resolver.
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).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation PutFirewallRuleGroupPolicy for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutFirewallRuleGroupPolicy
func (*Route53Resolver) PutFirewallRuleGroupPolicyRequest ¶ added in v1.38.11
func (c *Route53Resolver) PutFirewallRuleGroupPolicyRequest(input *PutFirewallRuleGroupPolicyInput) (req *request.Request, output *PutFirewallRuleGroupPolicyOutput)
PutFirewallRuleGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the PutFirewallRuleGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutFirewallRuleGroupPolicy for more information on using the PutFirewallRuleGroupPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutFirewallRuleGroupPolicyRequest method. req, resp := client.PutFirewallRuleGroupPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutFirewallRuleGroupPolicy
func (*Route53Resolver) PutFirewallRuleGroupPolicyWithContext ¶ added in v1.38.11
func (c *Route53Resolver) PutFirewallRuleGroupPolicyWithContext(ctx aws.Context, input *PutFirewallRuleGroupPolicyInput, opts ...request.Option) (*PutFirewallRuleGroupPolicyOutput, error)
PutFirewallRuleGroupPolicyWithContext is the same as PutFirewallRuleGroupPolicy with the addition of the ability to pass a context and additional request options.
See PutFirewallRuleGroupPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) PutResolverQueryLogConfigPolicy ¶ added in v1.34.11
func (c *Route53Resolver) PutResolverQueryLogConfigPolicy(input *PutResolverQueryLogConfigPolicyInput) (*PutResolverQueryLogConfigPolicyOutput, error)
PutResolverQueryLogConfigPolicy API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation PutResolverQueryLogConfigPolicy for usage and error information.
Returned Error Types:
InvalidPolicyDocument The specified Resolver rule policy is invalid.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
UnknownResourceException The specified resource doesn't exist.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutResolverQueryLogConfigPolicy
func (*Route53Resolver) PutResolverQueryLogConfigPolicyRequest ¶ added in v1.34.11
func (c *Route53Resolver) PutResolverQueryLogConfigPolicyRequest(input *PutResolverQueryLogConfigPolicyInput) (req *request.Request, output *PutResolverQueryLogConfigPolicyOutput)
PutResolverQueryLogConfigPolicyRequest generates a "aws/request.Request" representing the client's request for the PutResolverQueryLogConfigPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutResolverQueryLogConfigPolicy for more information on using the PutResolverQueryLogConfigPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutResolverQueryLogConfigPolicyRequest method. req, resp := client.PutResolverQueryLogConfigPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutResolverQueryLogConfigPolicy
func (*Route53Resolver) PutResolverQueryLogConfigPolicyWithContext ¶ added in v1.34.11
func (c *Route53Resolver) PutResolverQueryLogConfigPolicyWithContext(ctx aws.Context, input *PutResolverQueryLogConfigPolicyInput, opts ...request.Option) (*PutResolverQueryLogConfigPolicyOutput, error)
PutResolverQueryLogConfigPolicyWithContext is the same as PutResolverQueryLogConfigPolicy with the addition of the ability to pass a context and additional request options.
See PutResolverQueryLogConfigPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) PutResolverRulePolicy ¶
func (c *Route53Resolver) PutResolverRulePolicy(input *PutResolverRulePolicyInput) (*PutResolverRulePolicyOutput, error)
PutResolverRulePolicy API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation PutResolverRulePolicy for usage and error information.
Returned Error Types:
InvalidPolicyDocument The specified Resolver rule policy is invalid.
InvalidParameterException One or more parameters in this request are not valid.
UnknownResourceException The specified resource doesn't exist.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutResolverRulePolicy
func (*Route53Resolver) PutResolverRulePolicyRequest ¶
func (c *Route53Resolver) PutResolverRulePolicyRequest(input *PutResolverRulePolicyInput) (req *request.Request, output *PutResolverRulePolicyOutput)
PutResolverRulePolicyRequest generates a "aws/request.Request" representing the client's request for the PutResolverRulePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutResolverRulePolicy for more information on using the PutResolverRulePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutResolverRulePolicyRequest method. req, resp := client.PutResolverRulePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutResolverRulePolicy
func (*Route53Resolver) PutResolverRulePolicyWithContext ¶
func (c *Route53Resolver) PutResolverRulePolicyWithContext(ctx aws.Context, input *PutResolverRulePolicyInput, opts ...request.Option) (*PutResolverRulePolicyOutput, error)
PutResolverRulePolicyWithContext is the same as PutResolverRulePolicy with the addition of the ability to pass a context and additional request options.
See PutResolverRulePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) TagResource ¶
func (c *Route53Resolver) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon Route 53 Resolver.
Adds one or more tags to a specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation TagResource for usage and error information.
Returned Error Types:
LimitExceededException The request caused one or more limits to be exceeded.
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InvalidTagException The specified tag is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/TagResource
func (*Route53Resolver) TagResourceRequest ¶
func (c *Route53Resolver) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/TagResource
func (*Route53Resolver) TagResourceWithContext ¶
func (c *Route53Resolver) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UntagResource ¶
func (c *Route53Resolver) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon Route 53 Resolver.
Removes one or more tags from a specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UntagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UntagResource
func (*Route53Resolver) UntagResourceRequest ¶
func (c *Route53Resolver) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UntagResource
func (*Route53Resolver) UntagResourceWithContext ¶
func (c *Route53Resolver) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateFirewallConfig ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallConfig(input *UpdateFirewallConfigInput) (*UpdateFirewallConfigOutput, error)
UpdateFirewallConfig API operation for Amazon Route 53 Resolver.
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateFirewallConfig for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
ResourceNotFoundException The specified resource doesn't exist.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallConfig
func (*Route53Resolver) UpdateFirewallConfigRequest ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallConfigRequest(input *UpdateFirewallConfigInput) (req *request.Request, output *UpdateFirewallConfigOutput)
UpdateFirewallConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateFirewallConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateFirewallConfig for more information on using the UpdateFirewallConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateFirewallConfigRequest method. req, resp := client.UpdateFirewallConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallConfig
func (*Route53Resolver) UpdateFirewallConfigWithContext ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallConfigWithContext(ctx aws.Context, input *UpdateFirewallConfigInput, opts ...request.Option) (*UpdateFirewallConfigOutput, error)
UpdateFirewallConfigWithContext is the same as UpdateFirewallConfig with the addition of the ability to pass a context and additional request options.
See UpdateFirewallConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateFirewallDomains ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallDomains(input *UpdateFirewallDomainsInput) (*UpdateFirewallDomainsOutput, error)
UpdateFirewallDomains API operation for Amazon Route 53 Resolver.
Updates the firewall domain list from an array of domain specifications.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateFirewallDomains for usage and error information.
Returned Error Types:
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ResourceNotFoundException The specified resource doesn't exist.
LimitExceededException The request caused one or more limits to be exceeded.
ConflictException 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.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallDomains
func (*Route53Resolver) UpdateFirewallDomainsRequest ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallDomainsRequest(input *UpdateFirewallDomainsInput) (req *request.Request, output *UpdateFirewallDomainsOutput)
UpdateFirewallDomainsRequest generates a "aws/request.Request" representing the client's request for the UpdateFirewallDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateFirewallDomains for more information on using the UpdateFirewallDomains API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateFirewallDomainsRequest method. req, resp := client.UpdateFirewallDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallDomains
func (*Route53Resolver) UpdateFirewallDomainsWithContext ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallDomainsWithContext(ctx aws.Context, input *UpdateFirewallDomainsInput, opts ...request.Option) (*UpdateFirewallDomainsOutput, error)
UpdateFirewallDomainsWithContext is the same as UpdateFirewallDomains with the addition of the ability to pass a context and additional request options.
See UpdateFirewallDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateFirewallRule ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRule(input *UpdateFirewallRuleInput) (*UpdateFirewallRuleOutput, error)
UpdateFirewallRule API operation for Amazon Route 53 Resolver.
Updates the specified firewall rule.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateFirewallRule for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
ConflictException 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.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallRule
func (*Route53Resolver) UpdateFirewallRuleGroupAssociation ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRuleGroupAssociation(input *UpdateFirewallRuleGroupAssociationInput) (*UpdateFirewallRuleGroupAssociationOutput, error)
UpdateFirewallRuleGroupAssociation API operation for Amazon Route 53 Resolver.
Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateFirewallRuleGroupAssociation for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
ConflictException 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.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
func (*Route53Resolver) UpdateFirewallRuleGroupAssociationRequest ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRuleGroupAssociationRequest(input *UpdateFirewallRuleGroupAssociationInput) (req *request.Request, output *UpdateFirewallRuleGroupAssociationOutput)
UpdateFirewallRuleGroupAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateFirewallRuleGroupAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateFirewallRuleGroupAssociation for more information on using the UpdateFirewallRuleGroupAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateFirewallRuleGroupAssociationRequest method. req, resp := client.UpdateFirewallRuleGroupAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Resolver) UpdateFirewallRuleGroupAssociationWithContext ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRuleGroupAssociationWithContext(ctx aws.Context, input *UpdateFirewallRuleGroupAssociationInput, opts ...request.Option) (*UpdateFirewallRuleGroupAssociationOutput, error)
UpdateFirewallRuleGroupAssociationWithContext is the same as UpdateFirewallRuleGroupAssociation with the addition of the ability to pass a context and additional request options.
See UpdateFirewallRuleGroupAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateFirewallRuleRequest ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRuleRequest(input *UpdateFirewallRuleInput) (req *request.Request, output *UpdateFirewallRuleOutput)
UpdateFirewallRuleRequest generates a "aws/request.Request" representing the client's request for the UpdateFirewallRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateFirewallRule for more information on using the UpdateFirewallRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateFirewallRuleRequest method. req, resp := client.UpdateFirewallRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallRule
func (*Route53Resolver) UpdateFirewallRuleWithContext ¶ added in v1.38.11
func (c *Route53Resolver) UpdateFirewallRuleWithContext(ctx aws.Context, input *UpdateFirewallRuleInput, opts ...request.Option) (*UpdateFirewallRuleOutput, error)
UpdateFirewallRuleWithContext is the same as UpdateFirewallRule with the addition of the ability to pass a context and additional request options.
See UpdateFirewallRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateOutpostResolver ¶ added in v1.44.305
func (c *Route53Resolver) UpdateOutpostResolver(input *UpdateOutpostResolverInput) (*UpdateOutpostResolverOutput, error)
UpdateOutpostResolver API operation for Amazon Route 53 Resolver.
You can use UpdateOutpostResolver to update the instance count, type, or name of a Resolver on an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateOutpostResolver for usage and error information.
Returned Error Types:
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ConflictException 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.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ResourceNotFoundException The specified resource doesn't exist.
ServiceQuotaExceededException Fulfilling the request would cause one or more quotas to be exceeded.
ThrottlingException The request was throttled. Try again in a few minutes.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateOutpostResolver
func (*Route53Resolver) UpdateOutpostResolverRequest ¶ added in v1.44.305
func (c *Route53Resolver) UpdateOutpostResolverRequest(input *UpdateOutpostResolverInput) (req *request.Request, output *UpdateOutpostResolverOutput)
UpdateOutpostResolverRequest generates a "aws/request.Request" representing the client's request for the UpdateOutpostResolver operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateOutpostResolver for more information on using the UpdateOutpostResolver API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateOutpostResolverRequest method. req, resp := client.UpdateOutpostResolverRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateOutpostResolver
func (*Route53Resolver) UpdateOutpostResolverWithContext ¶ added in v1.44.305
func (c *Route53Resolver) UpdateOutpostResolverWithContext(ctx aws.Context, input *UpdateOutpostResolverInput, opts ...request.Option) (*UpdateOutpostResolverOutput, error)
UpdateOutpostResolverWithContext is the same as UpdateOutpostResolver with the addition of the ability to pass a context and additional request options.
See UpdateOutpostResolver for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateResolverConfig ¶ added in v1.41.10
func (c *Route53Resolver) UpdateResolverConfig(input *UpdateResolverConfigInput) (*UpdateResolverConfigOutput, error)
UpdateResolverConfig API operation for Amazon Route 53 Resolver.
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateResolverConfig for usage and error information.
Returned Error Types:
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
ResourceUnavailableException The specified resource isn't available.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
ValidationException You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfig
func (*Route53Resolver) UpdateResolverConfigRequest ¶ added in v1.41.10
func (c *Route53Resolver) UpdateResolverConfigRequest(input *UpdateResolverConfigInput) (req *request.Request, output *UpdateResolverConfigOutput)
UpdateResolverConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateResolverConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateResolverConfig for more information on using the UpdateResolverConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateResolverConfigRequest method. req, resp := client.UpdateResolverConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverConfig
func (*Route53Resolver) UpdateResolverConfigWithContext ¶ added in v1.41.10
func (c *Route53Resolver) UpdateResolverConfigWithContext(ctx aws.Context, input *UpdateResolverConfigInput, opts ...request.Option) (*UpdateResolverConfigOutput, error)
UpdateResolverConfigWithContext is the same as UpdateResolverConfig with the addition of the ability to pass a context and additional request options.
See UpdateResolverConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateResolverDnssecConfig ¶ added in v1.36.11
func (c *Route53Resolver) UpdateResolverDnssecConfig(input *UpdateResolverDnssecConfigInput) (*UpdateResolverDnssecConfigOutput, error)
UpdateResolverDnssecConfig API operation for Amazon Route 53 Resolver.
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateResolverDnssecConfig for usage and error information.
Returned Error Types:
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
InvalidRequestException The request is invalid.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverDnssecConfig
func (*Route53Resolver) UpdateResolverDnssecConfigRequest ¶ added in v1.36.11
func (c *Route53Resolver) UpdateResolverDnssecConfigRequest(input *UpdateResolverDnssecConfigInput) (req *request.Request, output *UpdateResolverDnssecConfigOutput)
UpdateResolverDnssecConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateResolverDnssecConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateResolverDnssecConfig for more information on using the UpdateResolverDnssecConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateResolverDnssecConfigRequest method. req, resp := client.UpdateResolverDnssecConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverDnssecConfig
func (*Route53Resolver) UpdateResolverDnssecConfigWithContext ¶ added in v1.36.11
func (c *Route53Resolver) UpdateResolverDnssecConfigWithContext(ctx aws.Context, input *UpdateResolverDnssecConfigInput, opts ...request.Option) (*UpdateResolverDnssecConfigOutput, error)
UpdateResolverDnssecConfigWithContext is the same as UpdateResolverDnssecConfig with the addition of the ability to pass a context and additional request options.
See UpdateResolverDnssecConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateResolverEndpoint ¶
func (c *Route53Resolver) UpdateResolverEndpoint(input *UpdateResolverEndpointInput) (*UpdateResolverEndpointOutput, error)
UpdateResolverEndpoint API operation for Amazon Route 53 Resolver.
Updates the name, or endpoint 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateResolverEndpoint for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified resource doesn't exist.
InvalidParameterException One or more parameters in this request are not valid.
InvalidRequestException The request is invalid.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverEndpoint
func (*Route53Resolver) UpdateResolverEndpointRequest ¶
func (c *Route53Resolver) UpdateResolverEndpointRequest(input *UpdateResolverEndpointInput) (req *request.Request, output *UpdateResolverEndpointOutput)
UpdateResolverEndpointRequest generates a "aws/request.Request" representing the client's request for the UpdateResolverEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateResolverEndpoint for more information on using the UpdateResolverEndpoint API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateResolverEndpointRequest method. req, resp := client.UpdateResolverEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverEndpoint
func (*Route53Resolver) UpdateResolverEndpointWithContext ¶
func (c *Route53Resolver) UpdateResolverEndpointWithContext(ctx aws.Context, input *UpdateResolverEndpointInput, opts ...request.Option) (*UpdateResolverEndpointOutput, error)
UpdateResolverEndpointWithContext is the same as UpdateResolverEndpoint with the addition of the ability to pass a context and additional request options.
See UpdateResolverEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Resolver) UpdateResolverRule ¶
func (c *Route53Resolver) UpdateResolverRule(input *UpdateResolverRuleInput) (*UpdateResolverRuleOutput, error)
UpdateResolverRule API operation for Amazon Route 53 Resolver.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Resolver's API operation UpdateResolverRule for usage and error information.
Returned Error Types:
InvalidRequestException The request is invalid.
InvalidParameterException One or more parameters in this request are not valid.
ResourceNotFoundException The specified resource doesn't exist.
ResourceUnavailableException The specified resource isn't available.
LimitExceededException The request caused one or more limits to be exceeded.
InternalServiceErrorException We encountered an unknown error. Try again in a few minutes.
ThrottlingException The request was throttled. Try again in a few minutes.
AccessDeniedException The current account doesn't have the IAM permissions required to perform the specified Resolver operation.
This error can also be thrown when a customer has reached the 5120 character limit for a resource policy for CloudWatch Logs.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverRule
func (*Route53Resolver) UpdateResolverRuleRequest ¶
func (c *Route53Resolver) UpdateResolverRuleRequest(input *UpdateResolverRuleInput) (req *request.Request, output *UpdateResolverRuleOutput)
UpdateResolverRuleRequest generates a "aws/request.Request" representing the client's request for the UpdateResolverRule operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateResolverRule for more information on using the UpdateResolverRule API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateResolverRuleRequest method. req, resp := client.UpdateResolverRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateResolverRule
func (*Route53Resolver) UpdateResolverRuleWithContext ¶
func (c *Route53Resolver) UpdateResolverRuleWithContext(ctx aws.Context, input *UpdateResolverRuleInput, opts ...request.Option) (*UpdateResolverRuleOutput, error)
UpdateResolverRuleWithContext is the same as UpdateResolverRule with the addition of the ability to pass a context and additional request options.
See UpdateResolverRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ServiceQuotaExceededException ¶ added in v1.44.305
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Fulfilling the request would cause one or more quotas to be exceeded.
func (*ServiceQuotaExceededException) Code ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶ added in v1.44.305
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶ added in v1.44.305
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶ added in v1.44.305
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶
type Tag struct { // 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. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // 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. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
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.
func (Tag) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶
type TagResourceInput struct { // 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: // // * GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html) // // * GetResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html) // // * GetResolverRuleAssociation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html) // // * ListResolverEndpoints (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html) // // * ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html) // // * ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html) // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // The tags that you want to add to the specified resource. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TargetAddress ¶
type TargetAddress struct { // One IPv4 address that you want to forward DNS queries to. Ip *string `min:"7" type:"string"` // One IPv6 address that you want to forward DNS queries to. Ipv6 *string `min:"7" type:"string"` // The port at Ip that you want to forward DNS queries to. Port *int64 `type:"integer"` // The protocols for the Resolver endpoints. DoH-FIPS is applicable for inbound // endpoints only. // // For an inbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 and DoH-FIPS in combination. // // * Do53 alone. // // * DoH alone. // // * DoH-FIPS alone. // // * None, which is treated as Do53. // // For an outbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 alone. // // * DoH alone. // // * None, which is treated as Do53. Protocol *string `type:"string" enum:"Protocol"` // contains filtered or unexported fields }
In a CreateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html) request, an array of the IPs that you want to forward DNS queries to.
func (TargetAddress) GoString ¶
func (s TargetAddress) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TargetAddress) SetIp ¶
func (s *TargetAddress) SetIp(v string) *TargetAddress
SetIp sets the Ip field's value.
func (*TargetAddress) SetIpv6 ¶ added in v1.44.217
func (s *TargetAddress) SetIpv6(v string) *TargetAddress
SetIpv6 sets the Ipv6 field's value.
func (*TargetAddress) SetPort ¶
func (s *TargetAddress) SetPort(v int64) *TargetAddress
SetPort sets the Port field's value.
func (*TargetAddress) SetProtocol ¶ added in v1.49.5
func (s *TargetAddress) SetProtocol(v string) *TargetAddress
SetProtocol sets the Protocol field's value.
func (TargetAddress) String ¶
func (s TargetAddress) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TargetAddress) Validate ¶
func (s *TargetAddress) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ThrottlingException ¶ added in v1.28.0
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request was throttled. Try again in a few minutes.
func (*ThrottlingException) Code ¶ added in v1.28.0
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶ added in v1.28.0
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶ added in v1.28.0
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶ added in v1.28.0
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶ added in v1.28.0
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶ added in v1.28.0
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶ added in v1.28.0
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶ added in v1.28.0
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnknownResourceException ¶ added in v1.28.0
type UnknownResourceException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The specified resource doesn't exist.
func (*UnknownResourceException) Code ¶ added in v1.28.0
func (s *UnknownResourceException) Code() string
Code returns the exception type name.
func (*UnknownResourceException) Error ¶ added in v1.28.0
func (s *UnknownResourceException) Error() string
func (UnknownResourceException) GoString ¶ added in v1.28.0
func (s UnknownResourceException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnknownResourceException) Message ¶ added in v1.28.0
func (s *UnknownResourceException) Message() string
Message returns the exception's message.
func (*UnknownResourceException) OrigErr ¶ added in v1.28.0
func (s *UnknownResourceException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnknownResourceException) RequestID ¶ added in v1.28.0
func (s *UnknownResourceException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnknownResourceException) StatusCode ¶ added in v1.28.0
func (s *UnknownResourceException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnknownResourceException) String ¶ added in v1.28.0
func (s UnknownResourceException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶
type UntagResourceInput struct { // 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: // // * GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html) // // * GetResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRule.html) // // * GetResolverRuleAssociation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverRuleAssociation.html) // // * ListResolverEndpoints (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html) // // * ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html) // // * ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html) // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // The tags that you want to remove to the specified resource. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateFirewallConfigInput ¶ added in v1.38.11
type UpdateFirewallConfigInput struct { // Determines how Route 53 Resolver handles queries during failures, for example // when all traffic that is sent to DNS Firewall fails to receive a reply. // // * By default, fail open is disabled, which means the failure mode is closed. // This approach favors security over availability. DNS Firewall blocks queries // that it is unable to evaluate properly. // // * If you enable this option, the failure mode is open. This approach favors // availability over security. DNS Firewall allows queries to proceed if // it is unable to properly evaluate them. // // This behavior is only enforced for VPCs that have at least one DNS Firewall // rule group association. // // FirewallFailOpen is a required field FirewallFailOpen *string `type:"string" required:"true" enum:"FirewallFailOpenStatus"` // The ID of the VPC that the configuration is for. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateFirewallConfigInput) GoString ¶ added in v1.38.11
func (s UpdateFirewallConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallConfigInput) SetFirewallFailOpen ¶ added in v1.38.11
func (s *UpdateFirewallConfigInput) SetFirewallFailOpen(v string) *UpdateFirewallConfigInput
SetFirewallFailOpen sets the FirewallFailOpen field's value.
func (*UpdateFirewallConfigInput) SetResourceId ¶ added in v1.38.11
func (s *UpdateFirewallConfigInput) SetResourceId(v string) *UpdateFirewallConfigInput
SetResourceId sets the ResourceId field's value.
func (UpdateFirewallConfigInput) String ¶ added in v1.38.11
func (s UpdateFirewallConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallConfigInput) Validate ¶ added in v1.38.11
func (s *UpdateFirewallConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFirewallConfigOutput ¶ added in v1.38.11
type UpdateFirewallConfigOutput struct { // Configuration of the firewall behavior provided by DNS Firewall for a single // VPC. FirewallConfig *FirewallConfig `type:"structure"` // contains filtered or unexported fields }
func (UpdateFirewallConfigOutput) GoString ¶ added in v1.38.11
func (s UpdateFirewallConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallConfigOutput) SetFirewallConfig ¶ added in v1.38.11
func (s *UpdateFirewallConfigOutput) SetFirewallConfig(v *FirewallConfig) *UpdateFirewallConfigOutput
SetFirewallConfig sets the FirewallConfig field's value.
func (UpdateFirewallConfigOutput) String ¶ added in v1.38.11
func (s UpdateFirewallConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateFirewallDomainsInput ¶ added in v1.38.11
type UpdateFirewallDomainsInput struct { // 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: // // * It can optionally start with * (asterisk). // // * With the exception of the optional starting asterisk, it must only contain // the following characters: A-Z, a-z, 0-9, - (hyphen). // // * It must be from 1-255 characters in length. // // Domains is a required field Domains []*string `type:"list" required:"true"` // The ID of the domain list whose domains you want to update. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // What you want DNS Firewall to do with the domains that you are providing: // // * ADD - Add the domains to the ones that are already in the domain list. // // * REMOVE - Search the domain list for the domains and remove them from // the list. // // * REPLACE - Update the domain list to exactly match the list that you // are providing. // // Operation is a required field Operation *string `type:"string" required:"true" enum:"FirewallDomainUpdateOperation"` // contains filtered or unexported fields }
func (UpdateFirewallDomainsInput) GoString ¶ added in v1.38.11
func (s UpdateFirewallDomainsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallDomainsInput) SetDomains ¶ added in v1.38.11
func (s *UpdateFirewallDomainsInput) SetDomains(v []*string) *UpdateFirewallDomainsInput
SetDomains sets the Domains field's value.
func (*UpdateFirewallDomainsInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *UpdateFirewallDomainsInput) SetFirewallDomainListId(v string) *UpdateFirewallDomainsInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*UpdateFirewallDomainsInput) SetOperation ¶ added in v1.38.11
func (s *UpdateFirewallDomainsInput) SetOperation(v string) *UpdateFirewallDomainsInput
SetOperation sets the Operation field's value.
func (UpdateFirewallDomainsInput) String ¶ added in v1.38.11
func (s UpdateFirewallDomainsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallDomainsInput) Validate ¶ added in v1.38.11
func (s *UpdateFirewallDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFirewallDomainsOutput ¶ added in v1.38.11
type UpdateFirewallDomainsOutput struct { // The ID of the firewall domain list that DNS Firewall just updated. Id *string `min:"1" type:"string"` // The name of the domain list. Name *string `type:"string"` // Status of the UpdateFirewallDomains request. Status *string `type:"string" enum:"FirewallDomainListStatus"` // Additional information about the status of the list, if available. StatusMessage *string `type:"string"` // contains filtered or unexported fields }
func (UpdateFirewallDomainsOutput) GoString ¶ added in v1.38.11
func (s UpdateFirewallDomainsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallDomainsOutput) SetId ¶ added in v1.38.11
func (s *UpdateFirewallDomainsOutput) SetId(v string) *UpdateFirewallDomainsOutput
SetId sets the Id field's value.
func (*UpdateFirewallDomainsOutput) SetName ¶ added in v1.38.11
func (s *UpdateFirewallDomainsOutput) SetName(v string) *UpdateFirewallDomainsOutput
SetName sets the Name field's value.
func (*UpdateFirewallDomainsOutput) SetStatus ¶ added in v1.38.11
func (s *UpdateFirewallDomainsOutput) SetStatus(v string) *UpdateFirewallDomainsOutput
SetStatus sets the Status field's value.
func (*UpdateFirewallDomainsOutput) SetStatusMessage ¶ added in v1.38.11
func (s *UpdateFirewallDomainsOutput) SetStatusMessage(v string) *UpdateFirewallDomainsOutput
SetStatusMessage sets the StatusMessage field's value.
func (UpdateFirewallDomainsOutput) String ¶ added in v1.38.11
func (s UpdateFirewallDomainsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateFirewallRuleGroupAssociationInput ¶ added in v1.38.11
type UpdateFirewallRuleGroupAssociationInput struct { // The identifier of the FirewallRuleGroupAssociation. // // FirewallRuleGroupAssociationId is a required field FirewallRuleGroupAssociationId *string `min:"1" type:"string" required:"true"` // If enabled, this setting disallows modification or removal of the association, // to help prevent against accidentally altering DNS firewall protections. MutationProtection *string `type:"string" enum:"MutationProtectionStatus"` // The name of the rule group association. Name *string `type:"string"` // 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. Priority *int64 `type:"integer"` // contains filtered or unexported fields }
func (UpdateFirewallRuleGroupAssociationInput) GoString ¶ added in v1.38.11
func (s UpdateFirewallRuleGroupAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId(v string) *UpdateFirewallRuleGroupAssociationInput
SetFirewallRuleGroupAssociationId sets the FirewallRuleGroupAssociationId field's value.
func (*UpdateFirewallRuleGroupAssociationInput) SetMutationProtection ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationInput) SetMutationProtection(v string) *UpdateFirewallRuleGroupAssociationInput
SetMutationProtection sets the MutationProtection field's value.
func (*UpdateFirewallRuleGroupAssociationInput) SetName ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationInput) SetName(v string) *UpdateFirewallRuleGroupAssociationInput
SetName sets the Name field's value.
func (*UpdateFirewallRuleGroupAssociationInput) SetPriority ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationInput) SetPriority(v int64) *UpdateFirewallRuleGroupAssociationInput
SetPriority sets the Priority field's value.
func (UpdateFirewallRuleGroupAssociationInput) String ¶ added in v1.38.11
func (s UpdateFirewallRuleGroupAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleGroupAssociationInput) Validate ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFirewallRuleGroupAssociationOutput ¶ added in v1.38.11
type UpdateFirewallRuleGroupAssociationOutput struct { // The association that you just updated. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
func (UpdateFirewallRuleGroupAssociationOutput) GoString ¶ added in v1.38.11
func (s UpdateFirewallRuleGroupAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleGroupAssociationOutput) SetFirewallRuleGroupAssociation ¶ added in v1.38.11
func (s *UpdateFirewallRuleGroupAssociationOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *UpdateFirewallRuleGroupAssociationOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
func (UpdateFirewallRuleGroupAssociationOutput) String ¶ added in v1.38.11
func (s UpdateFirewallRuleGroupAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateFirewallRuleInput ¶ added in v1.38.11
type UpdateFirewallRuleInput struct { // The action that DNS Firewall should take on a DNS query when it matches one // of the domains in the rule's domain list: // // * ALLOW - Permit the request to go through. // // * ALERT - Permit the request to go through but send an alert to the logs. // // * BLOCK - Disallow the request. This option requires additional details // in the rule's BlockResponse. Action *string `type:"string" enum:"Action"` // 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. BlockOverrideDnsType *string `type:"string" enum:"BlockOverrideDnsType"` // The custom DNS record to send back in response to the query. Used for the // rule action BLOCK with a BlockResponse setting of OVERRIDE. BlockOverrideDomain *string `min:"1" type:"string"` // 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. BlockOverrideTtl *int64 `type:"integer"` // The way that you want DNS Firewall to block the request. Used for the rule // action setting BLOCK. // // * NODATA - Respond indicating that the query was successful, but no response // is available for it. // // * NXDOMAIN - Respond indicating that the domain name that's in the query // doesn't exist. // // * OVERRIDE - Provide a custom override in the response. This option requires // custom handling details in the rule's BlockOverride* settings. BlockResponse *string `type:"string" enum:"BlockResponse"` // The ID of the domain list to use in the rule. // // FirewallDomainListId is a required field FirewallDomainListId *string `min:"1" type:"string" required:"true"` // How you want the the rule to evaluate DNS redirection in the DNS redirection // chain, such as CNAME or DNAME. // // Inspect_Redirection_Domain (Default) inspects all domains in the redirection // chain. The individual domains in the redirection chain must be added to the // domain list. // // Trust_Redirection_Domain inspects only the first domain in the redirection // chain. You don't need to add the subsequent domains in the domain in the // redirection list to the domain list. FirewallDomainRedirectionAction *string `type:"string" enum:"FirewallDomainRedirectionAction"` // The unique identifier of the firewall rule group for the rule. // // FirewallRuleGroupId is a required field FirewallRuleGroupId *string `min:"1" type:"string" required:"true"` // The name of the rule. Name *string `type:"string"` // 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. Priority *int64 `type:"integer"` // The DNS query type you want the rule to evaluate. Allowed values are; // // * A: Returns an IPv4 address. // // * AAAA: Returns an Ipv6 address. // // * CAA: Restricts CAs that can create SSL/TLS certifications for the domain. // // * CNAME: Returns another domain name. // // * DS: Record that identifies the DNSSEC signing key of a delegated zone. // // * MX: Specifies mail servers. // // * NAPTR: Regular-expression-based rewriting of domain names. // // * NS: Authoritative name servers. // // * PTR: Maps an IP address to a domain name. // // * SOA: Start of authority record for the zone. // // * SPF: Lists the servers authorized to send emails from a domain. // // * SRV: Application specific values that identify servers. // // * TXT: Verifies email senders and application-specific values. // // * A query type you define by using the DNS type ID, for example 28 for // AAAA. The values must be defined as TYPENUMBER, where the NUMBER can be // 1-65334, for example, TYPE28. For more information, see List of DNS record // types (https://en.wikipedia.org/wiki/List_of_DNS_record_types). Qtype *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateFirewallRuleInput) GoString ¶ added in v1.38.11
func (s UpdateFirewallRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleInput) SetAction ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetAction(v string) *UpdateFirewallRuleInput
SetAction sets the Action field's value.
func (*UpdateFirewallRuleInput) SetBlockOverrideDnsType ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetBlockOverrideDnsType(v string) *UpdateFirewallRuleInput
SetBlockOverrideDnsType sets the BlockOverrideDnsType field's value.
func (*UpdateFirewallRuleInput) SetBlockOverrideDomain ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetBlockOverrideDomain(v string) *UpdateFirewallRuleInput
SetBlockOverrideDomain sets the BlockOverrideDomain field's value.
func (*UpdateFirewallRuleInput) SetBlockOverrideTtl ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetBlockOverrideTtl(v int64) *UpdateFirewallRuleInput
SetBlockOverrideTtl sets the BlockOverrideTtl field's value.
func (*UpdateFirewallRuleInput) SetBlockResponse ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetBlockResponse(v string) *UpdateFirewallRuleInput
SetBlockResponse sets the BlockResponse field's value.
func (*UpdateFirewallRuleInput) SetFirewallDomainListId ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetFirewallDomainListId(v string) *UpdateFirewallRuleInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (*UpdateFirewallRuleInput) SetFirewallDomainRedirectionAction ¶ added in v1.51.32
func (s *UpdateFirewallRuleInput) SetFirewallDomainRedirectionAction(v string) *UpdateFirewallRuleInput
SetFirewallDomainRedirectionAction sets the FirewallDomainRedirectionAction field's value.
func (*UpdateFirewallRuleInput) SetFirewallRuleGroupId ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetFirewallRuleGroupId(v string) *UpdateFirewallRuleInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (*UpdateFirewallRuleInput) SetName ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetName(v string) *UpdateFirewallRuleInput
SetName sets the Name field's value.
func (*UpdateFirewallRuleInput) SetPriority ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) SetPriority(v int64) *UpdateFirewallRuleInput
SetPriority sets the Priority field's value.
func (*UpdateFirewallRuleInput) SetQtype ¶ added in v1.49.17
func (s *UpdateFirewallRuleInput) SetQtype(v string) *UpdateFirewallRuleInput
SetQtype sets the Qtype field's value.
func (UpdateFirewallRuleInput) String ¶ added in v1.38.11
func (s UpdateFirewallRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleInput) Validate ¶ added in v1.38.11
func (s *UpdateFirewallRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFirewallRuleOutput ¶ added in v1.38.11
type UpdateFirewallRuleOutput struct { // The firewall rule that you just updated. FirewallRule *FirewallRule `type:"structure"` // contains filtered or unexported fields }
func (UpdateFirewallRuleOutput) GoString ¶ added in v1.38.11
func (s UpdateFirewallRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateFirewallRuleOutput) SetFirewallRule ¶ added in v1.38.11
func (s *UpdateFirewallRuleOutput) SetFirewallRule(v *FirewallRule) *UpdateFirewallRuleOutput
SetFirewallRule sets the FirewallRule field's value.
func (UpdateFirewallRuleOutput) String ¶ added in v1.38.11
func (s UpdateFirewallRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateIpAddress ¶ added in v1.44.217
type UpdateIpAddress struct { // The ID of the IP address, specified by the ResolverEndpointId. // // IpId is a required field IpId *string `min:"1" type:"string" required:"true"` // The IPv6 address that you want to use for DNS queries. // // Ipv6 is a required field Ipv6 *string `min:"7" type:"string" required:"true"` // contains filtered or unexported fields }
Provides information about the IP address type in response to UpdateResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_UpdateResolverEndpoint.html).
func (UpdateIpAddress) GoString ¶ added in v1.44.217
func (s UpdateIpAddress) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIpAddress) SetIpId ¶ added in v1.44.217
func (s *UpdateIpAddress) SetIpId(v string) *UpdateIpAddress
SetIpId sets the IpId field's value.
func (*UpdateIpAddress) SetIpv6 ¶ added in v1.44.217
func (s *UpdateIpAddress) SetIpv6(v string) *UpdateIpAddress
SetIpv6 sets the Ipv6 field's value.
func (UpdateIpAddress) String ¶ added in v1.44.217
func (s UpdateIpAddress) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIpAddress) Validate ¶ added in v1.44.217
func (s *UpdateIpAddress) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOutpostResolverInput ¶ added in v1.44.305
type UpdateOutpostResolverInput struct { // A unique string that identifies Resolver on an Outpost. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The Amazon EC2 instance count for a Resolver on the Outpost. InstanceCount *int64 `type:"integer"` // Name of the Resolver on the Outpost. Name *string `min:"1" type:"string"` // Amazon EC2 instance type. PreferredInstanceType *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateOutpostResolverInput) GoString ¶ added in v1.44.305
func (s UpdateOutpostResolverInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateOutpostResolverInput) SetId ¶ added in v1.44.305
func (s *UpdateOutpostResolverInput) SetId(v string) *UpdateOutpostResolverInput
SetId sets the Id field's value.
func (*UpdateOutpostResolverInput) SetInstanceCount ¶ added in v1.44.305
func (s *UpdateOutpostResolverInput) SetInstanceCount(v int64) *UpdateOutpostResolverInput
SetInstanceCount sets the InstanceCount field's value.
func (*UpdateOutpostResolverInput) SetName ¶ added in v1.44.305
func (s *UpdateOutpostResolverInput) SetName(v string) *UpdateOutpostResolverInput
SetName sets the Name field's value.
func (*UpdateOutpostResolverInput) SetPreferredInstanceType ¶ added in v1.44.305
func (s *UpdateOutpostResolverInput) SetPreferredInstanceType(v string) *UpdateOutpostResolverInput
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (UpdateOutpostResolverInput) String ¶ added in v1.44.305
func (s UpdateOutpostResolverInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateOutpostResolverInput) Validate ¶ added in v1.44.305
func (s *UpdateOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOutpostResolverOutput ¶ added in v1.44.305
type UpdateOutpostResolverOutput struct { // The response to an UpdateOutpostResolver request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
func (UpdateOutpostResolverOutput) GoString ¶ added in v1.44.305
func (s UpdateOutpostResolverOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateOutpostResolverOutput) SetOutpostResolver ¶ added in v1.44.305
func (s *UpdateOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *UpdateOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
func (UpdateOutpostResolverOutput) String ¶ added in v1.44.305
func (s UpdateOutpostResolverOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateResolverConfigInput ¶ added in v1.41.10
type UpdateResolverConfigInput struct { // 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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) // 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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) // in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – // Here’s How to Prepare (http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/). // // It can take some time for the status change to be completed. // // AutodefinedReverseFlag is a required field AutodefinedReverseFlag *string `type:"string" required:"true" enum:"AutodefinedReverseFlag"` // Resource ID of the Amazon VPC that you want to update the Resolver configuration // for. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateResolverConfigInput) GoString ¶ added in v1.41.10
func (s UpdateResolverConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverConfigInput) SetAutodefinedReverseFlag ¶ added in v1.41.10
func (s *UpdateResolverConfigInput) SetAutodefinedReverseFlag(v string) *UpdateResolverConfigInput
SetAutodefinedReverseFlag sets the AutodefinedReverseFlag field's value.
func (*UpdateResolverConfigInput) SetResourceId ¶ added in v1.41.10
func (s *UpdateResolverConfigInput) SetResourceId(v string) *UpdateResolverConfigInput
SetResourceId sets the ResourceId field's value.
func (UpdateResolverConfigInput) String ¶ added in v1.41.10
func (s UpdateResolverConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverConfigInput) Validate ¶ added in v1.41.10
func (s *UpdateResolverConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResolverConfigOutput ¶ added in v1.41.10
type UpdateResolverConfigOutput struct { // An array that contains settings for the specified Resolver configuration. ResolverConfig *ResolverConfig `type:"structure"` // contains filtered or unexported fields }
func (UpdateResolverConfigOutput) GoString ¶ added in v1.41.10
func (s UpdateResolverConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverConfigOutput) SetResolverConfig ¶ added in v1.41.10
func (s *UpdateResolverConfigOutput) SetResolverConfig(v *ResolverConfig) *UpdateResolverConfigOutput
SetResolverConfig sets the ResolverConfig field's value.
func (UpdateResolverConfigOutput) String ¶ added in v1.41.10
func (s UpdateResolverConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateResolverDnssecConfigInput ¶ added in v1.36.11
type UpdateResolverDnssecConfigInput struct { // The ID of the virtual private cloud (VPC) that you're updating the DNSSEC // validation status for. // // ResourceId is a required field ResourceId *string `min:"1" type:"string" required:"true"` // 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. // // Validation is a required field Validation *string `type:"string" required:"true" enum:"Validation"` // contains filtered or unexported fields }
func (UpdateResolverDnssecConfigInput) GoString ¶ added in v1.36.11
func (s UpdateResolverDnssecConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverDnssecConfigInput) SetResourceId ¶ added in v1.36.11
func (s *UpdateResolverDnssecConfigInput) SetResourceId(v string) *UpdateResolverDnssecConfigInput
SetResourceId sets the ResourceId field's value.
func (*UpdateResolverDnssecConfigInput) SetValidation ¶ added in v1.36.11
func (s *UpdateResolverDnssecConfigInput) SetValidation(v string) *UpdateResolverDnssecConfigInput
SetValidation sets the Validation field's value.
func (UpdateResolverDnssecConfigInput) String ¶ added in v1.36.11
func (s UpdateResolverDnssecConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverDnssecConfigInput) Validate ¶ added in v1.36.11
func (s *UpdateResolverDnssecConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResolverDnssecConfigOutput ¶ added in v1.36.11
type UpdateResolverDnssecConfigOutput struct { // A complex type that contains settings for the specified DNSSEC configuration. ResolverDNSSECConfig *ResolverDnssecConfig `type:"structure"` // contains filtered or unexported fields }
func (UpdateResolverDnssecConfigOutput) GoString ¶ added in v1.36.11
func (s UpdateResolverDnssecConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverDnssecConfigOutput) SetResolverDNSSECConfig ¶ added in v1.36.11
func (s *UpdateResolverDnssecConfigOutput) SetResolverDNSSECConfig(v *ResolverDnssecConfig) *UpdateResolverDnssecConfigOutput
SetResolverDNSSECConfig sets the ResolverDNSSECConfig field's value.
func (UpdateResolverDnssecConfigOutput) String ¶ added in v1.36.11
func (s UpdateResolverDnssecConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateResolverEndpointInput ¶
type UpdateResolverEndpointInput struct { // The name of the Resolver endpoint that you want to update. Name *string `type:"string"` // The protocols you want to use for the endpoint. DoH-FIPS is applicable for // inbound endpoints only. // // For an inbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 and DoH-FIPS in combination. // // * Do53 alone. // // * DoH alone. // // * DoH-FIPS alone. // // * None, which is treated as Do53. // // For an outbound endpoint you can apply the protocols as follows: // // * Do53 and DoH in combination. // // * Do53 alone. // // * DoH alone. // // * None, which is treated as Do53. // // You can't change the protocol of an inbound endpoint directly from only Do53 // to only DoH, or DoH-FIPS. This is to prevent a sudden disruption to incoming // traffic that relies on Do53. To change the protocol from Do53 to DoH, or // DoH-FIPS, you must first enable both Do53 and DoH, or Do53 and DoH-FIPS, // to make sure that all incoming traffic has transferred to using the DoH protocol, // or DoH-FIPS, and then remove the Do53. Protocols []*string `min:"1" type:"list" enum:"Protocol"` // The ID of the Resolver endpoint that you want to update. // // ResolverEndpointId is a required field ResolverEndpointId *string `min:"1" type:"string" required:"true"` // 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. ResolverEndpointType *string `type:"string" enum:"ResolverEndpointType"` // 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. UpdateIpAddresses []*UpdateIpAddress `type:"list"` // contains filtered or unexported fields }
func (UpdateResolverEndpointInput) GoString ¶
func (s UpdateResolverEndpointInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverEndpointInput) SetName ¶
func (s *UpdateResolverEndpointInput) SetName(v string) *UpdateResolverEndpointInput
SetName sets the Name field's value.
func (*UpdateResolverEndpointInput) SetProtocols ¶ added in v1.49.5
func (s *UpdateResolverEndpointInput) SetProtocols(v []*string) *UpdateResolverEndpointInput
SetProtocols sets the Protocols field's value.
func (*UpdateResolverEndpointInput) SetResolverEndpointId ¶
func (s *UpdateResolverEndpointInput) SetResolverEndpointId(v string) *UpdateResolverEndpointInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (*UpdateResolverEndpointInput) SetResolverEndpointType ¶ added in v1.44.217
func (s *UpdateResolverEndpointInput) SetResolverEndpointType(v string) *UpdateResolverEndpointInput
SetResolverEndpointType sets the ResolverEndpointType field's value.
func (*UpdateResolverEndpointInput) SetUpdateIpAddresses ¶ added in v1.44.217
func (s *UpdateResolverEndpointInput) SetUpdateIpAddresses(v []*UpdateIpAddress) *UpdateResolverEndpointInput
SetUpdateIpAddresses sets the UpdateIpAddresses field's value.
func (UpdateResolverEndpointInput) String ¶
func (s UpdateResolverEndpointInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverEndpointInput) Validate ¶
func (s *UpdateResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResolverEndpointOutput ¶
type UpdateResolverEndpointOutput struct { // The response to an UpdateResolverEndpoint request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
func (UpdateResolverEndpointOutput) GoString ¶
func (s UpdateResolverEndpointOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverEndpointOutput) SetResolverEndpoint ¶
func (s *UpdateResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *UpdateResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
func (UpdateResolverEndpointOutput) String ¶
func (s UpdateResolverEndpointOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateResolverRuleInput ¶
type UpdateResolverRuleInput struct { // The new settings for the Resolver rule. // // Config is a required field Config *ResolverRuleConfig `type:"structure" required:"true"` // The ID of the Resolver rule that you want to update. // // ResolverRuleId is a required field ResolverRuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateResolverRuleInput) GoString ¶
func (s UpdateResolverRuleInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverRuleInput) SetConfig ¶
func (s *UpdateResolverRuleInput) SetConfig(v *ResolverRuleConfig) *UpdateResolverRuleInput
SetConfig sets the Config field's value.
func (*UpdateResolverRuleInput) SetResolverRuleId ¶
func (s *UpdateResolverRuleInput) SetResolverRuleId(v string) *UpdateResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (UpdateResolverRuleInput) String ¶
func (s UpdateResolverRuleInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverRuleInput) Validate ¶
func (s *UpdateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateResolverRuleOutput ¶
type UpdateResolverRuleOutput struct { // The response to an UpdateResolverRule request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
func (UpdateResolverRuleOutput) GoString ¶
func (s UpdateResolverRuleOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateResolverRuleOutput) SetResolverRule ¶
func (s *UpdateResolverRuleOutput) SetResolverRule(v *ResolverRule) *UpdateResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
func (UpdateResolverRuleOutput) String ¶
func (s UpdateResolverRuleOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException ¶ added in v1.38.11
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.
func (*ValidationException) Code ¶ added in v1.38.11
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶ added in v1.38.11
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶ added in v1.38.11
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶ added in v1.38.11
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶ added in v1.38.11
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶ added in v1.38.11
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶ added in v1.38.11
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶ added in v1.38.11
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package route53resolveriface provides an interface to enable mocking the Amazon Route 53 Resolver service client for testing your code.
|
Package route53resolveriface provides an interface to enable mocking the Amazon Route 53 Resolver service client for testing your code. |