aws-partitions 1.913.0 → 1.914.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/partitions.json +10 -1
- 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: caad345fc08214a594a55addf803f452b79a9800d639cbbf03738e1d73b4ebe2
|
4
|
+
data.tar.gz: 054fff777b11297cc00c01d9c52eddd60a57c595b3a55b9736c897b5c0709938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0b1dd24635a409f9af29bc4b35e39176ecaa94adfadbeb9ad596847401594a6a90a16ccc8cd891d3eb82b8f0f718e7d16eaef7798f4bf7f3ce001ef529b07ae
|
7
|
+
data.tar.gz: 36e3b12ff0e4a40c6dd4cd8fda56a82048f6f1fd04e35d004e6f4dfc633baa2581f0957d108652602f18cc8f43442e746f6e9bcc8a9a502980aa96421e22ba9b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.914.0
|
data/partitions.json
CHANGED
@@ -3763,6 +3763,7 @@
|
|
3763
3763
|
"ap-northeast-2" : { },
|
3764
3764
|
"ap-northeast-3" : { },
|
3765
3765
|
"ap-south-1" : { },
|
3766
|
+
"ap-south-2" : { },
|
3766
3767
|
"ap-southeast-1" : { },
|
3767
3768
|
"ap-southeast-2" : { },
|
3768
3769
|
"ap-southeast-3" : { },
|
@@ -3772,6 +3773,7 @@
|
|
3772
3773
|
"eu-central-2" : { },
|
3773
3774
|
"eu-north-1" : { },
|
3774
3775
|
"eu-south-1" : { },
|
3776
|
+
"eu-south-2" : { },
|
3775
3777
|
"eu-west-1" : { },
|
3776
3778
|
"eu-west-2" : { },
|
3777
3779
|
"eu-west-3" : { },
|
@@ -3850,6 +3852,7 @@
|
|
3850
3852
|
"eu-central-2" : { },
|
3851
3853
|
"eu-north-1" : { },
|
3852
3854
|
"eu-south-1" : { },
|
3855
|
+
"eu-south-2" : { },
|
3853
3856
|
"eu-west-1" : { },
|
3854
3857
|
"eu-west-2" : { },
|
3855
3858
|
"eu-west-3" : { },
|
@@ -27669,7 +27672,8 @@
|
|
27669
27672
|
},
|
27670
27673
|
"snowball" : {
|
27671
27674
|
"endpoints" : {
|
27672
|
-
"us-iso-east-1" : { }
|
27675
|
+
"us-iso-east-1" : { },
|
27676
|
+
"us-iso-west-1" : { }
|
27673
27677
|
}
|
27674
27678
|
},
|
27675
27679
|
"sns" : {
|
@@ -28026,6 +28030,11 @@
|
|
28026
28030
|
"us-isob-east-1" : { }
|
28027
28031
|
}
|
28028
28032
|
},
|
28033
|
+
"firehose" : {
|
28034
|
+
"endpoints" : {
|
28035
|
+
"us-isob-east-1" : { }
|
28036
|
+
}
|
28037
|
+
},
|
28029
28038
|
"glacier" : {
|
28030
28039
|
"endpoints" : {
|
28031
28040
|
"us-isob-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.914.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: 2024-04-
|
11
|
+
date: 2024-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|