aws-sdk-backupgateway 1.51.0 → 1.52.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: b5d5b1022215c7fa8997a681e895ee084912abf526e2a48f78978cbbe01bc487
4
- data.tar.gz: 5636de8a7af5ee1b55a7527625a94b274faa00241e35839e42b365403439a2d3
3
+ metadata.gz: 31e6e31a5f246ca02c546a9b65ffebb0787d4e7028ecdac40f072231074bafd0
4
+ data.tar.gz: b1b751030bfed0a9820f0827069a439ffec524682f2704419b08c953df1068cf
5
5
  SHA512:
6
- metadata.gz: 47acc4d73c73ef36609047e5bb9077fd76a64be435a9bfe7d24e5c06a728129bbbdf66724c07e1c4004607ad5356dcc6427c0033397a4a88db4eddff05aa41e7
7
- data.tar.gz: 646b4a0109b4c2c214b0f961f5ae49ad4e1234d4b5264d0c5390510d8f545dd3863a2dc8b4daf2ab9aae40b21c5269190edccabb1cbad5e8d134faa0a6a64b0d
6
+ metadata.gz: 705cba276ca120031803c99424d93c1b79d857c26ff08971b88cd18f30c0a27476958438c2d94539f006f6ee849e91780533d419acae9b4ed3be4a4bf7a264d0
7
+ data.tar.gz: 3804ecf3b9edcf61d181c65c1bc679000630a564a194e68e25468b38f3f6e8961005097a4c46b8eb474a89832e78a80ec22e9f9bbd05311e1a60c649b9633fa3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -1504,7 +1504,7 @@ module Aws::BackupGateway
1504
1504
  tracer: tracer
1505
1505
  )
1506
1506
  context[:gem_name] = 'aws-sdk-backupgateway'
1507
- context[:gem_version] = '1.51.0'
1507
+ context[:gem_version] = '1.52.0'
1508
1508
  Seahorse::Client::Request.new(handlers, context)
1509
1509
  end
1510
1510
 
@@ -54,7 +54,7 @@ module Aws::BackupGateway
54
54
  autoload :EndpointProvider, 'aws-sdk-backupgateway/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-backupgateway/endpoints'
56
56
 
57
- GEM_VERSION = '1.51.0'
57
+ GEM_VERSION = '1.52.0'
58
58
 
59
59
  end
60
60
 
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.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services