aws-sdk-glacier 1.8.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cb1d4c158598203e3f16d463e0313c0d3d2f6bc
4
- data.tar.gz: dd42e3ec93f117838ea3ea5ae24a75105fa75fce
3
+ metadata.gz: 720f88714baec38681b8815b8acd2b00e2c1cad5
4
+ data.tar.gz: 19af9778956704e8135f2f1b260b6df553a25460
5
5
  SHA512:
6
- metadata.gz: 9fcf3a0c534bae94d6bff2e2ae19bc0cfe402911f79719453335662af9d6752028d45ee0134813d29ce665d668f4285921ff69edf0ac94053e85917b44d4bfd6
7
- data.tar.gz: 9f7681e86d78ef55e138bc75f091190dc170f012fcd49a83ebac1f776438723dba8a6ba0833ba574be0575894ca35230705391463785ec4c1d6c5ab3e8054e3a
6
+ metadata.gz: 6fe4efc27fbf858ea10369eb1d12b4bf3d21f8b09c9c39d40ddc7c73769b8823a64492ecdfa12a8e11e3ff457bf1396fdc33d7dde8bec830e349a449583ca85a
7
+ data.tar.gz: 48e32d760bbae8a17195539adfdcda61d204cbcbe33d7450e41f0a3b6cbb75b63c5fd780a6d44cf7490080fe3d3c9c1cab6659503699dd84c22b656b457f91a0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-glacier/customizations'
49
49
  # @service
50
50
  module Aws::Glacier
51
51
 
52
- GEM_VERSION = '1.8.0'
52
+ GEM_VERSION = '1.9.0'
53
53
 
54
54
  end
@@ -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 1000. The number of jobs returned might be fewer than
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 1000.
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 1,000 multipart uploads in the response.
2149
- # You should always check the response for a `marker` at which to
2150
- # continue the list; if there are no more items the `marker` is `null`.
2151
- # To return a list of multipart uploads that begins at a specific
2152
- # upload, set the `marker` request parameter to the value you obtained
2153
- # from a previous List Multipart Upload request. You can also limit the
2154
- # number of uploads returned in the response by specifying the `limit`
2155
- # parameter in the request.
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 1,000 uploads.
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 1,000 uploaded parts in the response. You
2280
- # should always check the response for a `marker` at which to continue
2281
- # the list; if there are no more items the `marker` is `null`. To return
2282
- # a list of parts that begins at a specific part, set the `marker`
2283
- # request parameter to the value you obtained from a previous List Parts
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 1000.
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 1,000 items. If there are
2522
- # more vaults to list, the response `marker` field contains the vault
2523
- # Amazon Resource Name (ARN) at which to continue the list with a new
2524
- # List Vaults request; otherwise, the `marker` field is `null`. To
2525
- # return a list of vaults that begins at a specific vault, set the
2526
- # `marker` request parameter to the vault ARN you obtained from a
2527
- # previous List Vaults request. You can also limit the number of vaults
2528
- # returned in the response by specifying the `limit` parameter in the
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
- # 1000. The number of vaults returned might be fewer than the specified
2563
- # limit, but the number of returned vaults never exceeds the limit.
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.8.0'
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 1000.
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
- # 1000. The number of jobs returned might be fewer than the specified
1809
- # limit, but the number of returned jobs never exceeds the limit.
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 1,000 uploads.
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
- # 1000. The number of parts returned might be fewer than the specified
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
- # 1000. The number of vaults returned might be fewer than the
2131
- # specified limit, but the number of returned vaults never exceeds the
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.8.0
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-06-26 00:00:00.000000000 Z
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