aws-sdk-drs 1.69.0 → 1.70.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 +7 -1
- data/lib/aws-sdk-drs/client_api.rb +2 -0
- data/lib/aws-sdk-drs/types.rb +6 -1
- data/lib/aws-sdk-drs.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26115a0e771ca526beccde0e6664090606bc59ea8d662251e51e363b750c05f3
|
|
4
|
+
data.tar.gz: 841e4b929dfdd5ba2ea3c39b1fa4755f03c0ff952b037b798b81dfed69f9cfa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67dfdbc40487e97ce271681c19674cae1d418ff13a0ad7d83d5b0249e5f5f5420d7ee5119dfb031a74ec966d81400739661343fd142c3fc8c0736fac8d13de7f
|
|
7
|
+
data.tar.gz: f9c2dad1400c6bf4578c61588e5158ed016cbbd62f695468d65c19151d5cd25fac1ebaa5eed2d864879b34e57067b562bef831d1751a6b59c82ce03e33f95a8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.70.0 (2026-09-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Elastic Disaster Recovery now includes source server architecture in SourceProperties to identify x86 and ARM64 systems.
|
|
8
|
+
|
|
4
9
|
1.69.0 (2026-08-17)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
data/lib/aws-sdk-drs/client.rb
CHANGED
|
@@ -657,6 +657,7 @@ module Aws::Drs
|
|
|
657
657
|
# resp.source_server.source_properties.ram_bytes #=> Integer
|
|
658
658
|
# resp.source_server.source_properties.os.full_string #=> String
|
|
659
659
|
# resp.source_server.source_properties.supports_nitro_instances #=> Boolean
|
|
660
|
+
# resp.source_server.source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
660
661
|
# resp.source_server.staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
661
662
|
# resp.source_server.staging_area.staging_account_id #=> String
|
|
662
663
|
# resp.source_server.staging_area.staging_source_server_arn #=> String
|
|
@@ -1900,6 +1901,7 @@ module Aws::Drs
|
|
|
1900
1901
|
# resp.items[0].source_properties.ram_bytes #=> Integer
|
|
1901
1902
|
# resp.items[0].source_properties.os.full_string #=> String
|
|
1902
1903
|
# resp.items[0].source_properties.supports_nitro_instances #=> Boolean
|
|
1904
|
+
# resp.items[0].source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
1903
1905
|
# resp.items[0].staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
1904
1906
|
# resp.items[0].staging_area.staging_account_id #=> String
|
|
1905
1907
|
# resp.items[0].staging_area.staging_source_server_arn #=> String
|
|
@@ -2053,6 +2055,7 @@ module Aws::Drs
|
|
|
2053
2055
|
# resp.source_properties.ram_bytes #=> Integer
|
|
2054
2056
|
# resp.source_properties.os.full_string #=> String
|
|
2055
2057
|
# resp.source_properties.supports_nitro_instances #=> Boolean
|
|
2058
|
+
# resp.source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
2056
2059
|
# resp.staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
2057
2060
|
# resp.staging_area.staging_account_id #=> String
|
|
2058
2061
|
# resp.staging_area.staging_source_server_arn #=> String
|
|
@@ -3028,6 +3031,7 @@ module Aws::Drs
|
|
|
3028
3031
|
# resp.source_properties.ram_bytes #=> Integer
|
|
3029
3032
|
# resp.source_properties.os.full_string #=> String
|
|
3030
3033
|
# resp.source_properties.supports_nitro_instances #=> Boolean
|
|
3034
|
+
# resp.source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
3031
3035
|
# resp.staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
3032
3036
|
# resp.staging_area.staging_account_id #=> String
|
|
3033
3037
|
# resp.staging_area.staging_source_server_arn #=> String
|
|
@@ -3410,6 +3414,7 @@ module Aws::Drs
|
|
|
3410
3414
|
# resp.source_server.source_properties.ram_bytes #=> Integer
|
|
3411
3415
|
# resp.source_server.source_properties.os.full_string #=> String
|
|
3412
3416
|
# resp.source_server.source_properties.supports_nitro_instances #=> Boolean
|
|
3417
|
+
# resp.source_server.source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
3413
3418
|
# resp.source_server.staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
3414
3419
|
# resp.source_server.staging_area.staging_account_id #=> String
|
|
3415
3420
|
# resp.source_server.staging_area.staging_source_server_arn #=> String
|
|
@@ -3649,6 +3654,7 @@ module Aws::Drs
|
|
|
3649
3654
|
# resp.source_server.source_properties.ram_bytes #=> Integer
|
|
3650
3655
|
# resp.source_server.source_properties.os.full_string #=> String
|
|
3651
3656
|
# resp.source_server.source_properties.supports_nitro_instances #=> Boolean
|
|
3657
|
+
# resp.source_server.source_properties.architecture #=> String, one of "x86_64", "arm64"
|
|
3652
3658
|
# resp.source_server.staging_area.status #=> String, one of "EXTENDED", "EXTENSION_ERROR", "NOT_EXTENDED"
|
|
3653
3659
|
# resp.source_server.staging_area.staging_account_id #=> String
|
|
3654
3660
|
# resp.source_server.staging_area.staging_source_server_arn #=> String
|
|
@@ -4555,7 +4561,7 @@ module Aws::Drs
|
|
|
4555
4561
|
tracer: tracer
|
|
4556
4562
|
)
|
|
4557
4563
|
context[:gem_name] = 'aws-sdk-drs'
|
|
4558
|
-
context[:gem_version] = '1.
|
|
4564
|
+
context[:gem_version] = '1.70.0'
|
|
4559
4565
|
Seahorse::Client::Request.new(handlers, context)
|
|
4560
4566
|
end
|
|
4561
4567
|
|
|
@@ -320,6 +320,7 @@ module Aws::Drs
|
|
|
320
320
|
SourceProperties = Shapes::StructureShape.new(name: 'SourceProperties')
|
|
321
321
|
SourceServer = Shapes::StructureShape.new(name: 'SourceServer')
|
|
322
322
|
SourceServerARN = Shapes::StringShape.new(name: 'SourceServerARN')
|
|
323
|
+
SourceServerArchitecture = Shapes::StringShape.new(name: 'SourceServerArchitecture')
|
|
323
324
|
SourceServerID = Shapes::StringShape.new(name: 'SourceServerID')
|
|
324
325
|
SourceServerIDs = Shapes::ListShape.new(name: 'SourceServerIDs')
|
|
325
326
|
SourceServersList = Shapes::ListShape.new(name: 'SourceServersList')
|
|
@@ -1387,6 +1388,7 @@ module Aws::Drs
|
|
|
1387
1388
|
SourceProperties.add_member(:ram_bytes, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "ramBytes"))
|
|
1388
1389
|
SourceProperties.add_member(:os, Shapes::ShapeRef.new(shape: OS, location_name: "os"))
|
|
1389
1390
|
SourceProperties.add_member(:supports_nitro_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "supportsNitroInstances"))
|
|
1391
|
+
SourceProperties.add_member(:architecture, Shapes::ShapeRef.new(shape: SourceServerArchitecture, location_name: "architecture"))
|
|
1390
1392
|
SourceProperties.struct_class = Types::SourceProperties
|
|
1391
1393
|
|
|
1392
1394
|
SourceServer.add_member(:source_server_id, Shapes::ShapeRef.new(shape: SourceServerID, location_name: "sourceServerID"))
|
data/lib/aws-sdk-drs/types.rb
CHANGED
|
@@ -4233,6 +4233,10 @@ module Aws::Drs
|
|
|
4233
4233
|
# Server.
|
|
4234
4234
|
# @return [Boolean]
|
|
4235
4235
|
#
|
|
4236
|
+
# @!attribute [rw] architecture
|
|
4237
|
+
# The architecture of the Source Server.
|
|
4238
|
+
# @return [String]
|
|
4239
|
+
#
|
|
4236
4240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/SourceProperties AWS API Documentation
|
|
4237
4241
|
#
|
|
4238
4242
|
class SourceProperties < Struct.new(
|
|
@@ -4244,7 +4248,8 @@ module Aws::Drs
|
|
|
4244
4248
|
:cpus,
|
|
4245
4249
|
:ram_bytes,
|
|
4246
4250
|
:os,
|
|
4247
|
-
:supports_nitro_instances
|
|
4251
|
+
:supports_nitro_instances,
|
|
4252
|
+
:architecture)
|
|
4248
4253
|
SENSITIVE = []
|
|
4249
4254
|
include Aws::Structure
|
|
4250
4255
|
end
|
data/lib/aws-sdk-drs.rb
CHANGED
data/sig/types.rbs
CHANGED