aws-sdk-storagegateway 1.125.0 → 1.126.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: 863a891b4595b17844b50608203ba262aa63336c7e5c8a9d7583bb4b80f51889
4
- data.tar.gz: ad4ddebab8305b8da8e469a7734afff70c044e30bacbb64516a6e394bf172103
3
+ metadata.gz: 6d4f2589913924b939fa73d08a9a3fa7da8662d2be8056ec0d6d636388dd5c17
4
+ data.tar.gz: 5fab39592bb26a43d2d18bc318c9d8d5e899d0b224c35cf6780dbc0358487937
5
5
  SHA512:
6
- metadata.gz: 7e3ba37ba559e4ea7126e74117b4de6f7948a770caea2c98fbb5267dcf515660e5c629b6c33cd4575e07a622d0c079a46e1e50dd6c24555446af19b789e5e3ee
7
- data.tar.gz: 341f6cc40c1bec696cad05b50888e30fc1fecee223632f4f64538b7b660976c593a23e4175bd415d88c1a41c8d2923fd0a2e1652daa55db9eefa72e0a50175be
6
+ metadata.gz: 3517da1fc0ceedeac4b4ec9c1d803f9808b03b83c81e04e217ec13b5bdb5d05371a122d6e8ee28184231cdacfc87969931498725365a2937f031fb40e346d437
7
+ data.tar.gz: 0c867911c9d21a85ece9d997b0954018a52b137b3a4daf384f6b94eeb22dd90ee099a90b79c6a9878b3ecf1fb0bf0950972e42130bea888cb04e0df04b6481f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.126.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.125.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.125.0
1
+ 1.126.0
@@ -7986,7 +7986,7 @@ module Aws::StorageGateway
7986
7986
  tracer: tracer
7987
7987
  )
7988
7988
  context[:gem_name] = 'aws-sdk-storagegateway'
7989
- context[:gem_version] = '1.125.0'
7989
+ context[:gem_version] = '1.126.0'
7990
7990
  Seahorse::Client::Request.new(handlers, context)
7991
7991
  end
7992
7992
 
@@ -54,7 +54,7 @@ module Aws::StorageGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-storagegateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-storagegateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.125.0'
57
+ GEM_VERSION = '1.126.0'
58
58
 
59
59
  end
60
60
 
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.125.0
4
+ version: 1.126.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services