aws-partitions 1.744.0 → 1.746.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 +6 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcc2318222e630c2b054984e6c418cb587bf09a4175ab2092f3ac68c473ca039
4
- data.tar.gz: 6df3afdf7d69d098b33b34379fab1e53010c9f75e3b41bdc6910f7af45190891
3
+ metadata.gz: 3e41497c82bb596d3893c6b18579e47f69a867559c6fc29fd490d9295e0973c9
4
+ data.tar.gz: f2bdc454e200fbef17f59da8c827702811653ab3b88a0699b89bc5ea5b3777b5
5
5
  SHA512:
6
- metadata.gz: b57eadc739d322cfdc7cad42fbc11d7399ef305c109a99107b5801d2f50870e2dc127b551f1362646f9ae641bfb689d60aa5fbadcf3c198678603f359a99843c
7
- data.tar.gz: 3efe237b446e38d6c8b13b7fc1c78934032df19295ea423befa6ce844f210f74bffa070aacb003dd26ed5d8320fa4ffe4658ff5a0b54865c80c3f1e2d8966b8b
6
+ metadata.gz: 110742569d3f60a61b1d17987839cfc573608c9ec152689f23133b8d22b6b25cbc76976328dce57681950612be7925f5648a56b36aa3ac4b04439977f4965234
7
+ data.tar.gz: e7e8d8fc8e025f6b0ed837f8332ab5afc8bc31248cc1931f52f444f1770dee3b20a9c2e5bdb95b83f729912e332e55ea47bdb5452e7ecf7fdbd27ee3ab5f5fda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.746.0 (2023-04-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.745.0 (2023-04-11)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.744.0 (2023-04-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.744.0
1
+ 1.746.0
data/partitions.json CHANGED
@@ -1787,16 +1787,20 @@
1787
1787
  "ap-northeast-2" : { },
1788
1788
  "ap-northeast-3" : { },
1789
1789
  "ap-south-1" : { },
1790
+ "ap-south-2" : { },
1790
1791
  "ap-southeast-1" : { },
1791
1792
  "ap-southeast-2" : { },
1792
1793
  "ap-southeast-3" : { },
1793
1794
  "ca-central-1" : { },
1794
1795
  "eu-central-1" : { },
1796
+ "eu-central-2" : { },
1795
1797
  "eu-north-1" : { },
1796
1798
  "eu-south-1" : { },
1799
+ "eu-south-2" : { },
1797
1800
  "eu-west-1" : { },
1798
1801
  "eu-west-2" : { },
1799
1802
  "eu-west-3" : { },
1803
+ "me-central-1" : { },
1800
1804
  "me-south-1" : { },
1801
1805
  "sa-east-1" : { },
1802
1806
  "us-east-1" : { },
@@ -1831,11 +1835,13 @@
1831
1835
  "ap-southeast-1" : { },
1832
1836
  "ap-southeast-2" : { },
1833
1837
  "ap-southeast-3" : { },
1838
+ "ca-central-1" : { },
1834
1839
  "eu-central-1" : { },
1835
1840
  "eu-north-1" : { },
1836
1841
  "eu-west-1" : { },
1837
1842
  "eu-west-2" : { },
1838
1843
  "eu-west-3" : { },
1844
+ "me-south-1" : { },
1839
1845
  "sa-east-1" : { },
1840
1846
  "us-east-1" : { },
1841
1847
  "us-east-2" : { },
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.744.0
4
+ version: 1.746.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: 2023-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: