aws-partitions 1.733.0 → 1.734.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +9 -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: caa77da6b27012a17cca938725cd5e26913717e7b1665c6d2c1327f592414383
|
4
|
+
data.tar.gz: 02a27548e92e47274f8c4098439ba9c0e2fbf6f1a0ee8211ec610d4336afd0e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 819b18b9a2387614314b30e3d6d127352b43ad9672ba7b697aaba3a997ba05baebb502cab5ac646fd9172ff987a14eb8ace4414a95a423e124c957a7c32780ae
|
7
|
+
data.tar.gz: b9291bc689246bcd3fa68dd6925a9afc23ec6a245f8cbb383948c55e107dc95bc1dcc6c5a5e43b1b2cb9862ad41e2333cc60fad81021aaf1dc3236448407ffab
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.734.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -1071,6 +1071,7 @@
|
|
1071
1071
|
"ap-southeast-3" : { },
|
1072
1072
|
"ca-central-1" : { },
|
1073
1073
|
"eu-central-1" : { },
|
1074
|
+
"eu-central-2" : { },
|
1074
1075
|
"eu-north-1" : { },
|
1075
1076
|
"eu-south-1" : { },
|
1076
1077
|
"eu-west-1" : { },
|
@@ -10138,6 +10139,7 @@
|
|
10138
10139
|
"ap-southeast-3" : { },
|
10139
10140
|
"ca-central-1" : { },
|
10140
10141
|
"eu-central-1" : { },
|
10142
|
+
"eu-central-2" : { },
|
10141
10143
|
"eu-north-1" : { },
|
10142
10144
|
"eu-south-1" : { },
|
10143
10145
|
"eu-west-1" : { },
|
@@ -12620,6 +12622,7 @@
|
|
12620
12622
|
"ap-southeast-3" : { },
|
12621
12623
|
"ca-central-1" : { },
|
12622
12624
|
"eu-central-1" : { },
|
12625
|
+
"eu-central-2" : { },
|
12623
12626
|
"eu-north-1" : { },
|
12624
12627
|
"eu-south-1" : { },
|
12625
12628
|
"eu-west-1" : { },
|
@@ -13624,6 +13627,7 @@
|
|
13624
13627
|
"eu-west-1" : { },
|
13625
13628
|
"eu-west-2" : { },
|
13626
13629
|
"eu-west-3" : { },
|
13630
|
+
"me-central-1" : { },
|
13627
13631
|
"me-south-1" : { },
|
13628
13632
|
"sa-east-1" : { },
|
13629
13633
|
"us-east-1" : {
|
@@ -20390,6 +20394,11 @@
|
|
20390
20394
|
}
|
20391
20395
|
}
|
20392
20396
|
},
|
20397
|
+
"iottwinmaker" : {
|
20398
|
+
"endpoints" : {
|
20399
|
+
"us-gov-west-1" : { }
|
20400
|
+
}
|
20401
|
+
},
|
20393
20402
|
"kafka" : {
|
20394
20403
|
"endpoints" : {
|
20395
20404
|
"us-gov-east-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.734.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: 2023-03-
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|