aws-partitions 1.1073.0 → 1.1075.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 +384 -50
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abd859cad069a326520d633d4733472cf590171f73a1c676e713bd074db8fd68
4
- data.tar.gz: d4659d810feaa458ad3ac369b311914152538250c19a24d12a5ef3fc27095d69
3
+ metadata.gz: 4a88549a347c46de9e0d7aa7d385e47c7ca80770490ff75ad0e7ca16634645f3
4
+ data.tar.gz: 46d640d30b6c5b3179c9a102a3082715343f0aa46bcbb2d49e82e237b3dfcdcb
5
5
  SHA512:
6
- metadata.gz: 659b8d203ad52245be44594578d6e75c2dc93f7cb620a98a15ee60990127d517d15738995f51664a23743162c761f3027bca01c60301d9692b103bc057c4f64f
7
- data.tar.gz: 44cf5393275058f7f2c809b56c9e700bc2a2d2809ca18ebcbac5d9e247674b7ab42fbce9cea02e69e2a8c8a6929ef4028db0cb4a5ff0f2c3b400955a8958cbfa
6
+ metadata.gz: 282a6c4e168684b992a349640a6316c3d15979fd6e9061064b7b859d4d9f9f4a547eeb5bf70c846bfcef4f01dad35fc03e31f4df68f06926abe143ef75c2b53f
7
+ data.tar.gz: ea0cc36cd2ee3ccac01f2ba0b774d0717bd08267677590c8f0c045d12a4d371a734e9b9bdaa48a2f3c1d4915c341443df901a2fdb6ae0f0909d0ccc4304c34ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1075.0 (2025-03-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1074.0 (2025-03-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1073.0 (2025-03-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1073.0
1
+ 1.1075.0
data/partitions.json CHANGED
@@ -14314,6 +14314,12 @@
14314
14314
  "tags" : [ "dualstack" ]
14315
14315
  } ]
14316
14316
  },
14317
+ "ap-southeast-7" : {
14318
+ "variants" : [ {
14319
+ "hostname" : "lakeformation.ap-southeast-7.api.aws",
14320
+ "tags" : [ "dualstack" ]
14321
+ } ]
14322
+ },
14317
14323
  "ca-central-1" : {
14318
14324
  "variants" : [ {
14319
14325
  "hostname" : "lakeformation.ca-central-1.api.aws",
@@ -14420,6 +14426,12 @@
14420
14426
  "tags" : [ "dualstack" ]
14421
14427
  } ]
14422
14428
  },
14429
+ "mx-central-1" : {
14430
+ "variants" : [ {
14431
+ "hostname" : "lakeformation.mx-central-1.api.aws",
14432
+ "tags" : [ "dualstack" ]
14433
+ } ]
14434
+ },
14423
14435
  "sa-east-1" : {
14424
14436
  "variants" : [ {
14425
14437
  "hostname" : "lakeformation.sa-east-1.api.aws",
@@ -18180,6 +18192,12 @@
18180
18192
  },
18181
18193
  "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
18182
18194
  },
18195
+ "ap-southeast-5" : {
18196
+ "credentialScope" : {
18197
+ "region" : "ap-southeast-5"
18198
+ },
18199
+ "hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
18200
+ },
18183
18201
  "ca-central-1" : {
18184
18202
  "credentialScope" : {
18185
18203
  "region" : "ca-central-1"
@@ -23074,36 +23092,138 @@
23074
23092
  },
23075
23093
  "sms-voice" : {
23076
23094
  "endpoints" : {
23077
- "af-south-1" : { },
23078
- "ap-northeast-1" : { },
23079
- "ap-northeast-2" : { },
23080
- "ap-northeast-3" : { },
23081
- "ap-south-1" : { },
23082
- "ap-south-2" : { },
23083
- "ap-southeast-1" : { },
23084
- "ap-southeast-2" : { },
23085
- "ap-southeast-3" : { },
23086
- "ap-southeast-4" : { },
23095
+ "af-south-1" : {
23096
+ "variants" : [ {
23097
+ "hostname" : "sms-voice.af-south-1.api.aws",
23098
+ "tags" : [ "dualstack" ]
23099
+ } ]
23100
+ },
23101
+ "ap-northeast-1" : {
23102
+ "variants" : [ {
23103
+ "hostname" : "sms-voice.ap-northeast-1.api.aws",
23104
+ "tags" : [ "dualstack" ]
23105
+ } ]
23106
+ },
23107
+ "ap-northeast-2" : {
23108
+ "variants" : [ {
23109
+ "hostname" : "sms-voice.ap-northeast-2.api.aws",
23110
+ "tags" : [ "dualstack" ]
23111
+ } ]
23112
+ },
23113
+ "ap-northeast-3" : {
23114
+ "variants" : [ {
23115
+ "hostname" : "sms-voice.ap-northeast-3.api.aws",
23116
+ "tags" : [ "dualstack" ]
23117
+ } ]
23118
+ },
23119
+ "ap-south-1" : {
23120
+ "variants" : [ {
23121
+ "hostname" : "sms-voice.ap-south-1.api.aws",
23122
+ "tags" : [ "dualstack" ]
23123
+ } ]
23124
+ },
23125
+ "ap-south-2" : {
23126
+ "variants" : [ {
23127
+ "hostname" : "sms-voice.ap-south-2.api.aws",
23128
+ "tags" : [ "dualstack" ]
23129
+ } ]
23130
+ },
23131
+ "ap-southeast-1" : {
23132
+ "variants" : [ {
23133
+ "hostname" : "sms-voice.ap-southeast-1.api.aws",
23134
+ "tags" : [ "dualstack" ]
23135
+ } ]
23136
+ },
23137
+ "ap-southeast-2" : {
23138
+ "variants" : [ {
23139
+ "hostname" : "sms-voice.ap-southeast-2.api.aws",
23140
+ "tags" : [ "dualstack" ]
23141
+ } ]
23142
+ },
23143
+ "ap-southeast-3" : {
23144
+ "variants" : [ {
23145
+ "hostname" : "sms-voice.ap-southeast-3.api.aws",
23146
+ "tags" : [ "dualstack" ]
23147
+ } ]
23148
+ },
23149
+ "ap-southeast-4" : {
23150
+ "variants" : [ {
23151
+ "hostname" : "sms-voice.ap-southeast-4.api.aws",
23152
+ "tags" : [ "dualstack" ]
23153
+ } ]
23154
+ },
23087
23155
  "ca-central-1" : {
23088
23156
  "variants" : [ {
23089
23157
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
23090
23158
  "tags" : [ "fips" ]
23159
+ }, {
23160
+ "hostname" : "sms-voice-fips.ca-central-1.api.aws",
23161
+ "tags" : [ "dualstack", "fips" ]
23162
+ }, {
23163
+ "hostname" : "sms-voice.ca-central-1.api.aws",
23164
+ "tags" : [ "dualstack" ]
23091
23165
  } ]
23092
23166
  },
23093
23167
  "ca-west-1" : {
23094
23168
  "variants" : [ {
23095
23169
  "hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
23096
23170
  "tags" : [ "fips" ]
23171
+ }, {
23172
+ "hostname" : "sms-voice-fips.ca-west-1.api.aws",
23173
+ "tags" : [ "dualstack", "fips" ]
23174
+ }, {
23175
+ "hostname" : "sms-voice.ca-west-1.api.aws",
23176
+ "tags" : [ "dualstack" ]
23177
+ } ]
23178
+ },
23179
+ "eu-central-1" : {
23180
+ "variants" : [ {
23181
+ "hostname" : "sms-voice.eu-central-1.api.aws",
23182
+ "tags" : [ "dualstack" ]
23183
+ } ]
23184
+ },
23185
+ "eu-central-2" : {
23186
+ "variants" : [ {
23187
+ "hostname" : "sms-voice.eu-central-2.api.aws",
23188
+ "tags" : [ "dualstack" ]
23189
+ } ]
23190
+ },
23191
+ "eu-north-1" : {
23192
+ "variants" : [ {
23193
+ "hostname" : "sms-voice.eu-north-1.api.aws",
23194
+ "tags" : [ "dualstack" ]
23195
+ } ]
23196
+ },
23197
+ "eu-south-1" : {
23198
+ "variants" : [ {
23199
+ "hostname" : "sms-voice.eu-south-1.api.aws",
23200
+ "tags" : [ "dualstack" ]
23201
+ } ]
23202
+ },
23203
+ "eu-south-2" : {
23204
+ "variants" : [ {
23205
+ "hostname" : "sms-voice.eu-south-2.api.aws",
23206
+ "tags" : [ "dualstack" ]
23207
+ } ]
23208
+ },
23209
+ "eu-west-1" : {
23210
+ "variants" : [ {
23211
+ "hostname" : "sms-voice.eu-west-1.api.aws",
23212
+ "tags" : [ "dualstack" ]
23213
+ } ]
23214
+ },
23215
+ "eu-west-2" : {
23216
+ "variants" : [ {
23217
+ "hostname" : "sms-voice.eu-west-2.api.aws",
23218
+ "tags" : [ "dualstack" ]
23219
+ } ]
23220
+ },
23221
+ "eu-west-3" : {
23222
+ "variants" : [ {
23223
+ "hostname" : "sms-voice.eu-west-3.api.aws",
23224
+ "tags" : [ "dualstack" ]
23097
23225
  } ]
23098
23226
  },
23099
- "eu-central-1" : { },
23100
- "eu-central-2" : { },
23101
- "eu-north-1" : { },
23102
- "eu-south-1" : { },
23103
- "eu-south-2" : { },
23104
- "eu-west-1" : { },
23105
- "eu-west-2" : { },
23106
- "eu-west-3" : { },
23107
23227
  "fips-ca-central-1" : {
23108
23228
  "credentialScope" : {
23109
23229
  "region" : "ca-central-1"
@@ -23146,32 +23266,76 @@
23146
23266
  "deprecated" : true,
23147
23267
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
23148
23268
  },
23149
- "il-central-1" : { },
23150
- "me-central-1" : { },
23151
- "me-south-1" : { },
23152
- "sa-east-1" : { },
23269
+ "il-central-1" : {
23270
+ "variants" : [ {
23271
+ "hostname" : "sms-voice.il-central-1.api.aws",
23272
+ "tags" : [ "dualstack" ]
23273
+ } ]
23274
+ },
23275
+ "me-central-1" : {
23276
+ "variants" : [ {
23277
+ "hostname" : "sms-voice.me-central-1.api.aws",
23278
+ "tags" : [ "dualstack" ]
23279
+ } ]
23280
+ },
23281
+ "me-south-1" : {
23282
+ "variants" : [ {
23283
+ "hostname" : "sms-voice.me-south-1.api.aws",
23284
+ "tags" : [ "dualstack" ]
23285
+ } ]
23286
+ },
23287
+ "sa-east-1" : {
23288
+ "variants" : [ {
23289
+ "hostname" : "sms-voice.sa-east-1.api.aws",
23290
+ "tags" : [ "dualstack" ]
23291
+ } ]
23292
+ },
23153
23293
  "us-east-1" : {
23154
23294
  "variants" : [ {
23155
23295
  "hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
23156
23296
  "tags" : [ "fips" ]
23297
+ }, {
23298
+ "hostname" : "sms-voice-fips.us-east-1.api.aws",
23299
+ "tags" : [ "dualstack", "fips" ]
23300
+ }, {
23301
+ "hostname" : "sms-voice.us-east-1.api.aws",
23302
+ "tags" : [ "dualstack" ]
23157
23303
  } ]
23158
23304
  },
23159
23305
  "us-east-2" : {
23160
23306
  "variants" : [ {
23161
23307
  "hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
23162
23308
  "tags" : [ "fips" ]
23309
+ }, {
23310
+ "hostname" : "sms-voice-fips.us-east-2.api.aws",
23311
+ "tags" : [ "dualstack", "fips" ]
23312
+ }, {
23313
+ "hostname" : "sms-voice.us-east-2.api.aws",
23314
+ "tags" : [ "dualstack" ]
23163
23315
  } ]
23164
23316
  },
23165
23317
  "us-west-1" : {
23166
23318
  "variants" : [ {
23167
23319
  "hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
23168
23320
  "tags" : [ "fips" ]
23321
+ }, {
23322
+ "hostname" : "sms-voice-fips.us-west-1.api.aws",
23323
+ "tags" : [ "dualstack", "fips" ]
23324
+ }, {
23325
+ "hostname" : "sms-voice.us-west-1.api.aws",
23326
+ "tags" : [ "dualstack" ]
23169
23327
  } ]
23170
23328
  },
23171
23329
  "us-west-2" : {
23172
23330
  "variants" : [ {
23173
23331
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
23174
23332
  "tags" : [ "fips" ]
23333
+ }, {
23334
+ "hostname" : "sms-voice-fips.us-west-2.api.aws",
23335
+ "tags" : [ "dualstack", "fips" ]
23336
+ }, {
23337
+ "hostname" : "sms-voice.us-west-2.api.aws",
23338
+ "tags" : [ "dualstack" ]
23175
23339
  } ]
23176
23340
  }
23177
23341
  }
@@ -23872,39 +24036,150 @@
23872
24036
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
23873
24037
  },
23874
24038
  "endpoints" : {
23875
- "af-south-1" : { },
23876
- "ap-east-1" : { },
23877
- "ap-northeast-1" : { },
23878
- "ap-northeast-2" : { },
23879
- "ap-northeast-3" : { },
23880
- "ap-south-1" : { },
23881
- "ap-south-2" : { },
23882
- "ap-southeast-1" : { },
23883
- "ap-southeast-2" : { },
23884
- "ap-southeast-3" : { },
23885
- "ap-southeast-4" : { },
23886
- "ap-southeast-5" : { },
23887
- "ap-southeast-7" : { },
24039
+ "af-south-1" : {
24040
+ "variants" : [ {
24041
+ "hostname" : "sqs.af-south-1.api.aws",
24042
+ "tags" : [ "dualstack" ]
24043
+ } ]
24044
+ },
24045
+ "ap-east-1" : {
24046
+ "variants" : [ {
24047
+ "hostname" : "sqs.ap-east-1.api.aws",
24048
+ "tags" : [ "dualstack" ]
24049
+ } ]
24050
+ },
24051
+ "ap-northeast-1" : {
24052
+ "variants" : [ {
24053
+ "hostname" : "sqs.ap-northeast-1.api.aws",
24054
+ "tags" : [ "dualstack" ]
24055
+ } ]
24056
+ },
24057
+ "ap-northeast-2" : {
24058
+ "variants" : [ {
24059
+ "hostname" : "sqs.ap-northeast-2.api.aws",
24060
+ "tags" : [ "dualstack" ]
24061
+ } ]
24062
+ },
24063
+ "ap-northeast-3" : {
24064
+ "variants" : [ {
24065
+ "hostname" : "sqs.ap-northeast-3.api.aws",
24066
+ "tags" : [ "dualstack" ]
24067
+ } ]
24068
+ },
24069
+ "ap-south-1" : {
24070
+ "variants" : [ {
24071
+ "hostname" : "sqs.ap-south-1.api.aws",
24072
+ "tags" : [ "dualstack" ]
24073
+ } ]
24074
+ },
24075
+ "ap-south-2" : {
24076
+ "variants" : [ {
24077
+ "hostname" : "sqs.ap-south-2.api.aws",
24078
+ "tags" : [ "dualstack" ]
24079
+ } ]
24080
+ },
24081
+ "ap-southeast-1" : {
24082
+ "variants" : [ {
24083
+ "hostname" : "sqs.ap-southeast-1.api.aws",
24084
+ "tags" : [ "dualstack" ]
24085
+ } ]
24086
+ },
24087
+ "ap-southeast-2" : {
24088
+ "variants" : [ {
24089
+ "hostname" : "sqs.ap-southeast-2.api.aws",
24090
+ "tags" : [ "dualstack" ]
24091
+ } ]
24092
+ },
24093
+ "ap-southeast-3" : {
24094
+ "variants" : [ {
24095
+ "hostname" : "sqs.ap-southeast-3.api.aws",
24096
+ "tags" : [ "dualstack" ]
24097
+ } ]
24098
+ },
24099
+ "ap-southeast-4" : {
24100
+ "variants" : [ {
24101
+ "hostname" : "sqs.ap-southeast-4.api.aws",
24102
+ "tags" : [ "dualstack" ]
24103
+ } ]
24104
+ },
24105
+ "ap-southeast-5" : {
24106
+ "variants" : [ {
24107
+ "hostname" : "sqs.ap-southeast-5.api.aws",
24108
+ "tags" : [ "dualstack" ]
24109
+ } ]
24110
+ },
24111
+ "ap-southeast-7" : {
24112
+ "variants" : [ {
24113
+ "hostname" : "sqs.ap-southeast-7.api.aws",
24114
+ "tags" : [ "dualstack" ]
24115
+ } ]
24116
+ },
23888
24117
  "ca-central-1" : {
23889
24118
  "variants" : [ {
23890
24119
  "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
23891
24120
  "tags" : [ "fips" ]
24121
+ }, {
24122
+ "hostname" : "sqs.ca-central-1.api.aws",
24123
+ "tags" : [ "dualstack" ]
23892
24124
  } ]
23893
24125
  },
23894
24126
  "ca-west-1" : {
23895
24127
  "variants" : [ {
23896
24128
  "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
23897
24129
  "tags" : [ "fips" ]
24130
+ }, {
24131
+ "hostname" : "sqs.ca-west-1.api.aws",
24132
+ "tags" : [ "dualstack" ]
24133
+ } ]
24134
+ },
24135
+ "eu-central-1" : {
24136
+ "variants" : [ {
24137
+ "hostname" : "sqs.eu-central-1.api.aws",
24138
+ "tags" : [ "dualstack" ]
24139
+ } ]
24140
+ },
24141
+ "eu-central-2" : {
24142
+ "variants" : [ {
24143
+ "hostname" : "sqs.eu-central-2.api.aws",
24144
+ "tags" : [ "dualstack" ]
24145
+ } ]
24146
+ },
24147
+ "eu-north-1" : {
24148
+ "variants" : [ {
24149
+ "hostname" : "sqs.eu-north-1.api.aws",
24150
+ "tags" : [ "dualstack" ]
24151
+ } ]
24152
+ },
24153
+ "eu-south-1" : {
24154
+ "variants" : [ {
24155
+ "hostname" : "sqs.eu-south-1.api.aws",
24156
+ "tags" : [ "dualstack" ]
24157
+ } ]
24158
+ },
24159
+ "eu-south-2" : {
24160
+ "variants" : [ {
24161
+ "hostname" : "sqs.eu-south-2.api.aws",
24162
+ "tags" : [ "dualstack" ]
24163
+ } ]
24164
+ },
24165
+ "eu-west-1" : {
24166
+ "variants" : [ {
24167
+ "hostname" : "sqs.eu-west-1.api.aws",
24168
+ "tags" : [ "dualstack" ]
24169
+ } ]
24170
+ },
24171
+ "eu-west-2" : {
24172
+ "variants" : [ {
24173
+ "hostname" : "sqs.eu-west-2.api.aws",
24174
+ "tags" : [ "dualstack" ]
24175
+ } ]
24176
+ },
24177
+ "eu-west-3" : {
24178
+ "variants" : [ {
24179
+ "hostname" : "sqs.eu-west-3.api.aws",
24180
+ "tags" : [ "dualstack" ]
23898
24181
  } ]
23899
24182
  },
23900
- "eu-central-1" : { },
23901
- "eu-central-2" : { },
23902
- "eu-north-1" : { },
23903
- "eu-south-1" : { },
23904
- "eu-south-2" : { },
23905
- "eu-west-1" : { },
23906
- "eu-west-2" : { },
23907
- "eu-west-3" : { },
23908
24183
  "fips-ca-central-1" : {
23909
24184
  "credentialScope" : {
23910
24185
  "region" : "ca-central-1"
@@ -23947,34 +24222,71 @@
23947
24222
  "deprecated" : true,
23948
24223
  "hostname" : "sqs-fips.us-west-2.amazonaws.com"
23949
24224
  },
23950
- "il-central-1" : { },
23951
- "me-central-1" : { },
23952
- "me-south-1" : { },
23953
- "mx-central-1" : { },
23954
- "sa-east-1" : { },
24225
+ "il-central-1" : {
24226
+ "variants" : [ {
24227
+ "hostname" : "sqs.il-central-1.api.aws",
24228
+ "tags" : [ "dualstack" ]
24229
+ } ]
24230
+ },
24231
+ "me-central-1" : {
24232
+ "variants" : [ {
24233
+ "hostname" : "sqs.me-central-1.api.aws",
24234
+ "tags" : [ "dualstack" ]
24235
+ } ]
24236
+ },
24237
+ "me-south-1" : {
24238
+ "variants" : [ {
24239
+ "hostname" : "sqs.me-south-1.api.aws",
24240
+ "tags" : [ "dualstack" ]
24241
+ } ]
24242
+ },
24243
+ "mx-central-1" : {
24244
+ "variants" : [ {
24245
+ "hostname" : "sqs.mx-central-1.api.aws",
24246
+ "tags" : [ "dualstack" ]
24247
+ } ]
24248
+ },
24249
+ "sa-east-1" : {
24250
+ "variants" : [ {
24251
+ "hostname" : "sqs.sa-east-1.api.aws",
24252
+ "tags" : [ "dualstack" ]
24253
+ } ]
24254
+ },
23955
24255
  "us-east-1" : {
23956
24256
  "sslCommonName" : "queue.{dnsSuffix}",
23957
24257
  "variants" : [ {
23958
24258
  "hostname" : "sqs-fips.us-east-1.amazonaws.com",
23959
24259
  "tags" : [ "fips" ]
24260
+ }, {
24261
+ "hostname" : "sqs.us-east-1.api.aws",
24262
+ "tags" : [ "dualstack" ]
23960
24263
  } ]
23961
24264
  },
23962
24265
  "us-east-2" : {
23963
24266
  "variants" : [ {
23964
24267
  "hostname" : "sqs-fips.us-east-2.amazonaws.com",
23965
24268
  "tags" : [ "fips" ]
24269
+ }, {
24270
+ "hostname" : "sqs.us-east-2.api.aws",
24271
+ "tags" : [ "dualstack" ]
23966
24272
  } ]
23967
24273
  },
23968
24274
  "us-west-1" : {
23969
24275
  "variants" : [ {
23970
24276
  "hostname" : "sqs-fips.us-west-1.amazonaws.com",
23971
24277
  "tags" : [ "fips" ]
24278
+ }, {
24279
+ "hostname" : "sqs.us-west-1.api.aws",
24280
+ "tags" : [ "dualstack" ]
23972
24281
  } ]
23973
24282
  },
23974
24283
  "us-west-2" : {
23975
24284
  "variants" : [ {
23976
24285
  "hostname" : "sqs-fips.us-west-2.amazonaws.com",
23977
24286
  "tags" : [ "fips" ]
24287
+ }, {
24288
+ "hostname" : "sqs.us-west-2.api.aws",
24289
+ "tags" : [ "dualstack" ]
23978
24290
  } ]
23979
24291
  }
23980
24292
  }
@@ -29303,8 +29615,18 @@
29303
29615
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
29304
29616
  },
29305
29617
  "endpoints" : {
29306
- "cn-north-1" : { },
29307
- "cn-northwest-1" : { }
29618
+ "cn-north-1" : {
29619
+ "variants" : [ {
29620
+ "hostname" : "sqs.cn-north-1.api.amazonwebservices.com.cn",
29621
+ "tags" : [ "dualstack" ]
29622
+ } ]
29623
+ },
29624
+ "cn-northwest-1" : {
29625
+ "variants" : [ {
29626
+ "hostname" : "sqs.cn-northwest-1.api.amazonwebservices.com.cn",
29627
+ "tags" : [ "dualstack" ]
29628
+ } ]
29629
+ }
29308
29630
  }
29309
29631
  },
29310
29632
  "ssm" : {
@@ -34259,12 +34581,24 @@
34259
34581
  "variants" : [ {
34260
34582
  "hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
34261
34583
  "tags" : [ "fips" ]
34584
+ }, {
34585
+ "hostname" : "sms-voice-fips.us-gov-east-1.api.aws",
34586
+ "tags" : [ "dualstack", "fips" ]
34587
+ }, {
34588
+ "hostname" : "sms-voice.us-gov-east-1.api.aws",
34589
+ "tags" : [ "dualstack" ]
34262
34590
  } ]
34263
34591
  },
34264
34592
  "us-gov-west-1" : {
34265
34593
  "variants" : [ {
34266
34594
  "hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",
34267
34595
  "tags" : [ "fips" ]
34596
+ }, {
34597
+ "hostname" : "sms-voice-fips.us-gov-west-1.api.aws",
34598
+ "tags" : [ "dualstack", "fips" ]
34599
+ }, {
34600
+ "hostname" : "sms-voice.us-gov-west-1.api.aws",
34601
+ "tags" : [ "dualstack" ]
34268
34602
  } ]
34269
34603
  }
34270
34604
  }
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.1073.0
4
+ version: 1.1075.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-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: