libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53AutoNaming.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-03-14 of the Amazon Cloud Map SDK configuration.

Errors

_ResourceLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource can't be created because you've reached the quota on the number of resources.

_InvalidInput :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more specified values aren't valid. For example, a required value might be missing, a numeric value might be outside the allowed range, or a string value might exceed length constraints.

_NamespaceAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The namespace that you're trying to create already exists.

_NamespaceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

No namespace exists with the specified ID.

_ServiceAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service can't be created because a service with the same name already exists.

_ResourceInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource can't be deleted because it contains other resources. For example, you can't delete a service that contains any instances.

_TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a resource is 50.

_CustomHealthNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

The health check for the instance that's specified by ServiceId and InstanceId isn't a custom health check.

_RequestLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operation can't be completed because you've reached the quota for the number of requests. For more information, see Cloud Map API request throttling quota in the Cloud Map Developer Guide.

_InstanceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

No instance exists with the specified ID, or the instance was recently registered, and information about the instance hasn't propagated yet.

_DuplicateRequest :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operation is already in progress.

_ServiceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

No service exists with the specified ID.

_OperationNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

No operation exists with the specified ID.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The operation can't be completed because the resource was not found.

CustomHealthStatus

newtype CustomHealthStatus Source #

Instances

Instances details
Eq CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Ord CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Read CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Show CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Generic CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Associated Types

type Rep CustomHealthStatus :: Type -> Type #

NFData CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

Methods

rnf :: CustomHealthStatus -> () #

Hashable CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToJSON CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToJSONKey CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

FromJSON CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

FromJSONKey CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToLog CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToHeader CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToQuery CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

FromXML CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToXML CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToByteString CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

FromText CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

ToText CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

type Rep CustomHealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.CustomHealthStatus

type Rep CustomHealthStatus = D1 ('MetaData "CustomHealthStatus" "Amazonka.Route53AutoNaming.Types.CustomHealthStatus" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "CustomHealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterCondition

newtype FilterCondition Source #

Constructors

FilterCondition' 

Instances

Instances details
Eq FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Ord FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Read FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Show FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Generic FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Associated Types

type Rep FilterCondition :: Type -> Type #

NFData FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Methods

rnf :: FilterCondition -> () #

Hashable FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToJSON FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToJSONKey FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

FromJSON FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

FromJSONKey FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToLog FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToHeader FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToQuery FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

FromXML FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToXML FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

Methods

toXML :: FilterCondition -> XML #

ToByteString FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

FromText FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

ToText FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

type Rep FilterCondition Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.FilterCondition

type Rep FilterCondition = D1 ('MetaData "FilterCondition" "Amazonka.Route53AutoNaming.Types.FilterCondition" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "FilterCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthCheckType

newtype HealthCheckType Source #

Constructors

HealthCheckType' 

Instances

Instances details
Eq HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Ord HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Read HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Show HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Generic HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Associated Types

type Rep HealthCheckType :: Type -> Type #

NFData HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Methods

rnf :: HealthCheckType -> () #

Hashable HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToJSON HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToJSONKey HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

FromJSON HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

FromJSONKey HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToLog HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToHeader HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToQuery HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

FromXML HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToXML HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

Methods

toXML :: HealthCheckType -> XML #

ToByteString HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

FromText HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

ToText HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

type Rep HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckType

type Rep HealthCheckType = D1 ('MetaData "HealthCheckType" "Amazonka.Route53AutoNaming.Types.HealthCheckType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "HealthCheckType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthCheckType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthStatus

newtype HealthStatus Source #

Constructors

HealthStatus' 

Instances

Instances details
Eq HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Ord HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Read HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Show HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Generic HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Associated Types

type Rep HealthStatus :: Type -> Type #

NFData HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Methods

rnf :: HealthStatus -> () #

Hashable HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToJSON HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToJSONKey HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

FromJSON HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

FromJSONKey HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToLog HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToHeader HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToQuery HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

FromXML HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToXML HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Methods

toXML :: HealthStatus -> XML #

ToByteString HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

FromText HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

ToText HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

Methods

toText :: HealthStatus -> Text #

type Rep HealthStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatus

type Rep HealthStatus = D1 ('MetaData "HealthStatus" "Amazonka.Route53AutoNaming.Types.HealthStatus" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "HealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthStatusFilter

newtype HealthStatusFilter Source #

Instances

Instances details
Eq HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Ord HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Read HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Show HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Generic HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Associated Types

type Rep HealthStatusFilter :: Type -> Type #

NFData HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

Methods

rnf :: HealthStatusFilter -> () #

Hashable HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToJSON HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToJSONKey HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

FromJSON HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

FromJSONKey HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToLog HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToHeader HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToQuery HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

FromXML HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToXML HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToByteString HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

FromText HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

ToText HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

type Rep HealthStatusFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthStatusFilter

type Rep HealthStatusFilter = D1 ('MetaData "HealthStatusFilter" "Amazonka.Route53AutoNaming.Types.HealthStatusFilter" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "HealthStatusFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthStatusFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceFilterName

newtype NamespaceFilterName Source #

Bundled Patterns

pattern NamespaceFilterName_TYPE :: NamespaceFilterName 

Instances

Instances details
Eq NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Ord NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Read NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Show NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Generic NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Associated Types

type Rep NamespaceFilterName :: Type -> Type #

NFData NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

Methods

rnf :: NamespaceFilterName -> () #

Hashable NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToJSON NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToJSONKey NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

FromJSON NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

FromJSONKey NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToLog NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToHeader NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToQuery NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

FromXML NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToXML NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToByteString NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

FromText NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

ToText NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

type Rep NamespaceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilterName

type Rep NamespaceFilterName = D1 ('MetaData "NamespaceFilterName" "Amazonka.Route53AutoNaming.Types.NamespaceFilterName" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "NamespaceFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NamespaceType

newtype NamespaceType Source #

Constructors

NamespaceType' 

Instances

Instances details
Eq NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Ord NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Read NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Show NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Generic NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Associated Types

type Rep NamespaceType :: Type -> Type #

NFData NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Methods

rnf :: NamespaceType -> () #

Hashable NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToJSON NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToJSONKey NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

FromJSON NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

FromJSONKey NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToLog NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToHeader NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToQuery NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

FromXML NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToXML NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Methods

toXML :: NamespaceType -> XML #

ToByteString NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

FromText NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

ToText NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

Methods

toText :: NamespaceType -> Text #

type Rep NamespaceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceType

type Rep NamespaceType = D1 ('MetaData "NamespaceType" "Amazonka.Route53AutoNaming.Types.NamespaceType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "NamespaceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNamespaceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationFilterName

newtype OperationFilterName Source #

Instances

Instances details
Eq OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Ord OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Read OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Show OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Generic OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Associated Types

type Rep OperationFilterName :: Type -> Type #

NFData OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

Methods

rnf :: OperationFilterName -> () #

Hashable OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToJSON OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToJSONKey OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

FromJSON OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

FromJSONKey OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToLog OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToHeader OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToQuery OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

FromXML OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToXML OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToByteString OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

FromText OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

ToText OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

type Rep OperationFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilterName

type Rep OperationFilterName = D1 ('MetaData "OperationFilterName" "Amazonka.Route53AutoNaming.Types.OperationFilterName" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "OperationFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
Eq OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Read OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.Route53AutoNaming.Types.OperationStatus" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationTargetType

newtype OperationTargetType Source #

Instances

Instances details
Eq OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Ord OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Read OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Show OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Generic OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Associated Types

type Rep OperationTargetType :: Type -> Type #

NFData OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

Methods

rnf :: OperationTargetType -> () #

Hashable OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToJSON OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToJSONKey OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

FromJSON OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

FromJSONKey OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToLog OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToHeader OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToQuery OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

FromXML OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToXML OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToByteString OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

FromText OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

ToText OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

type Rep OperationTargetType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationTargetType

type Rep OperationTargetType = D1 ('MetaData "OperationTargetType" "Amazonka.Route53AutoNaming.Types.OperationTargetType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "OperationTargetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationTargetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationType

newtype OperationType Source #

Constructors

OperationType' 

Instances

Instances details
Eq OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Ord OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Read OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Show OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Generic OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Associated Types

type Rep OperationType :: Type -> Type #

NFData OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Methods

rnf :: OperationType -> () #

Hashable OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToJSON OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToJSONKey OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

FromJSON OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

FromJSONKey OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToLog OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToHeader OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToQuery OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

FromXML OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToXML OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Methods

toXML :: OperationType -> XML #

ToByteString OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

FromText OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

ToText OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

Methods

toText :: OperationType -> Text #

type Rep OperationType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationType

type Rep OperationType = D1 ('MetaData "OperationType" "Amazonka.Route53AutoNaming.Types.OperationType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "OperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordType

newtype RecordType Source #

Constructors

RecordType' 

Fields

Bundled Patterns

pattern RecordType_A :: RecordType 
pattern RecordType_AAAA :: RecordType 
pattern RecordType_CNAME :: RecordType 
pattern RecordType_SRV :: RecordType 

Instances

Instances details
Eq RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Ord RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Read RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Show RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Generic RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Associated Types

type Rep RecordType :: Type -> Type #

NFData RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Methods

rnf :: RecordType -> () #

Hashable RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToJSON RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToJSONKey RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

FromJSON RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

FromJSONKey RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToLog RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToHeader RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToQuery RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

FromXML RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToXML RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Methods

toXML :: RecordType -> XML #

ToByteString RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

FromText RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

ToText RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

Methods

toText :: RecordType -> Text #

type Rep RecordType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RecordType

type Rep RecordType = D1 ('MetaData "RecordType" "Amazonka.Route53AutoNaming.Types.RecordType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "RecordType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RoutingPolicy

newtype RoutingPolicy Source #

Constructors

RoutingPolicy' 

Instances

Instances details
Eq RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Ord RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Read RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Show RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Generic RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Associated Types

type Rep RoutingPolicy :: Type -> Type #

NFData RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Methods

rnf :: RoutingPolicy -> () #

Hashable RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToJSON RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToJSONKey RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

FromJSON RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

FromJSONKey RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToLog RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToHeader RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToQuery RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

FromXML RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToXML RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Methods

toXML :: RoutingPolicy -> XML #

ToByteString RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

FromText RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

ToText RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

Methods

toText :: RoutingPolicy -> Text #

type Rep RoutingPolicy Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.RoutingPolicy

type Rep RoutingPolicy = D1 ('MetaData "RoutingPolicy" "Amazonka.Route53AutoNaming.Types.RoutingPolicy" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "RoutingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRoutingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceFilterName

newtype ServiceFilterName Source #

Instances

Instances details
Eq ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Ord ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Read ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Show ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Generic ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Associated Types

type Rep ServiceFilterName :: Type -> Type #

NFData ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

Methods

rnf :: ServiceFilterName -> () #

Hashable ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToJSON ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToJSONKey ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

FromJSON ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

FromJSONKey ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToLog ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToHeader ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToQuery ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

FromXML ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToXML ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToByteString ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

FromText ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

ToText ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

type Rep ServiceFilterName Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilterName

type Rep ServiceFilterName = D1 ('MetaData "ServiceFilterName" "Amazonka.Route53AutoNaming.Types.ServiceFilterName" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "ServiceFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceType

newtype ServiceType Source #

Constructors

ServiceType' 

Bundled Patterns

pattern ServiceType_DNS :: ServiceType 
pattern ServiceType_DNS_HTTP :: ServiceType 
pattern ServiceType_HTTP :: ServiceType 

Instances

Instances details
Eq ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Ord ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Read ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Show ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Generic ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Associated Types

type Rep ServiceType :: Type -> Type #

NFData ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

rnf :: ServiceType -> () #

Hashable ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToJSON ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToJSONKey ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromJSON ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromJSONKey ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToLog ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToHeader ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToQuery ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromXML ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToXML ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

toXML :: ServiceType -> XML #

ToByteString ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromText ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToText ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

toText :: ServiceType -> Text #

type Rep ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

type Rep ServiceType = D1 ('MetaData "ServiceType" "Amazonka.Route53AutoNaming.Types.ServiceType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "ServiceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceTypeOption

newtype ServiceTypeOption Source #

Bundled Patterns

pattern ServiceTypeOption_HTTP :: ServiceTypeOption 

Instances

Instances details
Eq ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Ord ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Read ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Show ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Generic ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Associated Types

type Rep ServiceTypeOption :: Type -> Type #

NFData ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

Methods

rnf :: ServiceTypeOption -> () #

Hashable ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToJSON ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToJSONKey ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

FromJSON ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

FromJSONKey ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToLog ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToHeader ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToQuery ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

FromXML ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToXML ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToByteString ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

FromText ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

ToText ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

type Rep ServiceTypeOption Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceTypeOption

type Rep ServiceTypeOption = D1 ('MetaData "ServiceTypeOption" "Amazonka.Route53AutoNaming.Types.ServiceTypeOption" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "ServiceTypeOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceTypeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DnsConfig

data DnsConfig Source #

A complex type that contains information about the Amazon Route 53 DNS records that you want Cloud Map to create when you register an instance.

See: newDnsConfig smart constructor.

Constructors

DnsConfig' 

Fields

  • routingPolicy :: Maybe RoutingPolicy

    The routing policy that you want to apply to all Route 53 DNS records that Cloud Map creates when you register an instance and specify this service.

    If you want to use this service to register instances that create alias records, specify WEIGHTED for the routing policy.

    You can specify the following values:

    MULTIVALUE
    If you define a health check for the service and the health check is healthy, Route 53 returns the applicable value for up to eight instances.

    For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with IP addresses for up to eight healthy instances. If fewer than eight instances are healthy, Route 53 responds to every DNS query with the IP addresses for all of the healthy instances.

    If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the values for up to eight instances.

    For more information about the multivalue routing policy, see Multivalue Answer Routing in the Route 53 Developer Guide.

    WEIGHTED
    Route 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service. Currently, all records have the same weight, so you can't route more or less traffic to any instances.

    For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with the IP address for one randomly selected instance from among the healthy instances. If no instances are healthy, Route 53 responds to DNS queries as if all of the instances were healthy.

    If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the applicable value for one randomly selected instance.

    For more information about the weighted routing policy, see Weighted Routing in the Route 53 Developer Guide.

  • namespaceId :: Maybe Text

    The ID of the namespace to use for DNS configuration.

  • dnsRecords :: [DnsRecord]

    An array that contains one DnsRecord object for each Route 53 DNS record that you want Cloud Map to create when you register an instance.

Instances

Instances details
Eq DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

Read DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

Show DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

Generic DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

Associated Types

type Rep DnsConfig :: Type -> Type #

NFData DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

Methods

rnf :: DnsConfig -> () #

Hashable DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

ToJSON DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

FromJSON DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

type Rep DnsConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfig

type Rep DnsConfig = D1 ('MetaData "DnsConfig" "Amazonka.Route53AutoNaming.Types.DnsConfig" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DnsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoutingPolicy)) :*: (S1 ('MetaSel ('Just "namespaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dnsRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DnsRecord]))))

newDnsConfig :: DnsConfig Source #

Create a value of DnsConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:routingPolicy:DnsConfig', dnsConfig_routingPolicy - The routing policy that you want to apply to all Route 53 DNS records that Cloud Map creates when you register an instance and specify this service.

If you want to use this service to register instances that create alias records, specify WEIGHTED for the routing policy.

You can specify the following values:

MULTIVALUE
If you define a health check for the service and the health check is healthy, Route 53 returns the applicable value for up to eight instances.

For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with IP addresses for up to eight healthy instances. If fewer than eight instances are healthy, Route 53 responds to every DNS query with the IP addresses for all of the healthy instances.

If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the values for up to eight instances.

For more information about the multivalue routing policy, see Multivalue Answer Routing in the Route 53 Developer Guide.

WEIGHTED
Route 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service. Currently, all records have the same weight, so you can't route more or less traffic to any instances.

For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with the IP address for one randomly selected instance from among the healthy instances. If no instances are healthy, Route 53 responds to DNS queries as if all of the instances were healthy.

If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the applicable value for one randomly selected instance.

For more information about the weighted routing policy, see Weighted Routing in the Route 53 Developer Guide.

$sel:namespaceId:DnsConfig', dnsConfig_namespaceId - The ID of the namespace to use for DNS configuration.

$sel:dnsRecords:DnsConfig', dnsConfig_dnsRecords - An array that contains one DnsRecord object for each Route 53 DNS record that you want Cloud Map to create when you register an instance.

dnsConfig_routingPolicy :: Lens' DnsConfig (Maybe RoutingPolicy) Source #

The routing policy that you want to apply to all Route 53 DNS records that Cloud Map creates when you register an instance and specify this service.

If you want to use this service to register instances that create alias records, specify WEIGHTED for the routing policy.

You can specify the following values:

MULTIVALUE
If you define a health check for the service and the health check is healthy, Route 53 returns the applicable value for up to eight instances.

For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with IP addresses for up to eight healthy instances. If fewer than eight instances are healthy, Route 53 responds to every DNS query with the IP addresses for all of the healthy instances.

If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the values for up to eight instances.

For more information about the multivalue routing policy, see Multivalue Answer Routing in the Route 53 Developer Guide.

WEIGHTED
Route 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service. Currently, all records have the same weight, so you can't route more or less traffic to any instances.

For example, suppose that the service includes configurations for one A record and a health check. You use the service to register 10 instances. Route 53 responds to DNS queries with the IP address for one randomly selected instance from among the healthy instances. If no instances are healthy, Route 53 responds to DNS queries as if all of the instances were healthy.

If you don't define a health check for the service, Route 53 assumes that all instances are healthy and returns the applicable value for one randomly selected instance.

For more information about the weighted routing policy, see Weighted Routing in the Route 53 Developer Guide.

dnsConfig_namespaceId :: Lens' DnsConfig (Maybe Text) Source #

The ID of the namespace to use for DNS configuration.

dnsConfig_dnsRecords :: Lens' DnsConfig [DnsRecord] Source #

An array that contains one DnsRecord object for each Route 53 DNS record that you want Cloud Map to create when you register an instance.

DnsConfigChange

data DnsConfigChange Source #

A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you register an instance.

See: newDnsConfigChange smart constructor.

Constructors

DnsConfigChange' 

Fields

  • dnsRecords :: [DnsRecord]

    An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.

Instances

Instances details
Eq DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

Read DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

Show DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

Generic DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

Associated Types

type Rep DnsConfigChange :: Type -> Type #

NFData DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

Methods

rnf :: DnsConfigChange -> () #

Hashable DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

ToJSON DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

type Rep DnsConfigChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsConfigChange

type Rep DnsConfigChange = D1 ('MetaData "DnsConfigChange" "Amazonka.Route53AutoNaming.Types.DnsConfigChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DnsConfigChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DnsRecord])))

newDnsConfigChange :: DnsConfigChange Source #

Create a value of DnsConfigChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsRecords:DnsConfigChange', dnsConfigChange_dnsRecords - An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.

dnsConfigChange_dnsRecords :: Lens' DnsConfigChange [DnsRecord] Source #

An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.

DnsProperties

data DnsProperties Source #

A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

See: newDnsProperties smart constructor.

Constructors

DnsProperties' 

Fields

  • hostedZoneId :: Maybe Text

    The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

  • soa :: Maybe SOA

    Start of Authority (SOA) record for the hosted zone.

Instances

Instances details
Eq DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

Read DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

Show DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

Generic DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

Associated Types

type Rep DnsProperties :: Type -> Type #

NFData DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

Methods

rnf :: DnsProperties -> () #

Hashable DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

FromJSON DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

type Rep DnsProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsProperties

type Rep DnsProperties = D1 ('MetaData "DnsProperties" "Amazonka.Route53AutoNaming.Types.DnsProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DnsProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SOA))))

newDnsProperties :: DnsProperties Source #

Create a value of DnsProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hostedZoneId:DnsProperties', dnsProperties_hostedZoneId - The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

$sel:soa:DnsProperties', dnsProperties_soa - Start of Authority (SOA) record for the hosted zone.

dnsProperties_hostedZoneId :: Lens' DnsProperties (Maybe Text) Source #

The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

dnsProperties_soa :: Lens' DnsProperties (Maybe SOA) Source #

Start of Authority (SOA) record for the hosted zone.

DnsRecord

data DnsRecord Source #

A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

See: newDnsRecord smart constructor.

Constructors

DnsRecord' 

Fields

  • type' :: RecordType

    The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries. You can specify values for Type in the following combinations:

    • A
    • AAAA
    • A and AAAA
    • SRV
    • CNAME

    If you want Cloud Map to create a Route 53 alias record when you register an instance, specify A or AAAA for Type.

    You specify other settings, such as the IP address for A and AAAA records, when you register an instance. For more information, see RegisterInstance.

    The following values are supported:

    A
    Route 53 returns the IP address of the resource in IPv4 format, such as 192.0.2.44.
    AAAA
    Route 53 returns the IP address of the resource in IPv6 format, such as 2001:0db8:85a3:0000:0000:abcd:0001:2345.
    CNAME
    Route 53 returns the domain name of the resource, such as www.example.com. Note the following:
    • You specify the domain name that you want to route traffic to when you register an instance. For more information, see Attributes in the topic RegisterInstance.
    • You must specify WEIGHTED for the value of RoutingPolicy.
    • You can't specify both CNAME for Type and settings for HealthCheckConfig. If you do, the request will fail with an InvalidInput error.
    SRV
    Route 53 returns the value for an SRV record. The value for an SRV record uses the following values:
    priority weight port service-hostname

    Note the following about the values:

    • The values of priority and weight are both set to 1 and can't be changed.
    • The value of port comes from the value that you specify for the AWS_INSTANCE_PORT attribute when you submit a RegisterInstance request.
    • The value of service-hostname is a concatenation of the following values:

      • The value that you specify for InstanceId when you register an instance.
      • The name of the service.
      • The name of the namespace.

      For example, if the value of InstanceId is test, the name of the service is backend, and the name of the namespace is example.com, the value of service-hostname is the following:

      test.backend.example.com

    If you specify settings for an SRV record, note the following:

    • If you specify values for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both in the RegisterInstance request, Cloud Map automatically creates A and/or AAAA records that have the same name as the value of service-hostname in the SRV record. You can ignore these records.
    • If you're using a system that requires a specific SRV format, such as HAProxy, see the Name element in the documentation about CreateService for information about how to specify the correct name format.
  • ttl :: Natural

    The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.

    Alias records don't include a TTL because Route 53 uses the TTL for the Amazon Web Services resource that an alias record routes traffic to. If you include the AWS_ALIAS_DNS_NAME attribute when you submit a RegisterInstance request, the TTL value is ignored. Always specify a TTL for the service; you can use a service to register instances that create either alias or non-alias records.

Instances

Instances details
Eq DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

Read DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

Show DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

Generic DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

Associated Types

type Rep DnsRecord :: Type -> Type #

NFData DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

Methods

rnf :: DnsRecord -> () #

Hashable DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

ToJSON DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

FromJSON DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

type Rep DnsRecord Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.DnsRecord

type Rep DnsRecord = D1 ('MetaData "DnsRecord" "Amazonka.Route53AutoNaming.Types.DnsRecord" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "DnsRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecordType) :*: S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newDnsRecord Source #

Create a value of DnsRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':DnsRecord', dnsRecord_type - The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries. You can specify values for Type in the following combinations:

  • A
  • AAAA
  • A and AAAA
  • SRV
  • CNAME

If you want Cloud Map to create a Route 53 alias record when you register an instance, specify A or AAAA for Type.

You specify other settings, such as the IP address for A and AAAA records, when you register an instance. For more information, see RegisterInstance.

The following values are supported:

A
Route 53 returns the IP address of the resource in IPv4 format, such as 192.0.2.44.
AAAA
Route 53 returns the IP address of the resource in IPv6 format, such as 2001:0db8:85a3:0000:0000:abcd:0001:2345.
CNAME
Route 53 returns the domain name of the resource, such as www.example.com. Note the following:
  • You specify the domain name that you want to route traffic to when you register an instance. For more information, see Attributes in the topic RegisterInstance.
  • You must specify WEIGHTED for the value of RoutingPolicy.
  • You can't specify both CNAME for Type and settings for HealthCheckConfig. If you do, the request will fail with an InvalidInput error.
SRV
Route 53 returns the value for an SRV record. The value for an SRV record uses the following values:
priority weight port service-hostname

Note the following about the values:

  • The values of priority and weight are both set to 1 and can't be changed.
  • The value of port comes from the value that you specify for the AWS_INSTANCE_PORT attribute when you submit a RegisterInstance request.
  • The value of service-hostname is a concatenation of the following values:

    • The value that you specify for InstanceId when you register an instance.
    • The name of the service.
    • The name of the namespace.

    For example, if the value of InstanceId is test, the name of the service is backend, and the name of the namespace is example.com, the value of service-hostname is the following:

    test.backend.example.com

If you specify settings for an SRV record, note the following:

  • If you specify values for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both in the RegisterInstance request, Cloud Map automatically creates A and/or AAAA records that have the same name as the value of service-hostname in the SRV record. You can ignore these records.
  • If you're using a system that requires a specific SRV format, such as HAProxy, see the Name element in the documentation about CreateService for information about how to specify the correct name format.

$sel:ttl:DnsRecord', dnsRecord_ttl - The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.

Alias records don't include a TTL because Route 53 uses the TTL for the Amazon Web Services resource that an alias record routes traffic to. If you include the AWS_ALIAS_DNS_NAME attribute when you submit a RegisterInstance request, the TTL value is ignored. Always specify a TTL for the service; you can use a service to register instances that create either alias or non-alias records.

dnsRecord_type :: Lens' DnsRecord RecordType Source #

The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries. You can specify values for Type in the following combinations:

  • A
  • AAAA
  • A and AAAA
  • SRV
  • CNAME

If you want Cloud Map to create a Route 53 alias record when you register an instance, specify A or AAAA for Type.

You specify other settings, such as the IP address for A and AAAA records, when you register an instance. For more information, see RegisterInstance.

The following values are supported:

A
Route 53 returns the IP address of the resource in IPv4 format, such as 192.0.2.44.
AAAA
Route 53 returns the IP address of the resource in IPv6 format, such as 2001:0db8:85a3:0000:0000:abcd:0001:2345.
CNAME
Route 53 returns the domain name of the resource, such as www.example.com. Note the following:
  • You specify the domain name that you want to route traffic to when you register an instance. For more information, see Attributes in the topic RegisterInstance.
  • You must specify WEIGHTED for the value of RoutingPolicy.
  • You can't specify both CNAME for Type and settings for HealthCheckConfig. If you do, the request will fail with an InvalidInput error.
SRV
Route 53 returns the value for an SRV record. The value for an SRV record uses the following values:
priority weight port service-hostname

Note the following about the values:

  • The values of priority and weight are both set to 1 and can't be changed.
  • The value of port comes from the value that you specify for the AWS_INSTANCE_PORT attribute when you submit a RegisterInstance request.
  • The value of service-hostname is a concatenation of the following values:

    • The value that you specify for InstanceId when you register an instance.
    • The name of the service.
    • The name of the namespace.

    For example, if the value of InstanceId is test, the name of the service is backend, and the name of the namespace is example.com, the value of service-hostname is the following:

    test.backend.example.com

If you specify settings for an SRV record, note the following:

  • If you specify values for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both in the RegisterInstance request, Cloud Map automatically creates A and/or AAAA records that have the same name as the value of service-hostname in the SRV record. You can ignore these records.
  • If you're using a system that requires a specific SRV format, such as HAProxy, see the Name element in the documentation about CreateService for information about how to specify the correct name format.

dnsRecord_ttl :: Lens' DnsRecord Natural Source #

The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.

Alias records don't include a TTL because Route 53 uses the TTL for the Amazon Web Services resource that an alias record routes traffic to. If you include the AWS_ALIAS_DNS_NAME attribute when you submit a RegisterInstance request, the TTL value is ignored. Always specify a TTL for the service; you can use a service to register instances that create either alias or non-alias records.

HealthCheckConfig

data HealthCheckConfig Source #

Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

Health checks are basic Route 53 health checks that monitor an Amazon Web Services endpoint. For information about pricing for health checks, see Amazon Route 53 Pricing.

Note the following about configuring health checks.

A and AAAA records
If DnsConfig includes configurations for both A and AAAA records, Cloud Map creates a health check that uses the IPv4 address to check the health of the resource. If the endpoint tthat's specified by the IPv4 address is unhealthy, Route 53 considers both the A and AAAA records to be unhealthy.
CNAME records
You can't specify settings for HealthCheckConfig when the DNSConfig includes CNAME for the value of Type. If you do, the CreateService request will fail with an InvalidInput error.
Request interval
A Route 53 health checker in each health-checking Amazon Web Services Region sends a health check request to an endpoint every 30 seconds. On average, your endpoint receives a health check request about every two seconds. However, health checkers don't coordinate with one another. Therefore, you might sometimes see several requests in one second that's followed by a few seconds with no health checks at all.
Health checking regions
Health checkers perform checks from all Route 53 health-checking Regions. For a list of the current Regions, see Regions.
Alias records
When you register an instance, if you include the AWS_ALIAS_DNS_NAME attribute, Cloud Map creates a Route 53 alias record. Note the following:
  • Route 53 automatically sets EvaluateTargetHealth to true for alias records. When EvaluateTargetHealth is true, the alias record inherits the health of the referenced Amazon Web Services resource. such as an ELB load balancer. For more information, see EvaluateTargetHealth.
  • If you include HealthCheckConfig and then use the service to register an instance that creates an alias record, Route 53 doesn't create the health check.
Charges for health checks
Health checks are basic Route 53 health checks that monitor an Amazon Web Services endpoint. For information about pricing for health checks, see Amazon Route 53 Pricing.

See: newHealthCheckConfig smart constructor.

Constructors

HealthCheckConfig' 

Fields

  • failureThreshold :: Maybe Natural

    The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or the other way around. For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

  • resourcePath :: Maybe Text

    The path that you want Route 53 to request when performing health checks. The path can be any value that your endpoint returns an HTTP status code of a 2xx or 3xx format for when the endpoint is healthy. An example file is /docs/route53-health-check.html. Route 53 automatically adds the DNS name for the service. If you don't specify a value for ResourcePath, the default value is /.

    If you specify TCP for Type, you must not specify a value for ResourcePath.

  • type' :: HealthCheckType

    The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.

    You can't change the value of Type after you create a health check.

    You can create the following types of health checks:

    • HTTP: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.
    • HTTPS: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

      If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

    • TCP: Route 53 tries to establish a TCP connection.

      If you specify TCP for Type, don't specify a value for ResourcePath.

    For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

Instances

Instances details
Eq HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

Read HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

Show HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

Generic HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

Associated Types

type Rep HealthCheckConfig :: Type -> Type #

NFData HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

Methods

rnf :: HealthCheckConfig -> () #

Hashable HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

ToJSON HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

FromJSON HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

type Rep HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckConfig

type Rep HealthCheckConfig = D1 ('MetaData "HealthCheckConfig" "Amazonka.Route53AutoNaming.Types.HealthCheckConfig" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "HealthCheckConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "resourcePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HealthCheckType))))

newHealthCheckConfig Source #

Create a value of HealthCheckConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureThreshold:HealthCheckConfig', healthCheckConfig_failureThreshold - The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or the other way around. For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

$sel:resourcePath:HealthCheckConfig', healthCheckConfig_resourcePath - The path that you want Route 53 to request when performing health checks. The path can be any value that your endpoint returns an HTTP status code of a 2xx or 3xx format for when the endpoint is healthy. An example file is /docs/route53-health-check.html. Route 53 automatically adds the DNS name for the service. If you don't specify a value for ResourcePath, the default value is /.

If you specify TCP for Type, you must not specify a value for ResourcePath.

$sel:type':HealthCheckConfig', healthCheckConfig_type - The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.

You can't change the value of Type after you create a health check.

You can create the following types of health checks:

  • HTTP: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.
  • HTTPS: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

  • TCP: Route 53 tries to establish a TCP connection.

    If you specify TCP for Type, don't specify a value for ResourcePath.

For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

healthCheckConfig_failureThreshold :: Lens' HealthCheckConfig (Maybe Natural) Source #

The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status of the endpoint from unhealthy to healthy or the other way around. For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

healthCheckConfig_resourcePath :: Lens' HealthCheckConfig (Maybe Text) Source #

The path that you want Route 53 to request when performing health checks. The path can be any value that your endpoint returns an HTTP status code of a 2xx or 3xx format for when the endpoint is healthy. An example file is /docs/route53-health-check.html. Route 53 automatically adds the DNS name for the service. If you don't specify a value for ResourcePath, the default value is /.

If you specify TCP for Type, you must not specify a value for ResourcePath.

healthCheckConfig_type :: Lens' HealthCheckConfig HealthCheckType Source #

The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.

You can't change the value of Type after you create a health check.

You can create the following types of health checks:

  • HTTP: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.
  • HTTPS: Route 53 tries to establish a TCP connection. If successful, Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

  • TCP: Route 53 tries to establish a TCP connection.

    If you specify TCP for Type, don't specify a value for ResourcePath.

For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Route 53 Developer Guide.

HealthCheckCustomConfig

data HealthCheckCustomConfig Source #

A complex type that contains information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:

  • You can't use a health check that's defined by HealthCheckConfig because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)
  • You want to use a third-party health checker regardless of where your resources are located.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

To change the status of a custom health check, submit an UpdateInstanceCustomHealthStatus request. Cloud Map doesn't monitor the status of the resource, it just keeps a record of the status specified in the most recent UpdateInstanceCustomHealthStatus request.

Here's how custom health checks work:

  1. You create a service.
  2. You register an instance.
  3. You configure a third-party health checker to monitor the resource that's associated with the new instance.

    Cloud Map doesn't check the health of the resource directly.

  4. The third-party health-checker determines that the resource is unhealthy and notifies your application.
  5. Your application submits an UpdateInstanceCustomHealthStatus request.
  6. Cloud Map waits for 30 seconds.
  7. If another UpdateInstanceCustomHealthStatus request doesn't arrive during that time to change the status back to healthy, Cloud Map stops routing traffic to the resource.

See: newHealthCheckCustomConfig smart constructor.

Constructors

HealthCheckCustomConfig' 

Fields

  • failureThreshold :: Maybe Natural

    This parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatus request before changing the status of the service instance.

    The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.

    Sending a second or subsequent UpdateInstanceCustomHealthStatus request with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits 30 seconds after the first request to make the change.

Instances

Instances details
Eq HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

Read HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

Show HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

Generic HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

Associated Types

type Rep HealthCheckCustomConfig :: Type -> Type #

NFData HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

Methods

rnf :: HealthCheckCustomConfig -> () #

Hashable HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

ToJSON HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

FromJSON HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

type Rep HealthCheckCustomConfig Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig

type Rep HealthCheckCustomConfig = D1 ('MetaData "HealthCheckCustomConfig" "Amazonka.Route53AutoNaming.Types.HealthCheckCustomConfig" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "HealthCheckCustomConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newHealthCheckCustomConfig :: HealthCheckCustomConfig Source #

Create a value of HealthCheckCustomConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureThreshold:HealthCheckCustomConfig', healthCheckCustomConfig_failureThreshold - This parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatus request before changing the status of the service instance.

The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.

Sending a second or subsequent UpdateInstanceCustomHealthStatus request with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits 30 seconds after the first request to make the change.

healthCheckCustomConfig_failureThreshold :: Lens' HealthCheckCustomConfig (Maybe Natural) Source #

This parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an UpdateInstanceCustomHealthStatus request before changing the status of the service instance.

The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.

Sending a second or subsequent UpdateInstanceCustomHealthStatus request with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits 30 seconds after the first request to make the change.

HttpInstanceSummary

data HttpInstanceSummary Source #

In a response to a DiscoverInstances request, HttpInstanceSummary contains information about one instance that matches the values that you specified in the request.

See: newHttpInstanceSummary smart constructor.

Constructors

HttpInstanceSummary' 

Fields

  • instanceId :: Maybe Text

    The ID of an instance that matches the values that you specified in the request.

  • namespaceName :: Maybe Text

    @ @

    The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

  • attributes :: Maybe (HashMap Text Text)

    If you included any attributes when you registered the instance, the values of those attributes.

  • serviceName :: Maybe Text

    The name of the service that you specified when you registered the instance.

  • healthStatus :: Maybe HealthStatus

    If you configured health checking in the service, the current health status of the service instance.

Instances

Instances details
Eq HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

Read HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

Show HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

Generic HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

Associated Types

type Rep HttpInstanceSummary :: Type -> Type #

NFData HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

Methods

rnf :: HttpInstanceSummary -> () #

Hashable HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

FromJSON HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

type Rep HttpInstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpInstanceSummary

type Rep HttpInstanceSummary = D1 ('MetaData "HttpInstanceSummary" "Amazonka.Route53AutoNaming.Types.HttpInstanceSummary" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "HttpInstanceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "healthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthStatus))))))

newHttpInstanceSummary :: HttpInstanceSummary Source #

Create a value of HttpInstanceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceId:HttpInstanceSummary', httpInstanceSummary_instanceId - The ID of an instance that matches the values that you specified in the request.

$sel:namespaceName:HttpInstanceSummary', httpInstanceSummary_namespaceName - @ @

The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

$sel:attributes:HttpInstanceSummary', httpInstanceSummary_attributes - If you included any attributes when you registered the instance, the values of those attributes.

$sel:serviceName:HttpInstanceSummary', httpInstanceSummary_serviceName - The name of the service that you specified when you registered the instance.

$sel:healthStatus:HttpInstanceSummary', httpInstanceSummary_healthStatus - If you configured health checking in the service, the current health status of the service instance.

httpInstanceSummary_instanceId :: Lens' HttpInstanceSummary (Maybe Text) Source #

The ID of an instance that matches the values that you specified in the request.

httpInstanceSummary_namespaceName :: Lens' HttpInstanceSummary (Maybe Text) Source #

@ @

The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

httpInstanceSummary_attributes :: Lens' HttpInstanceSummary (Maybe (HashMap Text Text)) Source #

If you included any attributes when you registered the instance, the values of those attributes.

httpInstanceSummary_serviceName :: Lens' HttpInstanceSummary (Maybe Text) Source #

The name of the service that you specified when you registered the instance.

httpInstanceSummary_healthStatus :: Lens' HttpInstanceSummary (Maybe HealthStatus) Source #

If you configured health checking in the service, the current health status of the service instance.

HttpNamespaceChange

data HttpNamespaceChange Source #

Updated properties for the HTTP namespace.

See: newHttpNamespaceChange smart constructor.

Constructors

HttpNamespaceChange' 

Fields

Instances

Instances details
Eq HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Read HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Show HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Generic HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Associated Types

type Rep HttpNamespaceChange :: Type -> Type #

NFData HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Methods

rnf :: HttpNamespaceChange -> () #

Hashable HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

ToJSON HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

type Rep HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

type Rep HttpNamespaceChange = D1 ('MetaData "HttpNamespaceChange" "Amazonka.Route53AutoNaming.Types.HttpNamespaceChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "HttpNamespaceChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHttpNamespaceChange Source #

Create a value of HttpNamespaceChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:HttpNamespaceChange', httpNamespaceChange_description - An updated description for the HTTP namespace.

httpNamespaceChange_description :: Lens' HttpNamespaceChange Text Source #

An updated description for the HTTP namespace.

HttpProperties

data HttpProperties Source #

A complex type that contains the name of an HTTP namespace.

See: newHttpProperties smart constructor.

Constructors

HttpProperties' 

Fields

Instances

Instances details
Eq HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Read HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Show HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Generic HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Associated Types

type Rep HttpProperties :: Type -> Type #

NFData HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Methods

rnf :: HttpProperties -> () #

Hashable HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

FromJSON HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

type Rep HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

type Rep HttpProperties = D1 ('MetaData "HttpProperties" "Amazonka.Route53AutoNaming.Types.HttpProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "HttpProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHttpProperties :: HttpProperties Source #

Create a value of HttpProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpName:HttpProperties', httpProperties_httpName - The name of an HTTP namespace.

httpProperties_httpName :: Lens' HttpProperties (Maybe Text) Source #

The name of an HTTP namespace.

Instance

data Instance Source #

A complex type that contains information about an instance that Cloud Map creates when you submit a RegisterInstance request.

See: newInstance smart constructor.

Constructors

Instance' 

Fields

  • creatorRequestId :: Maybe Text

    A unique string that identifies the request and that allows failed RegisterInstance requests to be retried without the risk of executing the operation twice. You must use a unique CreatorRequestId string every time you submit a RegisterInstance request if you're registering additional instances for the same namespace and service. CreatorRequestId can be any unique string (for example, a date/time stamp).

  • attributes :: Maybe (HashMap Text Text)

    A string map that contains the following information for the service that you specify in ServiceId:

    • The attributes that apply to the records that are defined in the service.
    • For each attribute, the applicable value.

    Supported attribute keys include the following:

    AWS_ALIAS_DNS_NAME
    If you want Cloud Map to create a Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see AliasTarget-DNSName> in the Route 53 API Reference.

    Note the following:

    • The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both.
    • In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED.
    • If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map creates the health check, but it won't associate the health check with the alias record.
    • Auto naming currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than ELB load balancers.
    • If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes.
    AWS_EC2_INSTANCE_ID
    HTTP namespaces only. The Amazon EC2 instance ID for the instance. The AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
    AWS_INIT_HEALTH_STATUS
    If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
    AWS_INSTANCE_CNAME
    If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com).

    This value is required if the service specified by ServiceId includes settings for an CNAME record.

    AWS_INSTANCE_IPV4
    If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44).

    This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

    AWS_INSTANCE_IPV6
    If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).

    This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

    AWS_INSTANCE_PORT
    If the service includes an SRV record, the value that you want Route 53 to return for the port.

    If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to.

    This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service.

  • id :: Text

    An identifier that you want to associate with the instance. Note the following:

    • If the service that's specified by ServiceId includes settings for an SRV record, the value of InstanceId is automatically included as part of the value for the SRV record. For more information, see DnsRecord Type>.
    • You can use this value to update an existing instance.
    • To register a new instance, you must specify a value that's unique among instances that you register by using the same service.
    • If you specify an existing InstanceId and ServiceId, Cloud Map updates the existing DNS records. If there's also an existing health check, Cloud Map deletes the old health check and creates a new one.

      The health check isn't deleted immediately, so it will still appear for a while if you submit a ListHealthChecks request, for example.

Instances

Instances details
Eq Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Read Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

NFData Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Methods

rnf :: Instance -> () #

Hashable Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

FromJSON Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

type Rep Instance Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.Route53AutoNaming.Types.Instance" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creatorRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInstance Source #

Create a value of Instance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creatorRequestId:Instance', instance_creatorRequestId - A unique string that identifies the request and that allows failed RegisterInstance requests to be retried without the risk of executing the operation twice. You must use a unique CreatorRequestId string every time you submit a RegisterInstance request if you're registering additional instances for the same namespace and service. CreatorRequestId can be any unique string (for example, a date/time stamp).

$sel:attributes:Instance', instance_attributes - A string map that contains the following information for the service that you specify in ServiceId:

  • The attributes that apply to the records that are defined in the service.
  • For each attribute, the applicable value.

Supported attribute keys include the following:

AWS_ALIAS_DNS_NAME
If you want Cloud Map to create a Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see AliasTarget-DNSName> in the Route 53 API Reference.

Note the following:

  • The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both.
  • In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED.
  • If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map creates the health check, but it won't associate the health check with the alias record.
  • Auto naming currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than ELB load balancers.
  • If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes.
AWS_EC2_INSTANCE_ID
HTTP namespaces only. The Amazon EC2 instance ID for the instance. The AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
AWS_INIT_HEALTH_STATUS
If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
AWS_INSTANCE_CNAME
If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com).

This value is required if the service specified by ServiceId includes settings for an CNAME record.

AWS_INSTANCE_IPV4
If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44).

This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

AWS_INSTANCE_IPV6
If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).

This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

AWS_INSTANCE_PORT
If the service includes an SRV record, the value that you want Route 53 to return for the port.

If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to.

This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service.

$sel:id:Instance', instance_id - An identifier that you want to associate with the instance. Note the following:

  • If the service that's specified by ServiceId includes settings for an SRV record, the value of InstanceId is automatically included as part of the value for the SRV record. For more information, see DnsRecord Type>.
  • You can use this value to update an existing instance.
  • To register a new instance, you must specify a value that's unique among instances that you register by using the same service.
  • If you specify an existing InstanceId and ServiceId, Cloud Map updates the existing DNS records. If there's also an existing health check, Cloud Map deletes the old health check and creates a new one.

    The health check isn't deleted immediately, so it will still appear for a while if you submit a ListHealthChecks request, for example.

instance_creatorRequestId :: Lens' Instance (Maybe Text) Source #

A unique string that identifies the request and that allows failed RegisterInstance requests to be retried without the risk of executing the operation twice. You must use a unique CreatorRequestId string every time you submit a RegisterInstance request if you're registering additional instances for the same namespace and service. CreatorRequestId can be any unique string (for example, a date/time stamp).

instance_attributes :: Lens' Instance (Maybe (HashMap Text Text)) Source #

A string map that contains the following information for the service that you specify in ServiceId:

  • The attributes that apply to the records that are defined in the service.
  • For each attribute, the applicable value.

Supported attribute keys include the following:

AWS_ALIAS_DNS_NAME
If you want Cloud Map to create a Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see AliasTarget-DNSName> in the Route 53 API Reference.

Note the following:

  • The configuration for the service that's specified by ServiceId must include settings for an A record, an AAAA record, or both.
  • In the service that's specified by ServiceId, the value of RoutingPolicy must be WEIGHTED.
  • If the service that's specified by ServiceId includes HealthCheckConfig settings, Cloud Map creates the health check, but it won't associate the health check with the alias record.
  • Auto naming currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than ELB load balancers.
  • If you specify a value for AWS_ALIAS_DNS_NAME, don't specify values for any of the AWS_INSTANCE attributes.
AWS_EC2_INSTANCE_ID
HTTP namespaces only. The Amazon EC2 instance ID for the instance. The AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
AWS_INIT_HEALTH_STATUS
If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
AWS_INSTANCE_CNAME
If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries (for example, example.com).

This value is required if the service specified by ServiceId includes settings for an CNAME record.

AWS_INSTANCE_IPV4
If the service configuration includes an A record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, 192.0.2.44).

This value is required if the service specified by ServiceId includes settings for an A record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

AWS_INSTANCE_IPV6
If the service configuration includes an AAAA record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).

This value is required if the service specified by ServiceId includes settings for an AAAA record. If the service includes settings for an SRV record, you must specify a value for AWS_INSTANCE_IPV4, AWS_INSTANCE_IPV6, or both.

AWS_INSTANCE_PORT
If the service includes an SRV record, the value that you want Route 53 to return for the port.

If the service includes HealthCheckConfig, the port on the endpoint that you want Route 53 to send requests to.

This value is required if you specified settings for an SRV record or a Route 53 health check when you created the service.

instance_id :: Lens' Instance Text Source #

An identifier that you want to associate with the instance. Note the following:

  • If the service that's specified by ServiceId includes settings for an SRV record, the value of InstanceId is automatically included as part of the value for the SRV record. For more information, see DnsRecord Type>.
  • You can use this value to update an existing instance.
  • To register a new instance, you must specify a value that's unique among instances that you register by using the same service.
  • If you specify an existing InstanceId and ServiceId, Cloud Map updates the existing DNS records. If there's also an existing health check, Cloud Map deletes the old health check and creates a new one.

    The health check isn't deleted immediately, so it will still appear for a while if you submit a ListHealthChecks request, for example.

InstanceSummary

data InstanceSummary Source #

A complex type that contains information about the instances that you registered by using a specified service.

See: newInstanceSummary smart constructor.

Constructors

InstanceSummary' 

Fields

  • attributes :: Maybe (HashMap Text Text)

    A string map that contains the following information:

    • The attributes that are associated with the instance.
    • For each attribute, the applicable value.

    Supported attribute keys include the following:

    AWS_ALIAS_DNS_NAME
    For an alias record that routes traffic to an Elastic Load Balancing load balancer, the DNS name that's associated with the load balancer.
    AWS_EC2_INSTANCE_ID (HTTP namespaces only)
    The Amazon EC2 instance ID for the instance. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
    AWS_INIT_HEALTH_STATUS
    If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
    AWS_INSTANCE_CNAME
    For a CNAME record, the domain name that Route 53 returns in response to DNS queries (for example, example.com).
    AWS_INSTANCE_IPV4
    For an A record, the IPv4 address that Route 53 returns in response to DNS queries (for example, 192.0.2.44).
    AWS_INSTANCE_IPV6
    For an AAAA record, the IPv6 address that Route 53 returns in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).
    AWS_INSTANCE_PORT
    For an SRV record, the value that Route 53 returns for the port. In addition, if the service includes HealthCheckConfig, the port on the endpoint that Route 53 sends requests to.
  • id :: Maybe Text

    The ID for an instance that you created by using a specified service.

Instances

Instances details
Eq InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

Read InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

Show InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

Generic InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

Associated Types

type Rep InstanceSummary :: Type -> Type #

NFData InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

Methods

rnf :: InstanceSummary -> () #

Hashable InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

FromJSON InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

type Rep InstanceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.InstanceSummary

type Rep InstanceSummary = D1 ('MetaData "InstanceSummary" "Amazonka.Route53AutoNaming.Types.InstanceSummary" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "InstanceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceSummary :: InstanceSummary Source #

Create a value of InstanceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:InstanceSummary', instanceSummary_attributes - A string map that contains the following information:

  • The attributes that are associated with the instance.
  • For each attribute, the applicable value.

Supported attribute keys include the following:

AWS_ALIAS_DNS_NAME
For an alias record that routes traffic to an Elastic Load Balancing load balancer, the DNS name that's associated with the load balancer.
AWS_EC2_INSTANCE_ID (HTTP namespaces only)
The Amazon EC2 instance ID for the instance. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
AWS_INIT_HEALTH_STATUS
If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
AWS_INSTANCE_CNAME
For a CNAME record, the domain name that Route 53 returns in response to DNS queries (for example, example.com).
AWS_INSTANCE_IPV4
For an A record, the IPv4 address that Route 53 returns in response to DNS queries (for example, 192.0.2.44).
AWS_INSTANCE_IPV6
For an AAAA record, the IPv6 address that Route 53 returns in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).
AWS_INSTANCE_PORT
For an SRV record, the value that Route 53 returns for the port. In addition, if the service includes HealthCheckConfig, the port on the endpoint that Route 53 sends requests to.

$sel:id:InstanceSummary', instanceSummary_id - The ID for an instance that you created by using a specified service.

instanceSummary_attributes :: Lens' InstanceSummary (Maybe (HashMap Text Text)) Source #

A string map that contains the following information:

  • The attributes that are associated with the instance.
  • For each attribute, the applicable value.

Supported attribute keys include the following:

AWS_ALIAS_DNS_NAME
For an alias record that routes traffic to an Elastic Load Balancing load balancer, the DNS name that's associated with the load balancer.
AWS_EC2_INSTANCE_ID (HTTP namespaces only)
The Amazon EC2 instance ID for the instance. When the AWS_EC2_INSTANCE_ID attribute is specified, then the AWS_INSTANCE_IPV4 attribute contains the primary private IPv4 address.
AWS_INIT_HEALTH_STATUS
If the service configuration includes HealthCheckCustomConfig, you can optionally use AWS_INIT_HEALTH_STATUS to specify the initial status of the custom health check, HEALTHY or UNHEALTHY. If you don't specify a value for AWS_INIT_HEALTH_STATUS, the initial status is HEALTHY.
AWS_INSTANCE_CNAME
For a CNAME record, the domain name that Route 53 returns in response to DNS queries (for example, example.com).
AWS_INSTANCE_IPV4
For an A record, the IPv4 address that Route 53 returns in response to DNS queries (for example, 192.0.2.44).
AWS_INSTANCE_IPV6
For an AAAA record, the IPv6 address that Route 53 returns in response to DNS queries (for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345).
AWS_INSTANCE_PORT
For an SRV record, the value that Route 53 returns for the port. In addition, if the service includes HealthCheckConfig, the port on the endpoint that Route 53 sends requests to.

instanceSummary_id :: Lens' InstanceSummary (Maybe Text) Source #

The ID for an instance that you created by using a specified service.

Namespace

data Namespace Source #

A complex type that contains information about a specified namespace.

See: newNamespace smart constructor.

Constructors

Namespace' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

  • creatorRequestId :: Maybe Text

    A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice.

  • createDate :: Maybe POSIX

    The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

  • serviceCount :: Maybe Int

    The number of services that are associated with the namespace.

  • name :: Maybe Text

    The name of the namespace, such as example.com.

  • id :: Maybe Text

    The ID of a namespace.

  • type' :: Maybe NamespaceType

    The type of the namespace. The methods for discovering instances depends on the value that you specify:

    HTTP
    Instances can be discovered only programmatically, using the Cloud Map DiscoverInstances API.
    DNS_PUBLIC
    Instances can be discovered using public DNS queries and using the DiscoverInstances API.
    DNS_PRIVATE
    Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.
  • description :: Maybe Text

    The description that you specify for the namespace when you create it.

  • properties :: Maybe NamespaceProperties

    A complex type that contains information that's specific to the type of the namespace.

Instances

Instances details
Eq Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

Read Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

Show Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

Generic Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

Associated Types

type Rep Namespace :: Type -> Type #

NFData Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

Methods

rnf :: Namespace -> () #

Hashable Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

FromJSON Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

type Rep Namespace Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Namespace

newNamespace :: Namespace Source #

Create a value of Namespace with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Namespace', namespace_arn - The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

$sel:creatorRequestId:Namespace', namespace_creatorRequestId - A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice.

$sel:createDate:Namespace', namespace_createDate - The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

$sel:serviceCount:Namespace', namespace_serviceCount - The number of services that are associated with the namespace.

$sel:name:Namespace', namespace_name - The name of the namespace, such as example.com.

$sel:id:Namespace', namespace_id - The ID of a namespace.

$sel:type':Namespace', namespace_type - The type of the namespace. The methods for discovering instances depends on the value that you specify:

HTTP
Instances can be discovered only programmatically, using the Cloud Map DiscoverInstances API.
DNS_PUBLIC
Instances can be discovered using public DNS queries and using the DiscoverInstances API.
DNS_PRIVATE
Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.

$sel:description:Namespace', namespace_description - The description that you specify for the namespace when you create it.

$sel:properties:Namespace', namespace_properties - A complex type that contains information that's specific to the type of the namespace.

namespace_arn :: Lens' Namespace (Maybe Text) Source #

The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

namespace_creatorRequestId :: Lens' Namespace (Maybe Text) Source #

A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice.

namespace_createDate :: Lens' Namespace (Maybe UTCTime) Source #

The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

namespace_serviceCount :: Lens' Namespace (Maybe Int) Source #

The number of services that are associated with the namespace.

namespace_name :: Lens' Namespace (Maybe Text) Source #

The name of the namespace, such as example.com.

namespace_id :: Lens' Namespace (Maybe Text) Source #

The ID of a namespace.

namespace_type :: Lens' Namespace (Maybe NamespaceType) Source #

The type of the namespace. The methods for discovering instances depends on the value that you specify:

HTTP
Instances can be discovered only programmatically, using the Cloud Map DiscoverInstances API.
DNS_PUBLIC
Instances can be discovered using public DNS queries and using the DiscoverInstances API.
DNS_PRIVATE
Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.

namespace_description :: Lens' Namespace (Maybe Text) Source #

The description that you specify for the namespace when you create it.

namespace_properties :: Lens' Namespace (Maybe NamespaceProperties) Source #

A complex type that contains information that's specific to the type of the namespace.

NamespaceFilter

data NamespaceFilter Source #

A complex type that identifies the namespaces that you want to list. You can choose to list public or private namespaces.

See: newNamespaceFilter smart constructor.

Constructors

NamespaceFilter' 

Fields

  • condition :: Maybe FilterCondition

    The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

    EQ
    When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
    IN
    When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
    BETWEEN
    Not applicable
  • name :: NamespaceFilterName

    Specify TYPE.

  • values :: [Text]

    If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

    If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

Instances

Instances details
Eq NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Read NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Show NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Generic NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Associated Types

type Rep NamespaceFilter :: Type -> Type #

NFData NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

Methods

rnf :: NamespaceFilter -> () #

Hashable NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

ToJSON NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

type Rep NamespaceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceFilter

type Rep NamespaceFilter = D1 ('MetaData "NamespaceFilter" "Amazonka.Route53AutoNaming.Types.NamespaceFilter" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "NamespaceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterCondition)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NamespaceFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newNamespaceFilter Source #

Create a value of NamespaceFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:condition:NamespaceFilter', namespaceFilter_condition - The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

EQ
When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
IN
When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
BETWEEN
Not applicable

$sel:name:NamespaceFilter', namespaceFilter_name - Specify TYPE.

$sel:values:NamespaceFilter', namespaceFilter_values - If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

namespaceFilter_condition :: Lens' NamespaceFilter (Maybe FilterCondition) Source #

The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid values for condition include:

EQ
When you specify EQ for the condition, you can choose to list only public namespaces or private namespaces, but not both. EQ is the default condition and can be omitted.
IN
When you specify IN for the condition, you can choose to list public namespaces, private namespaces, or both.
BETWEEN
Not applicable

namespaceFilter_values :: Lens' NamespaceFilter [Text] Source #

If you specify EQ for Condition, specify either DNS_PUBLIC or DNS_PRIVATE.

If you specify IN for Condition, you can specify DNS_PUBLIC, DNS_PRIVATE, or both.

NamespaceProperties

data NamespaceProperties Source #

A complex type that contains information that's specific to the namespace type.

See: newNamespaceProperties smart constructor.

Constructors

NamespaceProperties' 

Fields

Instances

Instances details
Eq NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Read NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Show NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Generic NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Associated Types

type Rep NamespaceProperties :: Type -> Type #

NFData NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

Methods

rnf :: NamespaceProperties -> () #

Hashable NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

FromJSON NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

type Rep NamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceProperties

type Rep NamespaceProperties = D1 ('MetaData "NamespaceProperties" "Amazonka.Route53AutoNaming.Types.NamespaceProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "NamespaceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DnsProperties)) :*: S1 ('MetaSel ('Just "httpProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HttpProperties))))

newNamespaceProperties :: NamespaceProperties Source #

Create a value of NamespaceProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsProperties:NamespaceProperties', namespaceProperties_dnsProperties - A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

$sel:httpProperties:NamespaceProperties', namespaceProperties_httpProperties - A complex type that contains the name of an HTTP namespace.

namespaceProperties_dnsProperties :: Lens' NamespaceProperties (Maybe DnsProperties) Source #

A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

namespaceProperties_httpProperties :: Lens' NamespaceProperties (Maybe HttpProperties) Source #

A complex type that contains the name of an HTTP namespace.

NamespaceSummary

data NamespaceSummary Source #

A complex type that contains information about a namespace.

See: newNamespaceSummary smart constructor.

Constructors

NamespaceSummary' 

Fields

Instances

Instances details
Eq NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

Read NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

Show NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

Generic NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

Associated Types

type Rep NamespaceSummary :: Type -> Type #

NFData NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

Methods

rnf :: NamespaceSummary -> () #

Hashable NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

FromJSON NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

type Rep NamespaceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.NamespaceSummary

newNamespaceSummary :: NamespaceSummary Source #

Create a value of NamespaceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:NamespaceSummary', namespaceSummary_arn - The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

$sel:createDate:NamespaceSummary', namespaceSummary_createDate - The date and time that the namespace was created.

$sel:serviceCount:NamespaceSummary', namespaceSummary_serviceCount - The number of services that were created using the namespace.

$sel:name:NamespaceSummary', namespaceSummary_name - The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.

$sel:id:NamespaceSummary', namespaceSummary_id - The ID of the namespace.

$sel:type':NamespaceSummary', namespaceSummary_type - The type of the namespace, either public or private.

$sel:description:NamespaceSummary', namespaceSummary_description - A description for the namespace.

$sel:properties:NamespaceSummary', namespaceSummary_properties - The properties of the namespace.

namespaceSummary_arn :: Lens' NamespaceSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

namespaceSummary_createDate :: Lens' NamespaceSummary (Maybe UTCTime) Source #

The date and time that the namespace was created.

namespaceSummary_serviceCount :: Lens' NamespaceSummary (Maybe Int) Source #

The number of services that were created using the namespace.

namespaceSummary_name :: Lens' NamespaceSummary (Maybe Text) Source #

The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.

namespaceSummary_type :: Lens' NamespaceSummary (Maybe NamespaceType) Source #

The type of the namespace, either public or private.

Operation

data Operation Source #

A complex type that contains information about a specified operation.

See: newOperation smart constructor.

Constructors

Operation' 

Fields

  • status :: Maybe OperationStatus

    The status of the operation. Values include the following:

    SUBMITTED
    This is the initial state that occurs immediately after you submit a request.
    PENDING
    Cloud Map is performing the operation.
    SUCCESS
    The operation succeeded.
    FAIL
    The operation failed. For the failure reason, see ErrorMessage.
  • updateDate :: Maybe POSIX

    The date and time that the value of Status changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value of UpdateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

  • createDate :: Maybe POSIX

    The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

  • targets :: Maybe (HashMap OperationTargetType Text)

    The name of the target entity that's associated with the operation:

    NAMESPACE
    The namespace ID is returned in the ResourceId property.
    SERVICE
    The service ID is returned in the ResourceId property.
    INSTANCE
    The instance ID is returned in the ResourceId property.
  • errorCode :: Maybe Text

    The code associated with ErrorMessage. Values for ErrorCode include the following:

    • ACCESS_DENIED
    • CANNOT_CREATE_HOSTED_ZONE
    • EXPIRED_TOKEN
    • HOSTED_ZONE_NOT_FOUND
    • INTERNAL_FAILURE
    • INVALID_CHANGE_BATCH
    • THROTTLED_REQUEST
  • id :: Maybe Text

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

  • type' :: Maybe OperationType

    The name of the operation that's associated with the specified ID.

  • errorMessage :: Maybe Text

    If the value of Status is FAIL, the reason that the operation failed.

Instances

Instances details
Eq Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

Read Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

Generic Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

NFData Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

Methods

rnf :: Operation -> () #

Hashable Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

FromJSON Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

type Rep Operation Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Operation

newOperation :: Operation Source #

Create a value of Operation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Operation', operation_status - The status of the operation. Values include the following:

SUBMITTED
This is the initial state that occurs immediately after you submit a request.
PENDING
Cloud Map is performing the operation.
SUCCESS
The operation succeeded.
FAIL
The operation failed. For the failure reason, see ErrorMessage.

$sel:updateDate:Operation', operation_updateDate - The date and time that the value of Status changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value of UpdateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

$sel:createDate:Operation', operation_createDate - The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

$sel:targets:Operation', operation_targets - The name of the target entity that's associated with the operation:

NAMESPACE
The namespace ID is returned in the ResourceId property.
SERVICE
The service ID is returned in the ResourceId property.
INSTANCE
The instance ID is returned in the ResourceId property.

$sel:errorCode:Operation', operation_errorCode - The code associated with ErrorMessage. Values for ErrorCode include the following:

  • ACCESS_DENIED
  • CANNOT_CREATE_HOSTED_ZONE
  • EXPIRED_TOKEN
  • HOSTED_ZONE_NOT_FOUND
  • INTERNAL_FAILURE
  • INVALID_CHANGE_BATCH
  • THROTTLED_REQUEST

$sel:id:Operation', operation_id - The ID of the operation that you want to get information about.

$sel:type':Operation', operation_type - The name of the operation that's associated with the specified ID.

$sel:errorMessage:Operation', operation_errorMessage - If the value of Status is FAIL, the reason that the operation failed.

operation_status :: Lens' Operation (Maybe OperationStatus) Source #

The status of the operation. Values include the following:

SUBMITTED
This is the initial state that occurs immediately after you submit a request.
PENDING
Cloud Map is performing the operation.
SUCCESS
The operation succeeded.
FAIL
The operation failed. For the failure reason, see ErrorMessage.

operation_updateDate :: Lens' Operation (Maybe UTCTime) Source #

The date and time that the value of Status changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value of UpdateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

operation_createDate :: Lens' Operation (Maybe UTCTime) Source #

The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

operation_targets :: Lens' Operation (Maybe (HashMap OperationTargetType Text)) Source #

The name of the target entity that's associated with the operation:

NAMESPACE
The namespace ID is returned in the ResourceId property.
SERVICE
The service ID is returned in the ResourceId property.
INSTANCE
The instance ID is returned in the ResourceId property.

operation_errorCode :: Lens' Operation (Maybe Text) Source #

The code associated with ErrorMessage. Values for ErrorCode include the following:

  • ACCESS_DENIED
  • CANNOT_CREATE_HOSTED_ZONE
  • EXPIRED_TOKEN
  • HOSTED_ZONE_NOT_FOUND
  • INTERNAL_FAILURE
  • INVALID_CHANGE_BATCH
  • THROTTLED_REQUEST

operation_id :: Lens' Operation (Maybe Text) Source #

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

operation_type :: Lens' Operation (Maybe OperationType) Source #

The name of the operation that's associated with the specified ID.

operation_errorMessage :: Lens' Operation (Maybe Text) Source #

If the value of Status is FAIL, the reason that the operation failed.

OperationFilter

data OperationFilter Source #

A complex type that lets you select the operations that you want to list.

See: newOperationFilter smart constructor.

Constructors

OperationFilter' 

Fields

  • condition :: Maybe FilterCondition

    The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:

    • EQ: When you specify EQ for the condition, you can specify only one value. EQ is supported for NAMESPACE_ID, SERVICE_ID, STATUS, and TYPE. EQ is the default condition and can be omitted.
    • IN: When you specify IN for the condition, you can specify a list of one or more values. IN is supported for STATUS and TYPE. An operation must match one of the specified values to be returned in the response.
    • BETWEEN: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value. BETWEEN is supported for UPDATE_DATE.
  • name :: OperationFilterName

    Specify the operations that you want to get:

    • NAMESPACE_ID: Gets operations related to specified namespaces.
    • SERVICE_ID: Gets operations related to specified services.
    • STATUS: Gets operations based on the status of the operations: SUBMITTED, PENDING, SUCCEED, or FAIL.
    • TYPE: Gets specified types of operation.
    • UPDATE_DATE: Gets operations that changed status during a specified date/time range.
  • values :: [Text]

    Specify values that are applicable to the value that you specify for Name:

    • NAMESPACE_ID: Specify one namespace ID.
    • SERVICE_ID: Specify one service ID.
    • STATUS: Specify one or more statuses: SUBMITTED, PENDING, SUCCEED, or FAIL.
    • TYPE: Specify one or more of the following types: CREATE_NAMESPACE, DELETE_NAMESPACE, UPDATE_SERVICE, REGISTER_INSTANCE, or DEREGISTER_INSTANCE.
    • UPDATE_DATE: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value.

Instances

Instances details
Eq OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

Read OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

Show OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

Generic OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

Associated Types

type Rep OperationFilter :: Type -> Type #

NFData OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

Methods

rnf :: OperationFilter -> () #

Hashable OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

ToJSON OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

type Rep OperationFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationFilter

type Rep OperationFilter = D1 ('MetaData "OperationFilter" "Amazonka.Route53AutoNaming.Types.OperationFilter" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "OperationFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterCondition)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OperationFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newOperationFilter Source #

Create a value of OperationFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:condition:OperationFilter', operationFilter_condition - The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:

  • EQ: When you specify EQ for the condition, you can specify only one value. EQ is supported for NAMESPACE_ID, SERVICE_ID, STATUS, and TYPE. EQ is the default condition and can be omitted.
  • IN: When you specify IN for the condition, you can specify a list of one or more values. IN is supported for STATUS and TYPE. An operation must match one of the specified values to be returned in the response.
  • BETWEEN: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value. BETWEEN is supported for UPDATE_DATE.

$sel:name:OperationFilter', operationFilter_name - Specify the operations that you want to get:

  • NAMESPACE_ID: Gets operations related to specified namespaces.
  • SERVICE_ID: Gets operations related to specified services.
  • STATUS: Gets operations based on the status of the operations: SUBMITTED, PENDING, SUCCEED, or FAIL.
  • TYPE: Gets specified types of operation.
  • UPDATE_DATE: Gets operations that changed status during a specified date/time range.

$sel:values:OperationFilter', operationFilter_values - Specify values that are applicable to the value that you specify for Name:

  • NAMESPACE_ID: Specify one namespace ID.
  • SERVICE_ID: Specify one service ID.
  • STATUS: Specify one or more statuses: SUBMITTED, PENDING, SUCCEED, or FAIL.
  • TYPE: Specify one or more of the following types: CREATE_NAMESPACE, DELETE_NAMESPACE, UPDATE_SERVICE, REGISTER_INSTANCE, or DEREGISTER_INSTANCE.
  • UPDATE_DATE: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value.

operationFilter_condition :: Lens' OperationFilter (Maybe FilterCondition) Source #

The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:

  • EQ: When you specify EQ for the condition, you can specify only one value. EQ is supported for NAMESPACE_ID, SERVICE_ID, STATUS, and TYPE. EQ is the default condition and can be omitted.
  • IN: When you specify IN for the condition, you can specify a list of one or more values. IN is supported for STATUS and TYPE. An operation must match one of the specified values to be returned in the response.
  • BETWEEN: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value. BETWEEN is supported for UPDATE_DATE.

operationFilter_name :: Lens' OperationFilter OperationFilterName Source #

Specify the operations that you want to get:

  • NAMESPACE_ID: Gets operations related to specified namespaces.
  • SERVICE_ID: Gets operations related to specified services.
  • STATUS: Gets operations based on the status of the operations: SUBMITTED, PENDING, SUCCEED, or FAIL.
  • TYPE: Gets specified types of operation.
  • UPDATE_DATE: Gets operations that changed status during a specified date/time range.

operationFilter_values :: Lens' OperationFilter [Text] Source #

Specify values that are applicable to the value that you specify for Name:

  • NAMESPACE_ID: Specify one namespace ID.
  • SERVICE_ID: Specify one service ID.
  • STATUS: Specify one or more statuses: SUBMITTED, PENDING, SUCCEED, or FAIL.
  • TYPE: Specify one or more of the following types: CREATE_NAMESPACE, DELETE_NAMESPACE, UPDATE_SERVICE, REGISTER_INSTANCE, or DEREGISTER_INSTANCE.
  • UPDATE_DATE: Specify a start date and an end date in Unix date/time format and Coordinated Universal Time (UTC). The start date must be the first value.

OperationSummary

data OperationSummary Source #

A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.

See: newOperationSummary smart constructor.

Constructors

OperationSummary' 

Fields

  • status :: Maybe OperationStatus

    The status of the operation. Values include the following:

    • SUBMITTED: This is the initial state immediately after you submit a request.
    • PENDING: Cloud Map is performing the operation.
    • SUCCESS: The operation succeeded.
    • FAIL: The operation failed. For the failure reason, see ErrorMessage.
  • id :: Maybe Text

    The ID for an operation.

Instances

Instances details
Eq OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Read OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.OperationSummary

type Rep OperationSummary = D1 ('MetaData "OperationSummary" "Amazonka.Route53AutoNaming.Types.OperationSummary" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "OperationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationStatus)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOperationSummary :: OperationSummary Source #

Create a value of OperationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:OperationSummary', operationSummary_status - The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.

$sel:id:OperationSummary', operationSummary_id - The ID for an operation.

operationSummary_status :: Lens' OperationSummary (Maybe OperationStatus) Source #

The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.

PrivateDnsNamespaceChange

data PrivateDnsNamespaceChange Source #

Updated properties for the private DNS namespace.

See: newPrivateDnsNamespaceChange smart constructor.

Constructors

PrivateDnsNamespaceChange' 

Fields

Instances

Instances details
Eq PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

Read PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

Show PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

Generic PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

Associated Types

type Rep PrivateDnsNamespaceChange :: Type -> Type #

NFData PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

Hashable PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

ToJSON PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

type Rep PrivateDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange

type Rep PrivateDnsNamespaceChange = D1 ('MetaData "PrivateDnsNamespaceChange" "Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PrivateDnsNamespaceChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrivateDnsNamespacePropertiesChange))))

newPrivateDnsNamespaceChange :: PrivateDnsNamespaceChange Source #

Create a value of PrivateDnsNamespaceChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:PrivateDnsNamespaceChange', privateDnsNamespaceChange_description - An updated description for the private DNS namespace.

$sel:properties:PrivateDnsNamespaceChange', privateDnsNamespaceChange_properties - Properties to be updated in the private DNS namespace.

privateDnsNamespaceChange_description :: Lens' PrivateDnsNamespaceChange (Maybe Text) Source #

An updated description for the private DNS namespace.

PrivateDnsNamespaceProperties

data PrivateDnsNamespaceProperties Source #

DNS properties for the private DNS namespace.

See: newPrivateDnsNamespaceProperties smart constructor.

Constructors

PrivateDnsNamespaceProperties' 

Fields

Instances

Instances details
Eq PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

Read PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

Show PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

Generic PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

Associated Types

type Rep PrivateDnsNamespaceProperties :: Type -> Type #

NFData PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

Hashable PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

ToJSON PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

type Rep PrivateDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties

type Rep PrivateDnsNamespaceProperties = D1 ('MetaData "PrivateDnsNamespaceProperties" "Amazonka.Route53AutoNaming.Types.PrivateDnsNamespaceProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PrivateDnsNamespaceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrivateDnsPropertiesMutable)))

newPrivateDnsNamespaceProperties Source #

Create a value of PrivateDnsNamespaceProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsProperties:PrivateDnsNamespaceProperties', privateDnsNamespaceProperties_dnsProperties - DNS properties for the private DNS namespace.

PrivateDnsNamespacePropertiesChange

data PrivateDnsNamespacePropertiesChange Source #

Updated properties for the private DNS namespace.

See: newPrivateDnsNamespacePropertiesChange smart constructor.

Constructors

PrivateDnsNamespacePropertiesChange' 

Fields

Instances

Instances details
Eq PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

Read PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

Show PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

Generic PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

NFData PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

Hashable PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

ToJSON PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

type Rep PrivateDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange

type Rep PrivateDnsNamespacePropertiesChange = D1 ('MetaData "PrivateDnsNamespacePropertiesChange" "Amazonka.Route53AutoNaming.Types.PrivateDnsNamespacePropertiesChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PrivateDnsNamespacePropertiesChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrivateDnsPropertiesMutableChange)))

newPrivateDnsNamespacePropertiesChange Source #

Create a value of PrivateDnsNamespacePropertiesChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsProperties:PrivateDnsNamespacePropertiesChange', privateDnsNamespacePropertiesChange_dnsProperties - Updated DNS properties for the private DNS namespace.

PrivateDnsPropertiesMutable

data PrivateDnsPropertiesMutable Source #

DNS properties for the private DNS namespace.

See: newPrivateDnsPropertiesMutable smart constructor.

Constructors

PrivateDnsPropertiesMutable' 

Fields

  • soa :: SOA

    Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

Instances

Instances details
Eq PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

Read PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

Show PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

Generic PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

Associated Types

type Rep PrivateDnsPropertiesMutable :: Type -> Type #

NFData PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

Hashable PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

ToJSON PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

type Rep PrivateDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable

type Rep PrivateDnsPropertiesMutable = D1 ('MetaData "PrivateDnsPropertiesMutable" "Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutable" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PrivateDnsPropertiesMutable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SOA)))

newPrivateDnsPropertiesMutable Source #

Create a value of PrivateDnsPropertiesMutable with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:soa:PrivateDnsPropertiesMutable', privateDnsPropertiesMutable_soa - Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

privateDnsPropertiesMutable_soa :: Lens' PrivateDnsPropertiesMutable SOA Source #

Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

PrivateDnsPropertiesMutableChange

data PrivateDnsPropertiesMutableChange Source #

Updated DNS properties for the private DNS namespace.

See: newPrivateDnsPropertiesMutableChange smart constructor.

Constructors

PrivateDnsPropertiesMutableChange' 

Fields

  • soa :: SOAChange

    Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

Instances

Instances details
Eq PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

Read PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

Show PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

Generic PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

Associated Types

type Rep PrivateDnsPropertiesMutableChange :: Type -> Type #

NFData PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

Hashable PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

ToJSON PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

type Rep PrivateDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange

type Rep PrivateDnsPropertiesMutableChange = D1 ('MetaData "PrivateDnsPropertiesMutableChange" "Amazonka.Route53AutoNaming.Types.PrivateDnsPropertiesMutableChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PrivateDnsPropertiesMutableChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SOAChange)))

newPrivateDnsPropertiesMutableChange Source #

Create a value of PrivateDnsPropertiesMutableChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:soa:PrivateDnsPropertiesMutableChange', privateDnsPropertiesMutableChange_soa - Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

privateDnsPropertiesMutableChange_soa :: Lens' PrivateDnsPropertiesMutableChange SOAChange Source #

Updated fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.

PublicDnsNamespaceChange

data PublicDnsNamespaceChange Source #

Updated properties for the public DNS namespace.

See: newPublicDnsNamespaceChange smart constructor.

Constructors

PublicDnsNamespaceChange' 

Fields

Instances

Instances details
Eq PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

Read PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

Show PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

Generic PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

Associated Types

type Rep PublicDnsNamespaceChange :: Type -> Type #

NFData PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

Hashable PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

ToJSON PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

type Rep PublicDnsNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange

type Rep PublicDnsNamespaceChange = D1 ('MetaData "PublicDnsNamespaceChange" "Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PublicDnsNamespaceChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicDnsNamespacePropertiesChange))))

newPublicDnsNamespaceChange :: PublicDnsNamespaceChange Source #

Create a value of PublicDnsNamespaceChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:PublicDnsNamespaceChange', publicDnsNamespaceChange_description - An updated description for the public DNS namespace.

$sel:properties:PublicDnsNamespaceChange', publicDnsNamespaceChange_properties - Properties to be updated in the public DNS namespace.

publicDnsNamespaceChange_description :: Lens' PublicDnsNamespaceChange (Maybe Text) Source #

An updated description for the public DNS namespace.

PublicDnsNamespaceProperties

data PublicDnsNamespaceProperties Source #

DNS properties for the public DNS namespace.

See: newPublicDnsNamespaceProperties smart constructor.

Constructors

PublicDnsNamespaceProperties' 

Fields

Instances

Instances details
Eq PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

Read PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

Show PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

Generic PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

Associated Types

type Rep PublicDnsNamespaceProperties :: Type -> Type #

NFData PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

Hashable PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

ToJSON PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

type Rep PublicDnsNamespaceProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties

type Rep PublicDnsNamespaceProperties = D1 ('MetaData "PublicDnsNamespaceProperties" "Amazonka.Route53AutoNaming.Types.PublicDnsNamespaceProperties" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PublicDnsNamespaceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PublicDnsPropertiesMutable)))

newPublicDnsNamespaceProperties Source #

Create a value of PublicDnsNamespaceProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsProperties:PublicDnsNamespaceProperties', publicDnsNamespaceProperties_dnsProperties - DNS properties for the public DNS namespace.

PublicDnsNamespacePropertiesChange

data PublicDnsNamespacePropertiesChange Source #

Updated properties for the public DNS namespace.

See: newPublicDnsNamespacePropertiesChange smart constructor.

Constructors

PublicDnsNamespacePropertiesChange' 

Fields

Instances

Instances details
Eq PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

Read PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

Show PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

Generic PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

Associated Types

type Rep PublicDnsNamespacePropertiesChange :: Type -> Type #

NFData PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

Hashable PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

ToJSON PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

type Rep PublicDnsNamespacePropertiesChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange

type Rep PublicDnsNamespacePropertiesChange = D1 ('MetaData "PublicDnsNamespacePropertiesChange" "Amazonka.Route53AutoNaming.Types.PublicDnsNamespacePropertiesChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PublicDnsNamespacePropertiesChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PublicDnsPropertiesMutableChange)))

newPublicDnsNamespacePropertiesChange Source #

Create a value of PublicDnsNamespacePropertiesChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsProperties:PublicDnsNamespacePropertiesChange', publicDnsNamespacePropertiesChange_dnsProperties - Updated DNS properties for the hosted zone for the public DNS namespace.

PublicDnsPropertiesMutable

data PublicDnsPropertiesMutable Source #

DNS properties for the public DNS namespace.

See: newPublicDnsPropertiesMutable smart constructor.

Constructors

PublicDnsPropertiesMutable' 

Fields

  • soa :: SOA

    Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

Instances

Instances details
Eq PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

Read PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

Show PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

Generic PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

Associated Types

type Rep PublicDnsPropertiesMutable :: Type -> Type #

NFData PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

Hashable PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

ToJSON PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

type Rep PublicDnsPropertiesMutable Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable

type Rep PublicDnsPropertiesMutable = D1 ('MetaData "PublicDnsPropertiesMutable" "Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutable" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PublicDnsPropertiesMutable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SOA)))

newPublicDnsPropertiesMutable Source #

Create a value of PublicDnsPropertiesMutable with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:soa:PublicDnsPropertiesMutable', publicDnsPropertiesMutable_soa - Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

publicDnsPropertiesMutable_soa :: Lens' PublicDnsPropertiesMutable SOA Source #

Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

PublicDnsPropertiesMutableChange

data PublicDnsPropertiesMutableChange Source #

Updated DNS properties for the public DNS namespace.

See: newPublicDnsPropertiesMutableChange smart constructor.

Constructors

PublicDnsPropertiesMutableChange' 

Fields

  • soa :: SOAChange

    Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

Instances

Instances details
Eq PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Read PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Show PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Generic PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Associated Types

type Rep PublicDnsPropertiesMutableChange :: Type -> Type #

NFData PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

Hashable PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

ToJSON PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

type Rep PublicDnsPropertiesMutableChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange

type Rep PublicDnsPropertiesMutableChange = D1 ('MetaData "PublicDnsPropertiesMutableChange" "Amazonka.Route53AutoNaming.Types.PublicDnsPropertiesMutableChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "PublicDnsPropertiesMutableChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "soa") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SOAChange)))

newPublicDnsPropertiesMutableChange Source #

Create a value of PublicDnsPropertiesMutableChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:soa:PublicDnsPropertiesMutableChange', publicDnsPropertiesMutableChange_soa - Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

publicDnsPropertiesMutableChange_soa :: Lens' PublicDnsPropertiesMutableChange SOAChange Source #

Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.

SOA

data SOA Source #

Start of Authority (SOA) properties for a public or private DNS namespace.

See: newSOA smart constructor.

Constructors

SOA' 

Fields

  • ttl :: Natural

    The time to live (TTL) for purposes of negative caching.

Instances

Instances details
Eq SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

(==) :: SOA -> SOA -> Bool #

(/=) :: SOA -> SOA -> Bool #

Read SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Show SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

showsPrec :: Int -> SOA -> ShowS #

show :: SOA -> String #

showList :: [SOA] -> ShowS #

Generic SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Associated Types

type Rep SOA :: Type -> Type #

Methods

from :: SOA -> Rep SOA x #

to :: Rep SOA x -> SOA #

NFData SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

rnf :: SOA -> () #

Hashable SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

Methods

hashWithSalt :: Int -> SOA -> Int #

hash :: SOA -> Int #

ToJSON SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

FromJSON SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

type Rep SOA Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOA

type Rep SOA = D1 ('MetaData "SOA" "Amazonka.Route53AutoNaming.Types.SOA" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "SOA'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newSOA Source #

Arguments

:: Natural

$sel:ttl:SOA'

-> SOA 

Create a value of SOA with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ttl:SOA', soa_ttl - The time to live (TTL) for purposes of negative caching.

soa_ttl :: Lens' SOA Natural Source #

The time to live (TTL) for purposes of negative caching.

SOAChange

data SOAChange Source #

Updated Start of Authority (SOA) properties for a public or private DNS namespace.

See: newSOAChange smart constructor.

Constructors

SOAChange' 

Fields

  • ttl :: Natural

    The updated time to live (TTL) for purposes of negative caching.

Instances

Instances details
Eq SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Read SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Show SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Generic SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Associated Types

type Rep SOAChange :: Type -> Type #

NFData SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

Methods

rnf :: SOAChange -> () #

Hashable SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

ToJSON SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

type Rep SOAChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.SOAChange

type Rep SOAChange = D1 ('MetaData "SOAChange" "Amazonka.Route53AutoNaming.Types.SOAChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "SOAChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newSOAChange Source #

Create a value of SOAChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ttl:SOAChange', sOAChange_ttl - The updated time to live (TTL) for purposes of negative caching.

sOAChange_ttl :: Lens' SOAChange Natural Source #

The updated time to live (TTL) for purposes of negative caching.

ServiceChange

data ServiceChange Source #

A complex type that contains changes to an existing service.

See: newServiceChange smart constructor.

Constructors

ServiceChange' 

Fields

  • healthCheckConfig :: Maybe HealthCheckConfig

    Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

  • dnsConfig :: Maybe DnsConfigChange

    Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

  • description :: Maybe Text

    A description for the service.

Instances

Instances details
Eq ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

Read ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

Show ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

Generic ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

Associated Types

type Rep ServiceChange :: Type -> Type #

NFData ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

Methods

rnf :: ServiceChange -> () #

Hashable ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

ToJSON ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

type Rep ServiceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceChange

type Rep ServiceChange = D1 ('MetaData "ServiceChange" "Amazonka.Route53AutoNaming.Types.ServiceChange" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "ServiceChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "healthCheckConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckConfig)) :*: (S1 ('MetaSel ('Just "dnsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DnsConfigChange)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceChange :: ServiceChange Source #

Create a value of ServiceChange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:healthCheckConfig:ServiceChange', serviceChange_healthCheckConfig - Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

$sel:dnsConfig:ServiceChange', serviceChange_dnsConfig - Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

$sel:description:ServiceChange', serviceChange_description - A description for the service.

serviceChange_healthCheckConfig :: Lens' ServiceChange (Maybe HealthCheckConfig) Source #

Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

serviceChange_dnsConfig :: Lens' ServiceChange (Maybe DnsConfigChange) Source #

Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

serviceChange_description :: Lens' ServiceChange (Maybe Text) Source #

A description for the service.

ServiceFilter

data ServiceFilter Source #

A complex type that lets you specify the namespaces that you want to list services for.

See: newServiceFilter smart constructor.

Constructors

ServiceFilter' 

Fields

  • condition :: Maybe FilterCondition

    The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

    • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.
    • IN: When you specify IN, specify a list of the IDs for the namespaces that you want ListServices to return a list of services for.
    • BETWEEN: Not applicable.
  • name :: ServiceFilterName

    Specify NAMESPACE_ID.

  • values :: [Text]

    The values that are applicable to the value that you specify for Condition to filter the list of services.

Instances

Instances details
Eq ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

Read ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

Show ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

Generic ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

Associated Types

type Rep ServiceFilter :: Type -> Type #

NFData ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

Methods

rnf :: ServiceFilter -> () #

Hashable ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

ToJSON ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

type Rep ServiceFilter Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceFilter

type Rep ServiceFilter = D1 ('MetaData "ServiceFilter" "Amazonka.Route53AutoNaming.Types.ServiceFilter" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "ServiceFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterCondition)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceFilterName) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newServiceFilter Source #

Create a value of ServiceFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:condition:ServiceFilter', serviceFilter_condition - The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

  • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.
  • IN: When you specify IN, specify a list of the IDs for the namespaces that you want ListServices to return a list of services for.
  • BETWEEN: Not applicable.

$sel:name:ServiceFilter', serviceFilter_name - Specify NAMESPACE_ID.

$sel:values:ServiceFilter', serviceFilter_values - The values that are applicable to the value that you specify for Condition to filter the list of services.

serviceFilter_condition :: Lens' ServiceFilter (Maybe FilterCondition) Source #

The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

  • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.
  • IN: When you specify IN, specify a list of the IDs for the namespaces that you want ListServices to return a list of services for.
  • BETWEEN: Not applicable.

serviceFilter_values :: Lens' ServiceFilter [Text] Source #

The values that are applicable to the value that you specify for Condition to filter the list of services.

ServiceInfo

data ServiceInfo Source #

A complex type that contains information about the specified service.

See: newServiceInfo smart constructor.

Constructors

ServiceInfo' 

Fields

  • instanceCount :: Maybe Int

    The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

  • healthCheckConfig :: Maybe HealthCheckConfig

    Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

    For information about the charges for health checks, see Amazon Route 53 Pricing.

  • creatorRequestId :: Maybe Text

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

  • createDate :: Maybe POSIX

    The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

  • healthCheckCustomConfig :: Maybe HealthCheckCustomConfig

    A complex type that contains information about an optional custom health check.

    If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

  • namespaceId :: Maybe Text

    The ID of the namespace that was used to create the service.

  • name :: Maybe Text

    The name of the service.

  • id :: Maybe Text

    The ID that Cloud Map assigned to the service when you created it.

  • type' :: Maybe ServiceType

    Describes the systems that can be used to discover the service instances.

    DNS_HTTP
    The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
    HTTP
    The service instances can only be discovered using the DiscoverInstances API operation.
    DNS
    Reserved.
  • dnsConfig :: Maybe DnsConfig

    A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

  • description :: Maybe Text

    The description of the service.

Instances

Instances details
Eq ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

Read ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

Show ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

Generic ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

Associated Types

type Rep ServiceInfo :: Type -> Type #

NFData ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

Methods

rnf :: ServiceInfo -> () #

Hashable ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

FromJSON ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

type Rep ServiceInfo Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceInfo

type Rep ServiceInfo = D1 ('MetaData "ServiceInfo" "Amazonka.Route53AutoNaming.Types.ServiceInfo" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "ServiceInfo'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "healthCheckConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckConfig)))) :*: (S1 ('MetaSel ('Just "creatorRequestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "healthCheckCustomConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckCustomConfig))))) :*: ((S1 ('MetaSel ('Just "namespaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceType)) :*: (S1 ('MetaSel ('Just "dnsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DnsConfig)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newServiceInfo :: ServiceInfo Source #

Create a value of ServiceInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceCount:ServiceInfo', serviceInfo_instanceCount - The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

$sel:arn:ServiceInfo', serviceInfo_arn - The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

$sel:healthCheckConfig:ServiceInfo', serviceInfo_healthCheckConfig - Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

For information about the charges for health checks, see Amazon Route 53 Pricing.

$sel:creatorRequestId:ServiceInfo', serviceInfo_creatorRequestId - A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/timestamp).

$sel:createDate:ServiceInfo', serviceInfo_createDate - The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

$sel:healthCheckCustomConfig:ServiceInfo', serviceInfo_healthCheckCustomConfig - A complex type that contains information about an optional custom health check.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

$sel:namespaceId:ServiceInfo', serviceInfo_namespaceId - The ID of the namespace that was used to create the service.

$sel:name:ServiceInfo', serviceInfo_name - The name of the service.

$sel:id:ServiceInfo', serviceInfo_id - The ID that Cloud Map assigned to the service when you created it.

$sel:type':ServiceInfo', serviceInfo_type - Describes the systems that can be used to discover the service instances.

DNS_HTTP
The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
HTTP
The service instances can only be discovered using the DiscoverInstances API operation.
DNS
Reserved.

$sel:dnsConfig:ServiceInfo', serviceInfo_dnsConfig - A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

$sel:description:ServiceInfo', serviceInfo_description - The description of the service.

serviceInfo_instanceCount :: Lens' ServiceInfo (Maybe Int) Source #

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

serviceInfo_arn :: Lens' ServiceInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

serviceInfo_healthCheckConfig :: Lens' ServiceInfo (Maybe HealthCheckConfig) Source #

Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

For information about the charges for health checks, see Amazon Route 53 Pricing.

serviceInfo_creatorRequestId :: Lens' ServiceInfo (Maybe Text) Source #

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

serviceInfo_createDate :: Lens' ServiceInfo (Maybe UTCTime) Source #

The date and time that the service was created, in Unix format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

serviceInfo_healthCheckCustomConfig :: Lens' ServiceInfo (Maybe HealthCheckCustomConfig) Source #

A complex type that contains information about an optional custom health check.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

serviceInfo_namespaceId :: Lens' ServiceInfo (Maybe Text) Source #

The ID of the namespace that was used to create the service.

serviceInfo_name :: Lens' ServiceInfo (Maybe Text) Source #

The name of the service.

serviceInfo_id :: Lens' ServiceInfo (Maybe Text) Source #

The ID that Cloud Map assigned to the service when you created it.

serviceInfo_type :: Lens' ServiceInfo (Maybe ServiceType) Source #

Describes the systems that can be used to discover the service instances.

DNS_HTTP
The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
HTTP
The service instances can only be discovered using the DiscoverInstances API operation.
DNS
Reserved.

serviceInfo_dnsConfig :: Lens' ServiceInfo (Maybe DnsConfig) Source #

A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

serviceInfo_description :: Lens' ServiceInfo (Maybe Text) Source #

The description of the service.

ServiceSummary

data ServiceSummary Source #

A complex type that contains information about a specified service.

See: newServiceSummary smart constructor.

Constructors

ServiceSummary' 

Fields

  • instanceCount :: Maybe Int

    The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

  • healthCheckConfig :: Maybe HealthCheckConfig

    Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

  • createDate :: Maybe POSIX

    The date and time that the service was created.

  • healthCheckCustomConfig :: Maybe HealthCheckCustomConfig

    Information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:

    • You can't use a health check that's defined by HealthCheckConfig because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)
    • You want to use a third-party health checker regardless of where your resources are located.

    If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

  • name :: Maybe Text

    The name of the service.

  • id :: Maybe Text

    The ID that Cloud Map assigned to the service when you created it.

  • type' :: Maybe ServiceType

    Describes the systems that can be used to discover the service instances.

    DNS_HTTP
    The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
    HTTP
    The service instances can only be discovered using the DiscoverInstances API operation.
    DNS
    Reserved.
  • dnsConfig :: Maybe DnsConfig

    Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

  • description :: Maybe Text

    The description that you specify when you create the service.

Instances

Instances details
Eq ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

Read ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

Show ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

Generic ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

Associated Types

type Rep ServiceSummary :: Type -> Type #

NFData ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

Methods

rnf :: ServiceSummary -> () #

Hashable ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

FromJSON ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

type Rep ServiceSummary Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceSummary

newServiceSummary :: ServiceSummary Source #

Create a value of ServiceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceCount:ServiceSummary', serviceSummary_instanceCount - The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

$sel:arn:ServiceSummary', serviceSummary_arn - The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

$sel:healthCheckConfig:ServiceSummary', serviceSummary_healthCheckConfig - Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

$sel:createDate:ServiceSummary', serviceSummary_createDate - The date and time that the service was created.

$sel:healthCheckCustomConfig:ServiceSummary', serviceSummary_healthCheckCustomConfig - Information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:

  • You can't use a health check that's defined by HealthCheckConfig because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)
  • You want to use a third-party health checker regardless of where your resources are located.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

$sel:name:ServiceSummary', serviceSummary_name - The name of the service.

$sel:id:ServiceSummary', serviceSummary_id - The ID that Cloud Map assigned to the service when you created it.

$sel:type':ServiceSummary', serviceSummary_type - Describes the systems that can be used to discover the service instances.

DNS_HTTP
The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
HTTP
The service instances can only be discovered using the DiscoverInstances API operation.
DNS
Reserved.

$sel:dnsConfig:ServiceSummary', serviceSummary_dnsConfig - Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

$sel:description:ServiceSummary', serviceSummary_description - The description that you specify when you create the service.

serviceSummary_instanceCount :: Lens' ServiceSummary (Maybe Int) Source #

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

serviceSummary_arn :: Lens' ServiceSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) that Cloud Map assigns to the service when you create it.

serviceSummary_healthCheckConfig :: Lens' ServiceSummary (Maybe HealthCheckConfig) Source #

Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

serviceSummary_createDate :: Lens' ServiceSummary (Maybe UTCTime) Source #

The date and time that the service was created.

serviceSummary_healthCheckCustomConfig :: Lens' ServiceSummary (Maybe HealthCheckCustomConfig) Source #

Information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:

  • You can't use a health check that's defined by HealthCheckConfig because the resource isn't available over the internet. For example, you can use a custom health check when the instance is in an Amazon VPC. (To check the health of resources in a VPC, the health checker must also be in the VPC.)
  • You want to use a third-party health checker regardless of where your resources are located.

If you specify a health check configuration, you can specify either HealthCheckCustomConfig or HealthCheckConfig but not both.

serviceSummary_id :: Lens' ServiceSummary (Maybe Text) Source #

The ID that Cloud Map assigned to the service when you created it.

serviceSummary_type :: Lens' ServiceSummary (Maybe ServiceType) Source #

Describes the systems that can be used to discover the service instances.

DNS_HTTP
The service instances can be discovered using either DNS queries or the DiscoverInstances API operation.
HTTP
The service instances can only be discovered using the DiscoverInstances API operation.
DNS
Reserved.

serviceSummary_dnsConfig :: Lens' ServiceSummary (Maybe DnsConfig) Source #

Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

serviceSummary_description :: Lens' ServiceSummary (Maybe Text) Source #

The description that you specify when you create the service.

Tag

data Tag Source #

A custom key-value pair that's associated with a resource.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The key identifier, or name, of the tag.

  • value :: Text

    The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Route53AutoNaming.Types.Tag" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The key identifier, or name, of the tag.

$sel:value:Tag', tag_value - The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.

tag_key :: Lens' Tag Text Source #

The key identifier, or name, of the tag.

tag_value :: Lens' Tag Text Source #

The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.