aws-partitions 1.365.0 → 1.366.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 +1 -0
- data/partitions.json +3 -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: 0fc933be3e6a85526470aee5c9e4172bc2b2ce5c827e1dd630788467c4d7c5e9
|
|
4
|
+
data.tar.gz: e60bc8abc5ceb30c6381a0498acf1fd1e5353d0db11b3727e62ab16c4c06b240
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12c48edffa6d988365a58e26cb655965a532164a471d9ca1a479fe4ccfc7df64af8ba35f7fdeadda16af0d64a8a070ff1c38282ace466c024379ce5e1f0a5bb0
|
|
7
|
+
data.tar.gz: a47a5c35ba0d10ab7c41119c90a2c390e9940b860e38c17bee9dbd8a8bd1ff51fe4e99f936e8cc84e45957d80293e7b8eab7a361b6fc2572ee9366d9e829cbd1
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -400,6 +400,7 @@ module Aws
|
|
|
400
400
|
'RDS' => 'rds',
|
|
401
401
|
'RDSDataService' => 'rds-data',
|
|
402
402
|
'Redshift' => 'redshift',
|
|
403
|
+
'RedshiftDataAPIService' => 'redshift-data',
|
|
403
404
|
'Rekognition' => 'rekognition',
|
|
404
405
|
'ResourceGroups' => 'resource-groups',
|
|
405
406
|
'ResourceGroupsTaggingAPI' => 'tagging',
|
data/partitions.json
CHANGED
|
@@ -678,6 +678,7 @@
|
|
|
678
678
|
"ca-central-1" : { },
|
|
679
679
|
"eu-central-1" : { },
|
|
680
680
|
"eu-north-1" : { },
|
|
681
|
+
"eu-south-1" : { },
|
|
681
682
|
"eu-west-1" : { },
|
|
682
683
|
"eu-west-2" : { },
|
|
683
684
|
"eu-west-3" : { },
|
|
@@ -2785,6 +2786,7 @@
|
|
|
2785
2786
|
"ca-central-1" : { },
|
|
2786
2787
|
"eu-central-1" : { },
|
|
2787
2788
|
"eu-north-1" : { },
|
|
2789
|
+
"eu-south-1" : { },
|
|
2788
2790
|
"eu-west-1" : { },
|
|
2789
2791
|
"eu-west-2" : { },
|
|
2790
2792
|
"eu-west-3" : { },
|
|
@@ -3307,6 +3309,7 @@
|
|
|
3307
3309
|
"ca-central-1" : { },
|
|
3308
3310
|
"eu-central-1" : { },
|
|
3309
3311
|
"eu-north-1" : { },
|
|
3312
|
+
"eu-south-1" : { },
|
|
3310
3313
|
"eu-west-1" : { },
|
|
3311
3314
|
"eu-west-2" : { },
|
|
3312
3315
|
"eu-west-3" : { },
|
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.366.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-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|