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

Description

 
Synopsis

Documentation

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.