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 |
Describes a fleet.
Synopsis
- data GetDeviceFleetReport = GetDeviceFleetReport' {}
- newGetDeviceFleetReport :: Text -> GetDeviceFleetReport
- getDeviceFleetReport_deviceFleetName :: Lens' GetDeviceFleetReport Text
- data GetDeviceFleetReportResponse = GetDeviceFleetReportResponse' {}
- newGetDeviceFleetReportResponse :: Int -> Text -> Text -> GetDeviceFleetReportResponse
- getDeviceFleetReportResponse_agentVersions :: Lens' GetDeviceFleetReportResponse (Maybe [AgentVersion])
- getDeviceFleetReportResponse_reportGenerated :: Lens' GetDeviceFleetReportResponse (Maybe UTCTime)
- getDeviceFleetReportResponse_deviceStats :: Lens' GetDeviceFleetReportResponse (Maybe DeviceStats)
- getDeviceFleetReportResponse_outputConfig :: Lens' GetDeviceFleetReportResponse (Maybe EdgeOutputConfig)
- getDeviceFleetReportResponse_description :: Lens' GetDeviceFleetReportResponse (Maybe Text)
- getDeviceFleetReportResponse_modelStats :: Lens' GetDeviceFleetReportResponse (Maybe [EdgeModelStat])
- getDeviceFleetReportResponse_httpStatus :: Lens' GetDeviceFleetReportResponse Int
- getDeviceFleetReportResponse_deviceFleetArn :: Lens' GetDeviceFleetReportResponse Text
- getDeviceFleetReportResponse_deviceFleetName :: Lens' GetDeviceFleetReportResponse Text
Creating a Request
data GetDeviceFleetReport Source #
See: newGetDeviceFleetReport
smart constructor.
GetDeviceFleetReport' | |
|
Instances
newGetDeviceFleetReport Source #
Create a value of GetDeviceFleetReport
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:deviceFleetName:GetDeviceFleetReport'
, getDeviceFleetReport_deviceFleetName
- The name of the fleet.
Request Lenses
getDeviceFleetReport_deviceFleetName :: Lens' GetDeviceFleetReport Text Source #
The name of the fleet.
Destructuring the Response
data GetDeviceFleetReportResponse Source #
See: newGetDeviceFleetReportResponse
smart constructor.
GetDeviceFleetReportResponse' | |
|
Instances
newGetDeviceFleetReportResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> GetDeviceFleetReportResponse |
Create a value of GetDeviceFleetReportResponse
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:agentVersions:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_agentVersions
- The versions of Edge Manager agent deployed on the fleet.
$sel:reportGenerated:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_reportGenerated
- Timestamp of when the report was generated.
$sel:deviceStats:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_deviceStats
- Status of devices.
$sel:outputConfig:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_outputConfig
- The output configuration for storing sample data collected by the fleet.
$sel:description:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_description
- Description of the fleet.
$sel:modelStats:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_modelStats
- Status of model on device.
$sel:httpStatus:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_httpStatus
- The response's http status code.
$sel:deviceFleetArn:GetDeviceFleetReportResponse'
, getDeviceFleetReportResponse_deviceFleetArn
- The Amazon Resource Name (ARN) of the device.
$sel:deviceFleetName:GetDeviceFleetReport'
, getDeviceFleetReportResponse_deviceFleetName
- The name of the fleet.
Response Lenses
getDeviceFleetReportResponse_agentVersions :: Lens' GetDeviceFleetReportResponse (Maybe [AgentVersion]) Source #
The versions of Edge Manager agent deployed on the fleet.
getDeviceFleetReportResponse_reportGenerated :: Lens' GetDeviceFleetReportResponse (Maybe UTCTime) Source #
Timestamp of when the report was generated.
getDeviceFleetReportResponse_deviceStats :: Lens' GetDeviceFleetReportResponse (Maybe DeviceStats) Source #
Status of devices.
getDeviceFleetReportResponse_outputConfig :: Lens' GetDeviceFleetReportResponse (Maybe EdgeOutputConfig) Source #
The output configuration for storing sample data collected by the fleet.
getDeviceFleetReportResponse_description :: Lens' GetDeviceFleetReportResponse (Maybe Text) Source #
Description of the fleet.
getDeviceFleetReportResponse_modelStats :: Lens' GetDeviceFleetReportResponse (Maybe [EdgeModelStat]) Source #
Status of model on device.
getDeviceFleetReportResponse_httpStatus :: Lens' GetDeviceFleetReportResponse Int Source #
The response's http status code.
getDeviceFleetReportResponse_deviceFleetArn :: Lens' GetDeviceFleetReportResponse Text Source #
The Amazon Resource Name (ARN) of the device.
getDeviceFleetReportResponse_deviceFleetName :: Lens' GetDeviceFleetReportResponse Text Source #
The name of the fleet.