Values.DeleteDataRepositoryAssociationResponseSourceDeletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. 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 = {associationId : DataRepositoryAssociationId.t option;The ID of the data repository association being deleted.
*)lifecycle : DataRepositoryLifecycle.t option;Describes the lifecycle state of the data repository association being deleted.
*)deleteDataInFileSystem : DeleteDataInFileSystem.t option;Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.
*)}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
* [> `Boolean of DeleteDataInFileSystem.t
| `Enum of string
| `String of DataRepositoryAssociationId.t ])
list ]