aws-partitions 1.270.0 → 1.271.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 +7 -1
- 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: '02925c2bc2232d377c41d5e4ed83f4de96ee08ad'
|
|
4
|
+
data.tar.gz: 07d15ef73654a5c0ddd38da02e0ea6217af984b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce2ce89265c238f20ac928257f285f349527b17cfc9c33a4acd76ed5a7b070e4c130996974bcbc9d981dda4c0255231a4c80e08dcd351a960a0f22bfa7a06541
|
|
7
|
+
data.tar.gz: 84f7b2c94d93f3769af36d61a467e17dd11491933f5a0b20874609ccb715c2e5a5884a9c9691244a82b59ddfc367564ac505dd771733fc3603577442f33a07a2
|
data/partitions.json
CHANGED
|
@@ -2036,6 +2036,7 @@
|
|
|
2036
2036
|
},
|
|
2037
2037
|
"iotsecuredtunneling" : {
|
|
2038
2038
|
"endpoints" : {
|
|
2039
|
+
"ap-east-1" : { },
|
|
2039
2040
|
"ap-northeast-1" : { },
|
|
2040
2041
|
"ap-northeast-2" : { },
|
|
2041
2042
|
"ap-south-1" : { },
|
|
@@ -2047,6 +2048,7 @@
|
|
|
2047
2048
|
"eu-west-1" : { },
|
|
2048
2049
|
"eu-west-2" : { },
|
|
2049
2050
|
"eu-west-3" : { },
|
|
2051
|
+
"me-south-1" : { },
|
|
2050
2052
|
"sa-east-1" : { },
|
|
2051
2053
|
"us-east-1" : { },
|
|
2052
2054
|
"us-east-2" : { },
|
|
@@ -2450,6 +2452,7 @@
|
|
|
2450
2452
|
},
|
|
2451
2453
|
"mq" : {
|
|
2452
2454
|
"endpoints" : {
|
|
2455
|
+
"ap-east-1" : { },
|
|
2453
2456
|
"ap-northeast-1" : { },
|
|
2454
2457
|
"ap-northeast-2" : { },
|
|
2455
2458
|
"ap-south-1" : { },
|
|
@@ -2485,6 +2488,7 @@
|
|
|
2485
2488
|
},
|
|
2486
2489
|
"hostname" : "mq-fips.us-west-2.amazonaws.com"
|
|
2487
2490
|
},
|
|
2491
|
+
"me-south-1" : { },
|
|
2488
2492
|
"sa-east-1" : { },
|
|
2489
2493
|
"us-east-1" : { },
|
|
2490
2494
|
"us-east-2" : { },
|
|
@@ -4568,7 +4572,8 @@
|
|
|
4568
4572
|
},
|
|
4569
4573
|
"storagegateway" : {
|
|
4570
4574
|
"endpoints" : {
|
|
4571
|
-
"cn-north-1" : { }
|
|
4575
|
+
"cn-north-1" : { },
|
|
4576
|
+
"cn-northwest-1" : { }
|
|
4572
4577
|
}
|
|
4573
4578
|
},
|
|
4574
4579
|
"streams.dynamodb" : {
|
|
@@ -4938,6 +4943,7 @@
|
|
|
4938
4943
|
},
|
|
4939
4944
|
"elasticfilesystem" : {
|
|
4940
4945
|
"endpoints" : {
|
|
4946
|
+
"us-gov-east-1" : { },
|
|
4941
4947
|
"us-gov-west-1" : { }
|
|
4942
4948
|
}
|
|
4943
4949
|
},
|
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.271.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-02-
|
|
11
|
+
date: 2020-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|