Skip to content

Commit 25bcf39

Browse files
authored
chore: codegen after fixing version range >= 1.0.8 < 2.0 (#1427)
1 parent 8991f25 commit 25bcf39

File tree

231 files changed

+2918
-2918
lines changed

Some content is hidden

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

231 files changed

+2918
-2918
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "access-analyzer.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "acm-pca.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "acm.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "a4b.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "amplify.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "apigateway.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "execute-api.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "apigateway.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "appmesh.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ const AWS_US_GOV_TEMPLATE = "appconfig.{region}.amazonaws.com";
99

1010
// Partition regions
1111
const AWS_REGIONS = new Set([
12+
"ap-east-1",
13+
"ap-northeast-1",
14+
"ap-northeast-2",
1215
"ap-south-1",
16+
"ap-southeast-1",
17+
"ap-southeast-2",
18+
"ca-central-1",
19+
"eu-central-1",
1320
"eu-north-1",
14-
"eu-west-3",
15-
"eu-west-2",
1621
"eu-west-1",
17-
"ap-northeast-2",
18-
"ap-northeast-1",
22+
"eu-west-2",
23+
"eu-west-3",
1924
"me-south-1",
20-
"ca-central-1",
2125
"sa-east-1",
22-
"ap-east-1",
23-
"ap-southeast-1",
24-
"ap-southeast-2",
25-
"eu-central-1",
2626
"us-east-1",
2727
"us-east-2",
2828
"us-west-1",
@@ -31,7 +31,7 @@ const AWS_REGIONS = new Set([
3131
const AWS_CN_REGIONS = new Set(["cn-north-1", "cn-northwest-1"]);
3232
const AWS_ISO_REGIONS = new Set(["us-iso-east-1"]);
3333
const AWS_ISO_B_REGIONS = new Set(["us-isob-east-1"]);
34-
const AWS_US_GOV_REGIONS = new Set(["us-gov-west-1", "us-gov-east-1"]);
34+
const AWS_US_GOV_REGIONS = new Set(["us-gov-east-1", "us-gov-west-1"]);
3535

3636
export const defaultRegionInfoProvider: RegionInfoProvider = (region: string, options?: any) => {
3737
let regionInfo: RegionInfo | undefined = undefined;

0 commit comments

Comments
 (0)