amazonka-storagegateway-1.1.0: 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.CreateTapes

Contents

Description

Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes.

Cache storage must be allocated to the gateway before you can create virtual tapes. Use the AddCache operation to add cache storage to a gateway.

See: AWS API Reference for CreateTapes.

Synopsis

Creating a Request

createTapes Source

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

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

Request Lenses

ctGatewayARN :: Lens' CreateTapes Text Source

The unique Amazon Resource Name(ARN) that represents the gateway to associate the virtual tapes with. Use the ListGateways operation to return a list of gateways for your account and region.

ctTapeSizeInBytes :: Lens' CreateTapes Integer Source

The size, in bytes, of the virtual tapes you want to create.

The size must be gigabyte (1024*1024*1024 byte) aligned.

ctClientToken :: Lens' CreateTapes Text Source

A unique identifier that you use to retry a request. If you retry a request, use the same ClientToken you specified in the initial request.

Using the same ClientToken prevents creating the tape multiple times.

ctNumTapesToCreate :: Lens' CreateTapes Natural Source

The number of virtual tapes you want to create.

ctTapeBarcodePrefix :: Lens' CreateTapes Text Source

A prefix you append to the barcode of the virtual tape you are creating. This makes a barcode unique.

The prefix must be 1 to 4 characters in length and must be upper-case letters A-Z.

Destructuring the Response

createTapesResponse Source

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

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

Response Lenses

ctrsTapeARNs :: Lens' CreateTapesResponse [Text] Source

A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

ctrsStatus :: Lens' CreateTapesResponse Int Source

The response status code.