Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OpsEntity = OpsEntity' {}
- newOpsEntity :: OpsEntity
- opsEntity_data :: Lens' OpsEntity (Maybe (HashMap Text OpsEntityItem))
- opsEntity_id :: Lens' OpsEntity (Maybe Text)
Documentation
The result of the query.
See: newOpsEntity
smart constructor.
Instances
Eq OpsEntity Source # | |
Read OpsEntity Source # | |
Show OpsEntity Source # | |
Generic OpsEntity Source # | |
NFData OpsEntity Source # | |
Defined in Amazonka.SSM.Types.OpsEntity | |
Hashable OpsEntity Source # | |
Defined in Amazonka.SSM.Types.OpsEntity | |
FromJSON OpsEntity Source # | |
type Rep OpsEntity Source # | |
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.