aws-partitions 1.880.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +15 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8d1ae45152b74d12f8e805ed29f4eb819a481e4281b23603f92d5579d89a017
4
- data.tar.gz: '0583cfd10e2cdb3f3d93c30f8ee932cb4f4ed4b3c7ae580a86072ff09cac44cb'
3
+ metadata.gz: 94f234bc1bac7e38f36c31462f93c79eb4264606855505a6368ecc649d484ea7
4
+ data.tar.gz: bd1988aa7f40196fb431a8505125c1af056ed0a3eb932d0c380241b40998fc87
5
5
  SHA512:
6
- metadata.gz: 77d56e61c5dbf4f1ee0601675db1682dd6ec0723215ffbafb8a0460478139e7aff48a0ecd0e5e4131024d0aaebf758146535eb4023e54200937b264836cbd1cf
7
- data.tar.gz: ef6766e18eb21f038fb075c03a55543495d446e5f620686cd07d49e5d34cd9f629646d872a0c9de5e2b30bb87406b264edc05fa12d4f78d63fe4e01484426501
6
+ metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
7
+ data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
14
+ 1.881.0 (2024-01-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.880.0 (2024-01-12)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.880.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" : { },
@@ -12585,6 +12587,12 @@
12585
12587
  },
12586
12588
  "hostname" : "oidc.il-central-1.amazonaws.com"
12587
12589
  },
12590
+ "me-central-1" : {
12591
+ "credentialScope" : {
12592
+ "region" : "me-central-1"
12593
+ },
12594
+ "hostname" : "oidc.me-central-1.amazonaws.com"
12595
+ },
12588
12596
  "me-south-1" : {
12589
12597
  "credentialScope" : {
12590
12598
  "region" : "me-south-1"
@@ -13234,6 +13242,12 @@
13234
13242
  },
13235
13243
  "hostname" : "portal.sso.il-central-1.amazonaws.com"
13236
13244
  },
13245
+ "me-central-1" : {
13246
+ "credentialScope" : {
13247
+ "region" : "me-central-1"
13248
+ },
13249
+ "hostname" : "portal.sso.me-central-1.amazonaws.com"
13250
+ },
13237
13251
  "me-south-1" : {
13238
13252
  "credentialScope" : {
13239
13253
  "region" : "me-south-1"
@@ -17628,6 +17642,7 @@
17628
17642
  "eu-west-2" : { },
17629
17643
  "eu-west-3" : { },
17630
17644
  "il-central-1" : { },
17645
+ "me-central-1" : { },
17631
17646
  "me-south-1" : { },
17632
17647
  "sa-east-1" : { },
17633
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.880.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-12 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: