aws-sdk-glacier 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glacier.rb +1 -1
- data/lib/aws-sdk-glacier/client.rb +1 -1
- data/lib/aws-sdk-glacier/job.rb +3 -3
- data/lib/aws-sdk-glacier/types.rb +14 -15
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc1be7bfa75be99acaede76f129a2275db4d5c53
|
4
|
+
data.tar.gz: a16963e5244e250792519200f43cbbd02ea02d6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d022d2b3e0a54a49a69ae5c628dbe1c4859c921b5d2a675f5aedffac5dcab7ad6104f082e2ced763655470b3cf8cb4231c49a61453c5751f9ab67b669a19f90
|
7
|
+
data.tar.gz: 013c39393f0151cf725eefc0762928f1a43abbebe269a7c082015693e2f957fa5cb75fbe513c8466c3e0a906ae1c5399fea7b2406135603ec3febec364b84785
|
data/lib/aws-sdk-glacier.rb
CHANGED
@@ -3180,7 +3180,7 @@ module Aws::Glacier
|
|
3180
3180
|
params: params,
|
3181
3181
|
config: config)
|
3182
3182
|
context[:gem_name] = 'aws-sdk-glacier'
|
3183
|
-
context[:gem_version] = '1.
|
3183
|
+
context[:gem_version] = '1.6.0'
|
3184
3184
|
Seahorse::Client::Request.new(handlers, context)
|
3185
3185
|
end
|
3186
3186
|
|
data/lib/aws-sdk-glacier/job.rb
CHANGED
@@ -181,8 +181,8 @@ module Aws::Glacier
|
|
181
181
|
data[:retrieval_byte_range]
|
182
182
|
end
|
183
183
|
|
184
|
-
# The
|
185
|
-
#
|
184
|
+
# The tier to use for a select or an archive retrieval. Valid values are
|
185
|
+
# `Expedited`, `Standard`, or `Bulk`. `Standard` is the default.
|
186
186
|
# @return [String]
|
187
187
|
def tier
|
188
188
|
data[:tier]
|
@@ -200,7 +200,7 @@ module Aws::Glacier
|
|
200
200
|
data[:job_output_path]
|
201
201
|
end
|
202
202
|
|
203
|
-
# Contains the parameters
|
203
|
+
# Contains the parameters used for a select.
|
204
204
|
# @return [Types::SelectParameters]
|
205
205
|
def select_parameters
|
206
206
|
data[:select_parameters]
|
@@ -700,7 +700,7 @@ module Aws::Glacier
|
|
700
700
|
#
|
701
701
|
# @!attribute [rw] kms_context
|
702
702
|
# Optional. If the encryption type is `aws:kms`, you can use this
|
703
|
-
# value to specify the encryption context for the
|
703
|
+
# value to specify the encryption context for the job results.
|
704
704
|
# @return [String]
|
705
705
|
#
|
706
706
|
class Encryption < Struct.new(
|
@@ -1139,7 +1139,7 @@ module Aws::Glacier
|
|
1139
1139
|
# @return [String]
|
1140
1140
|
#
|
1141
1141
|
# @!attribute [rw] tier
|
1142
|
-
# The
|
1142
|
+
# The tier to use for a select or an archive retrieval. Valid values
|
1143
1143
|
# are `Expedited`, `Standard`, or `Bulk`. `Standard` is the default.
|
1144
1144
|
# @return [String]
|
1145
1145
|
#
|
@@ -1152,7 +1152,7 @@ module Aws::Glacier
|
|
1152
1152
|
# @return [String]
|
1153
1153
|
#
|
1154
1154
|
# @!attribute [rw] select_parameters
|
1155
|
-
# Contains the parameters
|
1155
|
+
# Contains the parameters used for a select.
|
1156
1156
|
# @return [Types::SelectParameters]
|
1157
1157
|
#
|
1158
1158
|
# @!attribute [rw] output_location
|
@@ -1743,9 +1743,9 @@ module Aws::Glacier
|
|
1743
1743
|
# @return [String]
|
1744
1744
|
#
|
1745
1745
|
# @!attribute [rw] tier
|
1746
|
-
# The
|
1747
|
-
#
|
1748
|
-
#
|
1746
|
+
# The tier to use for a select or an archive retrieval job. Valid
|
1747
|
+
# values are `Expedited`, `Standard`, or `Bulk`. `Standard` is the
|
1748
|
+
# default.
|
1749
1749
|
# @return [String]
|
1750
1750
|
#
|
1751
1751
|
# @!attribute [rw] inventory_retrieval_parameters
|
@@ -2196,8 +2196,8 @@ module Aws::Glacier
|
|
2196
2196
|
# }
|
2197
2197
|
#
|
2198
2198
|
# @!attribute [rw] s3
|
2199
|
-
# Describes an S3 location that will receive the results of the
|
2200
|
-
#
|
2199
|
+
# Describes an S3 location that will receive the results of the job
|
2200
|
+
# request.
|
2201
2201
|
# @return [Types::S3Location]
|
2202
2202
|
#
|
2203
2203
|
class OutputLocation < Struct.new(
|
@@ -2371,12 +2371,11 @@ module Aws::Glacier
|
|
2371
2371
|
# }
|
2372
2372
|
#
|
2373
2373
|
# @!attribute [rw] bucket_name
|
2374
|
-
# The name of the bucket where the
|
2374
|
+
# The name of the Amazon S3 bucket where the job results are stored.
|
2375
2375
|
# @return [String]
|
2376
2376
|
#
|
2377
2377
|
# @!attribute [rw] prefix
|
2378
|
-
# The prefix that is prepended to the
|
2379
|
-
# request.
|
2378
|
+
# The prefix that is prepended to the results for this request.
|
2380
2379
|
# @return [String]
|
2381
2380
|
#
|
2382
2381
|
# @!attribute [rw] encryption
|
@@ -2385,7 +2384,7 @@ module Aws::Glacier
|
|
2385
2384
|
# @return [Types::Encryption]
|
2386
2385
|
#
|
2387
2386
|
# @!attribute [rw] canned_acl
|
2388
|
-
# The canned ACL to apply to the
|
2387
|
+
# The canned access control list (ACL) to apply to the job results.
|
2389
2388
|
# @return [String]
|
2390
2389
|
#
|
2391
2390
|
# @!attribute [rw] access_control_list
|
@@ -2393,15 +2392,15 @@ module Aws::Glacier
|
|
2393
2392
|
# @return [Array<Types::Grant>]
|
2394
2393
|
#
|
2395
2394
|
# @!attribute [rw] tagging
|
2396
|
-
# The tag-set that is applied to the
|
2395
|
+
# The tag-set that is applied to the job results.
|
2397
2396
|
# @return [Hash<String,String>]
|
2398
2397
|
#
|
2399
2398
|
# @!attribute [rw] user_metadata
|
2400
|
-
# A map of metadata to store with the
|
2399
|
+
# A map of metadata to store with the job results in Amazon S3.
|
2401
2400
|
# @return [Hash<String,String>]
|
2402
2401
|
#
|
2403
2402
|
# @!attribute [rw] storage_class
|
2404
|
-
# The storage class used to store the
|
2403
|
+
# The storage class used to store the job results.
|
2405
2404
|
# @return [String]
|
2406
2405
|
#
|
2407
2406
|
class S3Location < Struct.new(
|
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.
|
4
|
+
version: 1.6.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:
|
11
|
+
date: 2018-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|