| 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.InventoryResultEntity
Description
Documentation
data InventoryResultEntity Source #
Inventory query results.
See: newInventoryResultEntity smart constructor.
Constructors
| InventoryResultEntity' | |
Fields | |
Instances
newInventoryResultEntity :: InventoryResultEntity Source #
Create a value of InventoryResultEntity 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':InventoryResultEntity', inventoryResultEntity_data - The data section in the inventory result entity JSON.
$sel:id:InventoryResultEntity', inventoryResultEntity_id - ID of the inventory result entity. For example, for managed node
inventory the result will be the managed node ID. For EC2 instance
inventory, the result will be the instance ID.
inventoryResultEntity_data :: Lens' InventoryResultEntity (Maybe (HashMap Text InventoryResultItem)) Source #
The data section in the inventory result entity JSON.
inventoryResultEntity_id :: Lens' InventoryResultEntity (Maybe Text) Source #
ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.