aws-partitions 1.373.0 → 1.374.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 -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: 2cd1025af7b2f0eac96a10b9bb67907a77f5db6a65e4f7b6fabdf901ab1a2cd8
|
4
|
+
data.tar.gz: 861babcdfa2c0fd2bc5a127e044fc3bfd8ebc4b52e9dcc2d6f9df55cd4cc5235
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c62223fbb51f5c9b71b20b9a60944066c06df927588bc35e251b2fc11b12b1cff42fb12a245f2fc562e5e04ef9c9316e83cabbf054c644c145cec936411f3f2f
|
7
|
+
data.tar.gz: 4c035d2e86845da63d1421ec10b7d17539b0b8f07e1253bd86fc0fdf5c8aad3785d6a28694253b36b9a1848e07f0c57117cf73881963f96237c0af48d8df02a5
|
data/partitions.json
CHANGED
@@ -2067,6 +2067,7 @@
|
|
2067
2067
|
"sa-east-1" : { },
|
2068
2068
|
"us-east-1" : { },
|
2069
2069
|
"us-east-2" : { },
|
2070
|
+
"us-west-1" : { },
|
2070
2071
|
"us-west-2" : { }
|
2071
2072
|
}
|
2072
2073
|
},
|
@@ -5351,6 +5352,12 @@
|
|
5351
5352
|
},
|
5352
5353
|
"hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
|
5353
5354
|
},
|
5355
|
+
"fips-ap-northeast-3" : {
|
5356
|
+
"credentialScope" : {
|
5357
|
+
"region" : "ap-northeast-3"
|
5358
|
+
},
|
5359
|
+
"hostname" : "snowball-fips.ap-northeast-3.amazonaws.com"
|
5360
|
+
},
|
5354
5361
|
"fips-ap-south-1" : {
|
5355
5362
|
"credentialScope" : {
|
5356
5363
|
"region" : "ap-south-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.374.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-09-
|
11
|
+
date: 2020-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|