aws-partitions 1.454.0 → 1.455.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: 63f580991b1d6c324fb71f4dedc1f785a211657d0add7685bffb7db7dba03d1c
|
|
4
|
+
data.tar.gz: '08beac1052d6771d3ea039c5fbc687081750bd2c4ba7b5f4af7833dbf6c9c82b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86389c705a916951ce5c8f78ccf946a8ce1d14f3956ee139ea8bcf146478a1e51a4d1052583c5740e7f7cbd3bce7a522979124e5a11c0e3152d29a4bf5234e0e
|
|
7
|
+
data.tar.gz: 8fe77217dc417c37d88d127e9a4bf4595e4555465ac396d06c317c4eac1b99d3729d0ce41face4dda7f7a36919bff27bb0b9ebc146b8136047e70aa53ae478e4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.455.0
|
data/partitions.json
CHANGED
|
@@ -2696,8 +2696,10 @@
|
|
|
2696
2696
|
"ap-southeast-2" : { },
|
|
2697
2697
|
"ca-central-1" : { },
|
|
2698
2698
|
"eu-central-1" : { },
|
|
2699
|
+
"eu-north-1" : { },
|
|
2699
2700
|
"eu-west-1" : { },
|
|
2700
2701
|
"eu-west-2" : { },
|
|
2702
|
+
"eu-west-3" : { },
|
|
2701
2703
|
"us-east-1" : { },
|
|
2702
2704
|
"us-east-2" : { },
|
|
2703
2705
|
"us-west-1" : { },
|
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.455.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: 2021-05-
|
|
11
|
+
date: 2021-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|