| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.StorageGateway.DescribeNFSFileShares
Description
Gets a description for one or more file shares from a file gateway. This operation is only supported in file gateways.
- describeNFSFileShares :: NonEmpty Text -> DescribeNFSFileShares
- data DescribeNFSFileShares
- dnfsfsFileShareARNList :: Lens' DescribeNFSFileShares (NonEmpty Text)
- describeNFSFileSharesResponse :: Int -> DescribeNFSFileSharesResponse
- data DescribeNFSFileSharesResponse
- dnfsfsrsNFSFileShareInfoList :: Lens' DescribeNFSFileSharesResponse [NFSFileShareInfo]
- dnfsfsrsResponseStatus :: Lens' DescribeNFSFileSharesResponse Int
Creating a Request
describeNFSFileShares Source #
Arguments
| :: NonEmpty Text | |
| -> DescribeNFSFileShares |
Creates a value of DescribeNFSFileShares with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnfsfsFileShareARNList- An array containing the Amazon Resource Name (ARN) of each file share to be described.
data DescribeNFSFileShares Source #
DescribeNFSFileSharesInput
See: describeNFSFileShares smart constructor.
Request Lenses
dnfsfsFileShareARNList :: Lens' DescribeNFSFileShares (NonEmpty Text) Source #
An array containing the Amazon Resource Name (ARN) of each file share to be described.
Destructuring the Response
describeNFSFileSharesResponse Source #
Arguments
| :: Int | |
| -> DescribeNFSFileSharesResponse |
Creates a value of DescribeNFSFileSharesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dnfsfsrsNFSFileShareInfoList- An array containing a description for each requested file share.dnfsfsrsResponseStatus- -- | The response status code.
data DescribeNFSFileSharesResponse Source #
DescribeNFSFileSharesOutput
See: describeNFSFileSharesResponse smart constructor.
Response Lenses
dnfsfsrsNFSFileShareInfoList :: Lens' DescribeNFSFileSharesResponse [NFSFileShareInfo] Source #
An array containing a description for each requested file share.
dnfsfsrsResponseStatus :: Lens' DescribeNFSFileSharesResponse Int Source #
- - | The response status code.