amazonka-storagegateway-2.0: Amazon Storage Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StorageGateway.UpdateFileSystemAssociation

Description

Updates a file system association. This operation is only supported in the FSx File Gateways.

Synopsis

Creating a Request

data UpdateFileSystemAssociation Source #

See: newUpdateFileSystemAssociation smart constructor.

Constructors

UpdateFileSystemAssociation' 

Fields

Instances

Instances details
ToJSON UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

ToHeaders UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

ToPath UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

ToQuery UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

AWSRequest UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Generic UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Associated Types

type Rep UpdateFileSystemAssociation :: Type -> Type #

Show UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

NFData UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Eq UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Hashable UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

type AWSResponse UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

type Rep UpdateFileSystemAssociation Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

type Rep UpdateFileSystemAssociation = D1 ('MetaData "UpdateFileSystemAssociation" "Amazonka.StorageGateway.UpdateFileSystemAssociation" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "UpdateFileSystemAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "auditDestinationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cacheAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheAttributes))) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemAssociationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateFileSystemAssociation Source #

Create a value of UpdateFileSystemAssociation 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:

UpdateFileSystemAssociation, updateFileSystemAssociation_auditDestinationARN - The Amazon Resource Name (ARN) of the storage used for the audit logs.

UpdateFileSystemAssociation, updateFileSystemAssociation_cacheAttributes - Undocumented member.

$sel:password:UpdateFileSystemAssociation', updateFileSystemAssociation_password - The password of the user credential.

$sel:userName:UpdateFileSystemAssociation', updateFileSystemAssociation_userName - The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.

UpdateFileSystemAssociation, updateFileSystemAssociation_fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association that you want to update.

Request Lenses

updateFileSystemAssociation_auditDestinationARN :: Lens' UpdateFileSystemAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the storage used for the audit logs.

updateFileSystemAssociation_userName :: Lens' UpdateFileSystemAssociation (Maybe Text) Source #

The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.

updateFileSystemAssociation_fileSystemAssociationARN :: Lens' UpdateFileSystemAssociation Text Source #

The Amazon Resource Name (ARN) of the file system association that you want to update.

Destructuring the Response

data UpdateFileSystemAssociationResponse Source #

Constructors

UpdateFileSystemAssociationResponse' 

Fields

Instances

Instances details
Generic UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Read UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Show UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

NFData UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

Eq UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

type Rep UpdateFileSystemAssociationResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.UpdateFileSystemAssociation

type Rep UpdateFileSystemAssociationResponse = D1 ('MetaData "UpdateFileSystemAssociationResponse" "Amazonka.StorageGateway.UpdateFileSystemAssociation" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "UpdateFileSystemAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemAssociationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFileSystemAssociationResponse Source #

Create a value of UpdateFileSystemAssociationResponse 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:

UpdateFileSystemAssociation, updateFileSystemAssociationResponse_fileSystemAssociationARN - The ARN of the updated file system association.

$sel:httpStatus:UpdateFileSystemAssociationResponse', updateFileSystemAssociationResponse_httpStatus - The response's http status code.

Response Lenses