Smaws_Client_FSx.UpdateDataRepositoryAssociationUpdates 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_data_repository_association_request ->
(Types.update_data_repository_association_response Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result