func Action_Values() []string
Action_Values returns all elements of the Action enum
func AutodefinedReverseFlag_Values() []string
AutodefinedReverseFlag_Values returns all elements of the AutodefinedReverseFlag enum
func BlockOverrideDnsType_Values() []string
BlockOverrideDnsType_Values returns all elements of the BlockOverrideDnsType enum
func BlockResponse_Values() []string
BlockResponse_Values returns all elements of the BlockResponse enum
func FirewallDomainImportOperation_Values() []string
FirewallDomainImportOperation_Values returns all elements of the FirewallDomainImportOperation enum
func FirewallDomainListStatus_Values() []string
FirewallDomainListStatus_Values returns all elements of the FirewallDomainListStatus enum
func FirewallDomainRedirectionAction_Values() []string
FirewallDomainRedirectionAction_Values returns all elements of the FirewallDomainRedirectionAction enum
func FirewallDomainUpdateOperation_Values() []string
FirewallDomainUpdateOperation_Values returns all elements of the FirewallDomainUpdateOperation enum
func FirewallFailOpenStatus_Values() []string
FirewallFailOpenStatus_Values returns all elements of the FirewallFailOpenStatus enum
func FirewallRuleGroupAssociationStatus_Values() []string
FirewallRuleGroupAssociationStatus_Values returns all elements of the FirewallRuleGroupAssociationStatus enum
func FirewallRuleGroupStatus_Values() []string
FirewallRuleGroupStatus_Values returns all elements of the FirewallRuleGroupStatus enum
func IpAddressStatus_Values() []string
IpAddressStatus_Values returns all elements of the IpAddressStatus enum
func MutationProtectionStatus_Values() []string
MutationProtectionStatus_Values returns all elements of the MutationProtectionStatus enum
func OutpostResolverStatus_Values() []string
OutpostResolverStatus_Values returns all elements of the OutpostResolverStatus enum
func Protocol_Values() []string
Protocol_Values returns all elements of the Protocol enum
func ResolverAutodefinedReverseStatus_Values() []string
ResolverAutodefinedReverseStatus_Values returns all elements of the ResolverAutodefinedReverseStatus enum
func ResolverDNSSECValidationStatus_Values() []string
ResolverDNSSECValidationStatus_Values returns all elements of the ResolverDNSSECValidationStatus enum
func ResolverEndpointDirection_Values() []string
ResolverEndpointDirection_Values returns all elements of the ResolverEndpointDirection enum
func ResolverEndpointStatus_Values() []string
ResolverEndpointStatus_Values returns all elements of the ResolverEndpointStatus enum
func ResolverEndpointType_Values() []string
ResolverEndpointType_Values returns all elements of the ResolverEndpointType enum
func ResolverQueryLogConfigAssociationError_Values() []string
ResolverQueryLogConfigAssociationError_Values returns all elements of the ResolverQueryLogConfigAssociationError enum
func ResolverQueryLogConfigAssociationStatus_Values() []string
ResolverQueryLogConfigAssociationStatus_Values returns all elements of the ResolverQueryLogConfigAssociationStatus enum
func ResolverQueryLogConfigStatus_Values() []string
ResolverQueryLogConfigStatus_Values returns all elements of the ResolverQueryLogConfigStatus enum
func ResolverRuleAssociationStatus_Values() []string
ResolverRuleAssociationStatus_Values returns all elements of the ResolverRuleAssociationStatus enum
func ResolverRuleStatus_Values() []string
ResolverRuleStatus_Values returns all elements of the ResolverRuleStatus enum
func RuleTypeOption_Values() []string
RuleTypeOption_Values returns all elements of the RuleTypeOption enum
func ShareStatus_Values() []string
ShareStatus_Values returns all elements of the ShareStatus enum
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func Validation_Values() []string
Validation_Values returns all elements of the Validation enum
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 (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (s *AccessDeniedException) Error() string
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 (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *AssociateFirewallRuleGroupInput) SetCreatorRequestId(v string) *AssociateFirewallRuleGroupInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *AssociateFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *AssociateFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *AssociateFirewallRuleGroupInput) SetMutationProtection(v string) *AssociateFirewallRuleGroupInput
SetMutationProtection sets the MutationProtection field's value.
func (s *AssociateFirewallRuleGroupInput) SetName(v string) *AssociateFirewallRuleGroupInput
SetName sets the Name field's value.
func (s *AssociateFirewallRuleGroupInput) SetPriority(v int64) *AssociateFirewallRuleGroupInput
SetPriority sets the Priority field's value.
func (s *AssociateFirewallRuleGroupInput) SetTags(v []*Tag) *AssociateFirewallRuleGroupInput
SetTags sets the Tags field's value.
func (s *AssociateFirewallRuleGroupInput) SetVpcId(v string) *AssociateFirewallRuleGroupInput
SetVpcId sets the VpcId field's value.
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 (s *AssociateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *AssociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *AssociateFirewallRuleGroupOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
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 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 (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 (s *AssociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *AssociateResolverEndpointIpAddressInput
SetIpAddress sets the IpAddress field's value.
func (s *AssociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *AssociateResolverEndpointIpAddressInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
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 (s *AssociateResolverEndpointIpAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateResolverEndpointIpAddressOutput struct { // The response to an AssociateResolverEndpointIpAddress request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
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 (s *AssociateResolverEndpointIpAddressOutput) SetResolverEndpoint(v *ResolverEndpoint) *AssociateResolverEndpointIpAddressOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
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 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 (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 (s *AssociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *AssociateResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (s *AssociateResolverQueryLogConfigInput) SetResourceId(v string) *AssociateResolverQueryLogConfigInput
SetResourceId sets the ResourceId field's value.
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 (s *AssociateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *AssociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *AssociateResolverQueryLogConfigOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
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 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 (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 (s *AssociateResolverRuleInput) SetName(v string) *AssociateResolverRuleInput
SetName sets the Name field's value.
func (s *AssociateResolverRuleInput) SetResolverRuleId(v string) *AssociateResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (s *AssociateResolverRuleInput) SetVPCId(v string) *AssociateResolverRuleInput
SetVPCId sets the VPCId field's value.
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 (s *AssociateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateResolverRuleOutput struct { // Information about the AssociateResolverRule request, including the status // of the request. ResolverRuleAssociation *ResolverRuleAssociation `type:"structure"` // contains filtered or unexported fields }
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 (s *AssociateResolverRuleOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *AssociateResolverRuleOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
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 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 (s *ConflictException) Code() string
Code returns the exception type name.
func (s *ConflictException) Error() string
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 (s *ConflictException) Message() string
Message returns the exception's message.
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *CreateFirewallDomainListInput) SetCreatorRequestId(v string) *CreateFirewallDomainListInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateFirewallDomainListInput) SetName(v string) *CreateFirewallDomainListInput
SetName sets the Name field's value.
func (s *CreateFirewallDomainListInput) SetTags(v []*Tag) *CreateFirewallDomainListInput
SetTags sets the Tags field's value.
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 (s *CreateFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallDomainListOutput struct { // The domain list that you just created. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *CreateFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
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 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 (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 (s *CreateFirewallRuleGroupInput) SetCreatorRequestId(v string) *CreateFirewallRuleGroupInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateFirewallRuleGroupInput) SetName(v string) *CreateFirewallRuleGroupInput
SetName sets the Name field's value.
func (s *CreateFirewallRuleGroupInput) SetTags(v []*Tag) *CreateFirewallRuleGroupInput
SetTags sets the Tags field's value.
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 (s *CreateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *CreateFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
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 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 (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 (s *CreateFirewallRuleInput) SetAction(v string) *CreateFirewallRuleInput
SetAction sets the Action field's value.
func (s *CreateFirewallRuleInput) SetBlockOverrideDnsType(v string) *CreateFirewallRuleInput
SetBlockOverrideDnsType sets the BlockOverrideDnsType field's value.
func (s *CreateFirewallRuleInput) SetBlockOverrideDomain(v string) *CreateFirewallRuleInput
SetBlockOverrideDomain sets the BlockOverrideDomain field's value.
func (s *CreateFirewallRuleInput) SetBlockOverrideTtl(v int64) *CreateFirewallRuleInput
SetBlockOverrideTtl sets the BlockOverrideTtl field's value.
func (s *CreateFirewallRuleInput) SetBlockResponse(v string) *CreateFirewallRuleInput
SetBlockResponse sets the BlockResponse field's value.
func (s *CreateFirewallRuleInput) SetCreatorRequestId(v string) *CreateFirewallRuleInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateFirewallRuleInput) SetFirewallDomainListId(v string) *CreateFirewallRuleInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (s *CreateFirewallRuleInput) SetFirewallDomainRedirectionAction(v string) *CreateFirewallRuleInput
SetFirewallDomainRedirectionAction sets the FirewallDomainRedirectionAction field's value.
func (s *CreateFirewallRuleInput) SetFirewallRuleGroupId(v string) *CreateFirewallRuleInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *CreateFirewallRuleInput) SetName(v string) *CreateFirewallRuleInput
SetName sets the Name field's value.
func (s *CreateFirewallRuleInput) SetPriority(v int64) *CreateFirewallRuleInput
SetPriority sets the Priority field's value.
func (s *CreateFirewallRuleInput) SetQtype(v string) *CreateFirewallRuleInput
SetQtype sets the Qtype field's value.
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 (s *CreateFirewallRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFirewallRuleOutput struct { // The firewall rule that you just created. FirewallRule *FirewallRule `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateFirewallRuleOutput) SetFirewallRule(v *FirewallRule) *CreateFirewallRuleOutput
SetFirewallRule sets the FirewallRule field's value.
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 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 (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 (s *CreateOutpostResolverInput) SetCreatorRequestId(v string) *CreateOutpostResolverInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateOutpostResolverInput) SetInstanceCount(v int64) *CreateOutpostResolverInput
SetInstanceCount sets the InstanceCount field's value.
func (s *CreateOutpostResolverInput) SetName(v string) *CreateOutpostResolverInput
SetName sets the Name field's value.
func (s *CreateOutpostResolverInput) SetOutpostArn(v string) *CreateOutpostResolverInput
SetOutpostArn sets the OutpostArn field's value.
func (s *CreateOutpostResolverInput) SetPreferredInstanceType(v string) *CreateOutpostResolverInput
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (s *CreateOutpostResolverInput) SetTags(v []*Tag) *CreateOutpostResolverInput
SetTags sets the Tags field's value.
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 (s *CreateOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOutpostResolverOutput struct { // Information about the CreateOutpostResolver request, including the status // of the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *CreateOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
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 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 (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 (s *CreateResolverEndpointInput) SetCreatorRequestId(v string) *CreateResolverEndpointInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateResolverEndpointInput) SetDirection(v string) *CreateResolverEndpointInput
SetDirection sets the Direction field's value.
func (s *CreateResolverEndpointInput) SetIpAddresses(v []*IpAddressRequest) *CreateResolverEndpointInput
SetIpAddresses sets the IpAddresses field's value.
func (s *CreateResolverEndpointInput) SetName(v string) *CreateResolverEndpointInput
SetName sets the Name field's value.
func (s *CreateResolverEndpointInput) SetOutpostArn(v string) *CreateResolverEndpointInput
SetOutpostArn sets the OutpostArn field's value.
func (s *CreateResolverEndpointInput) SetPreferredInstanceType(v string) *CreateResolverEndpointInput
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (s *CreateResolverEndpointInput) SetProtocols(v []*string) *CreateResolverEndpointInput
SetProtocols sets the Protocols field's value.
func (s *CreateResolverEndpointInput) SetResolverEndpointType(v string) *CreateResolverEndpointInput
SetResolverEndpointType sets the ResolverEndpointType field's value.
func (s *CreateResolverEndpointInput) SetSecurityGroupIds(v []*string) *CreateResolverEndpointInput
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (s *CreateResolverEndpointInput) SetTags(v []*Tag) *CreateResolverEndpointInput
SetTags sets the Tags field's value.
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 (s *CreateResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverEndpointOutput struct { // Information about the CreateResolverEndpoint request, including the status // of the request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *CreateResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
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 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 (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 (s *CreateResolverQueryLogConfigInput) SetCreatorRequestId(v string) *CreateResolverQueryLogConfigInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateResolverQueryLogConfigInput) SetDestinationArn(v string) *CreateResolverQueryLogConfigInput
SetDestinationArn sets the DestinationArn field's value.
func (s *CreateResolverQueryLogConfigInput) SetName(v string) *CreateResolverQueryLogConfigInput
SetName sets the Name field's value.
func (s *CreateResolverQueryLogConfigInput) SetTags(v []*Tag) *CreateResolverQueryLogConfigInput
SetTags sets the Tags field's value.
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 (s *CreateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverQueryLogConfigOutput struct { // Information about the CreateResolverQueryLogConfig request, including the // status of the request. ResolverQueryLogConfig *ResolverQueryLogConfig `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *CreateResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
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 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 (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 (s *CreateResolverRuleInput) SetCreatorRequestId(v string) *CreateResolverRuleInput
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *CreateResolverRuleInput) SetDomainName(v string) *CreateResolverRuleInput
SetDomainName sets the DomainName field's value.
func (s *CreateResolverRuleInput) SetName(v string) *CreateResolverRuleInput
SetName sets the Name field's value.
func (s *CreateResolverRuleInput) SetResolverEndpointId(v string) *CreateResolverRuleInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (s *CreateResolverRuleInput) SetRuleType(v string) *CreateResolverRuleInput
SetRuleType sets the RuleType field's value.
func (s *CreateResolverRuleInput) SetTags(v []*Tag) *CreateResolverRuleInput
SetTags sets the Tags field's value.
func (s *CreateResolverRuleInput) SetTargetIps(v []*TargetAddress) *CreateResolverRuleInput
SetTargetIps sets the TargetIps field's value.
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 (s *CreateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateResolverRuleOutput struct { // Information about the CreateResolverRule request, including the status of // the request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
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 (s *CreateResolverRuleOutput) SetResolverRule(v *ResolverRule) *CreateResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
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 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 (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 (s *DeleteFirewallDomainListInput) SetFirewallDomainListId(v string) *DeleteFirewallDomainListInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
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 (s *DeleteFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallDomainListOutput struct { // The domain list that you just deleted. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *DeleteFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
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 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 (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 (s *DeleteFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *DeleteFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
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 (s *DeleteFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *DeleteFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
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 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 (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 (s *DeleteFirewallRuleInput) SetFirewallDomainListId(v string) *DeleteFirewallRuleInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (s *DeleteFirewallRuleInput) SetFirewallRuleGroupId(v string) *DeleteFirewallRuleInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *DeleteFirewallRuleInput) SetQtype(v string) *DeleteFirewallRuleInput
SetQtype sets the Qtype field's value.
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 (s *DeleteFirewallRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFirewallRuleOutput struct { // The specification for the firewall rule that you just deleted. FirewallRule *FirewallRule `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteFirewallRuleOutput) SetFirewallRule(v *FirewallRule) *DeleteFirewallRuleOutput
SetFirewallRule sets the FirewallRule field's value.
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 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 (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 (s *DeleteOutpostResolverInput) SetId(v string) *DeleteOutpostResolverInput
SetId sets the Id field's value.
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 (s *DeleteOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOutpostResolverOutput struct { // Information about the DeleteOutpostResolver request, including the status // of the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *DeleteOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
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 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 (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 (s *DeleteResolverEndpointInput) SetResolverEndpointId(v string) *DeleteResolverEndpointInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
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 (s *DeleteResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResolverEndpointOutput struct { // Information about the DeleteResolverEndpoint request, including the status // of the request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *DeleteResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
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 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 (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 (s *DeleteResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *DeleteResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
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 (s *DeleteResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *DeleteResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *DeleteResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
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 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 (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 (s *DeleteResolverRuleInput) SetResolverRuleId(v string) *DeleteResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
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 (s *DeleteResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteResolverRuleOutput struct { // Information about the DeleteResolverRule request, including the status of // the request. ResolverRule *ResolverRule `type:"structure"` // contains filtered or unexported fields }
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 (s *DeleteResolverRuleOutput) SetResolverRule(v *ResolverRule) *DeleteResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
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 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 (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 (s *DisassociateFirewallRuleGroupInput) SetFirewallRuleGroupAssociationId(v string) *DisassociateFirewallRuleGroupInput
SetFirewallRuleGroupAssociationId sets the FirewallRuleGroupAssociationId field's value.
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 (s *DisassociateFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateFirewallRuleGroupOutput struct { // The firewall rule group association that you just removed. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
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 (s *DisassociateFirewallRuleGroupOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *DisassociateFirewallRuleGroupOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
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 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 (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 (s *DisassociateResolverEndpointIpAddressInput) SetIpAddress(v *IpAddressUpdate) *DisassociateResolverEndpointIpAddressInput
SetIpAddress sets the IpAddress field's value.
func (s *DisassociateResolverEndpointIpAddressInput) SetResolverEndpointId(v string) *DisassociateResolverEndpointIpAddressInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
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 (s *DisassociateResolverEndpointIpAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateResolverEndpointIpAddressOutput struct { // The response to an DisassociateResolverEndpointIpAddress request. ResolverEndpoint *ResolverEndpoint `type:"structure"` // contains filtered or unexported fields }
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 (s *DisassociateResolverEndpointIpAddressOutput) SetResolverEndpoint(v *ResolverEndpoint) *DisassociateResolverEndpointIpAddressOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
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 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 (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 (s *DisassociateResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *DisassociateResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (s *DisassociateResolverQueryLogConfigInput) SetResourceId(v string) *DisassociateResolverQueryLogConfigInput
SetResourceId sets the ResourceId field's value.
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 (s *DisassociateResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *DisassociateResolverQueryLogConfigOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *DisassociateResolverQueryLogConfigOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
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 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 (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 (s *DisassociateResolverRuleInput) SetResolverRuleId(v string) *DisassociateResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
func (s *DisassociateResolverRuleInput) SetVPCId(v string) *DisassociateResolverRuleInput
SetVPCId sets the VPCId field's value.
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 (s *DisassociateResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateResolverRuleOutput struct { // Information about the DisassociateResolverRule request, including the status // of the request. ResolverRuleAssociation *ResolverRuleAssociation `type:"structure"` // contains filtered or unexported fields }
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 (s *DisassociateResolverRuleOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *DisassociateResolverRuleOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
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 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 (s Filter) 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 (s *Filter) SetName(v string) *Filter
SetName sets the Name field's value.
func (s *Filter) SetValues(v []*string) *Filter
SetValues sets the Values field's value.
func (s Filter) 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 (s *Filter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *FirewallConfig) SetFirewallFailOpen(v string) *FirewallConfig
SetFirewallFailOpen sets the FirewallFailOpen field's value.
func (s *FirewallConfig) SetId(v string) *FirewallConfig
SetId sets the Id field's value.
func (s *FirewallConfig) SetOwnerId(v string) *FirewallConfig
SetOwnerId sets the OwnerId field's value.
func (s *FirewallConfig) SetResourceId(v string) *FirewallConfig
SetResourceId sets the ResourceId field's value.
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 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 (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 (s *FirewallDomainList) SetArn(v string) *FirewallDomainList
SetArn sets the Arn field's value.
func (s *FirewallDomainList) SetCreationTime(v string) *FirewallDomainList
SetCreationTime sets the CreationTime field's value.
func (s *FirewallDomainList) SetCreatorRequestId(v string) *FirewallDomainList
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallDomainList) SetDomainCount(v int64) *FirewallDomainList
SetDomainCount sets the DomainCount field's value.
func (s *FirewallDomainList) SetId(v string) *FirewallDomainList
SetId sets the Id field's value.
func (s *FirewallDomainList) SetManagedOwnerName(v string) *FirewallDomainList
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (s *FirewallDomainList) SetModificationTime(v string) *FirewallDomainList
SetModificationTime sets the ModificationTime field's value.
func (s *FirewallDomainList) SetName(v string) *FirewallDomainList
SetName sets the Name field's value.
func (s *FirewallDomainList) SetStatus(v string) *FirewallDomainList
SetStatus sets the Status field's value.
func (s *FirewallDomainList) SetStatusMessage(v string) *FirewallDomainList
SetStatusMessage sets the StatusMessage field's value.
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 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 (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 (s *FirewallDomainListMetadata) SetArn(v string) *FirewallDomainListMetadata
SetArn sets the Arn field's value.
func (s *FirewallDomainListMetadata) SetCreatorRequestId(v string) *FirewallDomainListMetadata
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallDomainListMetadata) SetId(v string) *FirewallDomainListMetadata
SetId sets the Id field's value.
func (s *FirewallDomainListMetadata) SetManagedOwnerName(v string) *FirewallDomainListMetadata
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (s *FirewallDomainListMetadata) SetName(v string) *FirewallDomainListMetadata
SetName sets the Name field's value.
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 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 (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 (s *FirewallRule) SetAction(v string) *FirewallRule
SetAction sets the Action field's value.
func (s *FirewallRule) SetBlockOverrideDnsType(v string) *FirewallRule
SetBlockOverrideDnsType sets the BlockOverrideDnsType field's value.
func (s *FirewallRule) SetBlockOverrideDomain(v string) *FirewallRule
SetBlockOverrideDomain sets the BlockOverrideDomain field's value.
func (s *FirewallRule) SetBlockOverrideTtl(v int64) *FirewallRule
SetBlockOverrideTtl sets the BlockOverrideTtl field's value.
func (s *FirewallRule) SetBlockResponse(v string) *FirewallRule
SetBlockResponse sets the BlockResponse field's value.
func (s *FirewallRule) SetCreationTime(v string) *FirewallRule
SetCreationTime sets the CreationTime field's value.
func (s *FirewallRule) SetCreatorRequestId(v string) *FirewallRule
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallRule) SetFirewallDomainListId(v string) *FirewallRule
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (s *FirewallRule) SetFirewallDomainRedirectionAction(v string) *FirewallRule
SetFirewallDomainRedirectionAction sets the FirewallDomainRedirectionAction field's value.
func (s *FirewallRule) SetFirewallRuleGroupId(v string) *FirewallRule
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *FirewallRule) SetModificationTime(v string) *FirewallRule
SetModificationTime sets the ModificationTime field's value.
func (s *FirewallRule) SetName(v string) *FirewallRule
SetName sets the Name field's value.
func (s *FirewallRule) SetPriority(v int64) *FirewallRule
SetPriority sets the Priority field's value.
func (s *FirewallRule) SetQtype(v string) *FirewallRule
SetQtype sets the Qtype field's value.
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 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"` // Whether the rule group is shared with other Amazon Web Services accounts, // or was shared with the current account by another Amazon Web Services account. // Sharing is configured through Resource Access Manager (RAM). 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 (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 (s *FirewallRuleGroup) SetArn(v string) *FirewallRuleGroup
SetArn sets the Arn field's value.
func (s *FirewallRuleGroup) SetCreationTime(v string) *FirewallRuleGroup
SetCreationTime sets the CreationTime field's value.
func (s *FirewallRuleGroup) SetCreatorRequestId(v string) *FirewallRuleGroup
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallRuleGroup) SetId(v string) *FirewallRuleGroup
SetId sets the Id field's value.
func (s *FirewallRuleGroup) SetModificationTime(v string) *FirewallRuleGroup
SetModificationTime sets the ModificationTime field's value.
func (s *FirewallRuleGroup) SetName(v string) *FirewallRuleGroup
SetName sets the Name field's value.
func (s *FirewallRuleGroup) SetOwnerId(v string) *FirewallRuleGroup
SetOwnerId sets the OwnerId field's value.
func (s *FirewallRuleGroup) SetRuleCount(v int64) *FirewallRuleGroup
SetRuleCount sets the RuleCount field's value.
func (s *FirewallRuleGroup) SetShareStatus(v string) *FirewallRuleGroup
SetShareStatus sets the ShareStatus field's value.
func (s *FirewallRuleGroup) SetStatus(v string) *FirewallRuleGroup
SetStatus sets the Status field's value.
func (s *FirewallRuleGroup) SetStatusMessage(v string) *FirewallRuleGroup
SetStatusMessage sets the StatusMessage field's value.
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 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 (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 (s *FirewallRuleGroupAssociation) SetArn(v string) *FirewallRuleGroupAssociation
SetArn sets the Arn field's value.
func (s *FirewallRuleGroupAssociation) SetCreationTime(v string) *FirewallRuleGroupAssociation
SetCreationTime sets the CreationTime field's value.
func (s *FirewallRuleGroupAssociation) SetCreatorRequestId(v string) *FirewallRuleGroupAssociation
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallRuleGroupAssociation) SetFirewallRuleGroupId(v string) *FirewallRuleGroupAssociation
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *FirewallRuleGroupAssociation) SetId(v string) *FirewallRuleGroupAssociation
SetId sets the Id field's value.
func (s *FirewallRuleGroupAssociation) SetManagedOwnerName(v string) *FirewallRuleGroupAssociation
SetManagedOwnerName sets the ManagedOwnerName field's value.
func (s *FirewallRuleGroupAssociation) SetModificationTime(v string) *FirewallRuleGroupAssociation
SetModificationTime sets the ModificationTime field's value.
func (s *FirewallRuleGroupAssociation) SetMutationProtection(v string) *FirewallRuleGroupAssociation
SetMutationProtection sets the MutationProtection field's value.
func (s *FirewallRuleGroupAssociation) SetName(v string) *FirewallRuleGroupAssociation
SetName sets the Name field's value.
func (s *FirewallRuleGroupAssociation) SetPriority(v int64) *FirewallRuleGroupAssociation
SetPriority sets the Priority field's value.
func (s *FirewallRuleGroupAssociation) SetStatus(v string) *FirewallRuleGroupAssociation
SetStatus sets the Status field's value.
func (s *FirewallRuleGroupAssociation) SetStatusMessage(v string) *FirewallRuleGroupAssociation
SetStatusMessage sets the StatusMessage field's value.
func (s *FirewallRuleGroupAssociation) SetVpcId(v string) *FirewallRuleGroupAssociation
SetVpcId sets the VpcId field's value.
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 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"` // Whether the rule group is shared with other Amazon Web Services accounts, // or was shared with the current account by another Amazon Web Services account. // Sharing is configured through Resource Access Manager (RAM). 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 (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 (s *FirewallRuleGroupMetadata) SetArn(v string) *FirewallRuleGroupMetadata
SetArn sets the Arn field's value.
func (s *FirewallRuleGroupMetadata) SetCreatorRequestId(v string) *FirewallRuleGroupMetadata
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *FirewallRuleGroupMetadata) SetId(v string) *FirewallRuleGroupMetadata
SetId sets the Id field's value.
func (s *FirewallRuleGroupMetadata) SetName(v string) *FirewallRuleGroupMetadata
SetName sets the Name field's value.
func (s *FirewallRuleGroupMetadata) SetOwnerId(v string) *FirewallRuleGroupMetadata
SetOwnerId sets the OwnerId field's value.
func (s *FirewallRuleGroupMetadata) SetShareStatus(v string) *FirewallRuleGroupMetadata
SetShareStatus sets the ShareStatus field's value.
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 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 (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 (s *GetFirewallConfigInput) SetResourceId(v string) *GetFirewallConfigInput
SetResourceId sets the ResourceId field's value.
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 (s *GetFirewallConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetFirewallConfigOutput) SetFirewallConfig(v *FirewallConfig) *GetFirewallConfigOutput
SetFirewallConfig sets the FirewallConfig field's value.
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 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 (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 (s *GetFirewallDomainListInput) SetFirewallDomainListId(v string) *GetFirewallDomainListInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
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 (s *GetFirewallDomainListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallDomainListOutput struct { // The domain list that you requested. FirewallDomainList *FirewallDomainList `type:"structure"` // contains filtered or unexported fields }
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 (s *GetFirewallDomainListOutput) SetFirewallDomainList(v *FirewallDomainList) *GetFirewallDomainListOutput
SetFirewallDomainList sets the FirewallDomainList field's value.
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 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 (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 (s *GetFirewallRuleGroupAssociationInput) SetFirewallRuleGroupAssociationId(v string) *GetFirewallRuleGroupAssociationInput
SetFirewallRuleGroupAssociationId sets the FirewallRuleGroupAssociationId field's value.
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 (s *GetFirewallRuleGroupAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallRuleGroupAssociationOutput struct { // The association that you requested. FirewallRuleGroupAssociation *FirewallRuleGroupAssociation `type:"structure"` // contains filtered or unexported fields }
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 (s *GetFirewallRuleGroupAssociationOutput) SetFirewallRuleGroupAssociation(v *FirewallRuleGroupAssociation) *GetFirewallRuleGroupAssociationOutput
SetFirewallRuleGroupAssociation sets the FirewallRuleGroupAssociation field's value.
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 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 (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 (s *GetFirewallRuleGroupInput) SetFirewallRuleGroupId(v string) *GetFirewallRuleGroupInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
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 (s *GetFirewallRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFirewallRuleGroupOutput struct { // A collection of rules used to filter DNS network traffic. FirewallRuleGroup *FirewallRuleGroup `type:"structure"` // contains filtered or unexported fields }
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 (s *GetFirewallRuleGroupOutput) SetFirewallRuleGroup(v *FirewallRuleGroup) *GetFirewallRuleGroupOutput
SetFirewallRuleGroup sets the FirewallRuleGroup field's value.
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 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 (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 (s *GetFirewallRuleGroupPolicyInput) SetArn(v string) *GetFirewallRuleGroupPolicyInput
SetArn sets the Arn field's value.
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 (s *GetFirewallRuleGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetFirewallRuleGroupPolicyOutput) SetFirewallRuleGroupPolicy(v string) *GetFirewallRuleGroupPolicyOutput
SetFirewallRuleGroupPolicy sets the FirewallRuleGroupPolicy field's value.
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 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 (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 (s *GetOutpostResolverInput) SetId(v string) *GetOutpostResolverInput
SetId sets the Id field's value.
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 (s *GetOutpostResolverInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOutpostResolverOutput struct { // Information about the GetOutpostResolver request, including the status of // the request. OutpostResolver *OutpostResolver `type:"structure"` // contains filtered or unexported fields }
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 (s *GetOutpostResolverOutput) SetOutpostResolver(v *OutpostResolver) *GetOutpostResolverOutput
SetOutpostResolver sets the OutpostResolver field's value.
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 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 (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 (s *GetResolverConfigInput) SetResourceId(v string) *GetResolverConfigInput
SetResourceId sets the ResourceId field's value.
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 (s *GetResolverConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverConfigOutput) SetResolverConfig(v *ResolverConfig) *GetResolverConfigOutput
SetResolverConfig sets the ResolverConfig field's value.
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 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 (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 (s *GetResolverDnssecConfigInput) SetResourceId(v string) *GetResolverDnssecConfigInput
SetResourceId sets the ResourceId field's value.
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 (s *GetResolverDnssecConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResolverDnssecConfigOutput struct { // The information about a configuration for DNSSEC validation. ResolverDNSSECConfig *ResolverDnssecConfig `type:"structure"` // contains filtered or unexported fields }
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 (s *GetResolverDnssecConfigOutput) SetResolverDNSSECConfig(v *ResolverDnssecConfig) *GetResolverDnssecConfigOutput
SetResolverDNSSECConfig sets the ResolverDNSSECConfig field's value.
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 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 (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 (s *GetResolverEndpointInput) SetResolverEndpointId(v string) *GetResolverEndpointInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
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 (s *GetResolverEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverEndpointOutput) SetResolverEndpoint(v *ResolverEndpoint) *GetResolverEndpointOutput
SetResolverEndpoint sets the ResolverEndpoint field's value.
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 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 (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 (s *GetResolverQueryLogConfigAssociationInput) SetResolverQueryLogConfigAssociationId(v string) *GetResolverQueryLogConfigAssociationInput
SetResolverQueryLogConfigAssociationId sets the ResolverQueryLogConfigAssociationId field's value.
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 (s *GetResolverQueryLogConfigAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverQueryLogConfigAssociationOutput) SetResolverQueryLogConfigAssociation(v *ResolverQueryLogConfigAssociation) *GetResolverQueryLogConfigAssociationOutput
SetResolverQueryLogConfigAssociation sets the ResolverQueryLogConfigAssociation field's value.
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 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 (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 (s *GetResolverQueryLogConfigInput) SetResolverQueryLogConfigId(v string) *GetResolverQueryLogConfigInput
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
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 (s *GetResolverQueryLogConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverQueryLogConfigOutput) SetResolverQueryLogConfig(v *ResolverQueryLogConfig) *GetResolverQueryLogConfigOutput
SetResolverQueryLogConfig sets the ResolverQueryLogConfig field's value.
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 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 (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 (s *GetResolverQueryLogConfigPolicyInput) SetArn(v string) *GetResolverQueryLogConfigPolicyInput
SetArn sets the Arn field's value.
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 (s *GetResolverQueryLogConfigPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverQueryLogConfigPolicyOutput) SetResolverQueryLogConfigPolicy(v string) *GetResolverQueryLogConfigPolicyOutput
SetResolverQueryLogConfigPolicy sets the ResolverQueryLogConfigPolicy field's value.
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 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 (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 (s *GetResolverRuleAssociationInput) SetResolverRuleAssociationId(v string) *GetResolverRuleAssociationInput
SetResolverRuleAssociationId sets the ResolverRuleAssociationId field's value.
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 (s *GetResolverRuleAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverRuleAssociationOutput) SetResolverRuleAssociation(v *ResolverRuleAssociation) *GetResolverRuleAssociationOutput
SetResolverRuleAssociation sets the ResolverRuleAssociation field's value.
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 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 (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 (s *GetResolverRuleInput) SetResolverRuleId(v string) *GetResolverRuleInput
SetResolverRuleId sets the ResolverRuleId field's value.
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 (s *GetResolverRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverRuleOutput) SetResolverRule(v *ResolverRule) *GetResolverRuleOutput
SetResolverRule sets the ResolverRule field's value.
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 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 (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 (s *GetResolverRulePolicyInput) SetArn(v string) *GetResolverRulePolicyInput
SetArn sets the Arn field's value.
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 (s *GetResolverRulePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetResolverRulePolicyOutput) SetResolverRulePolicy(v string) *GetResolverRulePolicyOutput
SetResolverRulePolicy sets the ResolverRulePolicy field's value.
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 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 (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 (s *ImportFirewallDomainsInput) SetDomainFileUrl(v string) *ImportFirewallDomainsInput
SetDomainFileUrl sets the DomainFileUrl field's value.
func (s *ImportFirewallDomainsInput) SetFirewallDomainListId(v string) *ImportFirewallDomainsInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (s *ImportFirewallDomainsInput) SetOperation(v string) *ImportFirewallDomainsInput
SetOperation sets the Operation field's value.
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 (s *ImportFirewallDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ImportFirewallDomainsOutput) SetId(v string) *ImportFirewallDomainsOutput
SetId sets the Id field's value.
func (s *ImportFirewallDomainsOutput) SetName(v string) *ImportFirewallDomainsOutput
SetName sets the Name field's value.
func (s *ImportFirewallDomainsOutput) SetStatus(v string) *ImportFirewallDomainsOutput
SetStatus sets the Status field's value.
func (s *ImportFirewallDomainsOutput) SetStatusMessage(v string) *ImportFirewallDomainsOutput
SetStatusMessage sets the StatusMessage field's value.
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 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 (s *InternalServiceErrorException) Code() string
Code returns the exception type name.
func (s *InternalServiceErrorException) Error() string
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 (s *InternalServiceErrorException) Message() string
Message returns the exception's message.
func (s *InternalServiceErrorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServiceErrorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InternalServiceErrorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *InvalidNextTokenException) Code() string
Code returns the exception type name.
func (s *InvalidNextTokenException) Error() string
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 (s *InvalidNextTokenException) Message() string
Message returns the exception's message.
func (s *InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (s *InvalidParameterException) Error() string
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 (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *InvalidPolicyDocument) Code() string
Code returns the exception type name.
func (s *InvalidPolicyDocument) Error() string
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 (s *InvalidPolicyDocument) Message() string
Message returns the exception's message.
func (s *InvalidPolicyDocument) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidPolicyDocument) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidPolicyDocument) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request is invalid.
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (s *InvalidRequestException) Error() string
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 (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The specified tag is invalid.
func (s *InvalidTagException) Code() string
Code returns the exception type name.
func (s *InvalidTagException) Error() string
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 (s *InvalidTagException) Message() string
Message returns the exception's message.
func (s *InvalidTagException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidTagException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidTagException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *IpAddressRequest) SetIp(v string) *IpAddressRequest
SetIp sets the Ip field's value.
func (s *IpAddressRequest) SetIpv6(v string) *IpAddressRequest
SetIpv6 sets the Ipv6 field's value.
func (s *IpAddressRequest) SetSubnetId(v string) *IpAddressRequest
SetSubnetId sets the SubnetId field's value.
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 (s *IpAddressRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *IpAddressResponse) SetCreationTime(v string) *IpAddressResponse
SetCreationTime sets the CreationTime field's value.
func (s *IpAddressResponse) SetIp(v string) *IpAddressResponse
SetIp sets the Ip field's value.
func (s *IpAddressResponse) SetIpId(v string) *IpAddressResponse
SetIpId sets the IpId field's value.
func (s *IpAddressResponse) SetIpv6(v string) *IpAddressResponse
SetIpv6 sets the Ipv6 field's value.
func (s *IpAddressResponse) SetModificationTime(v string) *IpAddressResponse
SetModificationTime sets the ModificationTime field's value.
func (s *IpAddressResponse) SetStatus(v string) *IpAddressResponse
SetStatus sets the Status field's value.
func (s *IpAddressResponse) SetStatusMessage(v string) *IpAddressResponse
SetStatusMessage sets the StatusMessage field's value.
func (s *IpAddressResponse) SetSubnetId(v string) *IpAddressResponse
SetSubnetId sets the SubnetId field's value.
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 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 (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 (s *IpAddressUpdate) SetIp(v string) *IpAddressUpdate
SetIp sets the Ip field's value.
func (s *IpAddressUpdate) SetIpId(v string) *IpAddressUpdate
SetIpId sets the IpId field's value.
func (s *IpAddressUpdate) SetIpv6(v string) *IpAddressUpdate
SetIpv6 sets the Ipv6 field's value.
func (s *IpAddressUpdate) SetSubnetId(v string) *IpAddressUpdate
SetSubnetId sets the SubnetId field's value.
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 (s *IpAddressUpdate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (s *LimitExceededException) Code() string
Code returns the exception type name.
func (s *LimitExceededException) Error() string
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 (s *LimitExceededException) Message() string
Message returns the exception's message.
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *ListFirewallConfigsInput) SetMaxResults(v int64) *ListFirewallConfigsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallConfigsInput) SetNextToken(v string) *ListFirewallConfigsInput
SetNextToken sets the NextToken field's value.
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 (s *ListFirewallConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallConfigsOutput) SetFirewallConfigs(v []*FirewallConfig) *ListFirewallConfigsOutput
SetFirewallConfigs sets the FirewallConfigs field's value.
func (s *ListFirewallConfigsOutput) SetNextToken(v string) *ListFirewallConfigsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListFirewallDomainListsInput) SetMaxResults(v int64) *ListFirewallDomainListsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallDomainListsInput) SetNextToken(v string) *ListFirewallDomainListsInput
SetNextToken sets the NextToken field's value.
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 (s *ListFirewallDomainListsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallDomainListsOutput) SetFirewallDomainLists(v []*FirewallDomainListMetadata) *ListFirewallDomainListsOutput
SetFirewallDomainLists sets the FirewallDomainLists field's value.
func (s *ListFirewallDomainListsOutput) SetNextToken(v string) *ListFirewallDomainListsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListFirewallDomainsInput) SetFirewallDomainListId(v string) *ListFirewallDomainsInput
SetFirewallDomainListId sets the FirewallDomainListId field's value.
func (s *ListFirewallDomainsInput) SetMaxResults(v int64) *ListFirewallDomainsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallDomainsInput) SetNextToken(v string) *ListFirewallDomainsInput
SetNextToken sets the NextToken field's value.
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 (s *ListFirewallDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallDomainsOutput) SetDomains(v []*string) *ListFirewallDomainsOutput
SetDomains sets the Domains field's value.
func (s *ListFirewallDomainsOutput) SetNextToken(v string) *ListFirewallDomainsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListFirewallRuleGroupAssociationsInput) SetFirewallRuleGroupId(v string) *ListFirewallRuleGroupAssociationsInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *ListFirewallRuleGroupAssociationsInput) SetMaxResults(v int64) *ListFirewallRuleGroupAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallRuleGroupAssociationsInput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsInput
SetNextToken sets the NextToken field's value.
func (s *ListFirewallRuleGroupAssociationsInput) SetPriority(v int64) *ListFirewallRuleGroupAssociationsInput
SetPriority sets the Priority field's value.
func (s *ListFirewallRuleGroupAssociationsInput) SetStatus(v string) *ListFirewallRuleGroupAssociationsInput
SetStatus sets the Status field's value.
func (s *ListFirewallRuleGroupAssociationsInput) SetVpcId(v string) *ListFirewallRuleGroupAssociationsInput
SetVpcId sets the VpcId field's value.
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 (s *ListFirewallRuleGroupAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallRuleGroupAssociationsOutput) SetFirewallRuleGroupAssociations(v []*FirewallRuleGroupAssociation) *ListFirewallRuleGroupAssociationsOutput
SetFirewallRuleGroupAssociations sets the FirewallRuleGroupAssociations field's value.
func (s *ListFirewallRuleGroupAssociationsOutput) SetNextToken(v string) *ListFirewallRuleGroupAssociationsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListFirewallRuleGroupsInput) SetMaxResults(v int64) *ListFirewallRuleGroupsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallRuleGroupsInput) SetNextToken(v string) *ListFirewallRuleGroupsInput
SetNextToken sets the NextToken field's value.
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 (s *ListFirewallRuleGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallRuleGroupsOutput) SetFirewallRuleGroups(v []*FirewallRuleGroupMetadata) *ListFirewallRuleGroupsOutput
SetFirewallRuleGroups sets the FirewallRuleGroups field's value.
func (s *ListFirewallRuleGroupsOutput) SetNextToken(v string) *ListFirewallRuleGroupsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListFirewallRulesInput) SetAction(v string) *ListFirewallRulesInput
SetAction sets the Action field's value.
func (s *ListFirewallRulesInput) SetFirewallRuleGroupId(v string) *ListFirewallRulesInput
SetFirewallRuleGroupId sets the FirewallRuleGroupId field's value.
func (s *ListFirewallRulesInput) SetMaxResults(v int64) *ListFirewallRulesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListFirewallRulesInput) SetNextToken(v string) *ListFirewallRulesInput
SetNextToken sets the NextToken field's value.
func (s *ListFirewallRulesInput) SetPriority(v int64) *ListFirewallRulesInput
SetPriority sets the Priority field's value.
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 (s *ListFirewallRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListFirewallRulesOutput) SetFirewallRules(v []*FirewallRule) *ListFirewallRulesOutput
SetFirewallRules sets the FirewallRules field's value.
func (s *ListFirewallRulesOutput) SetNextToken(v string) *ListFirewallRulesOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListOutpostResolversInput) SetMaxResults(v int64) *ListOutpostResolversInput
SetMaxResults sets the MaxResults field's value.
func (s *ListOutpostResolversInput) SetNextToken(v string) *ListOutpostResolversInput
SetNextToken sets the NextToken field's value.
func (s *ListOutpostResolversInput) SetOutpostArn(v string) *ListOutpostResolversInput
SetOutpostArn sets the OutpostArn field's value.
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 (s *ListOutpostResolversInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListOutpostResolversOutput) SetNextToken(v string) *ListOutpostResolversOutput
SetNextToken sets the NextToken field's value.
func (s *ListOutpostResolversOutput) SetOutpostResolvers(v []*OutpostResolver) *ListOutpostResolversOutput
SetOutpostResolvers sets the OutpostResolvers field's value.
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 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 (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 (s *ListResolverConfigsInput) SetMaxResults(v int64) *ListResolverConfigsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverConfigsInput) SetNextToken(v string) *ListResolverConfigsInput
SetNextToken sets the NextToken field's value.
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 (s *ListResolverConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverConfigsOutput) SetNextToken(v string) *ListResolverConfigsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverConfigsOutput) SetResolverConfigs(v []*ResolverConfig) *ListResolverConfigsOutput
SetResolverConfigs sets the ResolverConfigs field's value.
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 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 (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 (s *ListResolverDnssecConfigsInput) SetFilters(v []*Filter) *ListResolverDnssecConfigsInput
SetFilters sets the Filters field's value.
func (s *ListResolverDnssecConfigsInput) SetMaxResults(v int64) *ListResolverDnssecConfigsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverDnssecConfigsInput) SetNextToken(v string) *ListResolverDnssecConfigsInput
SetNextToken sets the NextToken field's value.
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 (s *ListResolverDnssecConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverDnssecConfigsOutput) SetNextToken(v string) *ListResolverDnssecConfigsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverDnssecConfigsOutput) SetResolverDnssecConfigs(v []*ResolverDnssecConfig) *ListResolverDnssecConfigsOutput
SetResolverDnssecConfigs sets the ResolverDnssecConfigs field's value.
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 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 (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 (s *ListResolverEndpointIpAddressesInput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverEndpointIpAddressesInput) SetNextToken(v string) *ListResolverEndpointIpAddressesInput
SetNextToken sets the NextToken field's value.
func (s *ListResolverEndpointIpAddressesInput) SetResolverEndpointId(v string) *ListResolverEndpointIpAddressesInput
SetResolverEndpointId sets the ResolverEndpointId field's value.
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 (s *ListResolverEndpointIpAddressesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverEndpointIpAddressesOutput) SetIpAddresses(v []*IpAddressResponse) *ListResolverEndpointIpAddressesOutput
SetIpAddresses sets the IpAddresses field's value.
func (s *ListResolverEndpointIpAddressesOutput) SetMaxResults(v int64) *ListResolverEndpointIpAddressesOutput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverEndpointIpAddressesOutput) SetNextToken(v string) *ListResolverEndpointIpAddressesOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListResolverEndpointsInput) SetFilters(v []*Filter) *ListResolverEndpointsInput
SetFilters sets the Filters field's value.
func (s *ListResolverEndpointsInput) SetMaxResults(v int64) *ListResolverEndpointsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverEndpointsInput) SetNextToken(v string) *ListResolverEndpointsInput
SetNextToken sets the NextToken field's value.
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 (s *ListResolverEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverEndpointsOutput) SetMaxResults(v int64) *ListResolverEndpointsOutput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverEndpointsOutput) SetNextToken(v string) *ListResolverEndpointsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverEndpointsOutput) SetResolverEndpoints(v []*ResolverEndpoint) *ListResolverEndpointsOutput
SetResolverEndpoints sets the ResolverEndpoints field's value.
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 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 (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 (s *ListResolverQueryLogConfigAssociationsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigAssociationsInput
SetFilters sets the Filters field's value.
func (s *ListResolverQueryLogConfigAssociationsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverQueryLogConfigAssociationsInput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsInput
SetNextToken sets the NextToken field's value.
func (s *ListResolverQueryLogConfigAssociationsInput) SetSortBy(v string) *ListResolverQueryLogConfigAssociationsInput
SetSortBy sets the SortBy field's value.
func (s *ListResolverQueryLogConfigAssociationsInput) SetSortOrder(v string) *ListResolverQueryLogConfigAssociationsInput
SetSortOrder sets the SortOrder field's value.
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 (s *ListResolverQueryLogConfigAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverQueryLogConfigAssociationsOutput) SetNextToken(v string) *ListResolverQueryLogConfigAssociationsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverQueryLogConfigAssociationsOutput) SetResolverQueryLogConfigAssociations(v []*ResolverQueryLogConfigAssociation) *ListResolverQueryLogConfigAssociationsOutput
SetResolverQueryLogConfigAssociations sets the ResolverQueryLogConfigAssociations field's value.
func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
SetTotalCount sets the TotalCount field's value.
func (s *ListResolverQueryLogConfigAssociationsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigAssociationsOutput
SetTotalFilteredCount sets the TotalFilteredCount field's value.
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 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 (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 (s *ListResolverQueryLogConfigsInput) SetFilters(v []*Filter) *ListResolverQueryLogConfigsInput
SetFilters sets the Filters field's value.
func (s *ListResolverQueryLogConfigsInput) SetMaxResults(v int64) *ListResolverQueryLogConfigsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverQueryLogConfigsInput) SetNextToken(v string) *ListResolverQueryLogConfigsInput
SetNextToken sets the NextToken field's value.
func (s *ListResolverQueryLogConfigsInput) SetSortBy(v string) *ListResolverQueryLogConfigsInput
SetSortBy sets the SortBy field's value.
func (s *ListResolverQueryLogConfigsInput) SetSortOrder(v string) *ListResolverQueryLogConfigsInput
SetSortOrder sets the SortOrder field's value.
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 (s *ListResolverQueryLogConfigsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverQueryLogConfigsOutput) SetNextToken(v string) *ListResolverQueryLogConfigsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverQueryLogConfigsOutput) SetResolverQueryLogConfigs(v []*ResolverQueryLogConfig) *ListResolverQueryLogConfigsOutput
SetResolverQueryLogConfigs sets the ResolverQueryLogConfigs field's value.
func (s *ListResolverQueryLogConfigsOutput) SetTotalCount(v int64) *ListResolverQueryLogConfigsOutput
SetTotalCount sets the TotalCount field's value.
func (s *ListResolverQueryLogConfigsOutput) SetTotalFilteredCount(v int64) *ListResolverQueryLogConfigsOutput
SetTotalFilteredCount sets the TotalFilteredCount field's value.
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 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 (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 (s *ListResolverRuleAssociationsInput) SetFilters(v []*Filter) *ListResolverRuleAssociationsInput
SetFilters sets the Filters field's value.
func (s *ListResolverRuleAssociationsInput) SetMaxResults(v int64) *ListResolverRuleAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverRuleAssociationsInput) SetNextToken(v string) *ListResolverRuleAssociationsInput
SetNextToken sets the NextToken field's value.
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 (s *ListResolverRuleAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverRuleAssociationsOutput) SetMaxResults(v int64) *ListResolverRuleAssociationsOutput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverRuleAssociationsOutput) SetNextToken(v string) *ListResolverRuleAssociationsOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverRuleAssociationsOutput) SetResolverRuleAssociations(v []*ResolverRuleAssociation) *ListResolverRuleAssociationsOutput
SetResolverRuleAssociations sets the ResolverRuleAssociations field's value.
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 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 (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 (s *ListResolverRulesInput) SetFilters(v []*Filter) *ListResolverRulesInput
SetFilters sets the Filters field's value.
func (s *ListResolverRulesInput) SetMaxResults(v int64) *ListResolverRulesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverRulesInput) SetNextToken(v string) *ListResolverRulesInput
SetNextToken sets the NextToken field's value.
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 (s *ListResolverRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListResolverRulesOutput) SetMaxResults(v int64) *ListResolverRulesOutput
SetMaxResults sets the MaxResults field's value.
func (s *ListResolverRulesOutput) SetNextToken(v string) *ListResolverRulesOutput
SetNextToken sets the NextToken field's value.
func (s *ListResolverRulesOutput) SetResolverRules(v []*ResolverRule) *ListResolverRulesOutput
SetResolverRules sets the ResolverRules field's value.
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 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 (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 (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput
SetMaxResults sets the MaxResults field's value.
func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput
SetNextToken sets the NextToken field's value.
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
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 (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput
SetNextToken sets the NextToken field's value.
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
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 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 (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 (s *OutpostResolver) SetArn(v string) *OutpostResolver
SetArn sets the Arn field's value.
func (s *OutpostResolver) SetCreationTime(v string) *OutpostResolver
SetCreationTime sets the CreationTime field's value.
func (s *OutpostResolver) SetCreatorRequestId(v string) *OutpostResolver
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *OutpostResolver) SetId(v string) *OutpostResolver
SetId sets the Id field's value.
func (s *OutpostResolver) SetInstanceCount(v int64) *OutpostResolver
SetInstanceCount sets the InstanceCount field's value.
func (s *OutpostResolver) SetModificationTime(v string) *OutpostResolver
SetModificationTime sets the ModificationTime field's value.
func (s *OutpostResolver) SetName(v string) *OutpostResolver
SetName sets the Name field's value.
func (s *OutpostResolver) SetOutpostArn(v string) *OutpostResolver
SetOutpostArn sets the OutpostArn field's value.
func (s *OutpostResolver) SetPreferredInstanceType(v string) *OutpostResolver
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (s *OutpostResolver) SetStatus(v string) *OutpostResolver
SetStatus sets the Status field's value.
func (s *OutpostResolver) SetStatusMessage(v string) *OutpostResolver
SetStatusMessage sets the StatusMessage field's value.
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 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 (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 (s *PutFirewallRuleGroupPolicyInput) SetArn(v string) *PutFirewallRuleGroupPolicyInput
SetArn sets the Arn field's value.
func (s *PutFirewallRuleGroupPolicyInput) SetFirewallRuleGroupPolicy(v string) *PutFirewallRuleGroupPolicyInput
SetFirewallRuleGroupPolicy sets the FirewallRuleGroupPolicy field's value.
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 (s *PutFirewallRuleGroupPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutFirewallRuleGroupPolicyOutput struct {
ReturnValue *bool `type:"boolean"`
// contains filtered or unexported fields
}
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 (s *PutFirewallRuleGroupPolicyOutput) SetReturnValue(v bool) *PutFirewallRuleGroupPolicyOutput
SetReturnValue sets the ReturnValue field's value.
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 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 (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 (s *PutResolverQueryLogConfigPolicyInput) SetArn(v string) *PutResolverQueryLogConfigPolicyInput
SetArn sets the Arn field's value.
func (s *PutResolverQueryLogConfigPolicyInput) SetResolverQueryLogConfigPolicy(v string) *PutResolverQueryLogConfigPolicyInput
SetResolverQueryLogConfigPolicy sets the ResolverQueryLogConfigPolicy field's value.
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 (s *PutResolverQueryLogConfigPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *PutResolverQueryLogConfigPolicyOutput) SetReturnValue(v bool) *PutResolverQueryLogConfigPolicyOutput
SetReturnValue sets the ReturnValue field's value.
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 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 (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 (s *PutResolverRulePolicyInput) SetArn(v string) *PutResolverRulePolicyInput
SetArn sets the Arn field's value.
func (s *PutResolverRulePolicyInput) SetResolverRulePolicy(v string) *PutResolverRulePolicyInput
SetResolverRulePolicy sets the ResolverRulePolicy field's value.
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 (s *PutResolverRulePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *PutResolverRulePolicyOutput) SetReturnValue(v bool) *PutResolverRulePolicyOutput
SetReturnValue sets the ReturnValue field's value.
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 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 (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 (s *ResolverConfig) SetAutodefinedReverse(v string) *ResolverConfig
SetAutodefinedReverse sets the AutodefinedReverse field's value.
func (s *ResolverConfig) SetId(v string) *ResolverConfig
SetId sets the Id field's value.
func (s *ResolverConfig) SetOwnerId(v string) *ResolverConfig
SetOwnerId sets the OwnerId field's value.
func (s *ResolverConfig) SetResourceId(v string) *ResolverConfig
SetResourceId sets the ResourceId field's value.
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 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 (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 (s *ResolverDnssecConfig) SetId(v string) *ResolverDnssecConfig
SetId sets the Id field's value.
func (s *ResolverDnssecConfig) SetOwnerId(v string) *ResolverDnssecConfig
SetOwnerId sets the OwnerId field's value.
func (s *ResolverDnssecConfig) SetResourceId(v string) *ResolverDnssecConfig
SetResourceId sets the ResourceId field's value.
func (s *ResolverDnssecConfig) SetValidationStatus(v string) *ResolverDnssecConfig
SetValidationStatus sets the ValidationStatus field's value.
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 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 (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 (s *ResolverEndpoint) SetArn(v string) *ResolverEndpoint
SetArn sets the Arn field's value.
func (s *ResolverEndpoint) SetCreationTime(v string) *ResolverEndpoint
SetCreationTime sets the CreationTime field's value.
func (s *ResolverEndpoint) SetCreatorRequestId(v string) *ResolverEndpoint
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *ResolverEndpoint) SetDirection(v string) *ResolverEndpoint
SetDirection sets the Direction field's value.
func (s *ResolverEndpoint) SetHostVPCId(v string) *ResolverEndpoint
SetHostVPCId sets the HostVPCId field's value.
func (s *ResolverEndpoint) SetId(v string) *ResolverEndpoint
SetId sets the Id field's value.
func (s *ResolverEndpoint) SetIpAddressCount(v int64) *ResolverEndpoint
SetIpAddressCount sets the IpAddressCount field's value.
func (s *ResolverEndpoint) SetModificationTime(v string) *ResolverEndpoint
SetModificationTime sets the ModificationTime field's value.
func (s *ResolverEndpoint) SetName(v string) *ResolverEndpoint
SetName sets the Name field's value.
func (s *ResolverEndpoint) SetOutpostArn(v string) *ResolverEndpoint
SetOutpostArn sets the OutpostArn field's value.
func (s *ResolverEndpoint) SetPreferredInstanceType(v string) *ResolverEndpoint
SetPreferredInstanceType sets the PreferredInstanceType field's value.
func (s *ResolverEndpoint) SetProtocols(v []*string) *ResolverEndpoint
SetProtocols sets the Protocols field's value.
func (s *ResolverEndpoint) SetResolverEndpointType(v string) *ResolverEndpoint
SetResolverEndpointType sets the ResolverEndpointType field's value.
func (s *ResolverEndpoint) SetSecurityGroupIds(v []*string) *ResolverEndpoint
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (s *ResolverEndpoint) SetStatus(v string) *ResolverEndpoint
SetStatus sets the Status field's value.
func (s *ResolverEndpoint) SetStatusMessage(v string) *ResolverEndpoint
SetStatusMessage sets the StatusMessage field's value.
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 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"` // An indication of whether the query logging configuration is shared with other // Amazon Web Services accounts, or was shared with the current account by another // Amazon Web Services account. Sharing is configured through Resource Access // Manager (RAM). 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 (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 (s *ResolverQueryLogConfig) SetArn(v string) *ResolverQueryLogConfig
SetArn sets the Arn field's value.
func (s *ResolverQueryLogConfig) SetAssociationCount(v int64) *ResolverQueryLogConfig
SetAssociationCount sets the AssociationCount field's value.
func (s *ResolverQueryLogConfig) SetCreationTime(v string) *ResolverQueryLogConfig
SetCreationTime sets the CreationTime field's value.
func (s *ResolverQueryLogConfig) SetCreatorRequestId(v string) *ResolverQueryLogConfig
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *ResolverQueryLogConfig) SetDestinationArn(v string) *ResolverQueryLogConfig
SetDestinationArn sets the DestinationArn field's value.
func (s *ResolverQueryLogConfig) SetId(v string) *ResolverQueryLogConfig
SetId sets the Id field's value.
func (s *ResolverQueryLogConfig) SetName(v string) *ResolverQueryLogConfig
SetName sets the Name field's value.
func (s *ResolverQueryLogConfig) SetOwnerId(v string) *ResolverQueryLogConfig
SetOwnerId sets the OwnerId field's value.
func (s *ResolverQueryLogConfig) SetShareStatus(v string) *ResolverQueryLogConfig
SetShareStatus sets the ShareStatus field's value.
func (s *ResolverQueryLogConfig) SetStatus(v string) *ResolverQueryLogConfig
SetStatus sets the Status field's value.
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 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 (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 (s *ResolverQueryLogConfigAssociation) SetCreationTime(v string) *ResolverQueryLogConfigAssociation
SetCreationTime sets the CreationTime field's value.
func (s *ResolverQueryLogConfigAssociation) SetError(v string) *ResolverQueryLogConfigAssociation
SetError sets the Error field's value.
func (s *ResolverQueryLogConfigAssociation) SetErrorMessage(v string) *ResolverQueryLogConfigAssociation
SetErrorMessage sets the ErrorMessage field's value.
func (s *ResolverQueryLogConfigAssociation) SetId(v string) *ResolverQueryLogConfigAssociation
SetId sets the Id field's value.
func (s *ResolverQueryLogConfigAssociation) SetResolverQueryLogConfigId(v string) *ResolverQueryLogConfigAssociation
SetResolverQueryLogConfigId sets the ResolverQueryLogConfigId field's value.
func (s *ResolverQueryLogConfigAssociation) SetResourceId(v string) *ResolverQueryLogConfigAssociation
SetResourceId sets the ResourceId field's value.
func (s *ResolverQueryLogConfigAssociation) SetStatus(v string) *ResolverQueryLogConfigAssociation
SetStatus sets the Status field's value.
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 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"` // Whether the rule is shared and, if so, whether the current account is sharing // the rule with another account, or another account is sharing the rule with // the current account. 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 (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 (s *ResolverRule) SetArn(v string) *ResolverRule
SetArn sets the Arn field's value.
func (s *ResolverRule) SetCreationTime(v string) *ResolverRule
SetCreationTime sets the CreationTime field's value.
func (s *ResolverRule) SetCreatorRequestId(v string) *ResolverRule
SetCreatorRequestId sets the CreatorRequestId field's value.
func (s *ResolverRule) SetDomainName(v string) *ResolverRule
SetDomainName sets the DomainName field's value.
func (s *ResolverRule) SetId(v string) *ResolverRule
SetId sets the Id field's value.
func (s *ResolverRule) SetModificationTime(v string) *ResolverRule
SetModificationTime sets the ModificationTime field's value.
func (s *ResolverRule) SetName(v string) *ResolverRule
SetName sets the Name field's value.
func (s *ResolverRule) SetOwnerId(v string) *ResolverRule
SetOwnerId sets the OwnerId field's value.
func (s *ResolverRule) SetResolverEndpointId(v string) *ResolverRule
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (s *ResolverRule) SetRuleType(v string) *ResolverRule
SetRuleType sets the RuleType field's value.
func (s *ResolverRule) SetShareStatus(v string) *ResolverRule
SetShareStatus sets the ShareStatus field's value.
func (s *ResolverRule) SetStatus(v string) *ResolverRule
SetStatus sets the Status field's value.
func (s *ResolverRule) SetStatusMessage(v string) *ResolverRule
SetStatusMessage sets the StatusMessage field's value.
func (s *ResolverRule) SetTargetIps(v []*TargetAddress) *ResolverRule
SetTargetIps sets the TargetIps field's value.
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 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 (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 (s *ResolverRuleAssociation) SetId(v string) *ResolverRuleAssociation
SetId sets the Id field's value.
func (s *ResolverRuleAssociation) SetName(v string) *ResolverRuleAssociation
SetName sets the Name field's value.
func (s *ResolverRuleAssociation) SetResolverRuleId(v string) *ResolverRuleAssociation
SetResolverRuleId sets the ResolverRuleId field's value.
func (s *ResolverRuleAssociation) SetStatus(v string) *ResolverRuleAssociation
SetStatus sets the Status field's value.
func (s *ResolverRuleAssociation) SetStatusMessage(v string) *ResolverRuleAssociation
SetStatusMessage sets the StatusMessage field's value.
func (s *ResolverRuleAssociation) SetVPCId(v string) *ResolverRuleAssociation
SetVPCId sets the VPCId field's value.
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 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 (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 (s *ResolverRuleConfig) SetName(v string) *ResolverRuleConfig
SetName sets the Name field's value.
func (s *ResolverRuleConfig) SetResolverEndpointId(v string) *ResolverRuleConfig
SetResolverEndpointId sets the ResolverEndpointId field's value.
func (s *ResolverRuleConfig) SetTargetIps(v []*TargetAddress) *ResolverRuleConfig
SetTargetIps sets the TargetIps field's value.
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 (s *ResolverRuleConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (s *ResourceExistsException) Code() string
Code returns the exception type name.
func (s *ResourceExistsException) Error() string
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 (s *ResourceExistsException) Message() string
Message returns the exception's message.
func (s *ResourceExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ResourceExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *ResourceInUseException) Code() string
Code returns the exception type name.
func (s *ResourceInUseException) Error() string
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 (s *ResourceInUseException) Message() string
Message returns the exception's message.
func (s *ResourceInUseException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceInUseException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ResourceInUseException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (s *ResourceNotFoundException) Error() string
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 (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // For a ResourceUnavailableException error, the type of resource that isn't // available. ResourceType *string `type:"string"` // contains filtered or unexported fields }
The specified resource isn't available.
func (s *ResourceUnavailableException) Code() string
Code returns the exception type name.
func (s *ResourceUnavailableException) Error() string
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 (s *ResourceUnavailableException) Message() string
Message returns the exception's message.
func (s *ResourceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ResourceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 struct { *client.Client }
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(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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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