NAME

Paws::EBS - Perl Interface to AWS Amazon Elastic Block Store

SYNOPSIS

use Paws;

my $obj = Paws->service('EBS');
my $res = $obj->Method(
  Arg1 => $val1,
  Arg2 => [ 'V1', 'V2' ],
  # if Arg3 is an object, the HashRef will be used as arguments to the constructor
  # of the arguments type
  Arg3 => { Att1 => 'Val1' },
  # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
  # the constructor of the arguments type
  Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
);

DESCRIPTION

You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and identify the difference between two snapshots. You can view the details of blocks in an EBS snapshot, compare the block difference between two snapshots, and directly access the data in a snapshot. If you’re an independent software vendor (ISV) who offers backup services for EBS, the EBS direct APIs make it easier and more cost-effective to track incremental changes on your EBS volumes via EBS snapshots. This can be done without having to create new volumes from EBS snapshots.

This API reference provides detailed information about the actions, data types, parameters, and errors of the EBS direct APIs. For more information about the elements that make up the EBS direct APIs, and examples of how to use them effectively, see Accessing the Contents of an EBS Snapshot (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html) in the Amazon Elastic Compute Cloud User Guide. For more information about the supported AWS Regions, endpoints, and service quotas for the EBS direct APIs, see Amazon Elastic Block Store Endpoints and Quotas (https://docs.aws.amazon.com/general/latest/gr/ebs-service.html) in the AWS General Reference.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02

METHODS

GetSnapshotBlock

BlockIndex => Int
BlockToken => Str
SnapshotId => Str

Each argument is described in detail in: Paws::EBS::GetSnapshotBlock

Returns: a Paws::EBS::GetSnapshotBlockResponse instance

Returns the data in a block in an Amazon Elastic Block Store snapshot.

ListChangedBlocks

SecondSnapshotId => Str
[FirstSnapshotId => Str]
[MaxResults => Int]
[NextToken => Str]
[StartingBlockIndex => Int]

Each argument is described in detail in: Paws::EBS::ListChangedBlocks

Returns: a Paws::EBS::ListChangedBlocksResponse instance

Returns the block indexes and block tokens for blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.

ListSnapshotBlocks

SnapshotId => Str
[MaxResults => Int]
[NextToken => Str]
[StartingBlockIndex => Int]

Each argument is described in detail in: Paws::EBS::ListSnapshotBlocks

Returns: a Paws::EBS::ListSnapshotBlocksResponse instance

Returns the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues