<?php
namespace Aws\SimpleDBv2;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Amazon SimpleDB v2** service.
 * @method \Aws\Result getExport(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getExportAsync(array $args = [])
 * @method \Aws\Result listExports(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listExportsAsync(array $args = [])
 * @method \Aws\Result startDomainExport(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startDomainExportAsync(array $args = [])
 */
class SimpleDBv2Client extends AwsClient {}
