Skip to content

Commit 71522e8

Browse files
authored
Update CS dependencies (#1688)
1 parent 95ca36d commit 71522e8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.3.0
610

711
### Added

src/Exception/InvalidKeyUsageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use AsyncAws\Core\Exception\Http\ClientException;
66

77
/**
8-
* The request was rejected for one of the following reasons:.
8+
* The request was rejected for one of the following reasons:
99
*
1010
* - The `KeyUsage` value of the KMS key is incompatible with the API operation.
1111
* - The encryption algorithm or signing algorithm specified for the operation is incompatible with the type of key

src/KmsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function createKey($input = []): CreateKeyResponse
353353
}
354354

355355
/**
356-
* Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:.
356+
* Decrypts ciphertext that was encrypted by a KMS key using any of the following operations:
357357
*
358358
* - Encrypt
359359
* - GenerateDataKey

0 commit comments

Comments
 (0)