aws-sdk-glacier 1.89.0 → 1.90.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glacier/client.rb +1 -1
- data/lib/aws-sdk-glacier/types.rb +8 -0
- data/lib/aws-sdk-glacier.rb +1 -1
- 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: 536e25e68157d20856b27cc898193257b2066afc29b3164fc1d58e0641826164
|
|
4
|
+
data.tar.gz: cd57c0c0ab7093ab187694041c81987ed1c535432e39f914ba0a0ca26c530c02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 561ee9a1535030dc47ff172178c6100ff684ca04e63bd0d1cee1d0ea78ad0642c4e50180eaf1405de9a21e6536513aec66075ad79751e28afb18ece056813e0f
|
|
7
|
+
data.tar.gz: 55ba11bde0df15190f5d98f0125d559a9b1cd97bb2ac330219f3abda675f0dc14f8c93316eb7936792bad27ae522959cbf0f2762ca1afc19eaaa816bb26481d3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.90.0
|
|
@@ -1827,13 +1827,21 @@ module Aws::Glacier
|
|
|
1827
1827
|
include Aws::Structure
|
|
1828
1828
|
end
|
|
1829
1829
|
|
|
1830
|
+
# Returned if the request was made by a customer with no Amazon Glacier
|
|
1831
|
+
# storage. The request is denied as the API is no longer supported for
|
|
1832
|
+
# new customers. Please use Amazon S3 Glacier storage classes instead.
|
|
1833
|
+
#
|
|
1830
1834
|
# @!attribute [rw] type
|
|
1835
|
+
# Client
|
|
1831
1836
|
# @return [String]
|
|
1832
1837
|
#
|
|
1833
1838
|
# @!attribute [rw] code
|
|
1839
|
+
# 400 Bad Request
|
|
1834
1840
|
# @return [String]
|
|
1835
1841
|
#
|
|
1836
1842
|
# @!attribute [rw] message
|
|
1843
|
+
# This API is no longer supported for new accounts. Please use Amazon
|
|
1844
|
+
# S3 Glacier storage classes instead.
|
|
1837
1845
|
# @return [String]
|
|
1838
1846
|
#
|
|
1839
1847
|
class NoLongerSupportedException < Struct.new(
|
data/lib/aws-sdk-glacier.rb
CHANGED
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.
|
|
4
|
+
version: 1.90.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.241.
|
|
21
|
+
version: 3.241.4
|
|
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.241.
|
|
31
|
+
version: 3.241.4
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|