aws-partitions 1.736.0 → 1.737.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -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: 6b60b6fadb76a987d20c5c2f64d2d55c219ff1da3491f50eb84c44f8e02b8f74
4
- data.tar.gz: 2c71574addc6c5709ff44bdc4030c19739fd039f75faa62159a6b66ef5f74d80
3
+ metadata.gz: b9716f4d6b0c70a89d06ee9954237dbedf1b5cdd74913b907d07c03bc62c9975
4
+ data.tar.gz: 4036ba8c5ce0ccbbba3a49067d92f1c55e329f458011cbe6bf2a8829f153c5cc
5
5
  SHA512:
6
- metadata.gz: a51130c6345d071572f27f7d37cce8ac93680f36d3793b0456ed02ae1b46c8e476caa294fde27db4663ed5f7c6de21401e2df00c422c9240d598651a1afeb83f
7
- data.tar.gz: '0296578e2ecd48082cb3c87c11d5fc73f5eb25bb87e92964475bad3a71708d044622beccc7e3fabd8655cd532951dfd9137018245a21ca47c2e2bd540e2c6ee4'
6
+ metadata.gz: dfdcb3b0a6a50a4475ef2b6bf14dea848d3329acca132a06bc512d352cfb4da050c63ad91f7126eb6e84d39a8abed39dbe1cd41c292c1e8e23a7b020ce82b9b1
7
+ data.tar.gz: a5e3d585998aa92b98e5003e23e2b92cbda04c14bc95b60d85e6dc89ebdb04356db6b001b9b8b6503f498d355ef432b56cc8e465c155cbb44dfc425d5827b6e5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.736.0 (2023-03-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.736.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" : { }
@@ -12638,6 +12640,7 @@
12638
12640
  "eu-central-2" : { },
12639
12641
  "eu-north-1" : { },
12640
12642
  "eu-south-1" : { },
12643
+ "eu-south-2" : { },
12641
12644
  "eu-west-1" : { },
12642
12645
  "eu-west-2" : { },
12643
12646
  "eu-west-3" : { },
@@ -13630,13 +13633,16 @@
13630
13633
  "ap-northeast-2" : { },
13631
13634
  "ap-northeast-3" : { },
13632
13635
  "ap-south-1" : { },
13636
+ "ap-south-2" : { },
13633
13637
  "ap-southeast-1" : { },
13634
13638
  "ap-southeast-2" : { },
13635
13639
  "ap-southeast-3" : { },
13636
13640
  "ca-central-1" : { },
13637
13641
  "eu-central-1" : { },
13642
+ "eu-central-2" : { },
13638
13643
  "eu-north-1" : { },
13639
13644
  "eu-south-1" : { },
13645
+ "eu-south-2" : { },
13640
13646
  "eu-west-1" : { },
13641
13647
  "eu-west-2" : { },
13642
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.736.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-28 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: