| 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.DescribeLocationNfs
Description
Returns metadata, such as the path information, about an NFS location.
Synopsis
- data DescribeLocationNfs = DescribeLocationNfs' {
- locationArn :: Text
- newDescribeLocationNfs :: Text -> DescribeLocationNfs
- describeLocationNfs_locationArn :: Lens' DescribeLocationNfs Text
- data DescribeLocationNfsResponse = DescribeLocationNfsResponse' {}
- newDescribeLocationNfsResponse :: Int -> DescribeLocationNfsResponse
- describeLocationNfsResponse_creationTime :: Lens' DescribeLocationNfsResponse (Maybe UTCTime)
- describeLocationNfsResponse_locationArn :: Lens' DescribeLocationNfsResponse (Maybe Text)
- describeLocationNfsResponse_locationUri :: Lens' DescribeLocationNfsResponse (Maybe Text)
- describeLocationNfsResponse_mountOptions :: Lens' DescribeLocationNfsResponse (Maybe NfsMountOptions)
- describeLocationNfsResponse_onPremConfig :: Lens' DescribeLocationNfsResponse (Maybe OnPremConfig)
- describeLocationNfsResponse_httpStatus :: Lens' DescribeLocationNfsResponse Int
Creating a Request
data DescribeLocationNfs Source #
DescribeLocationNfsRequest
See: newDescribeLocationNfs smart constructor.
Constructors
| DescribeLocationNfs' | |
Fields
| |
Instances
newDescribeLocationNfs Source #
Arguments
| :: Text | |
| -> DescribeLocationNfs |
Create a value of DescribeLocationNfs 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:
DescribeLocationNfs, describeLocationNfs_locationArn - The Amazon Resource Name (ARN) of the NFS location to describe.
Request Lenses
describeLocationNfs_locationArn :: Lens' DescribeLocationNfs Text Source #
The Amazon Resource Name (ARN) of the NFS location to describe.
Destructuring the Response
data DescribeLocationNfsResponse Source #
DescribeLocationNfsResponse
See: newDescribeLocationNfsResponse smart constructor.
Constructors
| DescribeLocationNfsResponse' | |
Fields
| |
Instances
newDescribeLocationNfsResponse Source #
Create a value of DescribeLocationNfsResponse 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:DescribeLocationNfsResponse', describeLocationNfsResponse_creationTime - The time that the NFS location was created.
DescribeLocationNfs, describeLocationNfsResponse_locationArn - The Amazon Resource Name (ARN) of the NFS location that was described.
DescribeLocationNfsResponse, describeLocationNfsResponse_locationUri - The URL of the source NFS location that was described.
DescribeLocationNfsResponse, describeLocationNfsResponse_mountOptions - The NFS mount options that DataSync used to mount your NFS share.
$sel:onPremConfig:DescribeLocationNfsResponse', describeLocationNfsResponse_onPremConfig - Undocumented member.
$sel:httpStatus:DescribeLocationNfsResponse', describeLocationNfsResponse_httpStatus - The response's http status code.
Response Lenses
describeLocationNfsResponse_creationTime :: Lens' DescribeLocationNfsResponse (Maybe UTCTime) Source #
The time that the NFS location was created.
describeLocationNfsResponse_locationArn :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the NFS location that was described.
describeLocationNfsResponse_locationUri :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #
The URL of the source NFS location that was described.
describeLocationNfsResponse_mountOptions :: Lens' DescribeLocationNfsResponse (Maybe NfsMountOptions) Source #
The NFS mount options that DataSync used to mount your NFS share.
describeLocationNfsResponse_onPremConfig :: Lens' DescribeLocationNfsResponse (Maybe OnPremConfig) Source #
Undocumented member.
describeLocationNfsResponse_httpStatus :: Lens' DescribeLocationNfsResponse Int Source #
The response's http status code.