aws-partitions 1.210.0 → 1.211.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/lib/aws-partitions.rb +2 -0
- data/partitions.json +18 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee1ce00dd9d6f2675ec8897352e5c47e3b77f306
|
|
4
|
+
data.tar.gz: 25759ff3e5a18282c0f50483f61012c4c8c3cafa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6bca96210be5ef2c5b4576a142579717720f7f5b6392ceeee8181555afbf31b62801135a0bae887408002f8d3e0a33fbeb83ea7115fa08d1533c03b7dd9cff7
|
|
7
|
+
data.tar.gz: e6008b4e5532b8537d07d985cd6a57fb57cb15c013902a5e98c622619d1805eadfeb0745dbc3ab572f174e276eeea2f7e77df0c27d6df7a7bb20ed2375243e63
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -2362,6 +2362,15 @@
|
|
|
2362
2362
|
"us-west-2" : { }
|
|
2363
2363
|
}
|
|
2364
2364
|
},
|
|
2365
|
+
"qldb" : {
|
|
2366
|
+
"endpoints" : {
|
|
2367
|
+
"ap-northeast-1" : { },
|
|
2368
|
+
"eu-west-1" : { },
|
|
2369
|
+
"us-east-1" : { },
|
|
2370
|
+
"us-east-2" : { },
|
|
2371
|
+
"us-west-2" : { }
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2365
2374
|
"ram" : {
|
|
2366
2375
|
"endpoints" : {
|
|
2367
2376
|
"ap-northeast-1" : { },
|
|
@@ -2979,6 +2988,15 @@
|
|
|
2979
2988
|
"us-west-2" : { }
|
|
2980
2989
|
}
|
|
2981
2990
|
},
|
|
2991
|
+
"session.qldb" : {
|
|
2992
|
+
"endpoints" : {
|
|
2993
|
+
"ap-northeast-1" : { },
|
|
2994
|
+
"eu-west-1" : { },
|
|
2995
|
+
"us-east-1" : { },
|
|
2996
|
+
"us-east-2" : { },
|
|
2997
|
+
"us-west-2" : { }
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
2982
3000
|
"shield" : {
|
|
2983
3001
|
"defaults" : {
|
|
2984
3002
|
"protocols" : [ "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.211.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: 2019-09-
|
|
11
|
+
date: 2019-09-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|