aws-partitions 1.735.0 → 1.737.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 +8 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4517f5bd9e44a62185172197d09c864b0c08d07d57f704563803aff573418f4d
4
- data.tar.gz: 66f92ffccbe3169151379d6f0f5aabca416782eb93ad1453cc8995a6a8300a26
3
+ metadata.gz: b9716f4d6b0c70a89d06ee9954237dbedf1b5cdd74913b907d07c03bc62c9975
4
+ data.tar.gz: 4036ba8c5ce0ccbbba3a49067d92f1c55e329f458011cbe6bf2a8829f153c5cc
5
5
  SHA512:
6
- metadata.gz: aba5a487f379177635d1a32639cf5d7ae62255828f7ed52d76601b89f706857c1f51ff291d6fcb61b65ed67f797e0fc66da8843f55d5f2caeca907ec530352e3
7
- data.tar.gz: e9dcd93005085235689d0da5bc161b57cb71255dbd251a5759d38055712aab7010ecb3eaa746e487671ee8b7beeb05feb16fc01506c84bf7b6740c44f90d141d
6
+ metadata.gz: dfdcb3b0a6a50a4475ef2b6bf14dea848d3329acca132a06bc512d352cfb4da050c63ad91f7126eb6e84d39a8abed39dbe1cd41c292c1e8e23a7b020ce82b9b1
7
+ data.tar.gz: a5e3d585998aa92b98e5003e23e2b92cbda04c14bc95b60d85e6dc89ebdb04356db6b001b9b8b6503f498d355ef432b56cc8e465c155cbb44dfc425d5827b6e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.737.0 (2023-03-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.736.0 (2023-03-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.735.0 (2023-03-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.735.0
1
+ 1.737.0
data/partitions.json CHANGED
@@ -1818,12 +1818,14 @@
1818
1818
  "arc-zonal-shift" : {
1819
1819
  "endpoints" : {
1820
1820
  "ap-northeast-1" : { },
1821
+ "ap-south-1" : { },
1821
1822
  "ap-southeast-1" : { },
1822
1823
  "ap-southeast-2" : { },
1823
1824
  "ap-southeast-3" : { },
1824
1825
  "eu-central-1" : { },
1825
1826
  "eu-north-1" : { },
1826
1827
  "eu-west-1" : { },
1828
+ "eu-west-2" : { },
1827
1829
  "us-east-1" : { },
1828
1830
  "us-east-2" : { },
1829
1831
  "us-west-2" : { }
@@ -10153,6 +10155,7 @@
10153
10155
  "eu-central-2" : { },
10154
10156
  "eu-north-1" : { },
10155
10157
  "eu-south-1" : { },
10158
+ "eu-south-2" : { },
10156
10159
  "eu-west-1" : { },
10157
10160
  "eu-west-2" : { },
10158
10161
  "me-central-1" : { },
@@ -10221,6 +10224,7 @@
10221
10224
  "deprecated" : true,
10222
10225
  "hostname" : "mgn-fips.us-west-2.amazonaws.com"
10223
10226
  },
10227
+ "me-central-1" : { },
10224
10228
  "me-south-1" : { },
10225
10229
  "sa-east-1" : { },
10226
10230
  "us-east-1" : {
@@ -12636,6 +12640,7 @@
12636
12640
  "eu-central-2" : { },
12637
12641
  "eu-north-1" : { },
12638
12642
  "eu-south-1" : { },
12643
+ "eu-south-2" : { },
12639
12644
  "eu-west-1" : { },
12640
12645
  "eu-west-2" : { },
12641
12646
  "eu-west-3" : { },
@@ -13628,13 +13633,16 @@
13628
13633
  "ap-northeast-2" : { },
13629
13634
  "ap-northeast-3" : { },
13630
13635
  "ap-south-1" : { },
13636
+ "ap-south-2" : { },
13631
13637
  "ap-southeast-1" : { },
13632
13638
  "ap-southeast-2" : { },
13633
13639
  "ap-southeast-3" : { },
13634
13640
  "ca-central-1" : { },
13635
13641
  "eu-central-1" : { },
13642
+ "eu-central-2" : { },
13636
13643
  "eu-north-1" : { },
13637
13644
  "eu-south-1" : { },
13645
+ "eu-south-2" : { },
13638
13646
  "eu-west-1" : { },
13639
13647
  "eu-west-2" : { },
13640
13648
  "eu-west-3" : { },
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.735.0
4
+ version: 1.737.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-03-24 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: