aws-sdk-drs 1.28.0 → 1.30.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a21ee632e5f494f8c691184a41846d0aae32269b93f75af5f9df3cc7e1598a9
4
- data.tar.gz: 27ab5cab74c8cc18b6a514d0acb930b73f5cb3442aa219027aa98fd9b8843df4
3
+ metadata.gz: 5a676e38951b3e7ee4a591ba4af803aa4bec0a78b045d3d37861859818a7b4ad
4
+ data.tar.gz: df110ea4a7664143de6c5e0b7cbb4b65166436443a61572feafa313bdb87e055
5
5
  SHA512:
6
- metadata.gz: 5287a2044189afb71100794867c82e9a67d34ec43ecc3eed8a7e90c3567d849c1f4077ae52d55d5d1da3295f698ce83217c7bf07df0a9fb3443f8c7f00d54376
7
- data.tar.gz: 83fea263c4584c8351adb9864fdf713abfbbc731ed70f680f087b8eb260524e00592e50aa152ad3b029009962a86303c417f2d790aa96a01d8e2ade1ef1946c0
6
+ metadata.gz: 1151bd103ccf5385438ac51fed74b72b89f4c5bab755583a799731413869da769fb9d862fa960c7b0677b63f629387e74855f6d9617876031ed52032335532c8
7
+ data.tar.gz: 65dd2f0a9178530f9eeb85eea02504591e7cf71a2c07a87be13a25f40880aa9ca29fa565c90279ff46cdc0f812fb41825087b19e897d7da082edef2fcbabf22f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2024-04-18)
5
+ ------------------
6
+
7
+ * Feature - Outpost ARN added to Source Server and Recovery Instance
8
+
9
+ 1.29.0 (2024-02-26)
10
+ ------------------
11
+
12
+ * Feature - Added volume status to DescribeSourceServer replicated volumes.
13
+
4
14
  1.28.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.30.0
@@ -498,7 +498,9 @@ module Aws::Drs
498
498
  # resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
499
499
  # resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
500
500
  # resp.source_server.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
501
+ # resp.source_server.data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
501
502
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
503
+ # resp.source_server.data_replication_info.staging_outpost_arn #=> String
502
504
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
503
505
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
504
506
  # resp.source_server.life_cycle.elapsed_replication_duration #=> String
@@ -514,6 +516,7 @@ module Aws::Drs
514
516
  # resp.source_server.source_cloud_properties.origin_account_id #=> String
515
517
  # resp.source_server.source_cloud_properties.origin_availability_zone #=> String
516
518
  # resp.source_server.source_cloud_properties.origin_region #=> String
519
+ # resp.source_server.source_cloud_properties.source_outpost_arn #=> String
517
520
  # resp.source_server.source_network_id #=> String
518
521
  # resp.source_server.source_properties.cpus #=> Array
519
522
  # resp.source_server.source_properties.cpus[0].cores #=> Integer
@@ -1013,6 +1016,10 @@ module Aws::Drs
1013
1016
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map #=> Hash
1014
1017
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map["LargeBoundedString"] #=> Hash
1015
1018
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map["LargeBoundedString"]["EbsSnapshot"] #=> String
1019
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes #=> Hash
1020
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"] #=> Array
1021
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"][0].product_code_id #=> String
1022
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"][0].product_code_mode #=> String, one of "ENABLED", "DISABLED"
1016
1023
  # resp.items[0].event_data.conversion_properties.volume_to_volume_size #=> Hash
1017
1024
  # resp.items[0].event_data.conversion_properties.volume_to_volume_size["LargeBoundedString"] #=> Integer
1018
1025
  # resp.items[0].event_data.conversion_server_id #=> String
@@ -1224,6 +1231,7 @@ module Aws::Drs
1224
1231
  # resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1225
1232
  # resp.items[0].data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1226
1233
  # resp.items[0].data_replication_info.staging_availability_zone #=> String
1234
+ # resp.items[0].data_replication_info.staging_outpost_arn #=> String
1227
1235
  # resp.items[0].ec2_instance_id #=> String
1228
1236
  # resp.items[0].ec2_instance_state #=> String, one of "PENDING", "RUNNING", "STOPPING", "STOPPED", "SHUTTING-DOWN", "TERMINATED", "NOT_FOUND"
1229
1237
  # resp.items[0].failback.agent_last_seen_by_service_date_time #=> String
@@ -1261,6 +1269,7 @@ module Aws::Drs
1261
1269
  # resp.items[0].recovery_instance_properties.network_interfaces[0].mac_address #=> String
1262
1270
  # resp.items[0].recovery_instance_properties.os.full_string #=> String
1263
1271
  # resp.items[0].recovery_instance_properties.ram_bytes #=> Integer
1272
+ # resp.items[0].source_outpost_arn #=> String
1264
1273
  # resp.items[0].source_server_id #=> String
1265
1274
  # resp.items[0].tags #=> Hash
1266
1275
  # resp.items[0].tags["TagKey"] #=> String
@@ -1508,7 +1517,9 @@ module Aws::Drs
1508
1517
  # resp.items[0].data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1509
1518
  # resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1510
1519
  # resp.items[0].data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1520
+ # resp.items[0].data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
1511
1521
  # resp.items[0].data_replication_info.staging_availability_zone #=> String
1522
+ # resp.items[0].data_replication_info.staging_outpost_arn #=> String
1512
1523
  # resp.items[0].last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
1513
1524
  # resp.items[0].life_cycle.added_to_service_date_time #=> String
1514
1525
  # resp.items[0].life_cycle.elapsed_replication_duration #=> String
@@ -1524,6 +1535,7 @@ module Aws::Drs
1524
1535
  # resp.items[0].source_cloud_properties.origin_account_id #=> String
1525
1536
  # resp.items[0].source_cloud_properties.origin_availability_zone #=> String
1526
1537
  # resp.items[0].source_cloud_properties.origin_region #=> String
1538
+ # resp.items[0].source_cloud_properties.source_outpost_arn #=> String
1527
1539
  # resp.items[0].source_network_id #=> String
1528
1540
  # resp.items[0].source_properties.cpus #=> Array
1529
1541
  # resp.items[0].source_properties.cpus[0].cores #=> Integer
@@ -1658,7 +1670,9 @@ module Aws::Drs
1658
1670
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1659
1671
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1660
1672
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
1673
+ # resp.data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
1661
1674
  # resp.data_replication_info.staging_availability_zone #=> String
1675
+ # resp.data_replication_info.staging_outpost_arn #=> String
1662
1676
  # resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
1663
1677
  # resp.life_cycle.added_to_service_date_time #=> String
1664
1678
  # resp.life_cycle.elapsed_replication_duration #=> String
@@ -1674,6 +1688,7 @@ module Aws::Drs
1674
1688
  # resp.source_cloud_properties.origin_account_id #=> String
1675
1689
  # resp.source_cloud_properties.origin_availability_zone #=> String
1676
1690
  # resp.source_cloud_properties.origin_region #=> String
1691
+ # resp.source_cloud_properties.source_outpost_arn #=> String
1677
1692
  # resp.source_network_id #=> String
1678
1693
  # resp.source_properties.cpus #=> Array
1679
1694
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -2234,7 +2249,9 @@ module Aws::Drs
2234
2249
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2235
2250
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2236
2251
  # resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
2252
+ # resp.data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
2237
2253
  # resp.data_replication_info.staging_availability_zone #=> String
2254
+ # resp.data_replication_info.staging_outpost_arn #=> String
2238
2255
  # resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2239
2256
  # resp.life_cycle.added_to_service_date_time #=> String
2240
2257
  # resp.life_cycle.elapsed_replication_duration #=> String
@@ -2250,6 +2267,7 @@ module Aws::Drs
2250
2267
  # resp.source_cloud_properties.origin_account_id #=> String
2251
2268
  # resp.source_cloud_properties.origin_availability_zone #=> String
2252
2269
  # resp.source_cloud_properties.origin_region #=> String
2270
+ # resp.source_cloud_properties.source_outpost_arn #=> String
2253
2271
  # resp.source_network_id #=> String
2254
2272
  # resp.source_properties.cpus #=> Array
2255
2273
  # resp.source_properties.cpus[0].cores #=> Integer
@@ -2506,7 +2524,9 @@ module Aws::Drs
2506
2524
  # resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2507
2525
  # resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2508
2526
  # resp.source_server.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
2527
+ # resp.source_server.data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
2509
2528
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
2529
+ # resp.source_server.data_replication_info.staging_outpost_arn #=> String
2510
2530
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2511
2531
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
2512
2532
  # resp.source_server.life_cycle.elapsed_replication_duration #=> String
@@ -2522,6 +2542,7 @@ module Aws::Drs
2522
2542
  # resp.source_server.source_cloud_properties.origin_account_id #=> String
2523
2543
  # resp.source_server.source_cloud_properties.origin_availability_zone #=> String
2524
2544
  # resp.source_server.source_cloud_properties.origin_region #=> String
2545
+ # resp.source_server.source_cloud_properties.source_outpost_arn #=> String
2525
2546
  # resp.source_server.source_network_id #=> String
2526
2547
  # resp.source_server.source_properties.cpus #=> Array
2527
2548
  # resp.source_server.source_properties.cpus[0].cores #=> Integer
@@ -2742,7 +2763,9 @@ module Aws::Drs
2742
2763
  # resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2743
2764
  # resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2744
2765
  # resp.source_server.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
2766
+ # resp.source_server.data_replication_info.replicated_disks[0].volume_status #=> String, one of "REGULAR", "CONTAINS_MARKETPLACE_PRODUCT_CODES", "MISSING_VOLUME_ATTRIBUTES", "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE", "PENDING"
2745
2767
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
2768
+ # resp.source_server.data_replication_info.staging_outpost_arn #=> String
2746
2769
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2747
2770
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
2748
2771
  # resp.source_server.life_cycle.elapsed_replication_duration #=> String
@@ -2758,6 +2781,7 @@ module Aws::Drs
2758
2781
  # resp.source_server.source_cloud_properties.origin_account_id #=> String
2759
2782
  # resp.source_server.source_cloud_properties.origin_availability_zone #=> String
2760
2783
  # resp.source_server.source_cloud_properties.origin_region #=> String
2784
+ # resp.source_server.source_cloud_properties.source_outpost_arn #=> String
2761
2785
  # resp.source_server.source_network_id #=> String
2762
2786
  # resp.source_server.source_properties.cpus #=> Array
2763
2787
  # resp.source_server.source_properties.cpus[0].cores #=> Integer
@@ -3481,7 +3505,7 @@ module Aws::Drs
3481
3505
  params: params,
3482
3506
  config: config)
3483
3507
  context[:gem_name] = 'aws-sdk-drs'
3484
- context[:gem_version] = '1.28.0'
3508
+ context[:gem_version] = '1.30.0'
3485
3509
  Seahorse::Client::Request.new(handlers, context)
3486
3510
  end
3487
3511
 
@@ -179,6 +179,7 @@ module Aws::Drs
179
179
  NetworkInterfaces = Shapes::ListShape.new(name: 'NetworkInterfaces')
180
180
  OS = Shapes::StructureShape.new(name: 'OS')
181
181
  OriginEnvironment = Shapes::StringShape.new(name: 'OriginEnvironment')
182
+ OutpostARN = Shapes::StringShape.new(name: 'OutpostARN')
182
183
  PITPolicy = Shapes::ListShape.new(name: 'PITPolicy')
183
184
  PITPolicyRule = Shapes::StructureShape.new(name: 'PITPolicyRule')
184
185
  PITPolicyRuleUnits = Shapes::StringShape.new(name: 'PITPolicyRuleUnits')
@@ -189,6 +190,10 @@ module Aws::Drs
189
190
  ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
190
191
  ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
191
192
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
193
+ ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
194
+ ProductCodeId = Shapes::StringShape.new(name: 'ProductCodeId')
195
+ ProductCodeMode = Shapes::StringShape.new(name: 'ProductCodeMode')
196
+ ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
192
197
  PutLaunchActionRequest = Shapes::StructureShape.new(name: 'PutLaunchActionRequest')
193
198
  PutLaunchActionResponse = Shapes::StructureShape.new(name: 'PutLaunchActionResponse')
194
199
  RecoveryInstance = Shapes::StructureShape.new(name: 'RecoveryInstance')
@@ -296,7 +301,9 @@ module Aws::Drs
296
301
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
297
302
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
298
303
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
304
+ VolumeStatus = Shapes::StringShape.new(name: 'VolumeStatus')
299
305
  VolumeToConversionMap = Shapes::MapShape.new(name: 'VolumeToConversionMap')
306
+ VolumeToProductCodes = Shapes::MapShape.new(name: 'VolumeToProductCodes')
300
307
  VolumeToSizeMap = Shapes::MapShape.new(name: 'VolumeToSizeMap')
301
308
  VpcID = Shapes::StringShape.new(name: 'VpcID')
302
309
 
@@ -335,6 +342,7 @@ module Aws::Drs
335
342
  ConversionProperties.add_member(:force_uefi, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceUefi"))
336
343
  ConversionProperties.add_member(:root_volume_name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rootVolumeName"))
337
344
  ConversionProperties.add_member(:volume_to_conversion_map, Shapes::ShapeRef.new(shape: VolumeToConversionMap, location_name: "volumeToConversionMap"))
345
+ ConversionProperties.add_member(:volume_to_product_codes, Shapes::ShapeRef.new(shape: VolumeToProductCodes, location_name: "volumeToProductCodes"))
338
346
  ConversionProperties.add_member(:volume_to_volume_size, Shapes::ShapeRef.new(shape: VolumeToSizeMap, location_name: "volumeToVolumeSize"))
339
347
  ConversionProperties.struct_class = Types::ConversionProperties
340
348
 
@@ -398,6 +406,7 @@ module Aws::Drs
398
406
  DataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DurationString, location_name: "lagDuration"))
399
407
  DataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
400
408
  DataReplicationInfo.add_member(:staging_availability_zone, Shapes::ShapeRef.new(shape: AwsAvailabilityZone, location_name: "stagingAvailabilityZone"))
409
+ DataReplicationInfo.add_member(:staging_outpost_arn, Shapes::ShapeRef.new(shape: OutpostARN, location_name: "stagingOutpostArn"))
401
410
  DataReplicationInfo.struct_class = Types::DataReplicationInfo
402
411
 
403
412
  DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
@@ -405,6 +414,7 @@ module Aws::Drs
405
414
  DataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
406
415
  DataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
407
416
  DataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
417
+ DataReplicationInfoReplicatedDisk.add_member(:volume_status, Shapes::ShapeRef.new(shape: VolumeStatus, location_name: "volumeStatus"))
408
418
  DataReplicationInfoReplicatedDisk.struct_class = Types::DataReplicationInfoReplicatedDisk
409
419
 
410
420
  DataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisk)
@@ -807,6 +817,12 @@ module Aws::Drs
807
817
 
808
818
  ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
809
819
 
820
+ ProductCode.add_member(:product_code_id, Shapes::ShapeRef.new(shape: ProductCodeId, location_name: "productCodeId"))
821
+ ProductCode.add_member(:product_code_mode, Shapes::ShapeRef.new(shape: ProductCodeMode, location_name: "productCodeMode"))
822
+ ProductCode.struct_class = Types::ProductCode
823
+
824
+ ProductCodes.member = Shapes::ShapeRef.new(shape: ProductCode)
825
+
810
826
  PutLaunchActionRequest.add_member(:action_code, Shapes::ShapeRef.new(shape: SsmDocumentName, required: true, location_name: "actionCode"))
811
827
  PutLaunchActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: LaunchActionId, required: true, location_name: "actionId"))
812
828
  PutLaunchActionRequest.add_member(:action_version, Shapes::ShapeRef.new(shape: LaunchActionVersion, required: true, location_name: "actionVersion"))
@@ -847,6 +863,7 @@ module Aws::Drs
847
863
  RecoveryInstance.add_member(:point_in_time_snapshot_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "pointInTimeSnapshotDateTime"))
848
864
  RecoveryInstance.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceID"))
849
865
  RecoveryInstance.add_member(:recovery_instance_properties, Shapes::ShapeRef.new(shape: RecoveryInstanceProperties, location_name: "recoveryInstanceProperties"))
866
+ RecoveryInstance.add_member(:source_outpost_arn, Shapes::ShapeRef.new(shape: OutpostARN, location_name: "sourceOutpostArn"))
850
867
  RecoveryInstance.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
851
868
  RecoveryInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
852
869
  RecoveryInstance.struct_class = Types::RecoveryInstance
@@ -862,6 +879,7 @@ module Aws::Drs
862
879
  RecoveryInstanceDataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lagDuration"))
863
880
  RecoveryInstanceDataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
864
881
  RecoveryInstanceDataReplicationInfo.add_member(:staging_availability_zone, Shapes::ShapeRef.new(shape: AwsAvailabilityZone, location_name: "stagingAvailabilityZone"))
882
+ RecoveryInstanceDataReplicationInfo.add_member(:staging_outpost_arn, Shapes::ShapeRef.new(shape: OutpostARN, location_name: "stagingOutpostArn"))
865
883
  RecoveryInstanceDataReplicationInfo.struct_class = Types::RecoveryInstanceDataReplicationInfo
866
884
 
867
885
  RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
@@ -1009,6 +1027,7 @@ module Aws::Drs
1009
1027
  SourceCloudProperties.add_member(:origin_account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "originAccountID"))
1010
1028
  SourceCloudProperties.add_member(:origin_availability_zone, Shapes::ShapeRef.new(shape: AwsAvailabilityZone, location_name: "originAvailabilityZone"))
1011
1029
  SourceCloudProperties.add_member(:origin_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "originRegion"))
1030
+ SourceCloudProperties.add_member(:source_outpost_arn, Shapes::ShapeRef.new(shape: OutpostARN, location_name: "sourceOutpostArn"))
1012
1031
  SourceCloudProperties.struct_class = Types::SourceCloudProperties
1013
1032
 
1014
1033
  SourceNetwork.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
@@ -1252,6 +1271,9 @@ module Aws::Drs
1252
1271
  VolumeToConversionMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1253
1272
  VolumeToConversionMap.value = Shapes::ShapeRef.new(shape: ConversionMap)
1254
1273
 
1274
+ VolumeToProductCodes.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1275
+ VolumeToProductCodes.value = Shapes::ShapeRef.new(shape: ProductCodes)
1276
+
1255
1277
  VolumeToSizeMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1256
1278
  VolumeToSizeMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
1257
1279
 
@@ -136,6 +136,11 @@ module Aws::Drs
136
136
  # snapshot ids
137
137
  # @return [Hash<String,Hash<String,String>>]
138
138
  #
139
+ # @!attribute [rw] volume_to_product_codes
140
+ # A mapping between the volumes being converted and the product codes
141
+ # associated with them
142
+ # @return [Hash<String,Array<Types::ProductCode>>]
143
+ #
139
144
  # @!attribute [rw] volume_to_volume_size
140
145
  # A mapping between the volumes and their sizes
141
146
  # @return [Hash<String,Integer>]
@@ -147,6 +152,7 @@ module Aws::Drs
147
152
  :force_uefi,
148
153
  :root_volume_name,
149
154
  :volume_to_conversion_map,
155
+ :volume_to_product_codes,
150
156
  :volume_to_volume_size)
151
157
  SENSITIVE = []
152
158
  include Aws::Structure
@@ -427,6 +433,10 @@ module Aws::Drs
427
433
  # AWS Availability zone into which data is being replicated.
428
434
  # @return [String]
429
435
  #
436
+ # @!attribute [rw] staging_outpost_arn
437
+ # The ARN of the staging Outpost
438
+ # @return [String]
439
+ #
430
440
  # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DataReplicationInfo AWS API Documentation
431
441
  #
432
442
  class DataReplicationInfo < Struct.new(
@@ -436,7 +446,8 @@ module Aws::Drs
436
446
  :eta_date_time,
437
447
  :lag_duration,
438
448
  :replicated_disks,
439
- :staging_availability_zone)
449
+ :staging_availability_zone,
450
+ :staging_outpost_arn)
440
451
  SENSITIVE = []
441
452
  include Aws::Structure
442
453
  end
@@ -463,6 +474,10 @@ module Aws::Drs
463
474
  # The total amount of data to be replicated in bytes.
464
475
  # @return [Integer]
465
476
  #
477
+ # @!attribute [rw] volume_status
478
+ # The status of the volume.
479
+ # @return [String]
480
+ #
466
481
  # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DataReplicationInfoReplicatedDisk AWS API Documentation
467
482
  #
468
483
  class DataReplicationInfoReplicatedDisk < Struct.new(
@@ -470,7 +485,8 @@ module Aws::Drs
470
485
  :device_name,
471
486
  :replicated_storage_bytes,
472
487
  :rescanned_storage_bytes,
473
- :total_storage_bytes)
488
+ :total_storage_bytes,
489
+ :volume_status)
474
490
  SENSITIVE = []
475
491
  include Aws::Structure
476
492
  end
@@ -2089,6 +2105,25 @@ module Aws::Drs
2089
2105
  include Aws::Structure
2090
2106
  end
2091
2107
 
2108
+ # Properties of a product code associated with a volume.
2109
+ #
2110
+ # @!attribute [rw] product_code_id
2111
+ # Id of a product code associated with a volume.
2112
+ # @return [String]
2113
+ #
2114
+ # @!attribute [rw] product_code_mode
2115
+ # Mode of a product code associated with a volume.
2116
+ # @return [String]
2117
+ #
2118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ProductCode AWS API Documentation
2119
+ #
2120
+ class ProductCode < Struct.new(
2121
+ :product_code_id,
2122
+ :product_code_mode)
2123
+ SENSITIVE = []
2124
+ include Aws::Structure
2125
+ end
2126
+
2092
2127
  # @!attribute [rw] action_code
2093
2128
  # Launch action code.
2094
2129
  # @return [String]
@@ -2278,6 +2313,10 @@ module Aws::Drs
2278
2313
  # Properties of the Recovery Instance machine.
2279
2314
  # @return [Types::RecoveryInstanceProperties]
2280
2315
  #
2316
+ # @!attribute [rw] source_outpost_arn
2317
+ # The ARN of the source Outpost
2318
+ # @return [String]
2319
+ #
2281
2320
  # @!attribute [rw] source_server_id
2282
2321
  # The Source Server ID that this Recovery Instance is associated with.
2283
2322
  # @return [String]
@@ -2302,6 +2341,7 @@ module Aws::Drs
2302
2341
  :point_in_time_snapshot_date_time,
2303
2342
  :recovery_instance_id,
2304
2343
  :recovery_instance_properties,
2344
+ :source_outpost_arn,
2305
2345
  :source_server_id,
2306
2346
  :tags)
2307
2347
  SENSITIVE = [:tags]
@@ -2357,6 +2397,10 @@ module Aws::Drs
2357
2397
  # AWS Availability zone into which data is being replicated.
2358
2398
  # @return [String]
2359
2399
  #
2400
+ # @!attribute [rw] staging_outpost_arn
2401
+ # The ARN of the staging Outpost
2402
+ # @return [String]
2403
+ #
2360
2404
  # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/RecoveryInstanceDataReplicationInfo AWS API Documentation
2361
2405
  #
2362
2406
  class RecoveryInstanceDataReplicationInfo < Struct.new(
@@ -2366,7 +2410,8 @@ module Aws::Drs
2366
2410
  :eta_date_time,
2367
2411
  :lag_duration,
2368
2412
  :replicated_disks,
2369
- :staging_availability_zone)
2413
+ :staging_availability_zone,
2414
+ :staging_outpost_arn)
2370
2415
  SENSITIVE = []
2371
2416
  include Aws::Structure
2372
2417
  end
@@ -2999,12 +3044,17 @@ module Aws::Drs
2999
3044
  # AWS Region for an EC2-originated Source Server.
3000
3045
  # @return [String]
3001
3046
  #
3047
+ # @!attribute [rw] source_outpost_arn
3048
+ # The ARN of the source Outpost
3049
+ # @return [String]
3050
+ #
3002
3051
  # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/SourceCloudProperties AWS API Documentation
3003
3052
  #
3004
3053
  class SourceCloudProperties < Struct.new(
3005
3054
  :origin_account_id,
3006
3055
  :origin_availability_zone,
3007
- :origin_region)
3056
+ :origin_region,
3057
+ :source_outpost_arn)
3008
3058
  SENSITIVE = []
3009
3059
  include Aws::Structure
3010
3060
  end
data/lib/aws-sdk-drs.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-drs/customizations'
52
52
  # @!group service
53
53
  module Aws::Drs
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -49,6 +49,7 @@ module Aws::Drs
49
49
  attr_accessor force_uefi: bool
50
50
  attr_accessor root_volume_name: ::String
51
51
  attr_accessor volume_to_conversion_map: ::Hash[::String, ::Hash[::String, ::String]]
52
+ attr_accessor volume_to_product_codes: ::Hash[::String, ::Array[Types::ProductCode]]
52
53
  attr_accessor volume_to_volume_size: ::Hash[::String, ::Integer]
53
54
  SENSITIVE: []
54
55
  end
@@ -128,6 +129,7 @@ module Aws::Drs
128
129
  attr_accessor lag_duration: ::String
129
130
  attr_accessor replicated_disks: ::Array[Types::DataReplicationInfoReplicatedDisk]
130
131
  attr_accessor staging_availability_zone: ::String
132
+ attr_accessor staging_outpost_arn: ::String
131
133
  SENSITIVE: []
132
134
  end
133
135
 
@@ -137,6 +139,7 @@ module Aws::Drs
137
139
  attr_accessor replicated_storage_bytes: ::Integer
138
140
  attr_accessor rescanned_storage_bytes: ::Integer
139
141
  attr_accessor total_storage_bytes: ::Integer
142
+ attr_accessor volume_status: ("REGULAR" | "CONTAINS_MARKETPLACE_PRODUCT_CODES" | "MISSING_VOLUME_ATTRIBUTES" | "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE" | "PENDING")
140
143
  SENSITIVE: []
141
144
  end
142
145
 
@@ -653,6 +656,12 @@ module Aws::Drs
653
656
  SENSITIVE: []
654
657
  end
655
658
 
659
+ class ProductCode
660
+ attr_accessor product_code_id: ::String
661
+ attr_accessor product_code_mode: ("ENABLED" | "DISABLED")
662
+ SENSITIVE: []
663
+ end
664
+
656
665
  class PutLaunchActionRequest
657
666
  attr_accessor action_code: ::String
658
667
  attr_accessor action_id: ::String
@@ -698,6 +707,7 @@ module Aws::Drs
698
707
  attr_accessor point_in_time_snapshot_date_time: ::String
699
708
  attr_accessor recovery_instance_id: ::String
700
709
  attr_accessor recovery_instance_properties: Types::RecoveryInstanceProperties
710
+ attr_accessor source_outpost_arn: ::String
701
711
  attr_accessor source_server_id: ::String
702
712
  attr_accessor tags: ::Hash[::String, ::String]
703
713
  SENSITIVE: [:tags]
@@ -717,6 +727,7 @@ module Aws::Drs
717
727
  attr_accessor lag_duration: ::String
718
728
  attr_accessor replicated_disks: ::Array[Types::RecoveryInstanceDataReplicationInfoReplicatedDisk]
719
729
  attr_accessor staging_availability_zone: ::String
730
+ attr_accessor staging_outpost_arn: ::String
720
731
  SENSITIVE: []
721
732
  end
722
733
 
@@ -878,6 +889,7 @@ module Aws::Drs
878
889
  attr_accessor origin_account_id: ::String
879
890
  attr_accessor origin_availability_zone: ::String
880
891
  attr_accessor origin_region: ::String
892
+ attr_accessor source_outpost_arn: ::String
881
893
  SENSITIVE: []
882
894
  end
883
895
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-drs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core