v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1441397379.2 KB

Deletes 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 for all file systems except for <code>Scratch_1</code> deployment type.

post/#X-Amz-Target=AWSSimbaAPIService_v20180301.DeleteDataRepositoryAssociation

Headers

X-Amz-Target'AWSSimbaAPIService_v20180301.DeleteDataRepositoryAssociation' required

Request body

AssociationIdstring required

The ID of the data repository association that you want to delete.

ClientRequestTokenstring

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

DeleteDataInFileSystemboolean

Set to <code>true</code> to delete the data in the file system that corresponds to the data repository association.

Response

Success

AssociationIdstring

The ID of the data repository association being deleted.

Lifecycle'CREATING' | 'AVAILABLE' | 'MISCONFIGURED' | 'UPDATING' | 'DELETING' | 'FAILED'

Describes the lifecycle state of the data repository association being deleted.

DeleteDataInFileSystemboolean

Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is <code>false</code>.