SnowBallClient.php
64 lines
| 1 | <?php |
| 2 | namespace Aws\SnowBall; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Import/Export Snowball** service. |
| 8 | * @method \Aws\Result cancelCluster(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelClusterAsync(array $args = []) |
| 10 | * @method \Aws\Result cancelJob(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = []) |
| 12 | * @method \Aws\Result createAddress(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createAddressAsync(array $args = []) |
| 14 | * @method \Aws\Result createCluster(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = []) |
| 16 | * @method \Aws\Result createJob(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = []) |
| 18 | * @method \Aws\Result createLongTermPricing(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createLongTermPricingAsync(array $args = []) |
| 20 | * @method \Aws\Result createReturnShippingLabel(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createReturnShippingLabelAsync(array $args = []) |
| 22 | * @method \Aws\Result describeAddress(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeAddressAsync(array $args = []) |
| 24 | * @method \Aws\Result describeAddresses(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeAddressesAsync(array $args = []) |
| 26 | * @method \Aws\Result describeCluster(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = []) |
| 28 | * @method \Aws\Result describeJob(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeJobAsync(array $args = []) |
| 30 | * @method \Aws\Result describeReturnShippingLabel(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeReturnShippingLabelAsync(array $args = []) |
| 32 | * @method \Aws\Result getJobManifest(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getJobManifestAsync(array $args = []) |
| 34 | * @method \Aws\Result getJobUnlockCode(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise getJobUnlockCodeAsync(array $args = []) |
| 36 | * @method \Aws\Result getSnowballUsage(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise getSnowballUsageAsync(array $args = []) |
| 38 | * @method \Aws\Result getSoftwareUpdates(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise getSoftwareUpdatesAsync(array $args = []) |
| 40 | * @method \Aws\Result listClusterJobs(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listClusterJobsAsync(array $args = []) |
| 42 | * @method \Aws\Result listClusters(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = []) |
| 44 | * @method \Aws\Result listCompatibleImages(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listCompatibleImagesAsync(array $args = []) |
| 46 | * @method \Aws\Result listJobs(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = []) |
| 48 | * @method \Aws\Result listLongTermPricing(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listLongTermPricingAsync(array $args = []) |
| 50 | * @method \Aws\Result listPickupLocations(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listPickupLocationsAsync(array $args = []) |
| 52 | * @method \Aws\Result listServiceVersions(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listServiceVersionsAsync(array $args = []) |
| 54 | * @method \Aws\Result updateCluster(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise updateClusterAsync(array $args = []) |
| 56 | * @method \Aws\Result updateJob(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = []) |
| 58 | * @method \Aws\Result updateJobShipmentState(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise updateJobShipmentStateAsync(array $args = []) |
| 60 | * @method \Aws\Result updateLongTermPricing(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise updateLongTermPricingAsync(array $args = []) |
| 62 | */ |
| 63 | class SnowBallClient extends AwsClient {} |
| 64 |