aws-partitions 1.749.0 → 1.750.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +22 -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: ab30ad0cd96a9fbc7bb498553cc0322bbf34ba6c6f18a4482824d5d9fa9400eb
|
|
4
|
+
data.tar.gz: 175f144c22941dec8462e50a05fa5ba2afc4477080ea15587d971b157117a09c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c407dd9166836cdcb3e86d431ee74849c1302063651768c8fe0fa4ab129f6091e255c20261eee599b40ed85fd609b4b523aee69afe28b6c9fc15d190c9b8bc6
|
|
7
|
+
data.tar.gz: 9461898a4d65cd086558d34d4f12ce9e6c38f66251a11f438210720379bf8f4b2a77caf1c4b9d87d74c6b16f6b111bb14509a59d96ceb5dfd78f2e13588f9594
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.750.0
|
data/partitions.json
CHANGED
|
@@ -1839,8 +1839,10 @@
|
|
|
1839
1839
|
"ap-southeast-1" : { },
|
|
1840
1840
|
"ap-southeast-2" : { },
|
|
1841
1841
|
"ap-southeast-3" : { },
|
|
1842
|
+
"ap-southeast-4" : { },
|
|
1842
1843
|
"ca-central-1" : { },
|
|
1843
1844
|
"eu-central-1" : { },
|
|
1845
|
+
"eu-central-2" : { },
|
|
1844
1846
|
"eu-north-1" : { },
|
|
1845
1847
|
"eu-south-1" : { },
|
|
1846
1848
|
"eu-south-2" : { },
|
|
@@ -18960,9 +18962,29 @@
|
|
|
18960
18962
|
},
|
|
18961
18963
|
"endpoints" : {
|
|
18962
18964
|
"us-gov-east-1" : {
|
|
18965
|
+
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
|
|
18966
|
+
"protocols" : [ "http", "https" ],
|
|
18967
|
+
"variants" : [ {
|
|
18968
|
+
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
|
|
18969
|
+
"tags" : [ "fips" ]
|
|
18970
|
+
} ]
|
|
18971
|
+
},
|
|
18972
|
+
"us-gov-east-1-fips" : {
|
|
18973
|
+
"deprecated" : true,
|
|
18974
|
+
"hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
|
|
18963
18975
|
"protocols" : [ "http", "https" ]
|
|
18964
18976
|
},
|
|
18965
18977
|
"us-gov-west-1" : {
|
|
18978
|
+
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
|
|
18979
|
+
"protocols" : [ "http", "https" ],
|
|
18980
|
+
"variants" : [ {
|
|
18981
|
+
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
|
|
18982
|
+
"tags" : [ "fips" ]
|
|
18983
|
+
} ]
|
|
18984
|
+
},
|
|
18985
|
+
"us-gov-west-1-fips" : {
|
|
18986
|
+
"deprecated" : true,
|
|
18987
|
+
"hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
|
|
18966
18988
|
"protocols" : [ "http", "https" ]
|
|
18967
18989
|
}
|
|
18968
18990
|
}
|
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.750.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-04-
|
|
11
|
+
date: 2023-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|