| 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.DataSync.DescribeLocationFsxLustre
Description
Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
Synopsis
- data DescribeLocationFsxLustre = DescribeLocationFsxLustre' {
- locationArn :: Text
- newDescribeLocationFsxLustre :: Text -> DescribeLocationFsxLustre
- describeLocationFsxLustre_locationArn :: Lens' DescribeLocationFsxLustre Text
- data DescribeLocationFsxLustreResponse = DescribeLocationFsxLustreResponse' {}
- newDescribeLocationFsxLustreResponse :: Int -> DescribeLocationFsxLustreResponse
- describeLocationFsxLustreResponse_creationTime :: Lens' DescribeLocationFsxLustreResponse (Maybe UTCTime)
- describeLocationFsxLustreResponse_locationArn :: Lens' DescribeLocationFsxLustreResponse (Maybe Text)
- describeLocationFsxLustreResponse_locationUri :: Lens' DescribeLocationFsxLustreResponse (Maybe Text)
- describeLocationFsxLustreResponse_securityGroupArns :: Lens' DescribeLocationFsxLustreResponse (Maybe (NonEmpty Text))
- describeLocationFsxLustreResponse_httpStatus :: Lens' DescribeLocationFsxLustreResponse Int
Creating a Request
data DescribeLocationFsxLustre Source #
See: newDescribeLocationFsxLustre smart constructor.
Constructors
| DescribeLocationFsxLustre' | |
Fields
| |
Instances
newDescribeLocationFsxLustre Source #
Arguments
| :: Text | |
| -> DescribeLocationFsxLustre |
Create a value of DescribeLocationFsxLustre 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:
DescribeLocationFsxLustre, describeLocationFsxLustre_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location to
describe.
Request Lenses
describeLocationFsxLustre_locationArn :: Lens' DescribeLocationFsxLustre Text Source #
The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.
Destructuring the Response
data DescribeLocationFsxLustreResponse Source #
See: newDescribeLocationFsxLustreResponse smart constructor.
Constructors
| DescribeLocationFsxLustreResponse' | |
Fields
| |
Instances
newDescribeLocationFsxLustreResponse Source #
Arguments
| :: Int | |
| -> DescribeLocationFsxLustreResponse |
Create a value of DescribeLocationFsxLustreResponse 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:creationTime:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_creationTime - The time that the FSx for Lustre location was created.
DescribeLocationFsxLustre, describeLocationFsxLustreResponse_locationArn - The Amazon Resource Name (ARN) of the FSx for Lustre location that was
described.
DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_locationUri - The URI of the FSx for Lustre location that was described.
DescribeLocationFsxLustreResponse, describeLocationFsxLustreResponse_securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are
configured for the FSx for Lustre file system.
$sel:httpStatus:DescribeLocationFsxLustreResponse', describeLocationFsxLustreResponse_httpStatus - The response's http status code.
Response Lenses
describeLocationFsxLustreResponse_creationTime :: Lens' DescribeLocationFsxLustreResponse (Maybe UTCTime) Source #
The time that the FSx for Lustre location was created.
describeLocationFsxLustreResponse_locationArn :: Lens' DescribeLocationFsxLustreResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
describeLocationFsxLustreResponse_locationUri :: Lens' DescribeLocationFsxLustreResponse (Maybe Text) Source #
The URI of the FSx for Lustre location that was described.
describeLocationFsxLustreResponse_securityGroupArns :: Lens' DescribeLocationFsxLustreResponse (Maybe (NonEmpty Text)) Source #
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
describeLocationFsxLustreResponse_httpStatus :: Lens' DescribeLocationFsxLustreResponse Int Source #
The response's http status code.