aws-partitions 1.1237.0 → 1.1238.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: 0e3e3da9bef2e4a6922db0cc2cdc8dba4e3dba9022c4d1d2767a0bca51a1cbbc
4
+ data.tar.gz: 2764564959c71b2e37ce8dfe6a9a0cf0114463c9c7f294c8361c453d9197f56a
5
5
  SHA512:
6
- metadata.gz: feadeb8a36e485a0125be0dd81cf76ccfbfd3fe6608bee3771ce0386da3a2d88a358d9333f17e5a6f94c1ddc5ca4e264865a0fa4987f5e3818b0b5b9aa84b460
7
- data.tar.gz: a097002756683f39200a31f9071cabb0c373671fcbf4b95faf1cda879616b47cedb12bf4bf374bc56a95c7e2edf4e3877a567d75e7a1de373d1211a61b87b66d
6
+ metadata.gz: 6fe28eedecf564f45ba6218b64d9edc1f87b466421b93dbd89f8df28745b0fe7f31b653db369553a137f06ad3fde65eddd5b007f378a441ac50ca6e691813766
7
+ data.tar.gz: 786765bf31c481a40f35549f1236a34f4d97f40a9a1bd047ab919c1bf369640b8472941d97220d64f49a53409720b8cbef19a195bb3fcf564b6470096cb8d9ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1238.0 (2026-04-13)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Interconnect`.
8
+
4
9
  1.1237.0 (2026-04-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1237.0
1
+ 1.1238.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" : { },
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.1238.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services