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

Description

 
Synopsis

Documentation

data HttpNamespaceChange Source #

Updated properties for the HTTP namespace.

See: newHttpNamespaceChange smart constructor.

Constructors

HttpNamespaceChange' 

Fields

Instances

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

Read HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Show HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

NFData HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

Methods

rnf :: HttpNamespaceChange -> () #

Eq HttpNamespaceChange Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.HttpNamespaceChange

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