aws-partitions 1.881.0 → 1.883.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +9 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fb42cc4027add62108f362821be35abba94c0c185cd64318c4b2aed09db47fa
4
- data.tar.gz: 111738bdf2ba2f3aa868bc63e2afad95b17a552e48a0942352276cb22eff893c
3
+ metadata.gz: 94f234bc1bac7e38f36c31462f93c79eb4264606855505a6368ecc649d484ea7
4
+ data.tar.gz: bd1988aa7f40196fb431a8505125c1af056ed0a3eb932d0c380241b40998fc87
5
5
  SHA512:
6
- metadata.gz: c023dbc4d07b59cc73b48487f1de6e5c1b7743ece42839cb83203cc0186c0235adb389b98297909adb50c5db5dd90e9aadde516f82b2e2b631b2f0fecc6870d7
7
- data.tar.gz: b911f14c4b5e8a88a283dd9895c06d02d6935bf296ab6a018042eb0dbb29891ae2eb1626695496ac70e08d0eba98b6556552a7069c5c0cebb6f26453ae466f1a
6
+ metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
7
+ data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.883.0 (2024-01-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.882.0 (2024-01-18)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.881.0 (2024-01-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.881.0
1
+ 1.883.0
data/partitions.json CHANGED
@@ -1938,6 +1938,7 @@
1938
1938
  "ap-southeast-1" : { },
1939
1939
  "ap-southeast-2" : { },
1940
1940
  "ap-southeast-3" : { },
1941
+ "ap-southeast-4" : { },
1941
1942
  "ca-central-1" : { },
1942
1943
  "eu-central-1" : { },
1943
1944
  "eu-central-2" : { },
@@ -1947,6 +1948,7 @@
1947
1948
  "eu-west-1" : { },
1948
1949
  "eu-west-2" : { },
1949
1950
  "eu-west-3" : { },
1951
+ "il-central-1" : { },
1950
1952
  "me-central-1" : { },
1951
1953
  "me-south-1" : { },
1952
1954
  "sa-east-1" : { },
@@ -13240,6 +13242,12 @@
13240
13242
  },
13241
13243
  "hostname" : "portal.sso.il-central-1.amazonaws.com"
13242
13244
  },
13245
+ "me-central-1" : {
13246
+ "credentialScope" : {
13247
+ "region" : "me-central-1"
13248
+ },
13249
+ "hostname" : "portal.sso.me-central-1.amazonaws.com"
13250
+ },
13243
13251
  "me-south-1" : {
13244
13252
  "credentialScope" : {
13245
13253
  "region" : "me-south-1"
@@ -17634,6 +17642,7 @@
17634
17642
  "eu-west-2" : { },
17635
17643
  "eu-west-3" : { },
17636
17644
  "il-central-1" : { },
17645
+ "me-central-1" : { },
17637
17646
  "me-south-1" : { },
17638
17647
  "sa-east-1" : { },
17639
17648
  "us-east-1" : { },
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.881.0
4
+ version: 1.883.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: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-01-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: