aws-partitions 1.842.0 → 1.843.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 -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: 6bb4662ab47c4fc655db4e53517ce034a7a527f165806d60ce5842bd2d6bfbab
|
|
4
|
+
data.tar.gz: a95e3ad1c6e99f2daab77ea716a6e1dd041c469b01e30655ea44736e422f563d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79f8f0d3984a1087d62b95362d3e447afcc36de8cbd11a557dab93912f25d027751f16224acb7dd00fe49fb29f21ee094cb2222b02eebb095e9c9e1263b46138
|
|
7
|
+
data.tar.gz: aee040bd96619427649402d00dfb8583183ec2621db1516a9bbf11ad0d2a28a527384871ded15d60ce34cef9af44e8f1e9bc3c2da370dafd21a684c2301793dc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.843.0
|
data/partitions.json
CHANGED
|
@@ -14993,12 +14993,16 @@
|
|
|
14993
14993
|
"endpoints" : {
|
|
14994
14994
|
"ap-northeast-1" : { },
|
|
14995
14995
|
"ap-northeast-2" : { },
|
|
14996
|
+
"ap-northeast-3" : { },
|
|
14996
14997
|
"ap-south-1" : { },
|
|
14997
14998
|
"ap-southeast-1" : { },
|
|
14998
14999
|
"ap-southeast-2" : { },
|
|
15000
|
+
"ca-central-1" : { },
|
|
14999
15001
|
"eu-central-1" : { },
|
|
15002
|
+
"eu-north-1" : { },
|
|
15000
15003
|
"eu-west-1" : { },
|
|
15001
15004
|
"eu-west-2" : { },
|
|
15005
|
+
"eu-west-3" : { },
|
|
15002
15006
|
"sa-east-1" : { },
|
|
15003
15007
|
"us-east-1" : { },
|
|
15004
15008
|
"us-east-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.843.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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|