aws-partitions 1.330.0 → 1.331.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/lib/aws-partitions.rb +2 -0
- data/lib/aws-partitions/endpoint_provider.rb +2 -0
- data/lib/aws-partitions/partition.rb +2 -0
- data/lib/aws-partitions/partition_list.rb +2 -0
- data/lib/aws-partitions/region.rb +2 -0
- data/lib/aws-partitions/service.rb +2 -0
- 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: 4c03bf41eb8e4fbea1ea0f5ba96d315e1239d5126dd0d141519c0b521945506f
|
|
4
|
+
data.tar.gz: 3bbe6e63227c935d0c34f86f76c0435def573193f543585fb50aa6ead9d9e865
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 550a9d15e4bb45de66a28ff505c571d702a653d71a675b06ebdb7fe5dd9696fb59bff95c7631659f55a243f80e4d0da70c840275bfa2d8eb1b887931bccbe47b
|
|
7
|
+
data.tar.gz: 1ba7f80377505d28307a92078fa52a5e902c3c1773df9f64f20258144c27419149c55a0c92fd2b52d1abb8c44ff10eb6600fdc4e778741be9df31ad5547eb4e6
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -4795,6 +4795,7 @@
|
|
|
4795
4795
|
},
|
|
4796
4796
|
"servicecatalog" : {
|
|
4797
4797
|
"endpoints" : {
|
|
4798
|
+
"af-south-1" : { },
|
|
4798
4799
|
"ap-east-1" : { },
|
|
4799
4800
|
"ap-northeast-1" : { },
|
|
4800
4801
|
"ap-northeast-2" : { },
|
|
@@ -4804,6 +4805,7 @@
|
|
|
4804
4805
|
"ca-central-1" : { },
|
|
4805
4806
|
"eu-central-1" : { },
|
|
4806
4807
|
"eu-north-1" : { },
|
|
4808
|
+
"eu-south-1" : { },
|
|
4807
4809
|
"eu-west-1" : { },
|
|
4808
4810
|
"eu-west-2" : { },
|
|
4809
4811
|
"eu-west-3" : { },
|
|
@@ -8446,6 +8448,11 @@
|
|
|
8446
8448
|
"us-isob-east-1" : { }
|
|
8447
8449
|
}
|
|
8448
8450
|
},
|
|
8451
|
+
"lambda" : {
|
|
8452
|
+
"endpoints" : {
|
|
8453
|
+
"us-isob-east-1" : { }
|
|
8454
|
+
}
|
|
8455
|
+
},
|
|
8449
8456
|
"license-manager" : {
|
|
8450
8457
|
"endpoints" : {
|
|
8451
8458
|
"us-isob-east-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.331.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-06-
|
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|