amazonka-storagegateway-0.3.2: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.AddCache

Contents

Description

This operation configures one or more gateway local disks as cache for a cached-volume gateway. This operation is supported only for the gateway-cached volume architecture (see Storage Gateway Concepts).

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

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

Synopsis

Request

data AddCache Source

Instances

Eq AddCache 
Ord AddCache 
Read AddCache 
Show AddCache 
AWSRequest AddCache 
ToQuery AddCache 
ToPath AddCache 
ToHeaders AddCache 
ToJSON AddCache 
type Sv AddCache = StorageGateway 
type Rs AddCache = AddCacheResponse 

Request constructor

addCache Source

Arguments

:: Text

acGatewayARN

-> AddCache 

AddCache constructor.

The fields accessible through corresponding lenses are:

Request lenses

acDiskIds :: Lens' AddCache [Text] Source

Response

Response constructor

addCacheResponse :: AddCacheResponse Source

AddCacheResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses