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

Description

 
Synopsis

Documentation

data OpsMetadata Source #

Operational metadata for an application in Application Manager.

See: newOpsMetadata smart constructor.

Constructors

OpsMetadata' 

Fields

Instances

Instances details
Eq OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Read OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Show OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Generic OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Associated Types

type Rep OpsMetadata :: Type -> Type #

NFData OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

Methods

rnf :: OpsMetadata -> () #

Hashable OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

FromJSON OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

type Rep OpsMetadata Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsMetadata

type Rep OpsMetadata = D1 ('MetaData "OpsMetadata" "Amazonka.SSM.Types.OpsMetadata" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "OpsMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "opsMetadataArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newOpsMetadata :: OpsMetadata Source #

Create a value of OpsMetadata 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:opsMetadataArn:OpsMetadata', opsMetadata_opsMetadataArn - The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

$sel:resourceId:OpsMetadata', opsMetadata_resourceId - The ID of the Application Manager application.

$sel:lastModifiedDate:OpsMetadata', opsMetadata_lastModifiedDate - The date the OpsMetadata object was last updated.

$sel:lastModifiedUser:OpsMetadata', opsMetadata_lastModifiedUser - The user name who last updated the OpsMetadata object.

$sel:creationDate:OpsMetadata', opsMetadata_creationDate - The date the OpsMetadata objects was created.

opsMetadata_opsMetadataArn :: Lens' OpsMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

opsMetadata_resourceId :: Lens' OpsMetadata (Maybe Text) Source #

The ID of the Application Manager application.

opsMetadata_lastModifiedDate :: Lens' OpsMetadata (Maybe UTCTime) Source #

The date the OpsMetadata object was last updated.

opsMetadata_lastModifiedUser :: Lens' OpsMetadata (Maybe Text) Source #

The user name who last updated the OpsMetadata object.

opsMetadata_creationDate :: Lens' OpsMetadata (Maybe UTCTime) Source #

The date the OpsMetadata objects was created.