From f659877ec7983565ef89384790f85c2bcb138924 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Mon, 31 Jul 2023 09:40:35 -0400 Subject: [PATCH 1/2] Update changelog (#2744) * Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 663f4e1ac3..ef9f4822c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.277.4 - 2023-07-28 + +* `Aws\` - This release adds .json.php artifacts for EntityResolution and ManagedBlockchainQuery services + ## 3.277.3 - 2023-07-28 * `Aws\ApplicationInsights` - This release enable customer to add/remove/update more than one workload for a component From 67b5b68f46c0d7edd99c01f308bc5f17808e25f8 Mon Sep 17 00:00:00 2001 From: Sheeraz Abbas Date: Mon, 31 Jul 2023 21:38:24 +0500 Subject: [PATCH 2/2] Typo: Update CloudFrontClient.php (#2743) Fixed a typo issue in CloudFrontClient.php --- src/CloudFront/CloudFrontClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudFront/CloudFrontClient.php b/src/CloudFront/CloudFrontClient.php index 22fefc0f86..c4d10419a9 100644 --- a/src/CloudFront/CloudFrontClient.php +++ b/src/CloudFront/CloudFrontClient.php @@ -237,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