Module Smaws_Client_FSx.UpdateDataRepositoryAssociation

Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported on all FSx for Lustre 2.12 and 2.15 file systems, excluding scratch_1 deployment type.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `DataRepositoryAssociationNotFound of Types.data_repository_association_not_found | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `ServiceLimitExceeded of Types.service_limit_exceeded ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_data_repository_association_request -> (Types.update_data_repository_association_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `DataRepositoryAssociationNotFound of Types.data_repository_association_not_found | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `ServiceLimitExceeded of Types.service_limit_exceeded ]) Stdlib.result