aws-sdk-mgn 1.11.0 → 1.14.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mgn/client.rb +396 -44
- data/lib/aws-sdk-mgn/client_api.rb +176 -6
- data/lib/aws-sdk-mgn/errors.rb +10 -0
- data/lib/aws-sdk-mgn/types.rb +527 -43
- data/lib/aws-sdk-mgn.rb +1 -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: bad636811c3ce61f13530dfcad4f5847e568da30682c6e9827ac60b2d717c112
|
4
|
+
data.tar.gz: '07012327961755d7a461ca1b2e1167abb68697cb4630083fa4cbf84cae04da45'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d745749c1d33ae8db428105620c0953e6d04167351c5245cdf1c0906c4d9accc8d642e937a863ffecfa6ca01c237bc37ec66b87a2b8e1688c76f087581b193ec
|
7
|
+
data.tar.gz: c94e817d160e9834817f8146d1b50e792e46d32b4e37974bf73620fa0e35621bab79d32f2f060ce9541481ff967108b9f58d1dd0a9d20e3cffec253ffd61575f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.14.0 (2022-06-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - New and modified APIs for the Post-Migration Framework
|
8
|
+
|
9
|
+
1.13.0 (2022-04-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
|
13
|
+
|
14
|
+
1.12.0 (2022-03-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest).
|
18
|
+
|
4
19
|
1.11.0 (2022-02-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|