aws-sdk-mgn 1.73.0 → 1.74.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 +70 -18
- data/lib/aws-sdk-mgn/client_api.rb +15 -0
- data/lib/aws-sdk-mgn/types.rb +85 -21
- data/lib/aws-sdk-mgn.rb +1 -1
- data/sig/client.rbs +20 -0
- data/sig/types.rbs +12 -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: b1b598725847cf606868ad83eb47eb9ba9d52c3d8f92f4bd3d0438440426abe9
|
|
4
|
+
data.tar.gz: 674b5c4aff2ad681fe49d4bcc42c180cfe76041252b50c2b948e747d6a944689
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5551c3633630836d45df7c4a33a43281c3307e6a3e5ab35383b00361c41d8dcdc5bfe91b8742c7f1d2386c55b4b7522510a99bf91cba22da4390ec01027b06aa
|
|
7
|
+
data.tar.gz: 60b23e5ec217c067530f672bf03cb85d151d7a8c7b9731996687e15472a868dc76ea4e0c0c331baf980ecdc9b802612d55fb36c9df9acee708ab704ed12a632c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.74.0 (2026-09-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Transform for migrations adds a second network migration option - apply your source security posture to existing VPCs. Upload a source network file with firewall rules, tag the in-scope VPCs, and AWS Transform matches source subnets to them by CIDR and generates the security groups.
|
|
8
|
+
|
|
4
9
|
1.73.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
data/lib/aws-sdk-mgn/client.rb
CHANGED
|
@@ -1096,6 +1096,16 @@ module Aws::Mgn
|
|
|
1096
1096
|
# @option params [String] :target_deployment
|
|
1097
1097
|
# The target deployment configuration for the migrated network.
|
|
1098
1098
|
#
|
|
1099
|
+
# @option params [String] :vpc_provisioning_strategy
|
|
1100
|
+
# Specifies whether to create new target VPCs or use existing ones. Set
|
|
1101
|
+
# to `CREATE_NEW` to provision new target VPCs as part of the migration,
|
|
1102
|
+
# or `USE_EXISTING` to migrate into existing VPCs in the target account.
|
|
1103
|
+
#
|
|
1104
|
+
# @option params [Array<Types::CidrMapping>] :cidr_mappings
|
|
1105
|
+
# A list of CIDR mappings that map original source CIDR ranges to
|
|
1106
|
+
# updated target CIDR ranges. CIDR mappings can be provided only when
|
|
1107
|
+
# `vpcProvisioningStrategy` is set to `USE_EXISTING`.
|
|
1108
|
+
#
|
|
1099
1109
|
# @option params [Hash<String,String>] :tags
|
|
1100
1110
|
# Tags to assign to the network migration definition.
|
|
1101
1111
|
#
|
|
@@ -1113,6 +1123,8 @@ module Aws::Mgn
|
|
|
1113
1123
|
# * {Types::NetworkMigrationDefinition#target_s3_configuration #target_s3_configuration} => Types::TargetS3Configuration
|
|
1114
1124
|
# * {Types::NetworkMigrationDefinition#target_network #target_network} => Types::TargetNetwork
|
|
1115
1125
|
# * {Types::NetworkMigrationDefinition#target_deployment #target_deployment} => String
|
|
1126
|
+
# * {Types::NetworkMigrationDefinition#vpc_provisioning_strategy #vpc_provisioning_strategy} => String
|
|
1127
|
+
# * {Types::NetworkMigrationDefinition#cidr_mappings #cidr_mappings} => Array<Types::CidrMapping>
|
|
1116
1128
|
# * {Types::NetworkMigrationDefinition#created_at #created_at} => Time
|
|
1117
1129
|
# * {Types::NetworkMigrationDefinition#updated_at #updated_at} => Time
|
|
1118
1130
|
# * {Types::NetworkMigrationDefinition#tags #tags} => Hash<String,String>
|
|
@@ -1200,6 +1212,13 @@ module Aws::Mgn
|
|
|
1200
1212
|
# inspection_cidr: "Cidr",
|
|
1201
1213
|
# },
|
|
1202
1214
|
# target_deployment: "SINGLE_ACCOUNT", # accepts SINGLE_ACCOUNT, MULTI_ACCOUNT
|
|
1215
|
+
# vpc_provisioning_strategy: "CREATE_NEW", # accepts CREATE_NEW, USE_EXISTING
|
|
1216
|
+
# cidr_mappings: [
|
|
1217
|
+
# {
|
|
1218
|
+
# original_cidr: "Cidr", # required
|
|
1219
|
+
# updated_cidr: "Cidr", # required
|
|
1220
|
+
# },
|
|
1221
|
+
# ],
|
|
1203
1222
|
# tags: {
|
|
1204
1223
|
# "TagKey" => "TagValue",
|
|
1205
1224
|
# },
|
|
@@ -1226,6 +1245,10 @@ module Aws::Mgn
|
|
|
1226
1245
|
# resp.target_network.outbound_cidr #=> String
|
|
1227
1246
|
# resp.target_network.inspection_cidr #=> String
|
|
1228
1247
|
# resp.target_deployment #=> String, one of "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
|
|
1248
|
+
# resp.vpc_provisioning_strategy #=> String, one of "CREATE_NEW", "USE_EXISTING"
|
|
1249
|
+
# resp.cidr_mappings #=> Array
|
|
1250
|
+
# resp.cidr_mappings[0].original_cidr #=> String
|
|
1251
|
+
# resp.cidr_mappings[0].updated_cidr #=> String
|
|
1229
1252
|
# resp.created_at #=> Time
|
|
1230
1253
|
# resp.updated_at #=> Time
|
|
1231
1254
|
# resp.tags #=> Hash
|
|
@@ -1743,9 +1766,9 @@ module Aws::Mgn
|
|
|
1743
1766
|
req.send_request(options)
|
|
1744
1767
|
end
|
|
1745
1768
|
|
|
1746
|
-
# Returns a list of Jobs. Use the
|
|
1769
|
+
# Returns a list of Jobs. Use the jobIDs and fromDate and toDate filters
|
|
1747
1770
|
# to limit which jobs are returned. The response is sorted by
|
|
1748
|
-
#
|
|
1771
|
+
# creationDateTime - latest date first. Jobs are normally created by the
|
|
1749
1772
|
# StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are
|
|
1750
1773
|
# also created by DiagnosticLaunch and TerminateDiagnosticInstances,
|
|
1751
1774
|
# which are APIs available only to *Support* and only used in response
|
|
@@ -1908,8 +1931,8 @@ module Aws::Mgn
|
|
|
1908
1931
|
req.send_request(options)
|
|
1909
1932
|
end
|
|
1910
1933
|
|
|
1911
|
-
# Lists all ReplicationConfigurationTemplates, filtered by
|
|
1912
|
-
# IDs.
|
|
1934
|
+
# Lists all ReplicationConfigurationTemplates, filtered by replication
|
|
1935
|
+
# configuration template IDs.
|
|
1913
1936
|
#
|
|
1914
1937
|
# @option params [Array<String>] :replication_configuration_template_i_ds
|
|
1915
1938
|
# Request to describe Replication Configuration template by template
|
|
@@ -1986,7 +2009,7 @@ module Aws::Mgn
|
|
|
1986
2009
|
# Request to filter Source Servers list by next token.
|
|
1987
2010
|
#
|
|
1988
2011
|
# @option params [String] :account_id
|
|
1989
|
-
# Request to filter Source Servers list by
|
|
2012
|
+
# Request to filter Source Servers list by Account ID.
|
|
1990
2013
|
#
|
|
1991
2014
|
# @return [Types::DescribeSourceServersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1992
2015
|
#
|
|
@@ -2209,11 +2232,11 @@ module Aws::Mgn
|
|
|
2209
2232
|
# of these source servers will be terminated / deleted within 90
|
|
2210
2233
|
# minutes. Launched Test or Cutover instances will NOT be terminated. If
|
|
2211
2234
|
# the agent on the source server has not been prevented from
|
|
2212
|
-
# communicating with
|
|
2213
|
-
#
|
|
2214
|
-
#
|
|
2215
|
-
#
|
|
2216
|
-
#
|
|
2235
|
+
# communicating with Application Migration Service, then it will receive
|
|
2236
|
+
# a command to uninstall itself (within approximately 10 minutes). The
|
|
2237
|
+
# following properties of the SourceServer will be changed immediately:
|
|
2238
|
+
# dataReplicationInfo.dataReplicationState will be set to DISCONNECTED;
|
|
2239
|
+
# The totalStorageBytes property for each of
|
|
2217
2240
|
# dataReplicationInfo.replicatedDisks will be set to zero;
|
|
2218
2241
|
# dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration
|
|
2219
2242
|
# will be nullified.
|
|
@@ -2342,7 +2365,7 @@ module Aws::Mgn
|
|
|
2342
2365
|
# SourceServer will be changed immediately:
|
|
2343
2366
|
# dataReplicationInfo.dataReplicationState will be changed to
|
|
2344
2367
|
# DISCONNECTED; The SourceServer.lifeCycle.state will be changed to
|
|
2345
|
-
# CUTOVER; The totalStorageBytes property
|
|
2368
|
+
# CUTOVER; The totalStorageBytes property for each of
|
|
2346
2369
|
# dataReplicationInfo.replicatedDisks will be set to zero;
|
|
2347
2370
|
# dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration
|
|
2348
2371
|
# will be nullified.
|
|
@@ -2547,6 +2570,8 @@ module Aws::Mgn
|
|
|
2547
2570
|
# * {Types::NetworkMigrationDefinition#target_s3_configuration #target_s3_configuration} => Types::TargetS3Configuration
|
|
2548
2571
|
# * {Types::NetworkMigrationDefinition#target_network #target_network} => Types::TargetNetwork
|
|
2549
2572
|
# * {Types::NetworkMigrationDefinition#target_deployment #target_deployment} => String
|
|
2573
|
+
# * {Types::NetworkMigrationDefinition#vpc_provisioning_strategy #vpc_provisioning_strategy} => String
|
|
2574
|
+
# * {Types::NetworkMigrationDefinition#cidr_mappings #cidr_mappings} => Array<Types::CidrMapping>
|
|
2550
2575
|
# * {Types::NetworkMigrationDefinition#created_at #created_at} => Time
|
|
2551
2576
|
# * {Types::NetworkMigrationDefinition#updated_at #updated_at} => Time
|
|
2552
2577
|
# * {Types::NetworkMigrationDefinition#tags #tags} => Hash<String,String>
|
|
@@ -2612,6 +2637,10 @@ module Aws::Mgn
|
|
|
2612
2637
|
# resp.target_network.outbound_cidr #=> String
|
|
2613
2638
|
# resp.target_network.inspection_cidr #=> String
|
|
2614
2639
|
# resp.target_deployment #=> String, one of "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
|
|
2640
|
+
# resp.vpc_provisioning_strategy #=> String, one of "CREATE_NEW", "USE_EXISTING"
|
|
2641
|
+
# resp.cidr_mappings #=> Array
|
|
2642
|
+
# resp.cidr_mappings[0].original_cidr #=> String
|
|
2643
|
+
# resp.cidr_mappings[0].updated_cidr #=> String
|
|
2615
2644
|
# resp.created_at #=> Time
|
|
2616
2645
|
# resp.updated_at #=> Time
|
|
2617
2646
|
# resp.tags #=> Hash
|
|
@@ -4546,8 +4575,8 @@ module Aws::Mgn
|
|
|
4546
4575
|
|
|
4547
4576
|
# Archives specific Source Servers by setting the
|
|
4548
4577
|
# SourceServer.isArchived property to true for specified SourceServers
|
|
4549
|
-
# by ID. This command only works for SourceServers with a lifecycle
|
|
4550
|
-
# state
|
|
4578
|
+
# by ID. This command only works for SourceServers with a lifecycle
|
|
4579
|
+
# state that equals DISCONNECTED or CUTOVER.
|
|
4551
4580
|
#
|
|
4552
4581
|
# @option params [required, String] :source_server_id
|
|
4553
4582
|
# Mark as archived by Source Server ID.
|
|
@@ -5392,7 +5421,7 @@ module Aws::Mgn
|
|
|
5392
5421
|
# Start export request s3 bucket owner.
|
|
5393
5422
|
#
|
|
5394
5423
|
# @option params [Hash<String,String>] :tags
|
|
5395
|
-
# Start
|
|
5424
|
+
# Start export request tags.
|
|
5396
5425
|
#
|
|
5397
5426
|
# @return [Types::StartExportResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5398
5427
|
#
|
|
@@ -6542,7 +6571,7 @@ module Aws::Mgn
|
|
|
6542
6571
|
|
|
6543
6572
|
# Updates multiple LaunchConfigurations by Source Server ID.
|
|
6544
6573
|
#
|
|
6545
|
-
# <note markdown="1"> bootMode valid values are `LEGACY_BIOS | UEFI`
|
|
6574
|
+
# <note markdown="1"> bootMode valid values are `LEGACY_BIOS | UEFI | USE_SOURCE`
|
|
6546
6575
|
#
|
|
6547
6576
|
# </note>
|
|
6548
6577
|
#
|
|
@@ -6571,7 +6600,7 @@ module Aws::Mgn
|
|
|
6571
6600
|
# Update Launch configuration boot mode request.
|
|
6572
6601
|
#
|
|
6573
6602
|
# @option params [Types::PostLaunchActions] :post_launch_actions
|
|
6574
|
-
# Post Launch Actions to executed on the Test or Cutover instance.
|
|
6603
|
+
# Post Launch Actions to be executed on the Test or Cutover instance.
|
|
6575
6604
|
#
|
|
6576
6605
|
# @option params [Boolean] :enable_map_auto_tagging
|
|
6577
6606
|
# Enable map auto tagging.
|
|
@@ -6883,6 +6912,16 @@ module Aws::Mgn
|
|
|
6883
6912
|
# @option params [String] :target_deployment
|
|
6884
6913
|
# The updated target deployment configuration.
|
|
6885
6914
|
#
|
|
6915
|
+
# @option params [String] :vpc_provisioning_strategy
|
|
6916
|
+
# Updates whether the migration creates new target VPCs or uses existing
|
|
6917
|
+
# ones. Set to `USE_EXISTING` to migrate into existing VPCs in the
|
|
6918
|
+
# target account, or to `CREATE_NEW` to provision new target VPCs.
|
|
6919
|
+
#
|
|
6920
|
+
# @option params [Array<Types::CidrMapping>] :cidr_mappings
|
|
6921
|
+
# The updated list of CIDR mappings that map original source CIDR ranges
|
|
6922
|
+
# to updated target CIDR ranges. CIDR mappings can be provided only when
|
|
6923
|
+
# `vpcProvisioningStrategy` is set to `USE_EXISTING`.
|
|
6924
|
+
#
|
|
6886
6925
|
# @option params [Hash<String,String>] :scope_tags
|
|
6887
6926
|
# The updated scope tags for the network migration definition.
|
|
6888
6927
|
#
|
|
@@ -6896,6 +6935,8 @@ module Aws::Mgn
|
|
|
6896
6935
|
# * {Types::NetworkMigrationDefinition#target_s3_configuration #target_s3_configuration} => Types::TargetS3Configuration
|
|
6897
6936
|
# * {Types::NetworkMigrationDefinition#target_network #target_network} => Types::TargetNetwork
|
|
6898
6937
|
# * {Types::NetworkMigrationDefinition#target_deployment #target_deployment} => String
|
|
6938
|
+
# * {Types::NetworkMigrationDefinition#vpc_provisioning_strategy #vpc_provisioning_strategy} => String
|
|
6939
|
+
# * {Types::NetworkMigrationDefinition#cidr_mappings #cidr_mappings} => Array<Types::CidrMapping>
|
|
6899
6940
|
# * {Types::NetworkMigrationDefinition#created_at #created_at} => Time
|
|
6900
6941
|
# * {Types::NetworkMigrationDefinition#updated_at #updated_at} => Time
|
|
6901
6942
|
# * {Types::NetworkMigrationDefinition#tags #tags} => Hash<String,String>
|
|
@@ -6984,6 +7025,13 @@ module Aws::Mgn
|
|
|
6984
7025
|
# inspection_cidr: "Cidr",
|
|
6985
7026
|
# },
|
|
6986
7027
|
# target_deployment: "SINGLE_ACCOUNT", # accepts SINGLE_ACCOUNT, MULTI_ACCOUNT
|
|
7028
|
+
# vpc_provisioning_strategy: "CREATE_NEW", # accepts CREATE_NEW, USE_EXISTING
|
|
7029
|
+
# cidr_mappings: [
|
|
7030
|
+
# {
|
|
7031
|
+
# original_cidr: "Cidr", # required
|
|
7032
|
+
# updated_cidr: "Cidr", # required
|
|
7033
|
+
# },
|
|
7034
|
+
# ],
|
|
6987
7035
|
# scope_tags: {
|
|
6988
7036
|
# "ScopeTagKey" => "ScopeTagValue",
|
|
6989
7037
|
# },
|
|
@@ -7007,6 +7055,10 @@ module Aws::Mgn
|
|
|
7007
7055
|
# resp.target_network.outbound_cidr #=> String
|
|
7008
7056
|
# resp.target_network.inspection_cidr #=> String
|
|
7009
7057
|
# resp.target_deployment #=> String, one of "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
|
|
7058
|
+
# resp.vpc_provisioning_strategy #=> String, one of "CREATE_NEW", "USE_EXISTING"
|
|
7059
|
+
# resp.cidr_mappings #=> Array
|
|
7060
|
+
# resp.cidr_mappings[0].original_cidr #=> String
|
|
7061
|
+
# resp.cidr_mappings[0].updated_cidr #=> String
|
|
7010
7062
|
# resp.created_at #=> Time
|
|
7011
7063
|
# resp.updated_at #=> Time
|
|
7012
7064
|
# resp.tags #=> Hash
|
|
@@ -7302,7 +7354,7 @@ module Aws::Mgn
|
|
|
7302
7354
|
req.send_request(options)
|
|
7303
7355
|
end
|
|
7304
7356
|
|
|
7305
|
-
# Updates
|
|
7357
|
+
# Updates a ReplicationConfigurationTemplate by ID.
|
|
7306
7358
|
#
|
|
7307
7359
|
# @option params [required, String] :replication_configuration_template_id
|
|
7308
7360
|
# Update replication configuration template template ID request.
|
|
@@ -7796,7 +7848,7 @@ module Aws::Mgn
|
|
|
7796
7848
|
tracer: tracer
|
|
7797
7849
|
)
|
|
7798
7850
|
context[:gem_name] = 'aws-sdk-mgn'
|
|
7799
|
-
context[:gem_version] = '1.
|
|
7851
|
+
context[:gem_version] = '1.74.0'
|
|
7800
7852
|
Seahorse::Client::Request.new(handlers, context)
|
|
7801
7853
|
end
|
|
7802
7854
|
|
|
@@ -51,6 +51,8 @@ module Aws::Mgn
|
|
|
51
51
|
Checksum = Shapes::StructureShape.new(name: 'Checksum')
|
|
52
52
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
|
53
53
|
CidrBlock = Shapes::StringShape.new(name: 'CidrBlock')
|
|
54
|
+
CidrMapping = Shapes::StructureShape.new(name: 'CidrMapping')
|
|
55
|
+
CidrMappingsList = Shapes::ListShape.new(name: 'CidrMappingsList')
|
|
54
56
|
ClientIdempotencyToken = Shapes::StringShape.new(name: 'ClientIdempotencyToken')
|
|
55
57
|
CloudWatchLogGroupName = Shapes::StringShape.new(name: 'CloudWatchLogGroupName')
|
|
56
58
|
CodeGenerationOutputFormatStatus = Shapes::StringShape.new(name: 'CodeGenerationOutputFormatStatus')
|
|
@@ -530,6 +532,7 @@ module Aws::Mgn
|
|
|
530
532
|
VolumeType = Shapes::StringShape.new(name: 'VolumeType')
|
|
531
533
|
VpcID = Shapes::StringShape.new(name: 'VpcID')
|
|
532
534
|
VpcIDsFilter = Shapes::ListShape.new(name: 'VpcIDsFilter')
|
|
535
|
+
VpcProvisioningStrategy = Shapes::StringShape.new(name: 'VpcProvisioningStrategy')
|
|
533
536
|
Wave = Shapes::StructureShape.new(name: 'Wave')
|
|
534
537
|
WaveAggregatedStatus = Shapes::StructureShape.new(name: 'WaveAggregatedStatus')
|
|
535
538
|
WaveDescription = Shapes::StringShape.new(name: 'WaveDescription')
|
|
@@ -611,6 +614,12 @@ module Aws::Mgn
|
|
|
611
614
|
Checksum.add_member(:hash, Shapes::ShapeRef.new(shape: Hash, location_name: "hash"))
|
|
612
615
|
Checksum.struct_class = Types::Checksum
|
|
613
616
|
|
|
617
|
+
CidrMapping.add_member(:original_cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "originalCidr"))
|
|
618
|
+
CidrMapping.add_member(:updated_cidr, Shapes::ShapeRef.new(shape: Cidr, required: true, location_name: "updatedCidr"))
|
|
619
|
+
CidrMapping.struct_class = Types::CidrMapping
|
|
620
|
+
|
|
621
|
+
CidrMappingsList.member = Shapes::ShapeRef.new(shape: CidrMapping)
|
|
622
|
+
|
|
614
623
|
CodeGenerationOutputFormatStatusDetails.add_member(:status, Shapes::ShapeRef.new(shape: CodeGenerationOutputFormatStatus, location_name: "status"))
|
|
615
624
|
CodeGenerationOutputFormatStatusDetails.add_member(:status_detail_list, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "statusDetailList"))
|
|
616
625
|
CodeGenerationOutputFormatStatusDetails.struct_class = Types::CodeGenerationOutputFormatStatusDetails
|
|
@@ -688,6 +697,8 @@ module Aws::Mgn
|
|
|
688
697
|
CreateNetworkMigrationDefinitionRequest.add_member(:target_s3_configuration, Shapes::ShapeRef.new(shape: TargetS3Configuration, required: true, location_name: "targetS3Configuration"))
|
|
689
698
|
CreateNetworkMigrationDefinitionRequest.add_member(:target_network, Shapes::ShapeRef.new(shape: TargetNetwork, required: true, location_name: "targetNetwork"))
|
|
690
699
|
CreateNetworkMigrationDefinitionRequest.add_member(:target_deployment, Shapes::ShapeRef.new(shape: TargetDeployment, location_name: "targetDeployment"))
|
|
700
|
+
CreateNetworkMigrationDefinitionRequest.add_member(:vpc_provisioning_strategy, Shapes::ShapeRef.new(shape: VpcProvisioningStrategy, location_name: "vpcProvisioningStrategy"))
|
|
701
|
+
CreateNetworkMigrationDefinitionRequest.add_member(:cidr_mappings, Shapes::ShapeRef.new(shape: CidrMappingsList, location_name: "cidrMappings"))
|
|
691
702
|
CreateNetworkMigrationDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
692
703
|
CreateNetworkMigrationDefinitionRequest.add_member(:scope_tags, Shapes::ShapeRef.new(shape: ScopeTagsMap, location_name: "scopeTags"))
|
|
693
704
|
CreateNetworkMigrationDefinitionRequest.struct_class = Types::CreateNetworkMigrationDefinitionRequest
|
|
@@ -1603,6 +1614,8 @@ module Aws::Mgn
|
|
|
1603
1614
|
NetworkMigrationDefinition.add_member(:target_s3_configuration, Shapes::ShapeRef.new(shape: TargetS3Configuration, location_name: "targetS3Configuration"))
|
|
1604
1615
|
NetworkMigrationDefinition.add_member(:target_network, Shapes::ShapeRef.new(shape: TargetNetwork, location_name: "targetNetwork"))
|
|
1605
1616
|
NetworkMigrationDefinition.add_member(:target_deployment, Shapes::ShapeRef.new(shape: TargetDeployment, location_name: "targetDeployment"))
|
|
1617
|
+
NetworkMigrationDefinition.add_member(:vpc_provisioning_strategy, Shapes::ShapeRef.new(shape: VpcProvisioningStrategy, location_name: "vpcProvisioningStrategy"))
|
|
1618
|
+
NetworkMigrationDefinition.add_member(:cidr_mappings, Shapes::ShapeRef.new(shape: CidrMappingsList, location_name: "cidrMappings"))
|
|
1606
1619
|
NetworkMigrationDefinition.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1607
1620
|
NetworkMigrationDefinition.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
1608
1621
|
NetworkMigrationDefinition.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
@@ -2240,6 +2253,8 @@ module Aws::Mgn
|
|
|
2240
2253
|
UpdateNetworkMigrationDefinitionRequest.add_member(:target_s3_configuration, Shapes::ShapeRef.new(shape: TargetS3ConfigurationUpdate, location_name: "targetS3Configuration"))
|
|
2241
2254
|
UpdateNetworkMigrationDefinitionRequest.add_member(:target_network, Shapes::ShapeRef.new(shape: TargetNetworkUpdate, location_name: "targetNetwork"))
|
|
2242
2255
|
UpdateNetworkMigrationDefinitionRequest.add_member(:target_deployment, Shapes::ShapeRef.new(shape: TargetDeployment, location_name: "targetDeployment"))
|
|
2256
|
+
UpdateNetworkMigrationDefinitionRequest.add_member(:vpc_provisioning_strategy, Shapes::ShapeRef.new(shape: VpcProvisioningStrategy, location_name: "vpcProvisioningStrategy"))
|
|
2257
|
+
UpdateNetworkMigrationDefinitionRequest.add_member(:cidr_mappings, Shapes::ShapeRef.new(shape: CidrMappingsList, location_name: "cidrMappings"))
|
|
2243
2258
|
UpdateNetworkMigrationDefinitionRequest.add_member(:scope_tags, Shapes::ShapeRef.new(shape: ScopeTagsMap, location_name: "scopeTags"))
|
|
2244
2259
|
UpdateNetworkMigrationDefinitionRequest.struct_class = Types::UpdateNetworkMigrationDefinitionRequest
|
|
2245
2260
|
|
data/lib/aws-sdk-mgn/types.rb
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
module Aws::Mgn
|
|
11
11
|
module Types
|
|
12
12
|
|
|
13
|
-
#
|
|
13
|
+
# Operation denied due to a file permission or access check error.
|
|
14
14
|
#
|
|
15
15
|
# @!attribute [rw] message
|
|
16
16
|
# @return [String]
|
|
@@ -274,6 +274,26 @@ module Aws::Mgn
|
|
|
274
274
|
include Aws::Structure
|
|
275
275
|
end
|
|
276
276
|
|
|
277
|
+
# Maps a source CIDR range to the corresponding target CIDR range to use
|
|
278
|
+
# in the target network.
|
|
279
|
+
#
|
|
280
|
+
# @!attribute [rw] original_cidr
|
|
281
|
+
# The original CIDR range in the source network.
|
|
282
|
+
# @return [String]
|
|
283
|
+
#
|
|
284
|
+
# @!attribute [rw] updated_cidr
|
|
285
|
+
# The updated CIDR range to use in the target network.
|
|
286
|
+
# @return [String]
|
|
287
|
+
#
|
|
288
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CidrMapping AWS API Documentation
|
|
289
|
+
#
|
|
290
|
+
class CidrMapping < Struct.new(
|
|
291
|
+
:original_cidr,
|
|
292
|
+
:updated_cidr)
|
|
293
|
+
SENSITIVE = []
|
|
294
|
+
include Aws::Structure
|
|
295
|
+
end
|
|
296
|
+
|
|
277
297
|
# Status details for a specific code generation output format.
|
|
278
298
|
#
|
|
279
299
|
# @!attribute [rw] status
|
|
@@ -558,6 +578,19 @@ module Aws::Mgn
|
|
|
558
578
|
# The target deployment configuration for the migrated network.
|
|
559
579
|
# @return [String]
|
|
560
580
|
#
|
|
581
|
+
# @!attribute [rw] vpc_provisioning_strategy
|
|
582
|
+
# Specifies whether to create new target VPCs or use existing ones.
|
|
583
|
+
# Set to `CREATE_NEW` to provision new target VPCs as part of the
|
|
584
|
+
# migration, or `USE_EXISTING` to migrate into existing VPCs in the
|
|
585
|
+
# target account.
|
|
586
|
+
# @return [String]
|
|
587
|
+
#
|
|
588
|
+
# @!attribute [rw] cidr_mappings
|
|
589
|
+
# A list of CIDR mappings that map original source CIDR ranges to
|
|
590
|
+
# updated target CIDR ranges. CIDR mappings can be provided only when
|
|
591
|
+
# `vpcProvisioningStrategy` is set to `USE_EXISTING`.
|
|
592
|
+
# @return [Array<Types::CidrMapping>]
|
|
593
|
+
#
|
|
561
594
|
# @!attribute [rw] tags
|
|
562
595
|
# Tags to assign to the network migration definition.
|
|
563
596
|
# @return [Hash<String,String>]
|
|
@@ -576,6 +609,8 @@ module Aws::Mgn
|
|
|
576
609
|
:target_s3_configuration,
|
|
577
610
|
:target_network,
|
|
578
611
|
:target_deployment,
|
|
612
|
+
:vpc_provisioning_strategy,
|
|
613
|
+
:cidr_mappings,
|
|
579
614
|
:tags,
|
|
580
615
|
:scope_tags)
|
|
581
616
|
SENSITIVE = [:tags, :scope_tags]
|
|
@@ -1238,7 +1273,7 @@ module Aws::Mgn
|
|
|
1238
1273
|
# @return [String]
|
|
1239
1274
|
#
|
|
1240
1275
|
# @!attribute [rw] account_id
|
|
1241
|
-
# Request to filter Source Servers list by
|
|
1276
|
+
# Request to filter Source Servers list by Account ID.
|
|
1242
1277
|
# @return [String]
|
|
1243
1278
|
#
|
|
1244
1279
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeSourceServersRequest AWS API Documentation
|
|
@@ -1287,11 +1322,11 @@ module Aws::Mgn
|
|
|
1287
1322
|
end
|
|
1288
1323
|
|
|
1289
1324
|
# @!attribute [rw] items
|
|
1290
|
-
#
|
|
1325
|
+
# The list of returned Source Servers.
|
|
1291
1326
|
# @return [Array<Types::SourceServer>]
|
|
1292
1327
|
#
|
|
1293
1328
|
# @!attribute [rw] next_token
|
|
1294
|
-
#
|
|
1329
|
+
# The token of the next Source Server to retrieve.
|
|
1295
1330
|
# @return [String]
|
|
1296
1331
|
#
|
|
1297
1332
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/DescribeSourceServersResponse AWS API Documentation
|
|
@@ -2008,14 +2043,14 @@ module Aws::Mgn
|
|
|
2008
2043
|
include Aws::Structure
|
|
2009
2044
|
end
|
|
2010
2045
|
|
|
2011
|
-
# Import task
|
|
2046
|
+
# Import task summary waves.
|
|
2012
2047
|
#
|
|
2013
2048
|
# @!attribute [rw] created_count
|
|
2014
|
-
# Import task
|
|
2049
|
+
# Import task summary waves created count.
|
|
2015
2050
|
# @return [Integer]
|
|
2016
2051
|
#
|
|
2017
2052
|
# @!attribute [rw] modified_count
|
|
2018
|
-
# Import task
|
|
2053
|
+
# Import task summary waves modified count.
|
|
2019
2054
|
# @return [Integer]
|
|
2020
2055
|
#
|
|
2021
2056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ImportTaskSummaryWaves AWS API Documentation
|
|
@@ -2179,8 +2214,7 @@ module Aws::Mgn
|
|
|
2179
2214
|
# Launch Status of the Job Post Launch Actions.
|
|
2180
2215
|
#
|
|
2181
2216
|
# @!attribute [rw] ssm_document
|
|
2182
|
-
# AWS Systems Manager's Document of the
|
|
2183
|
-
# Actions.
|
|
2217
|
+
# AWS Systems Manager's Document of the Job Post Launch Actions.
|
|
2184
2218
|
# @return [Types::SsmDocument]
|
|
2185
2219
|
#
|
|
2186
2220
|
# @!attribute [rw] ssm_document_type
|
|
@@ -2188,8 +2222,8 @@ module Aws::Mgn
|
|
|
2188
2222
|
# @return [String]
|
|
2189
2223
|
#
|
|
2190
2224
|
# @!attribute [rw] execution_id
|
|
2191
|
-
# AWS Systems Manager Document's execution ID of the
|
|
2192
|
-
#
|
|
2225
|
+
# AWS Systems Manager Document's execution ID of the Job Post Launch
|
|
2226
|
+
# Actions.
|
|
2193
2227
|
# @return [String]
|
|
2194
2228
|
#
|
|
2195
2229
|
# @!attribute [rw] execution_status
|
|
@@ -2283,7 +2317,7 @@ module Aws::Mgn
|
|
|
2283
2317
|
# @return [String]
|
|
2284
2318
|
#
|
|
2285
2319
|
# @!attribute [rw] post_launch_actions
|
|
2286
|
-
# Post Launch Actions to executed on the Test or Cutover instance.
|
|
2320
|
+
# Post Launch Actions to be executed on the Test or Cutover instance.
|
|
2287
2321
|
# @return [Types::PostLaunchActions]
|
|
2288
2322
|
#
|
|
2289
2323
|
# @!attribute [rw] enable_map_auto_tagging
|
|
@@ -2490,7 +2524,7 @@ module Aws::Mgn
|
|
|
2490
2524
|
# Lifecycle.
|
|
2491
2525
|
#
|
|
2492
2526
|
# @!attribute [rw] added_to_service_date_time
|
|
2493
|
-
# Lifecycle added to service
|
|
2527
|
+
# Lifecycle added to service date and time.
|
|
2494
2528
|
# @return [String]
|
|
2495
2529
|
#
|
|
2496
2530
|
# @!attribute [rw] first_byte_date_time
|
|
@@ -2628,7 +2662,7 @@ module Aws::Mgn
|
|
|
2628
2662
|
# Lifecycle last Test finalized.
|
|
2629
2663
|
#
|
|
2630
2664
|
# @!attribute [rw] api_call_date_time
|
|
2631
|
-
# Lifecycle Test
|
|
2665
|
+
# Lifecycle Test finalized API call date and time.
|
|
2632
2666
|
# @return [String]
|
|
2633
2667
|
#
|
|
2634
2668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LifeCycleLastTestFinalized AWS API Documentation
|
|
@@ -4257,8 +4291,7 @@ module Aws::Mgn
|
|
|
4257
4291
|
# @return [String]
|
|
4258
4292
|
#
|
|
4259
4293
|
# @!attribute [rw] artifact_type
|
|
4260
|
-
# The type of the artifact
|
|
4261
|
-
# TERRAFORM\_MODULE.
|
|
4294
|
+
# The type of the generated artifact.
|
|
4262
4295
|
# @return [String]
|
|
4263
4296
|
#
|
|
4264
4297
|
# @!attribute [rw] artifact_sub_type
|
|
@@ -4437,6 +4470,18 @@ module Aws::Mgn
|
|
|
4437
4470
|
# The target deployment configuration for the migrated network.
|
|
4438
4471
|
# @return [String]
|
|
4439
4472
|
#
|
|
4473
|
+
# @!attribute [rw] vpc_provisioning_strategy
|
|
4474
|
+
# Indicates whether the migration creates new target VPCs or uses
|
|
4475
|
+
# existing ones. `CREATE_NEW` provisions new target VPCs;
|
|
4476
|
+
# `USE_EXISTING` migrates into existing VPCs in the target account.
|
|
4477
|
+
# @return [String]
|
|
4478
|
+
#
|
|
4479
|
+
# @!attribute [rw] cidr_mappings
|
|
4480
|
+
# A list of CIDR mappings that map original source CIDR ranges to
|
|
4481
|
+
# updated target CIDR ranges. CIDR mappings apply only when
|
|
4482
|
+
# `vpcProvisioningStrategy` is set to `USE_EXISTING`.
|
|
4483
|
+
# @return [Array<Types::CidrMapping>]
|
|
4484
|
+
#
|
|
4440
4485
|
# @!attribute [rw] created_at
|
|
4441
4486
|
# The timestamp when the network migration definition was created.
|
|
4442
4487
|
# @return [Time]
|
|
@@ -4465,6 +4510,8 @@ module Aws::Mgn
|
|
|
4465
4510
|
:target_s3_configuration,
|
|
4466
4511
|
:target_network,
|
|
4467
4512
|
:target_deployment,
|
|
4513
|
+
:vpc_provisioning_strategy,
|
|
4514
|
+
:cidr_mappings,
|
|
4468
4515
|
:created_at,
|
|
4469
4516
|
:updated_at,
|
|
4470
4517
|
:tags,
|
|
@@ -4687,7 +4734,9 @@ module Aws::Mgn
|
|
|
4687
4734
|
# @return [String]
|
|
4688
4735
|
#
|
|
4689
4736
|
# @!attribute [rw] segment_type
|
|
4690
|
-
# The
|
|
4737
|
+
# The category of the network migration segment. A segment groups the
|
|
4738
|
+
# network constructs (such as VPCs, subnets, and security groups) that
|
|
4739
|
+
# are migrated together. Valid values: `WORKLOAD`, `APPLIANCE`.
|
|
4691
4740
|
# @return [String]
|
|
4692
4741
|
#
|
|
4693
4742
|
# @!attribute [rw] name
|
|
@@ -4999,7 +5048,7 @@ module Aws::Mgn
|
|
|
4999
5048
|
include Aws::Structure
|
|
5000
5049
|
end
|
|
5001
5050
|
|
|
5002
|
-
# Post Launch Actions to executed on the Test or Cutover instance.
|
|
5051
|
+
# Post Launch Actions to be executed on the Test or Cutover instance.
|
|
5003
5052
|
#
|
|
5004
5053
|
# @!attribute [rw] deployment
|
|
5005
5054
|
# Deployment type in which AWS Systems Manager Documents will be
|
|
@@ -5608,7 +5657,7 @@ module Aws::Mgn
|
|
|
5608
5657
|
include Aws::Structure
|
|
5609
5658
|
end
|
|
5610
5659
|
|
|
5611
|
-
# The request could not be completed because
|
|
5660
|
+
# The request could not be completed because it exceeded the service
|
|
5612
5661
|
# quota.
|
|
5613
5662
|
#
|
|
5614
5663
|
# @!attribute [rw] message
|
|
@@ -6079,7 +6128,7 @@ module Aws::Mgn
|
|
|
6079
6128
|
# @return [String]
|
|
6080
6129
|
#
|
|
6081
6130
|
# @!attribute [rw] tags
|
|
6082
|
-
# Start
|
|
6131
|
+
# Start export request tags.
|
|
6083
6132
|
# @return [Hash<String,String>]
|
|
6084
6133
|
#
|
|
6085
6134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StartExportRequest AWS API Documentation
|
|
@@ -6913,7 +6962,7 @@ module Aws::Mgn
|
|
|
6913
6962
|
# @return [String]
|
|
6914
6963
|
#
|
|
6915
6964
|
# @!attribute [rw] post_launch_actions
|
|
6916
|
-
# Post Launch Actions to executed on the Test or Cutover instance.
|
|
6965
|
+
# Post Launch Actions to be executed on the Test or Cutover instance.
|
|
6917
6966
|
# @return [Types::PostLaunchActions]
|
|
6918
6967
|
#
|
|
6919
6968
|
# @!attribute [rw] enable_map_auto_tagging
|
|
@@ -7063,6 +7112,19 @@ module Aws::Mgn
|
|
|
7063
7112
|
# The updated target deployment configuration.
|
|
7064
7113
|
# @return [String]
|
|
7065
7114
|
#
|
|
7115
|
+
# @!attribute [rw] vpc_provisioning_strategy
|
|
7116
|
+
# Updates whether the migration creates new target VPCs or uses
|
|
7117
|
+
# existing ones. Set to `USE_EXISTING` to migrate into existing VPCs
|
|
7118
|
+
# in the target account, or to `CREATE_NEW` to provision new target
|
|
7119
|
+
# VPCs.
|
|
7120
|
+
# @return [String]
|
|
7121
|
+
#
|
|
7122
|
+
# @!attribute [rw] cidr_mappings
|
|
7123
|
+
# The updated list of CIDR mappings that map original source CIDR
|
|
7124
|
+
# ranges to updated target CIDR ranges. CIDR mappings can be provided
|
|
7125
|
+
# only when `vpcProvisioningStrategy` is set to `USE_EXISTING`.
|
|
7126
|
+
# @return [Array<Types::CidrMapping>]
|
|
7127
|
+
#
|
|
7066
7128
|
# @!attribute [rw] scope_tags
|
|
7067
7129
|
# The updated scope tags for the network migration definition.
|
|
7068
7130
|
# @return [Hash<String,String>]
|
|
@@ -7077,6 +7139,8 @@ module Aws::Mgn
|
|
|
7077
7139
|
:target_s3_configuration,
|
|
7078
7140
|
:target_network,
|
|
7079
7141
|
:target_deployment,
|
|
7142
|
+
:vpc_provisioning_strategy,
|
|
7143
|
+
:cidr_mappings,
|
|
7080
7144
|
:scope_tags)
|
|
7081
7145
|
SENSITIVE = [:scope_tags]
|
|
7082
7146
|
include Aws::Structure
|
data/lib/aws-sdk-mgn.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -274,6 +274,8 @@ module Aws
|
|
|
274
274
|
def target_s3_configuration: () -> Types::TargetS3Configuration
|
|
275
275
|
def target_network: () -> Types::TargetNetwork
|
|
276
276
|
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
277
|
+
def vpc_provisioning_strategy: () -> ("CREATE_NEW" | "USE_EXISTING")
|
|
278
|
+
def cidr_mappings: () -> ::Array[Types::CidrMapping]
|
|
277
279
|
def created_at: () -> ::Time
|
|
278
280
|
def updated_at: () -> ::Time
|
|
279
281
|
def tags: () -> ::Hash[::String, ::String]
|
|
@@ -297,6 +299,13 @@ module Aws
|
|
|
297
299
|
inspection_cidr: ::String?
|
|
298
300
|
},
|
|
299
301
|
?target_deployment: ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT"),
|
|
302
|
+
?vpc_provisioning_strategy: ("CREATE_NEW" | "USE_EXISTING"),
|
|
303
|
+
?cidr_mappings: Array[
|
|
304
|
+
{
|
|
305
|
+
original_cidr: ::String,
|
|
306
|
+
updated_cidr: ::String
|
|
307
|
+
}
|
|
308
|
+
],
|
|
300
309
|
?tags: Hash[::String, ::String],
|
|
301
310
|
?scope_tags: Hash[::String, ::String]
|
|
302
311
|
) -> _CreateNetworkMigrationDefinitionResponseSuccess
|
|
@@ -644,6 +653,8 @@ module Aws
|
|
|
644
653
|
def target_s3_configuration: () -> Types::TargetS3Configuration
|
|
645
654
|
def target_network: () -> Types::TargetNetwork
|
|
646
655
|
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
656
|
+
def vpc_provisioning_strategy: () -> ("CREATE_NEW" | "USE_EXISTING")
|
|
657
|
+
def cidr_mappings: () -> ::Array[Types::CidrMapping]
|
|
647
658
|
def created_at: () -> ::Time
|
|
648
659
|
def updated_at: () -> ::Time
|
|
649
660
|
def tags: () -> ::Hash[::String, ::String]
|
|
@@ -1705,6 +1716,8 @@ module Aws
|
|
|
1705
1716
|
def target_s3_configuration: () -> Types::TargetS3Configuration
|
|
1706
1717
|
def target_network: () -> Types::TargetNetwork
|
|
1707
1718
|
def target_deployment: () -> ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
1719
|
+
def vpc_provisioning_strategy: () -> ("CREATE_NEW" | "USE_EXISTING")
|
|
1720
|
+
def cidr_mappings: () -> ::Array[Types::CidrMapping]
|
|
1708
1721
|
def created_at: () -> ::Time
|
|
1709
1722
|
def updated_at: () -> ::Time
|
|
1710
1723
|
def tags: () -> ::Hash[::String, ::String]
|
|
@@ -1729,6 +1742,13 @@ module Aws
|
|
|
1729
1742
|
inspection_cidr: ::String?
|
|
1730
1743
|
},
|
|
1731
1744
|
?target_deployment: ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT"),
|
|
1745
|
+
?vpc_provisioning_strategy: ("CREATE_NEW" | "USE_EXISTING"),
|
|
1746
|
+
?cidr_mappings: Array[
|
|
1747
|
+
{
|
|
1748
|
+
original_cidr: ::String,
|
|
1749
|
+
updated_cidr: ::String
|
|
1750
|
+
}
|
|
1751
|
+
],
|
|
1732
1752
|
?scope_tags: Hash[::String, ::String]
|
|
1733
1753
|
) -> _UpdateNetworkMigrationDefinitionResponseSuccess
|
|
1734
1754
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNetworkMigrationDefinitionResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -92,6 +92,12 @@ module Aws::Mgn
|
|
|
92
92
|
SENSITIVE: []
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
+
class CidrMapping
|
|
96
|
+
attr_accessor original_cidr: ::String
|
|
97
|
+
attr_accessor updated_cidr: ::String
|
|
98
|
+
SENSITIVE: []
|
|
99
|
+
end
|
|
100
|
+
|
|
95
101
|
class CodeGenerationOutputFormatStatusDetails
|
|
96
102
|
attr_accessor status: ("SUCCEEDED" | "FAILED")
|
|
97
103
|
attr_accessor status_detail_list: ::String
|
|
@@ -168,6 +174,8 @@ module Aws::Mgn
|
|
|
168
174
|
attr_accessor target_s3_configuration: Types::TargetS3Configuration
|
|
169
175
|
attr_accessor target_network: Types::TargetNetwork
|
|
170
176
|
attr_accessor target_deployment: ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
177
|
+
attr_accessor vpc_provisioning_strategy: ("CREATE_NEW" | "USE_EXISTING")
|
|
178
|
+
attr_accessor cidr_mappings: ::Array[Types::CidrMapping]
|
|
171
179
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
172
180
|
attr_accessor scope_tags: ::Hash[::String, ::String]
|
|
173
181
|
SENSITIVE: [:tags, :scope_tags]
|
|
@@ -1327,6 +1335,8 @@ module Aws::Mgn
|
|
|
1327
1335
|
attr_accessor target_s3_configuration: Types::TargetS3Configuration
|
|
1328
1336
|
attr_accessor target_network: Types::TargetNetwork
|
|
1329
1337
|
attr_accessor target_deployment: ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
1338
|
+
attr_accessor vpc_provisioning_strategy: ("CREATE_NEW" | "USE_EXISTING")
|
|
1339
|
+
attr_accessor cidr_mappings: ::Array[Types::CidrMapping]
|
|
1330
1340
|
attr_accessor created_at: ::Time
|
|
1331
1341
|
attr_accessor updated_at: ::Time
|
|
1332
1342
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -2067,6 +2077,8 @@ module Aws::Mgn
|
|
|
2067
2077
|
attr_accessor target_s3_configuration: Types::TargetS3ConfigurationUpdate
|
|
2068
2078
|
attr_accessor target_network: Types::TargetNetworkUpdate
|
|
2069
2079
|
attr_accessor target_deployment: ("SINGLE_ACCOUNT" | "MULTI_ACCOUNT")
|
|
2080
|
+
attr_accessor vpc_provisioning_strategy: ("CREATE_NEW" | "USE_EXISTING")
|
|
2081
|
+
attr_accessor cidr_mappings: ::Array[Types::CidrMapping]
|
|
2070
2082
|
attr_accessor scope_tags: ::Hash[::String, ::String]
|
|
2071
2083
|
SENSITIVE: [:scope_tags]
|
|
2072
2084
|
end
|