aws-partitions 1.441.0 → 1.442.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77faf324185833b858ed1fce243ddfa10b2b843d42314a5d7157f6baccc09085
4
- data.tar.gz: e42d5f4feccedc47b0f3aa8308e884d3989b213c24f326d1ed8f89a63579370d
3
+ metadata.gz: c1342ea236cada5686ca57fa9f9b180e94240ed897d45be00a7db110d7c0f9d5
4
+ data.tar.gz: 722715ed9fe3441b4508c9b2c013e858520976768bf05c3cdae1301adf10f051
5
5
  SHA512:
6
- metadata.gz: 1908c30d110a4218e3571ab5b7e1232a299ff69e5f863a425386564868de117c6175aab2933903361ac904124e6fb39a11020d1ab860c5ae9401e78e45eb176d
7
- data.tar.gz: f54a047be039aed71436fbdf94a18308d3f568f4512adf9c9923aaa634a8c7f89111f1a71b2eb8d9e03662141da52ae9c4c6270f9f94ac2e397885b86026fe27
6
+ metadata.gz: 454f43fa595d421b686d5f5c7924699c3de239af09115fec89fca631b420301698fd26a27785d8a804a5a30f9e860f7e3a632ee1816e31cc6c7f17f0e0459d7f
7
+ data.tar.gz: bc8ca48cb1fb08bcbd1d98ca40969254e588285049c329ba1272829646fee527870e5b6ddc8c5c6fbab6bf6e3ff27559055fb27e8e5812d6cbf5d4a0ac7c2105
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.442.0 (2021-04-07)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Mgn`.
8
+
4
9
  1.441.0 (2021-04-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.441.0
1
+ 1.442.0
@@ -398,6 +398,7 @@ module Aws
398
398
  'MediaStore' => 'mediastore',
399
399
  'MediaStoreData' => 'data.mediastore',
400
400
  'MediaTailor' => 'api.mediatailor',
401
+ 'Mgn' => 'mgn',
401
402
  'MigrationHub' => 'mgh',
402
403
  'MigrationHubConfig' => 'migrationhub-config',
403
404
  'Mobile' => 'mobile',
data/partitions.json CHANGED
@@ -3809,6 +3809,7 @@
3809
3809
  "ap-east-1" : { },
3810
3810
  "ap-northeast-1" : { },
3811
3811
  "ap-northeast-2" : { },
3812
+ "ap-northeast-3" : { },
3812
3813
  "ap-south-1" : { },
3813
3814
  "ap-southeast-1" : { },
3814
3815
  "ap-southeast-2" : { },
@@ -3958,6 +3959,7 @@
3958
3959
  "ap-east-1" : { },
3959
3960
  "ap-northeast-1" : { },
3960
3961
  "ap-northeast-2" : { },
3962
+ "ap-northeast-3" : { },
3961
3963
  "ap-south-1" : { },
3962
3964
  "ap-southeast-1" : { },
3963
3965
  "ap-southeast-2" : { },
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.441.0
4
+ version: 1.442.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-04-02 00:00:00.000000000 Z
11
+ date: 2021-04-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: