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

Description

 
Synopsis

Documentation

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.