github.com/aavshr/aws-sdk-go@v1.41.3/service/ebs/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package ebs provides the client and types for making API
     4  // requests to Amazon Elastic Block Store.
     5  //
     6  // You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create
     7  // Amazon EBS snapshots, write data directly to your snapshots, read data on
     8  // your snapshots, and identify the differences or changes between two snapshots.
     9  // If you’re an independent software vendor (ISV) who offers backup services
    10  // for Amazon EBS, the EBS direct APIs make it more efficient and cost-effective
    11  // to track incremental changes on your Amazon EBS volumes through snapshots.
    12  // This can be done without having to create new volumes from snapshots, and
    13  // then use Amazon Elastic Compute Cloud (Amazon EC2) instances to compare the
    14  // differences.
    15  //
    16  // You can create incremental snapshots directly from data on-premises into
    17  // volumes and the cloud to use for quick disaster recovery. With the ability
    18  // to write and read snapshots, you can write your on-premises data to an snapshot
    19  // during a disaster. Then after recovery, you can restore it back to Amazon
    20  // Web Services or on-premises from the snapshot. You no longer need to build
    21  // and maintain complex mechanisms to copy data to and from Amazon EBS.
    22  //
    23  // This API reference provides detailed information about the actions, data
    24  // types, parameters, and errors of the EBS direct APIs. For more information
    25  // about the elements that make up the EBS direct APIs, and examples of how
    26  // to use them effectively, see Accessing the Contents of an Amazon EBS Snapshot
    27  // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html)
    28  // in the Amazon Elastic Compute Cloud User Guide. For more information about
    29  // the supported Amazon Web Services Regions, endpoints, and service quotas
    30  // for the EBS direct APIs, see Amazon Elastic Block Store Endpoints and Quotas
    31  // (https://docs.aws.amazon.com/general/latest/gr/ebs-service.html) in the Amazon
    32  // Web Services General Reference.
    33  //
    34  // See https://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02 for more information on this service.
    35  //
    36  // See ebs package documentation for more information.
    37  // https://docs.aws.amazon.com/sdk-for-go/api/service/ebs/
    38  //
    39  // Using the Client
    40  //
    41  // To contact Amazon Elastic Block Store with the SDK use the New function to create
    42  // a new service client. With that client you can make API requests to the service.
    43  // These clients are safe to use concurrently.
    44  //
    45  // See the SDK's documentation for more information on how to use the SDK.
    46  // https://docs.aws.amazon.com/sdk-for-go/api/
    47  //
    48  // See aws.Config documentation for more information on configuring SDK clients.
    49  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    50  //
    51  // See the Amazon Elastic Block Store client EBS for more
    52  // information on creating client for this service.
    53  // https://docs.aws.amazon.com/sdk-for-go/api/service/ebs/#New
    54  package ebs