aws-sdk-mgn 1.66.0 → 1.67.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 +4 -2
- data/lib/aws-sdk-mgn/client_api.rb +1 -0
- data/lib/aws-sdk-mgn/types.rb +5 -0
- data/lib/aws-sdk-mgn.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +2 -1
- 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: a952b8277383055e724dd837d2fd1c204cfd17db0da11cfcf681c5a5c3c927fe
|
|
4
|
+
data.tar.gz: 825a053424241bd5e91d08d24b1873ed5b5659edaa0228d9bd2f03518da46ee9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04cf85c4a9ee4a9d7e03eb3a2b0dfd027e81da939d3938edd12422f870e836c9db4a3adbfba71b93424c0631c300fe87efa4d1a517092b00027be5451a9fa40d
|
|
7
|
+
data.tar.gz: 2a35a8c6c7bc2aa905637776869609f7d1adf58841891b5b8b31721b93a1b55d4c4f0f0a0865205da7d2df2a832c804389c658e8fde0e23b26c7388e6ba660dd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.67.0 (2026-05-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Introducing new option for security groups mapping - with MAP-DHCP the service translates security rules from your source environment with DHCP compatibility.
|
|
8
|
+
|
|
4
9
|
1.66.0 (2026-05-13)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
data/lib/aws-sdk-mgn/client.rb
CHANGED
|
@@ -3464,6 +3464,8 @@ module Aws::Mgn
|
|
|
3464
3464
|
# resp.items[0].artifacts[0].checksum.encryption_algorithm #=> String, one of "SHA256"
|
|
3465
3465
|
# resp.items[0].artifacts[0].checksum.hash #=> String
|
|
3466
3466
|
# resp.items[0].artifacts[0].created_at #=> Time
|
|
3467
|
+
# resp.items[0].referenced_segments #=> Array
|
|
3468
|
+
# resp.items[0].referenced_segments[0] #=> String
|
|
3467
3469
|
# resp.items[0].created_at #=> Time
|
|
3468
3470
|
# resp.next_token #=> String
|
|
3469
3471
|
#
|
|
@@ -5674,7 +5676,7 @@ module Aws::Mgn
|
|
|
5674
5676
|
# resp = client.start_network_migration_mapping({
|
|
5675
5677
|
# network_migration_execution_id: "NetworkMigrationExecutionID", # required
|
|
5676
5678
|
# network_migration_definition_id: "NetworkMigrationDefinitionID", # required
|
|
5677
|
-
# security_group_mapping_strategy: "MAP", # accepts MAP, SKIP
|
|
5679
|
+
# security_group_mapping_strategy: "MAP", # accepts MAP, SKIP, MAP_DHCP
|
|
5678
5680
|
# })
|
|
5679
5681
|
#
|
|
5680
5682
|
# @example Response structure
|
|
@@ -7649,7 +7651,7 @@ module Aws::Mgn
|
|
|
7649
7651
|
tracer: tracer
|
|
7650
7652
|
)
|
|
7651
7653
|
context[:gem_name] = 'aws-sdk-mgn'
|
|
7652
|
-
context[:gem_version] = '1.
|
|
7654
|
+
context[:gem_version] = '1.67.0'
|
|
7653
7655
|
Seahorse::Client::Request.new(handlers, context)
|
|
7654
7656
|
end
|
|
7655
7657
|
|
|
@@ -1562,6 +1562,7 @@ module Aws::Mgn
|
|
|
1562
1562
|
NetworkMigrationCodeGenerationSegment.add_member(:logical_id, Shapes::ShapeRef.new(shape: LogicalID, location_name: "logicalID"))
|
|
1563
1563
|
NetworkMigrationCodeGenerationSegment.add_member(:mapper_segment_id, Shapes::ShapeRef.new(shape: SegmentID, location_name: "mapperSegmentID"))
|
|
1564
1564
|
NetworkMigrationCodeGenerationSegment.add_member(:artifacts, Shapes::ShapeRef.new(shape: NetworkMigrationCodeGenerationArtifacts, location_name: "artifacts"))
|
|
1565
|
+
NetworkMigrationCodeGenerationSegment.add_member(:referenced_segments, Shapes::ShapeRef.new(shape: referencedSegmentsList, location_name: "referencedSegments"))
|
|
1565
1566
|
NetworkMigrationCodeGenerationSegment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1566
1567
|
NetworkMigrationCodeGenerationSegment.struct_class = Types::NetworkMigrationCodeGenerationSegment
|
|
1567
1568
|
|
data/lib/aws-sdk-mgn/types.rb
CHANGED
|
@@ -4311,6 +4311,10 @@ module Aws::Mgn
|
|
|
4311
4311
|
# A list of artifacts generated for this segment.
|
|
4312
4312
|
# @return [Array<Types::NetworkMigrationCodeGenerationArtifact>]
|
|
4313
4313
|
#
|
|
4314
|
+
# @!attribute [rw] referenced_segments
|
|
4315
|
+
# A list of other segments that this segment depends on or references.
|
|
4316
|
+
# @return [Array<String>]
|
|
4317
|
+
#
|
|
4314
4318
|
# @!attribute [rw] created_at
|
|
4315
4319
|
# The timestamp when the segment was created.
|
|
4316
4320
|
# @return [Time]
|
|
@@ -4326,6 +4330,7 @@ module Aws::Mgn
|
|
|
4326
4330
|
:logical_id,
|
|
4327
4331
|
:mapper_segment_id,
|
|
4328
4332
|
:artifacts,
|
|
4333
|
+
:referenced_segments,
|
|
4329
4334
|
:created_at)
|
|
4330
4335
|
SENSITIVE = []
|
|
4331
4336
|
include Aws::Structure
|
data/lib/aws-sdk-mgn.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1406,7 +1406,7 @@ module Aws
|
|
|
1406
1406
|
def start_network_migration_mapping: (
|
|
1407
1407
|
network_migration_execution_id: ::String,
|
|
1408
1408
|
network_migration_definition_id: ::String,
|
|
1409
|
-
?security_group_mapping_strategy: ("MAP" | "SKIP")
|
|
1409
|
+
?security_group_mapping_strategy: ("MAP" | "SKIP" | "MAP_DHCP")
|
|
1410
1410
|
) -> _StartNetworkMigrationMappingResponseSuccess
|
|
1411
1411
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartNetworkMigrationMappingResponseSuccess
|
|
1412
1412
|
|
data/sig/types.rbs
CHANGED
|
@@ -1295,6 +1295,7 @@ module Aws::Mgn
|
|
|
1295
1295
|
attr_accessor logical_id: ::String
|
|
1296
1296
|
attr_accessor mapper_segment_id: ::String
|
|
1297
1297
|
attr_accessor artifacts: ::Array[Types::NetworkMigrationCodeGenerationArtifact]
|
|
1298
|
+
attr_accessor referenced_segments: ::Array[::String]
|
|
1298
1299
|
attr_accessor created_at: ::Time
|
|
1299
1300
|
SENSITIVE: []
|
|
1300
1301
|
end
|
|
@@ -1820,7 +1821,7 @@ module Aws::Mgn
|
|
|
1820
1821
|
class StartNetworkMigrationMappingRequest
|
|
1821
1822
|
attr_accessor network_migration_execution_id: ::String
|
|
1822
1823
|
attr_accessor network_migration_definition_id: ::String
|
|
1823
|
-
attr_accessor security_group_mapping_strategy: ("MAP" | "SKIP")
|
|
1824
|
+
attr_accessor security_group_mapping_strategy: ("MAP" | "SKIP" | "MAP_DHCP")
|
|
1824
1825
|
SENSITIVE: []
|
|
1825
1826
|
end
|
|
1826
1827
|
|