aws-partitions 1.623.0 → 1.628.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +341 -16
- 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: 63f5cbfbec9ea06d37ba684e23d7e787c8b6f9e4ab11ad87508b7da40c48c1e4
|
|
4
|
+
data.tar.gz: d3441a5bea94c161c6f404f8fcb6a852d262c98615eac6f5b2012d9221bfc20d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8617e4564b87a5214f14e26e59457bf434657ebde1835ec028f96b5b2393c11a37b78f5b404f552b64a1089d62c70ab9d69f7c122822825ee69d584267c7d3fd
|
|
7
|
+
data.tar.gz: 03f40369a2a4620b5c3868ccfcc233f2c12056a47ddbabd82774975a89a3b7e90c63b73a875ca954ee730c714ed63fbc7fb1ce31215247e946b6865affcbb7f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.628.0 (2022-09-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.627.0 (2022-09-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.626.0 (2022-09-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.625.0 (2022-09-01)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::ControlTower`.
|
|
23
|
+
|
|
24
|
+
1.624.0 (2022-08-30)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
4
29
|
1.623.0 (2022-08-29)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.628.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" : { },
|
|
@@ -2099,6 +2176,7 @@
|
|
|
2099
2176
|
"eu-west-1" : { },
|
|
2100
2177
|
"eu-west-2" : { },
|
|
2101
2178
|
"eu-west-3" : { },
|
|
2179
|
+
"me-central-1" : { },
|
|
2102
2180
|
"me-south-1" : { },
|
|
2103
2181
|
"sa-east-1" : { },
|
|
2104
2182
|
"us-east-1" : {
|
|
@@ -2264,6 +2342,7 @@
|
|
|
2264
2342
|
"deprecated" : true,
|
|
2265
2343
|
"hostname" : "cloudtrail-fips.us-west-2.amazonaws.com"
|
|
2266
2344
|
},
|
|
2345
|
+
"me-central-1" : { },
|
|
2267
2346
|
"me-south-1" : { },
|
|
2268
2347
|
"sa-east-1" : { },
|
|
2269
2348
|
"us-east-1" : {
|
|
@@ -2493,6 +2572,7 @@
|
|
|
2493
2572
|
"eu-west-1" : { },
|
|
2494
2573
|
"eu-west-2" : { },
|
|
2495
2574
|
"eu-west-3" : { },
|
|
2575
|
+
"me-central-1" : { },
|
|
2496
2576
|
"me-south-1" : { },
|
|
2497
2577
|
"sa-east-1" : { },
|
|
2498
2578
|
"us-east-1" : {
|
|
@@ -3101,6 +3181,7 @@
|
|
|
3101
3181
|
"deprecated" : true,
|
|
3102
3182
|
"hostname" : "config-fips.us-west-2.amazonaws.com"
|
|
3103
3183
|
},
|
|
3184
|
+
"me-central-1" : { },
|
|
3104
3185
|
"me-south-1" : { },
|
|
3105
3186
|
"sa-east-1" : { },
|
|
3106
3187
|
"us-east-1" : {
|
|
@@ -3163,6 +3244,73 @@
|
|
|
3163
3244
|
"us-west-2" : { }
|
|
3164
3245
|
}
|
|
3165
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
|
+
},
|
|
3166
3314
|
"cur" : {
|
|
3167
3315
|
"endpoints" : {
|
|
3168
3316
|
"us-east-1" : { }
|
|
@@ -3455,11 +3603,59 @@
|
|
|
3455
3603
|
"eu-west-1" : { },
|
|
3456
3604
|
"eu-west-2" : { },
|
|
3457
3605
|
"eu-west-3" : { },
|
|
3606
|
+
"fips-us-east-1" : {
|
|
3607
|
+
"credentialScope" : {
|
|
3608
|
+
"region" : "us-east-1"
|
|
3609
|
+
},
|
|
3610
|
+
"deprecated" : true,
|
|
3611
|
+
"hostname" : "databrew-fips.us-east-1.amazonaws.com"
|
|
3612
|
+
},
|
|
3613
|
+
"fips-us-east-2" : {
|
|
3614
|
+
"credentialScope" : {
|
|
3615
|
+
"region" : "us-east-2"
|
|
3616
|
+
},
|
|
3617
|
+
"deprecated" : true,
|
|
3618
|
+
"hostname" : "databrew-fips.us-east-2.amazonaws.com"
|
|
3619
|
+
},
|
|
3620
|
+
"fips-us-west-1" : {
|
|
3621
|
+
"credentialScope" : {
|
|
3622
|
+
"region" : "us-west-1"
|
|
3623
|
+
},
|
|
3624
|
+
"deprecated" : true,
|
|
3625
|
+
"hostname" : "databrew-fips.us-west-1.amazonaws.com"
|
|
3626
|
+
},
|
|
3627
|
+
"fips-us-west-2" : {
|
|
3628
|
+
"credentialScope" : {
|
|
3629
|
+
"region" : "us-west-2"
|
|
3630
|
+
},
|
|
3631
|
+
"deprecated" : true,
|
|
3632
|
+
"hostname" : "databrew-fips.us-west-2.amazonaws.com"
|
|
3633
|
+
},
|
|
3458
3634
|
"sa-east-1" : { },
|
|
3459
|
-
"us-east-1" : {
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3635
|
+
"us-east-1" : {
|
|
3636
|
+
"variants" : [ {
|
|
3637
|
+
"hostname" : "databrew-fips.us-east-1.amazonaws.com",
|
|
3638
|
+
"tags" : [ "fips" ]
|
|
3639
|
+
} ]
|
|
3640
|
+
},
|
|
3641
|
+
"us-east-2" : {
|
|
3642
|
+
"variants" : [ {
|
|
3643
|
+
"hostname" : "databrew-fips.us-east-2.amazonaws.com",
|
|
3644
|
+
"tags" : [ "fips" ]
|
|
3645
|
+
} ]
|
|
3646
|
+
},
|
|
3647
|
+
"us-west-1" : {
|
|
3648
|
+
"variants" : [ {
|
|
3649
|
+
"hostname" : "databrew-fips.us-west-1.amazonaws.com",
|
|
3650
|
+
"tags" : [ "fips" ]
|
|
3651
|
+
} ]
|
|
3652
|
+
},
|
|
3653
|
+
"us-west-2" : {
|
|
3654
|
+
"variants" : [ {
|
|
3655
|
+
"hostname" : "databrew-fips.us-west-2.amazonaws.com",
|
|
3656
|
+
"tags" : [ "fips" ]
|
|
3657
|
+
} ]
|
|
3658
|
+
}
|
|
3463
3659
|
}
|
|
3464
3660
|
},
|
|
3465
3661
|
"dataexchange" : {
|
|
@@ -3600,11 +3796,16 @@
|
|
|
3600
3796
|
},
|
|
3601
3797
|
"endpoints" : {
|
|
3602
3798
|
"ap-northeast-1" : { },
|
|
3799
|
+
"ap-northeast-2" : { },
|
|
3800
|
+
"ap-south-1" : { },
|
|
3603
3801
|
"ap-southeast-1" : { },
|
|
3604
3802
|
"ap-southeast-2" : { },
|
|
3803
|
+
"ca-central-1" : { },
|
|
3605
3804
|
"eu-central-1" : { },
|
|
3606
3805
|
"eu-north-1" : { },
|
|
3607
3806
|
"eu-west-1" : { },
|
|
3807
|
+
"eu-west-2" : { },
|
|
3808
|
+
"eu-west-3" : { },
|
|
3608
3809
|
"fips-us-east-1" : {
|
|
3609
3810
|
"credentialScope" : {
|
|
3610
3811
|
"region" : "us-east-1"
|
|
@@ -3626,6 +3827,7 @@
|
|
|
3626
3827
|
"deprecated" : true,
|
|
3627
3828
|
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
|
|
3628
3829
|
},
|
|
3830
|
+
"sa-east-1" : { },
|
|
3629
3831
|
"us-east-1" : {
|
|
3630
3832
|
"variants" : [ {
|
|
3631
3833
|
"hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
|
|
@@ -3638,6 +3840,7 @@
|
|
|
3638
3840
|
"tags" : [ "fips" ]
|
|
3639
3841
|
} ]
|
|
3640
3842
|
},
|
|
3843
|
+
"us-west-1" : { },
|
|
3641
3844
|
"us-west-2" : {
|
|
3642
3845
|
"variants" : [ {
|
|
3643
3846
|
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
|
|
@@ -3692,6 +3895,7 @@
|
|
|
3692
3895
|
"deprecated" : true,
|
|
3693
3896
|
"hostname" : "directconnect-fips.us-west-2.amazonaws.com"
|
|
3694
3897
|
},
|
|
3898
|
+
"me-central-1" : { },
|
|
3695
3899
|
"me-south-1" : { },
|
|
3696
3900
|
"sa-east-1" : { },
|
|
3697
3901
|
"us-east-1" : {
|
|
@@ -3792,6 +3996,7 @@
|
|
|
3792
3996
|
"eu-west-1" : { },
|
|
3793
3997
|
"eu-west-2" : { },
|
|
3794
3998
|
"eu-west-3" : { },
|
|
3999
|
+
"me-central-1" : { },
|
|
3795
4000
|
"me-south-1" : { },
|
|
3796
4001
|
"sa-east-1" : { },
|
|
3797
4002
|
"us-east-1" : {
|
|
@@ -3971,6 +4176,7 @@
|
|
|
3971
4176
|
"ap-south-1" : { },
|
|
3972
4177
|
"ap-southeast-1" : { },
|
|
3973
4178
|
"ap-southeast-2" : { },
|
|
4179
|
+
"ap-southeast-3" : { },
|
|
3974
4180
|
"ca-central-1" : {
|
|
3975
4181
|
"variants" : [ {
|
|
3976
4182
|
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
|
|
@@ -4086,6 +4292,7 @@
|
|
|
4086
4292
|
"hostname" : "localhost:8000",
|
|
4087
4293
|
"protocols" : [ "http" ]
|
|
4088
4294
|
},
|
|
4295
|
+
"me-central-1" : { },
|
|
4089
4296
|
"me-south-1" : { },
|
|
4090
4297
|
"sa-east-1" : { },
|
|
4091
4298
|
"us-east-1" : {
|
|
@@ -4299,6 +4506,7 @@
|
|
|
4299
4506
|
"deprecated" : true,
|
|
4300
4507
|
"hostname" : "ec2-fips.us-west-2.amazonaws.com"
|
|
4301
4508
|
},
|
|
4509
|
+
"me-central-1" : { },
|
|
4302
4510
|
"me-south-1" : { },
|
|
4303
4511
|
"sa-east-1" : {
|
|
4304
4512
|
"variants" : [ {
|
|
@@ -4387,6 +4595,7 @@
|
|
|
4387
4595
|
"deprecated" : true,
|
|
4388
4596
|
"hostname" : "ecs-fips.us-west-2.amazonaws.com"
|
|
4389
4597
|
},
|
|
4598
|
+
"me-central-1" : { },
|
|
4390
4599
|
"me-south-1" : { },
|
|
4391
4600
|
"sa-east-1" : { },
|
|
4392
4601
|
"us-east-1" : {
|
|
@@ -4531,6 +4740,7 @@
|
|
|
4531
4740
|
"deprecated" : true,
|
|
4532
4741
|
"hostname" : "elasticache-fips.us-west-1.amazonaws.com"
|
|
4533
4742
|
},
|
|
4743
|
+
"me-central-1" : { },
|
|
4534
4744
|
"me-south-1" : { },
|
|
4535
4745
|
"sa-east-1" : { },
|
|
4536
4746
|
"us-east-1" : {
|
|
@@ -5000,6 +5210,7 @@
|
|
|
5000
5210
|
"deprecated" : true,
|
|
5001
5211
|
"hostname" : "elasticloadbalancing-fips.us-west-2.amazonaws.com"
|
|
5002
5212
|
},
|
|
5213
|
+
"me-central-1" : { },
|
|
5003
5214
|
"me-south-1" : { },
|
|
5004
5215
|
"sa-east-1" : { },
|
|
5005
5216
|
"us-east-1" : {
|
|
@@ -5092,6 +5303,7 @@
|
|
|
5092
5303
|
"deprecated" : true,
|
|
5093
5304
|
"hostname" : "elasticmapreduce-fips.us-west-2.amazonaws.com"
|
|
5094
5305
|
},
|
|
5306
|
+
"me-central-1" : { },
|
|
5095
5307
|
"me-south-1" : { },
|
|
5096
5308
|
"sa-east-1" : { },
|
|
5097
5309
|
"us-east-1" : {
|
|
@@ -5328,6 +5540,7 @@
|
|
|
5328
5540
|
"deprecated" : true,
|
|
5329
5541
|
"hostname" : "es-fips.us-west-1.amazonaws.com"
|
|
5330
5542
|
},
|
|
5543
|
+
"me-central-1" : { },
|
|
5331
5544
|
"me-south-1" : { },
|
|
5332
5545
|
"sa-east-1" : { },
|
|
5333
5546
|
"us-east-1" : {
|
|
@@ -5430,6 +5643,7 @@
|
|
|
5430
5643
|
"deprecated" : true,
|
|
5431
5644
|
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
|
5432
5645
|
},
|
|
5646
|
+
"me-central-1" : { },
|
|
5433
5647
|
"me-south-1" : { },
|
|
5434
5648
|
"sa-east-1" : { },
|
|
5435
5649
|
"us-east-1" : {
|
|
@@ -7410,6 +7624,7 @@
|
|
|
7410
7624
|
"deprecated" : true,
|
|
7411
7625
|
"hostname" : "kinesis-fips.us-west-2.amazonaws.com"
|
|
7412
7626
|
},
|
|
7627
|
+
"me-central-1" : { },
|
|
7413
7628
|
"me-south-1" : { },
|
|
7414
7629
|
"sa-east-1" : { },
|
|
7415
7630
|
"us-east-1" : {
|
|
@@ -7694,6 +7909,12 @@
|
|
|
7694
7909
|
"deprecated" : true,
|
|
7695
7910
|
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
|
|
7696
7911
|
},
|
|
7912
|
+
"me-central-1" : {
|
|
7913
|
+
"variants" : [ {
|
|
7914
|
+
"hostname" : "kms-fips.me-central-1.amazonaws.com",
|
|
7915
|
+
"tags" : [ "fips" ]
|
|
7916
|
+
} ]
|
|
7917
|
+
},
|
|
7697
7918
|
"me-central-1-fips" : {
|
|
7698
7919
|
"credentialScope" : {
|
|
7699
7920
|
"region" : "me-central-1"
|
|
@@ -7980,6 +8201,7 @@
|
|
|
7980
8201
|
"deprecated" : true,
|
|
7981
8202
|
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
|
|
7982
8203
|
},
|
|
8204
|
+
"me-central-1" : { },
|
|
7983
8205
|
"me-south-1" : {
|
|
7984
8206
|
"variants" : [ {
|
|
7985
8207
|
"hostname" : "lambda.me-south-1.api.aws",
|
|
@@ -8241,6 +8463,7 @@
|
|
|
8241
8463
|
"deprecated" : true,
|
|
8242
8464
|
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
|
8243
8465
|
},
|
|
8466
|
+
"me-central-1" : { },
|
|
8244
8467
|
"me-south-1" : { },
|
|
8245
8468
|
"sa-east-1" : { },
|
|
8246
8469
|
"us-east-1" : {
|
|
@@ -8771,6 +8994,7 @@
|
|
|
8771
8994
|
"eu-west-1" : { },
|
|
8772
8995
|
"eu-west-2" : { },
|
|
8773
8996
|
"eu-west-3" : { },
|
|
8997
|
+
"me-central-1" : { },
|
|
8774
8998
|
"me-south-1" : { },
|
|
8775
8999
|
"sa-east-1" : { },
|
|
8776
9000
|
"us-east-1" : { },
|
|
@@ -8941,6 +9165,7 @@
|
|
|
8941
9165
|
"deprecated" : true,
|
|
8942
9166
|
"hostname" : "monitoring-fips.us-west-2.amazonaws.com"
|
|
8943
9167
|
},
|
|
9168
|
+
"me-central-1" : { },
|
|
8944
9169
|
"me-south-1" : { },
|
|
8945
9170
|
"sa-east-1" : { },
|
|
8946
9171
|
"us-east-1" : {
|
|
@@ -9563,6 +9788,7 @@
|
|
|
9563
9788
|
"eu-west-1" : { },
|
|
9564
9789
|
"eu-west-2" : { },
|
|
9565
9790
|
"eu-west-3" : { },
|
|
9791
|
+
"me-central-1" : { },
|
|
9566
9792
|
"me-south-1" : { },
|
|
9567
9793
|
"sa-east-1" : { },
|
|
9568
9794
|
"us-east-1" : { },
|
|
@@ -10023,19 +10249,80 @@
|
|
|
10023
10249
|
"ap-south-1" : { },
|
|
10024
10250
|
"ap-southeast-1" : { },
|
|
10025
10251
|
"ap-southeast-2" : { },
|
|
10026
|
-
"ca-central-1" : {
|
|
10252
|
+
"ca-central-1" : {
|
|
10253
|
+
"variants" : [ {
|
|
10254
|
+
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",
|
|
10255
|
+
"tags" : [ "fips" ]
|
|
10256
|
+
} ]
|
|
10257
|
+
},
|
|
10027
10258
|
"eu-central-1" : { },
|
|
10028
10259
|
"eu-north-1" : { },
|
|
10029
10260
|
"eu-south-1" : { },
|
|
10030
10261
|
"eu-west-1" : { },
|
|
10031
10262
|
"eu-west-2" : { },
|
|
10032
10263
|
"eu-west-3" : { },
|
|
10264
|
+
"fips-ca-central-1" : {
|
|
10265
|
+
"credentialScope" : {
|
|
10266
|
+
"region" : "ca-central-1"
|
|
10267
|
+
},
|
|
10268
|
+
"deprecated" : true,
|
|
10269
|
+
"hostname" : "rbin-fips.ca-central-1.amazonaws.com"
|
|
10270
|
+
},
|
|
10271
|
+
"fips-us-east-1" : {
|
|
10272
|
+
"credentialScope" : {
|
|
10273
|
+
"region" : "us-east-1"
|
|
10274
|
+
},
|
|
10275
|
+
"deprecated" : true,
|
|
10276
|
+
"hostname" : "rbin-fips.us-east-1.amazonaws.com"
|
|
10277
|
+
},
|
|
10278
|
+
"fips-us-east-2" : {
|
|
10279
|
+
"credentialScope" : {
|
|
10280
|
+
"region" : "us-east-2"
|
|
10281
|
+
},
|
|
10282
|
+
"deprecated" : true,
|
|
10283
|
+
"hostname" : "rbin-fips.us-east-2.amazonaws.com"
|
|
10284
|
+
},
|
|
10285
|
+
"fips-us-west-1" : {
|
|
10286
|
+
"credentialScope" : {
|
|
10287
|
+
"region" : "us-west-1"
|
|
10288
|
+
},
|
|
10289
|
+
"deprecated" : true,
|
|
10290
|
+
"hostname" : "rbin-fips.us-west-1.amazonaws.com"
|
|
10291
|
+
},
|
|
10292
|
+
"fips-us-west-2" : {
|
|
10293
|
+
"credentialScope" : {
|
|
10294
|
+
"region" : "us-west-2"
|
|
10295
|
+
},
|
|
10296
|
+
"deprecated" : true,
|
|
10297
|
+
"hostname" : "rbin-fips.us-west-2.amazonaws.com"
|
|
10298
|
+
},
|
|
10299
|
+
"me-central-1" : { },
|
|
10033
10300
|
"me-south-1" : { },
|
|
10034
10301
|
"sa-east-1" : { },
|
|
10035
|
-
"us-east-1" : {
|
|
10036
|
-
|
|
10037
|
-
|
|
10038
|
-
|
|
10302
|
+
"us-east-1" : {
|
|
10303
|
+
"variants" : [ {
|
|
10304
|
+
"hostname" : "rbin-fips.us-east-1.amazonaws.com",
|
|
10305
|
+
"tags" : [ "fips" ]
|
|
10306
|
+
} ]
|
|
10307
|
+
},
|
|
10308
|
+
"us-east-2" : {
|
|
10309
|
+
"variants" : [ {
|
|
10310
|
+
"hostname" : "rbin-fips.us-east-2.amazonaws.com",
|
|
10311
|
+
"tags" : [ "fips" ]
|
|
10312
|
+
} ]
|
|
10313
|
+
},
|
|
10314
|
+
"us-west-1" : {
|
|
10315
|
+
"variants" : [ {
|
|
10316
|
+
"hostname" : "rbin-fips.us-west-1.amazonaws.com",
|
|
10317
|
+
"tags" : [ "fips" ]
|
|
10318
|
+
} ]
|
|
10319
|
+
},
|
|
10320
|
+
"us-west-2" : {
|
|
10321
|
+
"variants" : [ {
|
|
10322
|
+
"hostname" : "rbin-fips.us-west-2.amazonaws.com",
|
|
10323
|
+
"tags" : [ "fips" ]
|
|
10324
|
+
} ]
|
|
10325
|
+
}
|
|
10039
10326
|
}
|
|
10040
10327
|
},
|
|
10041
10328
|
"rds" : {
|
|
@@ -10068,6 +10355,7 @@
|
|
|
10068
10355
|
"eu-west-1" : { },
|
|
10069
10356
|
"eu-west-2" : { },
|
|
10070
10357
|
"eu-west-3" : { },
|
|
10358
|
+
"me-central-1" : { },
|
|
10071
10359
|
"me-south-1" : { },
|
|
10072
10360
|
"rds-fips.ca-central-1" : {
|
|
10073
10361
|
"credentialScope" : {
|
|
@@ -10334,6 +10622,7 @@
|
|
|
10334
10622
|
"deprecated" : true,
|
|
10335
10623
|
"hostname" : "redshift-fips.us-west-2.amazonaws.com"
|
|
10336
10624
|
},
|
|
10625
|
+
"me-central-1" : { },
|
|
10337
10626
|
"me-south-1" : { },
|
|
10338
10627
|
"sa-east-1" : { },
|
|
10339
10628
|
"us-east-1" : {
|
|
@@ -11059,6 +11348,12 @@
|
|
|
11059
11348
|
"deprecated" : true,
|
|
11060
11349
|
"hostname" : "s3-fips.us-west-2.amazonaws.com"
|
|
11061
11350
|
},
|
|
11351
|
+
"me-central-1" : {
|
|
11352
|
+
"variants" : [ {
|
|
11353
|
+
"hostname" : "s3.dualstack.me-central-1.amazonaws.com",
|
|
11354
|
+
"tags" : [ "dualstack" ]
|
|
11355
|
+
} ]
|
|
11356
|
+
},
|
|
11062
11357
|
"me-south-1" : {
|
|
11063
11358
|
"variants" : [ {
|
|
11064
11359
|
"hostname" : "s3.dualstack.me-south-1.amazonaws.com",
|
|
@@ -11553,6 +11848,7 @@
|
|
|
11553
11848
|
"eu-west-1" : { },
|
|
11554
11849
|
"eu-west-2" : { },
|
|
11555
11850
|
"eu-west-3" : { },
|
|
11851
|
+
"me-central-1" : { },
|
|
11556
11852
|
"me-south-1" : { },
|
|
11557
11853
|
"sa-east-1" : { },
|
|
11558
11854
|
"us-east-1" : {
|
|
@@ -12465,6 +12761,7 @@
|
|
|
12465
12761
|
"deprecated" : true,
|
|
12466
12762
|
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
|
12467
12763
|
},
|
|
12764
|
+
"me-central-1" : { },
|
|
12468
12765
|
"me-south-1" : { },
|
|
12469
12766
|
"sa-east-1" : { },
|
|
12470
12767
|
"us-east-1" : {
|
|
@@ -12543,6 +12840,7 @@
|
|
|
12543
12840
|
"deprecated" : true,
|
|
12544
12841
|
"hostname" : "sqs-fips.us-west-2.amazonaws.com"
|
|
12545
12842
|
},
|
|
12843
|
+
"me-central-1" : { },
|
|
12546
12844
|
"me-south-1" : { },
|
|
12547
12845
|
"sa-east-1" : { },
|
|
12548
12846
|
"us-east-1" : {
|
|
@@ -12630,6 +12928,7 @@
|
|
|
12630
12928
|
"deprecated" : true,
|
|
12631
12929
|
"hostname" : "ssm-fips.us-west-2.amazonaws.com"
|
|
12632
12930
|
},
|
|
12931
|
+
"me-central-1" : { },
|
|
12633
12932
|
"me-south-1" : { },
|
|
12634
12933
|
"sa-east-1" : { },
|
|
12635
12934
|
"us-east-1" : {
|
|
@@ -12747,6 +13046,7 @@
|
|
|
12747
13046
|
"deprecated" : true,
|
|
12748
13047
|
"hostname" : "states-fips.us-west-2.amazonaws.com"
|
|
12749
13048
|
},
|
|
13049
|
+
"me-central-1" : { },
|
|
12750
13050
|
"me-south-1" : { },
|
|
12751
13051
|
"sa-east-1" : { },
|
|
12752
13052
|
"us-east-1" : {
|
|
@@ -12899,6 +13199,7 @@
|
|
|
12899
13199
|
"hostname" : "localhost:8000",
|
|
12900
13200
|
"protocols" : [ "http" ]
|
|
12901
13201
|
},
|
|
13202
|
+
"me-central-1" : { },
|
|
12902
13203
|
"me-south-1" : { },
|
|
12903
13204
|
"sa-east-1" : { },
|
|
12904
13205
|
"us-east-1" : { },
|
|
@@ -12931,6 +13232,7 @@
|
|
|
12931
13232
|
"eu-west-1" : { },
|
|
12932
13233
|
"eu-west-2" : { },
|
|
12933
13234
|
"eu-west-3" : { },
|
|
13235
|
+
"me-central-1" : { },
|
|
12934
13236
|
"me-south-1" : { },
|
|
12935
13237
|
"sa-east-1" : { },
|
|
12936
13238
|
"us-east-1" : {
|
|
@@ -13052,6 +13354,7 @@
|
|
|
13052
13354
|
"deprecated" : true,
|
|
13053
13355
|
"hostname" : "swf-fips.us-west-2.amazonaws.com"
|
|
13054
13356
|
},
|
|
13357
|
+
"me-central-1" : { },
|
|
13055
13358
|
"me-south-1" : { },
|
|
13056
13359
|
"sa-east-1" : { },
|
|
13057
13360
|
"us-east-1" : {
|
|
@@ -13126,6 +13429,7 @@
|
|
|
13126
13429
|
"deprecated" : true,
|
|
13127
13430
|
"hostname" : "synthetics-fips.us-west-2.amazonaws.com"
|
|
13128
13431
|
},
|
|
13432
|
+
"me-central-1" : { },
|
|
13129
13433
|
"me-south-1" : { },
|
|
13130
13434
|
"sa-east-1" : { },
|
|
13131
13435
|
"us-east-1" : {
|
|
@@ -13172,6 +13476,7 @@
|
|
|
13172
13476
|
"eu-west-1" : { },
|
|
13173
13477
|
"eu-west-2" : { },
|
|
13174
13478
|
"eu-west-3" : { },
|
|
13479
|
+
"me-central-1" : { },
|
|
13175
13480
|
"me-south-1" : { },
|
|
13176
13481
|
"sa-east-1" : { },
|
|
13177
13482
|
"us-east-1" : { },
|
|
@@ -13581,8 +13886,22 @@
|
|
|
13581
13886
|
"ap-southeast-2" : { },
|
|
13582
13887
|
"eu-central-1" : { },
|
|
13583
13888
|
"eu-west-2" : { },
|
|
13584
|
-
"us-east-1" : {
|
|
13585
|
-
|
|
13889
|
+
"fips-us-east-1" : {
|
|
13890
|
+
"deprecated" : true
|
|
13891
|
+
},
|
|
13892
|
+
"fips-us-west-2" : {
|
|
13893
|
+
"deprecated" : true
|
|
13894
|
+
},
|
|
13895
|
+
"us-east-1" : {
|
|
13896
|
+
"variants" : [ {
|
|
13897
|
+
"tags" : [ "fips" ]
|
|
13898
|
+
} ]
|
|
13899
|
+
},
|
|
13900
|
+
"us-west-2" : {
|
|
13901
|
+
"variants" : [ {
|
|
13902
|
+
"tags" : [ "fips" ]
|
|
13903
|
+
} ]
|
|
13904
|
+
}
|
|
13586
13905
|
}
|
|
13587
13906
|
},
|
|
13588
13907
|
"waf" : {
|
|
@@ -14557,6 +14876,7 @@
|
|
|
14557
14876
|
"deprecated" : true,
|
|
14558
14877
|
"hostname" : "xray-fips.us-west-2.amazonaws.com"
|
|
14559
14878
|
},
|
|
14879
|
+
"me-central-1" : { },
|
|
14560
14880
|
"me-south-1" : { },
|
|
14561
14881
|
"sa-east-1" : { },
|
|
14562
14882
|
"us-east-1" : {
|
|
@@ -17907,6 +18227,11 @@
|
|
|
17907
18227
|
}
|
|
17908
18228
|
}
|
|
17909
18229
|
},
|
|
18230
|
+
"managedblockchain" : {
|
|
18231
|
+
"endpoints" : {
|
|
18232
|
+
"us-gov-west-1" : { }
|
|
18233
|
+
}
|
|
18234
|
+
},
|
|
17910
18235
|
"mediaconvert" : {
|
|
17911
18236
|
"endpoints" : {
|
|
17912
18237
|
"us-gov-west-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.628.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-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|