amazonka-storagegateway-0.3.3: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.AddWorkingStorage

Contents

Description

This operation configures one or more gateway local disks as working storage for a gateway. This operation is supported only for the gateway-stored volume architecture. This operation is deprecated method in cached-volumes API version (20120630). Use AddUploadBuffer instead.

Working storage is also referred to as upload buffer. You can also use the AddUploadBuffer operation to add upload buffer to a stored-volume gateway.

In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add working storage, and one or more disk IDs that you want to configure as working storage.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_AddWorkingStorage.html

Synopsis

Request

Request constructor

addWorkingStorage Source

AddWorkingStorage constructor.

The fields accessible through corresponding lenses are:

Request lenses

awsDiskIds :: Lens' AddWorkingStorage [Text] Source

An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

Response

Response constructor

addWorkingStorageResponse :: AddWorkingStorageResponse Source

AddWorkingStorageResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses