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 |
Returns a list of devices in the fleet.
This operation returns paginated results.
Synopsis
- data ListDeviceFleets = ListDeviceFleets' {}
- newListDeviceFleets :: ListDeviceFleets
- listDeviceFleets_nameContains :: Lens' ListDeviceFleets (Maybe Text)
- listDeviceFleets_lastModifiedTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime)
- listDeviceFleets_creationTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime)
- listDeviceFleets_nextToken :: Lens' ListDeviceFleets (Maybe Text)
- listDeviceFleets_sortOrder :: Lens' ListDeviceFleets (Maybe SortOrder)
- listDeviceFleets_lastModifiedTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime)
- listDeviceFleets_creationTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime)
- listDeviceFleets_maxResults :: Lens' ListDeviceFleets (Maybe Int)
- listDeviceFleets_sortBy :: Lens' ListDeviceFleets (Maybe ListDeviceFleetsSortBy)
- data ListDeviceFleetsResponse = ListDeviceFleetsResponse' {}
- newListDeviceFleetsResponse :: Int -> ListDeviceFleetsResponse
- listDeviceFleetsResponse_nextToken :: Lens' ListDeviceFleetsResponse (Maybe Text)
- listDeviceFleetsResponse_httpStatus :: Lens' ListDeviceFleetsResponse Int
- listDeviceFleetsResponse_deviceFleetSummaries :: Lens' ListDeviceFleetsResponse [DeviceFleetSummary]
Creating a Request
data ListDeviceFleets Source #
See: newListDeviceFleets
smart constructor.
ListDeviceFleets' | |
|
Instances
newListDeviceFleets :: ListDeviceFleets Source #
Create a value of ListDeviceFleets
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:nameContains:ListDeviceFleets'
, listDeviceFleets_nameContains
- Filter for fleets containing this name in their fleet device name.
$sel:lastModifiedTimeBefore:ListDeviceFleets'
, listDeviceFleets_lastModifiedTimeBefore
- Select fleets where the job was updated before X
$sel:creationTimeAfter:ListDeviceFleets'
, listDeviceFleets_creationTimeAfter
- Filter fleets where packaging job was created after specified time.
$sel:nextToken:ListDeviceFleets'
, listDeviceFleets_nextToken
- The response from the last list when returning a list large enough to
need tokening.
$sel:sortOrder:ListDeviceFleets'
, listDeviceFleets_sortOrder
- What direction to sort in.
$sel:lastModifiedTimeAfter:ListDeviceFleets'
, listDeviceFleets_lastModifiedTimeAfter
- Select fleets where the job was updated after X
$sel:creationTimeBefore:ListDeviceFleets'
, listDeviceFleets_creationTimeBefore
- Filter fleets where the edge packaging job was created before specified
time.
$sel:maxResults:ListDeviceFleets'
, listDeviceFleets_maxResults
- The maximum number of results to select.
$sel:sortBy:ListDeviceFleets'
, listDeviceFleets_sortBy
- The column to sort by.
Request Lenses
listDeviceFleets_nameContains :: Lens' ListDeviceFleets (Maybe Text) Source #
Filter for fleets containing this name in their fleet device name.
listDeviceFleets_lastModifiedTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime) Source #
Select fleets where the job was updated before X
listDeviceFleets_creationTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime) Source #
Filter fleets where packaging job was created after specified time.
listDeviceFleets_nextToken :: Lens' ListDeviceFleets (Maybe Text) Source #
The response from the last list when returning a list large enough to need tokening.
listDeviceFleets_sortOrder :: Lens' ListDeviceFleets (Maybe SortOrder) Source #
What direction to sort in.
listDeviceFleets_lastModifiedTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime) Source #
Select fleets where the job was updated after X
listDeviceFleets_creationTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime) Source #
Filter fleets where the edge packaging job was created before specified time.
listDeviceFleets_maxResults :: Lens' ListDeviceFleets (Maybe Int) Source #
The maximum number of results to select.
listDeviceFleets_sortBy :: Lens' ListDeviceFleets (Maybe ListDeviceFleetsSortBy) Source #
The column to sort by.
Destructuring the Response
data ListDeviceFleetsResponse Source #
See: newListDeviceFleetsResponse
smart constructor.
ListDeviceFleetsResponse' | |
|
Instances
newListDeviceFleetsResponse Source #
Create a value of ListDeviceFleetsResponse
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:ListDeviceFleets'
, listDeviceFleetsResponse_nextToken
- The response from the last list when returning a list large enough to
need tokening.
$sel:httpStatus:ListDeviceFleetsResponse'
, listDeviceFleetsResponse_httpStatus
- The response's http status code.
$sel:deviceFleetSummaries:ListDeviceFleetsResponse'
, listDeviceFleetsResponse_deviceFleetSummaries
- Summary of the device fleet.
Response Lenses
listDeviceFleetsResponse_nextToken :: Lens' ListDeviceFleetsResponse (Maybe Text) Source #
The response from the last list when returning a list large enough to need tokening.
listDeviceFleetsResponse_httpStatus :: Lens' ListDeviceFleetsResponse Int Source #
The response's http status code.
listDeviceFleetsResponse_deviceFleetSummaries :: Lens' ListDeviceFleetsResponse [DeviceFleetSummary] Source #
Summary of the device fleet.