aws-partitions 1.699.0 → 1.700.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 +4 -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: b48f23ef17e84dea1d03cb39bc574edbbbd0eda8b37760ee315d56c9a5ef453e
|
|
4
|
+
data.tar.gz: 290613e02bd1460d09e711b6a66f8f3869e9d4e3af15b6bfeb6d0f344297c8eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b37652e8b962049ec3a48072d67a51c73ef804a6a6ef4c8d766a7b66874b21fb4714e99cd2314811040e0c38991b1ebfe3ce8705e3f02954921f52855db1fc58
|
|
7
|
+
data.tar.gz: 5d247ac793a2fb6491aaef446e585292a094574a4c7e773b4e3f4c6d15b62120ef7493bae45fc883156ba78be38b659c889b5829010af35c68500f98067bdda1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.700.0
|
data/partitions.json
CHANGED
|
@@ -482,6 +482,9 @@
|
|
|
482
482
|
"aoss" : {
|
|
483
483
|
"endpoints" : {
|
|
484
484
|
"ap-northeast-1" : { },
|
|
485
|
+
"ap-southeast-1" : { },
|
|
486
|
+
"ap-southeast-2" : { },
|
|
487
|
+
"eu-central-1" : { },
|
|
485
488
|
"eu-west-1" : { },
|
|
486
489
|
"us-east-1" : { },
|
|
487
490
|
"us-east-2" : { },
|
|
@@ -18087,6 +18090,7 @@
|
|
|
18087
18090
|
} ]
|
|
18088
18091
|
},
|
|
18089
18092
|
"endpoints" : {
|
|
18093
|
+
"us-gov-east-1" : { },
|
|
18090
18094
|
"us-gov-west-1" : {
|
|
18091
18095
|
"variants" : [ {
|
|
18092
18096
|
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
|
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.700.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-01-
|
|
11
|
+
date: 2023-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|