| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.OpsEntity
Description
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.
Constructors
| OpsEntity' | |
Instances
| FromJSON OpsEntity Source # | |
| Generic OpsEntity Source # | |
| Read OpsEntity Source # | |
| Show OpsEntity Source # | |
| NFData OpsEntity Source # | |
Defined in Amazonka.SSM.Types.OpsEntity | |
| Eq OpsEntity Source # | |
| Hashable OpsEntity Source # | |
Defined in Amazonka.SSM.Types.OpsEntity | |
| type Rep OpsEntity Source # | |
Defined in Amazonka.SSM.Types.OpsEntity type Rep OpsEntity = D1 ('MetaData "OpsEntity" "Amazonka.SSM.Types.OpsEntity" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" '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.