Skip to content

Commit 96aaf9a

Browse files
committed
modify comment
1 parent 23c8033 commit 96aaf9a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/AwsSdkClientConfig.kt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import aws.smithy.kotlin.runtime.client.region.RegionProvider
1414
public interface AwsSdkClientConfig : SdkClientConfig {
1515

1616
/**
17-
* The AWS region to sign with and make requests to. When specified, this static region configuration
18-
* takes precedence over other region resolution methods.
17+
* The AWS region (e.g. `us-west-2`) to make requests to. See about AWS
18+
* [global infrastructure](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/) for more information.
19+
* When specified, this static region configuration takes precedence over other region resolution methods.
1920
*
2021
* The region resolution order is:
2122
* 1. Static region (if specified)
@@ -64,10 +65,11 @@ public interface AwsSdkClientConfig : SdkClientConfig {
6465

6566
public interface Builder {
6667
/**
67-
* The AWS region to sign with and make requests to. When specified, this static region configuration
68-
* takes precedence over other region resolution methods.
68+
* The AWS region (e.g. `us-west-2`) to make requests to. See about AWS
69+
* [global infrastructure](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/) for more information.
70+
* When specified, this static region configuration takes precedence over other region resolution methods.
6971
*
70-
* Region Resolution Priority:
72+
* The region resolution order is:
7173
* 1. Static region (if specified)
7274
* 2. Custom region provider (if configured)
7375
* 3. Default region provider chain
@@ -78,7 +80,7 @@ public interface AwsSdkClientConfig : SdkClientConfig {
7880
* An optional region provider that determines the AWS region for client operations. When specified, this provider
7981
* takes precedence over the default region provider chain, unless a static region is explicitly configured.
8082
*
81-
* Region Resolution Priority:
83+
* The region resolution order is:
8284
* 1. Static region (if specified)
8385
* 2. Custom region provider (if configured)
8486
* 3. Default region provider chain

0 commit comments

Comments
 (0)