aws-partitions 1.1085.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +386 -45
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3e1fd5627ba61fae0413373d833ca722de24e9be88a12f235963ab6278985b6
4
- data.tar.gz: 93d2ae67deab0b270b36bb0a4b2383f48a38265d19c05fe7a8da052f9db74588
3
+ metadata.gz: bc4429476b05be24d2116844b0d38f73d01ea2599e288571e3a35f3d7be0ae1e
4
+ data.tar.gz: 635bb9d8df0c2515a34d86a2fa2aae1ed9a70a1f250eeeca003888a2952b18f2
5
5
  SHA512:
6
- metadata.gz: 9f9cf98b9d41d85b83cd69a50825eae86425ad74f4b27b9df8240e0a8457fd1a8b64415feb0ce8e2503189294566ff18a7b1d7c525ec22901d11dc1c32cb1f2e
7
- data.tar.gz: 1bb6d6a222fbbd92bae0cfb6c8086ca7b950f3271198e3108c79f6143c1a2a864f2caf11da99a9cbc124eac8fda6d0eef157557f3a0267b2fb47658fc9c9e6cc
6
+ metadata.gz: 17587ea70c67253898f115615e03017112701a4e4c2b8dbfa175029c96dc546969515a641467f20288dc0298ddb31c3969deac94020ce46b38ebc6f610c16781
7
+ data.tar.gz: cc15192f94727829493573fdfc5a37f14070489ba00e30ba43bb7c65e5c20425c43c4f6779b011a12751a12c16188a59fd0ccb1a479281c7a3020dbd1692bd0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
4
14
  1.1085.0 (2025-04-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1085.0
1
+ 1.1087.0
data/partitions.json CHANGED
@@ -6108,25 +6108,66 @@
6108
6108
  "protocols" : [ "https" ]
6109
6109
  },
6110
6110
  "endpoints" : {
6111
- "ap-northeast-1" : { },
6112
- "ap-northeast-2" : { },
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
- "ap-southeast-2" : { },
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
  }
@@ -20057,15 +20110,46 @@
20057
20110
  },
20058
20111
  "rekognition" : {
20059
20112
  "endpoints" : {
20060
- "ap-northeast-1" : { },
20061
- "ap-northeast-2" : { },
20062
- "ap-south-1" : { },
20063
- "ap-southeast-1" : { },
20064
- "ap-southeast-2" : { },
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
+ },
20065
20143
  "ca-central-1" : {
20066
20144
  "variants" : [ {
20067
20145
  "hostname" : "rekognition-fips.ca-central-1.amazonaws.com",
20068
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" ]
20069
20153
  } ]
20070
20154
  },
20071
20155
  "ca-central-1-fips" : {
@@ -20075,11 +20159,36 @@
20075
20159
  "deprecated" : true,
20076
20160
  "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
20077
20161
  },
20078
- "eu-central-1" : { },
20079
- "eu-south-2" : { },
20080
- "eu-west-1" : { },
20081
- "eu-west-2" : { },
20082
- "il-central-1" : { },
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
+ },
20083
20192
  "rekognition-fips.ca-central-1" : {
20084
20193
  "credentialScope" : {
20085
20194
  "region" : "ca-central-1"
@@ -20169,6 +20278,12 @@
20169
20278
  "variants" : [ {
20170
20279
  "hostname" : "rekognition-fips.us-east-1.amazonaws.com",
20171
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" ]
20172
20287
  } ]
20173
20288
  },
20174
20289
  "us-east-1-fips" : {
@@ -20182,6 +20297,12 @@
20182
20297
  "variants" : [ {
20183
20298
  "hostname" : "rekognition-fips.us-east-2.amazonaws.com",
20184
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" ]
20185
20306
  } ]
20186
20307
  },
20187
20308
  "us-east-2-fips" : {
@@ -20195,6 +20316,12 @@
20195
20316
  "variants" : [ {
20196
20317
  "hostname" : "rekognition-fips.us-west-1.amazonaws.com",
20197
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" ]
20198
20325
  } ]
20199
20326
  },
20200
20327
  "us-west-1-fips" : {
@@ -20208,6 +20335,12 @@
20208
20335
  "variants" : [ {
20209
20336
  "hostname" : "rekognition-fips.us-west-2.amazonaws.com",
20210
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" ]
20211
20344
  } ]
20212
20345
  },
20213
20346
  "us-west-2-fips" : {
@@ -20356,6 +20489,8 @@
20356
20489
  "ap-southeast-2" : { },
20357
20490
  "ap-southeast-3" : { },
20358
20491
  "ap-southeast-4" : { },
20492
+ "ap-southeast-5" : { },
20493
+ "ap-southeast-7" : { },
20359
20494
  "ca-central-1" : {
20360
20495
  "variants" : [ {
20361
20496
  "hostname" : "resource-explorer-2-fips.ca-central-1.amazonaws.com",
@@ -20427,6 +20562,7 @@
20427
20562
  "il-central-1" : { },
20428
20563
  "me-central-1" : { },
20429
20564
  "me-south-1" : { },
20565
+ "mx-central-1" : { },
20430
20566
  "sa-east-1" : { },
20431
20567
  "us-east-1" : {
20432
20568
  "variants" : [ {
@@ -20884,23 +21020,94 @@
20884
21020
  "protocols" : [ "https" ]
20885
21021
  },
20886
21022
  "endpoints" : {
20887
- "af-south-1" : { },
20888
- "ap-east-1" : { },
20889
- "ap-northeast-1" : { },
20890
- "ap-northeast-2" : { },
20891
- "ap-northeast-3" : { },
20892
- "ap-south-1" : { },
20893
- "ap-south-2" : { },
20894
- "ap-southeast-1" : { },
20895
- "ap-southeast-2" : { },
20896
- "ap-southeast-3" : { },
20897
- "ap-southeast-4" : { },
20898
- "ap-southeast-5" : { },
20899
- "ap-southeast-7" : { },
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
+ },
20900
21101
  "ca-central-1" : {
20901
21102
  "variants" : [ {
20902
21103
  "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
20903
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" ]
20904
21111
  } ]
20905
21112
  },
20906
21113
  "ca-central-1-fips" : {
@@ -20914,6 +21121,12 @@
20914
21121
  "variants" : [ {
20915
21122
  "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
20916
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" ]
20917
21130
  } ]
20918
21131
  },
20919
21132
  "ca-west-1-fips" : {
@@ -20923,23 +21136,94 @@
20923
21136
  "deprecated" : true,
20924
21137
  "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
20925
21138
  },
20926
- "eu-central-1" : { },
20927
- "eu-central-2" : { },
20928
- "eu-north-1" : { },
20929
- "eu-south-1" : { },
20930
- "eu-south-2" : { },
20931
- "eu-west-1" : { },
20932
- "eu-west-2" : { },
20933
- "eu-west-3" : { },
20934
- "il-central-1" : { },
20935
- "me-central-1" : { },
20936
- "me-south-1" : { },
20937
- "mx-central-1" : { },
20938
- "sa-east-1" : { },
21139
+ "eu-central-1" : {
21140
+ "variants" : [ {
21141
+ "hostname" : "route53resolver.eu-central-1.api.aws",
21142
+ "tags" : [ "dualstack" ]
21143
+ } ]
21144
+ },
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
+ },
20939
21217
  "us-east-1" : {
20940
21218
  "variants" : [ {
20941
21219
  "hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
20942
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" ]
20943
21227
  } ]
20944
21228
  },
20945
21229
  "us-east-1-fips" : {
@@ -20953,6 +21237,12 @@
20953
21237
  "variants" : [ {
20954
21238
  "hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
20955
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" ]
20956
21246
  } ]
20957
21247
  },
20958
21248
  "us-east-2-fips" : {
@@ -20966,6 +21256,12 @@
20966
21256
  "variants" : [ {
20967
21257
  "hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
20968
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" ]
20969
21265
  } ]
20970
21266
  },
20971
21267
  "us-west-1-fips" : {
@@ -20979,6 +21275,12 @@
20979
21275
  "variants" : [ {
20980
21276
  "hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
20981
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" ]
20982
21284
  } ]
20983
21285
  },
20984
21286
  "us-west-2-fips" : {
@@ -29992,8 +30294,18 @@
29992
30294
  "protocols" : [ "https" ]
29993
30295
  },
29994
30296
  "endpoints" : {
29995
- "cn-north-1" : { },
29996
- "cn-northwest-1" : { }
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
+ }
29997
30309
  }
29998
30310
  },
29999
30311
  "runtime.sagemaker" : {
@@ -31643,6 +31955,12 @@
31643
31955
  "variants" : [ {
31644
31956
  "hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com",
31645
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" ]
31646
31964
  } ]
31647
31965
  }
31648
31966
  }
@@ -34456,6 +34774,12 @@
34456
34774
  "variants" : [ {
34457
34775
  "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com",
34458
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" ]
34459
34783
  } ]
34460
34784
  },
34461
34785
  "us-gov-west-1-fips" : {
@@ -34631,6 +34955,12 @@
34631
34955
  "variants" : [ {
34632
34956
  "hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
34633
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" ]
34634
34964
  } ]
34635
34965
  },
34636
34966
  "us-gov-east-1-fips" : {
@@ -34641,6 +34971,12 @@
34641
34971
  "variants" : [ {
34642
34972
  "hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
34643
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" ]
34644
34980
  } ]
34645
34981
  },
34646
34982
  "us-gov-west-1-fips" : {
@@ -38484,6 +38820,11 @@
38484
38820
  "isRegionalized" : false,
38485
38821
  "partitionEndpoint" : "aws-iso-e-global"
38486
38822
  },
38823
+ "route53resolver" : {
38824
+ "endpoints" : {
38825
+ "eu-isoe-west-1" : { }
38826
+ }
38827
+ },
38487
38828
  "s3" : {
38488
38829
  "defaults" : {
38489
38830
  "protocols" : [ "http", "https" ],
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.1085.0
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-10 00:00:00.000000000 Z
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: