Skip to content

Commit e750cc4

Browse files
texastonylucasmcdonald3seebees
authored
fix: typos
Co-authored-by: Lucas McDonald <[email protected]> Co-authored-by: seebees <[email protected]>
1 parent 7c36536 commit e750cc4

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

changes/2024-TBD_key-store-admin/background.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ This ARN MAY be a Multi-Region Key (MRK) or Single Region Key.
9292
## Key Management
9393

9494
`Key Management` is a union,
95-
such that additional options maybe added at a later date.
95+
such that additional options MAY be added at a later date.
9696

97-
Members of `Kms Management` are elements that
97+
Members of `Key Management` are elements that
9898
authorize the use of Branch Key Cryptographic Materials
9999
by decrypting them in a manner that
100100
authenticates all attributes of the Branch Key.
@@ -136,7 +136,7 @@ the default KMS client is constructed via the AWS SDK.
136136
## Key Management Strategy
137137

138138
`Key Management Strategy` is a union,
139-
such that additional options maybe added at a later date.
139+
such that additional options may be added at a later date.
140140

141141
`Key Management Strategy` determines which Operations
142142
of a `Key Management` are used by the Client.
@@ -194,13 +194,13 @@ The CreateKey caller MAY provide:
194194

195195
- A Branch Key ID
196196
- Encryption Context
197-
- A Key Manager Strategy
197+
- A Key Management Strategy
198198

199199
The behavior is mostly identical.
200200

201201
However,
202202
during the [Wrapped Branch Key Creation](../../framework/branch-key-store.md#wrapped-branch-key-creation),
203-
the Key Manager Strategy MUST be respected.
203+
the Key Management Strategy MUST be respected.
204204

205205
## Version Key
206206

@@ -211,13 +211,13 @@ The VersionKey caller MUST provide:
211211

212212
The VersionKey caller MAY provide:
213213

214-
- A Key Manager Strategy
214+
- A Key Management Strategy
215215

216216
The behavior is mostly identical.
217217

218218
However,
219219
during the [Wrapped Branch Key Creation](../../framework/branch-key-store.md#wrapped-branch-key-creation),
220-
the Key Manager Strategy MUST be respected.
220+
the Key Management Strategy MUST be respected.
221221

222222
<!-- LocalWords: MRK AwsKms grantTokenList kmsClient ReEncrypt -->
223223
<!-- LocalWords: AwsKmsReEncrypt keystore AwsKmsDecryptEncrypt -->

changes/2024-TBD_key-store-admin/proposed.smithy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ union KMSIdentifier {
7171

7272
@documentation(
7373
"If an MRK ARN is provided,
74-
and the Key Store table holds an MRK ARN,
74+
and the persisted Branch Key holds an MRK ARN,
7575
then those two ARNs may differ in region,
7676
although they must be otherwise equal.
7777
If either ARN is not an MRK ARN, then
@@ -155,7 +155,6 @@ operation VersionKey {
155155
errors: [aws.cryptography.keyStore#VersionRaceException]
156156
}
157157

158-
@documentation("Inputs for versioning a Branch Key.")
159158
structure VersionKeyInput {
160159
@required
161160
@documentation("The identifier for the Branch Key to be versioned.")

0 commit comments

Comments
 (0)