paws.management (version 0.1.0)

ssm_describe_inventory_deletions: Describes a specific delete inventory operation

Description

Describes a specific delete inventory operation.

Usage

ssm_describe_inventory_deletions(DeletionId, NextToken, MaxResults)

Arguments

DeletionId

Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory action.

NextToken

A token to start the list. Use this token to get the next set of results.

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Request syntax

svc$describe_inventory_deletions(
  DeletionId = "string",
  NextToken = "string",
  MaxResults = 123
)