| 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.ListFileSystemAssociations
Description
Gets a list of FileSystemAssociationSummary objects. Each object
contains a summary of a file system association. This operation is only
supported for FSx File Gateways.
This operation returns paginated results.
Synopsis
- data ListFileSystemAssociations = ListFileSystemAssociations' {}
- newListFileSystemAssociations :: ListFileSystemAssociations
- listFileSystemAssociations_gatewayARN :: Lens' ListFileSystemAssociations (Maybe Text)
- listFileSystemAssociations_limit :: Lens' ListFileSystemAssociations (Maybe Natural)
- listFileSystemAssociations_marker :: Lens' ListFileSystemAssociations (Maybe Text)
- data ListFileSystemAssociationsResponse = ListFileSystemAssociationsResponse' {}
- newListFileSystemAssociationsResponse :: Int -> ListFileSystemAssociationsResponse
- listFileSystemAssociationsResponse_fileSystemAssociationSummaryList :: Lens' ListFileSystemAssociationsResponse (Maybe [FileSystemAssociationSummary])
- listFileSystemAssociationsResponse_marker :: Lens' ListFileSystemAssociationsResponse (Maybe Text)
- listFileSystemAssociationsResponse_nextMarker :: Lens' ListFileSystemAssociationsResponse (Maybe Text)
- listFileSystemAssociationsResponse_httpStatus :: Lens' ListFileSystemAssociationsResponse Int
Creating a Request
data ListFileSystemAssociations Source #
See: newListFileSystemAssociations smart constructor.
Constructors
| ListFileSystemAssociations' | |
Fields
| |
Instances
newListFileSystemAssociations :: ListFileSystemAssociations Source #
Create a value of ListFileSystemAssociations 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:
ListFileSystemAssociations, listFileSystemAssociations_gatewayARN - Undocumented member.
$sel:limit:ListFileSystemAssociations', listFileSystemAssociations_limit - The maximum number of file system associations to return in the
response. If present, Limit must be an integer with a value greater
than zero. Optional.
ListFileSystemAssociations, listFileSystemAssociations_marker - Opaque pagination token returned from a previous
ListFileSystemAssociations operation. If present, Marker specifies
where to continue the list from after a previous call to
ListFileSystemAssociations. Optional.
Request Lenses
listFileSystemAssociations_gatewayARN :: Lens' ListFileSystemAssociations (Maybe Text) Source #
Undocumented member.
listFileSystemAssociations_limit :: Lens' ListFileSystemAssociations (Maybe Natural) Source #
The maximum number of file system associations to return in the
response. If present, Limit must be an integer with a value greater
than zero. Optional.
listFileSystemAssociations_marker :: Lens' ListFileSystemAssociations (Maybe Text) Source #
Opaque pagination token returned from a previous
ListFileSystemAssociations operation. If present, Marker specifies
where to continue the list from after a previous call to
ListFileSystemAssociations. Optional.
Destructuring the Response
data ListFileSystemAssociationsResponse Source #
See: newListFileSystemAssociationsResponse smart constructor.
Constructors
| ListFileSystemAssociationsResponse' | |
Fields
| |
Instances
newListFileSystemAssociationsResponse Source #
Arguments
| :: Int | |
| -> ListFileSystemAssociationsResponse |
Create a value of ListFileSystemAssociationsResponse 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:fileSystemAssociationSummaryList:ListFileSystemAssociationsResponse', listFileSystemAssociationsResponse_fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system
associations.
ListFileSystemAssociations, listFileSystemAssociationsResponse_marker - If the request includes Marker, the response returns that value in
this field.
$sel:nextMarker:ListFileSystemAssociationsResponse', listFileSystemAssociationsResponse_nextMarker - If a value is present, there are more file system associations to
return. In a subsequent request, use NextMarker as the value for
Marker to retrieve the next set of file system associations.
$sel:httpStatus:ListFileSystemAssociationsResponse', listFileSystemAssociationsResponse_httpStatus - The response's http status code.
Response Lenses
listFileSystemAssociationsResponse_fileSystemAssociationSummaryList :: Lens' ListFileSystemAssociationsResponse (Maybe [FileSystemAssociationSummary]) Source #
An array of information about the Amazon FSx gateway's file system associations.
listFileSystemAssociationsResponse_marker :: Lens' ListFileSystemAssociationsResponse (Maybe Text) Source #
If the request includes Marker, the response returns that value in
this field.
listFileSystemAssociationsResponse_nextMarker :: Lens' ListFileSystemAssociationsResponse (Maybe Text) Source #
If a value is present, there are more file system associations to
return. In a subsequent request, use NextMarker as the value for
Marker to retrieve the next set of file system associations.
listFileSystemAssociationsResponse_httpStatus :: Lens' ListFileSystemAssociationsResponse Int Source #
The response's http status code.