aws-partitions 1.1148.0 → 1.1161.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +65 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -3
- data/partitions-metadata.json +36 -33
- data/partitions.json +131 -57
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78133cfa9537d941dec5c59242db218f1df24e840e21929561d702b98543feea
|
4
|
+
data.tar.gz: 7097d085b87a878d7c29c51cb41a9aed781727ee49900c00f7df2152abbac4f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acdbe162b1ea7bbc3f574edce6745aee752c1a470f8196fe42f769a594b5b37cf4e1aa50ce33c2d15cc14753689731b50321659e883f43bc509dff05266af16c
|
7
|
+
data.tar.gz: 66689b8a8feb8a582def6ad7f5bd79ef48fae38126693a48afd7233c15547a75062140a1368ddcc133f029d64cbb754a14f903d373be84cee0254d503f371911
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,71 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1161.0 (2025-09-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1160.0 (2025-09-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1159.0 (2025-09-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1158.0 (2025-09-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1157.0 (2025-09-09)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1156.0 (2025-09-08)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1155.0 (2025-09-04)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1154.0 (2025-09-02)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1153.0 (2025-08-29)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1152.0 (2025-08-27)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1151.0 (2025-08-25)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.1150.0 (2025-08-21)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
63
|
+
|
64
|
+
1.1149.0 (2025-08-20)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
68
|
+
|
4
69
|
1.1148.0 (2025-08-18)
|
5
70
|
------------------
|
6
71
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1161.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -531,8 +531,6 @@ module Aws
|
|
531
531
|
'Omics' => 'omics',
|
532
532
|
'OpenSearchServerless' => 'aoss',
|
533
533
|
'OpenSearchService' => 'es',
|
534
|
-
'OpsWorks' => 'opsworks',
|
535
|
-
'OpsWorksCM' => 'opsworks-cm',
|
536
534
|
'Organizations' => 'organizations',
|
537
535
|
'Outposts' => 'outposts',
|
538
536
|
'PCS' => 'pcs',
|
@@ -590,7 +588,6 @@ module Aws
|
|
590
588
|
'S3Vectors' => 's3vectors',
|
591
589
|
'SES' => 'email',
|
592
590
|
'SESV2' => 'email',
|
593
|
-
'SMS' => 'sms',
|
594
591
|
'SNS' => 'sns',
|
595
592
|
'SQS' => 'sqs',
|
596
593
|
'SSM' => 'ssm',
|
data/partitions-metadata.json
CHANGED
@@ -50,11 +50,14 @@
|
|
50
50
|
"ap-southeast-5" : {
|
51
51
|
"description" : "Asia Pacific (Malaysia)"
|
52
52
|
},
|
53
|
+
"ap-southeast-6" : {
|
54
|
+
"description" : "Asia Pacific (New Zealand)"
|
55
|
+
},
|
53
56
|
"ap-southeast-7" : {
|
54
57
|
"description" : "Asia Pacific (Thailand)"
|
55
58
|
},
|
56
59
|
"aws-global" : {
|
57
|
-
"description" : "
|
60
|
+
"description" : "aws global region"
|
58
61
|
},
|
59
62
|
"ca-central-1" : {
|
60
63
|
"description" : "Canada (Central)"
|
@@ -127,7 +130,7 @@
|
|
127
130
|
"regionRegex" : "^cn\\-\\w+\\-\\d+$",
|
128
131
|
"regions" : {
|
129
132
|
"aws-cn-global" : {
|
130
|
-
"description" : "
|
133
|
+
"description" : "aws-cn global region"
|
131
134
|
},
|
132
135
|
"cn-north-1" : {
|
133
136
|
"description" : "China (Beijing)"
|
@@ -137,32 +140,26 @@
|
|
137
140
|
}
|
138
141
|
}
|
139
142
|
}, {
|
140
|
-
"id" : "aws-
|
143
|
+
"id" : "aws-eusc",
|
141
144
|
"outputs" : {
|
142
|
-
"dnsSuffix" : "amazonaws.
|
143
|
-
"dualStackDnsSuffix" : "api.
|
144
|
-
"implicitGlobalRegion" : "
|
145
|
-
"name" : "aws-
|
145
|
+
"dnsSuffix" : "amazonaws.eu",
|
146
|
+
"dualStackDnsSuffix" : "api.amazonwebservices.eu",
|
147
|
+
"implicitGlobalRegion" : "eusc-de-east-1",
|
148
|
+
"name" : "aws-eusc",
|
146
149
|
"supportsDualStack" : true,
|
147
150
|
"supportsFIPS" : true
|
148
151
|
},
|
149
|
-
"regionRegex" : "^
|
152
|
+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
150
153
|
"regions" : {
|
151
|
-
"
|
152
|
-
"description" : "
|
153
|
-
},
|
154
|
-
"us-gov-east-1" : {
|
155
|
-
"description" : "AWS GovCloud (US-East)"
|
156
|
-
},
|
157
|
-
"us-gov-west-1" : {
|
158
|
-
"description" : "AWS GovCloud (US-West)"
|
154
|
+
"eusc-de-east-1" : {
|
155
|
+
"description" : "EU (Germany)"
|
159
156
|
}
|
160
157
|
}
|
161
158
|
}, {
|
162
159
|
"id" : "aws-iso",
|
163
160
|
"outputs" : {
|
164
161
|
"dnsSuffix" : "c2s.ic.gov",
|
165
|
-
"dualStackDnsSuffix" : "
|
162
|
+
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
166
163
|
"implicitGlobalRegion" : "us-iso-east-1",
|
167
164
|
"name" : "aws-iso",
|
168
165
|
"supportsDualStack" : false,
|
@@ -171,7 +168,7 @@
|
|
171
168
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
172
169
|
"regions" : {
|
173
170
|
"aws-iso-global" : {
|
174
|
-
"description" : "
|
171
|
+
"description" : "aws-iso global region"
|
175
172
|
},
|
176
173
|
"us-iso-east-1" : {
|
177
174
|
"description" : "US ISO East"
|
@@ -184,7 +181,7 @@
|
|
184
181
|
"id" : "aws-iso-b",
|
185
182
|
"outputs" : {
|
186
183
|
"dnsSuffix" : "sc2s.sgov.gov",
|
187
|
-
"dualStackDnsSuffix" : "
|
184
|
+
"dualStackDnsSuffix" : "api.aws.scloud",
|
188
185
|
"implicitGlobalRegion" : "us-isob-east-1",
|
189
186
|
"name" : "aws-iso-b",
|
190
187
|
"supportsDualStack" : false,
|
@@ -193,7 +190,7 @@
|
|
193
190
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
194
191
|
"regions" : {
|
195
192
|
"aws-iso-b-global" : {
|
196
|
-
"description" : "
|
193
|
+
"description" : "aws-iso-b global region"
|
197
194
|
},
|
198
195
|
"us-isob-east-1" : {
|
199
196
|
"description" : "US ISOB East (Ohio)"
|
@@ -203,7 +200,7 @@
|
|
203
200
|
"id" : "aws-iso-e",
|
204
201
|
"outputs" : {
|
205
202
|
"dnsSuffix" : "cloud.adc-e.uk",
|
206
|
-
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
203
|
+
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
207
204
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
208
205
|
"name" : "aws-iso-e",
|
209
206
|
"supportsDualStack" : false,
|
@@ -212,7 +209,7 @@
|
|
212
209
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
213
210
|
"regions" : {
|
214
211
|
"aws-iso-e-global" : {
|
215
|
-
"description" : "
|
212
|
+
"description" : "aws-iso-e global region"
|
216
213
|
},
|
217
214
|
"eu-isoe-west-1" : {
|
218
215
|
"description" : "EU ISOE West"
|
@@ -222,7 +219,7 @@
|
|
222
219
|
"id" : "aws-iso-f",
|
223
220
|
"outputs" : {
|
224
221
|
"dnsSuffix" : "csp.hci.ic.gov",
|
225
|
-
"dualStackDnsSuffix" : "
|
222
|
+
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
226
223
|
"implicitGlobalRegion" : "us-isof-south-1",
|
227
224
|
"name" : "aws-iso-f",
|
228
225
|
"supportsDualStack" : false,
|
@@ -231,7 +228,7 @@
|
|
231
228
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
232
229
|
"regions" : {
|
233
230
|
"aws-iso-f-global" : {
|
234
|
-
"description" : "
|
231
|
+
"description" : "aws-iso-f global region"
|
235
232
|
},
|
236
233
|
"us-isof-east-1" : {
|
237
234
|
"description" : "US ISOF EAST"
|
@@ -241,19 +238,25 @@
|
|
241
238
|
}
|
242
239
|
}
|
243
240
|
}, {
|
244
|
-
"id" : "aws-
|
241
|
+
"id" : "aws-us-gov",
|
245
242
|
"outputs" : {
|
246
|
-
"dnsSuffix" : "amazonaws.
|
247
|
-
"dualStackDnsSuffix" : "
|
248
|
-
"implicitGlobalRegion" : "
|
249
|
-
"name" : "aws-
|
250
|
-
"supportsDualStack" :
|
243
|
+
"dnsSuffix" : "amazonaws.com",
|
244
|
+
"dualStackDnsSuffix" : "api.aws",
|
245
|
+
"implicitGlobalRegion" : "us-gov-west-1",
|
246
|
+
"name" : "aws-us-gov",
|
247
|
+
"supportsDualStack" : true,
|
251
248
|
"supportsFIPS" : true
|
252
249
|
},
|
253
|
-
"regionRegex" : "^
|
250
|
+
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
|
254
251
|
"regions" : {
|
255
|
-
"
|
256
|
-
"description" : "
|
252
|
+
"aws-us-gov-global" : {
|
253
|
+
"description" : "aws-us-gov global region"
|
254
|
+
},
|
255
|
+
"us-gov-east-1" : {
|
256
|
+
"description" : "AWS GovCloud (US-East)"
|
257
|
+
},
|
258
|
+
"us-gov-west-1" : {
|
259
|
+
"description" : "AWS GovCloud (US-West)"
|
257
260
|
}
|
258
261
|
}
|
259
262
|
} ],
|
data/partitions.json
CHANGED
@@ -62,6 +62,9 @@
|
|
62
62
|
"ap-southeast-5" : {
|
63
63
|
"description" : "Asia Pacific (Malaysia)"
|
64
64
|
},
|
65
|
+
"ap-southeast-6" : {
|
66
|
+
"description" : "Asia Pacific (New Zealand)"
|
67
|
+
},
|
65
68
|
"ap-southeast-7" : {
|
66
69
|
"description" : "Asia Pacific (Thailand)"
|
67
70
|
},
|
@@ -199,6 +202,7 @@
|
|
199
202
|
"tags" : [ "dualstack" ]
|
200
203
|
} ]
|
201
204
|
},
|
205
|
+
"ap-southeast-6" : { },
|
202
206
|
"ap-southeast-7" : {
|
203
207
|
"variants" : [ {
|
204
208
|
"hostname" : "access-analyzer.ap-southeast-7.api.aws",
|
@@ -426,6 +430,7 @@
|
|
426
430
|
"ap-southeast-3" : { },
|
427
431
|
"ap-southeast-4" : { },
|
428
432
|
"ap-southeast-5" : { },
|
433
|
+
"ap-southeast-6" : { },
|
429
434
|
"ap-southeast-7" : { },
|
430
435
|
"ca-central-1" : {
|
431
436
|
"variants" : [ {
|
@@ -538,6 +543,7 @@
|
|
538
543
|
"ap-southeast-3" : { },
|
539
544
|
"ap-southeast-4" : { },
|
540
545
|
"ap-southeast-5" : { },
|
546
|
+
"ap-southeast-6" : { },
|
541
547
|
"ap-southeast-7" : { },
|
542
548
|
"ca-central-1" : {
|
543
549
|
"variants" : [ {
|
@@ -1099,6 +1105,7 @@
|
|
1099
1105
|
"tags" : [ "dualstack" ]
|
1100
1106
|
} ]
|
1101
1107
|
},
|
1108
|
+
"ap-southeast-6" : { },
|
1102
1109
|
"ap-southeast-7" : {
|
1103
1110
|
"credentialScope" : {
|
1104
1111
|
"region" : "ap-southeast-7"
|
@@ -1945,6 +1952,7 @@
|
|
1945
1952
|
"ap-southeast-3" : { },
|
1946
1953
|
"ap-southeast-4" : { },
|
1947
1954
|
"ap-southeast-5" : { },
|
1955
|
+
"ap-southeast-6" : { },
|
1948
1956
|
"ap-southeast-7" : { },
|
1949
1957
|
"ca-central-1" : {
|
1950
1958
|
"variants" : [ {
|
@@ -2068,6 +2076,7 @@
|
|
2068
2076
|
"ap-southeast-3" : { },
|
2069
2077
|
"ap-southeast-4" : { },
|
2070
2078
|
"ap-southeast-5" : { },
|
2079
|
+
"ap-southeast-6" : { },
|
2071
2080
|
"ap-southeast-7" : { },
|
2072
2081
|
"ca-central-1" : { },
|
2073
2082
|
"ca-west-1" : { },
|
@@ -2105,6 +2114,7 @@
|
|
2105
2114
|
"ap-southeast-3" : { },
|
2106
2115
|
"ap-southeast-4" : { },
|
2107
2116
|
"ap-southeast-5" : { },
|
2117
|
+
"ap-southeast-6" : { },
|
2108
2118
|
"ap-southeast-7" : { },
|
2109
2119
|
"ca-central-1" : { },
|
2110
2120
|
"ca-west-1" : { },
|
@@ -2213,6 +2223,7 @@
|
|
2213
2223
|
"ap-southeast-3" : { },
|
2214
2224
|
"ap-southeast-4" : { },
|
2215
2225
|
"ap-southeast-5" : { },
|
2226
|
+
"ap-southeast-6" : { },
|
2216
2227
|
"ap-southeast-7" : { },
|
2217
2228
|
"ca-central-1" : { },
|
2218
2229
|
"ca-west-1" : { },
|
@@ -3013,6 +3024,7 @@
|
|
3013
3024
|
"endpoints" : {
|
3014
3025
|
"af-south-1" : { },
|
3015
3026
|
"ap-east-1" : { },
|
3027
|
+
"ap-east-2" : { },
|
3016
3028
|
"ap-northeast-1" : {
|
3017
3029
|
"variants" : [ {
|
3018
3030
|
"tags" : [ "dualstack" ]
|
@@ -3023,11 +3035,13 @@
|
|
3023
3035
|
"tags" : [ "dualstack" ]
|
3024
3036
|
} ]
|
3025
3037
|
},
|
3038
|
+
"ap-northeast-3" : { },
|
3026
3039
|
"ap-south-1" : {
|
3027
3040
|
"variants" : [ {
|
3028
3041
|
"tags" : [ "dualstack" ]
|
3029
3042
|
} ]
|
3030
3043
|
},
|
3044
|
+
"ap-south-2" : { },
|
3031
3045
|
"ap-southeast-1" : {
|
3032
3046
|
"variants" : [ {
|
3033
3047
|
"tags" : [ "dualstack" ]
|
@@ -3038,9 +3052,12 @@
|
|
3038
3052
|
"tags" : [ "dualstack" ]
|
3039
3053
|
} ]
|
3040
3054
|
},
|
3055
|
+
"ap-southeast-3" : { },
|
3056
|
+
"ap-southeast-4" : { },
|
3041
3057
|
"ap-southeast-5" : { },
|
3042
3058
|
"ap-southeast-7" : { },
|
3043
3059
|
"ca-central-1" : { },
|
3060
|
+
"ca-west-1" : { },
|
3044
3061
|
"eu-central-1" : {
|
3045
3062
|
"variants" : [ {
|
3046
3063
|
"tags" : [ "dualstack" ]
|
@@ -3053,6 +3070,7 @@
|
|
3053
3070
|
} ]
|
3054
3071
|
},
|
3055
3072
|
"eu-south-1" : { },
|
3073
|
+
"eu-south-2" : { },
|
3056
3074
|
"eu-west-1" : {
|
3057
3075
|
"variants" : [ {
|
3058
3076
|
"tags" : [ "dualstack" ]
|
@@ -3068,7 +3086,10 @@
|
|
3068
3086
|
"tags" : [ "dualstack" ]
|
3069
3087
|
} ]
|
3070
3088
|
},
|
3089
|
+
"il-central-1" : { },
|
3071
3090
|
"me-central-1" : { },
|
3091
|
+
"me-south-1" : { },
|
3092
|
+
"mx-central-1" : { },
|
3072
3093
|
"sa-east-1" : {
|
3073
3094
|
"variants" : [ {
|
3074
3095
|
"tags" : [ "dualstack" ]
|
@@ -3098,6 +3119,7 @@
|
|
3098
3119
|
"us-east-2-fips" : {
|
3099
3120
|
"deprecated" : true
|
3100
3121
|
},
|
3122
|
+
"us-west-1" : { },
|
3101
3123
|
"us-west-2" : {
|
3102
3124
|
"variants" : [ {
|
3103
3125
|
"tags" : [ "dualstack" ]
|
@@ -3127,6 +3149,7 @@
|
|
3127
3149
|
"ap-southeast-3" : { },
|
3128
3150
|
"ap-southeast-4" : { },
|
3129
3151
|
"ap-southeast-5" : { },
|
3152
|
+
"ap-southeast-6" : { },
|
3130
3153
|
"ap-southeast-7" : { },
|
3131
3154
|
"ca-central-1" : { },
|
3132
3155
|
"ca-west-1" : { },
|
@@ -3496,6 +3519,7 @@
|
|
3496
3519
|
"ap-southeast-3" : { },
|
3497
3520
|
"ap-southeast-4" : { },
|
3498
3521
|
"ap-southeast-5" : { },
|
3522
|
+
"ap-southeast-6" : { },
|
3499
3523
|
"ap-southeast-7" : { },
|
3500
3524
|
"ca-central-1" : {
|
3501
3525
|
"variants" : [ {
|
@@ -3702,6 +3726,7 @@
|
|
3702
3726
|
"ap-southeast-3" : { },
|
3703
3727
|
"ap-southeast-4" : { },
|
3704
3728
|
"ap-southeast-5" : { },
|
3729
|
+
"ap-southeast-6" : { },
|
3705
3730
|
"ap-southeast-7" : { },
|
3706
3731
|
"ca-central-1" : { },
|
3707
3732
|
"ca-west-1" : { },
|
@@ -3781,6 +3806,7 @@
|
|
3781
3806
|
"ap-south-2" : { },
|
3782
3807
|
"ap-southeast-1" : { },
|
3783
3808
|
"ap-southeast-2" : { },
|
3809
|
+
"ap-southeast-3" : { },
|
3784
3810
|
"ap-southeast-4" : { },
|
3785
3811
|
"bedrock-ap-northeast-1" : {
|
3786
3812
|
"credentialScope" : {
|
@@ -4614,6 +4640,7 @@
|
|
4614
4640
|
"tags" : [ "dualstack" ]
|
4615
4641
|
} ]
|
4616
4642
|
},
|
4643
|
+
"ap-southeast-6" : { },
|
4617
4644
|
"ap-southeast-7" : {
|
4618
4645
|
"variants" : [ {
|
4619
4646
|
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
|
@@ -4842,6 +4869,7 @@
|
|
4842
4869
|
"ap-southeast-3" : { },
|
4843
4870
|
"ap-southeast-4" : { },
|
4844
4871
|
"ap-southeast-5" : { },
|
4872
|
+
"ap-southeast-6" : { },
|
4845
4873
|
"ap-southeast-7" : { },
|
4846
4874
|
"ca-central-1" : { },
|
4847
4875
|
"ca-west-1" : { },
|
@@ -5125,6 +5153,7 @@
|
|
5125
5153
|
"ap-southeast-3" : { },
|
5126
5154
|
"ap-southeast-4" : { },
|
5127
5155
|
"ap-southeast-5" : { },
|
5156
|
+
"ap-southeast-6" : { },
|
5128
5157
|
"ap-southeast-7" : { },
|
5129
5158
|
"ca-central-1" : { },
|
5130
5159
|
"ca-west-1" : { },
|
@@ -6541,6 +6570,7 @@
|
|
6541
6570
|
"ap-southeast-3" : { },
|
6542
6571
|
"ap-southeast-4" : { },
|
6543
6572
|
"ap-southeast-5" : { },
|
6573
|
+
"ap-southeast-6" : { },
|
6544
6574
|
"ap-southeast-7" : { },
|
6545
6575
|
"ca-central-1" : { },
|
6546
6576
|
"ca-west-1" : { },
|
@@ -7284,6 +7314,7 @@
|
|
7284
7314
|
"tags" : [ "dualstack" ]
|
7285
7315
|
} ]
|
7286
7316
|
},
|
7317
|
+
"ap-southeast-6" : { },
|
7287
7318
|
"ap-southeast-7" : {
|
7288
7319
|
"variants" : [ {
|
7289
7320
|
"hostname" : "datasync.ap-southeast-7.api.aws",
|
@@ -7525,6 +7556,7 @@
|
|
7525
7556
|
"ap-southeast-5" : {
|
7526
7557
|
"hostname" : "datazone.ap-southeast-5.api.aws"
|
7527
7558
|
},
|
7559
|
+
"ap-southeast-6" : { },
|
7528
7560
|
"ap-southeast-7" : {
|
7529
7561
|
"hostname" : "datazone.ap-southeast-7.api.aws"
|
7530
7562
|
},
|
@@ -7719,6 +7751,7 @@
|
|
7719
7751
|
"ap-southeast-3" : { },
|
7720
7752
|
"ap-southeast-4" : { },
|
7721
7753
|
"ap-southeast-5" : { },
|
7754
|
+
"ap-southeast-6" : { },
|
7722
7755
|
"ap-southeast-7" : { },
|
7723
7756
|
"ca-central-1" : {
|
7724
7757
|
"variants" : [ {
|
@@ -7899,6 +7932,7 @@
|
|
7899
7932
|
"tags" : [ "dualstack" ]
|
7900
7933
|
} ]
|
7901
7934
|
},
|
7935
|
+
"ap-southeast-6" : { },
|
7902
7936
|
"ap-southeast-7" : {
|
7903
7937
|
"variants" : [ {
|
7904
7938
|
"hostname" : "dlm.ap-southeast-7.api.aws",
|
@@ -8054,6 +8088,7 @@
|
|
8054
8088
|
"ap-southeast-3" : { },
|
8055
8089
|
"ap-southeast-4" : { },
|
8056
8090
|
"ap-southeast-5" : { },
|
8091
|
+
"ap-southeast-6" : { },
|
8057
8092
|
"ap-southeast-7" : { },
|
8058
8093
|
"ca-central-1" : { },
|
8059
8094
|
"ca-west-1" : { },
|
@@ -8435,6 +8470,7 @@
|
|
8435
8470
|
"ap-southeast-3" : { },
|
8436
8471
|
"ap-southeast-4" : { },
|
8437
8472
|
"ap-southeast-5" : { },
|
8473
|
+
"ap-southeast-6" : { },
|
8438
8474
|
"ap-southeast-7" : { },
|
8439
8475
|
"ca-central-1" : {
|
8440
8476
|
"variants" : [ {
|
@@ -8551,6 +8587,7 @@
|
|
8551
8587
|
"ap-southeast-3" : { },
|
8552
8588
|
"ap-southeast-4" : { },
|
8553
8589
|
"ap-southeast-5" : { },
|
8590
|
+
"ap-southeast-6" : { },
|
8554
8591
|
"ap-southeast-7" : { },
|
8555
8592
|
"ca-central-1" : {
|
8556
8593
|
"variants" : [ {
|
@@ -8698,6 +8735,7 @@
|
|
8698
8735
|
"ap-southeast-3" : { },
|
8699
8736
|
"ap-southeast-4" : { },
|
8700
8737
|
"ap-southeast-5" : { },
|
8738
|
+
"ap-southeast-6" : { },
|
8701
8739
|
"ap-southeast-7" : { },
|
8702
8740
|
"ca-central-1" : {
|
8703
8741
|
"variants" : [ {
|
@@ -8862,6 +8900,7 @@
|
|
8862
8900
|
"ap-southeast-3" : { },
|
8863
8901
|
"ap-southeast-4" : { },
|
8864
8902
|
"ap-southeast-5" : { },
|
8903
|
+
"ap-southeast-6" : { },
|
8865
8904
|
"ap-southeast-7" : { },
|
8866
8905
|
"ca-central-1" : { },
|
8867
8906
|
"ca-west-1" : { },
|
@@ -8964,6 +9003,7 @@
|
|
8964
9003
|
"ap-southeast-3" : { },
|
8965
9004
|
"ap-southeast-4" : { },
|
8966
9005
|
"ap-southeast-5" : { },
|
9006
|
+
"ap-southeast-6" : { },
|
8967
9007
|
"ap-southeast-7" : { },
|
8968
9008
|
"ca-central-1" : { },
|
8969
9009
|
"ca-west-1" : { },
|
@@ -9081,6 +9121,7 @@
|
|
9081
9121
|
"ap-southeast-5" : {
|
9082
9122
|
"hostname" : "eks-auth.ap-southeast-5.api.aws"
|
9083
9123
|
},
|
9124
|
+
"ap-southeast-6" : { },
|
9084
9125
|
"ap-southeast-7" : {
|
9085
9126
|
"hostname" : "eks-auth.ap-southeast-7.api.aws"
|
9086
9127
|
},
|
@@ -9158,6 +9199,7 @@
|
|
9158
9199
|
"ap-southeast-3" : { },
|
9159
9200
|
"ap-southeast-4" : { },
|
9160
9201
|
"ap-southeast-5" : { },
|
9202
|
+
"ap-southeast-6" : { },
|
9161
9203
|
"ap-southeast-7" : { },
|
9162
9204
|
"ca-central-1" : { },
|
9163
9205
|
"ca-west-1" : { },
|
@@ -9291,6 +9333,8 @@
|
|
9291
9333
|
"tags" : [ "dualstack" ]
|
9292
9334
|
} ]
|
9293
9335
|
},
|
9336
|
+
"ap-southeast-5" : { },
|
9337
|
+
"ap-southeast-7" : { },
|
9294
9338
|
"ca-central-1" : {
|
9295
9339
|
"variants" : [ {
|
9296
9340
|
"hostname" : "elasticbeanstalk.ca-central-1.api.aws",
|
@@ -9315,6 +9359,7 @@
|
|
9315
9359
|
"tags" : [ "dualstack" ]
|
9316
9360
|
} ]
|
9317
9361
|
},
|
9362
|
+
"eu-south-2" : { },
|
9318
9363
|
"eu-west-1" : {
|
9319
9364
|
"variants" : [ {
|
9320
9365
|
"hostname" : "elasticbeanstalk.eu-west-1.api.aws",
|
@@ -9869,6 +9914,7 @@
|
|
9869
9914
|
"ap-southeast-3" : { },
|
9870
9915
|
"ap-southeast-4" : { },
|
9871
9916
|
"ap-southeast-5" : { },
|
9917
|
+
"ap-southeast-6" : { },
|
9872
9918
|
"ap-southeast-7" : { },
|
9873
9919
|
"ca-central-1" : { },
|
9874
9920
|
"ca-west-1" : { },
|
@@ -9958,6 +10004,7 @@
|
|
9958
10004
|
"ap-southeast-3" : { },
|
9959
10005
|
"ap-southeast-4" : { },
|
9960
10006
|
"ap-southeast-5" : { },
|
10007
|
+
"ap-southeast-6" : { },
|
9961
10008
|
"ap-southeast-7" : { },
|
9962
10009
|
"ca-central-1" : {
|
9963
10010
|
"variants" : [ {
|
@@ -10432,6 +10479,7 @@
|
|
10432
10479
|
"tags" : [ "dualstack" ]
|
10433
10480
|
} ]
|
10434
10481
|
},
|
10482
|
+
"ap-southeast-6" : { },
|
10435
10483
|
"ap-southeast-7" : {
|
10436
10484
|
"variants" : [ {
|
10437
10485
|
"hostname" : "aos.ap-southeast-7.api.aws",
|
@@ -10676,6 +10724,7 @@
|
|
10676
10724
|
"tags" : [ "dualstack" ]
|
10677
10725
|
} ]
|
10678
10726
|
},
|
10727
|
+
"ap-southeast-6" : { },
|
10679
10728
|
"ap-southeast-7" : {
|
10680
10729
|
"variants" : [ {
|
10681
10730
|
"hostname" : "events.ap-southeast-7.api.aws",
|
@@ -10974,6 +11023,7 @@
|
|
10974
11023
|
} ]
|
10975
11024
|
},
|
10976
11025
|
"ap-southeast-5" : { },
|
11026
|
+
"ap-southeast-6" : { },
|
10977
11027
|
"ap-southeast-7" : {
|
10978
11028
|
"variants" : [ {
|
10979
11029
|
"hostname" : "firehose.ap-southeast-7.api.aws",
|
@@ -11822,6 +11872,7 @@
|
|
11822
11872
|
"ap-southeast-5" : {
|
11823
11873
|
"hostname" : "gameliftstreams.ap-southeast-5.api.aws"
|
11824
11874
|
},
|
11875
|
+
"ap-southeast-6" : { },
|
11825
11876
|
"ap-southeast-7" : {
|
11826
11877
|
"hostname" : "gameliftstreams.ap-southeast-7.api.aws"
|
11827
11878
|
},
|
@@ -13049,6 +13100,7 @@
|
|
13049
13100
|
"ap-southeast-5" : {
|
13050
13101
|
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
13051
13102
|
},
|
13103
|
+
"ap-southeast-6" : { },
|
13052
13104
|
"ap-southeast-7" : {
|
13053
13105
|
"hostname" : "internetmonitor.ap-southeast-7.api.aws"
|
13054
13106
|
},
|
@@ -14009,6 +14061,7 @@
|
|
14009
14061
|
"ap-south-2" : { },
|
14010
14062
|
"ap-southeast-1" : { },
|
14011
14063
|
"ap-southeast-2" : { },
|
14064
|
+
"ap-southeast-5" : { },
|
14012
14065
|
"ca-central-1" : { },
|
14013
14066
|
"eu-central-1" : { },
|
14014
14067
|
"eu-north-1" : { },
|
@@ -14131,6 +14184,7 @@
|
|
14131
14184
|
"ap-southeast-5" : {
|
14132
14185
|
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
14133
14186
|
},
|
14187
|
+
"ap-southeast-6" : { },
|
14134
14188
|
"ap-southeast-7" : {
|
14135
14189
|
"hostname" : "kendra-ranking.ap-southeast-7.api.aws"
|
14136
14190
|
},
|
@@ -14218,6 +14272,7 @@
|
|
14218
14272
|
"ap-southeast-3" : { },
|
14219
14273
|
"ap-southeast-4" : { },
|
14220
14274
|
"ap-southeast-5" : { },
|
14275
|
+
"ap-southeast-6" : { },
|
14221
14276
|
"ap-southeast-7" : { },
|
14222
14277
|
"ca-central-1" : { },
|
14223
14278
|
"ca-west-1" : { },
|
@@ -14586,6 +14641,7 @@
|
|
14586
14641
|
"deprecated" : true,
|
14587
14642
|
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
14588
14643
|
},
|
14644
|
+
"ap-southeast-6" : { },
|
14589
14645
|
"ap-southeast-7" : {
|
14590
14646
|
"variants" : [ {
|
14591
14647
|
"hostname" : "kms-fips.ap-southeast-7.amazonaws.com",
|
@@ -15172,6 +15228,7 @@
|
|
15172
15228
|
"tags" : [ "dualstack" ]
|
15173
15229
|
} ]
|
15174
15230
|
},
|
15231
|
+
"ap-southeast-6" : { },
|
15175
15232
|
"ap-southeast-7" : {
|
15176
15233
|
"variants" : [ {
|
15177
15234
|
"hostname" : "lambda.ap-southeast-7.api.aws",
|
@@ -15678,6 +15735,7 @@
|
|
15678
15735
|
} ]
|
15679
15736
|
},
|
15680
15737
|
"ap-southeast-5" : { },
|
15738
|
+
"ap-southeast-6" : { },
|
15681
15739
|
"ap-southeast-7" : { },
|
15682
15740
|
"ca-central-1" : {
|
15683
15741
|
"variants" : [ {
|
@@ -17193,6 +17251,7 @@
|
|
17193
17251
|
"ap-southeast-3" : { },
|
17194
17252
|
"ap-southeast-4" : { },
|
17195
17253
|
"ap-southeast-5" : { },
|
17254
|
+
"ap-southeast-6" : { },
|
17196
17255
|
"ap-southeast-7" : { },
|
17197
17256
|
"ca-central-1" : { },
|
17198
17257
|
"ca-west-1" : { },
|
@@ -17642,6 +17701,7 @@
|
|
17642
17701
|
"ap-southeast-5" : {
|
17643
17702
|
"hostname" : "notifications.ap-southeast-5.api.aws"
|
17644
17703
|
},
|
17704
|
+
"ap-southeast-6" : { },
|
17645
17705
|
"ap-southeast-7" : {
|
17646
17706
|
"hostname" : "notifications.ap-southeast-7.api.aws"
|
17647
17707
|
},
|
@@ -17731,6 +17791,7 @@
|
|
17731
17791
|
"ap-southeast-3" : { },
|
17732
17792
|
"ap-southeast-4" : { },
|
17733
17793
|
"ap-southeast-5" : { },
|
17794
|
+
"ap-southeast-6" : { },
|
17734
17795
|
"ap-southeast-7" : { },
|
17735
17796
|
"ca-central-1" : { },
|
17736
17797
|
"ca-west-1" : { },
|
@@ -17939,6 +18000,7 @@
|
|
17939
18000
|
},
|
17940
18001
|
"omics" : {
|
17941
18002
|
"endpoints" : {
|
18003
|
+
"ap-northeast-2" : { },
|
17942
18004
|
"ap-southeast-1" : {
|
17943
18005
|
"credentialScope" : {
|
17944
18006
|
"region" : "ap-southeast-1"
|
@@ -18005,22 +18067,6 @@
|
|
18005
18067
|
}
|
18006
18068
|
}
|
18007
18069
|
},
|
18008
|
-
"opsworks" : {
|
18009
|
-
"endpoints" : {
|
18010
|
-
"ap-southeast-1" : { },
|
18011
|
-
"eu-central-1" : { },
|
18012
|
-
"eu-west-1" : { },
|
18013
|
-
"us-east-1" : { },
|
18014
|
-
"us-west-2" : { }
|
18015
|
-
}
|
18016
|
-
},
|
18017
|
-
"opsworks-cm" : {
|
18018
|
-
"endpoints" : {
|
18019
|
-
"ap-southeast-2" : { },
|
18020
|
-
"eu-west-1" : { },
|
18021
|
-
"us-east-1" : { }
|
18022
|
-
}
|
18023
|
-
},
|
18024
18070
|
"organizations" : {
|
18025
18071
|
"endpoints" : {
|
18026
18072
|
"aws-global" : {
|
@@ -18126,6 +18172,7 @@
|
|
18126
18172
|
"il-central-1" : { },
|
18127
18173
|
"me-central-1" : { },
|
18128
18174
|
"me-south-1" : { },
|
18175
|
+
"mx-central-1" : { },
|
18129
18176
|
"sa-east-1" : { },
|
18130
18177
|
"us-east-1" : {
|
18131
18178
|
"variants" : [ {
|
@@ -18293,6 +18340,7 @@
|
|
18293
18340
|
"tags" : [ "dualstack" ]
|
18294
18341
|
} ]
|
18295
18342
|
},
|
18343
|
+
"ap-southeast-6" : { },
|
18296
18344
|
"ap-southeast-7" : {
|
18297
18345
|
"protocols" : [ "https" ],
|
18298
18346
|
"variants" : [ {
|
@@ -19125,6 +19173,7 @@
|
|
19125
19173
|
"ap-southeast-5" : {
|
19126
19174
|
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
19127
19175
|
},
|
19176
|
+
"ap-southeast-6" : { },
|
19128
19177
|
"ap-southeast-7" : {
|
19129
19178
|
"hostname" : "qbusiness.ap-southeast-7.api.aws"
|
19130
19179
|
},
|
@@ -19280,6 +19329,8 @@
|
|
19280
19329
|
"eu-west-1" : { },
|
19281
19330
|
"eu-west-2" : { },
|
19282
19331
|
"eu-west-3" : { },
|
19332
|
+
"il-central-1" : { },
|
19333
|
+
"me-central-1" : { },
|
19283
19334
|
"sa-east-1" : { },
|
19284
19335
|
"us-east-1" : { },
|
19285
19336
|
"us-east-2" : { },
|
@@ -19349,6 +19400,7 @@
|
|
19349
19400
|
"tags" : [ "dualstack" ]
|
19350
19401
|
} ]
|
19351
19402
|
},
|
19403
|
+
"ap-southeast-6" : { },
|
19352
19404
|
"ap-southeast-7" : {
|
19353
19405
|
"variants" : [ {
|
19354
19406
|
"tags" : [ "dualstack" ]
|
@@ -19604,6 +19656,7 @@
|
|
19604
19656
|
"tags" : [ "dualstack" ]
|
19605
19657
|
} ]
|
19606
19658
|
},
|
19659
|
+
"ap-southeast-6" : { },
|
19607
19660
|
"ap-southeast-7" : { },
|
19608
19661
|
"ca-central-1" : {
|
19609
19662
|
"variants" : [ {
|
@@ -19809,6 +19862,7 @@
|
|
19809
19862
|
"ap-southeast-3" : { },
|
19810
19863
|
"ap-southeast-4" : { },
|
19811
19864
|
"ap-southeast-5" : { },
|
19865
|
+
"ap-southeast-6" : { },
|
19812
19866
|
"ap-southeast-7" : { },
|
19813
19867
|
"ca-central-1" : {
|
19814
19868
|
"variants" : [ {
|
@@ -20087,6 +20141,7 @@
|
|
20087
20141
|
"ap-southeast-3" : { },
|
20088
20142
|
"ap-southeast-4" : { },
|
20089
20143
|
"ap-southeast-5" : { },
|
20144
|
+
"ap-southeast-6" : { },
|
20090
20145
|
"ap-southeast-7" : { },
|
20091
20146
|
"ca-central-1" : {
|
20092
20147
|
"variants" : [ {
|
@@ -20183,6 +20238,7 @@
|
|
20183
20238
|
},
|
20184
20239
|
"redshift-serverless" : {
|
20185
20240
|
"endpoints" : {
|
20241
|
+
"af-south-1" : { },
|
20186
20242
|
"ap-east-1" : { },
|
20187
20243
|
"ap-northeast-1" : { },
|
20188
20244
|
"ap-northeast-2" : { },
|
@@ -20201,6 +20257,7 @@
|
|
20201
20257
|
"eu-central-1" : { },
|
20202
20258
|
"eu-central-2" : { },
|
20203
20259
|
"eu-north-1" : { },
|
20260
|
+
"eu-south-1" : { },
|
20204
20261
|
"eu-south-2" : { },
|
20205
20262
|
"eu-west-1" : { },
|
20206
20263
|
"eu-west-2" : { },
|
@@ -20642,6 +20699,7 @@
|
|
20642
20699
|
"endpoints" : {
|
20643
20700
|
"af-south-1" : { },
|
20644
20701
|
"ap-east-1" : { },
|
20702
|
+
"ap-east-2" : { },
|
20645
20703
|
"ap-northeast-1" : { },
|
20646
20704
|
"ap-northeast-2" : { },
|
20647
20705
|
"ap-northeast-3" : { },
|
@@ -20779,6 +20837,7 @@
|
|
20779
20837
|
"ap-southeast-3" : { },
|
20780
20838
|
"ap-southeast-4" : { },
|
20781
20839
|
"ap-southeast-5" : { },
|
20840
|
+
"ap-southeast-6" : { },
|
20782
20841
|
"ap-southeast-7" : { },
|
20783
20842
|
"ca-central-1" : { },
|
20784
20843
|
"ca-west-1" : { },
|
@@ -20875,6 +20934,7 @@
|
|
20875
20934
|
"ap-southeast-3" : { },
|
20876
20935
|
"ap-southeast-4" : { },
|
20877
20936
|
"ap-southeast-5" : { },
|
20937
|
+
"ap-southeast-6" : { },
|
20878
20938
|
"ap-southeast-7" : { },
|
20879
20939
|
"ca-central-1" : { },
|
20880
20940
|
"ca-west-1" : { },
|
@@ -21260,6 +21320,7 @@
|
|
21260
21320
|
"tags" : [ "dualstack" ]
|
21261
21321
|
} ]
|
21262
21322
|
},
|
21323
|
+
"ap-southeast-6" : { },
|
21263
21324
|
"ap-southeast-7" : {
|
21264
21325
|
"variants" : [ {
|
21265
21326
|
"hostname" : "route53resolver.ap-southeast-7.api.aws",
|
@@ -21741,6 +21802,7 @@
|
|
21741
21802
|
"tags" : [ "dualstack" ]
|
21742
21803
|
} ]
|
21743
21804
|
},
|
21805
|
+
"ap-southeast-6" : { },
|
21744
21806
|
"ap-southeast-7" : {
|
21745
21807
|
"variants" : [ {
|
21746
21808
|
"hostname" : "s3.dualstack.ap-southeast-7.amazonaws.com",
|
@@ -22573,6 +22635,7 @@
|
|
22573
22635
|
"ap-southeast-3" : { },
|
22574
22636
|
"ap-southeast-4" : { },
|
22575
22637
|
"ap-southeast-5" : { },
|
22638
|
+
"ap-southeast-6" : { },
|
22576
22639
|
"ap-southeast-7" : { },
|
22577
22640
|
"ca-central-1" : { },
|
22578
22641
|
"ca-west-1" : { },
|
@@ -22705,6 +22768,7 @@
|
|
22705
22768
|
"tags" : [ "dualstack" ]
|
22706
22769
|
} ]
|
22707
22770
|
},
|
22771
|
+
"ap-southeast-6" : { },
|
22708
22772
|
"ap-southeast-7" : {
|
22709
22773
|
"variants" : [ {
|
22710
22774
|
"tags" : [ "dualstack" ]
|
@@ -23531,6 +23595,7 @@
|
|
23531
23595
|
"tags" : [ "dualstack" ]
|
23532
23596
|
} ]
|
23533
23597
|
},
|
23598
|
+
"ap-southeast-6" : { },
|
23534
23599
|
"ap-southeast-7" : {
|
23535
23600
|
"variants" : [ {
|
23536
23601
|
"hostname" : "servicediscovery.ap-southeast-7.api.aws",
|
@@ -23749,6 +23814,7 @@
|
|
23749
23814
|
"ap-southeast-3" : { },
|
23750
23815
|
"ap-southeast-4" : { },
|
23751
23816
|
"ap-southeast-5" : { },
|
23817
|
+
"ap-southeast-6" : { },
|
23752
23818
|
"ap-southeast-7" : { },
|
23753
23819
|
"ca-central-1" : { },
|
23754
23820
|
"ca-west-1" : { },
|
@@ -24077,23 +24143,6 @@
|
|
24077
24143
|
"us-west-2" : { }
|
24078
24144
|
}
|
24079
24145
|
},
|
24080
|
-
"sms" : {
|
24081
|
-
"endpoints" : {
|
24082
|
-
"fips-us-west-2" : {
|
24083
|
-
"credentialScope" : {
|
24084
|
-
"region" : "us-west-2"
|
24085
|
-
},
|
24086
|
-
"deprecated" : true,
|
24087
|
-
"hostname" : "sms-fips.us-west-2.amazonaws.com"
|
24088
|
-
},
|
24089
|
-
"us-west-2" : {
|
24090
|
-
"variants" : [ {
|
24091
|
-
"hostname" : "sms-fips.us-west-2.amazonaws.com",
|
24092
|
-
"tags" : [ "fips" ]
|
24093
|
-
} ]
|
24094
|
-
}
|
24095
|
-
}
|
24096
|
-
},
|
24097
24146
|
"sms-voice" : {
|
24098
24147
|
"endpoints" : {
|
24099
24148
|
"af-south-1" : {
|
@@ -24864,6 +24913,7 @@
|
|
24864
24913
|
"tags" : [ "dualstack" ]
|
24865
24914
|
} ]
|
24866
24915
|
},
|
24916
|
+
"ap-southeast-6" : { },
|
24867
24917
|
"ap-southeast-7" : {
|
24868
24918
|
"variants" : [ {
|
24869
24919
|
"hostname" : "sns.ap-southeast-7.api.aws",
|
@@ -25115,6 +25165,7 @@
|
|
25115
25165
|
"tags" : [ "dualstack" ]
|
25116
25166
|
} ]
|
25117
25167
|
},
|
25168
|
+
"ap-southeast-6" : { },
|
25118
25169
|
"ap-southeast-7" : {
|
25119
25170
|
"variants" : [ {
|
25120
25171
|
"hostname" : "sqs.ap-southeast-7.api.aws",
|
@@ -25313,6 +25364,7 @@
|
|
25313
25364
|
"ap-southeast-3" : { },
|
25314
25365
|
"ap-southeast-4" : { },
|
25315
25366
|
"ap-southeast-5" : { },
|
25367
|
+
"ap-southeast-6" : { },
|
25316
25368
|
"ap-southeast-7" : { },
|
25317
25369
|
"ca-central-1" : {
|
25318
25370
|
"variants" : [ {
|
@@ -26006,6 +26058,7 @@
|
|
26006
26058
|
"ap-southeast-3" : { },
|
26007
26059
|
"ap-southeast-4" : { },
|
26008
26060
|
"ap-southeast-5" : { },
|
26061
|
+
"ap-southeast-6" : { },
|
26009
26062
|
"ap-southeast-7" : { },
|
26010
26063
|
"ca-central-1" : {
|
26011
26064
|
"variants" : [ {
|
@@ -26230,6 +26283,7 @@
|
|
26230
26283
|
"ap-southeast-3" : { },
|
26231
26284
|
"ap-southeast-4" : { },
|
26232
26285
|
"ap-southeast-5" : { },
|
26286
|
+
"ap-southeast-6" : { },
|
26233
26287
|
"ap-southeast-7" : { },
|
26234
26288
|
"ca-central-1" : { },
|
26235
26289
|
"ca-west-1" : { },
|
@@ -26274,6 +26328,7 @@
|
|
26274
26328
|
"ap-southeast-3" : { },
|
26275
26329
|
"ap-southeast-4" : { },
|
26276
26330
|
"ap-southeast-5" : { },
|
26331
|
+
"ap-southeast-6" : { },
|
26277
26332
|
"ap-southeast-7" : { },
|
26278
26333
|
"aws-global" : {
|
26279
26334
|
"credentialScope" : {
|
@@ -26384,6 +26439,7 @@
|
|
26384
26439
|
"ap-southeast-3" : { },
|
26385
26440
|
"ap-southeast-4" : { },
|
26386
26441
|
"ap-southeast-5" : { },
|
26442
|
+
"ap-southeast-6" : { },
|
26387
26443
|
"ap-southeast-7" : { },
|
26388
26444
|
"ca-central-1" : {
|
26389
26445
|
"variants" : [ {
|
@@ -26553,6 +26609,7 @@
|
|
26553
26609
|
"tags" : [ "dualstack" ]
|
26554
26610
|
} ]
|
26555
26611
|
},
|
26612
|
+
"ap-southeast-6" : { },
|
26556
26613
|
"ap-southeast-7" : {
|
26557
26614
|
"variants" : [ {
|
26558
26615
|
"hostname" : "synthetics.ap-southeast-7.api.aws",
|
@@ -26768,6 +26825,7 @@
|
|
26768
26825
|
"ap-southeast-3" : { },
|
26769
26826
|
"ap-southeast-4" : { },
|
26770
26827
|
"ap-southeast-5" : { },
|
26828
|
+
"ap-southeast-6" : { },
|
26771
26829
|
"ap-southeast-7" : { },
|
26772
26830
|
"ca-central-1" : { },
|
26773
26831
|
"ca-west-1" : { },
|
@@ -27314,6 +27372,7 @@
|
|
27314
27372
|
"endpoints" : {
|
27315
27373
|
"af-south-1" : { },
|
27316
27374
|
"ap-east-1" : { },
|
27375
|
+
"ap-east-2" : { },
|
27317
27376
|
"ap-northeast-1" : { },
|
27318
27377
|
"ap-northeast-2" : { },
|
27319
27378
|
"ap-northeast-3" : { },
|
@@ -27575,6 +27634,9 @@
|
|
27575
27634
|
},
|
27576
27635
|
"trustedadvisor" : {
|
27577
27636
|
"endpoints" : {
|
27637
|
+
"ap-northeast-2" : { },
|
27638
|
+
"ap-southeast-2" : { },
|
27639
|
+
"eu-west-1" : { },
|
27578
27640
|
"fips-us-east-1" : {
|
27579
27641
|
"credentialScope" : {
|
27580
27642
|
"region" : "us-east-1"
|
@@ -27592,13 +27654,17 @@
|
|
27592
27654
|
"region" : "us-west-2"
|
27593
27655
|
},
|
27594
27656
|
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
|
27595
|
-
}
|
27657
|
+
},
|
27658
|
+
"us-east-1" : { },
|
27659
|
+
"us-east-2" : { },
|
27660
|
+
"us-west-2" : { }
|
27596
27661
|
}
|
27597
27662
|
},
|
27598
27663
|
"verifiedpermissions" : {
|
27599
27664
|
"endpoints" : {
|
27600
27665
|
"af-south-1" : { },
|
27601
27666
|
"ap-east-1" : { },
|
27667
|
+
"ap-east-2" : { },
|
27602
27668
|
"ap-northeast-1" : { },
|
27603
27669
|
"ap-northeast-2" : { },
|
27604
27670
|
"ap-northeast-3" : { },
|
@@ -27608,6 +27674,9 @@
|
|
27608
27674
|
"ap-southeast-2" : { },
|
27609
27675
|
"ap-southeast-3" : { },
|
27610
27676
|
"ap-southeast-4" : { },
|
27677
|
+
"ap-southeast-5" : { },
|
27678
|
+
"ap-southeast-6" : { },
|
27679
|
+
"ap-southeast-7" : { },
|
27611
27680
|
"ca-central-1" : {
|
27612
27681
|
"variants" : [ {
|
27613
27682
|
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
|
@@ -27673,6 +27742,7 @@
|
|
27673
27742
|
"il-central-1" : { },
|
27674
27743
|
"me-central-1" : { },
|
27675
27744
|
"me-south-1" : { },
|
27745
|
+
"mx-central-1" : { },
|
27676
27746
|
"sa-east-1" : { },
|
27677
27747
|
"us-east-1" : {
|
27678
27748
|
"variants" : [ {
|
@@ -28372,6 +28442,7 @@
|
|
28372
28442
|
"tags" : [ "fips" ]
|
28373
28443
|
} ]
|
28374
28444
|
},
|
28445
|
+
"ap-east-2" : { },
|
28375
28446
|
"ap-northeast-1" : {
|
28376
28447
|
"credentialScope" : {
|
28377
28448
|
"region" : "ap-northeast-1"
|
@@ -29103,6 +29174,7 @@
|
|
29103
29174
|
"ap-southeast-3" : { },
|
29104
29175
|
"ap-southeast-4" : { },
|
29105
29176
|
"ap-southeast-5" : { },
|
29177
|
+
"ap-southeast-6" : { },
|
29106
29178
|
"ap-southeast-7" : { },
|
29107
29179
|
"ca-central-1" : { },
|
29108
29180
|
"ca-west-1" : { },
|
@@ -30701,11 +30773,6 @@
|
|
30701
30773
|
}
|
30702
30774
|
}
|
30703
30775
|
},
|
30704
|
-
"sms" : {
|
30705
|
-
"endpoints" : {
|
30706
|
-
"cn-north-1" : { }
|
30707
|
-
}
|
30708
|
-
},
|
30709
30776
|
"snowball" : {
|
30710
30777
|
"endpoints" : {
|
30711
30778
|
"cn-north-1" : {
|
@@ -31579,6 +31646,12 @@
|
|
31579
31646
|
}
|
31580
31647
|
}
|
31581
31648
|
},
|
31649
|
+
"aps" : {
|
31650
|
+
"endpoints" : {
|
31651
|
+
"us-gov-east-1" : { },
|
31652
|
+
"us-gov-west-1" : { }
|
31653
|
+
}
|
31654
|
+
},
|
31582
31655
|
"arc-zonal-shift" : {
|
31583
31656
|
"endpoints" : {
|
31584
31657
|
"us-gov-east-1" : { },
|
@@ -35212,6 +35285,12 @@
|
|
35212
35285
|
}
|
35213
35286
|
}
|
35214
35287
|
},
|
35288
|
+
"rum" : {
|
35289
|
+
"endpoints" : {
|
35290
|
+
"us-gov-east-1" : { },
|
35291
|
+
"us-gov-west-1" : { }
|
35292
|
+
}
|
35293
|
+
},
|
35215
35294
|
"runtime-v2-lex" : {
|
35216
35295
|
"endpoints" : {
|
35217
35296
|
"us-gov-west-1" : { }
|
@@ -35783,23 +35862,6 @@
|
|
35783
35862
|
}
|
35784
35863
|
}
|
35785
35864
|
},
|
35786
|
-
"sms" : {
|
35787
|
-
"endpoints" : {
|
35788
|
-
"fips-us-gov-west-1" : {
|
35789
|
-
"credentialScope" : {
|
35790
|
-
"region" : "us-gov-west-1"
|
35791
|
-
},
|
35792
|
-
"deprecated" : true,
|
35793
|
-
"hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
|
35794
|
-
},
|
35795
|
-
"us-gov-west-1" : {
|
35796
|
-
"variants" : [ {
|
35797
|
-
"hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
|
35798
|
-
"tags" : [ "fips" ]
|
35799
|
-
} ]
|
35800
|
-
}
|
35801
|
-
}
|
35802
|
-
},
|
35803
35865
|
"sms-voice" : {
|
35804
35866
|
"endpoints" : {
|
35805
35867
|
"fips-us-gov-east-1" : {
|
@@ -37191,7 +37253,8 @@
|
|
37191
37253
|
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
|
37192
37254
|
"tags" : [ "fips" ]
|
37193
37255
|
} ]
|
37194
|
-
}
|
37256
|
+
},
|
37257
|
+
"us-iso-west-1" : { }
|
37195
37258
|
}
|
37196
37259
|
},
|
37197
37260
|
"glacier" : {
|
@@ -39337,6 +39400,11 @@
|
|
39337
39400
|
"eu-isoe-west-1" : { }
|
39338
39401
|
}
|
39339
39402
|
},
|
39403
|
+
"trustedadvisor" : {
|
39404
|
+
"endpoints" : {
|
39405
|
+
"eu-isoe-west-1" : { }
|
39406
|
+
}
|
39407
|
+
},
|
39340
39408
|
"xray" : {
|
39341
39409
|
"endpoints" : {
|
39342
39410
|
"eu-isoe-west-1" : { }
|
@@ -39567,6 +39635,7 @@
|
|
39567
39635
|
},
|
39568
39636
|
"compute-optimizer" : {
|
39569
39637
|
"endpoints" : {
|
39638
|
+
"us-isof-east-1" : { },
|
39570
39639
|
"us-isof-south-1" : {
|
39571
39640
|
"credentialScope" : {
|
39572
39641
|
"region" : "us-isof-south-1"
|
@@ -40175,6 +40244,11 @@
|
|
40175
40244
|
"us-isof-south-1" : { }
|
40176
40245
|
}
|
40177
40246
|
},
|
40247
|
+
"trustedadvisor" : {
|
40248
|
+
"endpoints" : {
|
40249
|
+
"us-isof-south-1" : { }
|
40250
|
+
}
|
40251
|
+
},
|
40178
40252
|
"xray" : {
|
40179
40253
|
"endpoints" : {
|
40180
40254
|
"us-isof-east-1" : { },
|