aws-sdk-mgn 1.70.0 → 1.72.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.
@@ -152,6 +152,8 @@ module Aws::Mgn
152
152
  FinalizeCutoverRequest = Shapes::StructureShape.new(name: 'FinalizeCutoverRequest')
153
153
  FirstBoot = Shapes::StringShape.new(name: 'FirstBoot')
154
154
  Float = Shapes::FloatShape.new(name: 'Float')
155
+ FqdnForActionFramework = Shapes::StringShape.new(name: 'FqdnForActionFramework')
156
+ FsxOntapConfiguration = Shapes::StructureShape.new(name: 'FsxOntapConfiguration')
155
157
  GetLaunchConfigurationRequest = Shapes::StructureShape.new(name: 'GetLaunchConfigurationRequest')
156
158
  GetNetworkMigrationDefinitionRequest = Shapes::StructureShape.new(name: 'GetNetworkMigrationDefinitionRequest')
157
159
  GetNetworkMigrationMapperSegmentConstructRequest = Shapes::StructureShape.new(name: 'GetNetworkMigrationMapperSegmentConstructRequest')
@@ -200,6 +202,10 @@ module Aws::Mgn
200
202
  JobsList = Shapes::ListShape.new(name: 'JobsList')
201
203
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
202
204
  LargeBoundedString = Shapes::StringShape.new(name: 'LargeBoundedString')
205
+ LastKnownCheck = Shapes::StructureShape.new(name: 'LastKnownCheck')
206
+ LastKnownCheckStatus = Shapes::StringShape.new(name: 'LastKnownCheckStatus')
207
+ LastKnownCheckType = Shapes::StringShape.new(name: 'LastKnownCheckType')
208
+ LastKnownChecksList = Shapes::ListShape.new(name: 'LastKnownChecksList')
203
209
  LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
204
210
  LaunchConfigurationTemplate = Shapes::StructureShape.new(name: 'LaunchConfigurationTemplate')
205
211
  LaunchConfigurationTemplateID = Shapes::StringShape.new(name: 'LaunchConfigurationTemplateID')
@@ -470,6 +476,9 @@ module Aws::Mgn
470
476
  StartTestRequestSourceServerIDs = Shapes::ListShape.new(name: 'StartTestRequestSourceServerIDs')
471
477
  StartTestResponse = Shapes::StructureShape.new(name: 'StartTestResponse')
472
478
  StopReplicationRequest = Shapes::StructureShape.new(name: 'StopReplicationRequest')
479
+ StorageConfiguration = Shapes::StructureShape.new(name: 'StorageConfiguration')
480
+ StorageType = Shapes::StringShape.new(name: 'StorageType')
481
+ StorageVirtualMachineId = Shapes::StringShape.new(name: 'StorageVirtualMachineId')
473
482
  StrictlyPositiveInteger = Shapes::IntegerShape.new(name: 'StrictlyPositiveInteger')
474
483
  String = Shapes::StringShape.new(name: 'String')
475
484
  SubnetID = Shapes::StringShape.new(name: 'SubnetID')
@@ -699,6 +708,7 @@ module Aws::Mgn
699
708
  CreateReplicationConfigurationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
700
709
  CreateReplicationConfigurationTemplateRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
701
710
  CreateReplicationConfigurationTemplateRequest.add_member(:store_snapshot_on_local_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "storeSnapshotOnLocalZone"))
711
+ CreateReplicationConfigurationTemplateRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
702
712
  CreateReplicationConfigurationTemplateRequest.struct_class = Types::CreateReplicationConfigurationTemplateRequest
703
713
 
704
714
  CreateWaveRequest.add_member(:name, Shapes::ShapeRef.new(shape: WaveName, required: true, location_name: "name"))
@@ -937,6 +947,10 @@ module Aws::Mgn
937
947
  FinalizeCutoverRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
938
948
  FinalizeCutoverRequest.struct_class = Types::FinalizeCutoverRequest
939
949
 
950
+ FsxOntapConfiguration.add_member(:storage_virtual_machine_id, Shapes::ShapeRef.new(shape: StorageVirtualMachineId, required: true, location_name: "storageVirtualMachineId"))
951
+ FsxOntapConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
952
+ FsxOntapConfiguration.struct_class = Types::FsxOntapConfiguration
953
+
940
954
  GetLaunchConfigurationRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
941
955
  GetLaunchConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
942
956
  GetLaunchConfigurationRequest.struct_class = Types::GetLaunchConfigurationRequest
@@ -1070,6 +1084,15 @@ module Aws::Mgn
1070
1084
 
1071
1085
  JobsList.member = Shapes::ShapeRef.new(shape: Job)
1072
1086
 
1087
+ LastKnownCheck.add_member(:type, Shapes::ShapeRef.new(shape: LastKnownCheckType, location_name: "type"))
1088
+ LastKnownCheck.add_member(:name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "name"))
1089
+ LastKnownCheck.add_member(:status, Shapes::ShapeRef.new(shape: LastKnownCheckStatus, location_name: "status"))
1090
+ LastKnownCheck.add_member(:error, Shapes::ShapeRef.new(shape: BoundedString, location_name: "error"))
1091
+ LastKnownCheck.add_member(:checked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "checkedAt"))
1092
+ LastKnownCheck.struct_class = Types::LastKnownCheck
1093
+
1094
+ LastKnownChecksList.member = Shapes::ShapeRef.new(shape: LastKnownCheck)
1095
+
1073
1096
  LaunchConfiguration.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
1074
1097
  LaunchConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: SmallBoundedString, location_name: "name"))
1075
1098
  LaunchConfiguration.add_member(:ec2_launch_template_id, Shapes::ShapeRef.new(shape: BoundedString, location_name: "ec2LaunchTemplateID"))
@@ -1117,6 +1140,8 @@ module Aws::Mgn
1117
1140
  LaunchedInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: EC2InstanceID, location_name: "ec2InstanceID"))
1118
1141
  LaunchedInstance.add_member(:job_id, Shapes::ShapeRef.new(shape: JobID, location_name: "jobID"))
1119
1142
  LaunchedInstance.add_member(:first_boot, Shapes::ShapeRef.new(shape: FirstBoot, location_name: "firstBoot"))
1143
+ LaunchedInstance.add_member(:last_known_checks, Shapes::ShapeRef.new(shape: LastKnownChecksList, location_name: "lastKnownChecks"))
1144
+ LaunchedInstance.add_member(:last_known_fsx_checks_status, Shapes::ShapeRef.new(shape: LastKnownCheckStatus, location_name: "lastKnownFsxChecksStatus"))
1120
1145
  LaunchedInstance.struct_class = Types::LaunchedInstance
1121
1146
 
1122
1147
  Licensing.add_member(:os_byol, Shapes::ShapeRef.new(shape: Boolean, location_name: "osByol"))
@@ -1797,6 +1822,7 @@ module Aws::Mgn
1797
1822
  ReplicationConfiguration.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
1798
1823
  ReplicationConfiguration.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
1799
1824
  ReplicationConfiguration.add_member(:store_snapshot_on_local_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "storeSnapshotOnLocalZone"))
1825
+ ReplicationConfiguration.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
1800
1826
  ReplicationConfiguration.struct_class = Types::ReplicationConfiguration
1801
1827
 
1802
1828
  ReplicationConfigurationReplicatedDisk.add_member(:device_name, Shapes::ShapeRef.new(shape: BoundedString, location_name: "deviceName"))
@@ -1826,6 +1852,7 @@ module Aws::Mgn
1826
1852
  ReplicationConfigurationTemplate.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
1827
1853
  ReplicationConfigurationTemplate.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
1828
1854
  ReplicationConfigurationTemplate.add_member(:store_snapshot_on_local_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "storeSnapshotOnLocalZone"))
1855
+ ReplicationConfigurationTemplate.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
1829
1856
  ReplicationConfigurationTemplate.struct_class = Types::ReplicationConfigurationTemplate
1830
1857
 
1831
1858
  ReplicationConfigurationTemplateIDs.member = Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID)
@@ -2078,6 +2105,10 @@ module Aws::Mgn
2078
2105
  StopReplicationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
2079
2106
  StopReplicationRequest.struct_class = Types::StopReplicationRequest
2080
2107
 
2108
+ StorageConfiguration.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, required: true, location_name: "storageType"))
2109
+ StorageConfiguration.add_member(:fsx_ontap_configuration, Shapes::ShapeRef.new(shape: FsxOntapConfiguration, location_name: "fsxOntapConfiguration"))
2110
+ StorageConfiguration.struct_class = Types::StorageConfiguration
2111
+
2081
2112
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
2082
2113
 
2083
2114
  TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location: "uri", location_name: "resourceArn"))
@@ -2242,6 +2273,7 @@ module Aws::Mgn
2242
2273
  UpdateReplicationConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
2243
2274
  UpdateReplicationConfigurationRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
2244
2275
  UpdateReplicationConfigurationRequest.add_member(:store_snapshot_on_local_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "storeSnapshotOnLocalZone"))
2276
+ UpdateReplicationConfigurationRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
2245
2277
  UpdateReplicationConfigurationRequest.struct_class = Types::UpdateReplicationConfigurationRequest
2246
2278
 
2247
2279
  UpdateReplicationConfigurationTemplateRequest.add_member(:replication_configuration_template_id, Shapes::ShapeRef.new(shape: ReplicationConfigurationTemplateID, required: true, location_name: "replicationConfigurationTemplateID"))
@@ -2261,6 +2293,7 @@ module Aws::Mgn
2261
2293
  UpdateReplicationConfigurationTemplateRequest.add_member(:use_fips_endpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "useFipsEndpoint"))
2262
2294
  UpdateReplicationConfigurationTemplateRequest.add_member(:internet_protocol, Shapes::ShapeRef.new(shape: InternetProtocol, location_name: "internetProtocol"))
2263
2295
  UpdateReplicationConfigurationTemplateRequest.add_member(:store_snapshot_on_local_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "storeSnapshotOnLocalZone"))
2296
+ UpdateReplicationConfigurationTemplateRequest.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: StorageConfiguration, location_name: "storageConfiguration"))
2264
2297
  UpdateReplicationConfigurationTemplateRequest.struct_class = Types::UpdateReplicationConfigurationTemplateRequest
2265
2298
 
2266
2299
  UpdateSourceServerReplicationTypeRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
@@ -2271,6 +2304,9 @@ module Aws::Mgn
2271
2304
  UpdateSourceServerRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "accountID"))
2272
2305
  UpdateSourceServerRequest.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, required: true, location_name: "sourceServerID"))
2273
2306
  UpdateSourceServerRequest.add_member(:connector_action, Shapes::ShapeRef.new(shape: SourceServerConnectorAction, location_name: "connectorAction"))
2307
+ UpdateSourceServerRequest.add_member(:user_provided_id, Shapes::ShapeRef.new(shape: UserProvidedId, location_name: "userProvidedID"))
2308
+ UpdateSourceServerRequest.add_member(:fqdn_for_action_framework, Shapes::ShapeRef.new(shape: FqdnForActionFramework, location_name: "fqdnForActionFramework"))
2309
+ UpdateSourceServerRequest.add_member(:platform, Shapes::ShapeRef.new(shape: OperatingSystemString, location_name: "platform"))
2274
2310
  UpdateSourceServerRequest.struct_class = Types::UpdateSourceServerRequest
2275
2311
 
2276
2312
  UpdateWaveRequest.add_member(:wave_id, Shapes::ShapeRef.new(shape: WaveID, required: true, location_name: "waveID"))
@@ -661,6 +661,11 @@ module Aws::Mgn
661
661
  # template creation.
662
662
  # @return [Boolean]
663
663
  #
664
+ # @!attribute [rw] storage_configuration
665
+ # Request to configure storage during Replication Settings template
666
+ # creation.
667
+ # @return [Types::StorageConfiguration]
668
+ #
664
669
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/CreateReplicationConfigurationTemplateRequest AWS API Documentation
665
670
  #
666
671
  class CreateReplicationConfigurationTemplateRequest < Struct.new(
@@ -679,7 +684,8 @@ module Aws::Mgn
679
684
  :use_fips_endpoint,
680
685
  :tags,
681
686
  :internet_protocol,
682
- :store_snapshot_on_local_zone)
687
+ :store_snapshot_on_local_zone,
688
+ :storage_configuration)
683
689
  SENSITIVE = [:staging_area_tags, :tags]
684
690
  include Aws::Structure
685
691
  end
@@ -1635,6 +1641,25 @@ module Aws::Mgn
1635
1641
  include Aws::Structure
1636
1642
  end
1637
1643
 
1644
+ # FSx for ONTAP storage configuration.
1645
+ #
1646
+ # @!attribute [rw] storage_virtual_machine_id
1647
+ # FSx ONTAP configuration storage virtual machine ID.
1648
+ # @return [String]
1649
+ #
1650
+ # @!attribute [rw] credentials_secret_arn
1651
+ # FSx ONTAP configuration credentials secret ARN.
1652
+ # @return [String]
1653
+ #
1654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/FsxOntapConfiguration AWS API Documentation
1655
+ #
1656
+ class FsxOntapConfiguration < Struct.new(
1657
+ :storage_virtual_machine_id,
1658
+ :credentials_secret_arn)
1659
+ SENSITIVE = []
1660
+ include Aws::Structure
1661
+ end
1662
+
1638
1663
  # @!attribute [rw] source_server_id
1639
1664
  # Request to get Launch Configuration information by Source Server ID.
1640
1665
  # @return [String]
@@ -2187,6 +2212,40 @@ module Aws::Mgn
2187
2212
  include Aws::Structure
2188
2213
  end
2189
2214
 
2215
+ # Last known check performed on a launched instance.
2216
+ #
2217
+ # @!attribute [rw] type
2218
+ # Last known check type.
2219
+ # @return [String]
2220
+ #
2221
+ # @!attribute [rw] name
2222
+ # Last known check name.
2223
+ # @return [String]
2224
+ #
2225
+ # @!attribute [rw] status
2226
+ # Last known check status.
2227
+ # @return [String]
2228
+ #
2229
+ # @!attribute [rw] error
2230
+ # Last known check error.
2231
+ # @return [String]
2232
+ #
2233
+ # @!attribute [rw] checked_at
2234
+ # Last known check timestamp.
2235
+ # @return [Time]
2236
+ #
2237
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LastKnownCheck AWS API Documentation
2238
+ #
2239
+ class LastKnownCheck < Struct.new(
2240
+ :type,
2241
+ :name,
2242
+ :status,
2243
+ :error,
2244
+ :checked_at)
2245
+ SENSITIVE = []
2246
+ include Aws::Structure
2247
+ end
2248
+
2190
2249
  # @!attribute [rw] source_server_id
2191
2250
  # Launch configuration Source Server ID.
2192
2251
  # @return [String]
@@ -2394,12 +2453,22 @@ module Aws::Mgn
2394
2453
  # Launched instance first boot.
2395
2454
  # @return [String]
2396
2455
  #
2456
+ # @!attribute [rw] last_known_checks
2457
+ # Launched instance last known checks.
2458
+ # @return [Array<Types::LastKnownCheck>]
2459
+ #
2460
+ # @!attribute [rw] last_known_fsx_checks_status
2461
+ # Launched instance last known FSx checks status.
2462
+ # @return [String]
2463
+ #
2397
2464
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/LaunchedInstance AWS API Documentation
2398
2465
  #
2399
2466
  class LaunchedInstance < Struct.new(
2400
2467
  :ec2_instance_id,
2401
2468
  :job_id,
2402
- :first_boot)
2469
+ :first_boot,
2470
+ :last_known_checks,
2471
+ :last_known_fsx_checks_status)
2403
2472
  SENSITIVE = []
2404
2473
  include Aws::Structure
2405
2474
  end
@@ -5262,6 +5331,10 @@ module Aws::Mgn
5262
5331
  # Replication Configuration store snapshot on local zone.
5263
5332
  # @return [Boolean]
5264
5333
  #
5334
+ # @!attribute [rw] storage_configuration
5335
+ # Replication Configuration storage configuration.
5336
+ # @return [Types::StorageConfiguration]
5337
+ #
5265
5338
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ReplicationConfiguration AWS API Documentation
5266
5339
  #
5267
5340
  class ReplicationConfiguration < Struct.new(
@@ -5282,7 +5355,8 @@ module Aws::Mgn
5282
5355
  :staging_area_tags,
5283
5356
  :use_fips_endpoint,
5284
5357
  :internet_protocol,
5285
- :store_snapshot_on_local_zone)
5358
+ :store_snapshot_on_local_zone,
5359
+ :storage_configuration)
5286
5360
  SENSITIVE = [:staging_area_tags]
5287
5361
  include Aws::Structure
5288
5362
  end
@@ -5395,6 +5469,10 @@ module Aws::Mgn
5395
5469
  # Replication Configuration template store snapshot on local zone.
5396
5470
  # @return [Boolean]
5397
5471
  #
5472
+ # @!attribute [rw] storage_configuration
5473
+ # Replication Configuration template storage configuration.
5474
+ # @return [Types::StorageConfiguration]
5475
+ #
5398
5476
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/ReplicationConfigurationTemplate AWS API Documentation
5399
5477
  #
5400
5478
  class ReplicationConfigurationTemplate < Struct.new(
@@ -5415,7 +5493,8 @@ module Aws::Mgn
5415
5493
  :use_fips_endpoint,
5416
5494
  :tags,
5417
5495
  :internet_protocol,
5418
- :store_snapshot_on_local_zone)
5496
+ :store_snapshot_on_local_zone,
5497
+ :storage_configuration)
5419
5498
  SENSITIVE = [:staging_area_tags, :tags]
5420
5499
  include Aws::Structure
5421
5500
  end
@@ -6403,6 +6482,25 @@ module Aws::Mgn
6403
6482
  include Aws::Structure
6404
6483
  end
6405
6484
 
6485
+ # Storage configuration for replication.
6486
+ #
6487
+ # @!attribute [rw] storage_type
6488
+ # Storage configuration storage type.
6489
+ # @return [String]
6490
+ #
6491
+ # @!attribute [rw] fsx_ontap_configuration
6492
+ # Storage configuration FSx ONTAP configuration.
6493
+ # @return [Types::FsxOntapConfiguration]
6494
+ #
6495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/StorageConfiguration AWS API Documentation
6496
+ #
6497
+ class StorageConfiguration < Struct.new(
6498
+ :storage_type,
6499
+ :fsx_ontap_configuration)
6500
+ SENSITIVE = []
6501
+ include Aws::Structure
6502
+ end
6503
+
6406
6504
  # @!attribute [rw] resource_arn
6407
6505
  # Tag resource by ARN.
6408
6506
  # @return [String]
@@ -7116,6 +7214,10 @@ module Aws::Mgn
7116
7214
  # Update replication configuration store snapshot on local zone.
7117
7215
  # @return [Boolean]
7118
7216
  #
7217
+ # @!attribute [rw] storage_configuration
7218
+ # Update replication configuration storage configuration.
7219
+ # @return [Types::StorageConfiguration]
7220
+ #
7119
7221
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateReplicationConfigurationRequest AWS API Documentation
7120
7222
  #
7121
7223
  class UpdateReplicationConfigurationRequest < Struct.new(
@@ -7137,7 +7239,8 @@ module Aws::Mgn
7137
7239
  :use_fips_endpoint,
7138
7240
  :account_id,
7139
7241
  :internet_protocol,
7140
- :store_snapshot_on_local_zone)
7242
+ :store_snapshot_on_local_zone,
7243
+ :storage_configuration)
7141
7244
  SENSITIVE = [:staging_area_tags]
7142
7245
  include Aws::Structure
7143
7246
  end
@@ -7220,6 +7323,11 @@ module Aws::Mgn
7220
7323
  # zone request.
7221
7324
  # @return [Boolean]
7222
7325
  #
7326
+ # @!attribute [rw] storage_configuration
7327
+ # Update replication configuration template storage configuration
7328
+ # request.
7329
+ # @return [Types::StorageConfiguration]
7330
+ #
7223
7331
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateReplicationConfigurationTemplateRequest AWS API Documentation
7224
7332
  #
7225
7333
  class UpdateReplicationConfigurationTemplateRequest < Struct.new(
@@ -7239,7 +7347,8 @@ module Aws::Mgn
7239
7347
  :staging_area_tags,
7240
7348
  :use_fips_endpoint,
7241
7349
  :internet_protocol,
7242
- :store_snapshot_on_local_zone)
7350
+ :store_snapshot_on_local_zone,
7351
+ :storage_configuration)
7243
7352
  SENSITIVE = [:staging_area_tags]
7244
7353
  include Aws::Structure
7245
7354
  end
@@ -7278,12 +7387,27 @@ module Aws::Mgn
7278
7387
  # Update Source Server request connector action.
7279
7388
  # @return [Types::SourceServerConnectorAction]
7280
7389
  #
7390
+ # @!attribute [rw] user_provided_id
7391
+ # Update Source Server request user provided ID.
7392
+ # @return [String]
7393
+ #
7394
+ # @!attribute [rw] fqdn_for_action_framework
7395
+ # Update Source Server request FQDN for action framework.
7396
+ # @return [String]
7397
+ #
7398
+ # @!attribute [rw] platform
7399
+ # Update Source Server request platform operating system.
7400
+ # @return [String]
7401
+ #
7281
7402
  # @see http://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/UpdateSourceServerRequest AWS API Documentation
7282
7403
  #
7283
7404
  class UpdateSourceServerRequest < Struct.new(
7284
7405
  :account_id,
7285
7406
  :source_server_id,
7286
- :connector_action)
7407
+ :connector_action,
7408
+ :user_provided_id,
7409
+ :fqdn_for_action_framework,
7410
+ :platform)
7287
7411
  SENSITIVE = []
7288
7412
  include Aws::Structure
7289
7413
  end
data/lib/aws-sdk-mgn.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Mgn
55
55
  autoload :EndpointProvider, 'aws-sdk-mgn/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mgn/endpoints'
57
57
 
58
- GEM_VERSION = '1.70.0'
58
+ GEM_VERSION = '1.72.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -322,6 +322,7 @@ module Aws
322
322
  def tags: () -> ::Hash[::String, ::String]
323
323
  def internet_protocol: () -> ("IPV4" | "IPV6")
324
324
  def store_snapshot_on_local_zone: () -> bool
325
+ def storage_configuration: () -> Types::StorageConfiguration
325
326
  end
326
327
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#create_replication_configuration_template-instance_method
327
328
  def create_replication_configuration_template: (
@@ -340,7 +341,14 @@ module Aws
340
341
  ?use_fips_endpoint: bool,
341
342
  ?tags: Hash[::String, ::String],
342
343
  ?internet_protocol: ("IPV4" | "IPV6"),
343
- ?store_snapshot_on_local_zone: bool
344
+ ?store_snapshot_on_local_zone: bool,
345
+ ?storage_configuration: {
346
+ storage_type: ("EBS" | "FSX_ONTAP"),
347
+ fsx_ontap_configuration: {
348
+ storage_virtual_machine_id: ::String,
349
+ credentials_secret_arn: ::String
350
+ }?
351
+ }
344
352
  ) -> _CreateReplicationConfigurationTemplateResponseSuccess
345
353
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplicationConfigurationTemplateResponseSuccess
346
354
 
@@ -680,6 +688,7 @@ module Aws
680
688
  def use_fips_endpoint: () -> bool
681
689
  def internet_protocol: () -> ("IPV4" | "IPV6")
682
690
  def store_snapshot_on_local_zone: () -> bool
691
+ def storage_configuration: () -> Types::StorageConfiguration
683
692
  end
684
693
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#get_replication_configuration-instance_method
685
694
  def get_replication_configuration: (
@@ -1771,6 +1780,7 @@ module Aws
1771
1780
  def use_fips_endpoint: () -> bool
1772
1781
  def internet_protocol: () -> ("IPV4" | "IPV6")
1773
1782
  def store_snapshot_on_local_zone: () -> bool
1783
+ def storage_configuration: () -> Types::StorageConfiguration
1774
1784
  end
1775
1785
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#update_replication_configuration-instance_method
1776
1786
  def update_replication_configuration: (
@@ -1786,7 +1796,7 @@ module Aws
1786
1796
  {
1787
1797
  device_name: ::String?,
1788
1798
  is_boot_disk: bool?,
1789
- staging_disk_type: ("AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | "GP3" | "IO2")?,
1799
+ staging_disk_type: ("AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | "GP3" | "IO2" | "FSX_ONTAP")?,
1790
1800
  iops: ::Integer?,
1791
1801
  throughput: ::Integer?
1792
1802
  }
@@ -1800,7 +1810,14 @@ module Aws
1800
1810
  ?use_fips_endpoint: bool,
1801
1811
  ?account_id: ::String,
1802
1812
  ?internet_protocol: ("IPV4" | "IPV6"),
1803
- ?store_snapshot_on_local_zone: bool
1813
+ ?store_snapshot_on_local_zone: bool,
1814
+ ?storage_configuration: {
1815
+ storage_type: ("EBS" | "FSX_ONTAP"),
1816
+ fsx_ontap_configuration: {
1817
+ storage_virtual_machine_id: ::String,
1818
+ credentials_secret_arn: ::String
1819
+ }?
1820
+ }
1804
1821
  ) -> _UpdateReplicationConfigurationResponseSuccess
1805
1822
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateReplicationConfigurationResponseSuccess
1806
1823
 
@@ -1824,6 +1841,7 @@ module Aws
1824
1841
  def tags: () -> ::Hash[::String, ::String]
1825
1842
  def internet_protocol: () -> ("IPV4" | "IPV6")
1826
1843
  def store_snapshot_on_local_zone: () -> bool
1844
+ def storage_configuration: () -> Types::StorageConfiguration
1827
1845
  end
1828
1846
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Mgn/Client.html#update_replication_configuration_template-instance_method
1829
1847
  def update_replication_configuration_template: (
@@ -1843,7 +1861,14 @@ module Aws
1843
1861
  ?staging_area_tags: Hash[::String, ::String],
1844
1862
  ?use_fips_endpoint: bool,
1845
1863
  ?internet_protocol: ("IPV4" | "IPV6"),
1846
- ?store_snapshot_on_local_zone: bool
1864
+ ?store_snapshot_on_local_zone: bool,
1865
+ ?storage_configuration: {
1866
+ storage_type: ("EBS" | "FSX_ONTAP"),
1867
+ fsx_ontap_configuration: {
1868
+ storage_virtual_machine_id: ::String,
1869
+ credentials_secret_arn: ::String
1870
+ }?
1871
+ }
1847
1872
  ) -> _UpdateReplicationConfigurationTemplateResponseSuccess
1848
1873
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateReplicationConfigurationTemplateResponseSuccess
1849
1874
 
@@ -1871,7 +1896,10 @@ module Aws
1871
1896
  ?connector_action: {
1872
1897
  credentials_secret_arn: ::String?,
1873
1898
  connector_arn: ::String?
1874
- }
1899
+ },
1900
+ ?user_provided_id: ::String,
1901
+ ?fqdn_for_action_framework: ::String,
1902
+ ?platform: ::String
1875
1903
  ) -> _UpdateSourceServerResponseSuccess
1876
1904
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSourceServerResponseSuccess
1877
1905
 
data/sig/params.rbs CHANGED
@@ -35,7 +35,7 @@ module Aws
35
35
  }
36
36
 
37
37
  type source_configuration = {
38
- source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT"),
38
+ source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT" | "AWS_DISCOVERY_COLLECTOR"),
39
39
  source_s3_configuration: {
40
40
  s3_bucket: ::String,
41
41
  s3_bucket_owner: ::String,
data/sig/types.rbs CHANGED
@@ -190,6 +190,7 @@ module Aws::Mgn
190
190
  attr_accessor tags: ::Hash[::String, ::String]
191
191
  attr_accessor internet_protocol: ("IPV4" | "IPV6")
192
192
  attr_accessor store_snapshot_on_local_zone: bool
193
+ attr_accessor storage_configuration: Types::StorageConfiguration
193
194
  SENSITIVE: [:staging_area_tags, :tags]
194
195
  end
195
196
 
@@ -202,7 +203,7 @@ module Aws::Mgn
202
203
  end
203
204
 
204
205
  class DataReplicationError
205
- attr_accessor error: ("AGENT_NOT_SEEN" | "SNAPSHOTS_FAILURE" | "NOT_CONVERGING" | "UNSTABLE_NETWORK" | "FAILED_TO_CREATE_SECURITY_GROUP" | "FAILED_TO_LAUNCH_REPLICATION_SERVER" | "FAILED_TO_BOOT_REPLICATION_SERVER" | "FAILED_TO_AUTHENTICATE_WITH_SERVICE" | "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE" | "FAILED_TO_CREATE_STAGING_DISKS" | "FAILED_TO_ATTACH_STAGING_DISKS" | "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT" | "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER" | "FAILED_TO_START_DATA_TRANSFER" | "UNSUPPORTED_VM_CONFIGURATION" | "LAST_SNAPSHOT_JOB_FAILED")
206
+ attr_accessor error: ("AGENT_NOT_SEEN" | "SNAPSHOTS_FAILURE" | "NOT_CONVERGING" | "UNSTABLE_NETWORK" | "FAILED_TO_CREATE_SECURITY_GROUP" | "FAILED_TO_LAUNCH_REPLICATION_SERVER" | "FAILED_TO_BOOT_REPLICATION_SERVER" | "FAILED_TO_AUTHENTICATE_WITH_SERVICE" | "FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE" | "FAILED_TO_CREATE_STAGING_DISKS" | "FAILED_TO_ATTACH_STAGING_DISKS" | "FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT" | "FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER" | "FAILED_TO_START_DATA_TRANSFER" | "UNSUPPORTED_VM_CONFIGURATION" | "LAST_SNAPSHOT_JOB_FAILED" | "FAILED_TO_SETUP_FSX_PROXY" | "FAILED_TO_CREATE_FSX_SNAPSHOT")
206
207
  attr_accessor raw_error: ::String
207
208
  SENSITIVE: []
208
209
  end
@@ -236,7 +237,7 @@ module Aws::Mgn
236
237
  end
237
238
 
238
239
  class DataReplicationInitiationStep
239
- attr_accessor name: ("WAIT" | "CREATE_SECURITY_GROUP" | "LAUNCH_REPLICATION_SERVER" | "BOOT_REPLICATION_SERVER" | "AUTHENTICATE_WITH_SERVICE" | "DOWNLOAD_REPLICATION_SOFTWARE" | "CREATE_STAGING_DISKS" | "ATTACH_STAGING_DISKS" | "PAIR_REPLICATION_SERVER_WITH_AGENT" | "CONNECT_AGENT_TO_REPLICATION_SERVER" | "START_DATA_TRANSFER")
240
+ attr_accessor name: ("WAIT" | "CREATE_SECURITY_GROUP" | "LAUNCH_REPLICATION_SERVER" | "BOOT_REPLICATION_SERVER" | "AUTHENTICATE_WITH_SERVICE" | "DOWNLOAD_REPLICATION_SOFTWARE" | "CREATE_STAGING_DISKS" | "ATTACH_STAGING_DISKS" | "PAIR_REPLICATION_SERVER_WITH_AGENT" | "CONNECT_AGENT_TO_REPLICATION_SERVER" | "START_DATA_TRANSFER" | "SETUP_FSX_PROXY")
240
241
  attr_accessor status: ("NOT_STARTED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "SKIPPED")
241
242
  SENSITIVE: []
242
243
  end
@@ -503,6 +504,12 @@ module Aws::Mgn
503
504
  SENSITIVE: []
504
505
  end
505
506
 
507
+ class FsxOntapConfiguration
508
+ attr_accessor storage_virtual_machine_id: ::String
509
+ attr_accessor credentials_secret_arn: ::String
510
+ SENSITIVE: []
511
+ end
512
+
506
513
  class GetLaunchConfigurationRequest
507
514
  attr_accessor source_server_id: ::String
508
515
  attr_accessor account_id: ::String
@@ -660,6 +667,15 @@ module Aws::Mgn
660
667
  SENSITIVE: []
661
668
  end
662
669
 
670
+ class LastKnownCheck
671
+ attr_accessor type: ("EC2" | "FSx")
672
+ attr_accessor name: ::String
673
+ attr_accessor status: ("PASSED" | "FAILED" | "PENDING")
674
+ attr_accessor error: ::String
675
+ attr_accessor checked_at: ::Time
676
+ SENSITIVE: []
677
+ end
678
+
663
679
  class LaunchConfiguration
664
680
  attr_accessor source_server_id: ::String
665
681
  attr_accessor name: ::String
@@ -710,6 +726,8 @@ module Aws::Mgn
710
726
  attr_accessor ec2_instance_id: ::String
711
727
  attr_accessor job_id: ::String
712
728
  attr_accessor first_boot: ("WAITING" | "SUCCEEDED" | "UNKNOWN" | "STOPPED")
729
+ attr_accessor last_known_checks: ::Array[Types::LastKnownCheck]
730
+ attr_accessor last_known_fsx_checks_status: ("PASSED" | "FAILED" | "PENDING")
713
731
  SENSITIVE: []
714
732
  end
715
733
 
@@ -1319,7 +1337,7 @@ module Aws::Mgn
1319
1337
  class NetworkMigrationDefinitionSummary
1320
1338
  attr_accessor network_migration_definition_id: ::String
1321
1339
  attr_accessor name: ::String
1322
- attr_accessor source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT")
1340
+ attr_accessor source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT" | "AWS_DISCOVERY_COLLECTOR")
1323
1341
  attr_accessor arn: ::String
1324
1342
  attr_accessor tags: ::Hash[::String, ::String]
1325
1343
  attr_accessor scope_tags: ::Hash[::String, ::String]
@@ -1548,13 +1566,14 @@ module Aws::Mgn
1548
1566
  attr_accessor use_fips_endpoint: bool
1549
1567
  attr_accessor internet_protocol: ("IPV4" | "IPV6")
1550
1568
  attr_accessor store_snapshot_on_local_zone: bool
1569
+ attr_accessor storage_configuration: Types::StorageConfiguration
1551
1570
  SENSITIVE: [:staging_area_tags]
1552
1571
  end
1553
1572
 
1554
1573
  class ReplicationConfigurationReplicatedDisk
1555
1574
  attr_accessor device_name: ::String
1556
1575
  attr_accessor is_boot_disk: bool
1557
- attr_accessor staging_disk_type: ("AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | "GP3" | "IO2")
1576
+ attr_accessor staging_disk_type: ("AUTO" | "GP2" | "IO1" | "SC1" | "ST1" | "STANDARD" | "GP3" | "IO2" | "FSX_ONTAP")
1558
1577
  attr_accessor iops: ::Integer
1559
1578
  attr_accessor throughput: ::Integer
1560
1579
  SENSITIVE: []
@@ -1579,6 +1598,7 @@ module Aws::Mgn
1579
1598
  attr_accessor tags: ::Hash[::String, ::String]
1580
1599
  attr_accessor internet_protocol: ("IPV4" | "IPV6")
1581
1600
  attr_accessor store_snapshot_on_local_zone: bool
1601
+ attr_accessor storage_configuration: Types::StorageConfiguration
1582
1602
  SENSITIVE: [:staging_area_tags, :tags]
1583
1603
  end
1584
1604
 
@@ -1628,7 +1648,7 @@ module Aws::Mgn
1628
1648
  end
1629
1649
 
1630
1650
  class SourceConfiguration
1631
- attr_accessor source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT")
1651
+ attr_accessor source_environment: ("NSX" | "VSPHERE" | "FORTIGATE_FIREWALL" | "PALO_ALTO_FIREWALL" | "CISCO_ACI" | "LOGICAL_MODEL" | "MODELIZE_IT" | "AWS_DISCOVERY_COLLECTOR")
1632
1652
  attr_accessor source_s3_configuration: Types::SourceS3Configuration
1633
1653
  SENSITIVE: []
1634
1654
  end
@@ -1882,6 +1902,12 @@ module Aws::Mgn
1882
1902
  SENSITIVE: []
1883
1903
  end
1884
1904
 
1905
+ class StorageConfiguration
1906
+ attr_accessor storage_type: ("EBS" | "FSX_ONTAP")
1907
+ attr_accessor fsx_ontap_configuration: Types::FsxOntapConfiguration
1908
+ SENSITIVE: []
1909
+ end
1910
+
1885
1911
  class TagResourceRequest
1886
1912
  attr_accessor resource_arn: ::String
1887
1913
  attr_accessor tags: ::Hash[::String, ::String]
@@ -2080,6 +2106,7 @@ module Aws::Mgn
2080
2106
  attr_accessor account_id: ::String
2081
2107
  attr_accessor internet_protocol: ("IPV4" | "IPV6")
2082
2108
  attr_accessor store_snapshot_on_local_zone: bool
2109
+ attr_accessor storage_configuration: Types::StorageConfiguration
2083
2110
  SENSITIVE: [:staging_area_tags]
2084
2111
  end
2085
2112
 
@@ -2101,6 +2128,7 @@ module Aws::Mgn
2101
2128
  attr_accessor use_fips_endpoint: bool
2102
2129
  attr_accessor internet_protocol: ("IPV4" | "IPV6")
2103
2130
  attr_accessor store_snapshot_on_local_zone: bool
2131
+ attr_accessor storage_configuration: Types::StorageConfiguration
2104
2132
  SENSITIVE: [:staging_area_tags]
2105
2133
  end
2106
2134
 
@@ -2115,6 +2143,9 @@ module Aws::Mgn
2115
2143
  attr_accessor account_id: ::String
2116
2144
  attr_accessor source_server_id: ::String
2117
2145
  attr_accessor connector_action: Types::SourceServerConnectorAction
2146
+ attr_accessor user_provided_id: ::String
2147
+ attr_accessor fqdn_for_action_framework: ::String
2148
+ attr_accessor platform: ::String
2118
2149
  SENSITIVE: []
2119
2150
  end
2120
2151
 
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.70.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services