From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vendor/aws/aws-sdk-php/src/Lightsail') diff --git a/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php b/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php index ac70fff..3f2627c 100644 --- a/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php +++ b/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php @@ -49,6 +49,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = []) * @method \Aws\Result createDomainEntry(array $args = []) * @method \GuzzleHttp\Promise\Promise createDomainEntryAsync(array $args = []) + * @method \Aws\Result createGUISessionAccessDetails(array $args = []) + * @method \GuzzleHttp\Promise\Promise createGUISessionAccessDetailsAsync(array $args = []) * @method \Aws\Result createInstanceSnapshot(array $args = []) * @method \GuzzleHttp\Promise\Promise createInstanceSnapshotAsync(array $args = []) * @method \Aws\Result createInstances(array $args = []) @@ -163,6 +165,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise getContainerServicePowersAsync(array $args = []) * @method \Aws\Result getContainerServices(array $args = []) * @method \GuzzleHttp\Promise\Promise getContainerServicesAsync(array $args = []) + * @method \Aws\Result getCostEstimate(array $args = []) + * @method \GuzzleHttp\Promise\Promise getCostEstimateAsync(array $args = []) * @method \Aws\Result getDisk(array $args = []) * @method \GuzzleHttp\Promise\Promise getDiskAsync(array $args = []) * @method \Aws\Result getDiskSnapshot(array $args = []) @@ -279,10 +283,14 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise setIpAddressTypeAsync(array $args = []) * @method \Aws\Result setResourceAccessForBucket(array $args = []) * @method \GuzzleHttp\Promise\Promise setResourceAccessForBucketAsync(array $args = []) + * @method \Aws\Result startGUISession(array $args = []) + * @method \GuzzleHttp\Promise\Promise startGUISessionAsync(array $args = []) * @method \Aws\Result startInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = []) * @method \Aws\Result startRelationalDatabase(array $args = []) * @method \GuzzleHttp\Promise\Promise startRelationalDatabaseAsync(array $args = []) + * @method \Aws\Result stopGUISession(array $args = []) + * @method \GuzzleHttp\Promise\Promise stopGUISessionAsync(array $args = []) * @method \Aws\Result stopInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = []) * @method \Aws\Result stopRelationalDatabase(array $args = []) -- cgit v1.2.3