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

Description

 
Synopsis

Documentation

data OpsEntity Source #

The result of the query.

See: newOpsEntity smart constructor.

Constructors

OpsEntity' 

Fields

Instances

Instances details
Eq OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Read OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Show OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Generic OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Associated Types

type Rep OpsEntity :: Type -> Type #

NFData OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

Methods

rnf :: OpsEntity -> () #

Hashable OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

FromJSON OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

type Rep OpsEntity Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsEntity

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

newOpsEntity :: OpsEntity Source #

Create a value of OpsEntity 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:data':OpsEntity', opsEntity_data - The data returned by the query.

$sel:id:OpsEntity', opsEntity_id - The query ID.

opsEntity_data :: Lens' OpsEntity (Maybe (HashMap Text OpsEntityItem)) Source #

The data returned by the query.