amazonka-storagegateway-1.0.1: Amazon Storage Gateway SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.UpdateVTLDeviceType

Contents

Description

This operation updates the type of medium changer in a gateway-VTL. When you activate a gateway-VTL, you select a medium changer type for the gateway-VTL. This operation enables you to select a different type of medium changer after a gateway-VTL is activated.

See: AWS API Reference for UpdateVTLDeviceType.

Synopsis

Creating a Request

updateVTLDeviceType Source

Creates a value of UpdateVTLDeviceType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uvtldtVTLDeviceARN :: Lens' UpdateVTLDeviceType Text Source

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

uvtldtDeviceType :: Lens' UpdateVTLDeviceType Text Source

The type of medium changer you want to select.

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

Destructuring the Response

updateVTLDeviceTypeResponse Source

Creates a value of UpdateVTLDeviceTypeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

uvtldtrsVTLDeviceARN :: Lens' UpdateVTLDeviceTypeResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the medium changer you have selected.