aws-partitions 1.685.0 → 1.686.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 -2
- 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: eb0dbc6f505996005a0116ffde7e83890f584ced6550def01899dd085fde0269
|
|
4
|
+
data.tar.gz: 313c0a9abd0f9ffe11749ca0e0a8ac70ff78f0c882d5847edb351fdc771f882c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0cea03f17a4a03f8236e0577437ec5288e4ae5ff14a9e063c8252f133bddf97958c253e71b1e2fc671f11de5861fce747e411174e1a14acfe08bc49398ea2f4
|
|
7
|
+
data.tar.gz: 2b0293043799f2cc8faef3fe2f783c68c4030894b7079af9c5616094129deec0100d914b8cbac115efc4d2080149865b622fefe57ff39ce43cf368702dc4ad69
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.686.0
|
data/partitions.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"description" : "Middle East (Bahrain)"
|
|
88
88
|
},
|
|
89
89
|
"sa-east-1" : {
|
|
90
|
-
"description" : "South America (
|
|
90
|
+
"description" : "South America (Sao Paulo)"
|
|
91
91
|
},
|
|
92
92
|
"us-east-1" : {
|
|
93
93
|
"description" : "US East (N. Virginia)"
|
|
@@ -8088,6 +8088,7 @@
|
|
|
8088
8088
|
},
|
|
8089
8089
|
"kendra" : {
|
|
8090
8090
|
"endpoints" : {
|
|
8091
|
+
"ap-south-1" : { },
|
|
8091
8092
|
"ap-southeast-1" : { },
|
|
8092
8093
|
"ap-southeast-2" : { },
|
|
8093
8094
|
"ca-central-1" : { },
|
|
@@ -20000,7 +20001,8 @@
|
|
|
20000
20001
|
},
|
|
20001
20002
|
"pi" : {
|
|
20002
20003
|
"endpoints" : {
|
|
20003
|
-
"us-gov-east-1" : { }
|
|
20004
|
+
"us-gov-east-1" : { },
|
|
20005
|
+
"us-gov-west-1" : { }
|
|
20004
20006
|
}
|
|
20005
20007
|
},
|
|
20006
20008
|
"pinpoint" : {
|
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.686.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: 2022-12-
|
|
11
|
+
date: 2022-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|