aws-partitions 1.935.0 → 1.936.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 +10 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9355929c51749d5ae7b908098ae62ec2665ad18063e49ecfce051c62736d1bc
4
- data.tar.gz: 4f27f39b2aaf090ab985d6510ad54e16164674a76ef270b83fa821c57c7707fd
3
+ metadata.gz: 5ea4f6f9dbdf7ab62b1fa575e9edee10a45f287f6c2815f749e58e30a642a6e0
4
+ data.tar.gz: a8a60f8e4570d73a9d144b76d5016ba0e44f24d8c14607a07aaf078583238355
5
5
  SHA512:
6
- metadata.gz: 8dfbc47ee5788e9e0d4dc5bd51486c7aef667b7534aa0c2a57f45cb52df81ab0f84dd4221ce43970f848cb473d7dc6fb0473ea1959acbe242adaaa2805f6e124
7
- data.tar.gz: 0dd1fc83df0338d77ec192e464cdbf77e9064d8e1d0f84c89af3bde0cf4fd4c9dd45d4845030b7638f7bd955d866c4f1012658467b000dec0107dc95e1c5024e
6
+ metadata.gz: 28c2a550d12c23d836372aa8d46a15dcbecfd949f784f1cd633bb3c235d77416b4244be791252baa585ce75f5510bd58766a7bedb7cb2e5f0693c9ee03ac0ba0
7
+ data.tar.gz: 0f8c75962c0e258f0a590a2439e0edf1fa3c4bd126ede0017642a3de9ff18e658e85c60ace948d10846ceb41f9c0bad2984db423768ff1af1919c6982b3cf925
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.936.0 (2024-05-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.935.0 (2024-05-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.935.0
1
+ 1.936.0
data/partitions.json CHANGED
@@ -14005,14 +14005,19 @@
14005
14005
  },
14006
14006
  "quicksight" : {
14007
14007
  "endpoints" : {
14008
+ "af-south-1" : { },
14008
14009
  "ap-northeast-1" : { },
14009
14010
  "ap-northeast-2" : { },
14010
14011
  "ap-south-1" : { },
14011
14012
  "ap-southeast-1" : { },
14012
14013
  "ap-southeast-2" : { },
14014
+ "ap-southeast-3" : { },
14015
+ "api" : { },
14013
14016
  "ca-central-1" : { },
14014
14017
  "eu-central-1" : { },
14018
+ "eu-central-2" : { },
14015
14019
  "eu-north-1" : { },
14020
+ "eu-south-1" : { },
14016
14021
  "eu-west-1" : { },
14017
14022
  "eu-west-2" : { },
14018
14023
  "eu-west-3" : { },
@@ -14625,7 +14630,9 @@
14625
14630
  } ]
14626
14631
  },
14627
14632
  "eu-central-1" : { },
14633
+ "eu-central-2" : { },
14628
14634
  "eu-north-1" : { },
14635
+ "eu-south-2" : { },
14629
14636
  "eu-west-1" : { },
14630
14637
  "eu-west-2" : { },
14631
14638
  "eu-west-3" : { },
@@ -14664,6 +14671,7 @@
14664
14671
  "deprecated" : true,
14665
14672
  "hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
14666
14673
  },
14674
+ "sa-east-1" : { },
14667
14675
  "us-east-1" : {
14668
14676
  "variants" : [ {
14669
14677
  "hostname" : "redshift-serverless-fips.us-east-1.amazonaws.com",
@@ -21896,7 +21904,8 @@
21896
21904
  },
21897
21905
  "redshift-serverless" : {
21898
21906
  "endpoints" : {
21899
- "cn-north-1" : { }
21907
+ "cn-north-1" : { },
21908
+ "cn-northwest-1" : { }
21900
21909
  }
21901
21910
  },
21902
21911
  "resource-groups" : {
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.935.0
4
+ version: 1.936.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-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: