libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.MetadataValue

Description

 
Synopsis

Documentation

data MetadataValue Source #

Metadata to assign to an Application Manager application.

See: newMetadataValue smart constructor.

Constructors

MetadataValue' 

Fields

  • value :: Maybe Text

    Metadata value to assign to an Application Manager application.

Instances

Instances details
Eq MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Read MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Show MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Generic MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Associated Types

type Rep MetadataValue :: Type -> Type #

NFData MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

Methods

rnf :: MetadataValue -> () #

Hashable MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

ToJSON MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

FromJSON MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

type Rep MetadataValue Source # 
Instance details

Defined in Amazonka.SSM.Types.MetadataValue

type Rep MetadataValue = D1 ('MetaData "MetadataValue" "Amazonka.SSM.Types.MetadataValue" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "MetadataValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetadataValue :: MetadataValue Source #

Create a value of MetadataValue 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:MetadataValue', metadataValue_value - Metadata value to assign to an Application Manager application.

metadataValue_value :: Lens' MetadataValue (Maybe Text) Source #

Metadata value to assign to an Application Manager application.