storagegateway_delete_tape_pool: Delete a custom tape pool
Description
Delete a custom tape pool. A custom tape pool can only be deleted if
there are no tapes in the pool and if there are no automatic tape
creation policies that reference the custom tape pool.
Usage
storagegateway_delete_tape_pool(PoolARN)
Arguments
PoolARN
[required] The Amazon Resource Name (ARN) of the custom tape pool to delete.
Value
A list with the following syntax:
list(
PoolARN = "string"
)
Request syntax
svc$delete_tape_pool(
PoolARN = "string"
)