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

Description

Describes a specific delete inventory operation.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeInventoryDeletions Source #

See: newDescribeInventoryDeletions smart constructor.

Constructors

DescribeInventoryDeletions' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    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.

  • deletionId :: Maybe Text

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

Instances

Instances details
Eq DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Read DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Show DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Generic DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Associated Types

type Rep DescribeInventoryDeletions :: Type -> Type #

NFData DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Hashable DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

ToJSON DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

AWSPager DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

AWSRequest DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

ToHeaders DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

ToPath DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

ToQuery DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

type Rep DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

type Rep DescribeInventoryDeletions = D1 ('MetaData "DescribeInventoryDeletions" "Amazonka.SSM.DescribeInventoryDeletions" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DescribeInventoryDeletions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "deletionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse DescribeInventoryDeletions Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

newDescribeInventoryDeletions :: DescribeInventoryDeletions Source #

Create a value of DescribeInventoryDeletions 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:nextToken:DescribeInventoryDeletions', describeInventoryDeletions_nextToken - A token to start the list. Use this token to get the next set of results.

$sel:maxResults:DescribeInventoryDeletions', describeInventoryDeletions_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.

$sel:deletionId:DescribeInventoryDeletions', describeInventoryDeletions_deletionId - Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory operation.

Request Lenses

describeInventoryDeletions_nextToken :: Lens' DescribeInventoryDeletions (Maybe Text) Source #

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

describeInventoryDeletions_maxResults :: Lens' DescribeInventoryDeletions (Maybe Natural) Source #

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.

describeInventoryDeletions_deletionId :: Lens' DescribeInventoryDeletions (Maybe Text) Source #

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

Destructuring the Response

data DescribeInventoryDeletionsResponse Source #

Constructors

DescribeInventoryDeletionsResponse' 

Fields

Instances

Instances details
Eq DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Read DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Show DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Generic DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

Associated Types

type Rep DescribeInventoryDeletionsResponse :: Type -> Type #

NFData DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

type Rep DescribeInventoryDeletionsResponse Source # 
Instance details

Defined in Amazonka.SSM.DescribeInventoryDeletions

type Rep DescribeInventoryDeletionsResponse = D1 ('MetaData "DescribeInventoryDeletionsResponse" "Amazonka.SSM.DescribeInventoryDeletions" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "DescribeInventoryDeletionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inventoryDeletions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InventoryDeletionStatusItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeInventoryDeletionsResponse Source #

Create a value of DescribeInventoryDeletionsResponse 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:inventoryDeletions:DescribeInventoryDeletionsResponse', describeInventoryDeletionsResponse_inventoryDeletions - A list of status items for deleted inventory.

$sel:nextToken:DescribeInventoryDeletions', describeInventoryDeletionsResponse_nextToken - The token for the next set of items to return. Use this token to get the next set of results.

$sel:httpStatus:DescribeInventoryDeletionsResponse', describeInventoryDeletionsResponse_httpStatus - The response's http status code.

Response Lenses

describeInventoryDeletionsResponse_nextToken :: Lens' DescribeInventoryDeletionsResponse (Maybe Text) Source #

The token for the next set of items to return. Use this token to get the next set of results.