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 DescribeFleet = DescribeFleet' {}
- newDescribeFleet :: Text -> DescribeFleet
- describeFleet_fleet :: Lens' DescribeFleet Text
- data DescribeFleetResponse = DescribeFleetResponse' {}
- newDescribeFleetResponse :: Int -> DescribeFleetResponse
- describeFleetResponse_lastDeploymentJob :: Lens' DescribeFleetResponse (Maybe Text)
- describeFleetResponse_lastDeploymentStatus :: Lens' DescribeFleetResponse (Maybe DeploymentStatus)
- describeFleetResponse_robots :: Lens' DescribeFleetResponse (Maybe [Robot])
- describeFleetResponse_arn :: Lens' DescribeFleetResponse (Maybe Text)
- describeFleetResponse_createdAt :: Lens' DescribeFleetResponse (Maybe UTCTime)
- describeFleetResponse_name :: Lens' DescribeFleetResponse (Maybe Text)
- describeFleetResponse_lastDeploymentTime :: Lens' DescribeFleetResponse (Maybe UTCTime)
- describeFleetResponse_tags :: Lens' DescribeFleetResponse (Maybe (HashMap Text Text))
- describeFleetResponse_httpStatus :: Lens' DescribeFleetResponse Int
Creating a Request
data DescribeFleet Source #
See: newDescribeFleet
smart constructor.
Instances
Create a value of DescribeFleet
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:fleet:DescribeFleet'
, describeFleet_fleet
- The Amazon Resource Name (ARN) of the fleet.
Request Lenses
describeFleet_fleet :: Lens' DescribeFleet Text Source #
The Amazon Resource Name (ARN) of the fleet.
Destructuring the Response
data DescribeFleetResponse Source #
See: newDescribeFleetResponse
smart constructor.
DescribeFleetResponse' | |
|
Instances
newDescribeFleetResponse Source #
Create a value of DescribeFleetResponse
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:lastDeploymentJob:DescribeFleetResponse'
, describeFleetResponse_lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.
$sel:lastDeploymentStatus:DescribeFleetResponse'
, describeFleetResponse_lastDeploymentStatus
- The status of the last deployment.
$sel:robots:DescribeFleetResponse'
, describeFleetResponse_robots
- A list of robots.
$sel:arn:DescribeFleetResponse'
, describeFleetResponse_arn
- The Amazon Resource Name (ARN) of the fleet.
$sel:createdAt:DescribeFleetResponse'
, describeFleetResponse_createdAt
- The time, in milliseconds since the epoch, when the fleet was created.
$sel:name:DescribeFleetResponse'
, describeFleetResponse_name
- The name of the fleet.
$sel:lastDeploymentTime:DescribeFleetResponse'
, describeFleetResponse_lastDeploymentTime
- The time of the last deployment.
$sel:tags:DescribeFleetResponse'
, describeFleetResponse_tags
- The list of all tags added to the specified fleet.
$sel:httpStatus:DescribeFleetResponse'
, describeFleetResponse_httpStatus
- The response's http status code.
Response Lenses
describeFleetResponse_lastDeploymentJob :: Lens' DescribeFleetResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the last deployment job.
describeFleetResponse_lastDeploymentStatus :: Lens' DescribeFleetResponse (Maybe DeploymentStatus) Source #
The status of the last deployment.
describeFleetResponse_robots :: Lens' DescribeFleetResponse (Maybe [Robot]) Source #
A list of robots.
describeFleetResponse_arn :: Lens' DescribeFleetResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the fleet.
describeFleetResponse_createdAt :: Lens' DescribeFleetResponse (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the fleet was created.
describeFleetResponse_name :: Lens' DescribeFleetResponse (Maybe Text) Source #
The name of the fleet.
describeFleetResponse_lastDeploymentTime :: Lens' DescribeFleetResponse (Maybe UTCTime) Source #
The time of the last deployment.
describeFleetResponse_tags :: Lens' DescribeFleetResponse (Maybe (HashMap Text Text)) Source #
The list of all tags added to the specified fleet.
describeFleetResponse_httpStatus :: Lens' DescribeFleetResponse Int Source #
The response's http status code.