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/CloudFront/CloudFrontClient.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php') diff --git a/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php b/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php index 3a3f9ea..c4d1041 100644 --- a/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php +++ b/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php @@ -206,6 +206,8 @@ use Aws\AwsClient; * @method \GuzzleHttp\Promise\Promise updateCachePolicyAsync(array $args = []) (supported in versions 2020-05-31) * @method \Aws\Result updateContinuousDeploymentPolicy(array $args = []) (supported in versions 2020-05-31) * @method \GuzzleHttp\Promise\Promise updateContinuousDeploymentPolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result updateDistributionWithStagingConfig(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updateDistributionWithStagingConfigAsync(array $args = []) (supported in versions 2020-05-31) * @method \Aws\Result updateFunction(array $args = []) (supported in versions 2020-05-31) * @method \GuzzleHttp\Promise\Promise updateFunctionAsync(array $args = []) (supported in versions 2020-05-31) * @method \Aws\Result updateKeyGroup(array $args = []) (supported in versions 2020-05-31) @@ -235,7 +237,7 @@ class CloudFrontClient extends AwsClient * policy. Not required when passing a custom 'policy' option. * - key_pair_id: (string) The ID of the key pair used to sign CloudFront * URLs for private distributions. - * - private_key: (string) The filepath ot the private key used to sign + * - private_key: (string) The filepath to the private key used to sign * CloudFront URLs for private distributions. * * @param array $options Array of configuration options used when signing -- cgit v1.2.3