aws-partitions 1.266.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 +27 -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" : { },
|
|
@@ -4129,6 +4130,16 @@
|
|
|
4129
4130
|
"cn-northwest-1" : { }
|
|
4130
4131
|
}
|
|
4131
4132
|
},
|
|
4133
|
+
"appsync" : {
|
|
4134
|
+
"endpoints" : {
|
|
4135
|
+
"cn-north-1" : { }
|
|
4136
|
+
}
|
|
4137
|
+
},
|
|
4138
|
+
"athena" : {
|
|
4139
|
+
"endpoints" : {
|
|
4140
|
+
"cn-northwest-1" : { }
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4132
4143
|
"autoscaling" : {
|
|
4133
4144
|
"defaults" : {
|
|
4134
4145
|
"protocols" : [ "http", "https" ]
|
|
@@ -4263,6 +4274,12 @@
|
|
|
4263
4274
|
"cn-northwest-1" : { }
|
|
4264
4275
|
}
|
|
4265
4276
|
},
|
|
4277
|
+
"elasticfilesystem" : {
|
|
4278
|
+
"endpoints" : {
|
|
4279
|
+
"cn-north-1" : { },
|
|
4280
|
+
"cn-northwest-1" : { }
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4266
4283
|
"elasticloadbalancing" : {
|
|
4267
4284
|
"defaults" : {
|
|
4268
4285
|
"protocols" : [ "https" ]
|
|
@@ -4703,6 +4720,15 @@
|
|
|
4703
4720
|
}
|
|
4704
4721
|
}
|
|
4705
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
|
+
},
|
|
4706
4732
|
"clouddirectory" : {
|
|
4707
4733
|
"endpoints" : {
|
|
4708
4734
|
"us-gov-west-1" : { }
|
|
@@ -5330,6 +5356,7 @@
|
|
|
5330
5356
|
"protocols" : [ "https" ]
|
|
5331
5357
|
},
|
|
5332
5358
|
"endpoints" : {
|
|
5359
|
+
"us-gov-east-1" : { },
|
|
5333
5360
|
"us-gov-west-1" : { }
|
|
5334
5361
|
}
|
|
5335
5362
|
},
|
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:
|