| 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 |
Amazonka.DataSync.DescribeLocationEfs
Description
Returns metadata, such as the path information about an Amazon EFS location.
Synopsis
- data DescribeLocationEfs = DescribeLocationEfs' {
- locationArn :: Text
- newDescribeLocationEfs :: Text -> DescribeLocationEfs
- describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text
- data DescribeLocationEfsResponse = DescribeLocationEfsResponse' {}
- newDescribeLocationEfsResponse :: Int -> DescribeLocationEfsResponse
- describeLocationEfsResponse_creationTime :: Lens' DescribeLocationEfsResponse (Maybe UTCTime)
- describeLocationEfsResponse_locationUri :: Lens' DescribeLocationEfsResponse (Maybe Text)
- describeLocationEfsResponse_locationArn :: Lens' DescribeLocationEfsResponse (Maybe Text)
- describeLocationEfsResponse_ec2Config :: Lens' DescribeLocationEfsResponse (Maybe Ec2Config)
- describeLocationEfsResponse_httpStatus :: Lens' DescribeLocationEfsResponse Int
Creating a Request
data DescribeLocationEfs Source #
DescribeLocationEfsRequest
See: newDescribeLocationEfs smart constructor.
Constructors
| DescribeLocationEfs' | |
Fields
| |
Instances
newDescribeLocationEfs Source #
Arguments
| :: Text | |
| -> DescribeLocationEfs |
Create a value of DescribeLocationEfs 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:locationArn:DescribeLocationEfs', describeLocationEfs_locationArn - The Amazon Resource Name (ARN) of the EFS location to describe.
Request Lenses
describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text Source #
The Amazon Resource Name (ARN) of the EFS location to describe.
Destructuring the Response
data DescribeLocationEfsResponse Source #
DescribeLocationEfsResponse
See: newDescribeLocationEfsResponse smart constructor.
Constructors
| DescribeLocationEfsResponse' | |
Fields
| |
Instances
newDescribeLocationEfsResponse Source #
Create a value of DescribeLocationEfsResponse 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:DescribeLocationEfsResponse', describeLocationEfsResponse_creationTime - The time that the EFS location was created.
$sel:locationUri:DescribeLocationEfsResponse', describeLocationEfsResponse_locationUri - The URL of the EFS location that was described.
$sel:locationArn:DescribeLocationEfs', describeLocationEfsResponse_locationArn - The Amazon Resource Name (ARN) of the EFS location that was described.
$sel:ec2Config:DescribeLocationEfsResponse', describeLocationEfsResponse_ec2Config - Undocumented member.
$sel:httpStatus:DescribeLocationEfsResponse', describeLocationEfsResponse_httpStatus - The response's http status code.
Response Lenses
describeLocationEfsResponse_creationTime :: Lens' DescribeLocationEfsResponse (Maybe UTCTime) Source #
The time that the EFS location was created.
describeLocationEfsResponse_locationUri :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The URL of the EFS location that was described.
describeLocationEfsResponse_locationArn :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the EFS location that was described.
describeLocationEfsResponse_ec2Config :: Lens' DescribeLocationEfsResponse (Maybe Ec2Config) Source #
Undocumented member.
describeLocationEfsResponse_httpStatus :: Lens' DescribeLocationEfsResponse Int Source #
The response's http status code.