| 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.DescribeLocationEfs
Description
Returns metadata about your DataSync location for an Amazon EFS file system.
Synopsis
- data DescribeLocationEfs = DescribeLocationEfs' {
- locationArn :: Text
- newDescribeLocationEfs :: Text -> DescribeLocationEfs
- describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text
- data DescribeLocationEfsResponse = DescribeLocationEfsResponse' {}
- newDescribeLocationEfsResponse :: Int -> DescribeLocationEfsResponse
- describeLocationEfsResponse_accessPointArn :: Lens' DescribeLocationEfsResponse (Maybe Text)
- describeLocationEfsResponse_creationTime :: Lens' DescribeLocationEfsResponse (Maybe UTCTime)
- describeLocationEfsResponse_ec2Config :: Lens' DescribeLocationEfsResponse (Maybe Ec2Config)
- describeLocationEfsResponse_fileSystemAccessRoleArn :: Lens' DescribeLocationEfsResponse (Maybe Text)
- describeLocationEfsResponse_inTransitEncryption :: Lens' DescribeLocationEfsResponse (Maybe EfsInTransitEncryption)
- describeLocationEfsResponse_locationArn :: Lens' DescribeLocationEfsResponse (Maybe Text)
- describeLocationEfsResponse_locationUri :: Lens' DescribeLocationEfsResponse (Maybe Text)
- 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:
DescribeLocationEfs, describeLocationEfs_locationArn - The Amazon Resource Name (ARN) of the Amazon EFS file system location
that you want information about.
Request Lenses
describeLocationEfs_locationArn :: Lens' DescribeLocationEfs Text Source #
The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.
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:accessPointArn:DescribeLocationEfsResponse', describeLocationEfsResponse_accessPointArn - The ARN of the access point that DataSync uses to access the Amazon EFS
file system.
$sel:creationTime:DescribeLocationEfsResponse', describeLocationEfsResponse_creationTime - The time that the location was created.
$sel:ec2Config:DescribeLocationEfsResponse', describeLocationEfsResponse_ec2Config - Undocumented member.
$sel:fileSystemAccessRoleArn:DescribeLocationEfsResponse', describeLocationEfsResponse_fileSystemAccessRoleArn - The Identity and Access Management (IAM) role that DataSync assumes when
mounting the Amazon EFS file system.
$sel:inTransitEncryption:DescribeLocationEfsResponse', describeLocationEfsResponse_inTransitEncryption - Describes whether DataSync uses Transport Layer Security (TLS)
encryption when copying data to or from the Amazon EFS file system.
DescribeLocationEfs, describeLocationEfsResponse_locationArn - The ARN of the Amazon EFS file system location.
DescribeLocationEfsResponse, describeLocationEfsResponse_locationUri - The URL of the Amazon EFS file system location.
$sel:httpStatus:DescribeLocationEfsResponse', describeLocationEfsResponse_httpStatus - The response's http status code.
Response Lenses
describeLocationEfsResponse_accessPointArn :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
describeLocationEfsResponse_creationTime :: Lens' DescribeLocationEfsResponse (Maybe UTCTime) Source #
The time that the location was created.
describeLocationEfsResponse_ec2Config :: Lens' DescribeLocationEfsResponse (Maybe Ec2Config) Source #
Undocumented member.
describeLocationEfsResponse_fileSystemAccessRoleArn :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
describeLocationEfsResponse_inTransitEncryption :: Lens' DescribeLocationEfsResponse (Maybe EfsInTransitEncryption) Source #
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
describeLocationEfsResponse_locationArn :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The ARN of the Amazon EFS file system location.
describeLocationEfsResponse_locationUri :: Lens' DescribeLocationEfsResponse (Maybe Text) Source #
The URL of the Amazon EFS file system location.
describeLocationEfsResponse_httpStatus :: Lens' DescribeLocationEfsResponse Int Source #
The response's http status code.