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

Description

 
Synopsis

Documentation

data InventoryDeletionStatusItem Source #

Status information returned by the DeleteInventory operation.

See: newInventoryDeletionStatusItem smart constructor.

Constructors

InventoryDeletionStatusItem' 

Fields

Instances

Instances details
Eq InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Read InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Show InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Generic InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Associated Types

type Rep InventoryDeletionStatusItem :: Type -> Type #

NFData InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

Hashable InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

FromJSON InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

type Rep InventoryDeletionStatusItem Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionStatusItem

type Rep InventoryDeletionStatusItem = D1 ('MetaData "InventoryDeletionStatusItem" "Amazonka.SSM.Types.InventoryDeletionStatusItem" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "InventoryDeletionStatusItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastStatusUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deletionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryDeletionSummary)) :*: S1 ('MetaSel ('Just "lastStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryDeletionStatus))) :*: (S1 ('MetaSel ('Just "deletionStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deletionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInventoryDeletionStatusItem :: InventoryDeletionStatusItem Source #

Create a value of InventoryDeletionStatusItem 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:typeName:InventoryDeletionStatusItem', inventoryDeletionStatusItem_typeName - The name of the inventory data type.

$sel:lastStatusUpdateTime:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatusUpdateTime - The UTC timestamp of when the last status report.

$sel:lastStatusMessage:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatusMessage - Information about the status.

$sel:deletionSummary:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionSummary - Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.

$sel:lastStatus:InventoryDeletionStatusItem', inventoryDeletionStatusItem_lastStatus - The status of the operation. Possible values are InProgress and Complete.

$sel:deletionStartTime:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionStartTime - The UTC timestamp when the delete operation started.

$sel:deletionId:InventoryDeletionStatusItem', inventoryDeletionStatusItem_deletionId - The deletion ID returned by the DeleteInventory operation.

inventoryDeletionStatusItem_deletionSummary :: Lens' InventoryDeletionStatusItem (Maybe InventoryDeletionSummary) Source #

Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.

inventoryDeletionStatusItem_lastStatus :: Lens' InventoryDeletionStatusItem (Maybe InventoryDeletionStatus) Source #

The status of the operation. Possible values are InProgress and Complete.

inventoryDeletionStatusItem_deletionId :: Lens' InventoryDeletionStatusItem (Maybe Text) Source #

The deletion ID returned by the DeleteInventory operation.