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

Description

 
Synopsis

Documentation

data DocumentDefaultVersionDescription Source #

A default version of a document.

See: newDocumentDefaultVersionDescription smart constructor.

Constructors

DocumentDefaultVersionDescription' 

Fields

Instances

Instances details
Eq DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Read DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Show DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Generic DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Associated Types

type Rep DocumentDefaultVersionDescription :: Type -> Type #

NFData DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

Hashable DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

FromJSON DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

type Rep DocumentDefaultVersionDescription Source # 
Instance details

Defined in Amazonka.SSM.Types.DocumentDefaultVersionDescription

type Rep DocumentDefaultVersionDescription = D1 ('MetaData "DocumentDefaultVersionDescription" "Amazonka.SSM.Types.DocumentDefaultVersionDescription" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DocumentDefaultVersionDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultVersionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDocumentDefaultVersionDescription :: DocumentDefaultVersionDescription Source #

Create a value of DocumentDefaultVersionDescription 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:defaultVersionName:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersionName - The default version of the artifact associated with the document.

$sel:defaultVersion:DocumentDefaultVersionDescription', documentDefaultVersionDescription_defaultVersion - The default version of the document.

$sel:name:DocumentDefaultVersionDescription', documentDefaultVersionDescription_name - The name of the document.

documentDefaultVersionDescription_defaultVersionName :: Lens' DocumentDefaultVersionDescription (Maybe Text) Source #

The default version of the artifact associated with the document.