Skip to content

Commit 2730b54

Browse files
authored
feat(clients): update clients as of 10/15/2021 (#2902)
1 parent c23cbc4 commit 2730b54

File tree

472 files changed

+21477
-5393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+21477
-5393
lines changed

Diff for: clients/client-accessanalyzer/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "access-analyzer.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "access-analyzer.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

Diff for: clients/client-account/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const partitionHash: PartitionHash = {
4545
endpoint: "aws-cn-global",
4646
},
4747
"aws-iso": {
48-
regions: ["us-iso-east-1"],
48+
regions: ["us-iso-east-1", "us-iso-west-1"],
4949
hostname: "account.{region}.c2s.ic.gov",
5050
},
5151
"aws-iso-b": {

Diff for: clients/client-acm-pca/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "acm-pca.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "acm-pca.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

Diff for: clients/client-acm/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "acm.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "acm.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

Diff for: clients/client-alexa-for-business/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "a4b.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "a4b.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-amp/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "aps.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "aps.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-amplify/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "amplify.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "amplify.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-amplifybackend/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "amplifybackend.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "amplifybackend.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-api-gateway/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "apigateway.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "apigateway.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-apigatewaymanagementapi/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "execute-api.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "execute-api.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-apigatewayv2/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "apigateway.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "apigateway.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-app-mesh/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "appmesh.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "appmesh.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-appconfig/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "appconfig.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "appconfig.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-appflow/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "appflow.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "appflow.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-appintegrations/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "app-integrations.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "app-integrations.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-application-auto-scaling/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "application-autoscaling.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "application-autoscaling.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-application-discovery-service/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "discovery.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "discovery.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-application-insights/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "applicationinsights.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "applicationinsights.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-applicationcostprofiler/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "application-cost-profiler.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "application-cost-profiler.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-apprunner/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "apprunner.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "apprunner.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-appstream/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const partitionHash: PartitionHash = {
4141
hostname: "appstream2.{region}.amazonaws.com.cn",
4242
},
4343
"aws-iso": {
44-
regions: ["us-iso-east-1"],
44+
regions: ["us-iso-east-1", "us-iso-west-1"],
4545
hostname: "appstream2.{region}.c2s.ic.gov",
4646
},
4747
"aws-iso-b": {

Diff for: clients/client-appsync/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "appsync.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "appsync.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-athena/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const partitionHash: PartitionHash = {
6464
hostname: "athena.{region}.amazonaws.com.cn",
6565
},
6666
"aws-iso": {
67-
regions: ["us-iso-east-1"],
67+
regions: ["us-iso-east-1", "us-iso-west-1"],
6868
hostname: "athena.{region}.c2s.ic.gov",
6969
},
7070
"aws-iso-b": {

Diff for: clients/client-auditmanager/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "auditmanager.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "auditmanager.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-auto-scaling-plans/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "autoscaling-plans.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "autoscaling-plans.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

Diff for: clients/client-auto-scaling/src/AutoScaling.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ import {
304304
*
305305
*
306306
*
307+
*
308+
*
307309
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
308310
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
309311
* <p>For more information about Amazon EC2 Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a>. For information about granting IAM users required
@@ -1003,7 +1005,7 @@ export class AutoScaling extends AutoScalingClient {
10031005

10041006
/**
10051007
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
1006-
* <p>When you establish an account, the account has initial quotas on the maximum
1008+
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
10071009
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
10081010
* For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
10091011
* quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
@@ -1090,7 +1092,11 @@ export class AutoScaling extends AutoScalingClient {
10901092

10911093
/**
10921094
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
1093-
* <p>This operation returns information about instances in Auto Scaling groups. To retrieve
1095+
* <p>If you specify Auto Scaling group names, the output includes information for only the
1096+
* specified Auto Scaling groups. If you specify filters, the output includes information for only
1097+
* those Auto Scaling groups that meet the filter criteria. If you do not specify group names or
1098+
* filters, the output includes information for all Auto Scaling groups. </p>
1099+
* <p>This operation also returns information about instances in Auto Scaling groups. To retrieve
10941100
* information about the instances in a warm pool, you must call the <a>DescribeWarmPool</a> API. </p>
10951101
*/
10961102
public describeAutoScalingGroups(

Diff for: clients/client-auto-scaling/src/AutoScalingClient.ts

+2
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ export interface AutoScalingClientResolvedConfig extends AutoScalingClientResolv
511511
*
512512
*
513513
*
514+
*
515+
*
514516
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
515517
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
516518
* <p>For more information about Amazon EC2 Auto Scaling, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html">Amazon EC2 Auto Scaling User Guide</a>. For information about granting IAM users required

Diff for: clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
2323

2424
/**
2525
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
26-
* <p>When you establish an account, the account has initial quotas on the maximum
26+
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
2727
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
2828
* For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
2929
* quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>

Diff for: clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
2323

2424
/**
2525
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
26-
* <p>This operation returns information about instances in Auto Scaling groups. To retrieve
26+
* <p>If you specify Auto Scaling group names, the output includes information for only the
27+
* specified Auto Scaling groups. If you specify filters, the output includes information for only
28+
* those Auto Scaling groups that meet the filter criteria. If you do not specify group names or
29+
* filters, the output includes information for all Auto Scaling groups. </p>
30+
* <p>This operation also returns information about instances in Auto Scaling groups. To retrieve
2731
* information about the instances in a warm pool, you must call the <a>DescribeWarmPool</a> API. </p>
2832
* @example
2933
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-auto-scaling/src/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "autoscaling.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "autoscaling.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

0 commit comments

Comments
 (0)