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/AutoScaling/AutoScalingClient.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php') diff --git a/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php b/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php index 471b047..25e8736 100644 --- a/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php +++ b/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php @@ -12,6 +12,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise attachLoadBalancerTargetGroupsAsync(array $args = []) * @method \Aws\Result attachLoadBalancers(array $args = []) * @method \GuzzleHttp\Promise\Promise attachLoadBalancersAsync(array $args = []) + * @method \Aws\Result attachTrafficSources(array $args = []) + * @method \GuzzleHttp\Promise\Promise attachTrafficSourcesAsync(array $args = []) * @method \Aws\Result batchDeleteScheduledAction(array $args = []) * @method \GuzzleHttp\Promise\Promise batchDeleteScheduledActionAsync(array $args = []) * @method \Aws\Result batchPutScheduledUpdateGroupAction(array $args = []) @@ -80,6 +82,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = []) * @method \Aws\Result describeTerminationPolicyTypes(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTerminationPolicyTypesAsync(array $args = []) + * @method \Aws\Result describeTrafficSources(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeTrafficSourcesAsync(array $args = []) * @method \Aws\Result describeWarmPool(array $args = []) * @method \GuzzleHttp\Promise\Promise describeWarmPoolAsync(array $args = []) * @method \Aws\Result detachInstances(array $args = []) @@ -88,6 +92,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise detachLoadBalancerTargetGroupsAsync(array $args = []) * @method \Aws\Result detachLoadBalancers(array $args = []) * @method \GuzzleHttp\Promise\Promise detachLoadBalancersAsync(array $args = []) + * @method \Aws\Result detachTrafficSources(array $args = []) + * @method \GuzzleHttp\Promise\Promise detachTrafficSourcesAsync(array $args = []) * @method \Aws\Result disableMetricsCollection(array $args = []) * @method \GuzzleHttp\Promise\Promise disableMetricsCollectionAsync(array $args = []) * @method \Aws\Result enableMetricsCollection(array $args = []) @@ -114,6 +120,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise recordLifecycleActionHeartbeatAsync(array $args = []) * @method \Aws\Result resumeProcesses(array $args = []) * @method \GuzzleHttp\Promise\Promise resumeProcessesAsync(array $args = []) + * @method \Aws\Result rollbackInstanceRefresh(array $args = []) + * @method \GuzzleHttp\Promise\Promise rollbackInstanceRefreshAsync(array $args = []) * @method \Aws\Result setDesiredCapacity(array $args = []) * @method \GuzzleHttp\Promise\Promise setDesiredCapacityAsync(array $args = []) * @method \Aws\Result setInstanceHealth(array $args = []) -- cgit v1.2.3