aws-partitions 1.835.0 → 1.837.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +16 -0
- 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: 3ef5cf4868d53286230726596912c555cbeec3d3867a927cbb0ffd60b55dd888
|
4
|
+
data.tar.gz: 110a7338cbb818264af9bcc5937202858dd84f01930297e424a66d5f1962c805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed72732ead8cf63704118affdf9a4967873b7ba9c9f2aed532fbc3d095884fa61378815b8f73d7d26220433eaf5f14b1049cf56ae09c471d27ce468a2ce986a2
|
7
|
+
data.tar.gz: ddc937113773c1f3a2dfa055298309464ace3fa1b35994b1882a9e43da48cf5cd3f367dae9a65b9fd084b1170fcfde05b925205513e044efc367bed2c044a45b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.837.0 (2023-10-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.836.0 (2023-10-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.835.0 (2023-10-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.837.0
|
data/partitions.json
CHANGED
@@ -7042,8 +7042,12 @@
|
|
7042
7042
|
},
|
7043
7043
|
"finspace" : {
|
7044
7044
|
"endpoints" : {
|
7045
|
+
"ap-southeast-1" : { },
|
7046
|
+
"ap-southeast-2" : { },
|
7045
7047
|
"ca-central-1" : { },
|
7048
|
+
"eu-central-1" : { },
|
7046
7049
|
"eu-west-1" : { },
|
7050
|
+
"eu-west-2" : { },
|
7047
7051
|
"us-east-1" : { },
|
7048
7052
|
"us-east-2" : { },
|
7049
7053
|
"us-west-2" : { }
|
@@ -22683,12 +22687,24 @@
|
|
22683
22687
|
"variants" : [ {
|
22684
22688
|
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
|
22685
22689
|
"tags" : [ "fips" ]
|
22690
|
+
}, {
|
22691
|
+
"hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
|
22692
|
+
"tags" : [ "dualstack", "fips" ]
|
22693
|
+
}, {
|
22694
|
+
"hostname" : "lakeformation.us-gov-east-1.api.aws",
|
22695
|
+
"tags" : [ "dualstack" ]
|
22686
22696
|
} ]
|
22687
22697
|
},
|
22688
22698
|
"us-gov-west-1" : {
|
22689
22699
|
"variants" : [ {
|
22690
22700
|
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
|
22691
22701
|
"tags" : [ "fips" ]
|
22702
|
+
}, {
|
22703
|
+
"hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
|
22704
|
+
"tags" : [ "dualstack", "fips" ]
|
22705
|
+
}, {
|
22706
|
+
"hostname" : "lakeformation.us-gov-west-1.api.aws",
|
22707
|
+
"tags" : [ "dualstack" ]
|
22692
22708
|
} ]
|
22693
22709
|
}
|
22694
22710
|
}
|
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.837.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-10-
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|