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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +10 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ea4f6f9dbdf7ab62b1fa575e9edee10a45f287f6c2815f749e58e30a642a6e0
|
4
|
+
data.tar.gz: a8a60f8e4570d73a9d144b76d5016ba0e44f24d8c14607a07aaf078583238355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28c2a550d12c23d836372aa8d46a15dcbecfd949f784f1cd633bb3c235d77416b4244be791252baa585ce75f5510bd58766a7bedb7cb2e5f0693c9ee03ac0ba0
|
7
|
+
data.tar.gz: 0f8c75962c0e258f0a590a2439e0edf1fa3c4bd126ede0017642a3de9ff18e658e85c60ace948d10846ceb41f9c0bad2984db423768ff1af1919c6982b3cf925
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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-
|
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:
|