| 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.GetDeviceFleetReport
Description
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_description :: Lens' GetDeviceFleetReportResponse (Maybe Text)
 - getDeviceFleetReportResponse_deviceStats :: Lens' GetDeviceFleetReportResponse (Maybe DeviceStats)
 - getDeviceFleetReportResponse_modelStats :: Lens' GetDeviceFleetReportResponse (Maybe [EdgeModelStat])
 - getDeviceFleetReportResponse_outputConfig :: Lens' GetDeviceFleetReportResponse (Maybe EdgeOutputConfig)
 - getDeviceFleetReportResponse_reportGenerated :: Lens' GetDeviceFleetReportResponse (Maybe UTCTime)
 - 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.
Constructors
| GetDeviceFleetReport' | |
Fields 
  | |
Instances
newGetDeviceFleetReport Source #
Arguments
| :: Text | |
| -> GetDeviceFleetReport | 
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:
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.
Constructors
| GetDeviceFleetReportResponse' | |
Fields 
  | |
Instances
newGetDeviceFleetReportResponse Source #
Arguments
| :: 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.
GetDeviceFleetReportResponse, getDeviceFleetReportResponse_description - Description of the fleet.
$sel:deviceStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_deviceStats - Status of devices.
$sel:modelStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_modelStats - Status of model on device.
GetDeviceFleetReportResponse, getDeviceFleetReportResponse_outputConfig - The output configuration for storing sample data collected by the fleet.
$sel:reportGenerated:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_reportGenerated - Timestamp of when the report was generated.
$sel:httpStatus:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_httpStatus - The response's http status code.
GetDeviceFleetReportResponse, getDeviceFleetReportResponse_deviceFleetArn - The Amazon Resource Name (ARN) of the device.
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_description :: Lens' GetDeviceFleetReportResponse (Maybe Text) Source #
Description of the fleet.
getDeviceFleetReportResponse_deviceStats :: Lens' GetDeviceFleetReportResponse (Maybe DeviceStats) Source #
Status of devices.
getDeviceFleetReportResponse_modelStats :: Lens' GetDeviceFleetReportResponse (Maybe [EdgeModelStat]) Source #
Status of model on device.
getDeviceFleetReportResponse_outputConfig :: Lens' GetDeviceFleetReportResponse (Maybe EdgeOutputConfig) Source #
The output configuration for storing sample data collected by the fleet.
getDeviceFleetReportResponse_reportGenerated :: Lens' GetDeviceFleetReportResponse (Maybe UTCTime) Source #
Timestamp of when the report was generated.
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.