aws-sdk-drs 1.63.0 → 1.65.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: 5de3637ad2bda65e66801cada757ac77d636c6c394215f42ae1be6b71a496570
4
- data.tar.gz: 3301a4dd2debe2bcbc88924e0d8a6cce6111387976ea1c29fbe1cfb0a9507809
3
+ metadata.gz: c636199eb5f53eb40bc215d4b71aa46b1b111303482ab0893fa4ad99eacf7412
4
+ data.tar.gz: e94519d47a2a0085f74bb030ac1fb5217edcf71f712292a8f50dddaac7242f6b
5
5
  SHA512:
6
- metadata.gz: d725f2e9db7cebcd1b68170c4fdf2ef22ffa1a9ea5f944dd77a49f47141a5237400ba6cc3d40cf91aba5368015d3363f446c79ef5ae21f7da7a736d575993edd
7
- data.tar.gz: e6b197995462e12fdf9025e23e33d056ad29e3d39d8adff8af559c303de531be9416e7726c3222cb340b550d6c7da0f6bd020535c1066927e688aa4f6ad8c71f
6
+ metadata.gz: 7f5e87449452376043a2e7955c00db6f1ce8cd802f2255c7bfba4f7766aca2953298ea81a8363a562514d9b0fb45f7e30406ad65dc47d1c5b93a2327d263b7ff
7
+ data.tar.gz: 4717f6d3b9d12318f7c6c1e6a0e8e51221b3e11295a8261a913f1274cb09a388ce302fc2f146677ae77cd2bfe3c68b28d352a091912bb25d2a87725890e7eedb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.64.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -199,7 +199,7 @@ module Aws::Drs
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Drs
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3631,7 +3629,7 @@ module Aws::Drs
3631
3629
  tracer: tracer
3632
3630
  )
3633
3631
  context[:gem_name] = 'aws-sdk-drs'
3634
- context[:gem_version] = '1.63.0'
3632
+ context[:gem_version] = '1.65.0'
3635
3633
  Seahorse::Client::Request.new(handlers, context)
3636
3634
  end
3637
3635
 
data/lib/aws-sdk-drs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Drs
54
54
  autoload :EndpointProvider, 'aws-sdk-drs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-drs/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -162,7 +162,7 @@ module Aws
162
162
  interval: ::Integer,
163
163
  retention_duration: ::Integer,
164
164
  enabled: bool?
165
- },
165
+ }
166
166
  ],
167
167
  ?tags: Hash[::String, ::String],
168
168
  ?auto_replicate_new_disks: bool,
@@ -614,7 +614,7 @@ module Aws
614
614
  {
615
615
  source_server_id: ::String,
616
616
  recovery_snapshot_id: ::String?
617
- },
617
+ }
618
618
  ],
619
619
  ?is_drill: bool,
620
620
  ?tags: Hash[::String, ::String]
@@ -641,7 +641,7 @@ module Aws
641
641
  {
642
642
  source_network_id: ::String,
643
643
  cfn_stack_name: ::String?
644
- },
644
+ }
645
645
  ],
646
646
  ?deploy_as_new: bool,
647
647
  ?tags: Hash[::String, ::String]
@@ -808,7 +808,7 @@ module Aws
808
808
  iops: ::Integer?,
809
809
  throughput: ::Integer?,
810
810
  optimized_staging_disk_type: ("AUTO" | "GP2" | "GP3" | "IO1" | "SC1" | "ST1" | "STANDARD")?
811
- },
811
+ }
812
812
  ],
813
813
  ?ebs_encryption: ("DEFAULT" | "CUSTOM" | "NONE"),
814
814
  ?ebs_encryption_key_arn: ::String,
@@ -823,7 +823,7 @@ module Aws
823
823
  interval: ::Integer,
824
824
  retention_duration: ::Integer,
825
825
  enabled: bool?
826
- },
826
+ }
827
827
  ],
828
828
  ?auto_replicate_new_disks: bool,
829
829
  ?internet_protocol: ("IPV4" | "IPV6")
@@ -874,7 +874,7 @@ module Aws
874
874
  interval: ::Integer,
875
875
  retention_duration: ::Integer,
876
876
  enabled: bool?
877
- },
877
+ }
878
878
  ],
879
879
  ?auto_replicate_new_disks: bool,
880
880
  ?internet_protocol: ("IPV4" | "IPV6")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-drs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement