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 |
Documentation
data InventoryResultEntity Source #
Inventory query results.
See: newInventoryResultEntity
smart constructor.
InventoryResultEntity' | |
|
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 instance
inventory the result will be the managed instance 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 instance inventory the result will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID.