aws-sdk-mgn 1.62.0 → 1.63.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-sdk-mgn/client.rb +2199 -17
- data/lib/aws-sdk-mgn/client_api.rb +1129 -0
- data/lib/aws-sdk-mgn/types.rb +2499 -134
- data/lib/aws-sdk-mgn.rb +1 -1
- data/sig/client.rbs +473 -0
- data/sig/types.rbs +688 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f177c280c197787f1f63854623b271d19dede00ce0a8ee8a1a02fe12afdf13
|
|
4
|
+
data.tar.gz: 133cd4371677fb0abd0ff0fca47fc6ac46eec52be971ea191c6dc7e8d2406954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3f68d81a75b4f90e9b9de7b4c4f1cc2b26d123c7ac85d3d0ef314d2a580c1d45e52e5e1d522760ced03e50e24f3b0580b79cb248ec1db40beb59b1844732709
|
|
7
|
+
data.tar.gz: 2549593a25387b1c54bd027b87796c0b3158455bafbcaa69bdc12d2e3f5a7ed18b13a7a07ba8b8ba93504840243cec52aacfe009a0d506568bf445c14fe55f33
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2026-03-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.
|
|
8
|
+
|
|
4
9
|
1.62.0 (2026-03-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|