aws-partitions 1.1132.0 → 1.1151.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 +95 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +3 -0
- data/partitions-metadata.json +34 -34
- data/partitions.json +101 -3
- 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: 9df1a60c52ec87bda66eca17864ab1f8e5a904fa823c510bd16a7540146ff9de
|
4
|
+
data.tar.gz: 75617a26c5ab8951e78fb30928c9239b3d5462ef1fca3c9851feffcaa250c2ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f03d90d949fa71d960514ed596074db2c4e12651e09ce3884b95076201fadfc3909d14a4587817d4425927b79aeed7a20d1dd16cbb63aaeef5d51831d4b2199
|
7
|
+
data.tar.gz: 86e5f82a958d9ae9ea1648233cc9b9e616154d4dbe830f76801a8d34403cb926c0ecb0e7c1a8ccbfa0bbd86064368815692101280425b7436bcdd1123ec6dde1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,101 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1151.0 (2025-08-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1150.0 (2025-08-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1149.0 (2025-08-20)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1148.0 (2025-08-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::BCMDashboards`.
|
23
|
+
|
24
|
+
1.1147.0 (2025-08-14)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::BCMRecommendedActions`.
|
28
|
+
|
29
|
+
1.1146.0 (2025-08-12)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1145.0 (2025-08-11)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1144.0 (2025-08-08)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1143.0 (2025-08-06)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1142.0 (2025-08-05)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1141.0 (2025-08-04)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.1140.0 (2025-08-01)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Added support for enumerating regions for `Aws::ARCRegionswitch`.
|
63
|
+
|
64
|
+
1.1139.0 (2025-07-31)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
68
|
+
|
69
|
+
1.1138.0 (2025-07-30)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
73
|
+
|
74
|
+
1.1137.0 (2025-07-29)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
78
|
+
|
79
|
+
1.1136.0 (2025-07-28)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
83
|
+
|
84
|
+
1.1135.0 (2025-07-24)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
88
|
+
|
89
|
+
1.1134.0 (2025-07-23)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
93
|
+
|
94
|
+
1.1133.0 (2025-07-22)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
98
|
+
|
4
99
|
1.1132.0 (2025-07-21)
|
5
100
|
------------------
|
6
101
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1151.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -249,6 +249,7 @@ module Aws
|
|
249
249
|
'ACMPCA' => 'acm-pca',
|
250
250
|
'AIOps' => 'aiops',
|
251
251
|
'APIGateway' => 'apigateway',
|
252
|
+
'ARCRegionswitch' => 'arc-region-switch',
|
252
253
|
'ARCZonalShift' => 'arc-zonal-shift',
|
253
254
|
'AccessAnalyzer' => 'access-analyzer',
|
254
255
|
'Account' => 'account',
|
@@ -280,8 +281,10 @@ module Aws
|
|
280
281
|
'AutoScaling' => 'autoscaling',
|
281
282
|
'AutoScalingPlans' => 'autoscaling-plans',
|
282
283
|
'B2bi' => 'b2bi',
|
284
|
+
'BCMDashboards' => 'bcm-dashboards',
|
283
285
|
'BCMDataExports' => 'bcm-data-exports',
|
284
286
|
'BCMPricingCalculator' => 'bcm-pricing-calculator',
|
287
|
+
'BCMRecommendedActions' => 'bcm-recommended-actions',
|
285
288
|
'Backup' => 'backup',
|
286
289
|
'BackupGateway' => 'backup-gateway',
|
287
290
|
'BackupSearch' => 'backup-search',
|
data/partitions-metadata.json
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
"description" : "Asia Pacific (Thailand)"
|
55
55
|
},
|
56
56
|
"aws-global" : {
|
57
|
-
"description" : "
|
57
|
+
"description" : "aws global region"
|
58
58
|
},
|
59
59
|
"ca-central-1" : {
|
60
60
|
"description" : "Canada (Central)"
|
@@ -127,7 +127,7 @@
|
|
127
127
|
"regionRegex" : "^cn\\-\\w+\\-\\d+$",
|
128
128
|
"regions" : {
|
129
129
|
"aws-cn-global" : {
|
130
|
-
"description" : "
|
130
|
+
"description" : "aws-cn global region"
|
131
131
|
},
|
132
132
|
"cn-north-1" : {
|
133
133
|
"description" : "China (Beijing)"
|
@@ -137,32 +137,26 @@
|
|
137
137
|
}
|
138
138
|
}
|
139
139
|
}, {
|
140
|
-
"id" : "aws-
|
140
|
+
"id" : "aws-eusc",
|
141
141
|
"outputs" : {
|
142
|
-
"dnsSuffix" : "amazonaws.
|
143
|
-
"dualStackDnsSuffix" : "api.
|
144
|
-
"implicitGlobalRegion" : "
|
145
|
-
"name" : "aws-
|
146
|
-
"supportsDualStack" :
|
142
|
+
"dnsSuffix" : "amazonaws.eu",
|
143
|
+
"dualStackDnsSuffix" : "api.amazonwebservices.eu",
|
144
|
+
"implicitGlobalRegion" : "eusc-de-east-1",
|
145
|
+
"name" : "aws-eusc",
|
146
|
+
"supportsDualStack" : false,
|
147
147
|
"supportsFIPS" : true
|
148
148
|
},
|
149
|
-
"regionRegex" : "^
|
149
|
+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
150
150
|
"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)"
|
151
|
+
"eusc-de-east-1" : {
|
152
|
+
"description" : "EU (Germany)"
|
159
153
|
}
|
160
154
|
}
|
161
155
|
}, {
|
162
156
|
"id" : "aws-iso",
|
163
157
|
"outputs" : {
|
164
158
|
"dnsSuffix" : "c2s.ic.gov",
|
165
|
-
"dualStackDnsSuffix" : "
|
159
|
+
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
166
160
|
"implicitGlobalRegion" : "us-iso-east-1",
|
167
161
|
"name" : "aws-iso",
|
168
162
|
"supportsDualStack" : false,
|
@@ -171,7 +165,7 @@
|
|
171
165
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
172
166
|
"regions" : {
|
173
167
|
"aws-iso-global" : {
|
174
|
-
"description" : "
|
168
|
+
"description" : "aws-iso global region"
|
175
169
|
},
|
176
170
|
"us-iso-east-1" : {
|
177
171
|
"description" : "US ISO East"
|
@@ -184,7 +178,7 @@
|
|
184
178
|
"id" : "aws-iso-b",
|
185
179
|
"outputs" : {
|
186
180
|
"dnsSuffix" : "sc2s.sgov.gov",
|
187
|
-
"dualStackDnsSuffix" : "
|
181
|
+
"dualStackDnsSuffix" : "api.aws.scloud",
|
188
182
|
"implicitGlobalRegion" : "us-isob-east-1",
|
189
183
|
"name" : "aws-iso-b",
|
190
184
|
"supportsDualStack" : false,
|
@@ -193,7 +187,7 @@
|
|
193
187
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
194
188
|
"regions" : {
|
195
189
|
"aws-iso-b-global" : {
|
196
|
-
"description" : "
|
190
|
+
"description" : "aws-iso-b global region"
|
197
191
|
},
|
198
192
|
"us-isob-east-1" : {
|
199
193
|
"description" : "US ISOB East (Ohio)"
|
@@ -203,7 +197,7 @@
|
|
203
197
|
"id" : "aws-iso-e",
|
204
198
|
"outputs" : {
|
205
199
|
"dnsSuffix" : "cloud.adc-e.uk",
|
206
|
-
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
200
|
+
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
207
201
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
208
202
|
"name" : "aws-iso-e",
|
209
203
|
"supportsDualStack" : false,
|
@@ -212,7 +206,7 @@
|
|
212
206
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
213
207
|
"regions" : {
|
214
208
|
"aws-iso-e-global" : {
|
215
|
-
"description" : "
|
209
|
+
"description" : "aws-iso-e global region"
|
216
210
|
},
|
217
211
|
"eu-isoe-west-1" : {
|
218
212
|
"description" : "EU ISOE West"
|
@@ -222,7 +216,7 @@
|
|
222
216
|
"id" : "aws-iso-f",
|
223
217
|
"outputs" : {
|
224
218
|
"dnsSuffix" : "csp.hci.ic.gov",
|
225
|
-
"dualStackDnsSuffix" : "
|
219
|
+
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
226
220
|
"implicitGlobalRegion" : "us-isof-south-1",
|
227
221
|
"name" : "aws-iso-f",
|
228
222
|
"supportsDualStack" : false,
|
@@ -231,7 +225,7 @@
|
|
231
225
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
232
226
|
"regions" : {
|
233
227
|
"aws-iso-f-global" : {
|
234
|
-
"description" : "
|
228
|
+
"description" : "aws-iso-f global region"
|
235
229
|
},
|
236
230
|
"us-isof-east-1" : {
|
237
231
|
"description" : "US ISOF EAST"
|
@@ -241,19 +235,25 @@
|
|
241
235
|
}
|
242
236
|
}
|
243
237
|
}, {
|
244
|
-
"id" : "aws-
|
238
|
+
"id" : "aws-us-gov",
|
245
239
|
"outputs" : {
|
246
|
-
"dnsSuffix" : "amazonaws.
|
247
|
-
"dualStackDnsSuffix" : "
|
248
|
-
"implicitGlobalRegion" : "
|
249
|
-
"name" : "aws-
|
250
|
-
"supportsDualStack" :
|
240
|
+
"dnsSuffix" : "amazonaws.com",
|
241
|
+
"dualStackDnsSuffix" : "api.aws",
|
242
|
+
"implicitGlobalRegion" : "us-gov-west-1",
|
243
|
+
"name" : "aws-us-gov",
|
244
|
+
"supportsDualStack" : true,
|
251
245
|
"supportsFIPS" : true
|
252
246
|
},
|
253
|
-
"regionRegex" : "^
|
247
|
+
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
|
254
248
|
"regions" : {
|
255
|
-
"
|
256
|
-
"description" : "
|
249
|
+
"aws-us-gov-global" : {
|
250
|
+
"description" : "aws-us-gov global region"
|
251
|
+
},
|
252
|
+
"us-gov-east-1" : {
|
253
|
+
"description" : "AWS GovCloud (US-East)"
|
254
|
+
},
|
255
|
+
"us-gov-west-1" : {
|
256
|
+
"description" : "AWS GovCloud (US-West)"
|
257
257
|
}
|
258
258
|
}
|
259
259
|
} ],
|
data/partitions.json
CHANGED
@@ -1783,6 +1783,7 @@
|
|
1783
1783
|
"tags" : [ "dualstack" ]
|
1784
1784
|
} ]
|
1785
1785
|
},
|
1786
|
+
"ap-southeast-5" : { },
|
1786
1787
|
"ca-central-1" : {
|
1787
1788
|
"variants" : [ {
|
1788
1789
|
"hostname" : "api.iot-tunneling-fips.ca-central-1.api.aws",
|
@@ -1807,6 +1808,7 @@
|
|
1807
1808
|
"tags" : [ "dualstack" ]
|
1808
1809
|
} ]
|
1809
1810
|
},
|
1811
|
+
"eu-south-2" : { },
|
1810
1812
|
"eu-west-1" : {
|
1811
1813
|
"variants" : [ {
|
1812
1814
|
"hostname" : "api.iot-tunneling.eu-west-1.api.aws",
|
@@ -3779,6 +3781,8 @@
|
|
3779
3781
|
"ap-south-2" : { },
|
3780
3782
|
"ap-southeast-1" : { },
|
3781
3783
|
"ap-southeast-2" : { },
|
3784
|
+
"ap-southeast-3" : { },
|
3785
|
+
"ap-southeast-4" : { },
|
3782
3786
|
"bedrock-ap-northeast-1" : {
|
3783
3787
|
"credentialScope" : {
|
3784
3788
|
"region" : "ap-northeast-1"
|
@@ -4079,6 +4083,7 @@
|
|
4079
4083
|
"sa-east-1" : { },
|
4080
4084
|
"us-east-1" : { },
|
4081
4085
|
"us-east-2" : { },
|
4086
|
+
"us-west-1" : { },
|
4082
4087
|
"us-west-2" : { }
|
4083
4088
|
}
|
4084
4089
|
},
|
@@ -5505,6 +5510,20 @@
|
|
5505
5510
|
}
|
5506
5511
|
}
|
5507
5512
|
},
|
5513
|
+
"codeguru-profiler" : {
|
5514
|
+
"endpoints" : {
|
5515
|
+
"ap-northeast-1" : { },
|
5516
|
+
"ap-southeast-1" : { },
|
5517
|
+
"ap-southeast-2" : { },
|
5518
|
+
"eu-central-1" : { },
|
5519
|
+
"eu-north-1" : { },
|
5520
|
+
"eu-west-1" : { },
|
5521
|
+
"eu-west-2" : { },
|
5522
|
+
"us-east-1" : { },
|
5523
|
+
"us-east-2" : { },
|
5524
|
+
"us-west-2" : { }
|
5525
|
+
}
|
5526
|
+
},
|
5508
5527
|
"codeguru-reviewer" : {
|
5509
5528
|
"endpoints" : {
|
5510
5529
|
"ap-northeast-1" : { },
|
@@ -5729,6 +5748,7 @@
|
|
5729
5748
|
"tags" : [ "dualstack" ]
|
5730
5749
|
} ]
|
5731
5750
|
},
|
5751
|
+
"ap-southeast-7" : { },
|
5732
5752
|
"ca-central-1" : {
|
5733
5753
|
"variants" : [ {
|
5734
5754
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5966,6 +5986,7 @@
|
|
5966
5986
|
"tags" : [ "dualstack" ]
|
5967
5987
|
} ]
|
5968
5988
|
},
|
5989
|
+
"ap-southeast-7" : { },
|
5969
5990
|
"ca-central-1" : {
|
5970
5991
|
"variants" : [ {
|
5971
5992
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -6697,6 +6718,7 @@
|
|
6697
6718
|
"endpoints" : {
|
6698
6719
|
"af-south-1" : { },
|
6699
6720
|
"ap-east-1" : { },
|
6721
|
+
"ap-east-2" : { },
|
6700
6722
|
"ap-northeast-1" : { },
|
6701
6723
|
"ap-northeast-2" : { },
|
6702
6724
|
"ap-northeast-3" : { },
|
@@ -6830,6 +6852,7 @@
|
|
6830
6852
|
"ap-south-1" : { },
|
6831
6853
|
"ap-southeast-1" : { },
|
6832
6854
|
"ap-southeast-2" : { },
|
6855
|
+
"ap-southeast-5" : { },
|
6833
6856
|
"ca-central-1" : {
|
6834
6857
|
"variants" : [ {
|
6835
6858
|
"hostname" : "data.iot-fips.ca-central-1.amazonaws.com",
|
@@ -6838,6 +6861,7 @@
|
|
6838
6861
|
},
|
6839
6862
|
"eu-central-1" : { },
|
6840
6863
|
"eu-north-1" : { },
|
6864
|
+
"eu-south-2" : { },
|
6841
6865
|
"eu-west-1" : { },
|
6842
6866
|
"eu-west-2" : { },
|
6843
6867
|
"eu-west-3" : { },
|
@@ -7001,6 +7025,7 @@
|
|
7001
7025
|
"ap-south-1" : { },
|
7002
7026
|
"ap-southeast-1" : { },
|
7003
7027
|
"ap-southeast-2" : { },
|
7028
|
+
"ap-southeast-5" : { },
|
7004
7029
|
"ca-central-1" : {
|
7005
7030
|
"variants" : [ {
|
7006
7031
|
"hostname" : "data.jobs.iot-fips.ca-central-1.amazonaws.com",
|
@@ -7009,6 +7034,7 @@
|
|
7009
7034
|
},
|
7010
7035
|
"eu-central-1" : { },
|
7011
7036
|
"eu-north-1" : { },
|
7037
|
+
"eu-south-2" : { },
|
7012
7038
|
"eu-west-1" : { },
|
7013
7039
|
"eu-west-2" : { },
|
7014
7040
|
"eu-west-3" : { },
|
@@ -7047,6 +7073,7 @@
|
|
7047
7073
|
"deprecated" : true,
|
7048
7074
|
"hostname" : "data.jobs.iot-fips.us-west-2.amazonaws.com"
|
7049
7075
|
},
|
7076
|
+
"me-central-1" : { },
|
7050
7077
|
"me-south-1" : { },
|
7051
7078
|
"sa-east-1" : { },
|
7052
7079
|
"us-east-1" : {
|
@@ -10235,6 +10262,7 @@
|
|
10235
10262
|
"ap-southeast-1" : { },
|
10236
10263
|
"ap-southeast-2" : { },
|
10237
10264
|
"ap-southeast-3" : { },
|
10265
|
+
"ap-southeast-4" : { },
|
10238
10266
|
"ca-central-1" : {
|
10239
10267
|
"variants" : [ {
|
10240
10268
|
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -10243,6 +10271,7 @@
|
|
10243
10271
|
},
|
10244
10272
|
"ca-west-1" : { },
|
10245
10273
|
"eu-central-1" : { },
|
10274
|
+
"eu-central-2" : { },
|
10246
10275
|
"eu-north-1" : { },
|
10247
10276
|
"eu-south-1" : { },
|
10248
10277
|
"eu-south-2" : { },
|
@@ -10284,6 +10313,7 @@
|
|
10284
10313
|
"deprecated" : true,
|
10285
10314
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
10286
10315
|
},
|
10316
|
+
"il-central-1" : { },
|
10287
10317
|
"me-central-1" : { },
|
10288
10318
|
"me-south-1" : { },
|
10289
10319
|
"sa-east-1" : { },
|
@@ -12296,6 +12326,7 @@
|
|
12296
12326
|
"ap-south-1" : { },
|
12297
12327
|
"ap-southeast-1" : { },
|
12298
12328
|
"ap-southeast-2" : { },
|
12329
|
+
"ap-southeast-5" : { },
|
12299
12330
|
"ca-central-1" : {
|
12300
12331
|
"variants" : [ {
|
12301
12332
|
"hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
|
@@ -12303,6 +12334,7 @@
|
|
12303
12334
|
} ]
|
12304
12335
|
},
|
12305
12336
|
"eu-central-1" : { },
|
12337
|
+
"eu-south-2" : { },
|
12306
12338
|
"eu-west-1" : { },
|
12307
12339
|
"eu-west-2" : { },
|
12308
12340
|
"fips-ca-central-1" : {
|
@@ -12464,6 +12496,7 @@
|
|
12464
12496
|
"endpoints" : {
|
12465
12497
|
"af-south-1" : { },
|
12466
12498
|
"ap-east-1" : { },
|
12499
|
+
"ap-east-2" : { },
|
12467
12500
|
"ap-northeast-1" : { },
|
12468
12501
|
"ap-northeast-2" : { },
|
12469
12502
|
"ap-northeast-3" : { },
|
@@ -13181,6 +13214,7 @@
|
|
13181
13214
|
"ap-south-1" : { },
|
13182
13215
|
"ap-southeast-1" : { },
|
13183
13216
|
"ap-southeast-2" : { },
|
13217
|
+
"ap-southeast-5" : { },
|
13184
13218
|
"ca-central-1" : {
|
13185
13219
|
"variants" : [ {
|
13186
13220
|
"hostname" : "iot-fips.ca-central-1.amazonaws.com",
|
@@ -13189,6 +13223,7 @@
|
|
13189
13223
|
},
|
13190
13224
|
"eu-central-1" : { },
|
13191
13225
|
"eu-north-1" : { },
|
13226
|
+
"eu-south-2" : { },
|
13192
13227
|
"eu-west-1" : { },
|
13193
13228
|
"eu-west-2" : { },
|
13194
13229
|
"eu-west-3" : { },
|
@@ -13972,6 +14007,7 @@
|
|
13972
14007
|
"ap-northeast-1" : { },
|
13973
14008
|
"ap-northeast-2" : { },
|
13974
14009
|
"ap-south-1" : { },
|
14010
|
+
"ap-south-2" : { },
|
13975
14011
|
"ap-southeast-1" : { },
|
13976
14012
|
"ap-southeast-2" : { },
|
13977
14013
|
"ca-central-1" : { },
|
@@ -14371,11 +14407,14 @@
|
|
14371
14407
|
"ap-south-1" : { },
|
14372
14408
|
"ap-southeast-1" : { },
|
14373
14409
|
"ap-southeast-2" : { },
|
14410
|
+
"ap-southeast-5" : { },
|
14374
14411
|
"ca-central-1" : { },
|
14375
14412
|
"eu-central-1" : { },
|
14413
|
+
"eu-south-2" : { },
|
14376
14414
|
"eu-west-1" : { },
|
14377
14415
|
"eu-west-2" : { },
|
14378
14416
|
"eu-west-3" : { },
|
14417
|
+
"me-south-1" : { },
|
14379
14418
|
"sa-east-1" : { },
|
14380
14419
|
"us-east-1" : { },
|
14381
14420
|
"us-east-2" : { },
|
@@ -15300,6 +15339,7 @@
|
|
15300
15339
|
"endpoints" : {
|
15301
15340
|
"af-south-1" : { },
|
15302
15341
|
"ap-east-1" : { },
|
15342
|
+
"ap-east-2" : { },
|
15303
15343
|
"ap-northeast-1" : { },
|
15304
15344
|
"ap-northeast-2" : { },
|
15305
15345
|
"ap-northeast-3" : { },
|
@@ -15384,6 +15424,7 @@
|
|
15384
15424
|
"endpoints" : {
|
15385
15425
|
"af-south-1" : { },
|
15386
15426
|
"ap-east-1" : { },
|
15427
|
+
"ap-east-2" : { },
|
15387
15428
|
"ap-northeast-1" : { },
|
15388
15429
|
"ap-northeast-2" : { },
|
15389
15430
|
"ap-northeast-3" : { },
|
@@ -15468,6 +15509,7 @@
|
|
15468
15509
|
"endpoints" : {
|
15469
15510
|
"af-south-1" : { },
|
15470
15511
|
"ap-east-1" : { },
|
15512
|
+
"ap-east-2" : { },
|
15471
15513
|
"ap-northeast-1" : { },
|
15472
15514
|
"ap-northeast-2" : { },
|
15473
15515
|
"ap-northeast-3" : { },
|
@@ -15555,6 +15597,7 @@
|
|
15555
15597
|
"ap-south-1" : { },
|
15556
15598
|
"ap-southeast-1" : { },
|
15557
15599
|
"ap-southeast-2" : { },
|
15600
|
+
"ap-southeast-3" : { },
|
15558
15601
|
"ca-central-1" : { },
|
15559
15602
|
"eu-central-1" : { },
|
15560
15603
|
"eu-north-1" : { },
|
@@ -17431,6 +17474,7 @@
|
|
17431
17474
|
"endpoints" : {
|
17432
17475
|
"af-south-1" : { },
|
17433
17476
|
"ap-east-1" : { },
|
17477
|
+
"ap-east-2" : { },
|
17434
17478
|
"ap-northeast-1" : { },
|
17435
17479
|
"ap-northeast-2" : { },
|
17436
17480
|
"ap-northeast-3" : { },
|
@@ -21431,6 +21475,7 @@
|
|
21431
21475
|
"ap-southeast-3" : { },
|
21432
21476
|
"ap-southeast-4" : { },
|
21433
21477
|
"ap-southeast-5" : { },
|
21478
|
+
"ap-southeast-7" : { },
|
21434
21479
|
"ca-central-1" : { },
|
21435
21480
|
"ca-west-1" : { },
|
21436
21481
|
"eu-central-1" : { },
|
@@ -21444,6 +21489,7 @@
|
|
21444
21489
|
"il-central-1" : { },
|
21445
21490
|
"me-central-1" : { },
|
21446
21491
|
"me-south-1" : { },
|
21492
|
+
"mx-central-1" : { },
|
21447
21493
|
"sa-east-1" : { },
|
21448
21494
|
"us-east-1" : { },
|
21449
21495
|
"us-east-2" : { },
|
@@ -21521,6 +21567,7 @@
|
|
21521
21567
|
"endpoints" : {
|
21522
21568
|
"af-south-1" : { },
|
21523
21569
|
"ap-east-1" : { },
|
21570
|
+
"ap-east-2" : { },
|
21524
21571
|
"ap-northeast-1" : { },
|
21525
21572
|
"ap-northeast-2" : { },
|
21526
21573
|
"ap-northeast-3" : { },
|
@@ -27278,6 +27325,7 @@
|
|
27278
27325
|
"ap-southeast-3" : { },
|
27279
27326
|
"ap-southeast-4" : { },
|
27280
27327
|
"ap-southeast-5" : { },
|
27328
|
+
"ap-southeast-7" : { },
|
27281
27329
|
"ca-central-1" : {
|
27282
27330
|
"variants" : [ {
|
27283
27331
|
"hostname" : "transfer-fips.ca-central-1.amazonaws.com",
|
@@ -27528,6 +27576,9 @@
|
|
27528
27576
|
},
|
27529
27577
|
"trustedadvisor" : {
|
27530
27578
|
"endpoints" : {
|
27579
|
+
"ap-northeast-2" : { },
|
27580
|
+
"ap-southeast-2" : { },
|
27581
|
+
"eu-west-1" : { },
|
27531
27582
|
"fips-us-east-1" : {
|
27532
27583
|
"credentialScope" : {
|
27533
27584
|
"region" : "us-east-1"
|
@@ -27545,7 +27596,10 @@
|
|
27545
27596
|
"region" : "us-west-2"
|
27546
27597
|
},
|
27547
27598
|
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
|
27548
|
-
}
|
27599
|
+
},
|
27600
|
+
"us-east-1" : { },
|
27601
|
+
"us-east-2" : { },
|
27602
|
+
"us-west-2" : { }
|
27549
27603
|
}
|
27550
27604
|
},
|
27551
27605
|
"verifiedpermissions" : {
|
@@ -35165,6 +35219,12 @@
|
|
35165
35219
|
}
|
35166
35220
|
}
|
35167
35221
|
},
|
35222
|
+
"rum" : {
|
35223
|
+
"endpoints" : {
|
35224
|
+
"us-gov-east-1" : { },
|
35225
|
+
"us-gov-west-1" : { }
|
35226
|
+
}
|
35227
|
+
},
|
35168
35228
|
"runtime-v2-lex" : {
|
35169
35229
|
"endpoints" : {
|
35170
35230
|
"us-gov-west-1" : { }
|
@@ -36700,7 +36760,8 @@
|
|
36700
36760
|
},
|
36701
36761
|
"batch" : {
|
36702
36762
|
"endpoints" : {
|
36703
|
-
"us-iso-east-1" : { }
|
36763
|
+
"us-iso-east-1" : { },
|
36764
|
+
"us-iso-west-1" : { }
|
36704
36765
|
}
|
36705
36766
|
},
|
36706
36767
|
"bedrock" : {
|
@@ -37143,7 +37204,8 @@
|
|
37143
37204
|
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
|
37144
37205
|
"tags" : [ "fips" ]
|
37145
37206
|
} ]
|
37146
|
-
}
|
37207
|
+
},
|
37208
|
+
"us-iso-west-1" : { }
|
37147
37209
|
}
|
37148
37210
|
},
|
37149
37211
|
"glacier" : {
|
@@ -37312,6 +37374,11 @@
|
|
37312
37374
|
"us-iso-west-1" : { }
|
37313
37375
|
}
|
37314
37376
|
},
|
37377
|
+
"network-firewall" : {
|
37378
|
+
"endpoints" : {
|
37379
|
+
"us-iso-east-1" : { }
|
37380
|
+
}
|
37381
|
+
},
|
37315
37382
|
"oam" : {
|
37316
37383
|
"endpoints" : {
|
37317
37384
|
"us-iso-east-1" : { },
|
@@ -37619,6 +37686,12 @@
|
|
37619
37686
|
"us-iso-west-1" : { }
|
37620
37687
|
}
|
37621
37688
|
},
|
37689
|
+
"servicequotas" : {
|
37690
|
+
"endpoints" : {
|
37691
|
+
"us-iso-east-1" : { },
|
37692
|
+
"us-iso-west-1" : { }
|
37693
|
+
}
|
37694
|
+
},
|
37622
37695
|
"snowball" : {
|
37623
37696
|
"endpoints" : {
|
37624
37697
|
"us-iso-east-1" : { },
|
@@ -38361,6 +38434,11 @@
|
|
38361
38434
|
"us-isob-east-1" : { }
|
38362
38435
|
}
|
38363
38436
|
},
|
38437
|
+
"network-firewall" : {
|
38438
|
+
"endpoints" : {
|
38439
|
+
"us-isob-east-1" : { }
|
38440
|
+
}
|
38441
|
+
},
|
38364
38442
|
"oam" : {
|
38365
38443
|
"endpoints" : {
|
38366
38444
|
"us-isob-east-1" : { }
|
@@ -38567,6 +38645,11 @@
|
|
38567
38645
|
"us-isob-east-1" : { }
|
38568
38646
|
}
|
38569
38647
|
},
|
38648
|
+
"servicequotas" : {
|
38649
|
+
"endpoints" : {
|
38650
|
+
"us-isob-east-1" : { }
|
38651
|
+
}
|
38652
|
+
},
|
38570
38653
|
"snowball" : {
|
38571
38654
|
"endpoints" : {
|
38572
38655
|
"us-isob-east-1" : { }
|
@@ -38867,6 +38950,11 @@
|
|
38867
38950
|
"eu-isoe-west-1" : { }
|
38868
38951
|
}
|
38869
38952
|
},
|
38953
|
+
"cloudtrail-data" : {
|
38954
|
+
"endpoints" : {
|
38955
|
+
"eu-isoe-west-1" : { }
|
38956
|
+
}
|
38957
|
+
},
|
38870
38958
|
"codedeploy" : {
|
38871
38959
|
"endpoints" : {
|
38872
38960
|
"eu-isoe-west-1" : { }
|
@@ -39263,6 +39351,11 @@
|
|
39263
39351
|
"eu-isoe-west-1" : { }
|
39264
39352
|
}
|
39265
39353
|
},
|
39354
|
+
"trustedadvisor" : {
|
39355
|
+
"endpoints" : {
|
39356
|
+
"eu-isoe-west-1" : { }
|
39357
|
+
}
|
39358
|
+
},
|
39266
39359
|
"xray" : {
|
39267
39360
|
"endpoints" : {
|
39268
39361
|
"eu-isoe-west-1" : { }
|
@@ -40101,6 +40194,11 @@
|
|
40101
40194
|
"us-isof-south-1" : { }
|
40102
40195
|
}
|
40103
40196
|
},
|
40197
|
+
"trustedadvisor" : {
|
40198
|
+
"endpoints" : {
|
40199
|
+
"us-isof-south-1" : { }
|
40200
|
+
}
|
40201
|
+
},
|
40104
40202
|
"xray" : {
|
40105
40203
|
"endpoints" : {
|
40106
40204
|
"us-isof-east-1" : { },
|