aws-partitions 1.684.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 +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +1 -1
- data/partitions.json +8 -1
- 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
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.686.0 (2022-12-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.685.0 (2022-12-29)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.684.0 (2022-12-23)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.686.0
|
data/partitions-metadata.json
CHANGED
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" : { },
|
|
@@ -19998,6 +19999,12 @@
|
|
|
19998
19999
|
}
|
|
19999
20000
|
}
|
|
20000
20001
|
},
|
|
20002
|
+
"pi" : {
|
|
20003
|
+
"endpoints" : {
|
|
20004
|
+
"us-gov-east-1" : { },
|
|
20005
|
+
"us-gov-west-1" : { }
|
|
20006
|
+
}
|
|
20007
|
+
},
|
|
20001
20008
|
"pinpoint" : {
|
|
20002
20009
|
"defaults" : {
|
|
20003
20010
|
"credentialScope" : {
|
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:
|