| 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.StorageGateway.DescribeNFSFileShares
Description
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.
Constructors
| DescribeNFSFileShares' | |
Fields
| |
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.
Constructors
| DescribeNFSFileSharesResponse' | |
Fields
| |
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.