InventoryDeletionStatusItem
Status information returned by the DeleteInventory operation.
Contents
- DeletionId
 - 
               
The deletion ID returned by the
DeleteInventoryoperation.Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: No
 - DeletionStartTime
 - 
               
The UTC timestamp when the delete operation started.
Type: Timestamp
Required: No
 - DeletionSummary
 - 
               
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the AWS Systems Manager User Guide.
Type: InventoryDeletionSummary object
Required: No
 - LastStatus
 - 
               
The status of the operation. Possible values are InProgress and Complete.
Type: String
Valid Values:
InProgress | CompleteRequired: No
 - LastStatusMessage
 - 
               
Information about the status.
Type: String
Required: No
 - LastStatusUpdateTime
 - 
               
The UTC timestamp of when the last status report.
Type: Timestamp
Required: No
 - TypeName
 - 
               
The name of the inventory data type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^(AWS|Custom):.*$Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: