Copyright | (c) 2013-2021 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 |
List input devices that are currently being transferred. List input devices that you are transferring from your AWS account or input devices that another AWS account is transferring to you.
This operation returns paginated results.
Synopsis
- data ListInputDeviceTransfers = ListInputDeviceTransfers' {
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- transferType :: Text
- newListInputDeviceTransfers :: Text -> ListInputDeviceTransfers
- listInputDeviceTransfers_nextToken :: Lens' ListInputDeviceTransfers (Maybe Text)
- listInputDeviceTransfers_maxResults :: Lens' ListInputDeviceTransfers (Maybe Natural)
- listInputDeviceTransfers_transferType :: Lens' ListInputDeviceTransfers Text
- data ListInputDeviceTransfersResponse = ListInputDeviceTransfersResponse' {}
- newListInputDeviceTransfersResponse :: Int -> ListInputDeviceTransfersResponse
- listInputDeviceTransfersResponse_nextToken :: Lens' ListInputDeviceTransfersResponse (Maybe Text)
- listInputDeviceTransfersResponse_inputDeviceTransfers :: Lens' ListInputDeviceTransfersResponse (Maybe [TransferringInputDeviceSummary])
- listInputDeviceTransfersResponse_httpStatus :: Lens' ListInputDeviceTransfersResponse Int
Creating a Request
data ListInputDeviceTransfers Source #
Placeholder documentation for ListInputDeviceTransfersRequest
See: newListInputDeviceTransfers
smart constructor.
Instances
newListInputDeviceTransfers Source #
Create a value of ListInputDeviceTransfers
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:ListInputDeviceTransfers'
, listInputDeviceTransfers_nextToken
- Undocumented member.
$sel:maxResults:ListInputDeviceTransfers'
, listInputDeviceTransfers_maxResults
- Undocumented member.
$sel:transferType:ListInputDeviceTransfers'
, listInputDeviceTransfers_transferType
- Undocumented member.
Request Lenses
listInputDeviceTransfers_nextToken :: Lens' ListInputDeviceTransfers (Maybe Text) Source #
Undocumented member.
listInputDeviceTransfers_maxResults :: Lens' ListInputDeviceTransfers (Maybe Natural) Source #
Undocumented member.
listInputDeviceTransfers_transferType :: Lens' ListInputDeviceTransfers Text Source #
Undocumented member.
Destructuring the Response
data ListInputDeviceTransfersResponse Source #
Placeholder documentation for ListInputDeviceTransfersResponse
See: newListInputDeviceTransfersResponse
smart constructor.
ListInputDeviceTransfersResponse' | |
|
Instances
newListInputDeviceTransfersResponse Source #
Create a value of ListInputDeviceTransfersResponse
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:ListInputDeviceTransfers'
, listInputDeviceTransfersResponse_nextToken
- A token to get additional list results.
$sel:inputDeviceTransfers:ListInputDeviceTransfersResponse'
, listInputDeviceTransfersResponse_inputDeviceTransfers
- The list of devices that you are transferring or are being transferred
to you.
$sel:httpStatus:ListInputDeviceTransfersResponse'
, listInputDeviceTransfersResponse_httpStatus
- The response's http status code.
Response Lenses
listInputDeviceTransfersResponse_nextToken :: Lens' ListInputDeviceTransfersResponse (Maybe Text) Source #
A token to get additional list results.
listInputDeviceTransfersResponse_inputDeviceTransfers :: Lens' ListInputDeviceTransfersResponse (Maybe [TransferringInputDeviceSummary]) Source #
The list of devices that you are transferring or are being transferred to you.
listInputDeviceTransfersResponse_httpStatus :: Lens' ListInputDeviceTransfersResponse Int Source #
The response's http status code.