aws-partitions 1.710.0 → 1.711.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 +2 -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: 8d5cc22241d4300b66b467a9de556038ac6ec36eab1a5102ba8bf44f1fb82e31
|
|
4
|
+
data.tar.gz: 7702d87d939a367a8ebfc852473118f46745a178526f3f7e70c7915770a40fa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e83c29afb43db203ddd30ab5b9ec5ce864b74314b7d0e9cab3ce97b28056d9f9c7bd681b4aae8ec5e237c88c9af4110331739ff7a0ee5c29a4456aef36d2d9d
|
|
7
|
+
data.tar.gz: acbc8b339a7a43a1ada37c48b743785e9f6cedb30318ba14276a0f7ada94bd20744369ab8351f5317cf429f0db3bbeadb7b279fb512847dbcf968031642e6f2b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.711.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" : {
|
|
@@ -20915,6 +20916,7 @@
|
|
|
20915
20916
|
} ]
|
|
20916
20917
|
},
|
|
20917
20918
|
"endpoints" : {
|
|
20919
|
+
"us-gov-east-1" : { },
|
|
20918
20920
|
"us-gov-west-1" : {
|
|
20919
20921
|
"variants" : [ {
|
|
20920
20922
|
"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.711.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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|