Skip to content

Commit a5c0622

Browse files
Update generated code (#1924)
update generated code
1 parent e811af2 commit a5c0622

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- AWS api-change: Rework regions configuration
99
- AWS api-change: AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
1010

11+
### Changed
12+
13+
- AWS enhancement: Documentation updates.
14+
1115
## 1.9.0
1216

1317
### Added

src/Input/CreateAliasRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class CreateAliasRequest extends Input
1919
* slashes (/), underscores (_), and dashes (-). The alias name cannot begin with `alias/aws/`. The `alias/aws/` prefix
2020
* is reserved for Amazon Web Services managed keys [^1].
2121
*
22-
* [^1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk
22+
* [^1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key
2323
*
2424
* @required
2525
*
@@ -45,7 +45,7 @@ final class CreateAliasRequest extends Input
4545
*
4646
* To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
4747
*
48-
* [^1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk
48+
* [^1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key
4949
* [^2]: https://docs.aws.amazon.com/kms/latest/developerguide/find-cmk-id-arn.html
5050
*
5151
* @required

src/KmsClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public function createAlias($input): Result
158158
* Use the parameters of `CreateKey` to specify the type of KMS key, the source of its key material, its key policy,
159159
* description, tags, and other properties.
160160
*
161-
* > KMS has replaced the term *customer master key (CMK)* with *KMS key* and *KMS key*. The concept has not changed. To
162-
* > prevent breaking changes, KMS is keeping some variations of this term.
161+
* > KMS has replaced the term *customer master key (CMK)* with *Key Management Service key* and *KMS key*. The concept
162+
* > has not changed. To prevent breaking changes, KMS is keeping some variations of this term.
163163
*
164164
* To create different types of KMS keys, use the following guidance:
165165
*

0 commit comments

Comments
 (0)