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