aws-partitions 1.622.0 → 1.625.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +328 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: beda91a542a25f907f2747421589c80f35757b108784409d044c4803a080a3a5
|
|
4
|
+
data.tar.gz: 1c2d9974d7e40bd99087e9de7ce5030a7b05b871394bd0adfe1bf225f988d72a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6eb29985967c1f9384c7ebb466b2d8af170f2948715e2025b64a1d4d82ea8901613ff6539b2ed7029ef66efb2fc1addb69d7e3c7bd392091cdf7caf67389e79
|
|
7
|
+
data.tar.gz: 519e42380a426a2f460927406d3a2d3df384a282752e8324fa0bd3d199b48541414313e3386d34cc490c62a1683e90ee279d9765d91723f0d31b925cd1edc5f4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.625.0 (2022-09-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::ControlTower`.
|
|
8
|
+
|
|
9
|
+
1.624.0 (2022-08-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.623.0 (2022-08-29)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.622.0 (2022-08-25)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.625.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -301,6 +301,7 @@ module Aws
|
|
|
301
301
|
'ConnectContactLens' => 'contact-lens',
|
|
302
302
|
'ConnectParticipant' => 'participant.connect',
|
|
303
303
|
'ConnectWisdomService' => 'wisdom',
|
|
304
|
+
'ControlTower' => 'controltower',
|
|
304
305
|
'CostExplorer' => 'ce',
|
|
305
306
|
'CostandUsageReportService' => 'cur',
|
|
306
307
|
'CustomerProfiles' => 'profile',
|
data/partitions.json
CHANGED
|
@@ -71,6 +71,9 @@
|
|
|
71
71
|
"eu-west-3" : {
|
|
72
72
|
"description" : "Europe (Paris)"
|
|
73
73
|
},
|
|
74
|
+
"me-central-1" : {
|
|
75
|
+
"description" : "Middle East (UAE)"
|
|
76
|
+
},
|
|
74
77
|
"me-south-1" : {
|
|
75
78
|
"description" : "Middle East (Bahrain)"
|
|
76
79
|
},
|
|
@@ -154,6 +157,7 @@
|
|
|
154
157
|
"deprecated" : true,
|
|
155
158
|
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
|
|
156
159
|
},
|
|
160
|
+
"me-central-1" : { },
|
|
157
161
|
"me-south-1" : { },
|
|
158
162
|
"sa-east-1" : { },
|
|
159
163
|
"us-east-1" : {
|
|
@@ -224,6 +228,7 @@
|
|
|
224
228
|
"eu-west-1" : { },
|
|
225
229
|
"eu-west-2" : { },
|
|
226
230
|
"eu-west-3" : { },
|
|
231
|
+
"me-central-1" : { },
|
|
227
232
|
"me-south-1" : { },
|
|
228
233
|
"sa-east-1" : { },
|
|
229
234
|
"us-east-1" : {
|
|
@@ -728,6 +733,12 @@
|
|
|
728
733
|
"deprecated" : true,
|
|
729
734
|
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
|
|
730
735
|
},
|
|
736
|
+
"me-central-1" : {
|
|
737
|
+
"credentialScope" : {
|
|
738
|
+
"region" : "me-central-1"
|
|
739
|
+
},
|
|
740
|
+
"hostname" : "api.ecr.me-central-1.amazonaws.com"
|
|
741
|
+
},
|
|
731
742
|
"me-south-1" : {
|
|
732
743
|
"credentialScope" : {
|
|
733
744
|
"region" : "me-south-1"
|
|
@@ -1131,19 +1142,81 @@
|
|
|
1131
1142
|
"ap-south-1" : { },
|
|
1132
1143
|
"ap-southeast-1" : { },
|
|
1133
1144
|
"ap-southeast-2" : { },
|
|
1134
|
-
"
|
|
1145
|
+
"ap-southeast-3" : { },
|
|
1146
|
+
"ca-central-1" : {
|
|
1147
|
+
"variants" : [ {
|
|
1148
|
+
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com",
|
|
1149
|
+
"tags" : [ "fips" ]
|
|
1150
|
+
} ]
|
|
1151
|
+
},
|
|
1135
1152
|
"eu-central-1" : { },
|
|
1136
1153
|
"eu-north-1" : { },
|
|
1137
1154
|
"eu-south-1" : { },
|
|
1138
1155
|
"eu-west-1" : { },
|
|
1139
1156
|
"eu-west-2" : { },
|
|
1140
1157
|
"eu-west-3" : { },
|
|
1158
|
+
"fips-ca-central-1" : {
|
|
1159
|
+
"credentialScope" : {
|
|
1160
|
+
"region" : "ca-central-1"
|
|
1161
|
+
},
|
|
1162
|
+
"deprecated" : true,
|
|
1163
|
+
"hostname" : "apigateway-fips.ca-central-1.amazonaws.com"
|
|
1164
|
+
},
|
|
1165
|
+
"fips-us-east-1" : {
|
|
1166
|
+
"credentialScope" : {
|
|
1167
|
+
"region" : "us-east-1"
|
|
1168
|
+
},
|
|
1169
|
+
"deprecated" : true,
|
|
1170
|
+
"hostname" : "apigateway-fips.us-east-1.amazonaws.com"
|
|
1171
|
+
},
|
|
1172
|
+
"fips-us-east-2" : {
|
|
1173
|
+
"credentialScope" : {
|
|
1174
|
+
"region" : "us-east-2"
|
|
1175
|
+
},
|
|
1176
|
+
"deprecated" : true,
|
|
1177
|
+
"hostname" : "apigateway-fips.us-east-2.amazonaws.com"
|
|
1178
|
+
},
|
|
1179
|
+
"fips-us-west-1" : {
|
|
1180
|
+
"credentialScope" : {
|
|
1181
|
+
"region" : "us-west-1"
|
|
1182
|
+
},
|
|
1183
|
+
"deprecated" : true,
|
|
1184
|
+
"hostname" : "apigateway-fips.us-west-1.amazonaws.com"
|
|
1185
|
+
},
|
|
1186
|
+
"fips-us-west-2" : {
|
|
1187
|
+
"credentialScope" : {
|
|
1188
|
+
"region" : "us-west-2"
|
|
1189
|
+
},
|
|
1190
|
+
"deprecated" : true,
|
|
1191
|
+
"hostname" : "apigateway-fips.us-west-2.amazonaws.com"
|
|
1192
|
+
},
|
|
1193
|
+
"me-central-1" : { },
|
|
1141
1194
|
"me-south-1" : { },
|
|
1142
1195
|
"sa-east-1" : { },
|
|
1143
|
-
"us-east-1" : {
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1196
|
+
"us-east-1" : {
|
|
1197
|
+
"variants" : [ {
|
|
1198
|
+
"hostname" : "apigateway-fips.us-east-1.amazonaws.com",
|
|
1199
|
+
"tags" : [ "fips" ]
|
|
1200
|
+
} ]
|
|
1201
|
+
},
|
|
1202
|
+
"us-east-2" : {
|
|
1203
|
+
"variants" : [ {
|
|
1204
|
+
"hostname" : "apigateway-fips.us-east-2.amazonaws.com",
|
|
1205
|
+
"tags" : [ "fips" ]
|
|
1206
|
+
} ]
|
|
1207
|
+
},
|
|
1208
|
+
"us-west-1" : {
|
|
1209
|
+
"variants" : [ {
|
|
1210
|
+
"hostname" : "apigateway-fips.us-west-1.amazonaws.com",
|
|
1211
|
+
"tags" : [ "fips" ]
|
|
1212
|
+
} ]
|
|
1213
|
+
},
|
|
1214
|
+
"us-west-2" : {
|
|
1215
|
+
"variants" : [ {
|
|
1216
|
+
"hostname" : "apigateway-fips.us-west-2.amazonaws.com",
|
|
1217
|
+
"tags" : [ "fips" ]
|
|
1218
|
+
} ]
|
|
1219
|
+
}
|
|
1147
1220
|
}
|
|
1148
1221
|
},
|
|
1149
1222
|
"app-integrations" : {
|
|
@@ -1178,6 +1251,7 @@
|
|
|
1178
1251
|
"eu-west-1" : { },
|
|
1179
1252
|
"eu-west-2" : { },
|
|
1180
1253
|
"eu-west-3" : { },
|
|
1254
|
+
"me-central-1" : { },
|
|
1181
1255
|
"me-south-1" : { },
|
|
1182
1256
|
"sa-east-1" : { },
|
|
1183
1257
|
"us-east-1" : { },
|
|
@@ -1252,6 +1326,7 @@
|
|
|
1252
1326
|
"eu-west-1" : { },
|
|
1253
1327
|
"eu-west-2" : { },
|
|
1254
1328
|
"eu-west-3" : { },
|
|
1329
|
+
"me-central-1" : { },
|
|
1255
1330
|
"me-south-1" : { },
|
|
1256
1331
|
"sa-east-1" : { },
|
|
1257
1332
|
"us-east-1" : { },
|
|
@@ -1570,6 +1645,7 @@
|
|
|
1570
1645
|
"ap-south-1" : { },
|
|
1571
1646
|
"ap-southeast-1" : { },
|
|
1572
1647
|
"ap-southeast-2" : { },
|
|
1648
|
+
"ap-southeast-3" : { },
|
|
1573
1649
|
"ca-central-1" : { },
|
|
1574
1650
|
"eu-central-1" : { },
|
|
1575
1651
|
"eu-north-1" : { },
|
|
@@ -1670,6 +1746,7 @@
|
|
|
1670
1746
|
"eu-west-1" : { },
|
|
1671
1747
|
"eu-west-2" : { },
|
|
1672
1748
|
"eu-west-3" : { },
|
|
1749
|
+
"me-central-1" : { },
|
|
1673
1750
|
"me-south-1" : { },
|
|
1674
1751
|
"sa-east-1" : { },
|
|
1675
1752
|
"us-east-1" : { },
|
|
@@ -1878,6 +1955,52 @@
|
|
|
1878
1955
|
"isRegionalized" : false,
|
|
1879
1956
|
"partitionEndpoint" : "aws-global"
|
|
1880
1957
|
},
|
|
1958
|
+
"cassandra" : {
|
|
1959
|
+
"endpoints" : {
|
|
1960
|
+
"ap-east-1" : { },
|
|
1961
|
+
"ap-northeast-1" : { },
|
|
1962
|
+
"ap-northeast-2" : { },
|
|
1963
|
+
"ap-south-1" : { },
|
|
1964
|
+
"ap-southeast-1" : { },
|
|
1965
|
+
"ap-southeast-2" : { },
|
|
1966
|
+
"ca-central-1" : { },
|
|
1967
|
+
"eu-central-1" : { },
|
|
1968
|
+
"eu-north-1" : { },
|
|
1969
|
+
"eu-west-1" : { },
|
|
1970
|
+
"eu-west-2" : { },
|
|
1971
|
+
"eu-west-3" : { },
|
|
1972
|
+
"fips-us-east-1" : {
|
|
1973
|
+
"credentialScope" : {
|
|
1974
|
+
"region" : "us-east-1"
|
|
1975
|
+
},
|
|
1976
|
+
"deprecated" : true,
|
|
1977
|
+
"hostname" : "cassandra-fips.us-east-1.amazonaws.com"
|
|
1978
|
+
},
|
|
1979
|
+
"fips-us-west-2" : {
|
|
1980
|
+
"credentialScope" : {
|
|
1981
|
+
"region" : "us-west-2"
|
|
1982
|
+
},
|
|
1983
|
+
"deprecated" : true,
|
|
1984
|
+
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
|
|
1985
|
+
},
|
|
1986
|
+
"me-south-1" : { },
|
|
1987
|
+
"sa-east-1" : { },
|
|
1988
|
+
"us-east-1" : {
|
|
1989
|
+
"variants" : [ {
|
|
1990
|
+
"hostname" : "cassandra-fips.us-east-1.amazonaws.com",
|
|
1991
|
+
"tags" : [ "fips" ]
|
|
1992
|
+
} ]
|
|
1993
|
+
},
|
|
1994
|
+
"us-east-2" : { },
|
|
1995
|
+
"us-west-1" : { },
|
|
1996
|
+
"us-west-2" : {
|
|
1997
|
+
"variants" : [ {
|
|
1998
|
+
"hostname" : "cassandra-fips.us-west-2.amazonaws.com",
|
|
1999
|
+
"tags" : [ "fips" ]
|
|
2000
|
+
} ]
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
1881
2004
|
"catalog.marketplace" : {
|
|
1882
2005
|
"endpoints" : {
|
|
1883
2006
|
"us-east-1" : { }
|
|
@@ -2053,6 +2176,7 @@
|
|
|
2053
2176
|
"eu-west-1" : { },
|
|
2054
2177
|
"eu-west-2" : { },
|
|
2055
2178
|
"eu-west-3" : { },
|
|
2179
|
+
"me-central-1" : { },
|
|
2056
2180
|
"me-south-1" : { },
|
|
2057
2181
|
"sa-east-1" : { },
|
|
2058
2182
|
"us-east-1" : {
|
|
@@ -2218,6 +2342,7 @@
|
|
|
2218
2342
|
"deprecated" : true,
|
|
2219
2343
|
"hostname" : "cloudtrail-fips.us-west-2.amazonaws.com"
|
|
2220
2344
|
},
|
|
2345
|
+
"me-central-1" : { },
|
|
2221
2346
|
"me-south-1" : { },
|
|
2222
2347
|
"sa-east-1" : { },
|
|
2223
2348
|
"us-east-1" : {
|
|
@@ -2447,6 +2572,7 @@
|
|
|
2447
2572
|
"eu-west-1" : { },
|
|
2448
2573
|
"eu-west-2" : { },
|
|
2449
2574
|
"eu-west-3" : { },
|
|
2575
|
+
"me-central-1" : { },
|
|
2450
2576
|
"me-south-1" : { },
|
|
2451
2577
|
"sa-east-1" : { },
|
|
2452
2578
|
"us-east-1" : {
|
|
@@ -3055,6 +3181,7 @@
|
|
|
3055
3181
|
"deprecated" : true,
|
|
3056
3182
|
"hostname" : "config-fips.us-west-2.amazonaws.com"
|
|
3057
3183
|
},
|
|
3184
|
+
"me-central-1" : { },
|
|
3058
3185
|
"me-south-1" : { },
|
|
3059
3186
|
"sa-east-1" : { },
|
|
3060
3187
|
"us-east-1" : {
|
|
@@ -3117,6 +3244,73 @@
|
|
|
3117
3244
|
"us-west-2" : { }
|
|
3118
3245
|
}
|
|
3119
3246
|
},
|
|
3247
|
+
"controltower" : {
|
|
3248
|
+
"endpoints" : {
|
|
3249
|
+
"ap-northeast-1" : { },
|
|
3250
|
+
"ap-northeast-2" : { },
|
|
3251
|
+
"ap-south-1" : { },
|
|
3252
|
+
"ap-southeast-1" : { },
|
|
3253
|
+
"ap-southeast-2" : { },
|
|
3254
|
+
"ca-central-1" : {
|
|
3255
|
+
"variants" : [ {
|
|
3256
|
+
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
|
|
3257
|
+
"tags" : [ "fips" ]
|
|
3258
|
+
} ]
|
|
3259
|
+
},
|
|
3260
|
+
"ca-central-1-fips" : {
|
|
3261
|
+
"credentialScope" : {
|
|
3262
|
+
"region" : "ca-central-1"
|
|
3263
|
+
},
|
|
3264
|
+
"deprecated" : true,
|
|
3265
|
+
"hostname" : "controltower-fips.ca-central-1.amazonaws.com"
|
|
3266
|
+
},
|
|
3267
|
+
"eu-central-1" : { },
|
|
3268
|
+
"eu-north-1" : { },
|
|
3269
|
+
"eu-west-1" : { },
|
|
3270
|
+
"eu-west-2" : { },
|
|
3271
|
+
"eu-west-3" : { },
|
|
3272
|
+
"sa-east-1" : { },
|
|
3273
|
+
"us-east-1" : {
|
|
3274
|
+
"variants" : [ {
|
|
3275
|
+
"hostname" : "controltower-fips.us-east-1.amazonaws.com",
|
|
3276
|
+
"tags" : [ "fips" ]
|
|
3277
|
+
} ]
|
|
3278
|
+
},
|
|
3279
|
+
"us-east-1-fips" : {
|
|
3280
|
+
"credentialScope" : {
|
|
3281
|
+
"region" : "us-east-1"
|
|
3282
|
+
},
|
|
3283
|
+
"deprecated" : true,
|
|
3284
|
+
"hostname" : "controltower-fips.us-east-1.amazonaws.com"
|
|
3285
|
+
},
|
|
3286
|
+
"us-east-2" : {
|
|
3287
|
+
"variants" : [ {
|
|
3288
|
+
"hostname" : "controltower-fips.us-east-2.amazonaws.com",
|
|
3289
|
+
"tags" : [ "fips" ]
|
|
3290
|
+
} ]
|
|
3291
|
+
},
|
|
3292
|
+
"us-east-2-fips" : {
|
|
3293
|
+
"credentialScope" : {
|
|
3294
|
+
"region" : "us-east-2"
|
|
3295
|
+
},
|
|
3296
|
+
"deprecated" : true,
|
|
3297
|
+
"hostname" : "controltower-fips.us-east-2.amazonaws.com"
|
|
3298
|
+
},
|
|
3299
|
+
"us-west-2" : {
|
|
3300
|
+
"variants" : [ {
|
|
3301
|
+
"hostname" : "controltower-fips.us-west-2.amazonaws.com",
|
|
3302
|
+
"tags" : [ "fips" ]
|
|
3303
|
+
} ]
|
|
3304
|
+
},
|
|
3305
|
+
"us-west-2-fips" : {
|
|
3306
|
+
"credentialScope" : {
|
|
3307
|
+
"region" : "us-west-2"
|
|
3308
|
+
},
|
|
3309
|
+
"deprecated" : true,
|
|
3310
|
+
"hostname" : "controltower-fips.us-west-2.amazonaws.com"
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3120
3314
|
"cur" : {
|
|
3121
3315
|
"endpoints" : {
|
|
3122
3316
|
"us-east-1" : { }
|
|
@@ -3646,6 +3840,7 @@
|
|
|
3646
3840
|
"deprecated" : true,
|
|
3647
3841
|
"hostname" : "directconnect-fips.us-west-2.amazonaws.com"
|
|
3648
3842
|
},
|
|
3843
|
+
"me-central-1" : { },
|
|
3649
3844
|
"me-south-1" : { },
|
|
3650
3845
|
"sa-east-1" : { },
|
|
3651
3846
|
"us-east-1" : {
|
|
@@ -3746,6 +3941,7 @@
|
|
|
3746
3941
|
"eu-west-1" : { },
|
|
3747
3942
|
"eu-west-2" : { },
|
|
3748
3943
|
"eu-west-3" : { },
|
|
3944
|
+
"me-central-1" : { },
|
|
3749
3945
|
"me-south-1" : { },
|
|
3750
3946
|
"sa-east-1" : { },
|
|
3751
3947
|
"us-east-1" : {
|
|
@@ -4040,6 +4236,7 @@
|
|
|
4040
4236
|
"hostname" : "localhost:8000",
|
|
4041
4237
|
"protocols" : [ "http" ]
|
|
4042
4238
|
},
|
|
4239
|
+
"me-central-1" : { },
|
|
4043
4240
|
"me-south-1" : { },
|
|
4044
4241
|
"sa-east-1" : { },
|
|
4045
4242
|
"us-east-1" : {
|
|
@@ -4253,6 +4450,7 @@
|
|
|
4253
4450
|
"deprecated" : true,
|
|
4254
4451
|
"hostname" : "ec2-fips.us-west-2.amazonaws.com"
|
|
4255
4452
|
},
|
|
4453
|
+
"me-central-1" : { },
|
|
4256
4454
|
"me-south-1" : { },
|
|
4257
4455
|
"sa-east-1" : {
|
|
4258
4456
|
"variants" : [ {
|
|
@@ -4341,6 +4539,7 @@
|
|
|
4341
4539
|
"deprecated" : true,
|
|
4342
4540
|
"hostname" : "ecs-fips.us-west-2.amazonaws.com"
|
|
4343
4541
|
},
|
|
4542
|
+
"me-central-1" : { },
|
|
4344
4543
|
"me-south-1" : { },
|
|
4345
4544
|
"sa-east-1" : { },
|
|
4346
4545
|
"us-east-1" : {
|
|
@@ -4485,6 +4684,7 @@
|
|
|
4485
4684
|
"deprecated" : true,
|
|
4486
4685
|
"hostname" : "elasticache-fips.us-west-1.amazonaws.com"
|
|
4487
4686
|
},
|
|
4687
|
+
"me-central-1" : { },
|
|
4488
4688
|
"me-south-1" : { },
|
|
4489
4689
|
"sa-east-1" : { },
|
|
4490
4690
|
"us-east-1" : {
|
|
@@ -4954,6 +5154,7 @@
|
|
|
4954
5154
|
"deprecated" : true,
|
|
4955
5155
|
"hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com"
|
|
4956
5156
|
},
|
|
5157
|
+
"me-central-1" : { },
|
|
4957
5158
|
"me-south-1" : { },
|
|
4958
5159
|
"sa-east-1" : { },
|
|
4959
5160
|
"us-east-1" : {
|
|
@@ -5046,6 +5247,7 @@
|
|
|
5046
5247
|
"deprecated" : true,
|
|
5047
5248
|
"hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com"
|
|
5048
5249
|
},
|
|
5250
|
+
"me-central-1" : { },
|
|
5049
5251
|
"me-south-1" : { },
|
|
5050
5252
|
"sa-east-1" : { },
|
|
5051
5253
|
"us-east-1" : {
|
|
@@ -5282,6 +5484,7 @@
|
|
|
5282
5484
|
"deprecated" : true,
|
|
5283
5485
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
|
5284
5486
|
},
|
|
5487
|
+
"me-central-1" : { },
|
|
5285
5488
|
"me-south-1" : { },
|
|
5286
5489
|
"sa-east-1" : { },
|
|
5287
5490
|
"us-east-1" : {
|
|
@@ -5384,6 +5587,7 @@
|
|
|
5384
5587
|
"deprecated" : true,
|
|
5385
5588
|
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
|
5386
5589
|
},
|
|
5590
|
+
"me-central-1" : { },
|
|
5387
5591
|
"me-south-1" : { },
|
|
5388
5592
|
"sa-east-1" : { },
|
|
5389
5593
|
"us-east-1" : {
|
|
@@ -7364,6 +7568,7 @@
|
|
|
7364
7568
|
"deprecated" : true,
|
|
7365
7569
|
"hostname" : "kinesis-fips.us-west-2.amazonaws.com"
|
|
7366
7570
|
},
|
|
7571
|
+
"me-central-1" : { },
|
|
7367
7572
|
"me-south-1" : { },
|
|
7368
7573
|
"sa-east-1" : { },
|
|
7369
7574
|
"us-east-1" : {
|
|
@@ -7648,6 +7853,12 @@
|
|
|
7648
7853
|
"deprecated" : true,
|
|
7649
7854
|
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
|
|
7650
7855
|
},
|
|
7856
|
+
"me-central-1" : {
|
|
7857
|
+
"variants" : [ {
|
|
7858
|
+
"hostname" : "kms-fips.me-central-1.amazonaws.com",
|
|
7859
|
+
"tags" : [ "fips" ]
|
|
7860
|
+
} ]
|
|
7861
|
+
},
|
|
7651
7862
|
"me-central-1-fips" : {
|
|
7652
7863
|
"credentialScope" : {
|
|
7653
7864
|
"region" : "me-central-1"
|
|
@@ -7934,6 +8145,7 @@
|
|
|
7934
8145
|
"deprecated" : true,
|
|
7935
8146
|
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
|
|
7936
8147
|
},
|
|
8148
|
+
"me-central-1" : { },
|
|
7937
8149
|
"me-south-1" : {
|
|
7938
8150
|
"variants" : [ {
|
|
7939
8151
|
"hostname" : "lambda.me-south-1.api.aws",
|
|
@@ -8195,6 +8407,7 @@
|
|
|
8195
8407
|
"deprecated" : true,
|
|
8196
8408
|
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
|
8197
8409
|
},
|
|
8410
|
+
"me-central-1" : { },
|
|
8198
8411
|
"me-south-1" : { },
|
|
8199
8412
|
"sa-east-1" : { },
|
|
8200
8413
|
"us-east-1" : {
|
|
@@ -8725,6 +8938,7 @@
|
|
|
8725
8938
|
"eu-west-1" : { },
|
|
8726
8939
|
"eu-west-2" : { },
|
|
8727
8940
|
"eu-west-3" : { },
|
|
8941
|
+
"me-central-1" : { },
|
|
8728
8942
|
"me-south-1" : { },
|
|
8729
8943
|
"sa-east-1" : { },
|
|
8730
8944
|
"us-east-1" : { },
|
|
@@ -8895,6 +9109,7 @@
|
|
|
8895
9109
|
"deprecated" : true,
|
|
8896
9110
|
"hostname" : "monitoring-fips.us-west-2.amazonaws.com"
|
|
8897
9111
|
},
|
|
9112
|
+
"me-central-1" : { },
|
|
8898
9113
|
"me-south-1" : { },
|
|
8899
9114
|
"sa-east-1" : { },
|
|
8900
9115
|
"us-east-1" : {
|
|
@@ -9517,6 +9732,7 @@
|
|
|
9517
9732
|
"eu-west-1" : { },
|
|
9518
9733
|
"eu-west-2" : { },
|
|
9519
9734
|
"eu-west-3" : { },
|
|
9735
|
+
"me-central-1" : { },
|
|
9520
9736
|
"me-south-1" : { },
|
|
9521
9737
|
"sa-east-1" : { },
|
|
9522
9738
|
"us-east-1" : { },
|
|
@@ -9977,19 +10193,80 @@
|
|
|
9977
10193
|
"ap-south-1" : { },
|
|
9978
10194
|
"ap-southeast-1" : { },
|
|
9979
10195
|
"ap-southeast-2" : { },
|
|
9980
|
-
"ca-central-1" : {
|
|
10196
|
+
"ca-central-1" : {
|
|
10197
|
+
"variants" : [ {
|
|
10198
|
+
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
|
10199
|
+
"tags" : [ "fips" ]
|
|
10200
|
+
} ]
|
|
10201
|
+
},
|
|
9981
10202
|
"eu-central-1" : { },
|
|
9982
10203
|
"eu-north-1" : { },
|
|
9983
10204
|
"eu-south-1" : { },
|
|
9984
10205
|
"eu-west-1" : { },
|
|
9985
10206
|
"eu-west-2" : { },
|
|
9986
10207
|
"eu-west-3" : { },
|
|
10208
|
+
"fips-ca-central-1" : {
|
|
10209
|
+
"credentialScope" : {
|
|
10210
|
+
"region" : "ca-central-1"
|
|
10211
|
+
},
|
|
10212
|
+
"deprecated" : true,
|
|
10213
|
+
"hostname" : "rbin-fips.ca-central-1.amazonaws.com"
|
|
10214
|
+
},
|
|
10215
|
+
"fips-us-east-1" : {
|
|
10216
|
+
"credentialScope" : {
|
|
10217
|
+
"region" : "us-east-1"
|
|
10218
|
+
},
|
|
10219
|
+
"deprecated" : true,
|
|
10220
|
+
"hostname" : "rbin-fips.us-east-1.amazonaws.com"
|
|
10221
|
+
},
|
|
10222
|
+
"fips-us-east-2" : {
|
|
10223
|
+
"credentialScope" : {
|
|
10224
|
+
"region" : "us-east-2"
|
|
10225
|
+
},
|
|
10226
|
+
"deprecated" : true,
|
|
10227
|
+
"hostname" : "rbin-fips.us-east-2.amazonaws.com"
|
|
10228
|
+
},
|
|
10229
|
+
"fips-us-west-1" : {
|
|
10230
|
+
"credentialScope" : {
|
|
10231
|
+
"region" : "us-west-1"
|
|
10232
|
+
},
|
|
10233
|
+
"deprecated" : true,
|
|
10234
|
+
"hostname" : "rbin-fips.us-west-1.amazonaws.com"
|
|
10235
|
+
},
|
|
10236
|
+
"fips-us-west-2" : {
|
|
10237
|
+
"credentialScope" : {
|
|
10238
|
+
"region" : "us-west-2"
|
|
10239
|
+
},
|
|
10240
|
+
"deprecated" : true,
|
|
10241
|
+
"hostname" : "rbin-fips.us-west-2.amazonaws.com"
|
|
10242
|
+
},
|
|
10243
|
+
"me-central-1" : { },
|
|
9987
10244
|
"me-south-1" : { },
|
|
9988
10245
|
"sa-east-1" : { },
|
|
9989
|
-
"us-east-1" : {
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
10246
|
+
"us-east-1" : {
|
|
10247
|
+
"variants" : [ {
|
|
10248
|
+
"hostname" : "rbin-fips.us-east-1.amazonaws.com",
|
|
10249
|
+
"tags" : [ "fips" ]
|
|
10250
|
+
} ]
|
|
10251
|
+
},
|
|
10252
|
+
"us-east-2" : {
|
|
10253
|
+
"variants" : [ {
|
|
10254
|
+
"hostname" : "rbin-fips.us-east-2.amazonaws.com",
|
|
10255
|
+
"tags" : [ "fips" ]
|
|
10256
|
+
} ]
|
|
10257
|
+
},
|
|
10258
|
+
"us-west-1" : {
|
|
10259
|
+
"variants" : [ {
|
|
10260
|
+
"hostname" : "rbin-fips.us-west-1.amazonaws.com",
|
|
10261
|
+
"tags" : [ "fips" ]
|
|
10262
|
+
} ]
|
|
10263
|
+
},
|
|
10264
|
+
"us-west-2" : {
|
|
10265
|
+
"variants" : [ {
|
|
10266
|
+
"hostname" : "rbin-fips.us-west-2.amazonaws.com",
|
|
10267
|
+
"tags" : [ "fips" ]
|
|
10268
|
+
} ]
|
|
10269
|
+
}
|
|
9993
10270
|
}
|
|
9994
10271
|
},
|
|
9995
10272
|
"rds" : {
|
|
@@ -10022,6 +10299,7 @@
|
|
|
10022
10299
|
"eu-west-1" : { },
|
|
10023
10300
|
"eu-west-2" : { },
|
|
10024
10301
|
"eu-west-3" : { },
|
|
10302
|
+
"me-central-1" : { },
|
|
10025
10303
|
"me-south-1" : { },
|
|
10026
10304
|
"rds-fips.ca-central-1" : {
|
|
10027
10305
|
"credentialScope" : {
|
|
@@ -10288,6 +10566,7 @@
|
|
|
10288
10566
|
"deprecated" : true,
|
|
10289
10567
|
"hostname" : "redshift-fips.us-west-2.amazonaws.com"
|
|
10290
10568
|
},
|
|
10569
|
+
"me-central-1" : { },
|
|
10291
10570
|
"me-south-1" : { },
|
|
10292
10571
|
"sa-east-1" : { },
|
|
10293
10572
|
"us-east-1" : {
|
|
@@ -11013,6 +11292,12 @@
|
|
|
11013
11292
|
"deprecated" : true,
|
|
11014
11293
|
"hostname" : "s3-fips.us-west-2.amazonaws.com"
|
|
11015
11294
|
},
|
|
11295
|
+
"me-central-1" : {
|
|
11296
|
+
"variants" : [ {
|
|
11297
|
+
"hostname" : "s3.dualstack.me-central-1.amazonaws.com",
|
|
11298
|
+
"tags" : [ "dualstack" ]
|
|
11299
|
+
} ]
|
|
11300
|
+
},
|
|
11016
11301
|
"me-south-1" : {
|
|
11017
11302
|
"variants" : [ {
|
|
11018
11303
|
"hostname" : "s3.dualstack.me-south-1.amazonaws.com",
|
|
@@ -11507,6 +11792,7 @@
|
|
|
11507
11792
|
"eu-west-1" : { },
|
|
11508
11793
|
"eu-west-2" : { },
|
|
11509
11794
|
"eu-west-3" : { },
|
|
11795
|
+
"me-central-1" : { },
|
|
11510
11796
|
"me-south-1" : { },
|
|
11511
11797
|
"sa-east-1" : { },
|
|
11512
11798
|
"us-east-1" : {
|
|
@@ -12419,6 +12705,7 @@
|
|
|
12419
12705
|
"deprecated" : true,
|
|
12420
12706
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
|
12421
12707
|
},
|
|
12708
|
+
"me-central-1" : { },
|
|
12422
12709
|
"me-south-1" : { },
|
|
12423
12710
|
"sa-east-1" : { },
|
|
12424
12711
|
"us-east-1" : {
|
|
@@ -12497,6 +12784,7 @@
|
|
|
12497
12784
|
"deprecated" : true,
|
|
12498
12785
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
|
|
12499
12786
|
},
|
|
12787
|
+
"me-central-1" : { },
|
|
12500
12788
|
"me-south-1" : { },
|
|
12501
12789
|
"sa-east-1" : { },
|
|
12502
12790
|
"us-east-1" : {
|
|
@@ -12584,6 +12872,7 @@
|
|
|
12584
12872
|
"deprecated" : true,
|
|
12585
12873
|
"hostname" : "ssm-fips.us-west-2.amazonaws.com"
|
|
12586
12874
|
},
|
|
12875
|
+
"me-central-1" : { },
|
|
12587
12876
|
"me-south-1" : { },
|
|
12588
12877
|
"sa-east-1" : { },
|
|
12589
12878
|
"us-east-1" : {
|
|
@@ -12701,6 +12990,7 @@
|
|
|
12701
12990
|
"deprecated" : true,
|
|
12702
12991
|
"hostname" : "states-fips.us-west-2.amazonaws.com"
|
|
12703
12992
|
},
|
|
12993
|
+
"me-central-1" : { },
|
|
12704
12994
|
"me-south-1" : { },
|
|
12705
12995
|
"sa-east-1" : { },
|
|
12706
12996
|
"us-east-1" : {
|
|
@@ -12853,6 +13143,7 @@
|
|
|
12853
13143
|
"hostname" : "localhost:8000",
|
|
12854
13144
|
"protocols" : [ "http" ]
|
|
12855
13145
|
},
|
|
13146
|
+
"me-central-1" : { },
|
|
12856
13147
|
"me-south-1" : { },
|
|
12857
13148
|
"sa-east-1" : { },
|
|
12858
13149
|
"us-east-1" : { },
|
|
@@ -12885,6 +13176,7 @@
|
|
|
12885
13176
|
"eu-west-1" : { },
|
|
12886
13177
|
"eu-west-2" : { },
|
|
12887
13178
|
"eu-west-3" : { },
|
|
13179
|
+
"me-central-1" : { },
|
|
12888
13180
|
"me-south-1" : { },
|
|
12889
13181
|
"sa-east-1" : { },
|
|
12890
13182
|
"us-east-1" : {
|
|
@@ -13006,6 +13298,7 @@
|
|
|
13006
13298
|
"deprecated" : true,
|
|
13007
13299
|
"hostname" : "swf-fips.us-west-2.amazonaws.com"
|
|
13008
13300
|
},
|
|
13301
|
+
"me-central-1" : { },
|
|
13009
13302
|
"me-south-1" : { },
|
|
13010
13303
|
"sa-east-1" : { },
|
|
13011
13304
|
"us-east-1" : {
|
|
@@ -13080,6 +13373,7 @@
|
|
|
13080
13373
|
"deprecated" : true,
|
|
13081
13374
|
"hostname" : "synthetics-fips.us-west-2.amazonaws.com"
|
|
13082
13375
|
},
|
|
13376
|
+
"me-central-1" : { },
|
|
13083
13377
|
"me-south-1" : { },
|
|
13084
13378
|
"sa-east-1" : { },
|
|
13085
13379
|
"us-east-1" : {
|
|
@@ -13126,6 +13420,7 @@
|
|
|
13126
13420
|
"eu-west-1" : { },
|
|
13127
13421
|
"eu-west-2" : { },
|
|
13128
13422
|
"eu-west-3" : { },
|
|
13423
|
+
"me-central-1" : { },
|
|
13129
13424
|
"me-south-1" : { },
|
|
13130
13425
|
"sa-east-1" : { },
|
|
13131
13426
|
"us-east-1" : { },
|
|
@@ -14511,6 +14806,7 @@
|
|
|
14511
14806
|
"deprecated" : true,
|
|
14512
14807
|
"hostname" : "xray-fips.us-west-2.amazonaws.com"
|
|
14513
14808
|
},
|
|
14809
|
+
"me-central-1" : { },
|
|
14514
14810
|
"me-south-1" : { },
|
|
14515
14811
|
"sa-east-1" : { },
|
|
14516
14812
|
"us-east-1" : {
|
|
@@ -14727,6 +15023,12 @@
|
|
|
14727
15023
|
"isRegionalized" : false,
|
|
14728
15024
|
"partitionEndpoint" : "aws-cn-global"
|
|
14729
15025
|
},
|
|
15026
|
+
"cassandra" : {
|
|
15027
|
+
"endpoints" : {
|
|
15028
|
+
"cn-north-1" : { },
|
|
15029
|
+
"cn-northwest-1" : { }
|
|
15030
|
+
}
|
|
15031
|
+
},
|
|
14730
15032
|
"ce" : {
|
|
14731
15033
|
"endpoints" : {
|
|
14732
15034
|
"aws-cn-global" : {
|
|
@@ -16182,6 +16484,22 @@
|
|
|
16182
16484
|
}
|
|
16183
16485
|
}
|
|
16184
16486
|
},
|
|
16487
|
+
"cassandra" : {
|
|
16488
|
+
"endpoints" : {
|
|
16489
|
+
"us-gov-east-1" : {
|
|
16490
|
+
"credentialScope" : {
|
|
16491
|
+
"region" : "us-gov-east-1"
|
|
16492
|
+
},
|
|
16493
|
+
"hostname" : "cassandra.us-gov-east-1.amazonaws.com"
|
|
16494
|
+
},
|
|
16495
|
+
"us-gov-west-1" : {
|
|
16496
|
+
"credentialScope" : {
|
|
16497
|
+
"region" : "us-gov-west-1"
|
|
16498
|
+
},
|
|
16499
|
+
"hostname" : "cassandra.us-gov-west-1.amazonaws.com"
|
|
16500
|
+
}
|
|
16501
|
+
}
|
|
16502
|
+
},
|
|
16185
16503
|
"cloudcontrolapi" : {
|
|
16186
16504
|
"endpoints" : {
|
|
16187
16505
|
"fips-us-gov-east-1" : {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.625.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|