aws-partitions 1.1237.0 → 1.1239.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0284b5afe72f49af03dce7820435ecb2a430c3754d29a9157e571405eea865b2'
4
- data.tar.gz: 27729d4645925e49530878caf1c15ae11e2cf8ec4a0dadf467735321b85ad334
3
+ metadata.gz: a9dd7241b52e35b5863b686fc21f140d8b651ea77f7c9145c1e58109e1210ecc
4
+ data.tar.gz: f593f862debc033871af7ff5a59f9c5806f205bf7a9261b740526f0cee8b9707
5
5
  SHA512:
6
- metadata.gz: feadeb8a36e485a0125be0dd81cf76ccfbfd3fe6608bee3771ce0386da3a2d88a358d9333f17e5a6f94c1ddc5ca4e264865a0fa4987f5e3818b0b5b9aa84b460
7
- data.tar.gz: a097002756683f39200a31f9071cabb0c373671fcbf4b95faf1cda879616b47cedb12bf4bf374bc56a95c7e2edf4e3877a567d75e7a1de373d1211a61b87b66d
6
+ metadata.gz: 16203836446dd6627eb69604241e358d448494edec3f0ba1699b5baf9b706c43237441c6c458a5a268b9b0c4f7b9050e4fef6ab2b3a9eedb195e99a138478369
7
+ data.tar.gz: 6fe89f89158d5461d6c4ad4553e3b3398717a4257749bcae928dc2962917dadaaa7da399d8abe49620be966a49f5bd53f68444e3392b70720a6e1d7aba16bf16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1239.0 (2026-04-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1238.0 (2026-04-13)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Interconnect`.
13
+
4
14
  1.1237.0 (2026-04-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1237.0
1
+ 1.1239.0
@@ -434,6 +434,7 @@ module Aws
434
434
  'Inspector' => 'inspector',
435
435
  'Inspector2' => 'inspector2',
436
436
  'InspectorScan' => 'inspector-scan',
437
+ 'Interconnect' => 'interconnect',
437
438
  'InternetMonitor' => 'internetmonitor',
438
439
  'Invoicing' => 'invoicing',
439
440
  'IoT' => 'iot',
data/partitions.json CHANGED
@@ -1754,6 +1754,7 @@
1754
1754
  "tags" : [ "dualstack" ]
1755
1755
  } ]
1756
1756
  },
1757
+ "eu-south-1" : { },
1757
1758
  "eu-south-2" : { },
1758
1759
  "eu-west-1" : {
1759
1760
  "variants" : [ {
@@ -1808,6 +1809,7 @@
1808
1809
  "deprecated" : true,
1809
1810
  "hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
1810
1811
  },
1812
+ "il-central-1" : { },
1811
1813
  "me-central-1" : {
1812
1814
  "variants" : [ {
1813
1815
  "hostname" : "api.iot-tunneling.me-central-1.api.aws",
@@ -6842,6 +6844,7 @@
6842
6844
  },
6843
6845
  "eu-central-1" : { },
6844
6846
  "eu-north-1" : { },
6847
+ "eu-south-1" : { },
6845
6848
  "eu-south-2" : { },
6846
6849
  "eu-west-1" : { },
6847
6850
  "eu-west-2" : { },
@@ -6881,6 +6884,7 @@
6881
6884
  "deprecated" : true,
6882
6885
  "hostname" : "data.iot-fips.us-west-2.amazonaws.com"
6883
6886
  },
6887
+ "il-central-1" : { },
6884
6888
  "me-central-1" : { },
6885
6889
  "me-south-1" : { },
6886
6890
  "sa-east-1" : { },
@@ -13237,6 +13241,7 @@
13237
13241
  },
13238
13242
  "eu-central-1" : { },
13239
13243
  "eu-north-1" : { },
13244
+ "eu-south-1" : { },
13240
13245
  "eu-south-2" : { },
13241
13246
  "eu-west-1" : { },
13242
13247
  "eu-west-2" : { },
@@ -13261,6 +13266,7 @@
13261
13266
  "deprecated" : true,
13262
13267
  "hostname" : "iot-fips.us-west-2.amazonaws.com"
13263
13268
  },
13269
+ "il-central-1" : { },
13264
13270
  "me-central-1" : { },
13265
13271
  "me-south-1" : { },
13266
13272
  "sa-east-1" : { },
@@ -40444,6 +40450,11 @@
40444
40450
  "eusc-de-east-1" : { }
40445
40451
  }
40446
40452
  },
40453
+ "drs" : {
40454
+ "endpoints" : {
40455
+ "eusc-de-east-1" : { }
40456
+ }
40457
+ },
40447
40458
  "ds" : {
40448
40459
  "endpoints" : {
40449
40460
  "eusc-de-east-1" : { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1237.0
4
+ version: 1.1239.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services