aws-partitions 1.841.0 → 1.842.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 +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: 66543d1985550053f642954cb8f8e5232c213d7094ed60e50f85f4205c1fcc83
|
|
4
|
+
data.tar.gz: b1545cf3d45b436eec7dc7c23201aedbaf4e9667d1cdba9bab66b28db039b227
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f62ced7ecfd8056711d8043fce4005c4de77bab4643bf6bd09cb7a63bb909b1cec7844bdf6161dd1e2d04572b1d1327af136d37a7e10ea80fe0b20c47d6b096f
|
|
7
|
+
data.tar.gz: e5d5e67e1cd054a8fe713fbe0c04ad2c76085f6b3ab8f306f10a7b2e2e3ba543ce6593b083fbf9c9639db1a84065b2b96fe2f8b5b1f023f4cdd715f1eabdf229
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.842.0
|
data/partitions.json
CHANGED
|
@@ -11147,6 +11147,7 @@
|
|
|
11147
11147
|
"endpoints" : {
|
|
11148
11148
|
"ap-northeast-1" : { },
|
|
11149
11149
|
"ap-northeast-2" : { },
|
|
11150
|
+
"ap-northeast-3" : { },
|
|
11150
11151
|
"ap-south-1" : { },
|
|
11151
11152
|
"ap-southeast-1" : { },
|
|
11152
11153
|
"ap-southeast-2" : { },
|
|
@@ -11167,6 +11168,7 @@
|
|
|
11167
11168
|
"endpoints" : {
|
|
11168
11169
|
"ap-northeast-1" : { },
|
|
11169
11170
|
"ap-northeast-2" : { },
|
|
11171
|
+
"ap-northeast-3" : { },
|
|
11170
11172
|
"ap-south-1" : { },
|
|
11171
11173
|
"ap-southeast-1" : { },
|
|
11172
11174
|
"ap-southeast-2" : { },
|
|
@@ -11187,6 +11189,7 @@
|
|
|
11187
11189
|
"endpoints" : {
|
|
11188
11190
|
"ap-northeast-1" : { },
|
|
11189
11191
|
"ap-northeast-2" : { },
|
|
11192
|
+
"ap-northeast-3" : { },
|
|
11190
11193
|
"ap-south-1" : { },
|
|
11191
11194
|
"ap-southeast-1" : { },
|
|
11192
11195
|
"ap-southeast-2" : { },
|
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.842.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-10-
|
|
11
|
+
date: 2023-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|