aws-sdk-mgn 1.63.0 → 1.65.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mgn/client.rb +22 -1
- data/lib/aws-sdk-mgn/client_api.rb +36 -0
- data/lib/aws-sdk-mgn/types.rb +106 -0
- data/lib/aws-sdk-mgn.rb +1 -1
- data/sig/client.rbs +19 -0
- data/sig/types.rbs +36 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5e2768d1eca8da79e144293511ddd8f47c1d2542e53c663567f1fdf6dde0547
|
|
4
|
+
data.tar.gz: 39f7a6cdc0d8259c673e3b5a2078d8dbdaa4158f130f28ee125f9fb8001c12b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 971ad3d7b8bcb56937f771c5ce678989f8a3729ce1cd5936a96e72580f350f15440b0de30b4b42a0457c126b13a921c65a9a7e84ab0f7118897dcb9c18ad9114
|
|
7
|
+
data.tar.gz: 477bbbd91d146757d751eaeb256c5234f910680794d5b548a0a2df0ff5291da803b46c350e767a5a29f68af1167d908663a2e3702a0448fab64a68adf6766bf3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2026-04-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added network modernization support, enabling customers to edit, resize, merge, and split VPCs and subnets during migration while retaining functional, non-conflicting IP addresses.
|
|
8
|
+
|
|
9
|
+
1.64.0 (2026-03-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.63.0 (2026-03-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
data/lib/aws-sdk-mgn/client.rb
CHANGED
|
@@ -2647,6 +2647,7 @@ module Aws::Mgn
|
|
|
2647
2647
|
# resp.construct.name #=> String
|
|
2648
2648
|
# resp.construct.description #=> String
|
|
2649
2649
|
# resp.construct.logical_id #=> String
|
|
2650
|
+
# resp.construct.excluded #=> Boolean
|
|
2650
2651
|
# resp.construct.created_at #=> Time
|
|
2651
2652
|
# resp.construct.updated_at #=> Time
|
|
2652
2653
|
# resp.construct.properties #=> Hash
|
|
@@ -3982,6 +3983,7 @@ module Aws::Mgn
|
|
|
3982
3983
|
# resp.items[0].name #=> String
|
|
3983
3984
|
# resp.items[0].description #=> String
|
|
3984
3985
|
# resp.items[0].logical_id #=> String
|
|
3986
|
+
# resp.items[0].excluded #=> Boolean
|
|
3985
3987
|
# resp.items[0].created_at #=> Time
|
|
3986
3988
|
# resp.items[0].updated_at #=> Time
|
|
3987
3989
|
# resp.items[0].properties #=> Hash
|
|
@@ -5755,7 +5757,26 @@ module Aws::Mgn
|
|
|
5755
5757
|
# construct_id: "ConstructID", # required
|
|
5756
5758
|
# construct_type: "NetworkMigrationMapperSegmentConstructType", # required
|
|
5757
5759
|
# operation: {
|
|
5760
|
+
# merge: {
|
|
5761
|
+
# merge_constructs: [
|
|
5762
|
+
# {
|
|
5763
|
+
# segment_id: "SegmentID",
|
|
5764
|
+
# construct_id: "ConstructID",
|
|
5765
|
+
# },
|
|
5766
|
+
# ],
|
|
5767
|
+
# },
|
|
5768
|
+
# split: {
|
|
5769
|
+
# split_constructs: [
|
|
5770
|
+
# {
|
|
5771
|
+
# cidr_block: "CidrBlock",
|
|
5772
|
+
# },
|
|
5773
|
+
# ],
|
|
5774
|
+
# },
|
|
5775
|
+
# delete: {
|
|
5776
|
+
# },
|
|
5758
5777
|
# update: {
|
|
5778
|
+
# name: "SegmentConstructName",
|
|
5779
|
+
# excluded: false,
|
|
5759
5780
|
# properties: {
|
|
5760
5781
|
# "ConstructPropertyKey" => "MarshalledResourceDefinition",
|
|
5761
5782
|
# },
|
|
@@ -7628,7 +7649,7 @@ module Aws::Mgn
|
|
|
7628
7649
|
tracer: tracer
|
|
7629
7650
|
)
|
|
7630
7651
|
context[:gem_name] = 'aws-sdk-mgn'
|
|
7631
|
-
context[:gem_version] = '1.
|
|
7652
|
+
context[:gem_version] = '1.65.0'
|
|
7632
7653
|
Seahorse::Client::Request.new(handlers, context)
|
|
7633
7654
|
end
|
|
7634
7655
|
|
|
@@ -50,6 +50,7 @@ module Aws::Mgn
|
|
|
50
50
|
ChangeServerLifeCycleStateSourceServerLifecycleState = Shapes::StringShape.new(name: 'ChangeServerLifeCycleStateSourceServerLifecycleState')
|
|
51
51
|
Checksum = Shapes::StructureShape.new(name: 'Checksum')
|
|
52
52
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
|
53
|
+
CidrBlock = Shapes::StringShape.new(name: 'CidrBlock')
|
|
53
54
|
ClientIdempotencyToken = Shapes::StringShape.new(name: 'ClientIdempotencyToken')
|
|
54
55
|
CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
|
|
55
56
|
CodeGenerationOutputFormatStatus = Shapes::StringShape.new(name: 'CodeGenerationOutputFormatStatus')
|
|
@@ -96,6 +97,7 @@ module Aws::Mgn
|
|
|
96
97
|
DeleteLaunchConfigurationTemplateResponse = Shapes::StructureShape.new(name: 'DeleteLaunchConfigurationTemplateResponse')
|
|
97
98
|
DeleteNetworkMigrationDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteNetworkMigrationDefinitionRequest')
|
|
98
99
|
DeleteNetworkMigrationDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteNetworkMigrationDefinitionResponse')
|
|
100
|
+
DeleteOperation = Shapes::StructureShape.new(name: 'DeleteOperation')
|
|
99
101
|
DeleteReplicationConfigurationTemplateRequest = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateRequest')
|
|
100
102
|
DeleteReplicationConfigurationTemplateResponse = Shapes::StructureShape.new(name: 'DeleteReplicationConfigurationTemplateResponse')
|
|
101
103
|
DeleteSourceServerRequest = Shapes::StructureShape.new(name: 'DeleteSourceServerRequest')
|
|
@@ -300,6 +302,9 @@ module Aws::Mgn
|
|
|
300
302
|
MarkAsArchivedRequest = Shapes::StructureShape.new(name: 'MarkAsArchivedRequest')
|
|
301
303
|
MarshalledResourceDefinition = Shapes::StringShape.new(name: 'MarshalledResourceDefinition')
|
|
302
304
|
MaxResultsType = Shapes::IntegerShape.new(name: 'MaxResultsType')
|
|
305
|
+
MergeConstruct = Shapes::StructureShape.new(name: 'MergeConstruct')
|
|
306
|
+
MergeConstructs = Shapes::ListShape.new(name: 'MergeConstructs')
|
|
307
|
+
MergeOperation = Shapes::StructureShape.new(name: 'MergeOperation')
|
|
303
308
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
|
304
309
|
NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
|
|
305
310
|
NetworkMigrationAnalysesList = Shapes::ListShape.new(name: 'NetworkMigrationAnalysesList')
|
|
@@ -421,6 +426,9 @@ module Aws::Mgn
|
|
|
421
426
|
SourceServerConnectorAction = Shapes::StructureShape.new(name: 'SourceServerConnectorAction')
|
|
422
427
|
SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
|
|
423
428
|
SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
|
|
429
|
+
SplitConstruct = Shapes::StructureShape.new(name: 'SplitConstruct')
|
|
430
|
+
SplitConstructs = Shapes::ListShape.new(name: 'SplitConstructs')
|
|
431
|
+
SplitOperation = Shapes::StructureShape.new(name: 'SplitOperation')
|
|
424
432
|
SsmDocument = Shapes::StructureShape.new(name: 'SsmDocument')
|
|
425
433
|
SsmDocumentExternalParameters = Shapes::MapShape.new(name: 'SsmDocumentExternalParameters')
|
|
426
434
|
SsmDocumentName = Shapes::StringShape.new(name: 'SsmDocumentName')
|
|
@@ -758,6 +766,8 @@ module Aws::Mgn
|
|
|
758
766
|
|
|
759
767
|
DeleteNetworkMigrationDefinitionResponse.struct_class = Types::DeleteNetworkMigrationDefinitionResponse
|
|
760
768
|
|
|
769
|
+
DeleteOperation.struct_class = Types::DeleteOperation
|
|
770
|
+
|
|
761
771
|
DeleteReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
|
|
762
772
|
DeleteReplicationConfigurationTemplateRequest.struct_class = Types::DeleteReplicationConfigurationTemplateRequest
|
|
763
773
|
|
|
@@ -1476,6 +1486,15 @@ module Aws::Mgn
|
|
|
1476
1486
|
MarkAsArchivedRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
|
|
1477
1487
|
MarkAsArchivedRequest.struct_class = Types::MarkAsArchivedRequest
|
|
1478
1488
|
|
|
1489
|
+
MergeConstruct.add_member(:segment_id, Shapes::ShapeRef.new(shape: SegmentID, location_name: "segmentID"))
|
|
1490
|
+
MergeConstruct.add_member(:construct_id, Shapes::ShapeRef.new(shape: ConstructID, location_name: "constructID"))
|
|
1491
|
+
MergeConstruct.struct_class = Types::MergeConstruct
|
|
1492
|
+
|
|
1493
|
+
MergeConstructs.member = Shapes::ShapeRef.new(shape: MergeConstruct)
|
|
1494
|
+
|
|
1495
|
+
MergeOperation.add_member(:merge_constructs, Shapes::ShapeRef.new(shape: MergeConstructs, location_name: "mergeConstructs"))
|
|
1496
|
+
MergeOperation.struct_class = Types::MergeOperation
|
|
1497
|
+
|
|
1479
1498
|
NetworkInterface.add_member(:mac_address, Shapes::ShapeRef.new(shape: BoundedString, location_name: "macAddress"))
|
|
1480
1499
|
NetworkInterface.add_member(:ips, Shapes::ShapeRef.new(shape: IPsList, location_name: "ips"))
|
|
1481
1500
|
NetworkInterface.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
|
@@ -1642,6 +1661,7 @@ module Aws::Mgn
|
|
|
1642
1661
|
NetworkMigrationMapperSegmentConstruct.add_member(:name, Shapes::ShapeRef.new(shape: SegmentConstructName, location_name: "name"))
|
|
1643
1662
|
NetworkMigrationMapperSegmentConstruct.add_member(:description, Shapes::ShapeRef.new(shape: SegmentConstructDescription, location_name: "description"))
|
|
1644
1663
|
NetworkMigrationMapperSegmentConstruct.add_member(:logical_id, Shapes::ShapeRef.new(shape: LogicalID, location_name: "logicalID"))
|
|
1664
|
+
NetworkMigrationMapperSegmentConstruct.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
|
|
1645
1665
|
NetworkMigrationMapperSegmentConstruct.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1646
1666
|
NetworkMigrationMapperSegmentConstruct.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
1647
1667
|
NetworkMigrationMapperSegmentConstruct.add_member(:properties, Shapes::ShapeRef.new(shape: ConstructProperties, location_name: "properties"))
|
|
@@ -1676,8 +1696,14 @@ module Aws::Mgn
|
|
|
1676
1696
|
OS.add_member(:full_string, Shapes::ShapeRef.new(shape: BoundedString, location_name: "fullString"))
|
|
1677
1697
|
OS.struct_class = Types::OS
|
|
1678
1698
|
|
|
1699
|
+
OperationUnion.add_member(:merge, Shapes::ShapeRef.new(shape: MergeOperation, location_name: "merge"))
|
|
1700
|
+
OperationUnion.add_member(:split, Shapes::ShapeRef.new(shape: SplitOperation, location_name: "split"))
|
|
1701
|
+
OperationUnion.add_member(:delete, Shapes::ShapeRef.new(shape: DeleteOperation, location_name: "delete"))
|
|
1679
1702
|
OperationUnion.add_member(:update, Shapes::ShapeRef.new(shape: UpdateOperation, location_name: "update"))
|
|
1680
1703
|
OperationUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1704
|
+
OperationUnion.add_member_subclass(:merge, Types::OperationUnion::Merge)
|
|
1705
|
+
OperationUnion.add_member_subclass(:split, Types::OperationUnion::Split)
|
|
1706
|
+
OperationUnion.add_member_subclass(:delete, Types::OperationUnion::Delete)
|
|
1681
1707
|
OperationUnion.add_member_subclass(:update, Types::OperationUnion::Update)
|
|
1682
1708
|
OperationUnion.add_member_subclass(:unknown, Types::OperationUnion::Unknown)
|
|
1683
1709
|
OperationUnion.struct_class = Types::OperationUnion
|
|
@@ -1907,6 +1933,14 @@ module Aws::Mgn
|
|
|
1907
1933
|
|
|
1908
1934
|
SourceServersList.member = Shapes::ShapeRef.new(shape: SourceServer)
|
|
1909
1935
|
|
|
1936
|
+
SplitConstruct.add_member(:cidr_block, Shapes::ShapeRef.new(shape: CidrBlock, location_name: "cidrBlock"))
|
|
1937
|
+
SplitConstruct.struct_class = Types::SplitConstruct
|
|
1938
|
+
|
|
1939
|
+
SplitConstructs.member = Shapes::ShapeRef.new(shape: SplitConstruct)
|
|
1940
|
+
|
|
1941
|
+
SplitOperation.add_member(:split_constructs, Shapes::ShapeRef.new(shape: SplitConstructs, location_name: "splitConstructs"))
|
|
1942
|
+
SplitOperation.struct_class = Types::SplitOperation
|
|
1943
|
+
|
|
1910
1944
|
SsmDocument.add_member(:action_name, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "actionName"))
|
|
1911
1945
|
SsmDocument.add_member(:ssm_document_name, Shapes::ShapeRef.new(shape: SsmDocumentName, required: true, location_name: "ssmDocumentName"))
|
|
1912
1946
|
SsmDocument.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: StrictlyPositiveInteger, location_name: "timeoutSeconds"))
|
|
@@ -2183,6 +2217,8 @@ module Aws::Mgn
|
|
|
2183
2217
|
UpdateNetworkMigrationMapperSegmentRequest.add_member(:scope_tags, Shapes::ShapeRef.new(shape: ScopeTagsMap, location_name: "scopeTags"))
|
|
2184
2218
|
UpdateNetworkMigrationMapperSegmentRequest.struct_class = Types::UpdateNetworkMigrationMapperSegmentRequest
|
|
2185
2219
|
|
|
2220
|
+
UpdateOperation.add_member(:name, Shapes::ShapeRef.new(shape: SegmentConstructName, location_name: "name"))
|
|
2221
|
+
UpdateOperation.add_member(:excluded, Shapes::ShapeRef.new(shape: Boolean, location_name: "excluded"))
|
|
2186
2222
|
UpdateOperation.add_member(:properties, Shapes::ShapeRef.new(shape: ConstructProperties, location_name: "properties"))
|
|
2187
2223
|
UpdateOperation.struct_class = Types::UpdateOperation
|
|
2188
2224
|
|
data/lib/aws-sdk-mgn/types.rb
CHANGED
|
@@ -942,6 +942,14 @@ module Aws::Mgn
|
|
|
942
942
|
#
|
|
943
943
|
class DeleteNetworkMigrationDefinitionResponse < Aws::EmptyStructure; end
|
|
944
944
|
|
|
945
|
+
# An operation that deletes a construct from the mapping.
|
|
946
|
+
#
|
|
947
|
+
# @api private
|
|
948
|
+
#
|
|
949
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DeleteOperation AWS API Documentation
|
|
950
|
+
#
|
|
951
|
+
class DeleteOperation < Aws::EmptyStructure; end
|
|
952
|
+
|
|
945
953
|
# @!attribute [rw] replication_configuration_template_id
|
|
946
954
|
# Request to delete Replication Configuration Template from service by
|
|
947
955
|
# Replication Configuration Template ID.
|
|
@@ -3981,6 +3989,41 @@ module Aws::Mgn
|
|
|
3981
3989
|
include Aws::Structure
|
|
3982
3990
|
end
|
|
3983
3991
|
|
|
3992
|
+
# A construct reference specifying the source segment and construct to
|
|
3993
|
+
# merge.
|
|
3994
|
+
#
|
|
3995
|
+
# @!attribute [rw] segment_id
|
|
3996
|
+
# The segment ID of the construct to merge.
|
|
3997
|
+
# @return [String]
|
|
3998
|
+
#
|
|
3999
|
+
# @!attribute [rw] construct_id
|
|
4000
|
+
# The construct ID to merge.
|
|
4001
|
+
# @return [String]
|
|
4002
|
+
#
|
|
4003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/MergeConstruct AWS API Documentation
|
|
4004
|
+
#
|
|
4005
|
+
class MergeConstruct < Struct.new(
|
|
4006
|
+
:segment_id,
|
|
4007
|
+
:construct_id)
|
|
4008
|
+
SENSITIVE = []
|
|
4009
|
+
include Aws::Structure
|
|
4010
|
+
end
|
|
4011
|
+
|
|
4012
|
+
# An operation that merges constructs from different segments into the
|
|
4013
|
+
# target construct.
|
|
4014
|
+
#
|
|
4015
|
+
# @!attribute [rw] merge_constructs
|
|
4016
|
+
# The list of constructs to merge into the target.
|
|
4017
|
+
# @return [Array<Types::MergeConstruct>]
|
|
4018
|
+
#
|
|
4019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/MergeOperation AWS API Documentation
|
|
4020
|
+
#
|
|
4021
|
+
class MergeOperation < Struct.new(
|
|
4022
|
+
:merge_constructs)
|
|
4023
|
+
SENSITIVE = []
|
|
4024
|
+
include Aws::Structure
|
|
4025
|
+
end
|
|
4026
|
+
|
|
3984
4027
|
# Network interface.
|
|
3985
4028
|
#
|
|
3986
4029
|
# @!attribute [rw] mac_address
|
|
@@ -4661,6 +4704,10 @@ module Aws::Mgn
|
|
|
4661
4704
|
# The logical identifier for the construct in the infrastructure code.
|
|
4662
4705
|
# @return [String]
|
|
4663
4706
|
#
|
|
4707
|
+
# @!attribute [rw] excluded
|
|
4708
|
+
# Whether this construct is excluded from the migration.
|
|
4709
|
+
# @return [Boolean]
|
|
4710
|
+
#
|
|
4664
4711
|
# @!attribute [rw] created_at
|
|
4665
4712
|
# The timestamp when the construct was created.
|
|
4666
4713
|
# @return [Time]
|
|
@@ -4681,6 +4728,7 @@ module Aws::Mgn
|
|
|
4681
4728
|
:name,
|
|
4682
4729
|
:description,
|
|
4683
4730
|
:logical_id,
|
|
4731
|
+
:excluded,
|
|
4684
4732
|
:created_at,
|
|
4685
4733
|
:updated_at,
|
|
4686
4734
|
:properties)
|
|
@@ -4795,6 +4843,19 @@ module Aws::Mgn
|
|
|
4795
4843
|
#
|
|
4796
4844
|
# @note OperationUnion is a union - when making an API calls you must set exactly one of the members.
|
|
4797
4845
|
#
|
|
4846
|
+
# @!attribute [rw] merge
|
|
4847
|
+
# A merge operation to combine constructs from different segments.
|
|
4848
|
+
# @return [Types::MergeOperation]
|
|
4849
|
+
#
|
|
4850
|
+
# @!attribute [rw] split
|
|
4851
|
+
# A split operation to divide a construct into multiple constructs
|
|
4852
|
+
# with specified CIDR blocks.
|
|
4853
|
+
# @return [Types::SplitOperation]
|
|
4854
|
+
#
|
|
4855
|
+
# @!attribute [rw] delete
|
|
4856
|
+
# A delete operation to remove a construct from the mapping.
|
|
4857
|
+
# @return [Types::DeleteOperation]
|
|
4858
|
+
#
|
|
4798
4859
|
# @!attribute [rw] update
|
|
4799
4860
|
# An update operation to modify construct properties.
|
|
4800
4861
|
# @return [Types::UpdateOperation]
|
|
@@ -4802,12 +4863,18 @@ module Aws::Mgn
|
|
|
4802
4863
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/OperationUnion AWS API Documentation
|
|
4803
4864
|
#
|
|
4804
4865
|
class OperationUnion < Struct.new(
|
|
4866
|
+
:merge,
|
|
4867
|
+
:split,
|
|
4868
|
+
:delete,
|
|
4805
4869
|
:update,
|
|
4806
4870
|
:unknown)
|
|
4807
4871
|
SENSITIVE = []
|
|
4808
4872
|
include Aws::Structure
|
|
4809
4873
|
include Aws::Structure::Union
|
|
4810
4874
|
|
|
4875
|
+
class Merge < OperationUnion; end
|
|
4876
|
+
class Split < OperationUnion; end
|
|
4877
|
+
class Delete < OperationUnion; end
|
|
4811
4878
|
class Update < OperationUnion; end
|
|
4812
4879
|
class Unknown < OperationUnion; end
|
|
4813
4880
|
end
|
|
@@ -5769,6 +5836,35 @@ module Aws::Mgn
|
|
|
5769
5836
|
include Aws::Structure
|
|
5770
5837
|
end
|
|
5771
5838
|
|
|
5839
|
+
# A split target specifying the CIDR block for the new construct.
|
|
5840
|
+
#
|
|
5841
|
+
# @!attribute [rw] cidr_block
|
|
5842
|
+
# The CIDR block for the split construct.
|
|
5843
|
+
# @return [String]
|
|
5844
|
+
#
|
|
5845
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SplitConstruct AWS API Documentation
|
|
5846
|
+
#
|
|
5847
|
+
class SplitConstruct < Struct.new(
|
|
5848
|
+
:cidr_block)
|
|
5849
|
+
SENSITIVE = []
|
|
5850
|
+
include Aws::Structure
|
|
5851
|
+
end
|
|
5852
|
+
|
|
5853
|
+
# An operation that splits a construct into multiple constructs with
|
|
5854
|
+
# different CIDR blocks.
|
|
5855
|
+
#
|
|
5856
|
+
# @!attribute [rw] split_constructs
|
|
5857
|
+
# The list of split targets with their CIDR blocks.
|
|
5858
|
+
# @return [Array<Types::SplitConstruct>]
|
|
5859
|
+
#
|
|
5860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/SplitOperation AWS API Documentation
|
|
5861
|
+
#
|
|
5862
|
+
class SplitOperation < Struct.new(
|
|
5863
|
+
:split_constructs)
|
|
5864
|
+
SENSITIVE = []
|
|
5865
|
+
include Aws::Structure
|
|
5866
|
+
end
|
|
5867
|
+
|
|
5772
5868
|
# AWS Systems Manager Document.
|
|
5773
5869
|
#
|
|
5774
5870
|
# @!attribute [rw] action_name
|
|
@@ -6912,6 +7008,14 @@ module Aws::Mgn
|
|
|
6912
7008
|
|
|
6913
7009
|
# An operation that updates the properties of a construct.
|
|
6914
7010
|
#
|
|
7011
|
+
# @!attribute [rw] name
|
|
7012
|
+
# The updated name for the construct.
|
|
7013
|
+
# @return [String]
|
|
7014
|
+
#
|
|
7015
|
+
# @!attribute [rw] excluded
|
|
7016
|
+
# Whether to exclude this construct from the migration.
|
|
7017
|
+
# @return [Boolean]
|
|
7018
|
+
#
|
|
6915
7019
|
# @!attribute [rw] properties
|
|
6916
7020
|
# The properties to update on the construct.
|
|
6917
7021
|
# @return [Hash<String,String>]
|
|
@@ -6919,6 +7023,8 @@ module Aws::Mgn
|
|
|
6919
7023
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateOperation AWS API Documentation
|
|
6920
7024
|
#
|
|
6921
7025
|
class UpdateOperation < Struct.new(
|
|
7026
|
+
:name,
|
|
7027
|
+
:excluded,
|
|
6922
7028
|
:properties)
|
|
6923
7029
|
SENSITIVE = []
|
|
6924
7030
|
include Aws::Structure
|
data/lib/aws-sdk-mgn.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1424,7 +1424,26 @@ module Aws
|
|
|
1424
1424
|
construct_id: ::String,
|
|
1425
1425
|
construct_type: ::String,
|
|
1426
1426
|
operation: {
|
|
1427
|
+
merge: {
|
|
1428
|
+
merge_constructs: Array[
|
|
1429
|
+
{
|
|
1430
|
+
segment_id: ::String?,
|
|
1431
|
+
construct_id: ::String?
|
|
1432
|
+
},
|
|
1433
|
+
]?
|
|
1434
|
+
}?,
|
|
1435
|
+
split: {
|
|
1436
|
+
split_constructs: Array[
|
|
1437
|
+
{
|
|
1438
|
+
cidr_block: ::String?
|
|
1439
|
+
},
|
|
1440
|
+
]?
|
|
1441
|
+
}?,
|
|
1442
|
+
delete: {
|
|
1443
|
+
}?,
|
|
1427
1444
|
update: {
|
|
1445
|
+
name: ::String?,
|
|
1446
|
+
excluded: bool?,
|
|
1428
1447
|
properties: Hash[::String, ::String]?
|
|
1429
1448
|
}?
|
|
1430
1449
|
}?
|
data/sig/types.rbs
CHANGED
|
@@ -280,6 +280,9 @@ module Aws::Mgn
|
|
|
280
280
|
class DeleteNetworkMigrationDefinitionResponse < Aws::EmptyStructure
|
|
281
281
|
end
|
|
282
282
|
|
|
283
|
+
class DeleteOperation < Aws::EmptyStructure
|
|
284
|
+
end
|
|
285
|
+
|
|
283
286
|
class DeleteReplicationConfigurationTemplateRequest
|
|
284
287
|
attr_accessor replication_configuration_template_id: ::String
|
|
285
288
|
SENSITIVE: []
|
|
@@ -1207,6 +1210,17 @@ module Aws::Mgn
|
|
|
1207
1210
|
SENSITIVE: []
|
|
1208
1211
|
end
|
|
1209
1212
|
|
|
1213
|
+
class MergeConstruct
|
|
1214
|
+
attr_accessor segment_id: ::String
|
|
1215
|
+
attr_accessor construct_id: ::String
|
|
1216
|
+
SENSITIVE: []
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class MergeOperation
|
|
1220
|
+
attr_accessor merge_constructs: ::Array[Types::MergeConstruct]
|
|
1221
|
+
SENSITIVE: []
|
|
1222
|
+
end
|
|
1223
|
+
|
|
1210
1224
|
class NetworkInterface
|
|
1211
1225
|
attr_accessor mac_address: ::String
|
|
1212
1226
|
attr_accessor ips: ::Array[::String]
|
|
@@ -1376,6 +1390,7 @@ module Aws::Mgn
|
|
|
1376
1390
|
attr_accessor name: ::String
|
|
1377
1391
|
attr_accessor description: ::String
|
|
1378
1392
|
attr_accessor logical_id: ::String
|
|
1393
|
+
attr_accessor excluded: bool
|
|
1379
1394
|
attr_accessor created_at: ::Time
|
|
1380
1395
|
attr_accessor updated_at: ::Time
|
|
1381
1396
|
attr_accessor properties: ::Hash[::String, ::String]
|
|
@@ -1410,10 +1425,19 @@ module Aws::Mgn
|
|
|
1410
1425
|
end
|
|
1411
1426
|
|
|
1412
1427
|
class OperationUnion
|
|
1428
|
+
attr_accessor merge: Types::MergeOperation
|
|
1429
|
+
attr_accessor split: Types::SplitOperation
|
|
1430
|
+
attr_accessor delete: Types::DeleteOperation
|
|
1413
1431
|
attr_accessor update: Types::UpdateOperation
|
|
1414
1432
|
attr_accessor unknown: untyped
|
|
1415
1433
|
SENSITIVE: []
|
|
1416
1434
|
|
|
1435
|
+
class Merge < OperationUnion
|
|
1436
|
+
end
|
|
1437
|
+
class Split < OperationUnion
|
|
1438
|
+
end
|
|
1439
|
+
class Delete < OperationUnion
|
|
1440
|
+
end
|
|
1417
1441
|
class Update < OperationUnion
|
|
1418
1442
|
end
|
|
1419
1443
|
class Unknown < OperationUnion
|
|
@@ -1672,6 +1696,16 @@ module Aws::Mgn
|
|
|
1672
1696
|
SENSITIVE: []
|
|
1673
1697
|
end
|
|
1674
1698
|
|
|
1699
|
+
class SplitConstruct
|
|
1700
|
+
attr_accessor cidr_block: ::String
|
|
1701
|
+
SENSITIVE: []
|
|
1702
|
+
end
|
|
1703
|
+
|
|
1704
|
+
class SplitOperation
|
|
1705
|
+
attr_accessor split_constructs: ::Array[Types::SplitConstruct]
|
|
1706
|
+
SENSITIVE: []
|
|
1707
|
+
end
|
|
1708
|
+
|
|
1675
1709
|
class SsmDocument
|
|
1676
1710
|
attr_accessor action_name: ::String
|
|
1677
1711
|
attr_accessor ssm_document_name: ::String
|
|
@@ -2019,6 +2053,8 @@ module Aws::Mgn
|
|
|
2019
2053
|
end
|
|
2020
2054
|
|
|
2021
2055
|
class UpdateOperation
|
|
2056
|
+
attr_accessor name: ::String
|
|
2057
|
+
attr_accessor excluded: bool
|
|
2022
2058
|
attr_accessor properties: ::Hash[::String, ::String]
|
|
2023
2059
|
SENSITIVE: []
|
|
2024
2060
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mgn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.244.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|