if (FALSE) {
# Returns a description of the specified Amazon Resource Name (ARN) of
# virtual tapes. If a TapeARN is not specified, returns a description of
# all virtual tapes.
svc$describe_tapes(
GatewayARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
Limit = 2L,
Marker = "1",
TapeARNs = list(
"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1",
"arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0"
)
)
}
Run the code above in your browser using DataLab