storagegateway_delete_file_share: Deletes a file share from an S3 File Gateway

View source: R/storagegateway_operations.R

storagegateway_delete_file_shareR Documentation

Deletes a file share from an S3 File Gateway

Description

Deletes a file share from an S3 File Gateway. This operation is only supported for S3 File Gateways.

See https://www.paws-r-sdk.com/docs/storagegateway_delete_file_share/ for full documentation.

Usage

storagegateway_delete_file_share(FileShareARN, ForceDelete = NULL)

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 Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.

Valid Values: true | false


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.