Values.UpdateDataRepositoryAssociationResponseSourceUpdates 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.
type nonrec t = {association : DataRepositoryAssociation.t option;The response object returned after the data repository association is updated.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `DataRepositoryAssociationNotFound of DataRepositoryAssociationNotFound.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `DataRepositoryAssociationNotFound of DataRepositoryAssociationNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `DataRepositoryAssociationNotFound of DataRepositoryAssociationNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BatchImportMetaDataOnCreate.t
| `Enum of string
| `Integer of Megabytes.t
| `List of
[> `String of Namespace.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of DataRepositoryAssociationId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of IpAddress.t ] list
| `String of ErrorMessage.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ])
list ])
list
| `Timestamp of CreationTime.t ])
list ])
list ]