aws-sdk-drs 1.29.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-drs/client.rb +21 -7
- data/lib/aws-sdk-drs/client_api.rb +5 -0
- data/lib/aws-sdk-drs/types.rb +23 -3
- data/lib/aws-sdk-drs.rb +1 -1
- data/sig/types.rbs +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a676e38951b3e7ee4a591ba4af803aa4bec0a78b045d3d37861859818a7b4ad
|
|
4
|
+
data.tar.gz: df110ea4a7664143de6c5e0b7cbb4b65166436443a61572feafa313bdb87e055
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1151bd103ccf5385438ac51fed74b72b89f4c5bab755583a799731413869da769fb9d862fa960c7b0677b63f629387e74855f6d9617876031ed52032335532c8
|
|
7
|
+
data.tar.gz: 65dd2f0a9178530f9eeb85eea02504591e7cf71a2c07a87be13a25f40880aa9ca29fa565c90279ff46cdc0f812fb41825087b19e897d7da082edef2fcbabf22f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.0
|
data/lib/aws-sdk-drs/client.rb
CHANGED
|
@@ -498,8 +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"
|
|
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"
|
|
502
502
|
# resp.source_server.data_replication_info.staging_availability_zone #=> String
|
|
503
|
+
# resp.source_server.data_replication_info.staging_outpost_arn #=> String
|
|
503
504
|
# resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
504
505
|
# resp.source_server.life_cycle.added_to_service_date_time #=> String
|
|
505
506
|
# resp.source_server.life_cycle.elapsed_replication_duration #=> String
|
|
@@ -515,6 +516,7 @@ module Aws::Drs
|
|
|
515
516
|
# resp.source_server.source_cloud_properties.origin_account_id #=> String
|
|
516
517
|
# resp.source_server.source_cloud_properties.origin_availability_zone #=> String
|
|
517
518
|
# resp.source_server.source_cloud_properties.origin_region #=> String
|
|
519
|
+
# resp.source_server.source_cloud_properties.source_outpost_arn #=> String
|
|
518
520
|
# resp.source_server.source_network_id #=> String
|
|
519
521
|
# resp.source_server.source_properties.cpus #=> Array
|
|
520
522
|
# resp.source_server.source_properties.cpus[0].cores #=> Integer
|
|
@@ -1229,6 +1231,7 @@ module Aws::Drs
|
|
|
1229
1231
|
# resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
1230
1232
|
# resp.items[0].data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
1231
1233
|
# resp.items[0].data_replication_info.staging_availability_zone #=> String
|
|
1234
|
+
# resp.items[0].data_replication_info.staging_outpost_arn #=> String
|
|
1232
1235
|
# resp.items[0].ec2_instance_id #=> String
|
|
1233
1236
|
# resp.items[0].ec2_instance_state #=> String, one of "PENDING", "RUNNING", "STOPPING", "STOPPED", "SHUTTING-DOWN", "TERMINATED", "NOT_FOUND"
|
|
1234
1237
|
# resp.items[0].failback.agent_last_seen_by_service_date_time #=> String
|
|
@@ -1266,6 +1269,7 @@ module Aws::Drs
|
|
|
1266
1269
|
# resp.items[0].recovery_instance_properties.network_interfaces[0].mac_address #=> String
|
|
1267
1270
|
# resp.items[0].recovery_instance_properties.os.full_string #=> String
|
|
1268
1271
|
# resp.items[0].recovery_instance_properties.ram_bytes #=> Integer
|
|
1272
|
+
# resp.items[0].source_outpost_arn #=> String
|
|
1269
1273
|
# resp.items[0].source_server_id #=> String
|
|
1270
1274
|
# resp.items[0].tags #=> Hash
|
|
1271
1275
|
# resp.items[0].tags["TagKey"] #=> String
|
|
@@ -1513,8 +1517,9 @@ module Aws::Drs
|
|
|
1513
1517
|
# resp.items[0].data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
|
|
1514
1518
|
# resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
1515
1519
|
# resp.items[0].data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
1516
|
-
# 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"
|
|
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"
|
|
1517
1521
|
# resp.items[0].data_replication_info.staging_availability_zone #=> String
|
|
1522
|
+
# resp.items[0].data_replication_info.staging_outpost_arn #=> String
|
|
1518
1523
|
# resp.items[0].last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
1519
1524
|
# resp.items[0].life_cycle.added_to_service_date_time #=> String
|
|
1520
1525
|
# resp.items[0].life_cycle.elapsed_replication_duration #=> String
|
|
@@ -1530,6 +1535,7 @@ module Aws::Drs
|
|
|
1530
1535
|
# resp.items[0].source_cloud_properties.origin_account_id #=> String
|
|
1531
1536
|
# resp.items[0].source_cloud_properties.origin_availability_zone #=> String
|
|
1532
1537
|
# resp.items[0].source_cloud_properties.origin_region #=> String
|
|
1538
|
+
# resp.items[0].source_cloud_properties.source_outpost_arn #=> String
|
|
1533
1539
|
# resp.items[0].source_network_id #=> String
|
|
1534
1540
|
# resp.items[0].source_properties.cpus #=> Array
|
|
1535
1541
|
# resp.items[0].source_properties.cpus[0].cores #=> Integer
|
|
@@ -1664,8 +1670,9 @@ module Aws::Drs
|
|
|
1664
1670
|
# resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
|
|
1665
1671
|
# resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
1666
1672
|
# resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
1667
|
-
# 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"
|
|
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"
|
|
1668
1674
|
# resp.data_replication_info.staging_availability_zone #=> String
|
|
1675
|
+
# resp.data_replication_info.staging_outpost_arn #=> String
|
|
1669
1676
|
# resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
1670
1677
|
# resp.life_cycle.added_to_service_date_time #=> String
|
|
1671
1678
|
# resp.life_cycle.elapsed_replication_duration #=> String
|
|
@@ -1681,6 +1688,7 @@ module Aws::Drs
|
|
|
1681
1688
|
# resp.source_cloud_properties.origin_account_id #=> String
|
|
1682
1689
|
# resp.source_cloud_properties.origin_availability_zone #=> String
|
|
1683
1690
|
# resp.source_cloud_properties.origin_region #=> String
|
|
1691
|
+
# resp.source_cloud_properties.source_outpost_arn #=> String
|
|
1684
1692
|
# resp.source_network_id #=> String
|
|
1685
1693
|
# resp.source_properties.cpus #=> Array
|
|
1686
1694
|
# resp.source_properties.cpus[0].cores #=> Integer
|
|
@@ -2241,8 +2249,9 @@ module Aws::Drs
|
|
|
2241
2249
|
# resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
|
|
2242
2250
|
# resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
2243
2251
|
# resp.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
2244
|
-
# 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"
|
|
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"
|
|
2245
2253
|
# resp.data_replication_info.staging_availability_zone #=> String
|
|
2254
|
+
# resp.data_replication_info.staging_outpost_arn #=> String
|
|
2246
2255
|
# resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
2247
2256
|
# resp.life_cycle.added_to_service_date_time #=> String
|
|
2248
2257
|
# resp.life_cycle.elapsed_replication_duration #=> String
|
|
@@ -2258,6 +2267,7 @@ module Aws::Drs
|
|
|
2258
2267
|
# resp.source_cloud_properties.origin_account_id #=> String
|
|
2259
2268
|
# resp.source_cloud_properties.origin_availability_zone #=> String
|
|
2260
2269
|
# resp.source_cloud_properties.origin_region #=> String
|
|
2270
|
+
# resp.source_cloud_properties.source_outpost_arn #=> String
|
|
2261
2271
|
# resp.source_network_id #=> String
|
|
2262
2272
|
# resp.source_properties.cpus #=> Array
|
|
2263
2273
|
# resp.source_properties.cpus[0].cores #=> Integer
|
|
@@ -2514,8 +2524,9 @@ module Aws::Drs
|
|
|
2514
2524
|
# resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
|
|
2515
2525
|
# resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
2516
2526
|
# resp.source_server.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
2517
|
-
# 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"
|
|
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"
|
|
2518
2528
|
# resp.source_server.data_replication_info.staging_availability_zone #=> String
|
|
2529
|
+
# resp.source_server.data_replication_info.staging_outpost_arn #=> String
|
|
2519
2530
|
# resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
2520
2531
|
# resp.source_server.life_cycle.added_to_service_date_time #=> String
|
|
2521
2532
|
# resp.source_server.life_cycle.elapsed_replication_duration #=> String
|
|
@@ -2531,6 +2542,7 @@ module Aws::Drs
|
|
|
2531
2542
|
# resp.source_server.source_cloud_properties.origin_account_id #=> String
|
|
2532
2543
|
# resp.source_server.source_cloud_properties.origin_availability_zone #=> String
|
|
2533
2544
|
# resp.source_server.source_cloud_properties.origin_region #=> String
|
|
2545
|
+
# resp.source_server.source_cloud_properties.source_outpost_arn #=> String
|
|
2534
2546
|
# resp.source_server.source_network_id #=> String
|
|
2535
2547
|
# resp.source_server.source_properties.cpus #=> Array
|
|
2536
2548
|
# resp.source_server.source_properties.cpus[0].cores #=> Integer
|
|
@@ -2751,8 +2763,9 @@ module Aws::Drs
|
|
|
2751
2763
|
# resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
|
|
2752
2764
|
# resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
|
|
2753
2765
|
# resp.source_server.data_replication_info.replicated_disks[0].total_storage_bytes #=> Integer
|
|
2754
|
-
# 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"
|
|
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"
|
|
2755
2767
|
# resp.source_server.data_replication_info.staging_availability_zone #=> String
|
|
2768
|
+
# resp.source_server.data_replication_info.staging_outpost_arn #=> String
|
|
2756
2769
|
# resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
|
|
2757
2770
|
# resp.source_server.life_cycle.added_to_service_date_time #=> String
|
|
2758
2771
|
# resp.source_server.life_cycle.elapsed_replication_duration #=> String
|
|
@@ -2768,6 +2781,7 @@ module Aws::Drs
|
|
|
2768
2781
|
# resp.source_server.source_cloud_properties.origin_account_id #=> String
|
|
2769
2782
|
# resp.source_server.source_cloud_properties.origin_availability_zone #=> String
|
|
2770
2783
|
# resp.source_server.source_cloud_properties.origin_region #=> String
|
|
2784
|
+
# resp.source_server.source_cloud_properties.source_outpost_arn #=> String
|
|
2771
2785
|
# resp.source_server.source_network_id #=> String
|
|
2772
2786
|
# resp.source_server.source_properties.cpus #=> Array
|
|
2773
2787
|
# resp.source_server.source_properties.cpus[0].cores #=> Integer
|
|
@@ -3491,7 +3505,7 @@ module Aws::Drs
|
|
|
3491
3505
|
params: params,
|
|
3492
3506
|
config: config)
|
|
3493
3507
|
context[:gem_name] = 'aws-sdk-drs'
|
|
3494
|
-
context[:gem_version] = '1.
|
|
3508
|
+
context[:gem_version] = '1.30.0'
|
|
3495
3509
|
Seahorse::Client::Request.new(handlers, context)
|
|
3496
3510
|
end
|
|
3497
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')
|
|
@@ -405,6 +406,7 @@ module Aws::Drs
|
|
|
405
406
|
DataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DurationString, location_name: "lagDuration"))
|
|
406
407
|
DataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
|
|
407
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"))
|
|
408
410
|
DataReplicationInfo.struct_class = Types::DataReplicationInfo
|
|
409
411
|
|
|
410
412
|
DataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
|
@@ -861,6 +863,7 @@ module Aws::Drs
|
|
|
861
863
|
RecoveryInstance.add_member(:point_in_time_snapshot_date_time, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "pointInTimeSnapshotDateTime"))
|
|
862
864
|
RecoveryInstance.add_member(:recovery_instance_id, Shapes::ShapeRef.new(shape: RecoveryInstanceID, location_name: "recoveryInstanceID"))
|
|
863
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"))
|
|
864
867
|
RecoveryInstance.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
|
865
868
|
RecoveryInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
866
869
|
RecoveryInstance.struct_class = Types::RecoveryInstance
|
|
@@ -876,6 +879,7 @@ module Aws::Drs
|
|
|
876
879
|
RecoveryInstanceDataReplicationInfo.add_member(:lag_duration, Shapes::ShapeRef.new(shape: ISO8601DatetimeString, location_name: "lagDuration"))
|
|
877
880
|
RecoveryInstanceDataReplicationInfo.add_member(:replicated_disks, Shapes::ShapeRef.new(shape: RecoveryInstanceDataReplicationInfoReplicatedDisks, location_name: "replicatedDisks"))
|
|
878
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"))
|
|
879
883
|
RecoveryInstanceDataReplicationInfo.struct_class = Types::RecoveryInstanceDataReplicationInfo
|
|
880
884
|
|
|
881
885
|
RecoveryInstanceDataReplicationInfoReplicatedDisk.add_member(:backlogged_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "backloggedStorageBytes"))
|
|
@@ -1023,6 +1027,7 @@ module Aws::Drs
|
|
|
1023
1027
|
SourceCloudProperties.add_member(:origin_account_id, Shapes::ShapeRef.new(shape: AccountID, location_name: "originAccountID"))
|
|
1024
1028
|
SourceCloudProperties.add_member(:origin_availability_zone, Shapes::ShapeRef.new(shape: AwsAvailabilityZone, location_name: "originAvailabilityZone"))
|
|
1025
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"))
|
|
1026
1031
|
SourceCloudProperties.struct_class = Types::SourceCloudProperties
|
|
1027
1032
|
|
|
1028
1033
|
SourceNetwork.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, location_name: "arn"))
|
data/lib/aws-sdk-drs/types.rb
CHANGED
|
@@ -433,6 +433,10 @@ module Aws::Drs
|
|
|
433
433
|
# AWS Availability zone into which data is being replicated.
|
|
434
434
|
# @return [String]
|
|
435
435
|
#
|
|
436
|
+
# @!attribute [rw] staging_outpost_arn
|
|
437
|
+
# The ARN of the staging Outpost
|
|
438
|
+
# @return [String]
|
|
439
|
+
#
|
|
436
440
|
# @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DataReplicationInfo AWS API Documentation
|
|
437
441
|
#
|
|
438
442
|
class DataReplicationInfo < Struct.new(
|
|
@@ -442,7 +446,8 @@ module Aws::Drs
|
|
|
442
446
|
:eta_date_time,
|
|
443
447
|
:lag_duration,
|
|
444
448
|
:replicated_disks,
|
|
445
|
-
:staging_availability_zone
|
|
449
|
+
:staging_availability_zone,
|
|
450
|
+
:staging_outpost_arn)
|
|
446
451
|
SENSITIVE = []
|
|
447
452
|
include Aws::Structure
|
|
448
453
|
end
|
|
@@ -2308,6 +2313,10 @@ module Aws::Drs
|
|
|
2308
2313
|
# Properties of the Recovery Instance machine.
|
|
2309
2314
|
# @return [Types::RecoveryInstanceProperties]
|
|
2310
2315
|
#
|
|
2316
|
+
# @!attribute [rw] source_outpost_arn
|
|
2317
|
+
# The ARN of the source Outpost
|
|
2318
|
+
# @return [String]
|
|
2319
|
+
#
|
|
2311
2320
|
# @!attribute [rw] source_server_id
|
|
2312
2321
|
# The Source Server ID that this Recovery Instance is associated with.
|
|
2313
2322
|
# @return [String]
|
|
@@ -2332,6 +2341,7 @@ module Aws::Drs
|
|
|
2332
2341
|
:point_in_time_snapshot_date_time,
|
|
2333
2342
|
:recovery_instance_id,
|
|
2334
2343
|
:recovery_instance_properties,
|
|
2344
|
+
:source_outpost_arn,
|
|
2335
2345
|
:source_server_id,
|
|
2336
2346
|
:tags)
|
|
2337
2347
|
SENSITIVE = [:tags]
|
|
@@ -2387,6 +2397,10 @@ module Aws::Drs
|
|
|
2387
2397
|
# AWS Availability zone into which data is being replicated.
|
|
2388
2398
|
# @return [String]
|
|
2389
2399
|
#
|
|
2400
|
+
# @!attribute [rw] staging_outpost_arn
|
|
2401
|
+
# The ARN of the staging Outpost
|
|
2402
|
+
# @return [String]
|
|
2403
|
+
#
|
|
2390
2404
|
# @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/RecoveryInstanceDataReplicationInfo AWS API Documentation
|
|
2391
2405
|
#
|
|
2392
2406
|
class RecoveryInstanceDataReplicationInfo < Struct.new(
|
|
@@ -2396,7 +2410,8 @@ module Aws::Drs
|
|
|
2396
2410
|
:eta_date_time,
|
|
2397
2411
|
:lag_duration,
|
|
2398
2412
|
:replicated_disks,
|
|
2399
|
-
:staging_availability_zone
|
|
2413
|
+
:staging_availability_zone,
|
|
2414
|
+
:staging_outpost_arn)
|
|
2400
2415
|
SENSITIVE = []
|
|
2401
2416
|
include Aws::Structure
|
|
2402
2417
|
end
|
|
@@ -3029,12 +3044,17 @@ module Aws::Drs
|
|
|
3029
3044
|
# AWS Region for an EC2-originated Source Server.
|
|
3030
3045
|
# @return [String]
|
|
3031
3046
|
#
|
|
3047
|
+
# @!attribute [rw] source_outpost_arn
|
|
3048
|
+
# The ARN of the source Outpost
|
|
3049
|
+
# @return [String]
|
|
3050
|
+
#
|
|
3032
3051
|
# @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/SourceCloudProperties AWS API Documentation
|
|
3033
3052
|
#
|
|
3034
3053
|
class SourceCloudProperties < Struct.new(
|
|
3035
3054
|
:origin_account_id,
|
|
3036
3055
|
:origin_availability_zone,
|
|
3037
|
-
:origin_region
|
|
3056
|
+
:origin_region,
|
|
3057
|
+
:source_outpost_arn)
|
|
3038
3058
|
SENSITIVE = []
|
|
3039
3059
|
include Aws::Structure
|
|
3040
3060
|
end
|
data/lib/aws-sdk-drs.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -129,6 +129,7 @@ module Aws::Drs
|
|
|
129
129
|
attr_accessor lag_duration: ::String
|
|
130
130
|
attr_accessor replicated_disks: ::Array[Types::DataReplicationInfoReplicatedDisk]
|
|
131
131
|
attr_accessor staging_availability_zone: ::String
|
|
132
|
+
attr_accessor staging_outpost_arn: ::String
|
|
132
133
|
SENSITIVE: []
|
|
133
134
|
end
|
|
134
135
|
|
|
@@ -138,7 +139,7 @@ module Aws::Drs
|
|
|
138
139
|
attr_accessor replicated_storage_bytes: ::Integer
|
|
139
140
|
attr_accessor rescanned_storage_bytes: ::Integer
|
|
140
141
|
attr_accessor total_storage_bytes: ::Integer
|
|
141
|
-
attr_accessor volume_status: ("REGULAR" | "CONTAINS_MARKETPLACE_PRODUCT_CODES" | "MISSING_VOLUME_ATTRIBUTES" | "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE")
|
|
142
|
+
attr_accessor volume_status: ("REGULAR" | "CONTAINS_MARKETPLACE_PRODUCT_CODES" | "MISSING_VOLUME_ATTRIBUTES" | "MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE" | "PENDING")
|
|
142
143
|
SENSITIVE: []
|
|
143
144
|
end
|
|
144
145
|
|
|
@@ -706,6 +707,7 @@ module Aws::Drs
|
|
|
706
707
|
attr_accessor point_in_time_snapshot_date_time: ::String
|
|
707
708
|
attr_accessor recovery_instance_id: ::String
|
|
708
709
|
attr_accessor recovery_instance_properties: Types::RecoveryInstanceProperties
|
|
710
|
+
attr_accessor source_outpost_arn: ::String
|
|
709
711
|
attr_accessor source_server_id: ::String
|
|
710
712
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
711
713
|
SENSITIVE: [:tags]
|
|
@@ -725,6 +727,7 @@ module Aws::Drs
|
|
|
725
727
|
attr_accessor lag_duration: ::String
|
|
726
728
|
attr_accessor replicated_disks: ::Array[Types::RecoveryInstanceDataReplicationInfoReplicatedDisk]
|
|
727
729
|
attr_accessor staging_availability_zone: ::String
|
|
730
|
+
attr_accessor staging_outpost_arn: ::String
|
|
728
731
|
SENSITIVE: []
|
|
729
732
|
end
|
|
730
733
|
|
|
@@ -886,6 +889,7 @@ module Aws::Drs
|
|
|
886
889
|
attr_accessor origin_account_id: ::String
|
|
887
890
|
attr_accessor origin_availability_zone: ::String
|
|
888
891
|
attr_accessor origin_region: ::String
|
|
892
|
+
attr_accessor source_outpost_arn: ::String
|
|
889
893
|
SENSITIVE: []
|
|
890
894
|
end
|
|
891
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.
|
|
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-
|
|
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
|