libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data ListFileSystemAssociations Source #

See: newListFileSystemAssociations smart constructor.

Constructors

ListFileSystemAssociations' 

Fields

  • gatewayARN :: Maybe Text
     
  • marker :: Maybe Text

    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.

  • limit :: Maybe Natural

    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.

Instances

Instances details
Eq ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Read ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Show ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Generic ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Associated Types

type Rep ListFileSystemAssociations :: Type -> Type #

NFData ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Hashable ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

ToJSON ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

AWSPager ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

AWSRequest ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

ToHeaders ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

ToPath ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

ToQuery ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

type Rep ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

type Rep ListFileSystemAssociations = D1 ('MetaData "ListFileSystemAssociations" "Amazonka.StorageGateway.ListFileSystemAssociations" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "ListFileSystemAssociations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

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:

$sel:gatewayARN:ListFileSystemAssociations', listFileSystemAssociations_gatewayARN - Undocumented member.

$sel:marker: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.

$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.

Request Lenses

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.

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.

Destructuring the Response

data ListFileSystemAssociationsResponse Source #

Constructors

ListFileSystemAssociationsResponse' 

Fields

Instances

Instances details
Eq ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Read ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Show ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Generic ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

Associated Types

type Rep ListFileSystemAssociationsResponse :: Type -> Type #

NFData ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

type Rep ListFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.ListFileSystemAssociations

type Rep ListFileSystemAssociationsResponse = D1 ('MetaData "ListFileSystemAssociationsResponse" "Amazonka.StorageGateway.ListFileSystemAssociations" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "ListFileSystemAssociationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemAssociationSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileSystemAssociationSummary])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFileSystemAssociationsResponse Source #

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.

$sel:marker: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_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.