aws-partitions 1.608.0 → 1.609.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: 2a308cb402fe935e5f3a1683fd29e49e4f08774b9b5ba0be1595bdf51a02605b
|
|
4
|
+
data.tar.gz: 37e9d13beb7a435052dcadd302d9d022063eaba8ce5b48d0efc47f5479363ec3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cb48676e184fa7ef03fc26d91c5077d4e606de18564d9ed0b08e5d52a9eeeb3b247855ed2dc3d280718d1fae7506822147d47e94a3d2e2697fa58da45a34931
|
|
7
|
+
data.tar.gz: b4240778120bd83ed6416079efe29445e781a4428a5be1fdd95a78b54cb87576ed6ced23d3fe07074081cd9ad504a87327252ac6b0f188a281b5e1552e44e924
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.609.0
|
data/partitions.json
CHANGED
|
@@ -14134,6 +14134,10 @@
|
|
|
14134
14134
|
},
|
|
14135
14135
|
"workspaces-web" : {
|
|
14136
14136
|
"endpoints" : {
|
|
14137
|
+
"ap-northeast-1" : { },
|
|
14138
|
+
"ap-south-1" : { },
|
|
14139
|
+
"ap-southeast-1" : { },
|
|
14140
|
+
"ap-southeast-2" : { },
|
|
14137
14141
|
"eu-west-1" : { },
|
|
14138
14142
|
"us-east-1" : { },
|
|
14139
14143
|
"us-west-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.609.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-07-
|
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|