aws-partitions 1.710.0 → 1.712.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 +3 -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: 2e5456bdd4758269c4692957f48e0b9a8e399c4435df406a1e51606c893453af
|
|
4
|
+
data.tar.gz: 36621e4229b3a235d7a8f34541fa809188fca12035e80cd1b2af8307d972129c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '05719476788209986ef8886edb79096b88a30c2207094ce4e4a25d7234c4029f981697a8b6dc504a7810693a5365671c3759c9d742d76fb7729fa38dab6f7c5e'
|
|
7
|
+
data.tar.gz: af92a314df06c7cd6e382494d67bd29e3e72301cfd84ea947004e03a0e4fc0b96f1706cd5ea23d0593d3178f8ac69c94d81a7c30e73c3a2ec0875358e4b261c2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.712.0 (2023-02-15)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.711.0 (2023-02-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.710.0 (2023-02-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.712.0
|
data/partitions.json
CHANGED
|
@@ -3637,6 +3637,7 @@
|
|
|
3637
3637
|
"connect-campaigns" : {
|
|
3638
3638
|
"endpoints" : {
|
|
3639
3639
|
"ap-southeast-2" : { },
|
|
3640
|
+
"ca-central-1" : { },
|
|
3640
3641
|
"eu-west-2" : { },
|
|
3641
3642
|
"fips-us-east-1" : {
|
|
3642
3643
|
"credentialScope" : {
|
|
@@ -7281,6 +7282,7 @@
|
|
|
7281
7282
|
"ap-northeast-2" : { },
|
|
7282
7283
|
"ap-northeast-3" : { },
|
|
7283
7284
|
"ap-south-1" : { },
|
|
7285
|
+
"ap-south-2" : { },
|
|
7284
7286
|
"ap-southeast-1" : { },
|
|
7285
7287
|
"ap-southeast-2" : { },
|
|
7286
7288
|
"ap-southeast-3" : { },
|
|
@@ -20915,6 +20917,7 @@
|
|
|
20915
20917
|
} ]
|
|
20916
20918
|
},
|
|
20917
20919
|
"endpoints" : {
|
|
20920
|
+
"us-gov-east-1" : { },
|
|
20918
20921
|
"us-gov-west-1" : {
|
|
20919
20922
|
"variants" : [ {
|
|
20920
20923
|
"hostname" : "runtime.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.712.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-02-
|
|
11
|
+
date: 2023-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|