paws.storage (version 0.1.0)

storagegateway_update_vtl_device_type: Updates the type of medium changer in a tape gateway

Description

Updates the type of medium changer in a tape gateway. When you activate a tape gateway, you select a medium changer type for the tape gateway. This operation enables you to select a different type of medium changer after a tape gateway is activated. This operation is only supported in the tape gateway type.

Usage

storagegateway_update_vtl_device_type(VTLDeviceARN, DeviceType)

Arguments

VTLDeviceARN

[required] The Amazon Resource Name (ARN) of the medium changer you want to select.

DeviceType

[required] The type of medium changer you want to select.

Valid Values: "STK-L700", "AWS-Gateway-VTL"

Request syntax

svc$update_vtl_device_type(
  VTLDeviceARN = "string",
  DeviceType = "string"
)

Examples

Run this code
# NOT RUN {
# Updates the type of medium changer in a gateway-VTL after a gateway-VTL
# is activated.
# }
# NOT RUN {
svc$update_vtl_device_type(
  DeviceType = "Medium Changer",
  VTLDeviceARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab