amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.InventoryDeletionSummary

Description

 
Synopsis

Documentation

data InventoryDeletionSummary Source #

Information about the delete operation.

See: newInventoryDeletionSummary smart constructor.

Constructors

InventoryDeletionSummary' 

Fields

Instances

Instances details
FromJSON InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Generic InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Associated Types

type Rep InventoryDeletionSummary :: Type -> Type #

Read InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Show InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

NFData InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Eq InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

Hashable InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

type Rep InventoryDeletionSummary Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryDeletionSummary

type Rep InventoryDeletionSummary = D1 ('MetaData "InventoryDeletionSummary" "Amazonka.SSM.Types.InventoryDeletionSummary" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "InventoryDeletionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "remainingCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "summaryItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InventoryDeletionSummaryItem])) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newInventoryDeletionSummary :: InventoryDeletionSummary Source #

Create a value of InventoryDeletionSummary 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:

InventoryDeletionSummary, inventoryDeletionSummary_remainingCount - Remaining number of items to delete.

$sel:summaryItems:InventoryDeletionSummary', inventoryDeletionSummary_summaryItems - A list of counts and versions for deleted items.

$sel:totalCount:InventoryDeletionSummary', inventoryDeletionSummary_totalCount - The total number of items to delete. This count doesn't change during the delete operation.

inventoryDeletionSummary_totalCount :: Lens' InventoryDeletionSummary (Maybe Int) Source #

The total number of items to delete. This count doesn't change during the delete operation.