aws-partitions 1.640.0 → 1.641.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 +7 -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: 7132a129d6185a2be45d967c7c650923893b3ac806d8c8a8816870271dbde30a
|
|
4
|
+
data.tar.gz: b12237299c9cea8fbb53b7e11e31c9b7cd1e827aadf2787243c5e2636e04db36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa9df0458f7f41c14cec7dc4cafd0a5af14c5b4e9b02477bc84eee95cf330cc933cbce5a2d04cb07b8219f314b3cef533e168319a70978efbbc414aa2d76e171
|
|
7
|
+
data.tar.gz: b55dbadf3f13e89257c5710280703e723c61d08190ce5c2ac003d69e83c987e4095a4562cfa37fd5cd8b20cd680663162d1c5aaeefd6a4d267cce5e970c358d2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.641.0
|
data/partitions.json
CHANGED
|
@@ -20390,7 +20390,8 @@
|
|
|
20390
20390
|
},
|
|
20391
20391
|
"ram" : {
|
|
20392
20392
|
"endpoints" : {
|
|
20393
|
-
"us-iso-east-1" : { }
|
|
20393
|
+
"us-iso-east-1" : { },
|
|
20394
|
+
"us-iso-west-1" : { }
|
|
20394
20395
|
}
|
|
20395
20396
|
},
|
|
20396
20397
|
"rds" : {
|
|
@@ -20865,6 +20866,11 @@
|
|
|
20865
20866
|
"isRegionalized" : false,
|
|
20866
20867
|
"partitionEndpoint" : "aws-iso-b-global"
|
|
20867
20868
|
},
|
|
20869
|
+
"route53resolver" : {
|
|
20870
|
+
"endpoints" : {
|
|
20871
|
+
"us-isob-east-1" : { }
|
|
20872
|
+
}
|
|
20873
|
+
},
|
|
20868
20874
|
"s3" : {
|
|
20869
20875
|
"defaults" : {
|
|
20870
20876
|
"protocols" : [ "http", "https" ],
|
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.641.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-
|
|
11
|
+
date: 2022-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|