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 |
Gets a description for one or more Network File System (NFS) file shares from an S3 File Gateway. This operation is only supported for S3 File Gateways.
Synopsis
- data DescribeNFSFileShares = DescribeNFSFileShares' {}
- newDescribeNFSFileShares :: NonEmpty Text -> DescribeNFSFileShares
- describeNFSFileShares_fileShareARNList :: Lens' DescribeNFSFileShares (NonEmpty Text)
- data DescribeNFSFileSharesResponse = DescribeNFSFileSharesResponse' {}
- newDescribeNFSFileSharesResponse :: Int -> DescribeNFSFileSharesResponse
- describeNFSFileSharesResponse_nFSFileShareInfoList :: Lens' DescribeNFSFileSharesResponse (Maybe [NFSFileShareInfo])
- describeNFSFileSharesResponse_httpStatus :: Lens' DescribeNFSFileSharesResponse Int
Creating a Request
data DescribeNFSFileShares Source #
DescribeNFSFileSharesInput
See: newDescribeNFSFileShares
smart constructor.
DescribeNFSFileShares' | |
|
Instances
newDescribeNFSFileShares Source #
Create a value of DescribeNFSFileShares
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:fileShareARNList:DescribeNFSFileShares'
, describeNFSFileShares_fileShareARNList
- An array containing the Amazon Resource Name (ARN) of each file share to
be described.
Request Lenses
describeNFSFileShares_fileShareARNList :: Lens' DescribeNFSFileShares (NonEmpty Text) Source #
An array containing the Amazon Resource Name (ARN) of each file share to be described.
Destructuring the Response
data DescribeNFSFileSharesResponse Source #
DescribeNFSFileSharesOutput
See: newDescribeNFSFileSharesResponse
smart constructor.
DescribeNFSFileSharesResponse' | |
|
Instances
newDescribeNFSFileSharesResponse Source #
Create a value of DescribeNFSFileSharesResponse
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:nFSFileShareInfoList:DescribeNFSFileSharesResponse'
, describeNFSFileSharesResponse_nFSFileShareInfoList
- An array containing a description for each requested file share.
$sel:httpStatus:DescribeNFSFileSharesResponse'
, describeNFSFileSharesResponse_httpStatus
- The response's http status code.
Response Lenses
describeNFSFileSharesResponse_nFSFileShareInfoList :: Lens' DescribeNFSFileSharesResponse (Maybe [NFSFileShareInfo]) Source #
An array containing a description for each requested file share.
describeNFSFileSharesResponse_httpStatus :: Lens' DescribeNFSFileSharesResponse Int Source #
The response's http status code.