From 987faecc4e27223e34ba63254b4afc009dc83529 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 7 Mar 2025 19:20:23 +0000 Subject: [PATCH] docs(client-cloudfront): Documentation updates for Amazon CloudFront. --- .../src/commands/CreateAnycastIpListCommand.ts | 2 +- .../src/commands/CreateFunctionCommand.ts | 2 +- .../src/commands/CreateKeyValueStoreCommand.ts | 2 +- .../commands/CreateMonitoringSubscriptionCommand.ts | 4 ++-- .../src/commands/CreateVpcOriginCommand.ts | 2 +- .../src/commands/DeleteAnycastIpListCommand.ts | 2 +- .../src/commands/DeleteFunctionCommand.ts | 2 +- .../src/commands/DeleteKeyValueStoreCommand.ts | 2 +- .../commands/DeleteMonitoringSubscriptionCommand.ts | 2 +- .../src/commands/DeleteVpcOriginCommand.ts | 2 +- .../src/commands/DescribeFunctionCommand.ts | 2 +- .../src/commands/DescribeKeyValueStoreCommand.ts | 2 +- .../src/commands/GetAnycastIpListCommand.ts | 2 +- .../src/commands/GetFunctionCommand.ts | 2 +- .../src/commands/GetMonitoringSubscriptionCommand.ts | 2 +- .../src/commands/GetVpcOriginCommand.ts | 2 +- .../src/commands/ListAnycastIpListsCommand.ts | 2 +- .../ListDistributionsByAnycastIpListIdCommand.ts | 2 +- .../commands/ListDistributionsByVpcOriginIdCommand.ts | 2 +- .../src/commands/ListFunctionsCommand.ts | 2 +- .../src/commands/ListKeyValueStoresCommand.ts | 2 +- .../src/commands/ListVpcOriginsCommand.ts | 2 +- .../src/commands/PublishFunctionCommand.ts | 2 +- .../src/commands/TestFunctionCommand.ts | 2 +- .../src/commands/UpdateFunctionCommand.ts | 2 +- .../src/commands/UpdateKeyValueStoreCommand.ts | 2 +- .../src/commands/UpdateVpcOriginCommand.ts | 2 +- clients/client-cloudfront/src/models/models_0.ts | 10 +++++----- codegen/sdk-codegen/aws-models/cloudfront.json | 8 ++++---- 29 files changed, 37 insertions(+), 37 deletions(-) diff --git a/clients/client-cloudfront/src/commands/CreateAnycastIpListCommand.ts b/clients/client-cloudfront/src/commands/CreateAnycastIpListCommand.ts index 891f3e44a5f4..83b7dd1be728 100644 --- a/clients/client-cloudfront/src/commands/CreateAnycastIpListCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateAnycastIpListCommand.ts @@ -89,7 +89,7 @@ export interface CreateAnycastIpListCommandOutput extends CreateAnycastIpListRes *

The tagging specified is not valid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts index 985722301432..ce08a0ad2a0a 100644 --- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts @@ -120,7 +120,7 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResult, __Met * Amazon CloudFront Developer Guide.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts index c7a12128b12f..3e2c8af1aeed 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts @@ -83,7 +83,7 @@ export interface CreateKeyValueStoreCommandOutput extends CreateKeyValueStoreRes *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts index c28c44f812d1..6b563ab2d81b 100644 --- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts @@ -33,7 +33,7 @@ export interface CreateMonitoringSubscriptionCommandOutput __MetadataBearer {} /** - *

Enables additional CloudWatch metrics for the specified CloudFront distribution. The + *

Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The * additional metrics incur an additional cost.

*

For more information, see Viewing additional CloudFront distribution metrics in * the Amazon CloudFront Developer Guide.

@@ -79,7 +79,7 @@ export interface CreateMonitoringSubscriptionCommandOutput *

The specified distribution does not exist.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/CreateVpcOriginCommand.ts b/clients/client-cloudfront/src/commands/CreateVpcOriginCommand.ts index 05282cbaa791..abc674015266 100644 --- a/clients/client-cloudfront/src/commands/CreateVpcOriginCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateVpcOriginCommand.ts @@ -114,7 +114,7 @@ export interface CreateVpcOriginCommandOutput extends CreateVpcOriginResult, __M *

The tagging specified is not valid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DeleteAnycastIpListCommand.ts b/clients/client-cloudfront/src/commands/DeleteAnycastIpListCommand.ts index aeb2dcd68657..00180a8c56e7 100644 --- a/clients/client-cloudfront/src/commands/DeleteAnycastIpListCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteAnycastIpListCommand.ts @@ -74,7 +74,7 @@ export interface DeleteAnycastIpListCommandOutput extends __MetadataBearer {} * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts index e33dabbf6e30..a1f0cdfaad8a 100644 --- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts @@ -72,7 +72,7 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {} * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts index 0fd81e59499f..0c06724a3e95 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts @@ -68,7 +68,7 @@ export interface DeleteKeyValueStoreCommandOutput extends __MetadataBearer {} * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts index 8907ad4a8621..3cbea9b7cb3c 100644 --- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts @@ -65,7 +65,7 @@ export interface DeleteMonitoringSubscriptionCommandOutput *

A monitoring subscription does not exist for the specified distribution.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DeleteVpcOriginCommand.ts b/clients/client-cloudfront/src/commands/DeleteVpcOriginCommand.ts index 81cec794c51a..14248835e756 100644 --- a/clients/client-cloudfront/src/commands/DeleteVpcOriginCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteVpcOriginCommand.ts @@ -96,7 +96,7 @@ export interface DeleteVpcOriginCommandOutput extends DeleteVpcOriginResult, __M * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts index 54a9716342ac..bd1a73366761 100644 --- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts @@ -83,7 +83,7 @@ export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, _ *

The function does not exist.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts index 58135c8516bc..f306087acd47 100644 --- a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts @@ -70,7 +70,7 @@ export interface DescribeKeyValueStoreCommandOutput extends DescribeKeyValueStor *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/GetAnycastIpListCommand.ts b/clients/client-cloudfront/src/commands/GetAnycastIpListCommand.ts index 9383ba2bd1b0..ec526ae5aadb 100644 --- a/clients/client-cloudfront/src/commands/GetAnycastIpListCommand.ts +++ b/clients/client-cloudfront/src/commands/GetAnycastIpListCommand.ts @@ -73,7 +73,7 @@ export interface GetAnycastIpListCommandOutput extends GetAnycastIpListResult, _ *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index 11966d49c6d4..e30c7d9c158c 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -70,7 +70,7 @@ export interface GetFunctionCommandOutput extends GetFunctionCommandOutputType, *

The function does not exist.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts index e423699e56c2..cd49d7538f3e 100644 --- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts @@ -67,7 +67,7 @@ export interface GetMonitoringSubscriptionCommandOutput extends GetMonitoringSub *

A monitoring subscription does not exist for the specified distribution.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/GetVpcOriginCommand.ts b/clients/client-cloudfront/src/commands/GetVpcOriginCommand.ts index 99211016ff8d..adb37a9440cc 100644 --- a/clients/client-cloudfront/src/commands/GetVpcOriginCommand.ts +++ b/clients/client-cloudfront/src/commands/GetVpcOriginCommand.ts @@ -82,7 +82,7 @@ export interface GetVpcOriginCommandOutput extends GetVpcOriginResult, __Metadat *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListAnycastIpListsCommand.ts b/clients/client-cloudfront/src/commands/ListAnycastIpListsCommand.ts index 8f5b9fc67115..9efd522c425d 100644 --- a/clients/client-cloudfront/src/commands/ListAnycastIpListsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListAnycastIpListsCommand.ts @@ -79,7 +79,7 @@ export interface ListAnycastIpListsCommandOutput extends ListAnycastIpListsResul *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByAnycastIpListIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByAnycastIpListIdCommand.ts index 6b89aa57ac84..95ef278ccbee 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByAnycastIpListIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByAnycastIpListIdCommand.ts @@ -383,7 +383,7 @@ export interface ListDistributionsByAnycastIpListIdCommandOutput *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByVpcOriginIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByVpcOriginIdCommand.ts index b166e4114179..be50aa8fe398 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByVpcOriginIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByVpcOriginIdCommand.ts @@ -78,7 +78,7 @@ export interface ListDistributionsByVpcOriginIdCommandOutput *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts index 0d6c9f22231f..d80abb1afcd3 100644 --- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts @@ -93,7 +93,7 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResult, __Metad *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts index 2d8b1ab982fc..81c7de04e370 100644 --- a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts @@ -75,7 +75,7 @@ export interface ListKeyValueStoresCommandOutput extends ListKeyValueStoresResul *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/ListVpcOriginsCommand.ts b/clients/client-cloudfront/src/commands/ListVpcOriginsCommand.ts index 1de2e1eb6c4c..fe00e6095550 100644 --- a/clients/client-cloudfront/src/commands/ListVpcOriginsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListVpcOriginsCommand.ts @@ -80,7 +80,7 @@ export interface ListVpcOriginsCommandOutput extends ListVpcOriginsResult, __Met *

An argument is invalid.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts index 2660363774f5..4f1b0447fa68 100644 --- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts @@ -97,7 +97,7 @@ export interface PublishFunctionCommandOutput extends PublishFunctionResult, __M * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts index 2c9f76f85c19..984b3847a54b 100644 --- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts @@ -111,7 +111,7 @@ export interface TestFunctionCommandOutput extends TestFunctionResult, __Metadat *

The CloudFront function failed.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts index 1adda8e55493..109674665a1a 100644 --- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts @@ -115,7 +115,7 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResult, __Met * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts index 93219524c99d..9b46c8d3ec5c 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts @@ -79,7 +79,7 @@ export interface UpdateKeyValueStoreCommandOutput extends UpdateKeyValueStoreRes * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/commands/UpdateVpcOriginCommand.ts b/clients/client-cloudfront/src/commands/UpdateVpcOriginCommand.ts index f2a4910b010f..2d2b7fde47b8 100644 --- a/clients/client-cloudfront/src/commands/UpdateVpcOriginCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateVpcOriginCommand.ts @@ -120,7 +120,7 @@ export interface UpdateVpcOriginCommandOutput extends UpdateVpcOriginResult, __M * false.

* * @throws {@link UnsupportedOperation} (client fault) - *

This operation is not supported in this region.

+ *

This operation is not supported in this Amazon Web Services Region.

* * @throws {@link CloudFrontServiceException} *

Base exception class for all service exceptions from CloudFront service.

diff --git a/clients/client-cloudfront/src/models/models_0.ts b/clients/client-cloudfront/src/models/models_0.ts index 605a9404f6b6..47400186b04a 100644 --- a/clients/client-cloudfront/src/models/models_0.ts +++ b/clients/client-cloudfront/src/models/models_0.ts @@ -215,7 +215,7 @@ export interface AliasICPRecordal { /** *

The Internet Content Provider (ICP) recordal status for a CNAME. The ICPRecordalStatus - * is set to APPROVED for all CNAMEs (aliases) in regions outside of China.

+ * is set to APPROVED for all CNAMEs (aliases) in Amazon Web Services Regions outside of China.

*

The status values returned are the following:

*