libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.UsageInstruction

Description

 
Synopsis

Documentation

data UsageInstruction Source #

Additional information provided by the administrator.

See: newUsageInstruction smart constructor.

Constructors

UsageInstruction' 

Fields

Instances

Instances details
Eq UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Read UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Show UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Generic UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Associated Types

type Rep UsageInstruction :: Type -> Type #

NFData UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Methods

rnf :: UsageInstruction -> () #

Hashable UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

FromJSON UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

type Rep UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

type Rep UsageInstruction = D1 ('MetaData "UsageInstruction" "Amazonka.ServiceCatalog.Types.UsageInstruction" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UsageInstruction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUsageInstruction :: UsageInstruction Source #

Create a value of UsageInstruction 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:value:UsageInstruction', usageInstruction_value - The usage instruction value for this type.

$sel:type':UsageInstruction', usageInstruction_type - The usage instruction type for the value.

usageInstruction_value :: Lens' UsageInstruction (Maybe Text) Source #

The usage instruction value for this type.

usageInstruction_type :: Lens' UsageInstruction (Maybe Text) Source #

The usage instruction type for the value.