Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates a file system association. This operation is only supported in the FSx File Gateways.
Synopsis
- data UpdateFileSystemAssociation = UpdateFileSystemAssociation' {}
- newUpdateFileSystemAssociation :: Text -> UpdateFileSystemAssociation
- updateFileSystemAssociation_auditDestinationARN :: Lens' UpdateFileSystemAssociation (Maybe Text)
- updateFileSystemAssociation_cacheAttributes :: Lens' UpdateFileSystemAssociation (Maybe CacheAttributes)
- updateFileSystemAssociation_userName :: Lens' UpdateFileSystemAssociation (Maybe Text)
- updateFileSystemAssociation_password :: Lens' UpdateFileSystemAssociation (Maybe Text)
- updateFileSystemAssociation_fileSystemAssociationARN :: Lens' UpdateFileSystemAssociation Text
- data UpdateFileSystemAssociationResponse = UpdateFileSystemAssociationResponse' {}
- newUpdateFileSystemAssociationResponse :: Int -> UpdateFileSystemAssociationResponse
- updateFileSystemAssociationResponse_fileSystemAssociationARN :: Lens' UpdateFileSystemAssociationResponse (Maybe Text)
- updateFileSystemAssociationResponse_httpStatus :: Lens' UpdateFileSystemAssociationResponse Int
Creating a Request
data UpdateFileSystemAssociation Source #
See: newUpdateFileSystemAssociation
smart constructor.
UpdateFileSystemAssociation' | |
|
Instances
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:
$sel:auditDestinationARN:UpdateFileSystemAssociation'
, updateFileSystemAssociation_auditDestinationARN
- The Amazon Resource Name (ARN) of the storage used for the audit logs.
$sel:cacheAttributes:UpdateFileSystemAssociation'
, updateFileSystemAssociation_cacheAttributes
- Undocumented member.
$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.
$sel:password:UpdateFileSystemAssociation'
, updateFileSystemAssociation_password
- The password of the user credential.
$sel:fileSystemAssociationARN: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_cacheAttributes :: Lens' UpdateFileSystemAssociation (Maybe CacheAttributes) Source #
Undocumented member.
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_password :: Lens' UpdateFileSystemAssociation (Maybe Text) Source #
The password of the user credential.
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 #
See: newUpdateFileSystemAssociationResponse
smart constructor.
UpdateFileSystemAssociationResponse' | |
|
Instances
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:
$sel:fileSystemAssociationARN:UpdateFileSystemAssociation'
, updateFileSystemAssociationResponse_fileSystemAssociationARN
- The ARN of the updated file system association.
$sel:httpStatus:UpdateFileSystemAssociationResponse'
, updateFileSystemAssociationResponse_httpStatus
- The response's http status code.
Response Lenses
updateFileSystemAssociationResponse_fileSystemAssociationARN :: Lens' UpdateFileSystemAssociationResponse (Maybe Text) Source #
The ARN of the updated file system association.
updateFileSystemAssociationResponse_httpStatus :: Lens' UpdateFileSystemAssociationResponse Int Source #
The response's http status code.