aws-partitions 1.1084.0 → 1.1086.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 +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +3 -0
- data/partitions.json +647 -18
- 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: 3ed1bfdadc336e013b12962bd084d9b4fba814517ce970efa42a61c73a6ef8e4
|
4
|
+
data.tar.gz: 9903f718733b750248bbaa7eaf06df5071cee08545db24b618773493c5f7b502
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e156c805d00226c6b647a1a7cbdd37d2b608d72531906858bef31711cc50f4d3c554d1e240ba84f8f7d868149d911c369c79e7b4cbde8a12c4230818f759dec
|
7
|
+
data.tar.gz: c6eefe84710337c0ec408f4bba0159a79c4ff11d7386ba16e2189bdf2bda7aa3d96f266f1b98d158ad005ac28e3077ea3238c5c91d96ac872d9c3567f9f90f83
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1086.0 (2025-04-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1085.0 (2025-04-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1084.0 (2025-04-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1086.0
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -6108,25 +6108,66 @@
|
|
6108
6108
|
"protocols" : [ "https" ]
|
6109
6109
|
},
|
6110
6110
|
"endpoints" : {
|
6111
|
-
"ap-northeast-1" : {
|
6112
|
-
|
6111
|
+
"ap-northeast-1" : {
|
6112
|
+
"variants" : [ {
|
6113
|
+
"hostname" : "comprehend.ap-northeast-1.api.aws",
|
6114
|
+
"tags" : [ "dualstack" ]
|
6115
|
+
} ]
|
6116
|
+
},
|
6117
|
+
"ap-northeast-2" : {
|
6118
|
+
"variants" : [ {
|
6119
|
+
"hostname" : "comprehend.ap-northeast-2.api.aws",
|
6120
|
+
"tags" : [ "dualstack" ]
|
6121
|
+
} ]
|
6122
|
+
},
|
6113
6123
|
"ap-south-1" : {
|
6114
6124
|
"variants" : [ {
|
6115
6125
|
"hostname" : "comprehend.ap-south-1.api.aws",
|
6116
6126
|
"tags" : [ "dualstack" ]
|
6117
6127
|
} ]
|
6118
6128
|
},
|
6119
|
-
"ap-southeast-1" : {
|
6120
|
-
|
6129
|
+
"ap-southeast-1" : {
|
6130
|
+
"variants" : [ {
|
6131
|
+
"hostname" : "comprehend.ap-southeast-1.api.aws",
|
6132
|
+
"tags" : [ "dualstack" ]
|
6133
|
+
} ]
|
6134
|
+
},
|
6135
|
+
"ap-southeast-2" : {
|
6136
|
+
"variants" : [ {
|
6137
|
+
"hostname" : "comprehend.ap-southeast-2.api.aws",
|
6138
|
+
"tags" : [ "dualstack" ]
|
6139
|
+
} ]
|
6140
|
+
},
|
6121
6141
|
"ca-central-1" : {
|
6122
6142
|
"variants" : [ {
|
6123
6143
|
"hostname" : "comprehend-fips.ca-central-1.amazonaws.com",
|
6124
6144
|
"tags" : [ "fips" ]
|
6145
|
+
}, {
|
6146
|
+
"hostname" : "comprehend-fips.ca-central-1.api.aws",
|
6147
|
+
"tags" : [ "dualstack", "fips" ]
|
6148
|
+
}, {
|
6149
|
+
"hostname" : "comprehend.ca-central-1.api.aws",
|
6150
|
+
"tags" : [ "dualstack" ]
|
6151
|
+
} ]
|
6152
|
+
},
|
6153
|
+
"eu-central-1" : {
|
6154
|
+
"variants" : [ {
|
6155
|
+
"hostname" : "comprehend.eu-central-1.api.aws",
|
6156
|
+
"tags" : [ "dualstack" ]
|
6157
|
+
} ]
|
6158
|
+
},
|
6159
|
+
"eu-west-1" : {
|
6160
|
+
"variants" : [ {
|
6161
|
+
"hostname" : "comprehend.eu-west-1.api.aws",
|
6162
|
+
"tags" : [ "dualstack" ]
|
6163
|
+
} ]
|
6164
|
+
},
|
6165
|
+
"eu-west-2" : {
|
6166
|
+
"variants" : [ {
|
6167
|
+
"hostname" : "comprehend.eu-west-2.api.aws",
|
6168
|
+
"tags" : [ "dualstack" ]
|
6125
6169
|
} ]
|
6126
6170
|
},
|
6127
|
-
"eu-central-1" : { },
|
6128
|
-
"eu-west-1" : { },
|
6129
|
-
"eu-west-2" : { },
|
6130
6171
|
"fips-ca-central-1" : {
|
6131
6172
|
"credentialScope" : {
|
6132
6173
|
"region" : "ca-central-1"
|
@@ -6159,6 +6200,12 @@
|
|
6159
6200
|
"variants" : [ {
|
6160
6201
|
"hostname" : "comprehend-fips.us-east-1.amazonaws.com",
|
6161
6202
|
"tags" : [ "fips" ]
|
6203
|
+
}, {
|
6204
|
+
"hostname" : "comprehend-fips.us-east-1.api.aws",
|
6205
|
+
"tags" : [ "dualstack", "fips" ]
|
6206
|
+
}, {
|
6207
|
+
"hostname" : "comprehend.us-east-1.api.aws",
|
6208
|
+
"tags" : [ "dualstack" ]
|
6162
6209
|
} ]
|
6163
6210
|
},
|
6164
6211
|
"us-east-2" : {
|
@@ -6177,6 +6224,12 @@
|
|
6177
6224
|
"variants" : [ {
|
6178
6225
|
"hostname" : "comprehend-fips.us-west-2.amazonaws.com",
|
6179
6226
|
"tags" : [ "fips" ]
|
6227
|
+
}, {
|
6228
|
+
"hostname" : "comprehend-fips.us-west-2.api.aws",
|
6229
|
+
"tags" : [ "dualstack", "fips" ]
|
6230
|
+
}, {
|
6231
|
+
"hostname" : "comprehend.us-west-2.api.aws",
|
6232
|
+
"tags" : [ "dualstack" ]
|
6180
6233
|
} ]
|
6181
6234
|
}
|
6182
6235
|
}
|
@@ -14119,6 +14172,7 @@
|
|
14119
14172
|
"ap-southeast-3" : { },
|
14120
14173
|
"ap-southeast-4" : { },
|
14121
14174
|
"ap-southeast-5" : { },
|
14175
|
+
"ap-southeast-7" : { },
|
14122
14176
|
"ca-central-1" : {
|
14123
14177
|
"variants" : [ {
|
14124
14178
|
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
|
@@ -14184,6 +14238,7 @@
|
|
14184
14238
|
"il-central-1" : { },
|
14185
14239
|
"me-central-1" : { },
|
14186
14240
|
"me-south-1" : { },
|
14241
|
+
"mx-central-1" : { },
|
14187
14242
|
"sa-east-1" : { },
|
14188
14243
|
"us-east-1" : {
|
14189
14244
|
"variants" : [ {
|
@@ -20055,15 +20110,46 @@
|
|
20055
20110
|
},
|
20056
20111
|
"rekognition" : {
|
20057
20112
|
"endpoints" : {
|
20058
|
-
"ap-northeast-1" : {
|
20059
|
-
|
20060
|
-
|
20061
|
-
|
20062
|
-
|
20113
|
+
"ap-northeast-1" : {
|
20114
|
+
"variants" : [ {
|
20115
|
+
"hostname" : "rekognition.ap-northeast-1.api.aws",
|
20116
|
+
"tags" : [ "dualstack" ]
|
20117
|
+
} ]
|
20118
|
+
},
|
20119
|
+
"ap-northeast-2" : {
|
20120
|
+
"variants" : [ {
|
20121
|
+
"hostname" : "rekognition.ap-northeast-2.api.aws",
|
20122
|
+
"tags" : [ "dualstack" ]
|
20123
|
+
} ]
|
20124
|
+
},
|
20125
|
+
"ap-south-1" : {
|
20126
|
+
"variants" : [ {
|
20127
|
+
"hostname" : "rekognition.ap-south-1.api.aws",
|
20128
|
+
"tags" : [ "dualstack" ]
|
20129
|
+
} ]
|
20130
|
+
},
|
20131
|
+
"ap-southeast-1" : {
|
20132
|
+
"variants" : [ {
|
20133
|
+
"hostname" : "rekognition.ap-southeast-1.api.aws",
|
20134
|
+
"tags" : [ "dualstack" ]
|
20135
|
+
} ]
|
20136
|
+
},
|
20137
|
+
"ap-southeast-2" : {
|
20138
|
+
"variants" : [ {
|
20139
|
+
"hostname" : "rekognition.ap-southeast-2.api.aws",
|
20140
|
+
"tags" : [ "dualstack" ]
|
20141
|
+
} ]
|
20142
|
+
},
|
20063
20143
|
"ca-central-1" : {
|
20064
20144
|
"variants" : [ {
|
20065
20145
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
|
20066
20146
|
"tags" : [ "fips" ]
|
20147
|
+
}, {
|
20148
|
+
"hostname" : "rekognition-fips.ca-central-1.api.aws",
|
20149
|
+
"tags" : [ "dualstack", "fips" ]
|
20150
|
+
}, {
|
20151
|
+
"hostname" : "rekognition.ca-central-1.api.aws",
|
20152
|
+
"tags" : [ "dualstack" ]
|
20067
20153
|
} ]
|
20068
20154
|
},
|
20069
20155
|
"ca-central-1-fips" : {
|
@@ -20073,11 +20159,36 @@
|
|
20073
20159
|
"deprecated" : true,
|
20074
20160
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
|
20075
20161
|
},
|
20076
|
-
"eu-central-1" : {
|
20077
|
-
|
20078
|
-
|
20079
|
-
|
20080
|
-
|
20162
|
+
"eu-central-1" : {
|
20163
|
+
"variants" : [ {
|
20164
|
+
"hostname" : "rekognition.eu-central-1.api.aws",
|
20165
|
+
"tags" : [ "dualstack" ]
|
20166
|
+
} ]
|
20167
|
+
},
|
20168
|
+
"eu-south-2" : {
|
20169
|
+
"variants" : [ {
|
20170
|
+
"hostname" : "rekognition.eu-south-2.api.aws",
|
20171
|
+
"tags" : [ "dualstack" ]
|
20172
|
+
} ]
|
20173
|
+
},
|
20174
|
+
"eu-west-1" : {
|
20175
|
+
"variants" : [ {
|
20176
|
+
"hostname" : "rekognition.eu-west-1.api.aws",
|
20177
|
+
"tags" : [ "dualstack" ]
|
20178
|
+
} ]
|
20179
|
+
},
|
20180
|
+
"eu-west-2" : {
|
20181
|
+
"variants" : [ {
|
20182
|
+
"hostname" : "rekognition.eu-west-2.api.aws",
|
20183
|
+
"tags" : [ "dualstack" ]
|
20184
|
+
} ]
|
20185
|
+
},
|
20186
|
+
"il-central-1" : {
|
20187
|
+
"variants" : [ {
|
20188
|
+
"hostname" : "rekognition.il-central-1.api.aws",
|
20189
|
+
"tags" : [ "dualstack" ]
|
20190
|
+
} ]
|
20191
|
+
},
|
20081
20192
|
"rekognition-fips.ca-central-1" : {
|
20082
20193
|
"credentialScope" : {
|
20083
20194
|
"region" : "ca-central-1"
|
@@ -20167,6 +20278,12 @@
|
|
20167
20278
|
"variants" : [ {
|
20168
20279
|
"hostname" : "rekognition-fips.us-east-1.amazonaws.com",
|
20169
20280
|
"tags" : [ "fips" ]
|
20281
|
+
}, {
|
20282
|
+
"hostname" : "rekognition-fips.us-east-1.api.aws",
|
20283
|
+
"tags" : [ "dualstack", "fips" ]
|
20284
|
+
}, {
|
20285
|
+
"hostname" : "rekognition.us-east-1.api.aws",
|
20286
|
+
"tags" : [ "dualstack" ]
|
20170
20287
|
} ]
|
20171
20288
|
},
|
20172
20289
|
"us-east-1-fips" : {
|
@@ -20180,6 +20297,12 @@
|
|
20180
20297
|
"variants" : [ {
|
20181
20298
|
"hostname" : "rekognition-fips.us-east-2.amazonaws.com",
|
20182
20299
|
"tags" : [ "fips" ]
|
20300
|
+
}, {
|
20301
|
+
"hostname" : "rekognition-fips.us-east-2.api.aws",
|
20302
|
+
"tags" : [ "dualstack", "fips" ]
|
20303
|
+
}, {
|
20304
|
+
"hostname" : "rekognition.us-east-2.api.aws",
|
20305
|
+
"tags" : [ "dualstack" ]
|
20183
20306
|
} ]
|
20184
20307
|
},
|
20185
20308
|
"us-east-2-fips" : {
|
@@ -20193,6 +20316,12 @@
|
|
20193
20316
|
"variants" : [ {
|
20194
20317
|
"hostname" : "rekognition-fips.us-west-1.amazonaws.com",
|
20195
20318
|
"tags" : [ "fips" ]
|
20319
|
+
}, {
|
20320
|
+
"hostname" : "rekognition-fips.us-west-1.api.aws",
|
20321
|
+
"tags" : [ "dualstack", "fips" ]
|
20322
|
+
}, {
|
20323
|
+
"hostname" : "rekognition.us-west-1.api.aws",
|
20324
|
+
"tags" : [ "dualstack" ]
|
20196
20325
|
} ]
|
20197
20326
|
},
|
20198
20327
|
"us-west-1-fips" : {
|
@@ -20206,6 +20335,12 @@
|
|
20206
20335
|
"variants" : [ {
|
20207
20336
|
"hostname" : "rekognition-fips.us-west-2.amazonaws.com",
|
20208
20337
|
"tags" : [ "fips" ]
|
20338
|
+
}, {
|
20339
|
+
"hostname" : "rekognition-fips.us-west-2.api.aws",
|
20340
|
+
"tags" : [ "dualstack", "fips" ]
|
20341
|
+
}, {
|
20342
|
+
"hostname" : "rekognition.us-west-2.api.aws",
|
20343
|
+
"tags" : [ "dualstack" ]
|
20209
20344
|
} ]
|
20210
20345
|
},
|
20211
20346
|
"us-west-2-fips" : {
|
@@ -20354,6 +20489,8 @@
|
|
20354
20489
|
"ap-southeast-2" : { },
|
20355
20490
|
"ap-southeast-3" : { },
|
20356
20491
|
"ap-southeast-4" : { },
|
20492
|
+
"ap-southeast-5" : { },
|
20493
|
+
"ap-southeast-7" : { },
|
20357
20494
|
"ca-central-1" : {
|
20358
20495
|
"variants" : [ {
|
20359
20496
|
"hostname" : "resource-explorer-2-fips.ca-central-1.amazonaws.com",
|
@@ -20425,6 +20562,7 @@
|
|
20425
20562
|
"il-central-1" : { },
|
20426
20563
|
"me-central-1" : { },
|
20427
20564
|
"me-south-1" : { },
|
20565
|
+
"mx-central-1" : { },
|
20428
20566
|
"sa-east-1" : { },
|
20429
20567
|
"us-east-1" : {
|
20430
20568
|
"variants" : [ {
|
@@ -31641,6 +31779,12 @@
|
|
31641
31779
|
"variants" : [ {
|
31642
31780
|
"hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com",
|
31643
31781
|
"tags" : [ "fips" ]
|
31782
|
+
}, {
|
31783
|
+
"hostname" : "comprehend-fips.us-gov-west-1.api.aws",
|
31784
|
+
"tags" : [ "dualstack", "fips" ]
|
31785
|
+
}, {
|
31786
|
+
"hostname" : "comprehend.us-gov-west-1.api.aws",
|
31787
|
+
"tags" : [ "dualstack" ]
|
31644
31788
|
} ]
|
31645
31789
|
}
|
31646
31790
|
}
|
@@ -34454,6 +34598,12 @@
|
|
34454
34598
|
"variants" : [ {
|
34455
34599
|
"hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com",
|
34456
34600
|
"tags" : [ "fips" ]
|
34601
|
+
}, {
|
34602
|
+
"hostname" : "rekognition-fips.us-gov-west-1.api.aws",
|
34603
|
+
"tags" : [ "dualstack", "fips" ]
|
34604
|
+
}, {
|
34605
|
+
"hostname" : "rekognition.us-gov-west-1.api.aws",
|
34606
|
+
"tags" : [ "dualstack" ]
|
34457
34607
|
} ]
|
34458
34608
|
},
|
34459
34609
|
"us-gov-west-1-fips" : {
|
@@ -38110,7 +38260,486 @@
|
|
38110
38260
|
"description" : "EU ISOE West"
|
38111
38261
|
}
|
38112
38262
|
},
|
38113
|
-
"services" : {
|
38263
|
+
"services" : {
|
38264
|
+
"access-analyzer" : {
|
38265
|
+
"endpoints" : {
|
38266
|
+
"eu-isoe-west-1" : {
|
38267
|
+
"variants" : [ {
|
38268
|
+
"hostname" : "access-analyzer.eu-isoe-west-1.api.cloud-aws.adc-e.uk",
|
38269
|
+
"tags" : [ "dualstack" ]
|
38270
|
+
} ]
|
38271
|
+
}
|
38272
|
+
}
|
38273
|
+
},
|
38274
|
+
"acm" : {
|
38275
|
+
"endpoints" : {
|
38276
|
+
"eu-isoe-west-1" : { }
|
38277
|
+
}
|
38278
|
+
},
|
38279
|
+
"acm-pca" : {
|
38280
|
+
"defaults" : {
|
38281
|
+
"protocols" : [ "https" ]
|
38282
|
+
},
|
38283
|
+
"endpoints" : {
|
38284
|
+
"eu-isoe-west-1" : { }
|
38285
|
+
}
|
38286
|
+
},
|
38287
|
+
"api.ecr" : {
|
38288
|
+
"endpoints" : {
|
38289
|
+
"eu-isoe-west-1" : {
|
38290
|
+
"credentialScope" : {
|
38291
|
+
"region" : "eu-isoe-west-1"
|
38292
|
+
},
|
38293
|
+
"hostname" : "api.ecr.eu-isoe-west-1.cloud.adc-e.uk"
|
38294
|
+
}
|
38295
|
+
}
|
38296
|
+
},
|
38297
|
+
"api.pricing" : {
|
38298
|
+
"defaults" : {
|
38299
|
+
"credentialScope" : {
|
38300
|
+
"service" : "pricing"
|
38301
|
+
}
|
38302
|
+
},
|
38303
|
+
"endpoints" : {
|
38304
|
+
"eu-isoe-west-1" : { }
|
38305
|
+
}
|
38306
|
+
},
|
38307
|
+
"appconfig" : {
|
38308
|
+
"endpoints" : {
|
38309
|
+
"eu-isoe-west-1" : { }
|
38310
|
+
}
|
38311
|
+
},
|
38312
|
+
"appconfigdata" : {
|
38313
|
+
"endpoints" : {
|
38314
|
+
"eu-isoe-west-1" : { }
|
38315
|
+
}
|
38316
|
+
},
|
38317
|
+
"application-autoscaling" : {
|
38318
|
+
"defaults" : {
|
38319
|
+
"protocols" : [ "http", "https" ]
|
38320
|
+
},
|
38321
|
+
"endpoints" : {
|
38322
|
+
"eu-isoe-west-1" : { }
|
38323
|
+
}
|
38324
|
+
},
|
38325
|
+
"arc-zonal-shift" : {
|
38326
|
+
"endpoints" : {
|
38327
|
+
"eu-isoe-west-1" : { }
|
38328
|
+
}
|
38329
|
+
},
|
38330
|
+
"athena" : {
|
38331
|
+
"endpoints" : {
|
38332
|
+
"eu-isoe-west-1" : { }
|
38333
|
+
}
|
38334
|
+
},
|
38335
|
+
"autoscaling" : {
|
38336
|
+
"defaults" : {
|
38337
|
+
"protocols" : [ "http", "https" ]
|
38338
|
+
},
|
38339
|
+
"endpoints" : {
|
38340
|
+
"eu-isoe-west-1" : { }
|
38341
|
+
}
|
38342
|
+
},
|
38343
|
+
"batch" : {
|
38344
|
+
"endpoints" : {
|
38345
|
+
"eu-isoe-west-1" : { }
|
38346
|
+
}
|
38347
|
+
},
|
38348
|
+
"budgets" : {
|
38349
|
+
"endpoints" : {
|
38350
|
+
"aws-iso-e-global" : {
|
38351
|
+
"credentialScope" : {
|
38352
|
+
"region" : "eu-isoe-west-1"
|
38353
|
+
},
|
38354
|
+
"hostname" : "budgets.global.cloud.adc-e.uk"
|
38355
|
+
},
|
38356
|
+
"eu-isoe-west-1" : {
|
38357
|
+
"credentialScope" : {
|
38358
|
+
"region" : "eu-isoe-west-1"
|
38359
|
+
},
|
38360
|
+
"hostname" : "budgets.global.cloud.adc-e.uk"
|
38361
|
+
}
|
38362
|
+
},
|
38363
|
+
"isRegionalized" : false,
|
38364
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38365
|
+
},
|
38366
|
+
"cloudcontrolapi" : {
|
38367
|
+
"endpoints" : {
|
38368
|
+
"eu-isoe-west-1" : { }
|
38369
|
+
}
|
38370
|
+
},
|
38371
|
+
"cloudformation" : {
|
38372
|
+
"endpoints" : {
|
38373
|
+
"eu-isoe-west-1" : { }
|
38374
|
+
}
|
38375
|
+
},
|
38376
|
+
"cloudtrail" : {
|
38377
|
+
"endpoints" : {
|
38378
|
+
"eu-isoe-west-1" : { }
|
38379
|
+
}
|
38380
|
+
},
|
38381
|
+
"codedeploy" : {
|
38382
|
+
"endpoints" : {
|
38383
|
+
"eu-isoe-west-1" : { }
|
38384
|
+
}
|
38385
|
+
},
|
38386
|
+
"compute-optimizer" : {
|
38387
|
+
"endpoints" : {
|
38388
|
+
"eu-isoe-west-1" : {
|
38389
|
+
"credentialScope" : {
|
38390
|
+
"region" : "eu-isoe-west-1"
|
38391
|
+
},
|
38392
|
+
"hostname" : "compute-optimizer.eu-isoe-west-1.cloud.adc-e.uk"
|
38393
|
+
}
|
38394
|
+
}
|
38395
|
+
},
|
38396
|
+
"config" : {
|
38397
|
+
"endpoints" : {
|
38398
|
+
"eu-isoe-west-1" : { }
|
38399
|
+
}
|
38400
|
+
},
|
38401
|
+
"cost-optimization-hub" : {
|
38402
|
+
"endpoints" : {
|
38403
|
+
"eu-isoe-west-1" : {
|
38404
|
+
"credentialScope" : {
|
38405
|
+
"region" : "eu-isoe-west-1"
|
38406
|
+
},
|
38407
|
+
"hostname" : "cost-optimization-hub.eu-isoe-west-1.cloud.adc-e.uk"
|
38408
|
+
}
|
38409
|
+
}
|
38410
|
+
},
|
38411
|
+
"directconnect" : {
|
38412
|
+
"endpoints" : {
|
38413
|
+
"eu-isoe-west-1" : { }
|
38414
|
+
}
|
38415
|
+
},
|
38416
|
+
"dlm" : {
|
38417
|
+
"endpoints" : {
|
38418
|
+
"eu-isoe-west-1" : { }
|
38419
|
+
}
|
38420
|
+
},
|
38421
|
+
"ds" : {
|
38422
|
+
"endpoints" : {
|
38423
|
+
"eu-isoe-west-1" : { }
|
38424
|
+
}
|
38425
|
+
},
|
38426
|
+
"dynamodb" : {
|
38427
|
+
"defaults" : {
|
38428
|
+
"protocols" : [ "http", "https" ]
|
38429
|
+
},
|
38430
|
+
"endpoints" : {
|
38431
|
+
"eu-isoe-west-1" : { }
|
38432
|
+
}
|
38433
|
+
},
|
38434
|
+
"ebs" : {
|
38435
|
+
"endpoints" : {
|
38436
|
+
"eu-isoe-west-1" : { }
|
38437
|
+
}
|
38438
|
+
},
|
38439
|
+
"ec2" : {
|
38440
|
+
"defaults" : {
|
38441
|
+
"protocols" : [ "https" ]
|
38442
|
+
},
|
38443
|
+
"endpoints" : {
|
38444
|
+
"eu-isoe-west-1" : { }
|
38445
|
+
}
|
38446
|
+
},
|
38447
|
+
"ecs" : {
|
38448
|
+
"endpoints" : {
|
38449
|
+
"eu-isoe-west-1" : { }
|
38450
|
+
}
|
38451
|
+
},
|
38452
|
+
"eks" : {
|
38453
|
+
"defaults" : {
|
38454
|
+
"protocols" : [ "http", "https" ]
|
38455
|
+
},
|
38456
|
+
"endpoints" : {
|
38457
|
+
"eu-isoe-west-1" : { }
|
38458
|
+
}
|
38459
|
+
},
|
38460
|
+
"elasticache" : {
|
38461
|
+
"endpoints" : {
|
38462
|
+
"eu-isoe-west-1" : { }
|
38463
|
+
}
|
38464
|
+
},
|
38465
|
+
"elasticfilesystem" : {
|
38466
|
+
"endpoints" : {
|
38467
|
+
"eu-isoe-west-1" : {
|
38468
|
+
"variants" : [ {
|
38469
|
+
"hostname" : "elasticfilesystem-fips.eu-isoe-west-1.cloud.adc-e.uk",
|
38470
|
+
"tags" : [ "fips" ]
|
38471
|
+
} ]
|
38472
|
+
},
|
38473
|
+
"fips-eu-isoe-west-1" : {
|
38474
|
+
"credentialScope" : {
|
38475
|
+
"region" : "eu-isoe-west-1"
|
38476
|
+
},
|
38477
|
+
"deprecated" : true,
|
38478
|
+
"hostname" : "elasticfilesystem-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38479
|
+
}
|
38480
|
+
}
|
38481
|
+
},
|
38482
|
+
"elasticloadbalancing" : {
|
38483
|
+
"defaults" : {
|
38484
|
+
"protocols" : [ "https" ]
|
38485
|
+
},
|
38486
|
+
"endpoints" : {
|
38487
|
+
"eu-isoe-west-1" : { }
|
38488
|
+
}
|
38489
|
+
},
|
38490
|
+
"elasticmapreduce" : {
|
38491
|
+
"endpoints" : {
|
38492
|
+
"eu-isoe-west-1" : { }
|
38493
|
+
}
|
38494
|
+
},
|
38495
|
+
"emr-serverless" : {
|
38496
|
+
"endpoints" : {
|
38497
|
+
"eu-isoe-west-1" : { }
|
38498
|
+
}
|
38499
|
+
},
|
38500
|
+
"es" : {
|
38501
|
+
"endpoints" : {
|
38502
|
+
"eu-isoe-west-1" : { }
|
38503
|
+
}
|
38504
|
+
},
|
38505
|
+
"events" : {
|
38506
|
+
"endpoints" : {
|
38507
|
+
"eu-isoe-west-1" : { }
|
38508
|
+
}
|
38509
|
+
},
|
38510
|
+
"firehose" : {
|
38511
|
+
"endpoints" : {
|
38512
|
+
"eu-isoe-west-1" : { }
|
38513
|
+
}
|
38514
|
+
},
|
38515
|
+
"glue" : {
|
38516
|
+
"endpoints" : {
|
38517
|
+
"eu-isoe-west-1" : { }
|
38518
|
+
}
|
38519
|
+
},
|
38520
|
+
"kms" : {
|
38521
|
+
"endpoints" : {
|
38522
|
+
"ProdFips" : {
|
38523
|
+
"credentialScope" : {
|
38524
|
+
"region" : "eu-isoe-west-1"
|
38525
|
+
},
|
38526
|
+
"deprecated" : true,
|
38527
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38528
|
+
},
|
38529
|
+
"eu-isoe-west-1" : {
|
38530
|
+
"variants" : [ {
|
38531
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk",
|
38532
|
+
"tags" : [ "fips" ]
|
38533
|
+
} ]
|
38534
|
+
},
|
38535
|
+
"eu-isoe-west-1-fips" : {
|
38536
|
+
"credentialScope" : {
|
38537
|
+
"region" : "eu-isoe-west-1"
|
38538
|
+
},
|
38539
|
+
"deprecated" : true,
|
38540
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38541
|
+
}
|
38542
|
+
}
|
38543
|
+
},
|
38544
|
+
"lakeformation" : {
|
38545
|
+
"endpoints" : {
|
38546
|
+
"eu-isoe-west-1" : { }
|
38547
|
+
}
|
38548
|
+
},
|
38549
|
+
"lambda" : {
|
38550
|
+
"endpoints" : {
|
38551
|
+
"eu-isoe-west-1" : {
|
38552
|
+
"variants" : [ {
|
38553
|
+
"hostname" : "lambda.eu-isoe-west-1.api.cloud-aws.adc-e.uk",
|
38554
|
+
"tags" : [ "dualstack" ]
|
38555
|
+
} ]
|
38556
|
+
}
|
38557
|
+
}
|
38558
|
+
},
|
38559
|
+
"logs" : {
|
38560
|
+
"endpoints" : {
|
38561
|
+
"eu-isoe-west-1" : { }
|
38562
|
+
}
|
38563
|
+
},
|
38564
|
+
"monitoring" : {
|
38565
|
+
"endpoints" : {
|
38566
|
+
"eu-isoe-west-1" : { }
|
38567
|
+
}
|
38568
|
+
},
|
38569
|
+
"oam" : {
|
38570
|
+
"endpoints" : {
|
38571
|
+
"eu-isoe-west-1" : { }
|
38572
|
+
}
|
38573
|
+
},
|
38574
|
+
"organizations" : {
|
38575
|
+
"endpoints" : {
|
38576
|
+
"aws-iso-e-global" : {
|
38577
|
+
"credentialScope" : {
|
38578
|
+
"region" : "eu-isoe-west-1"
|
38579
|
+
},
|
38580
|
+
"hostname" : "organizations.eu-isoe-west-1.cloud.adc-e.uk"
|
38581
|
+
}
|
38582
|
+
},
|
38583
|
+
"isRegionalized" : false,
|
38584
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38585
|
+
},
|
38586
|
+
"pi" : {
|
38587
|
+
"endpoints" : {
|
38588
|
+
"eu-isoe-west-1" : {
|
38589
|
+
"protocols" : [ "https" ]
|
38590
|
+
}
|
38591
|
+
}
|
38592
|
+
},
|
38593
|
+
"pipes" : {
|
38594
|
+
"endpoints" : {
|
38595
|
+
"eu-isoe-west-1" : { }
|
38596
|
+
}
|
38597
|
+
},
|
38598
|
+
"ram" : {
|
38599
|
+
"endpoints" : {
|
38600
|
+
"eu-isoe-west-1" : { }
|
38601
|
+
}
|
38602
|
+
},
|
38603
|
+
"rbin" : {
|
38604
|
+
"endpoints" : {
|
38605
|
+
"eu-isoe-west-1" : { }
|
38606
|
+
}
|
38607
|
+
},
|
38608
|
+
"rds" : {
|
38609
|
+
"endpoints" : {
|
38610
|
+
"eu-isoe-west-1" : { }
|
38611
|
+
}
|
38612
|
+
},
|
38613
|
+
"redshift" : {
|
38614
|
+
"endpoints" : {
|
38615
|
+
"eu-isoe-west-1" : { }
|
38616
|
+
}
|
38617
|
+
},
|
38618
|
+
"resource-groups" : {
|
38619
|
+
"endpoints" : {
|
38620
|
+
"eu-isoe-west-1" : { }
|
38621
|
+
}
|
38622
|
+
},
|
38623
|
+
"route53" : {
|
38624
|
+
"endpoints" : {
|
38625
|
+
"aws-iso-e-global" : {
|
38626
|
+
"credentialScope" : {
|
38627
|
+
"region" : "eu-isoe-west-1"
|
38628
|
+
},
|
38629
|
+
"hostname" : "route53.cloud.adc-e.uk"
|
38630
|
+
}
|
38631
|
+
},
|
38632
|
+
"isRegionalized" : false,
|
38633
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38634
|
+
},
|
38635
|
+
"s3" : {
|
38636
|
+
"defaults" : {
|
38637
|
+
"protocols" : [ "http", "https" ],
|
38638
|
+
"signatureVersions" : [ "s3v4" ]
|
38639
|
+
},
|
38640
|
+
"endpoints" : {
|
38641
|
+
"eu-isoe-west-1" : { }
|
38642
|
+
}
|
38643
|
+
},
|
38644
|
+
"savingsplans" : {
|
38645
|
+
"endpoints" : {
|
38646
|
+
"aws-iso-e-global" : {
|
38647
|
+
"credentialScope" : {
|
38648
|
+
"region" : "eu-isoe-west-1"
|
38649
|
+
},
|
38650
|
+
"hostname" : "savingsplans.cloud.adc-e.uk"
|
38651
|
+
}
|
38652
|
+
},
|
38653
|
+
"isRegionalized" : false,
|
38654
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38655
|
+
},
|
38656
|
+
"scheduler" : {
|
38657
|
+
"endpoints" : {
|
38658
|
+
"eu-isoe-west-1" : { }
|
38659
|
+
}
|
38660
|
+
},
|
38661
|
+
"servicecatalog" : {
|
38662
|
+
"endpoints" : {
|
38663
|
+
"eu-isoe-west-1" : { }
|
38664
|
+
}
|
38665
|
+
},
|
38666
|
+
"servicediscovery" : {
|
38667
|
+
"endpoints" : {
|
38668
|
+
"eu-isoe-west-1" : { }
|
38669
|
+
}
|
38670
|
+
},
|
38671
|
+
"servicequotas" : {
|
38672
|
+
"defaults" : {
|
38673
|
+
"protocols" : [ "https" ]
|
38674
|
+
},
|
38675
|
+
"endpoints" : {
|
38676
|
+
"eu-isoe-west-1" : { }
|
38677
|
+
}
|
38678
|
+
},
|
38679
|
+
"sns" : {
|
38680
|
+
"defaults" : {
|
38681
|
+
"protocols" : [ "http", "https" ]
|
38682
|
+
},
|
38683
|
+
"endpoints" : {
|
38684
|
+
"eu-isoe-west-1" : { }
|
38685
|
+
}
|
38686
|
+
},
|
38687
|
+
"sqs" : {
|
38688
|
+
"defaults" : {
|
38689
|
+
"protocols" : [ "http", "https" ],
|
38690
|
+
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
38691
|
+
},
|
38692
|
+
"endpoints" : {
|
38693
|
+
"eu-isoe-west-1" : { }
|
38694
|
+
}
|
38695
|
+
},
|
38696
|
+
"ssm" : {
|
38697
|
+
"endpoints" : {
|
38698
|
+
"eu-isoe-west-1" : { }
|
38699
|
+
}
|
38700
|
+
},
|
38701
|
+
"states" : {
|
38702
|
+
"endpoints" : {
|
38703
|
+
"eu-isoe-west-1" : { }
|
38704
|
+
}
|
38705
|
+
},
|
38706
|
+
"streams.dynamodb" : {
|
38707
|
+
"defaults" : {
|
38708
|
+
"credentialScope" : {
|
38709
|
+
"service" : "dynamodb"
|
38710
|
+
},
|
38711
|
+
"protocols" : [ "http", "https" ]
|
38712
|
+
},
|
38713
|
+
"endpoints" : {
|
38714
|
+
"eu-isoe-west-1" : { }
|
38715
|
+
}
|
38716
|
+
},
|
38717
|
+
"sts" : {
|
38718
|
+
"endpoints" : {
|
38719
|
+
"eu-isoe-west-1" : { }
|
38720
|
+
}
|
38721
|
+
},
|
38722
|
+
"swf" : {
|
38723
|
+
"endpoints" : {
|
38724
|
+
"eu-isoe-west-1" : { }
|
38725
|
+
}
|
38726
|
+
},
|
38727
|
+
"synthetics" : {
|
38728
|
+
"endpoints" : {
|
38729
|
+
"eu-isoe-west-1" : { }
|
38730
|
+
}
|
38731
|
+
},
|
38732
|
+
"tagging" : {
|
38733
|
+
"endpoints" : {
|
38734
|
+
"eu-isoe-west-1" : { }
|
38735
|
+
}
|
38736
|
+
},
|
38737
|
+
"xray" : {
|
38738
|
+
"endpoints" : {
|
38739
|
+
"eu-isoe-west-1" : { }
|
38740
|
+
}
|
38741
|
+
}
|
38742
|
+
}
|
38114
38743
|
}, {
|
38115
38744
|
"defaults" : {
|
38116
38745
|
"hostname" : "{service}.{region}.{dnsSuffix}",
|
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.1086.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: 2025-04-
|
11
|
+
date: 2025-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|