File tree 10 files changed +23
-23
lines changed
10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
37
37
"us-west-1" ,
38
38
"us-west-2" ,
39
39
] ,
40
- hostname : "budgets.{region}.amazonaws.com " ,
40
+ endpoint : "aws-global " ,
41
41
} ,
42
42
"aws-cn" : {
43
43
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
44
- hostname : "budgets.{region}.amazonaws.com.cn " ,
44
+ endpoint : "aws-cn-global " ,
45
45
} ,
46
46
"aws-iso" : {
47
47
regions : [ "us-iso-east-1" ] ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const partitionHash: PartitionHash = {
33
33
"us-west-1" ,
34
34
"us-west-2" ,
35
35
] ,
36
- hostname : "chime.{region}.amazonaws.com " ,
36
+ endpoint : "aws-global " ,
37
37
} ,
38
38
"aws-cn" : {
39
39
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
37
37
"us-west-1" ,
38
38
"us-west-2" ,
39
39
] ,
40
- hostname : "cloudfront.{region}.amazonaws.com " ,
40
+ endpoint : "aws-global " ,
41
41
} ,
42
42
"aws-cn" : {
43
43
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
44
- hostname : "cloudfront.{region}.amazonaws.com.cn " ,
44
+ endpoint : "aws-cn-global " ,
45
45
} ,
46
46
"aws-iso" : {
47
47
regions : [ "us-iso-east-1" ] ,
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
37
37
"us-west-1" ,
38
38
"us-west-2" ,
39
39
] ,
40
- hostname : "ce.{region}.amazonaws.com " ,
40
+ endpoint : "aws-global " ,
41
41
} ,
42
42
"aws-cn" : {
43
43
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
44
- hostname : "ce.{region}.amazonaws.com.cn " ,
44
+ endpoint : "aws-cn-global " ,
45
45
} ,
46
46
"aws-iso" : {
47
47
regions : [ "us-iso-east-1" ] ,
Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ const partitionHash: PartitionHash = {
57
57
"us-west-1" ,
58
58
"us-west-2" ,
59
59
] ,
60
- hostname : "iam.{region}.amazonaws.com " ,
60
+ endpoint : "aws-global " ,
61
61
} ,
62
62
"aws-cn" : {
63
63
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
64
- hostname : "iam.{region}.amazonaws.com.cn " ,
64
+ endpoint : "aws-cn-global " ,
65
65
} ,
66
66
"aws-iso" : {
67
67
regions : [ "us-iso-east-1" ] ,
68
- hostname : "iam.{region}.c2s.ic.gov " ,
68
+ endpoint : "aws-iso-global " ,
69
69
} ,
70
70
"aws-iso-b" : {
71
71
regions : [ "us-isob-east-1" ] ,
72
- hostname : "iam.{region}.sc2s.sgov.gov " ,
72
+ endpoint : "aws-iso-b-global " ,
73
73
} ,
74
74
"aws-us-gov" : {
75
75
regions : [ "us-gov-east-1" , "us-gov-west-1" ] ,
76
- hostname : "iam.{region}.amazonaws.com " ,
76
+ endpoint : "aws-us-gov-global " ,
77
77
} ,
78
78
} ;
79
79
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ const partitionHash: PartitionHash = {
49
49
"us-west-1" ,
50
50
"us-west-2" ,
51
51
] ,
52
- hostname : "organizations.{region}.amazonaws.com " ,
52
+ endpoint : "aws-global " ,
53
53
} ,
54
54
"aws-cn" : {
55
55
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
56
- hostname : "organizations.{region}.amazonaws.com.cn " ,
56
+ endpoint : "aws-cn-global " ,
57
57
} ,
58
58
"aws-iso" : {
59
59
regions : [ "us-iso-east-1" ] ,
@@ -65,7 +65,7 @@ const partitionHash: PartitionHash = {
65
65
} ,
66
66
"aws-us-gov" : {
67
67
regions : [ "us-gov-east-1" , "us-gov-west-1" ] ,
68
- hostname : "organizations.{region}.amazonaws.com " ,
68
+ endpoint : "aws-us-gov-global " ,
69
69
} ,
70
70
} ;
71
71
Original file line number Diff line number Diff line change @@ -57,23 +57,23 @@ const partitionHash: PartitionHash = {
57
57
"us-west-1" ,
58
58
"us-west-2" ,
59
59
] ,
60
- hostname : "route53.{region}.amazonaws.com " ,
60
+ endpoint : "aws-global " ,
61
61
} ,
62
62
"aws-cn" : {
63
63
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
64
- hostname : "route53.{region}.amazonaws.com.cn " ,
64
+ endpoint : "aws-cn-global " ,
65
65
} ,
66
66
"aws-iso" : {
67
67
regions : [ "us-iso-east-1" ] ,
68
- hostname : "route53.{region}.c2s.ic.gov " ,
68
+ endpoint : "aws-iso-global " ,
69
69
} ,
70
70
"aws-iso-b" : {
71
71
regions : [ "us-isob-east-1" ] ,
72
- hostname : "route53.{region}.sc2s.sgov.gov " ,
72
+ endpoint : "aws-iso-b-global " ,
73
73
} ,
74
74
"aws-us-gov" : {
75
75
regions : [ "us-gov-east-1" , "us-gov-west-1" ] ,
76
- hostname : "route53.{region}.amazonaws.com " ,
76
+ endpoint : "aws-us-gov-global " ,
77
77
} ,
78
78
} ;
79
79
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const partitionHash: PartitionHash = {
33
33
"us-west-1" ,
34
34
"us-west-2" ,
35
35
] ,
36
- hostname : "savingsplans.{region}.amazonaws.com " ,
36
+ endpoint : "aws-global " ,
37
37
} ,
38
38
"aws-cn" : {
39
39
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const partitionHash: PartitionHash = {
37
37
"us-west-1" ,
38
38
"us-west-2" ,
39
39
] ,
40
- hostname : "shield.{region}.amazonaws.com " ,
40
+ endpoint : "aws-global " ,
41
41
} ,
42
42
"aws-cn" : {
43
43
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const partitionHash: PartitionHash = {
37
37
"us-west-1" ,
38
38
"us-west-2" ,
39
39
] ,
40
- hostname : "waf.{region}.amazonaws.com " ,
40
+ endpoint : "aws-global " ,
41
41
} ,
42
42
"aws-cn" : {
43
43
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
You can’t perform that action at this time.
0 commit comments