aws-sdk-glacier 1.8.0 → 1.9.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 +29 -30
- data/lib/aws-sdk-glacier/multipart_upload.rb +1 -1
- data/lib/aws-sdk-glacier/types.rb +8 -9
- 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: 720f88714baec38681b8815b8acd2b00e2c1cad5
|
4
|
+
data.tar.gz: 19af9778956704e8135f2f1b260b6df553a25460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fe4efc27fbf858ea10369eb1d12b4bf3d21f8b09c9c39d40ddc7c73769b8823a64492ecdfa12a8e11e3ff457bf1396fdc33d7dde8bec830e349a449583ca85a
|
7
|
+
data.tar.gz: 48e32d760bbae8a17195539adfdcda61d204cbcbe33d7450e41f0a3b6cbb75b63c5fd780a6d44cf7490080fe3d3c9c1cab6659503699dd84c22b656b457f91a0
|
data/lib/aws-sdk-glacier.rb
CHANGED
@@ -1966,7 +1966,7 @@ module Aws::Glacier
|
|
1966
1966
|
#
|
1967
1967
|
# You can set a maximum limit for the number of jobs returned in the
|
1968
1968
|
# response by specifying the `limit` parameter in the request. The
|
1969
|
-
# default limit is
|
1969
|
+
# default limit is 50. The number of jobs returned might be fewer than
|
1970
1970
|
# the limit, but the number of returned jobs never exceeds the limit.
|
1971
1971
|
#
|
1972
1972
|
# Additionally, you can filter the jobs list returned by specifying the
|
@@ -1996,7 +1996,7 @@ module Aws::Glacier
|
|
1996
1996
|
# The name of the vault.
|
1997
1997
|
#
|
1998
1998
|
# @option params [Integer] :limit
|
1999
|
-
# The maximum number of jobs to be returned. The default limit is
|
1999
|
+
# The maximum number of jobs to be returned. The default limit is 50.
|
2000
2000
|
# The number of jobs returned might be fewer than the specified limit,
|
2001
2001
|
# but the number of returned jobs never exceeds the limit.
|
2002
2002
|
#
|
@@ -2145,14 +2145,14 @@ module Aws::Glacier
|
|
2145
2145
|
# Upload response has no guaranteed order.
|
2146
2146
|
#
|
2147
2147
|
# The List Multipart Uploads operation supports pagination. By default,
|
2148
|
-
# this operation returns up to
|
2149
|
-
#
|
2150
|
-
#
|
2151
|
-
#
|
2152
|
-
#
|
2153
|
-
#
|
2154
|
-
#
|
2155
|
-
#
|
2148
|
+
# this operation returns up to 50 multipart uploads in the response. You
|
2149
|
+
# should always check the response for a `marker` at which to continue
|
2150
|
+
# the list; if there are no more items the `marker` is `null`. To return
|
2151
|
+
# a list of multipart uploads that begins at a specific upload, set the
|
2152
|
+
# `marker` request parameter to the value you obtained from a previous
|
2153
|
+
# List Multipart Upload request. You can also limit the number of
|
2154
|
+
# uploads returned in the response by specifying the `limit` parameter
|
2155
|
+
# in the request.
|
2156
2156
|
#
|
2157
2157
|
# Note the difference between this operation and listing parts
|
2158
2158
|
# (ListParts). The List Multipart Uploads operation lists all multipart
|
@@ -2197,7 +2197,7 @@ module Aws::Glacier
|
|
2197
2197
|
# @option params [Integer] :limit
|
2198
2198
|
# Specifies the maximum number of uploads returned in the response body.
|
2199
2199
|
# If this value is not specified, the List Uploads operation returns up
|
2200
|
-
# to
|
2200
|
+
# to 50 uploads.
|
2201
2201
|
#
|
2202
2202
|
# @return [Types::ListMultipartUploadsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2203
2203
|
#
|
@@ -2276,11 +2276,11 @@ module Aws::Glacier
|
|
2276
2276
|
# sorted by part range.
|
2277
2277
|
#
|
2278
2278
|
# The List Parts operation supports pagination. By default, this
|
2279
|
-
# operation returns up to
|
2280
|
-
#
|
2281
|
-
#
|
2282
|
-
#
|
2283
|
-
#
|
2279
|
+
# operation returns up to 50 uploaded parts in the response. You should
|
2280
|
+
# always check the response for a `marker` at which to continue the
|
2281
|
+
# list; if there are no more items the `marker` is `null`. To return a
|
2282
|
+
# list of parts that begins at a specific part, set the `marker` request
|
2283
|
+
# parameter to the value you obtained from a previous List Parts
|
2284
2284
|
# request. You can also limit the number of parts returned in the
|
2285
2285
|
# response by specifying the `limit` parameter in the request.
|
2286
2286
|
#
|
@@ -2322,7 +2322,7 @@ module Aws::Glacier
|
|
2322
2322
|
# previous List Parts request.
|
2323
2323
|
#
|
2324
2324
|
# @option params [Integer] :limit
|
2325
|
-
# The maximum number of parts to be returned. The default limit is
|
2325
|
+
# The maximum number of parts to be returned. The default limit is 50.
|
2326
2326
|
# The number of parts returned might be fewer than the specified limit,
|
2327
2327
|
# but the number of returned parts never exceeds the limit.
|
2328
2328
|
#
|
@@ -2518,15 +2518,14 @@ module Aws::Glacier
|
|
2518
2518
|
# This operation lists all vaults owned by the calling user's account.
|
2519
2519
|
# The list returned in the response is ASCII-sorted by vault name.
|
2520
2520
|
#
|
2521
|
-
# By default, this operation returns up to
|
2522
|
-
#
|
2523
|
-
#
|
2524
|
-
#
|
2525
|
-
#
|
2526
|
-
#
|
2527
|
-
#
|
2528
|
-
#
|
2529
|
-
# request.
|
2521
|
+
# By default, this operation returns up to 10 items. If there are more
|
2522
|
+
# vaults to list, the response `marker` field contains the vault Amazon
|
2523
|
+
# Resource Name (ARN) at which to continue the list with a new List
|
2524
|
+
# Vaults request; otherwise, the `marker` field is `null`. To return a
|
2525
|
+
# list of vaults that begins at a specific vault, set the `marker`
|
2526
|
+
# request parameter to the vault ARN you obtained from a previous List
|
2527
|
+
# Vaults request. You can also limit the number of vaults returned in
|
2528
|
+
# the response by specifying the `limit` parameter in the request.
|
2530
2529
|
#
|
2531
2530
|
# An AWS account has full permission to perform all operations
|
2532
2531
|
# (actions). However, AWS Identity and Access Management (IAM) users
|
@@ -2558,9 +2557,9 @@ module Aws::Glacier
|
|
2558
2557
|
# which the listing of vaults should begin.
|
2559
2558
|
#
|
2560
2559
|
# @option params [Integer] :limit
|
2561
|
-
# The maximum number of vaults to be returned. The default limit is
|
2562
|
-
#
|
2563
|
-
#
|
2560
|
+
# The maximum number of vaults to be returned. The default limit is 10.
|
2561
|
+
# The number of vaults returned might be fewer than the specified limit,
|
2562
|
+
# but the number of returned vaults never exceeds the limit.
|
2564
2563
|
#
|
2565
2564
|
# @return [Types::ListVaultsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2566
2565
|
#
|
@@ -3191,7 +3190,7 @@ module Aws::Glacier
|
|
3191
3190
|
params: params,
|
3192
3191
|
config: config)
|
3193
3192
|
context[:gem_name] = 'aws-sdk-glacier'
|
3194
|
-
context[:gem_version] = '1.
|
3193
|
+
context[:gem_version] = '1.9.0'
|
3195
3194
|
Seahorse::Client::Request.new(handlers, context)
|
3196
3195
|
end
|
3197
3196
|
|
@@ -257,7 +257,7 @@ module Aws::Glacier
|
|
257
257
|
# marker if you are continuing the pagination of results started in a
|
258
258
|
# previous List Parts request.
|
259
259
|
# @option options [Integer] :limit
|
260
|
-
# The maximum number of parts to be returned. The default limit is
|
260
|
+
# The maximum number of parts to be returned. The default limit is 50.
|
261
261
|
# The number of parts returned might be fewer than the specified limit,
|
262
262
|
# but the number of returned parts never exceeds the limit.
|
263
263
|
# @return [Types::ListPartsOutput]
|
@@ -1804,9 +1804,9 @@ module Aws::Glacier
|
|
1804
1804
|
# @return [String]
|
1805
1805
|
#
|
1806
1806
|
# @!attribute [rw] limit
|
1807
|
-
# The maximum number of jobs to be returned. The default limit is
|
1808
|
-
#
|
1809
|
-
#
|
1807
|
+
# The maximum number of jobs to be returned. The default limit is 50.
|
1808
|
+
# The number of jobs returned might be fewer than the specified limit,
|
1809
|
+
# but the number of returned jobs never exceeds the limit.
|
1810
1810
|
# @return [Integer]
|
1811
1811
|
#
|
1812
1812
|
# @!attribute [rw] marker
|
@@ -1894,7 +1894,7 @@ module Aws::Glacier
|
|
1894
1894
|
# @!attribute [rw] limit
|
1895
1895
|
# Specifies the maximum number of uploads returned in the response
|
1896
1896
|
# body. If this value is not specified, the List Uploads operation
|
1897
|
-
# returns up to
|
1897
|
+
# returns up to 50 uploads.
|
1898
1898
|
# @return [Integer]
|
1899
1899
|
#
|
1900
1900
|
class ListMultipartUploadsInput < Struct.new(
|
@@ -1964,8 +1964,8 @@ module Aws::Glacier
|
|
1964
1964
|
# @return [String]
|
1965
1965
|
#
|
1966
1966
|
# @!attribute [rw] limit
|
1967
|
-
# The maximum number of parts to be returned. The default limit is
|
1968
|
-
#
|
1967
|
+
# The maximum number of parts to be returned. The default limit is 50.
|
1968
|
+
# The number of parts returned might be fewer than the specified
|
1969
1969
|
# limit, but the number of returned parts never exceeds the limit.
|
1970
1970
|
# @return [Integer]
|
1971
1971
|
#
|
@@ -2127,9 +2127,8 @@ module Aws::Glacier
|
|
2127
2127
|
#
|
2128
2128
|
# @!attribute [rw] limit
|
2129
2129
|
# The maximum number of vaults to be returned. The default limit is
|
2130
|
-
#
|
2131
|
-
#
|
2132
|
-
# limit.
|
2130
|
+
# 10. The number of vaults returned might be fewer than the specified
|
2131
|
+
# limit, but the number of returned vaults never exceeds the limit.
|
2133
2132
|
# @return [Integer]
|
2134
2133
|
#
|
2135
2134
|
class ListVaultsInput < 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.9.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: 2018-
|
11
|
+
date: 2018-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|