aws-partitions 1.1082.0 → 1.1087.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/partitions-metadata.json +3 -0
- data/partitions.json +901 -59
- 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: bc4429476b05be24d2116844b0d38f73d01ea2599e288571e3a35f3d7be0ae1e
|
4
|
+
data.tar.gz: 635bb9d8df0c2515a34d86a2fa2aae1ed9a70a1f250eeeca003888a2952b18f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17587ea70c67253898f115615e03017112701a4e4c2b8dbfa175029c96dc546969515a641467f20288dc0298ddb31c3969deac94020ce46b38ebc6f610c16781
|
7
|
+
data.tar.gz: cc15192f94727829493573fdfc5a37f14070489ba00e30ba43bb7c65e5c20425c43c4f6779b011a12751a12c16188a59fd0ccb1a479281c7a3020dbd1692bd0f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,31 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1087.0 (2025-04-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1086.0 (2025-04-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1085.0 (2025-04-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1084.0 (2025-04-09)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1083.0 (2025-04-08)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
4
29
|
1.1082.0 (2025-04-04)
|
5
30
|
------------------
|
6
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1087.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
|
}
|
@@ -10122,6 +10175,7 @@
|
|
10122
10175
|
"tags" : [ "fips" ]
|
10123
10176
|
} ]
|
10124
10177
|
},
|
10178
|
+
"ca-west-1" : { },
|
10125
10179
|
"eu-central-1" : { },
|
10126
10180
|
"eu-north-1" : { },
|
10127
10181
|
"eu-south-1" : { },
|
@@ -14118,6 +14172,7 @@
|
|
14118
14172
|
"ap-southeast-3" : { },
|
14119
14173
|
"ap-southeast-4" : { },
|
14120
14174
|
"ap-southeast-5" : { },
|
14175
|
+
"ap-southeast-7" : { },
|
14121
14176
|
"ca-central-1" : {
|
14122
14177
|
"variants" : [ {
|
14123
14178
|
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
|
@@ -14183,6 +14238,7 @@
|
|
14183
14238
|
"il-central-1" : { },
|
14184
14239
|
"me-central-1" : { },
|
14185
14240
|
"me-south-1" : { },
|
14241
|
+
"mx-central-1" : { },
|
14186
14242
|
"sa-east-1" : { },
|
14187
14243
|
"us-east-1" : {
|
14188
14244
|
"variants" : [ {
|
@@ -15155,6 +15211,7 @@
|
|
15155
15211
|
"ap-southeast-3" : { },
|
15156
15212
|
"ap-southeast-4" : { },
|
15157
15213
|
"ap-southeast-5" : { },
|
15214
|
+
"ap-southeast-7" : { },
|
15158
15215
|
"ca-central-1" : { },
|
15159
15216
|
"ca-west-1" : { },
|
15160
15217
|
"eu-central-1" : { },
|
@@ -15196,6 +15253,7 @@
|
|
15196
15253
|
"il-central-1" : { },
|
15197
15254
|
"me-central-1" : { },
|
15198
15255
|
"me-south-1" : { },
|
15256
|
+
"mx-central-1" : { },
|
15199
15257
|
"sa-east-1" : { },
|
15200
15258
|
"us-east-1" : {
|
15201
15259
|
"variants" : [ {
|
@@ -17073,6 +17131,7 @@
|
|
17073
17131
|
"ap-southeast-3" : { },
|
17074
17132
|
"ap-southeast-4" : { },
|
17075
17133
|
"ap-southeast-5" : { },
|
17134
|
+
"ap-southeast-7" : { },
|
17076
17135
|
"ca-central-1" : { },
|
17077
17136
|
"ca-west-1" : { },
|
17078
17137
|
"eu-central-1" : { },
|
@@ -17114,6 +17173,7 @@
|
|
17114
17173
|
"il-central-1" : { },
|
17115
17174
|
"me-central-1" : { },
|
17116
17175
|
"me-south-1" : { },
|
17176
|
+
"mx-central-1" : { },
|
17117
17177
|
"sa-east-1" : { },
|
17118
17178
|
"us-east-1" : {
|
17119
17179
|
"variants" : [ {
|
@@ -17844,6 +17904,7 @@
|
|
17844
17904
|
"ca-central-1" : { },
|
17845
17905
|
"eu-central-1" : { },
|
17846
17906
|
"eu-north-1" : { },
|
17907
|
+
"eu-south-2" : { },
|
17847
17908
|
"eu-west-1" : { },
|
17848
17909
|
"eu-west-2" : { },
|
17849
17910
|
"sa-east-1" : { },
|
@@ -20049,15 +20110,46 @@
|
|
20049
20110
|
},
|
20050
20111
|
"rekognition" : {
|
20051
20112
|
"endpoints" : {
|
20052
|
-
"ap-northeast-1" : {
|
20053
|
-
|
20054
|
-
|
20055
|
-
|
20056
|
-
|
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
|
+
},
|
20057
20143
|
"ca-central-1" : {
|
20058
20144
|
"variants" : [ {
|
20059
20145
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
|
20060
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" ]
|
20061
20153
|
} ]
|
20062
20154
|
},
|
20063
20155
|
"ca-central-1-fips" : {
|
@@ -20067,11 +20159,36 @@
|
|
20067
20159
|
"deprecated" : true,
|
20068
20160
|
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
|
20069
20161
|
},
|
20070
|
-
"eu-central-1" : {
|
20071
|
-
|
20072
|
-
|
20073
|
-
|
20074
|
-
|
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
|
+
},
|
20075
20192
|
"rekognition-fips.ca-central-1" : {
|
20076
20193
|
"credentialScope" : {
|
20077
20194
|
"region" : "ca-central-1"
|
@@ -20161,6 +20278,12 @@
|
|
20161
20278
|
"variants" : [ {
|
20162
20279
|
"hostname" : "rekognition-fips.us-east-1.amazonaws.com",
|
20163
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" ]
|
20164
20287
|
} ]
|
20165
20288
|
},
|
20166
20289
|
"us-east-1-fips" : {
|
@@ -20174,6 +20297,12 @@
|
|
20174
20297
|
"variants" : [ {
|
20175
20298
|
"hostname" : "rekognition-fips.us-east-2.amazonaws.com",
|
20176
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" ]
|
20177
20306
|
} ]
|
20178
20307
|
},
|
20179
20308
|
"us-east-2-fips" : {
|
@@ -20187,6 +20316,12 @@
|
|
20187
20316
|
"variants" : [ {
|
20188
20317
|
"hostname" : "rekognition-fips.us-west-1.amazonaws.com",
|
20189
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" ]
|
20190
20325
|
} ]
|
20191
20326
|
},
|
20192
20327
|
"us-west-1-fips" : {
|
@@ -20200,6 +20335,12 @@
|
|
20200
20335
|
"variants" : [ {
|
20201
20336
|
"hostname" : "rekognition-fips.us-west-2.amazonaws.com",
|
20202
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" ]
|
20203
20344
|
} ]
|
20204
20345
|
},
|
20205
20346
|
"us-west-2-fips" : {
|
@@ -20348,6 +20489,8 @@
|
|
20348
20489
|
"ap-southeast-2" : { },
|
20349
20490
|
"ap-southeast-3" : { },
|
20350
20491
|
"ap-southeast-4" : { },
|
20492
|
+
"ap-southeast-5" : { },
|
20493
|
+
"ap-southeast-7" : { },
|
20351
20494
|
"ca-central-1" : {
|
20352
20495
|
"variants" : [ {
|
20353
20496
|
"hostname" : "resource-explorer-2-fips.ca-central-1.amazonaws.com",
|
@@ -20419,6 +20562,7 @@
|
|
20419
20562
|
"il-central-1" : { },
|
20420
20563
|
"me-central-1" : { },
|
20421
20564
|
"me-south-1" : { },
|
20565
|
+
"mx-central-1" : { },
|
20422
20566
|
"sa-east-1" : { },
|
20423
20567
|
"us-east-1" : {
|
20424
20568
|
"variants" : [ {
|
@@ -20876,23 +21020,94 @@
|
|
20876
21020
|
"protocols" : [ "https" ]
|
20877
21021
|
},
|
20878
21022
|
"endpoints" : {
|
20879
|
-
"af-south-1" : {
|
20880
|
-
|
20881
|
-
|
20882
|
-
|
20883
|
-
|
20884
|
-
|
20885
|
-
"ap-
|
20886
|
-
|
20887
|
-
|
20888
|
-
|
20889
|
-
|
20890
|
-
|
20891
|
-
"ap-
|
21023
|
+
"af-south-1" : {
|
21024
|
+
"variants" : [ {
|
21025
|
+
"hostname" : "route53resolver.af-south-1.api.aws",
|
21026
|
+
"tags" : [ "dualstack" ]
|
21027
|
+
} ]
|
21028
|
+
},
|
21029
|
+
"ap-east-1" : {
|
21030
|
+
"variants" : [ {
|
21031
|
+
"hostname" : "route53resolver.ap-east-1.api.aws",
|
21032
|
+
"tags" : [ "dualstack" ]
|
21033
|
+
} ]
|
21034
|
+
},
|
21035
|
+
"ap-northeast-1" : {
|
21036
|
+
"variants" : [ {
|
21037
|
+
"hostname" : "route53resolver.ap-northeast-1.api.aws",
|
21038
|
+
"tags" : [ "dualstack" ]
|
21039
|
+
} ]
|
21040
|
+
},
|
21041
|
+
"ap-northeast-2" : {
|
21042
|
+
"variants" : [ {
|
21043
|
+
"hostname" : "route53resolver.ap-northeast-2.api.aws",
|
21044
|
+
"tags" : [ "dualstack" ]
|
21045
|
+
} ]
|
21046
|
+
},
|
21047
|
+
"ap-northeast-3" : {
|
21048
|
+
"variants" : [ {
|
21049
|
+
"hostname" : "route53resolver.ap-northeast-3.api.aws",
|
21050
|
+
"tags" : [ "dualstack" ]
|
21051
|
+
} ]
|
21052
|
+
},
|
21053
|
+
"ap-south-1" : {
|
21054
|
+
"variants" : [ {
|
21055
|
+
"hostname" : "route53resolver.ap-south-1.api.aws",
|
21056
|
+
"tags" : [ "dualstack" ]
|
21057
|
+
} ]
|
21058
|
+
},
|
21059
|
+
"ap-south-2" : {
|
21060
|
+
"variants" : [ {
|
21061
|
+
"hostname" : "route53resolver.ap-south-2.api.aws",
|
21062
|
+
"tags" : [ "dualstack" ]
|
21063
|
+
} ]
|
21064
|
+
},
|
21065
|
+
"ap-southeast-1" : {
|
21066
|
+
"variants" : [ {
|
21067
|
+
"hostname" : "route53resolver.ap-southeast-1.api.aws",
|
21068
|
+
"tags" : [ "dualstack" ]
|
21069
|
+
} ]
|
21070
|
+
},
|
21071
|
+
"ap-southeast-2" : {
|
21072
|
+
"variants" : [ {
|
21073
|
+
"hostname" : "route53resolver.ap-southeast-2.api.aws",
|
21074
|
+
"tags" : [ "dualstack" ]
|
21075
|
+
} ]
|
21076
|
+
},
|
21077
|
+
"ap-southeast-3" : {
|
21078
|
+
"variants" : [ {
|
21079
|
+
"hostname" : "route53resolver.ap-southeast-3.api.aws",
|
21080
|
+
"tags" : [ "dualstack" ]
|
21081
|
+
} ]
|
21082
|
+
},
|
21083
|
+
"ap-southeast-4" : {
|
21084
|
+
"variants" : [ {
|
21085
|
+
"hostname" : "route53resolver.ap-southeast-4.api.aws",
|
21086
|
+
"tags" : [ "dualstack" ]
|
21087
|
+
} ]
|
21088
|
+
},
|
21089
|
+
"ap-southeast-5" : {
|
21090
|
+
"variants" : [ {
|
21091
|
+
"hostname" : "route53resolver.ap-southeast-5.api.aws",
|
21092
|
+
"tags" : [ "dualstack" ]
|
21093
|
+
} ]
|
21094
|
+
},
|
21095
|
+
"ap-southeast-7" : {
|
21096
|
+
"variants" : [ {
|
21097
|
+
"hostname" : "route53resolver.ap-southeast-7.api.aws",
|
21098
|
+
"tags" : [ "dualstack" ]
|
21099
|
+
} ]
|
21100
|
+
},
|
20892
21101
|
"ca-central-1" : {
|
20893
21102
|
"variants" : [ {
|
20894
21103
|
"hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
|
20895
21104
|
"tags" : [ "fips" ]
|
21105
|
+
}, {
|
21106
|
+
"hostname" : "route53resolver-fips.ca-central-1.api.aws",
|
21107
|
+
"tags" : [ "dualstack", "fips" ]
|
21108
|
+
}, {
|
21109
|
+
"hostname" : "route53resolver.ca-central-1.api.aws",
|
21110
|
+
"tags" : [ "dualstack" ]
|
20896
21111
|
} ]
|
20897
21112
|
},
|
20898
21113
|
"ca-central-1-fips" : {
|
@@ -20906,6 +21121,12 @@
|
|
20906
21121
|
"variants" : [ {
|
20907
21122
|
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
|
20908
21123
|
"tags" : [ "fips" ]
|
21124
|
+
}, {
|
21125
|
+
"hostname" : "route53resolver-fips.ca-west-1.api.aws",
|
21126
|
+
"tags" : [ "dualstack", "fips" ]
|
21127
|
+
}, {
|
21128
|
+
"hostname" : "route53resolver.ca-west-1.api.aws",
|
21129
|
+
"tags" : [ "dualstack" ]
|
20909
21130
|
} ]
|
20910
21131
|
},
|
20911
21132
|
"ca-west-1-fips" : {
|
@@ -20915,36 +21136,113 @@
|
|
20915
21136
|
"deprecated" : true,
|
20916
21137
|
"hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
|
20917
21138
|
},
|
20918
|
-
"eu-central-1" : {
|
20919
|
-
"eu-central-2" : { },
|
20920
|
-
"eu-north-1" : { },
|
20921
|
-
"eu-south-1" : { },
|
20922
|
-
"eu-south-2" : { },
|
20923
|
-
"eu-west-1" : { },
|
20924
|
-
"eu-west-2" : { },
|
20925
|
-
"eu-west-3" : { },
|
20926
|
-
"il-central-1" : { },
|
20927
|
-
"me-central-1" : { },
|
20928
|
-
"me-south-1" : { },
|
20929
|
-
"mx-central-1" : { },
|
20930
|
-
"sa-east-1" : { },
|
20931
|
-
"us-east-1" : {
|
21139
|
+
"eu-central-1" : {
|
20932
21140
|
"variants" : [ {
|
20933
|
-
"hostname" : "route53resolver
|
20934
|
-
"tags" : [ "
|
21141
|
+
"hostname" : "route53resolver.eu-central-1.api.aws",
|
21142
|
+
"tags" : [ "dualstack" ]
|
20935
21143
|
} ]
|
20936
21144
|
},
|
20937
|
-
"
|
20938
|
-
"
|
20939
|
-
"
|
20940
|
-
|
20941
|
-
|
20942
|
-
|
20943
|
-
|
21145
|
+
"eu-central-2" : {
|
21146
|
+
"variants" : [ {
|
21147
|
+
"hostname" : "route53resolver.eu-central-2.api.aws",
|
21148
|
+
"tags" : [ "dualstack" ]
|
21149
|
+
} ]
|
21150
|
+
},
|
21151
|
+
"eu-north-1" : {
|
21152
|
+
"variants" : [ {
|
21153
|
+
"hostname" : "route53resolver.eu-north-1.api.aws",
|
21154
|
+
"tags" : [ "dualstack" ]
|
21155
|
+
} ]
|
21156
|
+
},
|
21157
|
+
"eu-south-1" : {
|
21158
|
+
"variants" : [ {
|
21159
|
+
"hostname" : "route53resolver.eu-south-1.api.aws",
|
21160
|
+
"tags" : [ "dualstack" ]
|
21161
|
+
} ]
|
21162
|
+
},
|
21163
|
+
"eu-south-2" : {
|
21164
|
+
"variants" : [ {
|
21165
|
+
"hostname" : "route53resolver.eu-south-2.api.aws",
|
21166
|
+
"tags" : [ "dualstack" ]
|
21167
|
+
} ]
|
21168
|
+
},
|
21169
|
+
"eu-west-1" : {
|
21170
|
+
"variants" : [ {
|
21171
|
+
"hostname" : "route53resolver.eu-west-1.api.aws",
|
21172
|
+
"tags" : [ "dualstack" ]
|
21173
|
+
} ]
|
21174
|
+
},
|
21175
|
+
"eu-west-2" : {
|
21176
|
+
"variants" : [ {
|
21177
|
+
"hostname" : "route53resolver.eu-west-2.api.aws",
|
21178
|
+
"tags" : [ "dualstack" ]
|
21179
|
+
} ]
|
21180
|
+
},
|
21181
|
+
"eu-west-3" : {
|
21182
|
+
"variants" : [ {
|
21183
|
+
"hostname" : "route53resolver.eu-west-3.api.aws",
|
21184
|
+
"tags" : [ "dualstack" ]
|
21185
|
+
} ]
|
21186
|
+
},
|
21187
|
+
"il-central-1" : {
|
21188
|
+
"variants" : [ {
|
21189
|
+
"hostname" : "route53resolver.il-central-1.api.aws",
|
21190
|
+
"tags" : [ "dualstack" ]
|
21191
|
+
} ]
|
21192
|
+
},
|
21193
|
+
"me-central-1" : {
|
21194
|
+
"variants" : [ {
|
21195
|
+
"hostname" : "route53resolver.me-central-1.api.aws",
|
21196
|
+
"tags" : [ "dualstack" ]
|
21197
|
+
} ]
|
21198
|
+
},
|
21199
|
+
"me-south-1" : {
|
21200
|
+
"variants" : [ {
|
21201
|
+
"hostname" : "route53resolver.me-south-1.api.aws",
|
21202
|
+
"tags" : [ "dualstack" ]
|
21203
|
+
} ]
|
21204
|
+
},
|
21205
|
+
"mx-central-1" : {
|
21206
|
+
"variants" : [ {
|
21207
|
+
"hostname" : "route53resolver.mx-central-1.api.aws",
|
21208
|
+
"tags" : [ "dualstack" ]
|
21209
|
+
} ]
|
21210
|
+
},
|
21211
|
+
"sa-east-1" : {
|
21212
|
+
"variants" : [ {
|
21213
|
+
"hostname" : "route53resolver.sa-east-1.api.aws",
|
21214
|
+
"tags" : [ "dualstack" ]
|
21215
|
+
} ]
|
21216
|
+
},
|
21217
|
+
"us-east-1" : {
|
21218
|
+
"variants" : [ {
|
21219
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
|
21220
|
+
"tags" : [ "fips" ]
|
21221
|
+
}, {
|
21222
|
+
"hostname" : "route53resolver-fips.us-east-1.api.aws",
|
21223
|
+
"tags" : [ "dualstack", "fips" ]
|
21224
|
+
}, {
|
21225
|
+
"hostname" : "route53resolver.us-east-1.api.aws",
|
21226
|
+
"tags" : [ "dualstack" ]
|
21227
|
+
} ]
|
21228
|
+
},
|
21229
|
+
"us-east-1-fips" : {
|
21230
|
+
"credentialScope" : {
|
21231
|
+
"region" : "us-east-1"
|
21232
|
+
},
|
21233
|
+
"deprecated" : true,
|
21234
|
+
"hostname" : "route53resolver-fips.us-east-1.amazonaws.com"
|
21235
|
+
},
|
20944
21236
|
"us-east-2" : {
|
20945
21237
|
"variants" : [ {
|
20946
21238
|
"hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
|
20947
21239
|
"tags" : [ "fips" ]
|
21240
|
+
}, {
|
21241
|
+
"hostname" : "route53resolver-fips.us-east-2.api.aws",
|
21242
|
+
"tags" : [ "dualstack", "fips" ]
|
21243
|
+
}, {
|
21244
|
+
"hostname" : "route53resolver.us-east-2.api.aws",
|
21245
|
+
"tags" : [ "dualstack" ]
|
20948
21246
|
} ]
|
20949
21247
|
},
|
20950
21248
|
"us-east-2-fips" : {
|
@@ -20958,6 +21256,12 @@
|
|
20958
21256
|
"variants" : [ {
|
20959
21257
|
"hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
|
20960
21258
|
"tags" : [ "fips" ]
|
21259
|
+
}, {
|
21260
|
+
"hostname" : "route53resolver-fips.us-west-1.api.aws",
|
21261
|
+
"tags" : [ "dualstack", "fips" ]
|
21262
|
+
}, {
|
21263
|
+
"hostname" : "route53resolver.us-west-1.api.aws",
|
21264
|
+
"tags" : [ "dualstack" ]
|
20961
21265
|
} ]
|
20962
21266
|
},
|
20963
21267
|
"us-west-1-fips" : {
|
@@ -20971,6 +21275,12 @@
|
|
20971
21275
|
"variants" : [ {
|
20972
21276
|
"hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
|
20973
21277
|
"tags" : [ "fips" ]
|
21278
|
+
}, {
|
21279
|
+
"hostname" : "route53resolver-fips.us-west-2.api.aws",
|
21280
|
+
"tags" : [ "dualstack", "fips" ]
|
21281
|
+
}, {
|
21282
|
+
"hostname" : "route53resolver.us-west-2.api.aws",
|
21283
|
+
"tags" : [ "dualstack" ]
|
20974
21284
|
} ]
|
20975
21285
|
},
|
20976
21286
|
"us-west-2-fips" : {
|
@@ -29350,7 +29660,11 @@
|
|
29350
29660
|
"region" : "cn-northwest-1"
|
29351
29661
|
},
|
29352
29662
|
"hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
|
29353
|
-
"protocols" : [ "https" ]
|
29663
|
+
"protocols" : [ "https" ],
|
29664
|
+
"variants" : [ {
|
29665
|
+
"hostname" : "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
|
29666
|
+
"tags" : [ "dualstack" ]
|
29667
|
+
} ]
|
29354
29668
|
}
|
29355
29669
|
}
|
29356
29670
|
},
|
@@ -29980,8 +30294,18 @@
|
|
29980
30294
|
"protocols" : [ "https" ]
|
29981
30295
|
},
|
29982
30296
|
"endpoints" : {
|
29983
|
-
"cn-north-1" : {
|
29984
|
-
|
30297
|
+
"cn-north-1" : {
|
30298
|
+
"variants" : [ {
|
30299
|
+
"hostname" : "route53resolver.cn-north-1.api.amazonwebservices.com.cn",
|
30300
|
+
"tags" : [ "dualstack" ]
|
30301
|
+
} ]
|
30302
|
+
},
|
30303
|
+
"cn-northwest-1" : {
|
30304
|
+
"variants" : [ {
|
30305
|
+
"hostname" : "route53resolver.cn-northwest-1.api.amazonwebservices.com.cn",
|
30306
|
+
"tags" : [ "dualstack" ]
|
30307
|
+
} ]
|
30308
|
+
}
|
29985
30309
|
}
|
29986
30310
|
},
|
29987
30311
|
"runtime.sagemaker" : {
|
@@ -31631,6 +31955,12 @@
|
|
31631
31955
|
"variants" : [ {
|
31632
31956
|
"hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com",
|
31633
31957
|
"tags" : [ "fips" ]
|
31958
|
+
}, {
|
31959
|
+
"hostname" : "comprehend-fips.us-gov-west-1.api.aws",
|
31960
|
+
"tags" : [ "dualstack", "fips" ]
|
31961
|
+
}, {
|
31962
|
+
"hostname" : "comprehend.us-gov-west-1.api.aws",
|
31963
|
+
"tags" : [ "dualstack" ]
|
31634
31964
|
} ]
|
31635
31965
|
}
|
31636
31966
|
}
|
@@ -33770,8 +34100,18 @@
|
|
33770
34100
|
}
|
33771
34101
|
},
|
33772
34102
|
"endpoints" : {
|
33773
|
-
"us-gov-east-1" : {
|
33774
|
-
|
34103
|
+
"us-gov-east-1" : {
|
34104
|
+
"variants" : [ {
|
34105
|
+
"hostname" : "metering-marketplace.us-gov-east-1.api.aws",
|
34106
|
+
"tags" : [ "dualstack" ]
|
34107
|
+
} ]
|
34108
|
+
},
|
34109
|
+
"us-gov-west-1" : {
|
34110
|
+
"variants" : [ {
|
34111
|
+
"hostname" : "metering-marketplace.us-gov-west-1.api.aws",
|
34112
|
+
"tags" : [ "dualstack" ]
|
34113
|
+
} ]
|
34114
|
+
}
|
33775
34115
|
}
|
33776
34116
|
},
|
33777
34117
|
"metrics.sagemaker" : {
|
@@ -34434,6 +34774,12 @@
|
|
34434
34774
|
"variants" : [ {
|
34435
34775
|
"hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com",
|
34436
34776
|
"tags" : [ "fips" ]
|
34777
|
+
}, {
|
34778
|
+
"hostname" : "rekognition-fips.us-gov-west-1.api.aws",
|
34779
|
+
"tags" : [ "dualstack", "fips" ]
|
34780
|
+
}, {
|
34781
|
+
"hostname" : "rekognition.us-gov-west-1.api.aws",
|
34782
|
+
"tags" : [ "dualstack" ]
|
34437
34783
|
} ]
|
34438
34784
|
},
|
34439
34785
|
"us-gov-west-1-fips" : {
|
@@ -34609,6 +34955,12 @@
|
|
34609
34955
|
"variants" : [ {
|
34610
34956
|
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
|
34611
34957
|
"tags" : [ "fips" ]
|
34958
|
+
}, {
|
34959
|
+
"hostname" : "route53resolver.us-gov-east-1.api.aws",
|
34960
|
+
"tags" : [ "dualstack" ]
|
34961
|
+
}, {
|
34962
|
+
"hostname" : "route53resolver.us-gov-east-1.api.aws",
|
34963
|
+
"tags" : [ "dualstack", "fips" ]
|
34612
34964
|
} ]
|
34613
34965
|
},
|
34614
34966
|
"us-gov-east-1-fips" : {
|
@@ -34619,6 +34971,12 @@
|
|
34619
34971
|
"variants" : [ {
|
34620
34972
|
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
|
34621
34973
|
"tags" : [ "fips" ]
|
34974
|
+
}, {
|
34975
|
+
"hostname" : "route53resolver.us-gov-west-1.api.aws",
|
34976
|
+
"tags" : [ "dualstack" ]
|
34977
|
+
}, {
|
34978
|
+
"hostname" : "route53resolver.us-gov-west-1.api.aws",
|
34979
|
+
"tags" : [ "dualstack", "fips" ]
|
34622
34980
|
} ]
|
34623
34981
|
},
|
34624
34982
|
"us-gov-west-1-fips" : {
|
@@ -38090,7 +38448,491 @@
|
|
38090
38448
|
"description" : "EU ISOE West"
|
38091
38449
|
}
|
38092
38450
|
},
|
38093
|
-
"services" : {
|
38451
|
+
"services" : {
|
38452
|
+
"access-analyzer" : {
|
38453
|
+
"endpoints" : {
|
38454
|
+
"eu-isoe-west-1" : {
|
38455
|
+
"variants" : [ {
|
38456
|
+
"hostname" : "access-analyzer.eu-isoe-west-1.api.cloud-aws.adc-e.uk",
|
38457
|
+
"tags" : [ "dualstack" ]
|
38458
|
+
} ]
|
38459
|
+
}
|
38460
|
+
}
|
38461
|
+
},
|
38462
|
+
"acm" : {
|
38463
|
+
"endpoints" : {
|
38464
|
+
"eu-isoe-west-1" : { }
|
38465
|
+
}
|
38466
|
+
},
|
38467
|
+
"acm-pca" : {
|
38468
|
+
"defaults" : {
|
38469
|
+
"protocols" : [ "https" ]
|
38470
|
+
},
|
38471
|
+
"endpoints" : {
|
38472
|
+
"eu-isoe-west-1" : { }
|
38473
|
+
}
|
38474
|
+
},
|
38475
|
+
"api.ecr" : {
|
38476
|
+
"endpoints" : {
|
38477
|
+
"eu-isoe-west-1" : {
|
38478
|
+
"credentialScope" : {
|
38479
|
+
"region" : "eu-isoe-west-1"
|
38480
|
+
},
|
38481
|
+
"hostname" : "api.ecr.eu-isoe-west-1.cloud.adc-e.uk"
|
38482
|
+
}
|
38483
|
+
}
|
38484
|
+
},
|
38485
|
+
"api.pricing" : {
|
38486
|
+
"defaults" : {
|
38487
|
+
"credentialScope" : {
|
38488
|
+
"service" : "pricing"
|
38489
|
+
}
|
38490
|
+
},
|
38491
|
+
"endpoints" : {
|
38492
|
+
"eu-isoe-west-1" : { }
|
38493
|
+
}
|
38494
|
+
},
|
38495
|
+
"appconfig" : {
|
38496
|
+
"endpoints" : {
|
38497
|
+
"eu-isoe-west-1" : { }
|
38498
|
+
}
|
38499
|
+
},
|
38500
|
+
"appconfigdata" : {
|
38501
|
+
"endpoints" : {
|
38502
|
+
"eu-isoe-west-1" : { }
|
38503
|
+
}
|
38504
|
+
},
|
38505
|
+
"application-autoscaling" : {
|
38506
|
+
"defaults" : {
|
38507
|
+
"protocols" : [ "http", "https" ]
|
38508
|
+
},
|
38509
|
+
"endpoints" : {
|
38510
|
+
"eu-isoe-west-1" : { }
|
38511
|
+
}
|
38512
|
+
},
|
38513
|
+
"arc-zonal-shift" : {
|
38514
|
+
"endpoints" : {
|
38515
|
+
"eu-isoe-west-1" : { }
|
38516
|
+
}
|
38517
|
+
},
|
38518
|
+
"athena" : {
|
38519
|
+
"endpoints" : {
|
38520
|
+
"eu-isoe-west-1" : { }
|
38521
|
+
}
|
38522
|
+
},
|
38523
|
+
"autoscaling" : {
|
38524
|
+
"defaults" : {
|
38525
|
+
"protocols" : [ "http", "https" ]
|
38526
|
+
},
|
38527
|
+
"endpoints" : {
|
38528
|
+
"eu-isoe-west-1" : { }
|
38529
|
+
}
|
38530
|
+
},
|
38531
|
+
"batch" : {
|
38532
|
+
"endpoints" : {
|
38533
|
+
"eu-isoe-west-1" : { }
|
38534
|
+
}
|
38535
|
+
},
|
38536
|
+
"budgets" : {
|
38537
|
+
"endpoints" : {
|
38538
|
+
"aws-iso-e-global" : {
|
38539
|
+
"credentialScope" : {
|
38540
|
+
"region" : "eu-isoe-west-1"
|
38541
|
+
},
|
38542
|
+
"hostname" : "budgets.global.cloud.adc-e.uk"
|
38543
|
+
},
|
38544
|
+
"eu-isoe-west-1" : {
|
38545
|
+
"credentialScope" : {
|
38546
|
+
"region" : "eu-isoe-west-1"
|
38547
|
+
},
|
38548
|
+
"hostname" : "budgets.global.cloud.adc-e.uk"
|
38549
|
+
}
|
38550
|
+
},
|
38551
|
+
"isRegionalized" : false,
|
38552
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38553
|
+
},
|
38554
|
+
"cloudcontrolapi" : {
|
38555
|
+
"endpoints" : {
|
38556
|
+
"eu-isoe-west-1" : { }
|
38557
|
+
}
|
38558
|
+
},
|
38559
|
+
"cloudformation" : {
|
38560
|
+
"endpoints" : {
|
38561
|
+
"eu-isoe-west-1" : { }
|
38562
|
+
}
|
38563
|
+
},
|
38564
|
+
"cloudtrail" : {
|
38565
|
+
"endpoints" : {
|
38566
|
+
"eu-isoe-west-1" : { }
|
38567
|
+
}
|
38568
|
+
},
|
38569
|
+
"codedeploy" : {
|
38570
|
+
"endpoints" : {
|
38571
|
+
"eu-isoe-west-1" : { }
|
38572
|
+
}
|
38573
|
+
},
|
38574
|
+
"compute-optimizer" : {
|
38575
|
+
"endpoints" : {
|
38576
|
+
"eu-isoe-west-1" : {
|
38577
|
+
"credentialScope" : {
|
38578
|
+
"region" : "eu-isoe-west-1"
|
38579
|
+
},
|
38580
|
+
"hostname" : "compute-optimizer.eu-isoe-west-1.cloud.adc-e.uk"
|
38581
|
+
}
|
38582
|
+
}
|
38583
|
+
},
|
38584
|
+
"config" : {
|
38585
|
+
"endpoints" : {
|
38586
|
+
"eu-isoe-west-1" : { }
|
38587
|
+
}
|
38588
|
+
},
|
38589
|
+
"cost-optimization-hub" : {
|
38590
|
+
"endpoints" : {
|
38591
|
+
"eu-isoe-west-1" : {
|
38592
|
+
"credentialScope" : {
|
38593
|
+
"region" : "eu-isoe-west-1"
|
38594
|
+
},
|
38595
|
+
"hostname" : "cost-optimization-hub.eu-isoe-west-1.cloud.adc-e.uk"
|
38596
|
+
}
|
38597
|
+
}
|
38598
|
+
},
|
38599
|
+
"directconnect" : {
|
38600
|
+
"endpoints" : {
|
38601
|
+
"eu-isoe-west-1" : { }
|
38602
|
+
}
|
38603
|
+
},
|
38604
|
+
"dlm" : {
|
38605
|
+
"endpoints" : {
|
38606
|
+
"eu-isoe-west-1" : { }
|
38607
|
+
}
|
38608
|
+
},
|
38609
|
+
"ds" : {
|
38610
|
+
"endpoints" : {
|
38611
|
+
"eu-isoe-west-1" : { }
|
38612
|
+
}
|
38613
|
+
},
|
38614
|
+
"dynamodb" : {
|
38615
|
+
"defaults" : {
|
38616
|
+
"protocols" : [ "http", "https" ]
|
38617
|
+
},
|
38618
|
+
"endpoints" : {
|
38619
|
+
"eu-isoe-west-1" : { }
|
38620
|
+
}
|
38621
|
+
},
|
38622
|
+
"ebs" : {
|
38623
|
+
"endpoints" : {
|
38624
|
+
"eu-isoe-west-1" : { }
|
38625
|
+
}
|
38626
|
+
},
|
38627
|
+
"ec2" : {
|
38628
|
+
"defaults" : {
|
38629
|
+
"protocols" : [ "https" ]
|
38630
|
+
},
|
38631
|
+
"endpoints" : {
|
38632
|
+
"eu-isoe-west-1" : { }
|
38633
|
+
}
|
38634
|
+
},
|
38635
|
+
"ecs" : {
|
38636
|
+
"endpoints" : {
|
38637
|
+
"eu-isoe-west-1" : { }
|
38638
|
+
}
|
38639
|
+
},
|
38640
|
+
"eks" : {
|
38641
|
+
"defaults" : {
|
38642
|
+
"protocols" : [ "http", "https" ]
|
38643
|
+
},
|
38644
|
+
"endpoints" : {
|
38645
|
+
"eu-isoe-west-1" : { }
|
38646
|
+
}
|
38647
|
+
},
|
38648
|
+
"elasticache" : {
|
38649
|
+
"endpoints" : {
|
38650
|
+
"eu-isoe-west-1" : { }
|
38651
|
+
}
|
38652
|
+
},
|
38653
|
+
"elasticfilesystem" : {
|
38654
|
+
"endpoints" : {
|
38655
|
+
"eu-isoe-west-1" : {
|
38656
|
+
"variants" : [ {
|
38657
|
+
"hostname" : "elasticfilesystem-fips.eu-isoe-west-1.cloud.adc-e.uk",
|
38658
|
+
"tags" : [ "fips" ]
|
38659
|
+
} ]
|
38660
|
+
},
|
38661
|
+
"fips-eu-isoe-west-1" : {
|
38662
|
+
"credentialScope" : {
|
38663
|
+
"region" : "eu-isoe-west-1"
|
38664
|
+
},
|
38665
|
+
"deprecated" : true,
|
38666
|
+
"hostname" : "elasticfilesystem-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38667
|
+
}
|
38668
|
+
}
|
38669
|
+
},
|
38670
|
+
"elasticloadbalancing" : {
|
38671
|
+
"defaults" : {
|
38672
|
+
"protocols" : [ "https" ]
|
38673
|
+
},
|
38674
|
+
"endpoints" : {
|
38675
|
+
"eu-isoe-west-1" : { }
|
38676
|
+
}
|
38677
|
+
},
|
38678
|
+
"elasticmapreduce" : {
|
38679
|
+
"endpoints" : {
|
38680
|
+
"eu-isoe-west-1" : { }
|
38681
|
+
}
|
38682
|
+
},
|
38683
|
+
"emr-serverless" : {
|
38684
|
+
"endpoints" : {
|
38685
|
+
"eu-isoe-west-1" : { }
|
38686
|
+
}
|
38687
|
+
},
|
38688
|
+
"es" : {
|
38689
|
+
"endpoints" : {
|
38690
|
+
"eu-isoe-west-1" : { }
|
38691
|
+
}
|
38692
|
+
},
|
38693
|
+
"events" : {
|
38694
|
+
"endpoints" : {
|
38695
|
+
"eu-isoe-west-1" : { }
|
38696
|
+
}
|
38697
|
+
},
|
38698
|
+
"firehose" : {
|
38699
|
+
"endpoints" : {
|
38700
|
+
"eu-isoe-west-1" : { }
|
38701
|
+
}
|
38702
|
+
},
|
38703
|
+
"glue" : {
|
38704
|
+
"endpoints" : {
|
38705
|
+
"eu-isoe-west-1" : { }
|
38706
|
+
}
|
38707
|
+
},
|
38708
|
+
"kms" : {
|
38709
|
+
"endpoints" : {
|
38710
|
+
"ProdFips" : {
|
38711
|
+
"credentialScope" : {
|
38712
|
+
"region" : "eu-isoe-west-1"
|
38713
|
+
},
|
38714
|
+
"deprecated" : true,
|
38715
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38716
|
+
},
|
38717
|
+
"eu-isoe-west-1" : {
|
38718
|
+
"variants" : [ {
|
38719
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk",
|
38720
|
+
"tags" : [ "fips" ]
|
38721
|
+
} ]
|
38722
|
+
},
|
38723
|
+
"eu-isoe-west-1-fips" : {
|
38724
|
+
"credentialScope" : {
|
38725
|
+
"region" : "eu-isoe-west-1"
|
38726
|
+
},
|
38727
|
+
"deprecated" : true,
|
38728
|
+
"hostname" : "kms-fips.eu-isoe-west-1.cloud.adc-e.uk"
|
38729
|
+
}
|
38730
|
+
}
|
38731
|
+
},
|
38732
|
+
"lakeformation" : {
|
38733
|
+
"endpoints" : {
|
38734
|
+
"eu-isoe-west-1" : { }
|
38735
|
+
}
|
38736
|
+
},
|
38737
|
+
"lambda" : {
|
38738
|
+
"endpoints" : {
|
38739
|
+
"eu-isoe-west-1" : {
|
38740
|
+
"variants" : [ {
|
38741
|
+
"hostname" : "lambda.eu-isoe-west-1.api.cloud-aws.adc-e.uk",
|
38742
|
+
"tags" : [ "dualstack" ]
|
38743
|
+
} ]
|
38744
|
+
}
|
38745
|
+
}
|
38746
|
+
},
|
38747
|
+
"logs" : {
|
38748
|
+
"endpoints" : {
|
38749
|
+
"eu-isoe-west-1" : { }
|
38750
|
+
}
|
38751
|
+
},
|
38752
|
+
"monitoring" : {
|
38753
|
+
"endpoints" : {
|
38754
|
+
"eu-isoe-west-1" : { }
|
38755
|
+
}
|
38756
|
+
},
|
38757
|
+
"oam" : {
|
38758
|
+
"endpoints" : {
|
38759
|
+
"eu-isoe-west-1" : { }
|
38760
|
+
}
|
38761
|
+
},
|
38762
|
+
"organizations" : {
|
38763
|
+
"endpoints" : {
|
38764
|
+
"aws-iso-e-global" : {
|
38765
|
+
"credentialScope" : {
|
38766
|
+
"region" : "eu-isoe-west-1"
|
38767
|
+
},
|
38768
|
+
"hostname" : "organizations.eu-isoe-west-1.cloud.adc-e.uk"
|
38769
|
+
}
|
38770
|
+
},
|
38771
|
+
"isRegionalized" : false,
|
38772
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38773
|
+
},
|
38774
|
+
"pi" : {
|
38775
|
+
"endpoints" : {
|
38776
|
+
"eu-isoe-west-1" : {
|
38777
|
+
"protocols" : [ "https" ]
|
38778
|
+
}
|
38779
|
+
}
|
38780
|
+
},
|
38781
|
+
"pipes" : {
|
38782
|
+
"endpoints" : {
|
38783
|
+
"eu-isoe-west-1" : { }
|
38784
|
+
}
|
38785
|
+
},
|
38786
|
+
"ram" : {
|
38787
|
+
"endpoints" : {
|
38788
|
+
"eu-isoe-west-1" : { }
|
38789
|
+
}
|
38790
|
+
},
|
38791
|
+
"rbin" : {
|
38792
|
+
"endpoints" : {
|
38793
|
+
"eu-isoe-west-1" : { }
|
38794
|
+
}
|
38795
|
+
},
|
38796
|
+
"rds" : {
|
38797
|
+
"endpoints" : {
|
38798
|
+
"eu-isoe-west-1" : { }
|
38799
|
+
}
|
38800
|
+
},
|
38801
|
+
"redshift" : {
|
38802
|
+
"endpoints" : {
|
38803
|
+
"eu-isoe-west-1" : { }
|
38804
|
+
}
|
38805
|
+
},
|
38806
|
+
"resource-groups" : {
|
38807
|
+
"endpoints" : {
|
38808
|
+
"eu-isoe-west-1" : { }
|
38809
|
+
}
|
38810
|
+
},
|
38811
|
+
"route53" : {
|
38812
|
+
"endpoints" : {
|
38813
|
+
"aws-iso-e-global" : {
|
38814
|
+
"credentialScope" : {
|
38815
|
+
"region" : "eu-isoe-west-1"
|
38816
|
+
},
|
38817
|
+
"hostname" : "route53.cloud.adc-e.uk"
|
38818
|
+
}
|
38819
|
+
},
|
38820
|
+
"isRegionalized" : false,
|
38821
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38822
|
+
},
|
38823
|
+
"route53resolver" : {
|
38824
|
+
"endpoints" : {
|
38825
|
+
"eu-isoe-west-1" : { }
|
38826
|
+
}
|
38827
|
+
},
|
38828
|
+
"s3" : {
|
38829
|
+
"defaults" : {
|
38830
|
+
"protocols" : [ "http", "https" ],
|
38831
|
+
"signatureVersions" : [ "s3v4" ]
|
38832
|
+
},
|
38833
|
+
"endpoints" : {
|
38834
|
+
"eu-isoe-west-1" : { }
|
38835
|
+
}
|
38836
|
+
},
|
38837
|
+
"savingsplans" : {
|
38838
|
+
"endpoints" : {
|
38839
|
+
"aws-iso-e-global" : {
|
38840
|
+
"credentialScope" : {
|
38841
|
+
"region" : "eu-isoe-west-1"
|
38842
|
+
},
|
38843
|
+
"hostname" : "savingsplans.cloud.adc-e.uk"
|
38844
|
+
}
|
38845
|
+
},
|
38846
|
+
"isRegionalized" : false,
|
38847
|
+
"partitionEndpoint" : "aws-iso-e-global"
|
38848
|
+
},
|
38849
|
+
"scheduler" : {
|
38850
|
+
"endpoints" : {
|
38851
|
+
"eu-isoe-west-1" : { }
|
38852
|
+
}
|
38853
|
+
},
|
38854
|
+
"servicecatalog" : {
|
38855
|
+
"endpoints" : {
|
38856
|
+
"eu-isoe-west-1" : { }
|
38857
|
+
}
|
38858
|
+
},
|
38859
|
+
"servicediscovery" : {
|
38860
|
+
"endpoints" : {
|
38861
|
+
"eu-isoe-west-1" : { }
|
38862
|
+
}
|
38863
|
+
},
|
38864
|
+
"servicequotas" : {
|
38865
|
+
"defaults" : {
|
38866
|
+
"protocols" : [ "https" ]
|
38867
|
+
},
|
38868
|
+
"endpoints" : {
|
38869
|
+
"eu-isoe-west-1" : { }
|
38870
|
+
}
|
38871
|
+
},
|
38872
|
+
"sns" : {
|
38873
|
+
"defaults" : {
|
38874
|
+
"protocols" : [ "http", "https" ]
|
38875
|
+
},
|
38876
|
+
"endpoints" : {
|
38877
|
+
"eu-isoe-west-1" : { }
|
38878
|
+
}
|
38879
|
+
},
|
38880
|
+
"sqs" : {
|
38881
|
+
"defaults" : {
|
38882
|
+
"protocols" : [ "http", "https" ],
|
38883
|
+
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
38884
|
+
},
|
38885
|
+
"endpoints" : {
|
38886
|
+
"eu-isoe-west-1" : { }
|
38887
|
+
}
|
38888
|
+
},
|
38889
|
+
"ssm" : {
|
38890
|
+
"endpoints" : {
|
38891
|
+
"eu-isoe-west-1" : { }
|
38892
|
+
}
|
38893
|
+
},
|
38894
|
+
"states" : {
|
38895
|
+
"endpoints" : {
|
38896
|
+
"eu-isoe-west-1" : { }
|
38897
|
+
}
|
38898
|
+
},
|
38899
|
+
"streams.dynamodb" : {
|
38900
|
+
"defaults" : {
|
38901
|
+
"credentialScope" : {
|
38902
|
+
"service" : "dynamodb"
|
38903
|
+
},
|
38904
|
+
"protocols" : [ "http", "https" ]
|
38905
|
+
},
|
38906
|
+
"endpoints" : {
|
38907
|
+
"eu-isoe-west-1" : { }
|
38908
|
+
}
|
38909
|
+
},
|
38910
|
+
"sts" : {
|
38911
|
+
"endpoints" : {
|
38912
|
+
"eu-isoe-west-1" : { }
|
38913
|
+
}
|
38914
|
+
},
|
38915
|
+
"swf" : {
|
38916
|
+
"endpoints" : {
|
38917
|
+
"eu-isoe-west-1" : { }
|
38918
|
+
}
|
38919
|
+
},
|
38920
|
+
"synthetics" : {
|
38921
|
+
"endpoints" : {
|
38922
|
+
"eu-isoe-west-1" : { }
|
38923
|
+
}
|
38924
|
+
},
|
38925
|
+
"tagging" : {
|
38926
|
+
"endpoints" : {
|
38927
|
+
"eu-isoe-west-1" : { }
|
38928
|
+
}
|
38929
|
+
},
|
38930
|
+
"xray" : {
|
38931
|
+
"endpoints" : {
|
38932
|
+
"eu-isoe-west-1" : { }
|
38933
|
+
}
|
38934
|
+
}
|
38935
|
+
}
|
38094
38936
|
}, {
|
38095
38937
|
"defaults" : {
|
38096
38938
|
"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.1087.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-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|