aws-partitions 1.1032.0 → 1.1033.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 +0 -11
- 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: f23298da2b95074a2a5e72a16c9d50a20f01548f2c87d8f18fc4b1c6bdba2868
|
|
4
|
+
data.tar.gz: 8a68c02b0d1c92c25625a70922081025d1f4b69e533a33635ca246e8e06a7718
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6356ad104dac55311930218479f2704cefebca1f4840b4a40e86bd19480788adf5b3b48f9694dd1d37dfdd30e9b8e824550133cd4e4dfa160fe60f6108af123
|
|
7
|
+
data.tar.gz: 21cdf5a98ff64d8c6c59cfc7a9c377f194998b10df2f92948e4bb5662ac9474f0dc553c0d906ccef3d16903100bf4a10f99980f400fe96843e0c1e86bcd2836e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1033.0
|
data/partitions.json
CHANGED
|
@@ -17154,17 +17154,6 @@
|
|
|
17154
17154
|
}
|
|
17155
17155
|
}
|
|
17156
17156
|
},
|
|
17157
|
-
"projects.iot1click" : {
|
|
17158
|
-
"endpoints" : {
|
|
17159
|
-
"ap-northeast-1" : { },
|
|
17160
|
-
"eu-central-1" : { },
|
|
17161
|
-
"eu-west-1" : { },
|
|
17162
|
-
"eu-west-2" : { },
|
|
17163
|
-
"us-east-1" : { },
|
|
17164
|
-
"us-east-2" : { },
|
|
17165
|
-
"us-west-2" : { }
|
|
17166
|
-
}
|
|
17167
|
-
},
|
|
17168
17157
|
"proton" : {
|
|
17169
17158
|
"endpoints" : {
|
|
17170
17159
|
"ap-northeast-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.1033.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: 2025-01-
|
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|