Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clients): update clients as of 10/15/2021 #2902

Merged
merged 3 commits into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion clients/client-accessanalyzer/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
hostname: "access-analyzer.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "access-analyzer.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const partitionHash: PartitionHash = {
endpoint: "aws-cn-global",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "account.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
hostname: "acm-pca.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "acm-pca.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
hostname: "acm.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "acm.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "a4b.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "a4b.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "aps.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "aps.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplify/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "amplify.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "amplify.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifybackend/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "amplifybackend.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "amplifybackend.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-api-gateway/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "apigateway.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "apigateway.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewaymanagementapi/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "execute-api.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "execute-api.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apigatewayv2/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "apigateway.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "apigateway.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "appmesh.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "appmesh.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appconfig/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "appconfig.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "appconfig.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appflow/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "appflow.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "appflow.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appintegrations/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "app-integrations.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "app-integrations.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "application-autoscaling.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "application-autoscaling.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "discovery.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "discovery.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-insights/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "applicationinsights.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "applicationinsights.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-applicationcostprofiler/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "application-cost-profiler.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "application-cost-profiler.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "apprunner.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "apprunner.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const partitionHash: PartitionHash = {
hostname: "appstream2.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "appstream2.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "appsync.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "appsync.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-athena/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const partitionHash: PartitionHash = {
hostname: "athena.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "athena.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auditmanager/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "auditmanager.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "auditmanager.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling-plans/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "autoscaling-plans.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "autoscaling-plans.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
10 changes: 8 additions & 2 deletions clients/client-auto-scaling/src/AutoScaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ import {
*
*
*
*
*
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
* <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
Expand Down Expand Up @@ -1003,7 +1005,7 @@ export class AutoScaling extends AutoScalingClient {

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

/**
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
* <p>This operation returns information about instances in Auto Scaling groups. To retrieve
* <p>If you specify Auto Scaling group names, the output includes information for only the
* specified Auto Scaling groups. If you specify filters, the output includes information for only
* those Auto Scaling groups that meet the filter criteria. If you do not specify group names or
* filters, the output includes information for all Auto Scaling groups. </p>
* <p>This operation also returns information about instances in Auto Scaling groups. To retrieve
* information about the instances in a warm pool, you must call the <a>DescribeWarmPool</a> API. </p>
*/
public describeAutoScalingGroups(
Expand Down
2 changes: 2 additions & 0 deletions clients/client-auto-scaling/src/AutoScalingClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ export interface AutoScalingClientResolvedConfig extends AutoScalingClientResolv
*
*
*
*
*
* <p>Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
* <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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit

/**
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
* <p>When you establish an account, the account has initial quotas on the maximum
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
* For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html">Amazon EC2 Auto Scaling service
* quotas</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup

/**
* <p>Gets information about the Auto Scaling groups in the account and Region.</p>
* <p>This operation returns information about instances in Auto Scaling groups. To retrieve
* <p>If you specify Auto Scaling group names, the output includes information for only the
* specified Auto Scaling groups. If you specify filters, the output includes information for only
* those Auto Scaling groups that meet the filter criteria. If you do not specify group names or
* filters, the output includes information for all Auto Scaling groups. </p>
* <p>This operation also returns information about instances in Auto Scaling groups. To retrieve
* information about the instances in a warm pool, you must call the <a>DescribeWarmPool</a> API. </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
hostname: "autoscaling.{region}.amazonaws.com.cn",
},
"aws-iso": {
regions: ["us-iso-east-1"],
regions: ["us-iso-east-1", "us-iso-west-1"],
hostname: "autoscaling.{region}.c2s.ic.gov",
},
"aws-iso-b": {
Expand Down
Loading