summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php
diff options
context:
space:
mode:
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