aws-partitions 1.268.0 → 1.269.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 +16 -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: d1ee54e5eb4da5642af2a6c2812d0466768ad55f
|
|
4
|
+
data.tar.gz: 8e9107693ec642164aeded3c5d1cf1e1e6078db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f31c3c424828714396509ba5f006811ef5c3c8452effc63f892d3a06255400f6e3353d96fc16742a29bb96613642331b7a3ce1eb2e77b18c3c42c9d7c65eed7
|
|
7
|
+
data.tar.gz: e70b5056c4b8308e82a06c8c7d2d782dd1aec14c6f98e6382a11db239ffa1ece8c5129734e4d2e7aa75c4ac6aa6e39b01621f7f85e52ca6e34a10d96e4a82b2f
|
data/partitions.json
CHANGED
|
@@ -2060,6 +2060,7 @@
|
|
|
2060
2060
|
"eu-west-1" : { },
|
|
2061
2061
|
"eu-west-2" : { },
|
|
2062
2062
|
"eu-west-3" : { },
|
|
2063
|
+
"me-south-1" : { },
|
|
2063
2064
|
"sa-east-1" : { },
|
|
2064
2065
|
"us-east-1" : { },
|
|
2065
2066
|
"us-east-2" : { },
|
|
@@ -4273,6 +4274,12 @@
|
|
|
4273
4274
|
"cn-northwest-1" : { }
|
|
4274
4275
|
}
|
|
4275
4276
|
},
|
|
4277
|
+
"elasticfilesystem" : {
|
|
4278
|
+
"endpoints" : {
|
|
4279
|
+
"cn-north-1" : { },
|
|
4280
|
+
"cn-northwest-1" : { }
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4276
4283
|
"elasticloadbalancing" : {
|
|
4277
4284
|
"defaults" : {
|
|
4278
4285
|
"protocols" : [ "https" ]
|
|
@@ -4713,6 +4720,15 @@
|
|
|
4713
4720
|
}
|
|
4714
4721
|
}
|
|
4715
4722
|
},
|
|
4723
|
+
"autoscaling-plans" : {
|
|
4724
|
+
"defaults" : {
|
|
4725
|
+
"protocols" : [ "http", "https" ]
|
|
4726
|
+
},
|
|
4727
|
+
"endpoints" : {
|
|
4728
|
+
"us-gov-east-1" : { },
|
|
4729
|
+
"us-gov-west-1" : { }
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4716
4732
|
"clouddirectory" : {
|
|
4717
4733
|
"endpoints" : {
|
|
4718
4734
|
"us-gov-west-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.269.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-01-
|
|
11
|
+
date: 2020-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|