amazonka-route53-autonaming-2.0: Amazon Cloud Map SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53AutoNaming.Types.HttpProperties

Description

 
Synopsis

Documentation

data HttpProperties Source #

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

See: newHttpProperties smart constructor.

Constructors

HttpProperties' 

Fields

Instances

Instances details
FromJSON 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 #

Read HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Show HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

NFData HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Methods

rnf :: HttpProperties -> () #

Eq HttpProperties Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpProperties

Hashable 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" "amazonka-route53-autonaming-2.0-98MlwjLW1enGruUXoTOCqp" '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.