aws-partitions 1.427.0 → 1.428.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 +2 -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: d8ca1fbc1097fe50ccaac4bd689f974edd472e1f08eec7ed522c023d649225aa
|
|
4
|
+
data.tar.gz: fd89e6ce5600abc52aa8bc71b194add41a3ad8d5d8910863e9b7309fa87aef98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f2f162d2b034329811e4e841a34957c1567f4e51737eeeb3d80f166a49f459e11a3058b9b2941d6e894c43fca13232f2d4595b4bb47810813af792c168cbe58
|
|
7
|
+
data.tar.gz: ddfa03891d2ea99849d92f0b5a25b31767b87b25a1db2e5410375ec0e0e4b0ac9979a73c96287e63320ac74a006488164fadb3801a784f4ac48dd22b0e0f1d1b
|
data/partitions.json
CHANGED
|
@@ -6349,6 +6349,7 @@
|
|
|
6349
6349
|
},
|
|
6350
6350
|
"transfer" : {
|
|
6351
6351
|
"endpoints" : {
|
|
6352
|
+
"ap-east-1" : { },
|
|
6352
6353
|
"ap-northeast-1" : { },
|
|
6353
6354
|
"ap-northeast-2" : { },
|
|
6354
6355
|
"ap-south-1" : { },
|
|
@@ -6390,6 +6391,7 @@
|
|
|
6390
6391
|
},
|
|
6391
6392
|
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
|
|
6392
6393
|
},
|
|
6394
|
+
"me-south-1" : { },
|
|
6393
6395
|
"sa-east-1" : { },
|
|
6394
6396
|
"us-east-1" : { },
|
|
6395
6397
|
"us-east-2" : { },
|
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.428.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: 2021-02-
|
|
11
|
+
date: 2021-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|