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

Description

 
Synopsis

Documentation

data OpsEntityItem Source #

The OpsData summary.

See: newOpsEntityItem smart constructor.

Constructors

OpsEntityItem' 

Fields

Instances

Instances details
Eq OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Read OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Show OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Generic OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Associated Types

type Rep OpsEntityItem :: Type -> Type #

NFData OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

Methods

rnf :: OpsEntityItem -> () #

Hashable OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

FromJSON OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

type Rep OpsEntityItem Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntityItem

type Rep OpsEntityItem = D1 ('MetaData "OpsEntityItem" "Amazonka.SSM.Types.OpsEntityItem" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "OpsEntityItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text Text])) :*: S1 ('MetaSel ('Just "captureTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpsEntityItem :: OpsEntityItem Source #

Create a value of OpsEntityItem 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:content:OpsEntityItem', opsEntityItem_content - The details of an OpsData summary.

$sel:captureTime:OpsEntityItem', opsEntityItem_captureTime - The time the OpsData was captured.

opsEntityItem_content :: Lens' OpsEntityItem (Maybe [HashMap Text Text]) Source #

The details of an OpsData summary.

opsEntityItem_captureTime :: Lens' OpsEntityItem (Maybe Text) Source #

The time the OpsData was captured.