summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php4
1 files changed, 3 insertions, 1 deletions
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