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 |
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_locationUri :: Lens' DescribeLocationNfsResponse (Maybe Text)
- describeLocationNfsResponse_onPremConfig :: Lens' DescribeLocationNfsResponse (Maybe OnPremConfig)
- describeLocationNfsResponse_mountOptions :: Lens' DescribeLocationNfsResponse (Maybe NfsMountOptions)
- describeLocationNfsResponse_locationArn :: Lens' DescribeLocationNfsResponse (Maybe Text)
- describeLocationNfsResponse_httpStatus :: Lens' DescribeLocationNfsResponse Int
Creating a Request
data DescribeLocationNfs Source #
DescribeLocationNfsRequest
See: newDescribeLocationNfs
smart constructor.
DescribeLocationNfs' | |
|
Instances
newDescribeLocationNfs Source #
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:
$sel:locationArn: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.
DescribeLocationNfsResponse' | |
|
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.
$sel:locationUri:DescribeLocationNfsResponse'
, describeLocationNfsResponse_locationUri
- The URL of the source NFS location that was described.
$sel:onPremConfig:DescribeLocationNfsResponse'
, describeLocationNfsResponse_onPremConfig
- Undocumented member.
$sel:mountOptions:DescribeLocationNfsResponse'
, describeLocationNfsResponse_mountOptions
- The NFS mount options that DataSync used to mount your NFS share.
$sel:locationArn:DescribeLocationNfs'
, describeLocationNfsResponse_locationArn
- The Amazon Resource Name (ARN) of the NFS location that was described.
$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_locationUri :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #
The URL of the source NFS location that was described.
describeLocationNfsResponse_onPremConfig :: Lens' DescribeLocationNfsResponse (Maybe OnPremConfig) Source #
Undocumented member.
describeLocationNfsResponse_mountOptions :: Lens' DescribeLocationNfsResponse (Maybe NfsMountOptions) Source #
The NFS mount options that DataSync used to mount your NFS share.
describeLocationNfsResponse_locationArn :: Lens' DescribeLocationNfsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the NFS location that was described.
describeLocationNfsResponse_httpStatus :: Lens' DescribeLocationNfsResponse Int Source #
The response's http status code.