aws-sdk-drs 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a21ee632e5f494f8c691184a41846d0aae32269b93f75af5f9df3cc7e1598a9
4
- data.tar.gz: 27ab5cab74c8cc18b6a514d0acb930b73f5cb3442aa219027aa98fd9b8843df4
3
+ metadata.gz: a2eb0a3c5654df3bdf9de04d49b15dc718ddf545105a29bdabd0c3a000a3559a
4
+ data.tar.gz: 66e1f4b8269041e977a504d9d755d84445546d6a2070799ce3d38a80cce05310
5
5
  SHA512:
6
- metadata.gz: 5287a2044189afb71100794867c82e9a67d34ec43ecc3eed8a7e90c3567d849c1f4077ae52d55d5d1da3295f698ce83217c7bf07df0a9fb3443f8c7f00d54376
7
- data.tar.gz: 83fea263c4584c8351adb9864fdf713abfbbc731ed70f680f087b8eb260524e00592e50aa152ad3b029009962a86303c417f2d790aa96a01d8e2ade1ef1946c0
6
+ metadata.gz: 772d155c8f0b45f5bd6e5e8d90c167c89c40336e4a79fdbe6f666da475a8557e5db72b9364dde5ffb46db3481642a9cc5b73169e510e4089340d8dd172dd7d3c
7
+ data.tar.gz: d9ec63eaaaa23d229cc88507ebc579857540edd7fab388efbff04271dfe77a098f51dfad1ec5f74cb6ce085fd50c2c506936b94f90812ff4812e0e568cd64e2a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-02-26)
5
+ ------------------
6
+
7
+ * Feature - Added volume status to DescribeSourceServer replicated volumes.
8
+
4
9
  1.28.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -498,6 +498,7 @@ 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
502
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
502
503
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
503
504
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
@@ -1013,6 +1014,10 @@ module Aws::Drs
1013
1014
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map #=> Hash
1014
1015
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map["LargeBoundedString"] #=> Hash
1015
1016
  # resp.items[0].event_data.conversion_properties.volume_to_conversion_map["LargeBoundedString"]["EbsSnapshot"] #=> String
1017
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes #=> Hash
1018
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"] #=> Array
1019
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"][0].product_code_id #=> String
1020
+ # resp.items[0].event_data.conversion_properties.volume_to_product_codes["LargeBoundedString"][0].product_code_mode #=> String, one of "ENABLED", "DISABLED"
1016
1021
  # resp.items[0].event_data.conversion_properties.volume_to_volume_size #=> Hash
1017
1022
  # resp.items[0].event_data.conversion_properties.volume_to_volume_size["LargeBoundedString"] #=> Integer
1018
1023
  # resp.items[0].event_data.conversion_server_id #=> String
@@ -1508,6 +1513,7 @@ module Aws::Drs
1508
1513
  # resp.items[0].data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1509
1514
  # resp.items[0].data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1510
1515
  # 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"
1511
1517
  # resp.items[0].data_replication_info.staging_availability_zone #=> String
1512
1518
  # resp.items[0].last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
1513
1519
  # resp.items[0].life_cycle.added_to_service_date_time #=> String
@@ -1658,6 +1664,7 @@ module Aws::Drs
1658
1664
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
1659
1665
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
1660
1666
  # 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"
1661
1668
  # resp.data_replication_info.staging_availability_zone #=> String
1662
1669
  # resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
1663
1670
  # resp.life_cycle.added_to_service_date_time #=> String
@@ -2234,6 +2241,7 @@ module Aws::Drs
2234
2241
  # resp.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2235
2242
  # resp.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2236
2243
  # 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"
2237
2245
  # resp.data_replication_info.staging_availability_zone #=> String
2238
2246
  # resp.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2239
2247
  # resp.life_cycle.added_to_service_date_time #=> String
@@ -2506,6 +2514,7 @@ module Aws::Drs
2506
2514
  # resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2507
2515
  # resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2508
2516
  # 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"
2509
2518
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
2510
2519
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2511
2520
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
@@ -2742,6 +2751,7 @@ module Aws::Drs
2742
2751
  # resp.source_server.data_replication_info.replicated_disks[0].replicated_storage_bytes #=> Integer
2743
2752
  # resp.source_server.data_replication_info.replicated_disks[0].rescanned_storage_bytes #=> Integer
2744
2753
  # 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"
2745
2755
  # resp.source_server.data_replication_info.staging_availability_zone #=> String
2746
2756
  # resp.source_server.last_launch_result #=> String, one of "NOT_STARTED", "PENDING", "SUCCEEDED", "FAILED"
2747
2757
  # resp.source_server.life_cycle.added_to_service_date_time #=> String
@@ -3481,7 +3491,7 @@ module Aws::Drs
3481
3491
  params: params,
3482
3492
  config: config)
3483
3493
  context[:gem_name] = 'aws-sdk-drs'
3484
- context[:gem_version] = '1.28.0'
3494
+ context[:gem_version] = '1.29.0'
3485
3495
  Seahorse::Client::Request.new(handlers, context)
3486
3496
  end
3487
3497
 
@@ -189,6 +189,10 @@ module Aws::Drs
189
189
  ParticipatingServer = Shapes::StructureShape.new(name: 'ParticipatingServer')
190
190
  ParticipatingServers = Shapes::ListShape.new(name: 'ParticipatingServers')
191
191
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
192
+ ProductCode = Shapes::StructureShape.new(name: 'ProductCode')
193
+ ProductCodeId = Shapes::StringShape.new(name: 'ProductCodeId')
194
+ ProductCodeMode = Shapes::StringShape.new(name: 'ProductCodeMode')
195
+ ProductCodes = Shapes::ListShape.new(name: 'ProductCodes')
192
196
  PutLaunchActionRequest = Shapes::StructureShape.new(name: 'PutLaunchActionRequest')
193
197
  PutLaunchActionResponse = Shapes::StructureShape.new(name: 'PutLaunchActionResponse')
194
198
  RecoveryInstance = Shapes::StructureShape.new(name: 'RecoveryInstance')
@@ -296,7 +300,9 @@ module Aws::Drs
296
300
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
297
301
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
298
302
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
303
+ VolumeStatus = Shapes::StringShape.new(name: 'VolumeStatus')
299
304
  VolumeToConversionMap = Shapes::MapShape.new(name: 'VolumeToConversionMap')
305
+ VolumeToProductCodes = Shapes::MapShape.new(name: 'VolumeToProductCodes')
300
306
  VolumeToSizeMap = Shapes::MapShape.new(name: 'VolumeToSizeMap')
301
307
  VpcID = Shapes::StringShape.new(name: 'VpcID')
302
308
 
@@ -335,6 +341,7 @@ module Aws::Drs
335
341
  ConversionProperties.add_member(:force_uefi, Shapes::ShapeRef.new(shape: Boolean, location_name: "forceUefi"))
336
342
  ConversionProperties.add_member(:root_volume_name, Shapes::ShapeRef.new(shape: LargeBoundedString, location_name: "rootVolumeName"))
337
343
  ConversionProperties.add_member(:volume_to_conversion_map, Shapes::ShapeRef.new(shape: VolumeToConversionMap, location_name: "volumeToConversionMap"))
344
+ ConversionProperties.add_member(:volume_to_product_codes, Shapes::ShapeRef.new(shape: VolumeToProductCodes, location_name: "volumeToProductCodes"))
338
345
  ConversionProperties.add_member(:volume_to_volume_size, Shapes::ShapeRef.new(shape: VolumeToSizeMap, location_name: "volumeToVolumeSize"))
339
346
  ConversionProperties.struct_class = Types::ConversionProperties
340
347
 
@@ -405,6 +412,7 @@ module Aws::Drs
405
412
  DataReplicationInfoReplicatedDisk.add_member(:replicated_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "replicatedStorageBytes"))
406
413
  DataReplicationInfoReplicatedDisk.add_member(:rescanned_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "rescannedStorageBytes"))
407
414
  DataReplicationInfoReplicatedDisk.add_member(:total_storage_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "totalStorageBytes"))
415
+ DataReplicationInfoReplicatedDisk.add_member(:volume_status, Shapes::ShapeRef.new(shape: VolumeStatus, location_name: "volumeStatus"))
408
416
  DataReplicationInfoReplicatedDisk.struct_class = Types::DataReplicationInfoReplicatedDisk
409
417
 
410
418
  DataReplicationInfoReplicatedDisks.member = Shapes::ShapeRef.new(shape: DataReplicationInfoReplicatedDisk)
@@ -807,6 +815,12 @@ module Aws::Drs
807
815
 
808
816
  ParticipatingServers.member = Shapes::ShapeRef.new(shape: ParticipatingServer)
809
817
 
818
+ ProductCode.add_member(:product_code_id, Shapes::ShapeRef.new(shape: ProductCodeId, location_name: "productCodeId"))
819
+ ProductCode.add_member(:product_code_mode, Shapes::ShapeRef.new(shape: ProductCodeMode, location_name: "productCodeMode"))
820
+ ProductCode.struct_class = Types::ProductCode
821
+
822
+ ProductCodes.member = Shapes::ShapeRef.new(shape: ProductCode)
823
+
810
824
  PutLaunchActionRequest.add_member(:action_code, Shapes::ShapeRef.new(shape: SsmDocumentName, required: true, location_name: "actionCode"))
811
825
  PutLaunchActionRequest.add_member(:action_id, Shapes::ShapeRef.new(shape: LaunchActionId, required: true, location_name: "actionId"))
812
826
  PutLaunchActionRequest.add_member(:action_version, Shapes::ShapeRef.new(shape: LaunchActionVersion, required: true, location_name: "actionVersion"))
@@ -1252,6 +1266,9 @@ module Aws::Drs
1252
1266
  VolumeToConversionMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1253
1267
  VolumeToConversionMap.value = Shapes::ShapeRef.new(shape: ConversionMap)
1254
1268
 
1269
+ VolumeToProductCodes.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1270
+ VolumeToProductCodes.value = Shapes::ShapeRef.new(shape: ProductCodes)
1271
+
1255
1272
  VolumeToSizeMap.key = Shapes::ShapeRef.new(shape: LargeBoundedString)
1256
1273
  VolumeToSizeMap.value = Shapes::ShapeRef.new(shape: PositiveInteger)
1257
1274
 
@@ -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
@@ -463,6 +469,10 @@ module Aws::Drs
463
469
  # The total amount of data to be replicated in bytes.
464
470
  # @return [Integer]
465
471
  #
472
+ # @!attribute [rw] volume_status
473
+ # The status of the volume.
474
+ # @return [String]
475
+ #
466
476
  # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DataReplicationInfoReplicatedDisk AWS API Documentation
467
477
  #
468
478
  class DataReplicationInfoReplicatedDisk < Struct.new(
@@ -470,7 +480,8 @@ module Aws::Drs
470
480
  :device_name,
471
481
  :replicated_storage_bytes,
472
482
  :rescanned_storage_bytes,
473
- :total_storage_bytes)
483
+ :total_storage_bytes,
484
+ :volume_status)
474
485
  SENSITIVE = []
475
486
  include Aws::Structure
476
487
  end
@@ -2089,6 +2100,25 @@ module Aws::Drs
2089
2100
  include Aws::Structure
2090
2101
  end
2091
2102
 
2103
+ # Properties of a product code associated with a volume.
2104
+ #
2105
+ # @!attribute [rw] product_code_id
2106
+ # Id of a product code associated with a volume.
2107
+ # @return [String]
2108
+ #
2109
+ # @!attribute [rw] product_code_mode
2110
+ # Mode of a product code associated with a volume.
2111
+ # @return [String]
2112
+ #
2113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/ProductCode AWS API Documentation
2114
+ #
2115
+ class ProductCode < Struct.new(
2116
+ :product_code_id,
2117
+ :product_code_mode)
2118
+ SENSITIVE = []
2119
+ include Aws::Structure
2120
+ end
2121
+
2092
2122
  # @!attribute [rw] action_code
2093
2123
  # Launch action code.
2094
2124
  # @return [String]
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.29.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
@@ -137,6 +138,7 @@ module Aws::Drs
137
138
  attr_accessor replicated_storage_bytes: ::Integer
138
139
  attr_accessor rescanned_storage_bytes: ::Integer
139
140
  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")
140
142
  SENSITIVE: []
141
143
  end
142
144
 
@@ -653,6 +655,12 @@ module Aws::Drs
653
655
  SENSITIVE: []
654
656
  end
655
657
 
658
+ class ProductCode
659
+ attr_accessor product_code_id: ::String
660
+ attr_accessor product_code_mode: ("ENABLED" | "DISABLED")
661
+ SENSITIVE: []
662
+ end
663
+
656
664
  class PutLaunchActionRequest
657
665
  attr_accessor action_code: ::String
658
666
  attr_accessor action_id: ::String
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.29.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-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core