Learn R Programming

paws.storage (version 0.1.12)

storagegateway_disable_gateway: Disables a tape gateway when the gateway is no longer functioning

Description

Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.

Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.

After a gateway is disabled, it cannot be enabled.

Usage

storagegateway_disable_gateway(GatewayARN)

Value

A list with the following syntax:

list(
  GatewayARN = "string"
)

Arguments

GatewayARN

[required]

Request syntax

svc$disable_gateway(
  GatewayARN = "string"
)

Examples

Run this code
if (FALSE) {
# Disables a gateway when the gateway is no longer functioning. Use this
# operation for a gateway-VTL that is not reachable or not functioning.
svc$disable_gateway(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
}

Run the code above in your browser using DataLab