aws-partitions 1.346.0 → 1.347.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/partitions.json +25 -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: f5f797a1afe3a7be3faa901df1f286933a8d4c62f8d350a5260c365d81adf2ae
|
|
4
|
+
data.tar.gz: 8a75100cdd7312e0883d816a142d7d2b99fa999b2ecf807db948292ab9ade093
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7ba8763c7d5cc4b9552a6aec85c9330708e49474c14c95228ef0841decd7ee30bc453b8dc65bab5feb5e166b391b6e53d3f9faa82828af59cee4fe1b9620ff5
|
|
7
|
+
data.tar.gz: f988d5cc307a39121cd6ed3fcb3a6dc702463afc3b27b2377cc36d7224dfaf2b6dbdc717396f996584b027d7243efdab88857fea6950e65603381592817062bc
|
data/partitions.json
CHANGED
|
@@ -4991,6 +4991,31 @@
|
|
|
4991
4991
|
"us-west-2" : { }
|
|
4992
4992
|
}
|
|
4993
4993
|
},
|
|
4994
|
+
"servicequotas" : {
|
|
4995
|
+
"defaults" : {
|
|
4996
|
+
"protocols" : [ "https" ]
|
|
4997
|
+
},
|
|
4998
|
+
"endpoints" : {
|
|
4999
|
+
"ap-east-1" : { },
|
|
5000
|
+
"ap-northeast-1" : { },
|
|
5001
|
+
"ap-northeast-2" : { },
|
|
5002
|
+
"ap-south-1" : { },
|
|
5003
|
+
"ap-southeast-1" : { },
|
|
5004
|
+
"ap-southeast-2" : { },
|
|
5005
|
+
"ca-central-1" : { },
|
|
5006
|
+
"eu-central-1" : { },
|
|
5007
|
+
"eu-north-1" : { },
|
|
5008
|
+
"eu-west-1" : { },
|
|
5009
|
+
"eu-west-2" : { },
|
|
5010
|
+
"eu-west-3" : { },
|
|
5011
|
+
"me-south-1" : { },
|
|
5012
|
+
"sa-east-1" : { },
|
|
5013
|
+
"us-east-1" : { },
|
|
5014
|
+
"us-east-2" : { },
|
|
5015
|
+
"us-west-1" : { },
|
|
5016
|
+
"us-west-2" : { }
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
4994
5019
|
"session.qldb" : {
|
|
4995
5020
|
"endpoints" : {
|
|
4996
5021
|
"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.347.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: 2020-07-
|
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|