aws-sdk-storagegateway 1.64.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99742414ffba1b60a011ea4574d68333725532f1814975278bda78456d6e2d04
4
- data.tar.gz: 7e395d40df4a0a4e011cf61ead2599d682c082b63b4c784f059ec83896732244
3
+ metadata.gz: e9ad308ac780fbd56790c84b83c059584d9d6f9c37266943a9a962ed868c8f69
4
+ data.tar.gz: 6ee4f19d5d3bcfb13dc29e03b0e6f4f4954ec0f6510e7d2899f912b70afc8142
5
5
  SHA512:
6
- metadata.gz: 5c8da31a48c90f80c79e16b5b28aaf700c4c83af91dc98cfa8df6e6c6d41aadc273f5e60ef7565eaa9519abfbb35059e5b4f7edd0a4b0bc5ef5db013e443f619
7
- data.tar.gz: 29d1a9daa4238bbfb44f338fd58264f78ce250b1a76047ebba6373ee5869f1127ca5182f1f7483dae555ea3e0a41e346dc343f9d5e0057f9cb4793fd310b94ed
6
+ metadata.gz: f68bdcfea8f7632cd61d458bfd9cee54eb12c461e4ce240c6bbad5367ff44aff4a576ec51a6acef655de960b55105772f2462b74e02b825d1c497d341a94d944
7
+ data.tar.gz: e245b1d54131beffa5ac590bebb9ec27c9602606191099c757624b255ebaa7f2653d3939e80c5b4ea89780df7eb916107a261cdaaad87b0486868e87d089648e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2022-01-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for adding bandwidth throttling support for S3 File Gateways.
8
+
4
9
  1.64.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -2530,7 +2530,8 @@ module Aws::StorageGateway
2530
2530
  # If you delete only one of the limits, the other limit remains
2531
2531
  # unchanged. To specify which gateway to work with, use the Amazon
2532
2532
  # Resource Name (ARN) of the gateway in your request. This operation is
2533
- # supported for the stored volume, cached volume and tape gateway types.
2533
+ # supported only for the stored volume, cached volume, and tape gateway
2534
+ # types.
2534
2535
  #
2535
2536
  # @option params [required, String] :gateway_arn
2536
2537
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -3042,11 +3043,12 @@ module Aws::StorageGateway
3042
3043
 
3043
3044
  # Returns the bandwidth rate limits of a gateway. By default, these
3044
3045
  # limits are not set, which means no bandwidth rate limiting is in
3045
- # effect. This operation is supported for the stored volume, cached
3046
- # volume, and tape gateway types.
3046
+ # effect. This operation is supported only for the stored volume, cached
3047
+ # volume, and tape gateway types. To describe bandwidth rate limits for
3048
+ # S3 file gateways, use DescribeBandwidthRateLimitSchedule.
3047
3049
  #
3048
- # This operation only returns a value for a bandwidth rate limit only if
3049
- # the limit is set. If no limits are set for the gateway, then this
3050
+ # This operation returns a value for a bandwidth rate limit only if the
3051
+ # limit is set. If no limits are set for the gateway, then this
3050
3052
  # operation returns only the gateway ARN in the response body. To
3051
3053
  # specify which gateway to describe, use the Amazon Resource Name (ARN)
3052
3054
  # of the gateway in your request.
@@ -3102,7 +3104,8 @@ module Aws::StorageGateway
3102
3104
  # Returns information about the bandwidth rate limit schedule of a
3103
3105
  # gateway. By default, gateways do not have bandwidth rate limit
3104
3106
  # schedules, which means no bandwidth rate limiting is in effect. This
3105
- # operation is supported only in the volume and tape gateway types.
3107
+ # operation is supported only for volume, tape and S3 file gateways. FSx
3108
+ # file gateways do not support bandwidth rate limits.
3106
3109
  #
3107
3110
  # This operation returns information about a gateway's bandwidth rate
3108
3111
  # limit schedule. A bandwidth rate limit schedule consists of one or
@@ -6068,8 +6071,9 @@ module Aws::StorageGateway
6068
6071
  # Updates the bandwidth rate limits of a gateway. You can update both
6069
6072
  # the upload and download bandwidth rate limit or specify only one of
6070
6073
  # the two. If you don't set a bandwidth rate limit, the existing rate
6071
- # limit remains. This operation is supported for the stored volume,
6072
- # cached volume, and tape gateway types.
6074
+ # limit remains. This operation is supported only for the stored volume,
6075
+ # cached volume, and tape gateway types. To update bandwidth rate limits
6076
+ # for S3 file gateways, use UpdateBandwidthRateLimitSchedule.
6073
6077
  #
6074
6078
  # By default, a gateway's bandwidth rate limits are not set. If you
6075
6079
  # don't set any limit, the gateway does not have any limitations on its
@@ -6136,7 +6140,8 @@ module Aws::StorageGateway
6136
6140
  # default, gateways do not have bandwidth rate limit schedules, which
6137
6141
  # means no bandwidth rate limiting is in effect. Use this to initiate or
6138
6142
  # update a gateway's bandwidth rate limit schedule. This operation is
6139
- # supported in the volume and tape gateway types.
6143
+ # supported only for volume, tape and S3 file gateways. FSx file
6144
+ # gateways do not support bandwidth rate limits.
6140
6145
  #
6141
6146
  # @option params [required, String] :gateway_arn
6142
6147
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -7213,7 +7218,7 @@ module Aws::StorageGateway
7213
7218
  params: params,
7214
7219
  config: config)
7215
7220
  context[:gem_name] = 'aws-sdk-storagegateway'
7216
- context[:gem_version] = '1.64.0'
7221
+ context[:gem_version] = '1.65.0'
7217
7222
  Seahorse::Client::Request.new(handlers, context)
7218
7223
  end
7219
7224
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
48
48
  # @!group service
49
49
  module Aws::StorageGateway
50
50
 
51
- GEM_VERSION = '1.64.0'
51
+ GEM_VERSION = '1.65.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core