aws-partitions 1.984.0 → 1.985.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: ec4c8f31354f3abb44744ead26f921ebee1ffb4663a70f6b474cbd026948bede
|
|
4
|
+
data.tar.gz: 7acc04583c4cf94cd940dc2942e84ffd1dc3eb7641a247368ebb0710237170ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16c354d71e8384a925965e284cba731c200233f3f013f4b92fb731e2a417c7581faa5ba7fbbaabede6b9e3642843219b8a528f94a4358dfc5aa7aa2d9e26b414
|
|
7
|
+
data.tar.gz: 449e5a8114d075f1fc94256f0618fca2e6c0f06491ea76437c9fc3397be6949759f8882419d7bf09e726d3e2e7e1bec82cfa20d216c6279f87e02350a0ce2419
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.985.0
|
data/partitions.json
CHANGED
|
@@ -565,6 +565,7 @@
|
|
|
565
565
|
"ap-southeast-2" : { },
|
|
566
566
|
"ca-central-1" : { },
|
|
567
567
|
"eu-central-1" : { },
|
|
568
|
+
"eu-central-2" : { },
|
|
568
569
|
"eu-west-1" : { },
|
|
569
570
|
"eu-west-2" : { },
|
|
570
571
|
"eu-west-3" : { },
|
|
@@ -24081,6 +24082,7 @@
|
|
|
24081
24082
|
},
|
|
24082
24083
|
"aoss" : {
|
|
24083
24084
|
"endpoints" : {
|
|
24085
|
+
"us-gov-east-1" : { },
|
|
24084
24086
|
"us-gov-west-1" : { }
|
|
24085
24087
|
}
|
|
24086
24088
|
},
|
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.985.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: 2024-10-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|