AWS Storage Gateway

2019/05/28 - AWS Storage Gateway - 1 new api methods

Changes  Introduce AssignTapePool operation to allow customers to migrate tapes between pools.

AssignTapePool (new) Link ΒΆ

Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the S3 storage class (Glacier or Deep Archive) that corresponds to the pool.

Valid values: "GLACIER", "DEEP_ARCHIVE"

See also: AWS API Documentation

Request Syntax

client.assign_tape_pool(
    TapeARN='string',
    PoolId='string'
)
type TapeARN

string

param TapeARN

[REQUIRED]

The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.

type PoolId

string

param PoolId

[REQUIRED]

The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (Glacier or Deep Archive) that corresponds to the pool.

Valid values: "GLACIER", "DEEP_ARCHIVE"

rtype

dict

returns

Response Syntax

{
    'TapeARN': 'string'
}

Response Structure

  • (dict) --

    • TapeARN (string) --

      The unique Amazon Resource Names (ARN) of the virtual tape that was added to the tape pool.