aws-partitions 1.589.0 → 1.590.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 +31 -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: 898d7a641845df534d42b36c74c8b86ee12cd11b0155c3c97f2922d8dbddc6c4
|
|
4
|
+
data.tar.gz: b375be05964e9f760b2e19377dcf4463a545beb7b3ddc856b9ee65e6e2fe2dc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8febe5e8300344677b31774ff70a068ada8e6190c7e1f41312221bc44712c183edc6e64a948afca43b7297390ce7bf0e760ff2552d52801f39834a241aaa6145
|
|
7
|
+
data.tar.gz: 84d51fc0f90fdace452ccb0f73d846e4aa7dadf52e607ec4fd11218993830f80b8ca50d30a77166509680461c2f327e9727426fd1da7935280c76c216cbb07b6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.590.0
|
data/partitions.json
CHANGED
|
@@ -9150,6 +9150,15 @@
|
|
|
9150
9150
|
"us-west-2" : { }
|
|
9151
9151
|
}
|
|
9152
9152
|
},
|
|
9153
|
+
"proton" : {
|
|
9154
|
+
"endpoints" : {
|
|
9155
|
+
"ap-northeast-1" : { },
|
|
9156
|
+
"eu-west-1" : { },
|
|
9157
|
+
"us-east-1" : { },
|
|
9158
|
+
"us-east-2" : { },
|
|
9159
|
+
"us-west-2" : { }
|
|
9160
|
+
}
|
|
9161
|
+
},
|
|
9153
9162
|
"qldb" : {
|
|
9154
9163
|
"endpoints" : {
|
|
9155
9164
|
"ap-northeast-1" : { },
|
|
@@ -13168,6 +13177,28 @@
|
|
|
13168
13177
|
}
|
|
13169
13178
|
}
|
|
13170
13179
|
},
|
|
13180
|
+
"wellarchitected" : {
|
|
13181
|
+
"endpoints" : {
|
|
13182
|
+
"ap-east-1" : { },
|
|
13183
|
+
"ap-northeast-1" : { },
|
|
13184
|
+
"ap-northeast-2" : { },
|
|
13185
|
+
"ap-south-1" : { },
|
|
13186
|
+
"ap-southeast-1" : { },
|
|
13187
|
+
"ap-southeast-2" : { },
|
|
13188
|
+
"ca-central-1" : { },
|
|
13189
|
+
"eu-central-1" : { },
|
|
13190
|
+
"eu-north-1" : { },
|
|
13191
|
+
"eu-west-1" : { },
|
|
13192
|
+
"eu-west-2" : { },
|
|
13193
|
+
"eu-west-3" : { },
|
|
13194
|
+
"me-south-1" : { },
|
|
13195
|
+
"sa-east-1" : { },
|
|
13196
|
+
"us-east-1" : { },
|
|
13197
|
+
"us-east-2" : { },
|
|
13198
|
+
"us-west-1" : { },
|
|
13199
|
+
"us-west-2" : { }
|
|
13200
|
+
}
|
|
13201
|
+
},
|
|
13171
13202
|
"wisdom" : {
|
|
13172
13203
|
"endpoints" : {
|
|
13173
13204
|
"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.590.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-05-
|
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|