Skip to content

Commit ac9a80e

Browse files
Doc only update: fixed grammatical errors.
1 parent d966568 commit ac9a80e

18 files changed

+341
-341
lines changed

generator/ServiceModels/kms/kms-2014-11-01.docs.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

generator/ServiceModels/kms/kms-2014-11-01.normal.json

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

sdk/src/Services/KeyManagementService/Generated/Model/CreateAliasRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public partial class CreateAliasRequest : AmazonKeyManagementServiceRequest
141141
/// The <c>AliasName</c> value must be string of 1-256 characters. It can contain only
142142
/// alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). The
143143
/// alias name cannot begin with <c>alias/aws/</c>. The <c>alias/aws/</c> prefix is reserved
144-
/// for <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
144+
/// for <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
145145
/// Web Services managed keys</a>.
146146
/// </para>
147147
/// </summary>
@@ -161,7 +161,7 @@ internal bool IsSetAliasName()
161161
/// <summary>
162162
/// Gets and sets the property TargetKeyId.
163163
/// <para>
164-
/// Associates the alias with the specified <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
164+
/// Associates the alias with the specified <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
165165
/// managed key</a>. The KMS key must be in the same Amazon Web Services Region.
166166
/// </para>
167167
///

sdk/src/Services/KeyManagementService/Generated/Model/CreateKeyRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ namespace Amazon.KeyManagementService.Model
4949
/// </para>
5050
/// <note>
5151
/// <para>
52-
/// KMS has replaced the term <i>customer master key (CMK)</i> with <i>KMS key</i> and
53-
/// <i>KMS key</i>. The concept has not changed. To prevent breaking changes, KMS is keeping
54-
/// some variations of this term.
52+
/// KMS has replaced the term <i>customer master key (CMK)</i> with <i>Key Management
53+
/// Service key</i> and <i>KMS key</i>. The concept has not changed. To prevent breaking
54+
/// changes, KMS is keeping some variations of this term.
5555
/// </para>
5656
/// </note>
5757
/// <para>

sdk/src/Services/KeyManagementService/Generated/Model/DescribeKeyRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace Amazon.KeyManagementService.Model
3232
/// <summary>
3333
/// Container for the parameters to the DescribeKey operation.
3434
/// Provides detailed information about a KMS key. You can run <c>DescribeKey</c> on a
35-
/// <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
36-
/// managed key</a> or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
35+
/// <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
36+
/// managed key</a> or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
3737
/// Web Services managed key</a>.
3838
///
3939
///
@@ -81,7 +81,7 @@ namespace Amazon.KeyManagementService.Model
8181
/// <para>
8282
/// In general, <c>DescribeKey</c> is a non-mutating operation. It returns data about
8383
/// KMS keys, but doesn't change them. However, Amazon Web Services services use <c>DescribeKey</c>
84-
/// to create <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
84+
/// to create <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
8585
/// Web Services managed keys</a> from a <i>predefined Amazon Web Services alias</i> with
8686
/// no key ID.
8787
/// </para>
@@ -175,7 +175,7 @@ internal bool IsSetGrantTokens()
175175
///
176176
/// <para>
177177
/// If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias
178-
/// with no key ID), KMS associates the alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html##aws-managed-cmk">Amazon
178+
/// with no key ID), KMS associates the alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
179179
/// Web Services managed key</a> and returns its <c>KeyId</c> and <c>Arn</c> in the response.
180180
/// </para>
181181
///

sdk/src/Services/KeyManagementService/Generated/Model/DisableKeyRotationRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ namespace Amazon.KeyManagementService.Model
4747
///
4848
/// <para>
4949
/// You can enable (<a>EnableKeyRotation</a>) and disable automatic rotation of the key
50-
/// material in <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
51-
/// managed KMS keys</a>. Key material rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
50+
/// material in <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
51+
/// managed KMS keys</a>. Key material rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
5252
/// Web Services managed KMS keys</a> is not configurable. KMS always rotates the key
53-
/// material for every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon
53+
/// material for every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-key">Amazon
5454
/// Web Services owned KMS keys</a> varies.
5555
/// </para>
5656
/// <note>

sdk/src/Services/KeyManagementService/Generated/Model/EnableKeyRotationRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.KeyManagementService.Model
3636
///
3737
///
3838
/// <para>
39-
/// By default, when you enable automatic rotation of a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
39+
/// By default, when you enable automatic rotation of a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
4040
/// managed KMS key</a>, KMS rotates the key material of the KMS key one year (approximately
4141
/// 365 days) from the enable date and every year thereafter. You can use the optional
4242
/// <c>RotationPeriodInDays</c> parameter to specify a custom rotation period when you
@@ -63,9 +63,9 @@ namespace Amazon.KeyManagementService.Model
6363
/// </para>
6464
///
6565
/// <para>
66-
/// You cannot enable or disable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
66+
/// You cannot enable or disable automatic rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
6767
/// Web Services managed KMS keys</a>. KMS always rotates the key material of Amazon Web
68-
/// Services managed keys every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon
68+
/// Services managed keys every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-key">Amazon
6969
/// Web Services owned KMS keys</a> is managed by the Amazon Web Services service that
7070
/// owns the key.
7171
/// </para>

sdk/src/Services/KeyManagementService/Generated/Model/GetKeyRotationStatusRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace Amazon.KeyManagementService.Model
4949
///
5050
/// <para>
5151
/// You can enable (<a>EnableKeyRotation</a>) and disable automatic rotation (<a>DisableKeyRotation</a>)
52-
/// of the key material in customer managed KMS keys. Key material rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
52+
/// of the key material in customer managed KMS keys. Key material rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
5353
/// Web Services managed KMS keys</a> is not configurable. KMS always rotates the key
5454
/// material in Amazon Web Services managed KMS keys every year. The key rotation status
5555
/// for Amazon Web Services managed KMS keys is always <c>true</c>.

sdk/src/Services/KeyManagementService/Generated/Model/RotateKeyOnDemandRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ namespace Amazon.KeyManagementService.Model
7575
/// </para>
7676
///
7777
/// <para>
78-
/// You cannot initiate on-demand rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
78+
/// You cannot initiate on-demand rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
7979
/// Web Services managed KMS keys</a>. KMS always rotates the key material of Amazon Web
80-
/// Services managed keys every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon
80+
/// Services managed keys every year. Rotation of <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-key">Amazon
8181
/// Web Services owned KMS keys</a> is managed by the Amazon Web Services service that
8282
/// owns the key.
8383
/// </para>

sdk/src/Services/KeyManagementService/Generated/Model/TagResourceRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Amazon.KeyManagementService.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the TagResource operation.
34-
/// Adds or edits tags on a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
34+
/// Adds or edits tags on a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
3535
/// managed key</a>.
3636
///
3737
/// <note>
@@ -48,9 +48,9 @@ namespace Amazon.KeyManagementService.Model
4848
/// </para>
4949
///
5050
/// <para>
51-
/// You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
52-
/// managed key</a>, but you cannot tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
53-
/// Web Services managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon
51+
/// You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer
52+
/// managed key</a>, but you cannot tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon
53+
/// Web Services managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-key">Amazon
5454
/// Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-overview.html">custom
5555
/// key store</a>, or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html">alias</a>.
5656
/// </para>

0 commit comments

Comments
 (0)