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 |
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
Synopsis
- data DescribeFleetMetadata = DescribeFleetMetadata' {}
- newDescribeFleetMetadata :: Text -> DescribeFleetMetadata
- describeFleetMetadata_fleetArn :: Lens' DescribeFleetMetadata Text
- data DescribeFleetMetadataResponse = DescribeFleetMetadataResponse' {}
- newDescribeFleetMetadataResponse :: Int -> DescribeFleetMetadataResponse
- describeFleetMetadataResponse_lastUpdatedTime :: Lens' DescribeFleetMetadataResponse (Maybe UTCTime)
- describeFleetMetadataResponse_fleetStatus :: Lens' DescribeFleetMetadataResponse (Maybe FleetStatus)
- describeFleetMetadataResponse_companyCode :: Lens' DescribeFleetMetadataResponse (Maybe Text)
- describeFleetMetadataResponse_createdTime :: Lens' DescribeFleetMetadataResponse (Maybe UTCTime)
- describeFleetMetadataResponse_optimizeForEndUserLocation :: Lens' DescribeFleetMetadataResponse (Maybe Bool)
- describeFleetMetadataResponse_displayName :: Lens' DescribeFleetMetadataResponse (Maybe Text)
- describeFleetMetadataResponse_fleetName :: Lens' DescribeFleetMetadataResponse (Maybe Text)
- describeFleetMetadataResponse_tags :: Lens' DescribeFleetMetadataResponse (Maybe (HashMap Text Text))
- describeFleetMetadataResponse_httpStatus :: Lens' DescribeFleetMetadataResponse Int
Creating a Request
data DescribeFleetMetadata Source #
See: newDescribeFleetMetadata
smart constructor.
Instances
newDescribeFleetMetadata Source #
Create a value of DescribeFleetMetadata
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:fleetArn:DescribeFleetMetadata'
, describeFleetMetadata_fleetArn
- The Amazon Resource Name (ARN) of the fleet.
Request Lenses
describeFleetMetadata_fleetArn :: Lens' DescribeFleetMetadata Text Source #
The Amazon Resource Name (ARN) of the fleet.
Destructuring the Response
data DescribeFleetMetadataResponse Source #
See: newDescribeFleetMetadataResponse
smart constructor.
DescribeFleetMetadataResponse' | |
|
Instances
newDescribeFleetMetadataResponse Source #
Create a value of DescribeFleetMetadataResponse
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:lastUpdatedTime:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_lastUpdatedTime
- The time that the fleet was last updated.
$sel:fleetStatus:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_fleetStatus
- The current state of the fleet.
$sel:companyCode:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_companyCode
- The identifier used by users to sign in to the Amazon WorkLink app.
$sel:createdTime:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_createdTime
- The time that the fleet was created.
$sel:optimizeForEndUserLocation:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_optimizeForEndUserLocation
- The option to optimize for better performance by routing traffic through
the closest AWS Region to users, which may be outside of your home
Region.
$sel:displayName:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_displayName
- The name to display.
$sel:fleetName:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_fleetName
- The name of the fleet.
$sel:tags:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_tags
- The tags attached to the resource. A tag is a key-value pair.
$sel:httpStatus:DescribeFleetMetadataResponse'
, describeFleetMetadataResponse_httpStatus
- The response's http status code.
Response Lenses
describeFleetMetadataResponse_lastUpdatedTime :: Lens' DescribeFleetMetadataResponse (Maybe UTCTime) Source #
The time that the fleet was last updated.
describeFleetMetadataResponse_fleetStatus :: Lens' DescribeFleetMetadataResponse (Maybe FleetStatus) Source #
The current state of the fleet.
describeFleetMetadataResponse_companyCode :: Lens' DescribeFleetMetadataResponse (Maybe Text) Source #
The identifier used by users to sign in to the Amazon WorkLink app.
describeFleetMetadataResponse_createdTime :: Lens' DescribeFleetMetadataResponse (Maybe UTCTime) Source #
The time that the fleet was created.
describeFleetMetadataResponse_optimizeForEndUserLocation :: Lens' DescribeFleetMetadataResponse (Maybe Bool) Source #
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
describeFleetMetadataResponse_displayName :: Lens' DescribeFleetMetadataResponse (Maybe Text) Source #
The name to display.
describeFleetMetadataResponse_fleetName :: Lens' DescribeFleetMetadataResponse (Maybe Text) Source #
The name of the fleet.
describeFleetMetadataResponse_tags :: Lens' DescribeFleetMetadataResponse (Maybe (HashMap Text Text)) Source #
The tags attached to the resource. A tag is a key-value pair.
describeFleetMetadataResponse_httpStatus :: Lens' DescribeFleetMetadataResponse Int Source #
The response's http status code.