aws-sdk-glacier 1.85.0 → 1.87.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.
@@ -57,7 +57,7 @@ module Aws::Glacier
57
57
  data[:creation_date]
58
58
  end
59
59
 
60
- # The Universal Coordinated Time (UTC) date when Amazon S3 Glacier
60
+ # The Universal Coordinated Time (UTC) date when Amazon Glacier
61
61
  # completed the last vault inventory. This value should be a string in
62
62
  # the ISO 8601 date format, for example `2012-03-20T17:03:43.221Z`.
63
63
  # @return [Time]
@@ -61,7 +61,7 @@ module Aws::Glacier
61
61
  autoload :Notification, 'aws-sdk-glacier/notification'
62
62
  autoload :Vault, 'aws-sdk-glacier/vault'
63
63
 
64
- GEM_VERSION = '1.85.0'
64
+ GEM_VERSION = '1.87.0'
65
65
 
66
66
  end
67
67
 
data/sig/errors.rbs CHANGED
@@ -31,6 +31,11 @@ module Aws
31
31
  def code: () -> ::String
32
32
  def message: () -> ::String
33
33
  end
34
+ class NoLongerSupportedException < ::Aws::Errors::ServiceError
35
+ def type: () -> ::String
36
+ def code: () -> ::String
37
+ def message: () -> ::String
38
+ end
34
39
  class PolicyEnforcedException < ::Aws::Errors::ServiceError
35
40
  def type: () -> ::String
36
41
  def code: () -> ::String
data/sig/types.rbs CHANGED
@@ -440,6 +440,13 @@ module Aws::Glacier
440
440
  SENSITIVE: []
441
441
  end
442
442
 
443
+ class NoLongerSupportedException
444
+ attr_accessor type: ::String
445
+ attr_accessor code: ::String
446
+ attr_accessor message: ::String
447
+ SENSITIVE: []
448
+ end
449
+
443
450
  class OutputLocation
444
451
  attr_accessor s3: Types::S3Location
445
452
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.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.234.0
21
+ version: 3.239.1
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.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement