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

Description

Gets the file system association information. This operation is only supported for FSx File Gateways.

Synopsis

Creating a Request

data DescribeFileSystemAssociations Source #

See: newDescribeFileSystemAssociations smart constructor.

Constructors

DescribeFileSystemAssociations' 

Fields

Instances

Instances details
Eq DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Read DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Show DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Generic DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Associated Types

type Rep DescribeFileSystemAssociations :: Type -> Type #

NFData DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Hashable DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

ToJSON DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

AWSRequest DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

ToHeaders DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

ToPath DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

ToQuery DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

type Rep DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

type Rep DescribeFileSystemAssociations = D1 ('MetaData "DescribeFileSystemAssociations" "Amazonka.StorageGateway.DescribeFileSystemAssociations" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "DescribeFileSystemAssociations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemAssociationARNList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse DescribeFileSystemAssociations Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

newDescribeFileSystemAssociations Source #

Create a value of DescribeFileSystemAssociations 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:fileSystemAssociationARNList:DescribeFileSystemAssociations', describeFileSystemAssociations_fileSystemAssociationARNList - An array containing the Amazon Resource Name (ARN) of each file system association to be described.

Request Lenses

describeFileSystemAssociations_fileSystemAssociationARNList :: Lens' DescribeFileSystemAssociations (NonEmpty Text) Source #

An array containing the Amazon Resource Name (ARN) of each file system association to be described.

Destructuring the Response

data DescribeFileSystemAssociationsResponse Source #

Constructors

DescribeFileSystemAssociationsResponse' 

Fields

Instances

Instances details
Eq DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Read DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Show DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

Generic DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

NFData DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

type Rep DescribeFileSystemAssociationsResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DescribeFileSystemAssociations

type Rep DescribeFileSystemAssociationsResponse = D1 ('MetaData "DescribeFileSystemAssociationsResponse" "Amazonka.StorageGateway.DescribeFileSystemAssociations" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "DescribeFileSystemAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemAssociationInfoList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileSystemAssociationInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFileSystemAssociationsResponse Source #

Create a value of DescribeFileSystemAssociationsResponse 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:fileSystemAssociationInfoList:DescribeFileSystemAssociationsResponse', describeFileSystemAssociationsResponse_fileSystemAssociationInfoList - An array containing the FileSystemAssociationInfo data type of each file system association to be described.

$sel:httpStatus:DescribeFileSystemAssociationsResponse', describeFileSystemAssociationsResponse_httpStatus - The response's http status code.

Response Lenses

describeFileSystemAssociationsResponse_fileSystemAssociationInfoList :: Lens' DescribeFileSystemAssociationsResponse (Maybe [FileSystemAssociationInfo]) Source #

An array containing the FileSystemAssociationInfo data type of each file system association to be described.