aws-sdk-backupgateway 1.51.0 → 1.53.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backupgateway/client.rb +6 -8
- data/lib/aws-sdk-backupgateway.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7f0e192ac5f0156a45c3ad27d270bdc0619152d4ecb20de9ea49107125adbde
|
|
4
|
+
data.tar.gz: 5fc98a239783a888fbb9482c3c37944b51dcc4695e40effe4d534285da7fbd7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a739cb1cdcd17520e9794dc787f9baed82706bc80af99a6aa5a46152ceaa70e32a71400756fef411efec996e71fcb9e731cee14e545cc51c975b27ff19e1426d
|
|
7
|
+
data.tar.gz: 0ec818667a8587b87635c888c1ec730970d42fb17d7010415623343affcd2fa4e4eca5d884bb2b250805ccca22d8944446c6673d3fb937f01b366902227a161a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.53.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.52.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.51.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.53.0
|
|
@@ -199,7 +199,7 @@ module Aws::BackupGateway
|
|
|
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::BackupGateway
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -1504,7 +1502,7 @@ module Aws::BackupGateway
|
|
|
1504
1502
|
tracer: tracer
|
|
1505
1503
|
)
|
|
1506
1504
|
context[:gem_name] = 'aws-sdk-backupgateway'
|
|
1507
|
-
context[:gem_version] = '1.
|
|
1505
|
+
context[:gem_version] = '1.53.0'
|
|
1508
1506
|
Seahorse::Client::Request.new(handlers, context)
|
|
1509
1507
|
end
|
|
1510
1508
|
|
data/sig/client.rbs
CHANGED
|
@@ -103,7 +103,7 @@ module Aws
|
|
|
103
103
|
{
|
|
104
104
|
key: ::String,
|
|
105
105
|
value: ::String
|
|
106
|
-
}
|
|
106
|
+
}
|
|
107
107
|
]
|
|
108
108
|
) -> _CreateGatewayResponseSuccess
|
|
109
109
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayResponseSuccess
|
|
@@ -206,7 +206,7 @@ module Aws
|
|
|
206
206
|
{
|
|
207
207
|
key: ::String,
|
|
208
208
|
value: ::String
|
|
209
|
-
}
|
|
209
|
+
}
|
|
210
210
|
]
|
|
211
211
|
) -> _ImportHypervisorConfigurationResponseSuccess
|
|
212
212
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportHypervisorConfigurationResponseSuccess
|
|
@@ -274,7 +274,7 @@ module Aws
|
|
|
274
274
|
start_minute_of_hour: ::Integer,
|
|
275
275
|
end_minute_of_hour: ::Integer,
|
|
276
276
|
days_of_week: Array[::Integer]
|
|
277
|
-
}
|
|
277
|
+
}
|
|
278
278
|
]
|
|
279
279
|
) -> _PutBandwidthRateLimitScheduleResponseSuccess
|
|
280
280
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutBandwidthRateLimitScheduleResponseSuccess
|
|
@@ -292,7 +292,7 @@ module Aws
|
|
|
292
292
|
vmware_tag_name: ::String,
|
|
293
293
|
aws_tag_key: ::String,
|
|
294
294
|
aws_tag_value: ::String
|
|
295
|
-
}
|
|
295
|
+
}
|
|
296
296
|
],
|
|
297
297
|
iam_role_arn: ::String
|
|
298
298
|
) -> _PutHypervisorPropertyMappingsResponseSuccess
|
|
@@ -333,7 +333,7 @@ module Aws
|
|
|
333
333
|
{
|
|
334
334
|
key: ::String,
|
|
335
335
|
value: ::String
|
|
336
|
-
}
|
|
336
|
+
}
|
|
337
337
|
]
|
|
338
338
|
) -> _TagResourceResponseSuccess
|
|
339
339
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-backupgateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.53.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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|