Skip to content

Commit 54ecfd9

Browse files
Doc-only update for CloudFront. These changes include customer-reported issues.
1 parent 8753897 commit 54ecfd9

11 files changed

+225
-207
lines changed

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.api.json

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

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.docs.json

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

generator/ServiceModels/cloudfront/cloudfront-2020-05-31.normal.json

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

sdk/src/Services/CloudFront/Generated/Model/CacheBehavior.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,9 @@ internal bool IsSetTrustedKeyGroups()
544544
}
545545

546546
/// <summary>
547-
/// Gets and sets the property TrustedSigners. <important>
547+
/// Gets and sets the property TrustedSigners.
548+
/// <para>
549+
/// <important>
548550
/// <para>
549551
/// We recommend using <c>TrustedKeyGroups</c> instead of <c>TrustedSigners</c>.
550552
/// </para>
@@ -563,6 +565,8 @@ internal bool IsSetTrustedKeyGroups()
563565
/// <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving
564566
/// private content</a> in the <i>Amazon CloudFront Developer Guide</i>.
565567
/// </para>
568+
///
569+
/// </para>
566570
/// </summary>
567571
public TrustedSigners TrustedSigners
568572
{

sdk/src/Services/CloudFront/Generated/Model/DefaultCacheBehavior.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,9 @@ internal bool IsSetTrustedKeyGroups()
468468
}
469469

470470
/// <summary>
471-
/// Gets and sets the property TrustedSigners. <important>
471+
/// Gets and sets the property TrustedSigners.
472+
/// <para>
473+
/// <important>
472474
/// <para>
473475
/// We recommend using <c>TrustedKeyGroups</c> instead of <c>TrustedSigners</c>.
474476
/// </para>
@@ -487,6 +489,8 @@ internal bool IsSetTrustedKeyGroups()
487489
/// <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving
488490
/// private content</a> in the <i>Amazon CloudFront Developer Guide</i>.
489491
/// </para>
492+
///
493+
/// </para>
490494
/// </summary>
491495
public TrustedSigners TrustedSigners
492496
{

sdk/src/Services/CloudFront/Generated/Model/Distribution.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ internal bool IsSetActiveTrustedKeyGroups()
8484
}
8585

8686
/// <summary>
87-
/// Gets and sets the property ActiveTrustedSigners. <important>
87+
/// Gets and sets the property ActiveTrustedSigners.
88+
/// <para>
89+
/// <important>
8890
/// <para>
8991
/// We recommend using <c>TrustedKeyGroups</c> instead of <c>TrustedSigners</c>.
9092
/// </para>
@@ -94,6 +96,8 @@ internal bool IsSetActiveTrustedKeyGroups()
9496
/// key pairs in each account that CloudFront can use to verify the signatures of signed
9597
/// URLs or signed cookies.
9698
/// </para>
99+
///
100+
/// </para>
97101
/// </summary>
98102
public ActiveTrustedSigners ActiveTrustedSigners
99103
{

sdk/src/Services/CloudFront/Generated/Model/GetDistributionTenantRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public partial class GetDistributionTenantRequest : AmazonCloudFrontRequest
4040
/// <summary>
4141
/// Gets and sets the property Identifier.
4242
/// <para>
43-
/// The ID of the distribution tenant. You can specify the ARN ID, or name of the distribution
44-
/// tenant.
43+
/// The identifier of the distribution tenant. You can specify the ARN, ID, or name of
44+
/// the distribution tenant.
4545
/// </para>
4646
/// </summary>
4747
[AWSProperty(Required=true)]

sdk/src/Services/CloudFront/Generated/Model/GetManagedCertificateDetailsRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public partial class GetManagedCertificateDetailsRequest : AmazonCloudFrontReque
4040
/// <summary>
4141
/// Gets and sets the property Identifier.
4242
/// <para>
43-
/// The identifier of the multi-tenant distribution.
43+
/// The identifier of the distribution tenant. You can specify the ARN, ID, or name of
44+
/// the distribution tenant.
4445
/// </para>
4546
/// </summary>
4647
[AWSProperty(Required=true)]

sdk/src/Services/CloudFront/Generated/Model/S3OriginConfig.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public partial class S3OriginConfig
3939
private string _originAccessIdentity;
4040

4141
/// <summary>
42-
/// Gets and sets the property OriginAccessIdentity. <note>
42+
/// Gets and sets the property OriginAccessIdentity.
43+
/// <para>
44+
/// <note>
4345
/// <para>
4446
/// If you're using origin access control (OAC) instead of origin access identity, specify
4547
/// an empty <c>OriginAccessIdentity</c> element. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting
@@ -80,6 +82,8 @@ public partial class S3OriginConfig
8082
/// For more information about the origin access identity, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving
8183
/// Private Content through CloudFront</a> in the <i>Amazon CloudFront Developer Guide</i>.
8284
/// </para>
85+
///
86+
/// </para>
8387
/// </summary>
8488
[AWSProperty(Required=true)]
8589
public string OriginAccessIdentity

sdk/src/Services/CloudFront/Generated/Model/VerifyDnsConfigurationRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ internal bool IsSetDomain()
6262
/// <summary>
6363
/// Gets and sets the property Identifier.
6464
/// <para>
65-
/// The ID of the distribution tenant.
65+
/// The identifier of the distribution tenant. You can specify the ARN, ID, or name of
66+
/// the distribution tenant.
6667
/// </para>
6768
/// </summary>
6869
[AWSProperty(Required=true)]

0 commit comments

Comments
 (0)