aws-partitions 1.418.0 → 1.419.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d43930e54e4039f3406914dd6a4248c161d513de4cd5c71ba3c55b8ca25e6b9
|
|
4
|
+
data.tar.gz: 0a7d4fbb24eaf247c3e85c0db2f4b5414036b5f19bea417d8cc72d9d39775097
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d1cece1e97003ee020d0490c984c3bfda007492a3e9630d389122eec5fa656df37621d0f865ded5c2c8d0a3d8e678ef2704096782f75c83113d2d32b36469a4
|
|
7
|
+
data.tar.gz: 7936389855e3d0181313f7d0f89ffb91d66ab68f04c8a344ed47722a0317e2f52295382d4bf995b8c3b06e96bafc815dd32d4e658a2de706906215a9d658e217
|
data/partitions.json
CHANGED
|
@@ -658,6 +658,7 @@
|
|
|
658
658
|
},
|
|
659
659
|
"appmesh" : {
|
|
660
660
|
"endpoints" : {
|
|
661
|
+
"af-south-1" : { },
|
|
661
662
|
"ap-east-1" : { },
|
|
662
663
|
"ap-northeast-1" : { },
|
|
663
664
|
"ap-northeast-2" : { },
|
|
@@ -8312,7 +8313,12 @@
|
|
|
8312
8313
|
},
|
|
8313
8314
|
"hostname" : "greengrass-fips.us-gov-east-1.amazonaws.com"
|
|
8314
8315
|
},
|
|
8315
|
-
"us-gov-east-1" : {
|
|
8316
|
+
"us-gov-east-1" : {
|
|
8317
|
+
"credentialScope" : {
|
|
8318
|
+
"region" : "us-gov-east-1"
|
|
8319
|
+
},
|
|
8320
|
+
"hostname" : "greengrass.us-gov-east-1.amazonaws.com"
|
|
8321
|
+
},
|
|
8316
8322
|
"us-gov-west-1" : {
|
|
8317
8323
|
"credentialScope" : {
|
|
8318
8324
|
"region" : "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.419.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-01-
|
|
11
|
+
date: 2021-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|