aws-partitions 1.529.0 → 1.530.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +11 -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: 72361153dc51b832d630910f6d7811889d645bafec4f3590aa56b308733194bb
|
|
4
|
+
data.tar.gz: e880677fda34f514c3181e91c9973405521c8ed4e5b4f14514153ea2b07a4164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da4a4c7c81f0267f63baf2e0ceafb7943f21dd492f9ad1f96ca34ce308154d719406eb8255a2daba4be0ed4a720a00dafc3d5affea79203a673d93e232f39b68
|
|
7
|
+
data.tar.gz: 827898c7876b21567ff08c2c0844c818a9c9df3c3ab51a941b51e583cd990761d867c68d218167bd401def391308f0085e3963e56555e9822d61a0e6e5a107b2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.530.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -415,6 +415,7 @@ module Aws
|
|
|
415
415
|
'Mgn' => 'mgn',
|
|
416
416
|
'MigrationHub' => 'mgh',
|
|
417
417
|
'MigrationHubConfig' => 'migrationhub-config',
|
|
418
|
+
'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
|
|
418
419
|
'Mobile' => 'mobile',
|
|
419
420
|
'Neptune' => 'rds',
|
|
420
421
|
'NetworkFirewall' => 'network-firewall',
|
data/partitions.json
CHANGED
|
@@ -7396,6 +7396,17 @@
|
|
|
7396
7396
|
"us-west-2" : { }
|
|
7397
7397
|
}
|
|
7398
7398
|
},
|
|
7399
|
+
"migrationhub-strategy" : {
|
|
7400
|
+
"endpoints" : {
|
|
7401
|
+
"ap-northeast-1" : { },
|
|
7402
|
+
"ap-southeast-2" : { },
|
|
7403
|
+
"eu-central-1" : { },
|
|
7404
|
+
"eu-west-1" : { },
|
|
7405
|
+
"eu-west-2" : { },
|
|
7406
|
+
"us-east-1" : { },
|
|
7407
|
+
"us-west-2" : { }
|
|
7408
|
+
}
|
|
7409
|
+
},
|
|
7399
7410
|
"mobileanalytics" : {
|
|
7400
7411
|
"endpoints" : {
|
|
7401
7412
|
"us-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.530.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-11-
|
|
11
|
+
date: 2021-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|