Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- transferType :: Text
- newListInputDeviceTransfers :: Text -> ListInputDeviceTransfers
- listInputDeviceTransfers_maxResults :: Lens' ListInputDeviceTransfers (Maybe Natural)
- listInputDeviceTransfers_nextToken :: Lens' ListInputDeviceTransfers (Maybe Text)
- listInputDeviceTransfers_transferType :: Lens' ListInputDeviceTransfers Text
- data ListInputDeviceTransfersResponse = ListInputDeviceTransfersResponse' {}
- newListInputDeviceTransfersResponse :: Int -> ListInputDeviceTransfersResponse
- listInputDeviceTransfersResponse_inputDeviceTransfers :: Lens' ListInputDeviceTransfersResponse (Maybe [TransferringInputDeviceSummary])
- listInputDeviceTransfersResponse_nextToken :: Lens' ListInputDeviceTransfersResponse (Maybe Text)
- 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:maxResults:ListInputDeviceTransfers'
, listInputDeviceTransfers_maxResults
- Undocumented member.
ListInputDeviceTransfers
, listInputDeviceTransfers_nextToken
- Undocumented member.
ListInputDeviceTransfers
, listInputDeviceTransfers_transferType
- Undocumented member.
Request Lenses
listInputDeviceTransfers_maxResults :: Lens' ListInputDeviceTransfers (Maybe Natural) Source #
Undocumented member.
listInputDeviceTransfers_nextToken :: Lens' ListInputDeviceTransfers (Maybe Text) 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:inputDeviceTransfers:ListInputDeviceTransfersResponse'
, listInputDeviceTransfersResponse_inputDeviceTransfers
- The list of devices that you are transferring or are being transferred
to you.
ListInputDeviceTransfers
, listInputDeviceTransfersResponse_nextToken
- A token to get additional list results.
$sel:httpStatus:ListInputDeviceTransfersResponse'
, listInputDeviceTransfersResponse_httpStatus
- The response's http status code.
Response Lenses
listInputDeviceTransfersResponse_inputDeviceTransfers :: Lens' ListInputDeviceTransfersResponse (Maybe [TransferringInputDeviceSummary]) Source #
The list of devices that you are transferring or are being transferred to you.
listInputDeviceTransfersResponse_nextToken :: Lens' ListInputDeviceTransfersResponse (Maybe Text) Source #
A token to get additional list results.
listInputDeviceTransfersResponse_httpStatus :: Lens' ListInputDeviceTransfersResponse Int Source #
The response's http status code.