aws-partitions 1.698.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 +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +3 -0
- data/partitions.json +5 -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
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.700.0 (2023-01-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.699.0 (2023-01-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.698.0 (2023-01-23)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.700.0
|
data/partitions-metadata.json
CHANGED
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" : { },
|
|
@@ -4341,6 +4344,7 @@
|
|
|
4341
4344
|
"ap-southeast-1" : { },
|
|
4342
4345
|
"ap-southeast-2" : { },
|
|
4343
4346
|
"ap-southeast-3" : { },
|
|
4347
|
+
"ap-southeast-4" : { },
|
|
4344
4348
|
"ca-central-1" : { },
|
|
4345
4349
|
"eu-central-1" : { },
|
|
4346
4350
|
"eu-north-1" : { },
|
|
@@ -18086,6 +18090,7 @@
|
|
|
18086
18090
|
} ]
|
|
18087
18091
|
},
|
|
18088
18092
|
"endpoints" : {
|
|
18093
|
+
"us-gov-east-1" : { },
|
|
18089
18094
|
"us-gov-west-1" : {
|
|
18090
18095
|
"variants" : [ {
|
|
18091
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:
|