aws-sdk-glacier 1.61.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d10db0fdaa1ea11584326bcf00e2a534b72b7b92ce21a7749fdb916b4ad6e65
4
- data.tar.gz: ed888e6ffa0e36d52fefdda1a1cf9c8b5aa6a5f3ac775366066b046fbd3cf67b
3
+ metadata.gz: fb60d58efa3fe2a18b2c0de9bf10462d6076ac7622b0f9012cdddb6b737f0440
4
+ data.tar.gz: fb87f37d257f7a8a105ed05586699ad931014edf2f701cdd413ef95d4fe48520
5
5
  SHA512:
6
- metadata.gz: 87f0b79653112ddffcf2ec30e02c4ef465a579f2fa2f805a76d22b017f8784a450926aa25214a13fa51463b219c809e5223130dd30c96d0fdac5d8748195b8ec
7
- data.tar.gz: 18a613092b1231b01feb10bb959e077947d05fa026916b6643f08d7ffe59ad36f47d65e4b5fc2c1e7213380fda4cc60a3e857be68ed6b7dd3cdc233988a00f8e
6
+ metadata.gz: 4315f877562455258e35491df0dcb8bd4bfc43238fbb4dac0d06e003e05329fb313ab1a3a8c5f1be2196b6a013ccd38568fff26dcefe1f4d4d6abf908def6687
7
+ data.tar.gz: 433ae05b1710068d7e40040adf474a863d98af241f832541da7f4db5495c9193745cff3ed4acfb018c643ec5340c0afaab1855088124849cf83f9ce9e9342943
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.61.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -156,7 +156,7 @@ module Aws::Glacier
156
156
  :retry
157
157
  end
158
158
  end
159
- Aws::Plugins::UserAgent.feature('resource') do
159
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
160
160
  Aws::Waiters::Waiter.new(options).wait({})
161
161
  end
162
162
  end
@@ -174,7 +174,7 @@ module Aws::Glacier
174
174
  # @return [Vault]
175
175
  def create_vault(options = {})
176
176
  options = options.merge(account_id: @id)
177
- Aws::Plugins::UserAgent.feature('resource') do
177
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
178
178
  @client.create_vault(options)
179
179
  end
180
180
  Vault.new(
@@ -204,7 +204,7 @@ module Aws::Glacier
204
204
  def vaults(options = {})
205
205
  batches = Enumerator.new do |y|
206
206
  options = options.merge(account_id: @id)
207
- resp = Aws::Plugins::UserAgent.feature('resource') do
207
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
208
208
  @client.list_vaults(options)
209
209
  end
210
210
  resp.each_page do |page|
@@ -172,7 +172,7 @@ module Aws::Glacier
172
172
  :retry
173
173
  end
174
174
  end
175
- Aws::Plugins::UserAgent.feature('resource') do
175
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
176
176
  Aws::Waiters::Waiter.new(options).wait({})
177
177
  end
178
178
  end
@@ -190,7 +190,7 @@ module Aws::Glacier
190
190
  vault_name: @vault_name,
191
191
  archive_id: @id
192
192
  )
193
- resp = Aws::Plugins::UserAgent.feature('resource') do
193
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
194
194
  @client.delete_archive(options)
195
195
  end
196
196
  resp.data
@@ -210,7 +210,7 @@ module Aws::Glacier
210
210
  archive_id: @id
211
211
  }
212
212
  )
213
- resp = Aws::Plugins::UserAgent.feature('resource') do
213
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
214
214
  @client.initiate_job(options)
215
215
  end
216
216
  Job.new(
@@ -3464,7 +3464,7 @@ module Aws::Glacier
3464
3464
  params: params,
3465
3465
  config: config)
3466
3466
  context[:gem_name] = 'aws-sdk-glacier'
3467
- context[:gem_version] = '1.61.0'
3467
+ context[:gem_version] = '1.62.0'
3468
3468
  Seahorse::Client::Request.new(handlers, context)
3469
3469
  end
3470
3470
 
@@ -230,7 +230,7 @@ module Aws::Glacier
230
230
  #
231
231
  # @return [self]
232
232
  def load
233
- resp = Aws::Plugins::UserAgent.feature('resource') do
233
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
234
234
  @client.describe_job(
235
235
  account_id: @account_id,
236
236
  vault_name: @vault_name,
@@ -351,7 +351,7 @@ module Aws::Glacier
351
351
  :retry
352
352
  end
353
353
  end
354
- Aws::Plugins::UserAgent.feature('resource') do
354
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
355
355
  Aws::Waiters::Waiter.new(options).wait({})
356
356
  end
357
357
  end
@@ -403,7 +403,7 @@ module Aws::Glacier
403
403
  vault_name: @vault_name,
404
404
  job_id: @id
405
405
  )
406
- resp = Aws::Plugins::UserAgent.feature('resource') do
406
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
407
407
  @client.get_job_output(options, &block)
408
408
  end
409
409
  resp.data
@@ -202,7 +202,7 @@ module Aws::Glacier
202
202
  :retry
203
203
  end
204
204
  end
205
- Aws::Plugins::UserAgent.feature('resource') do
205
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
206
206
  Aws::Waiters::Waiter.new(options).wait({})
207
207
  end
208
208
  end
@@ -220,7 +220,7 @@ module Aws::Glacier
220
220
  vault_name: @vault_name,
221
221
  upload_id: @id
222
222
  )
223
- resp = Aws::Plugins::UserAgent.feature('resource') do
223
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
224
224
  @client.abort_multipart_upload(options)
225
225
  end
226
226
  resp.data
@@ -249,7 +249,7 @@ module Aws::Glacier
249
249
  vault_name: @vault_name,
250
250
  upload_id: @id
251
251
  )
252
- resp = Aws::Plugins::UserAgent.feature('resource') do
252
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
253
253
  @client.complete_multipart_upload(options)
254
254
  end
255
255
  resp.data
@@ -279,7 +279,7 @@ module Aws::Glacier
279
279
  vault_name: @vault_name,
280
280
  upload_id: @id
281
281
  )
282
- resp = Aws::Plugins::UserAgent.feature('resource') do
282
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
283
283
  @client.list_parts(options)
284
284
  end
285
285
  resp.data
@@ -310,7 +310,7 @@ module Aws::Glacier
310
310
  vault_name: @vault_name,
311
311
  upload_id: @id
312
312
  )
313
- resp = Aws::Plugins::UserAgent.feature('resource') do
313
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
314
314
  @client.upload_multipart_part(options)
315
315
  end
316
316
  resp.data
@@ -70,7 +70,7 @@ module Aws::Glacier
70
70
  #
71
71
  # @return [self]
72
72
  def load
73
- resp = Aws::Plugins::UserAgent.feature('resource') do
73
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
74
74
  @client.get_vault_notifications(
75
75
  account_id: @account_id,
76
76
  vault_name: @vault_name
@@ -190,7 +190,7 @@ module Aws::Glacier
190
190
  :retry
191
191
  end
192
192
  end
193
- Aws::Plugins::UserAgent.feature('resource') do
193
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
194
194
  Aws::Waiters::Waiter.new(options).wait({})
195
195
  end
196
196
  end
@@ -207,7 +207,7 @@ module Aws::Glacier
207
207
  account_id: @account_id,
208
208
  vault_name: @vault_name
209
209
  )
210
- resp = Aws::Plugins::UserAgent.feature('resource') do
210
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
211
211
  @client.delete_vault_notifications(options)
212
212
  end
213
213
  resp.data
@@ -230,7 +230,7 @@ module Aws::Glacier
230
230
  account_id: @account_id,
231
231
  vault_name: @vault_name
232
232
  )
233
- resp = Aws::Plugins::UserAgent.feature('resource') do
233
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
234
234
  @client.set_vault_notifications(options)
235
235
  end
236
236
  resp.data
@@ -46,7 +46,7 @@ module Aws::Glacier
46
46
  # @return [Vault]
47
47
  def create_vault(options = {})
48
48
  options = options.merge(account_id: "-")
49
- Aws::Plugins::UserAgent.feature('resource') do
49
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
50
50
  @client.create_vault(options)
51
51
  end
52
52
  Vault.new(
@@ -75,7 +75,7 @@ module Aws::Glacier
75
75
  def vaults(options = {})
76
76
  batches = Enumerator.new do |y|
77
77
  options = options.merge(account_id: "-")
78
- resp = Aws::Plugins::UserAgent.feature('resource') do
78
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
79
79
  @client.list_vaults(options)
80
80
  end
81
81
  resp.each_page do |page|
@@ -95,7 +95,7 @@ module Aws::Glacier
95
95
  #
96
96
  # @return [self]
97
97
  def load
98
- resp = Aws::Plugins::UserAgent.feature('resource') do
98
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
99
99
  @client.describe_vault(
100
100
  vault_name: @name,
101
101
  account_id: @account_id
@@ -215,7 +215,7 @@ module Aws::Glacier
215
215
  :retry
216
216
  end
217
217
  end
218
- Aws::Plugins::UserAgent.feature('resource') do
218
+ Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
219
219
  Aws::Waiters::Waiter.new(options).wait({})
220
220
  end
221
221
  end
@@ -232,7 +232,7 @@ module Aws::Glacier
232
232
  vault_name: @name,
233
233
  account_id: @account_id
234
234
  )
235
- resp = Aws::Plugins::UserAgent.feature('resource') do
235
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
236
236
  @client.create_vault(options)
237
237
  end
238
238
  resp.data
@@ -248,7 +248,7 @@ module Aws::Glacier
248
248
  vault_name: @name,
249
249
  account_id: @account_id
250
250
  )
251
- resp = Aws::Plugins::UserAgent.feature('resource') do
251
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
252
252
  @client.delete_vault(options)
253
253
  end
254
254
  resp.data
@@ -267,7 +267,7 @@ module Aws::Glacier
267
267
  type: "inventory-retrieval"
268
268
  }
269
269
  )
270
- resp = Aws::Plugins::UserAgent.feature('resource') do
270
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
271
271
  @client.initiate_job(options)
272
272
  end
273
273
  Job.new(
@@ -301,7 +301,7 @@ module Aws::Glacier
301
301
  vault_name: @name,
302
302
  account_id: @account_id
303
303
  )
304
- resp = Aws::Plugins::UserAgent.feature('resource') do
304
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
305
305
  @client.initiate_multipart_upload(options)
306
306
  end
307
307
  MultipartUpload.new(
@@ -332,7 +332,7 @@ module Aws::Glacier
332
332
  vault_name: @name,
333
333
  account_id: @account_id
334
334
  )
335
- resp = Aws::Plugins::UserAgent.feature('resource') do
335
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
336
336
  @client.upload_archive(options)
337
337
  end
338
338
  Archive.new(
@@ -381,7 +381,7 @@ module Aws::Glacier
381
381
  vault_name: @name,
382
382
  completed: "true"
383
383
  )
384
- resp = Aws::Plugins::UserAgent.feature('resource') do
384
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
385
385
  @client.list_jobs(options)
386
386
  end
387
387
  resp.each_page do |page|
@@ -417,7 +417,7 @@ module Aws::Glacier
417
417
  vault_name: @name,
418
418
  statuscode: "Failed"
419
419
  )
420
- resp = Aws::Plugins::UserAgent.feature('resource') do
420
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
421
421
  @client.list_jobs(options)
422
422
  end
423
423
  resp.each_page do |page|
@@ -467,7 +467,7 @@ module Aws::Glacier
467
467
  account_id: @account_id,
468
468
  vault_name: @name
469
469
  )
470
- resp = Aws::Plugins::UserAgent.feature('resource') do
470
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
471
471
  @client.list_jobs(options)
472
472
  end
473
473
  resp.each_page do |page|
@@ -503,7 +503,7 @@ module Aws::Glacier
503
503
  vault_name: @name,
504
504
  statuscode: "InProgress"
505
505
  )
506
- resp = Aws::Plugins::UserAgent.feature('resource') do
506
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
507
507
  @client.list_jobs(options)
508
508
  end
509
509
  resp.each_page do |page|
@@ -534,7 +534,7 @@ module Aws::Glacier
534
534
  vault_name: @name,
535
535
  account_id: @account_id
536
536
  )
537
- resp = Aws::Plugins::UserAgent.feature('resource') do
537
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
538
538
  @client.list_multipart_uploads(options)
539
539
  end
540
540
  resp.each_page do |page|
@@ -590,7 +590,7 @@ module Aws::Glacier
590
590
  vault_name: @name,
591
591
  statuscode: "Succeeded"
592
592
  )
593
- resp = Aws::Plugins::UserAgent.feature('resource') do
593
+ resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
594
594
  @client.list_jobs(options)
595
595
  end
596
596
  resp.each_page do |page|
@@ -59,6 +59,6 @@ require_relative 'aws-sdk-glacier/customizations'
59
59
  # @!group service
60
60
  module Aws::Glacier
61
61
 
62
- GEM_VERSION = '1.61.0'
62
+ GEM_VERSION = '1.62.0'
63
63
 
64
64
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.193.0
22
+ version: 3.197.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement