paws.storage (version 0.1.0)

storagegateway_delete_file_share: Deletes a file share from a file gateway

Description

Deletes a file share from a file gateway. This operation is only supported for file gateways.

Usage

storagegateway_delete_file_share(FileShareARN, ForceDelete)

Arguments

FileShareARN

[required] The Amazon Resource Name (ARN) of the file share to be deleted.

ForceDelete

If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to AWS. Otherwise, the file share is not deleted until all data is uploaded to AWS. This process aborts the data upload process, and the file share enters the FORCE\_DELETING status.

Request syntax

svc$delete_file_share(
  FileShareARN = "string",
  ForceDelete = TRUE|FALSE
)