aws-sdk-storagegateway 1.125.0 → 1.127.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-storagegateway/client.rb +6 -8
- data/lib/aws-sdk-storagegateway.rb +1 -1
- data/sig/client.rbs +18 -18
- 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: cff710587039807f98b9e7b6b57f987326e0c6f3d0d1d1fa2fa9e887e46255c9
|
|
4
|
+
data.tar.gz: 8cb4ee0723de50fc65434442815cdac02616a1f4d4d3da88baa762c13fbfe85e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dfc19149e449f3df1271ef7261ab17f1814f56d7f82cca3721da3e341b1d74abfcfc7daf860a9a304d8c18f157353f7f13744dc364c9b73acd702e002c410c5
|
|
7
|
+
data.tar.gz: 3832dbac57d6679c361173fe69b91be7b50f34b39a5ca21f46f7d462b5eed69261e7a0adc2701a1c8ac9ae543a64acb88a01a1253b5b758969045cf62698fe8b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.127.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.126.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.125.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.127.0
|
|
@@ -199,7 +199,7 @@ module Aws::StorageGateway
|
|
|
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::StorageGateway
|
|
|
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
|
|
@@ -7986,7 +7984,7 @@ module Aws::StorageGateway
|
|
|
7986
7984
|
tracer: tracer
|
|
7987
7985
|
)
|
|
7988
7986
|
context[:gem_name] = 'aws-sdk-storagegateway'
|
|
7989
|
-
context[:gem_version] = '1.
|
|
7987
|
+
context[:gem_version] = '1.127.0'
|
|
7990
7988
|
Seahorse::Client::Request.new(handlers, context)
|
|
7991
7989
|
end
|
|
7992
7990
|
|
data/sig/client.rbs
CHANGED
|
@@ -96,7 +96,7 @@ module Aws
|
|
|
96
96
|
{
|
|
97
97
|
key: ::String,
|
|
98
98
|
value: ::String
|
|
99
|
-
}
|
|
99
|
+
}
|
|
100
100
|
]
|
|
101
101
|
) -> _ActivateGatewayResponseSuccess
|
|
102
102
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ActivateGatewayResponseSuccess
|
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
{
|
|
124
124
|
key: ::String,
|
|
125
125
|
value: ::String
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
]
|
|
128
128
|
) -> _AddTagsToResourceResponseSuccess
|
|
129
129
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsToResourceResponseSuccess
|
|
@@ -177,7 +177,7 @@ module Aws
|
|
|
177
177
|
{
|
|
178
178
|
key: ::String,
|
|
179
179
|
value: ::String
|
|
180
|
-
}
|
|
180
|
+
}
|
|
181
181
|
],
|
|
182
182
|
?audit_destination_arn: ::String,
|
|
183
183
|
?cache_attributes: {
|
|
@@ -256,7 +256,7 @@ module Aws
|
|
|
256
256
|
{
|
|
257
257
|
key: ::String,
|
|
258
258
|
value: ::String
|
|
259
|
-
}
|
|
259
|
+
}
|
|
260
260
|
]
|
|
261
261
|
) -> _CreateCachediSCSIVolumeResponseSuccess
|
|
262
262
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCachediSCSIVolumeResponseSuccess
|
|
@@ -291,7 +291,7 @@ module Aws
|
|
|
291
291
|
{
|
|
292
292
|
key: ::String,
|
|
293
293
|
value: ::String
|
|
294
|
-
}
|
|
294
|
+
}
|
|
295
295
|
],
|
|
296
296
|
?file_share_name: ::String,
|
|
297
297
|
?cache_attributes: {
|
|
@@ -334,7 +334,7 @@ module Aws
|
|
|
334
334
|
{
|
|
335
335
|
key: ::String,
|
|
336
336
|
value: ::String
|
|
337
|
-
}
|
|
337
|
+
}
|
|
338
338
|
],
|
|
339
339
|
?file_share_name: ::String,
|
|
340
340
|
?cache_attributes: {
|
|
@@ -360,7 +360,7 @@ module Aws
|
|
|
360
360
|
{
|
|
361
361
|
key: ::String,
|
|
362
362
|
value: ::String
|
|
363
|
-
}
|
|
363
|
+
}
|
|
364
364
|
]
|
|
365
365
|
) -> _CreateSnapshotResponseSuccess
|
|
366
366
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
|
|
@@ -379,7 +379,7 @@ module Aws
|
|
|
379
379
|
{
|
|
380
380
|
key: ::String,
|
|
381
381
|
value: ::String
|
|
382
|
-
}
|
|
382
|
+
}
|
|
383
383
|
]
|
|
384
384
|
) -> _CreateSnapshotFromVolumeRecoveryPointResponseSuccess
|
|
385
385
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotFromVolumeRecoveryPointResponseSuccess
|
|
@@ -404,7 +404,7 @@ module Aws
|
|
|
404
404
|
{
|
|
405
405
|
key: ::String,
|
|
406
406
|
value: ::String
|
|
407
|
-
}
|
|
407
|
+
}
|
|
408
408
|
]
|
|
409
409
|
) -> _CreateStorediSCSIVolumeResponseSuccess
|
|
410
410
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStorediSCSIVolumeResponseSuccess
|
|
@@ -423,7 +423,7 @@ module Aws
|
|
|
423
423
|
{
|
|
424
424
|
key: ::String,
|
|
425
425
|
value: ::String
|
|
426
|
-
}
|
|
426
|
+
}
|
|
427
427
|
]
|
|
428
428
|
) -> _CreateTapePoolResponseSuccess
|
|
429
429
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTapePoolResponseSuccess
|
|
@@ -445,7 +445,7 @@ module Aws
|
|
|
445
445
|
{
|
|
446
446
|
key: ::String,
|
|
447
447
|
value: ::String
|
|
448
|
-
}
|
|
448
|
+
}
|
|
449
449
|
]
|
|
450
450
|
) -> _CreateTapeWithBarcodeResponseSuccess
|
|
451
451
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTapeWithBarcodeResponseSuccess
|
|
@@ -469,7 +469,7 @@ module Aws
|
|
|
469
469
|
{
|
|
470
470
|
key: ::String,
|
|
471
471
|
value: ::String
|
|
472
|
-
}
|
|
472
|
+
}
|
|
473
473
|
]
|
|
474
474
|
) -> _CreateTapesResponseSuccess
|
|
475
475
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTapesResponseSuccess
|
|
@@ -1203,20 +1203,20 @@ module Aws
|
|
|
1203
1203
|
{
|
|
1204
1204
|
name: ("UploadState" | "UploadFailureReason"),
|
|
1205
1205
|
values: Array[::String]
|
|
1206
|
-
}
|
|
1206
|
+
}
|
|
1207
1207
|
],
|
|
1208
1208
|
?exclusion_filters: Array[
|
|
1209
1209
|
{
|
|
1210
1210
|
name: ("UploadState" | "UploadFailureReason"),
|
|
1211
1211
|
values: Array[::String]
|
|
1212
|
-
}
|
|
1212
|
+
}
|
|
1213
1213
|
],
|
|
1214
1214
|
client_token: ::String,
|
|
1215
1215
|
?tags: Array[
|
|
1216
1216
|
{
|
|
1217
1217
|
key: ::String,
|
|
1218
1218
|
value: ::String
|
|
1219
|
-
}
|
|
1219
|
+
}
|
|
1220
1220
|
]
|
|
1221
1221
|
) -> _StartCacheReportResponseSuccess
|
|
1222
1222
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCacheReportResponseSuccess
|
|
@@ -1244,7 +1244,7 @@ module Aws
|
|
|
1244
1244
|
tape_size_in_bytes: ::Integer,
|
|
1245
1245
|
minimum_num_tapes: ::Integer,
|
|
1246
1246
|
worm: bool?
|
|
1247
|
-
}
|
|
1247
|
+
}
|
|
1248
1248
|
],
|
|
1249
1249
|
gateway_arn: ::String
|
|
1250
1250
|
) -> _UpdateAutomaticTapeCreationPolicyResponseSuccess
|
|
@@ -1278,7 +1278,7 @@ module Aws
|
|
|
1278
1278
|
days_of_week: Array[::Integer],
|
|
1279
1279
|
average_upload_rate_limit_in_bits_per_sec: ::Integer?,
|
|
1280
1280
|
average_download_rate_limit_in_bits_per_sec: ::Integer?
|
|
1281
|
-
}
|
|
1281
|
+
}
|
|
1282
1282
|
]
|
|
1283
1283
|
) -> _UpdateBandwidthRateLimitScheduleResponseSuccess
|
|
1284
1284
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBandwidthRateLimitScheduleResponseSuccess
|
|
@@ -1467,7 +1467,7 @@ module Aws
|
|
|
1467
1467
|
{
|
|
1468
1468
|
key: ::String,
|
|
1469
1469
|
value: ::String
|
|
1470
|
-
}
|
|
1470
|
+
}
|
|
1471
1471
|
]
|
|
1472
1472
|
) -> _UpdateSnapshotScheduleResponseSuccess
|
|
1473
1473
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSnapshotScheduleResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-storagegateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.127.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
|