| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SSM.DescribeInventoryDeletions
Description
Describes a specific delete inventory operation.
- describeInventoryDeletions :: DescribeInventoryDeletions
- data DescribeInventoryDeletions
- didNextToken :: Lens' DescribeInventoryDeletions (Maybe Text)
- didMaxResults :: Lens' DescribeInventoryDeletions (Maybe Natural)
- didDeletionId :: Lens' DescribeInventoryDeletions (Maybe Text)
- describeInventoryDeletionsResponse :: Int -> DescribeInventoryDeletionsResponse
- data DescribeInventoryDeletionsResponse
- didrsInventoryDeletions :: Lens' DescribeInventoryDeletionsResponse [InventoryDeletionStatusItem]
- didrsNextToken :: Lens' DescribeInventoryDeletionsResponse (Maybe Text)
- didrsResponseStatus :: Lens' DescribeInventoryDeletionsResponse Int
Creating a Request
describeInventoryDeletions :: DescribeInventoryDeletions Source #
Creates a value of DescribeInventoryDeletions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
didNextToken- A token to start the list. Use this token to get the next set of results.didMaxResults- 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.didDeletionId- Specify the delete inventory ID for which you want information. This ID was returned by theDeleteInventoryaction.
data DescribeInventoryDeletions Source #
See: describeInventoryDeletions smart constructor.
Instances
Request Lenses
didNextToken :: Lens' DescribeInventoryDeletions (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
didMaxResults :: 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.
didDeletionId :: Lens' DescribeInventoryDeletions (Maybe Text) Source #
Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory action.
Destructuring the Response
describeInventoryDeletionsResponse Source #
Arguments
| :: Int | |
| -> DescribeInventoryDeletionsResponse |
Creates a value of DescribeInventoryDeletionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
didrsInventoryDeletions- A list of status items for deleted inventory.didrsNextToken- The token for the next set of items to return. Use this token to get the next set of results.didrsResponseStatus- -- | The response status code.
data DescribeInventoryDeletionsResponse Source #
See: describeInventoryDeletionsResponse smart constructor.
Instances
Response Lenses
didrsInventoryDeletions :: Lens' DescribeInventoryDeletionsResponse [InventoryDeletionStatusItem] Source #
A list of status items for deleted inventory.
didrsNextToken :: 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.
didrsResponseStatus :: Lens' DescribeInventoryDeletionsResponse Int Source #
- - | The response status code.