aws-sdk-storagegateway 1.77.0 → 1.78.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: 455044e4b2d31727950c83ba80a5a37c3d26cbdc424b8bb3e25c476dac614e2a
4
- data.tar.gz: 593518777ce8e755ddfae4f8c45170d051cbb0f49308bdd37de30621e673784d
3
+ metadata.gz: a3366203c27cead98c8150cf68fd2ef8811e9f344213233646b0489323af2da6
4
+ data.tar.gz: d2f1056b9e626b7561d2728a2306200471622f50db8e172b739c2069960133e0
5
5
  SHA512:
6
- metadata.gz: c857a2c0d3adfd2371fbcb7312e54c552a557bd067ce59e8f7d82940dae6d1147d29b9facb45d02640fddbc762a3fe3e9ab0ca4a62284a7b17129422fb4d780c
7
- data.tar.gz: c18cba741559176e5c525b8bfcc0c4101b05631a465b52ee277386b9960924cedb82521be00716233a56a4f634755102ec1114fde8f3f5c4f8ce0b0d5639b20b
6
+ metadata.gz: 6022c05652e54d3e41f222b4a3d6819ced8c9e970405a92a0cc64722a0e66630a24a0412a7eedf1f779b3fd9b62b3cf0d5e3300cdc2140e06f26599ae87210af
7
+ data.tar.gz: b18a11aa2fd9346c6e635b0189e11eed3e1c559656d7f9b6809fd56b5fafd9f80c4f07bc67db0c3c5e5fc4605a800b35808674384c50d6d06334e6ea2e640972
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-10-05)
5
+ ------------------
6
+
7
+ * Feature - Add SoftwareVersion to response of DescribeGatewayInformation.
8
+
4
9
  1.77.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -3449,9 +3449,9 @@ module Aws::StorageGateway
3449
3449
  end
3450
3450
 
3451
3451
  # Returns metadata about a gateway such as its name, network interfaces,
3452
- # configured time zone, and the state (whether the gateway is running or
3453
- # not). To specify which gateway to describe, use the Amazon Resource
3454
- # Name (ARN) of the gateway in your request.
3452
+ # time zone, status, and software version. To specify which gateway to
3453
+ # describe, use the Amazon Resource Name (ARN) of the gateway in your
3454
+ # request.
3455
3455
  #
3456
3456
  # @option params [required, String] :gateway_arn
3457
3457
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -3481,6 +3481,7 @@ module Aws::StorageGateway
3481
3481
  # * {Types::DescribeGatewayInformationOutput#gateway_capacity #gateway_capacity} => String
3482
3482
  # * {Types::DescribeGatewayInformationOutput#supported_gateway_capacities #supported_gateway_capacities} => Array<String>
3483
3483
  # * {Types::DescribeGatewayInformationOutput#host_environment_id #host_environment_id} => String
3484
+ # * {Types::DescribeGatewayInformationOutput#software_version #software_version} => String
3484
3485
  #
3485
3486
  #
3486
3487
  # @example Example: To describe metadata about the gateway
@@ -3544,6 +3545,7 @@ module Aws::StorageGateway
3544
3545
  # resp.supported_gateway_capacities #=> Array
3545
3546
  # resp.supported_gateway_capacities[0] #=> String, one of "Small", "Medium", "Large"
3546
3547
  # resp.host_environment_id #=> String
3548
+ # resp.software_version #=> String
3547
3549
  #
3548
3550
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
3549
3551
  #
@@ -4642,6 +4644,19 @@ module Aws::StorageGateway
4642
4644
  # Adds a file gateway to an Active Directory domain. This operation is
4643
4645
  # only supported for file gateways that support the SMB file protocol.
4644
4646
  #
4647
+ # <note markdown="1"> Joining a domain creates an Active Directory computer account in the
4648
+ # default organizational unit, using the gateway's **Gateway ID** as
4649
+ # the account name (for example, SGW-1234ADE). If your Active Directory
4650
+ # environment requires that you pre-stage accounts to facilitate the
4651
+ # join domain process, you will need to create this account ahead of
4652
+ # time.
4653
+ #
4654
+ # To create the gateway's computer account in an organizational unit
4655
+ # other than the default, you must specify the organizational unit when
4656
+ # joining the domain.
4657
+ #
4658
+ # </note>
4659
+ #
4645
4660
  # @option params [required, String] :gateway_arn
4646
4661
  # The Amazon Resource Name (ARN) of the gateway. Use the `ListGateways`
4647
4662
  # operation to return a list of gateways for your account and Amazon Web
@@ -4749,8 +4764,8 @@ module Aws::StorageGateway
4749
4764
  end
4750
4765
 
4751
4766
  # Gets a list of the file shares for a specific S3 File Gateway, or the
4752
- # list of file shares that belong to the calling user account. This
4753
- # operation is only supported for S3 File Gateways.
4767
+ # list of file shares that belong to the calling Amazon Web Services
4768
+ # account. This operation is only supported for S3 File Gateways.
4754
4769
  #
4755
4770
  # @option params [String] :gateway_arn
4756
4771
  # The Amazon Resource Name (ARN) of the gateway whose file shares you
@@ -5431,11 +5446,11 @@ module Aws::StorageGateway
5431
5446
  # S3 File Gateways.
5432
5447
  #
5433
5448
  # For more information, see [Getting file upload notification][1] in the
5434
- # *Storage Gateway User Guide*.
5449
+ # *Amazon S3 File Gateway User Guide*.
5435
5450
  #
5436
5451
  #
5437
5452
  #
5438
- # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-upload-notification
5453
+ # [1]: https://docs.aws.amazon.com/filegateway/latest/files3/monitoring-file-gateway.html#get-notification
5439
5454
  #
5440
5455
  # @option params [required, String] :file_share_arn
5441
5456
  # The Amazon Resource Name (ARN) of the file share.
@@ -5497,9 +5512,6 @@ module Aws::StorageGateway
5497
5512
  # * Wait at least 60 seconds between consecutive RefreshCache API
5498
5513
  # requests.
5499
5514
  #
5500
- # * RefreshCache does not evict cache entries if invoked consecutively
5501
- # within 60 seconds of a previous RefreshCache request.
5502
- #
5503
5515
  # * If you invoke the RefreshCache API when two requests are already
5504
5516
  # being processed, any new request will cause an
5505
5517
  # `InvalidGatewayRequestException` error because too many requests
@@ -6182,8 +6194,9 @@ module Aws::StorageGateway
6182
6194
  # default, gateways do not have bandwidth rate limit schedules, which
6183
6195
  # means no bandwidth rate limiting is in effect. Use this to initiate or
6184
6196
  # update a gateway's bandwidth rate limit schedule. This operation is
6185
- # supported only for volume, tape and S3 file gateways. FSx file
6186
- # gateways do not support bandwidth rate limits.
6197
+ # supported for volume, tape, and S3 file gateways. S3 file gateways
6198
+ # support bandwidth rate limits for upload only. FSx file gateways do
6199
+ # not support bandwidth rate limits.
6187
6200
  #
6188
6201
  # @option params [required, String] :gateway_arn
6189
6202
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -7258,7 +7271,7 @@ module Aws::StorageGateway
7258
7271
  params: params,
7259
7272
  config: config)
7260
7273
  context[:gem_name] = 'aws-sdk-storagegateway'
7261
- context[:gem_version] = '1.77.0'
7274
+ context[:gem_version] = '1.78.0'
7262
7275
  Seahorse::Client::Request.new(handlers, context)
7263
7276
  end
7264
7277
 
@@ -301,6 +301,7 @@ module Aws::StorageGateway
301
301
  SnapshotDescription = Shapes::StringShape.new(name: 'SnapshotDescription')
302
302
  SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
303
303
  SoftwareUpdatesEndDate = Shapes::StringShape.new(name: 'SoftwareUpdatesEndDate')
304
+ SoftwareVersion = Shapes::StringShape.new(name: 'SoftwareVersion')
304
305
  Squash = Shapes::StringShape.new(name: 'Squash')
305
306
  StartAvailabilityMonitorTestInput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestInput')
306
307
  StartAvailabilityMonitorTestOutput = Shapes::StructureShape.new(name: 'StartAvailabilityMonitorTestOutput')
@@ -831,6 +832,7 @@ module Aws::StorageGateway
831
832
  DescribeGatewayInformationOutput.add_member(:gateway_capacity, Shapes::ShapeRef.new(shape: GatewayCapacity, location_name: "GatewayCapacity"))
832
833
  DescribeGatewayInformationOutput.add_member(:supported_gateway_capacities, Shapes::ShapeRef.new(shape: SupportedGatewayCapacities, location_name: "SupportedGatewayCapacities"))
833
834
  DescribeGatewayInformationOutput.add_member(:host_environment_id, Shapes::ShapeRef.new(shape: HostEnvironmentId, location_name: "HostEnvironmentId"))
835
+ DescribeGatewayInformationOutput.add_member(:software_version, Shapes::ShapeRef.new(shape: SoftwareVersion, location_name: "SoftwareVersion"))
834
836
  DescribeGatewayInformationOutput.struct_class = Types::DescribeGatewayInformationOutput
835
837
 
836
838
  DescribeMaintenanceStartTimeInput.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayARN, required: true, location_name: "GatewayARN"))
@@ -632,6 +632,13 @@ module Aws::StorageGateway
632
632
  # The average upload rate limit component of the bandwidth rate limit
633
633
  # interval, in bits per second. This field does not appear in the
634
634
  # response if the upload rate limit is not set.
635
+ #
636
+ # <note markdown="1"> For Tape Gateway and Volume Gateway, the minimum value is `51200`.
637
+ #
638
+ # For S3 File Gateway and FSx File Gateway, the minimum value is
639
+ # `104857600`.
640
+ #
641
+ # </note>
635
642
  # @return [Integer]
636
643
  #
637
644
  # @!attribute [rw] average_download_rate_limit_in_bits_per_sec
@@ -2880,6 +2887,10 @@ module Aws::StorageGateway
2880
2887
  # environments, and its format depends on the host environment type.
2881
2888
  # @return [String]
2882
2889
  #
2890
+ # @!attribute [rw] software_version
2891
+ # The version number of the software running on the gateway appliance.
2892
+ # @return [String]
2893
+ #
2883
2894
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
2884
2895
  #
2885
2896
  class DescribeGatewayInformationOutput < Struct.new(
@@ -2903,7 +2914,8 @@ module Aws::StorageGateway
2903
2914
  :deprecation_date,
2904
2915
  :gateway_capacity,
2905
2916
  :supported_gateway_capacities,
2906
- :host_environment_id)
2917
+ :host_environment_id,
2918
+ :software_version)
2907
2919
  SENSITIVE = []
2908
2920
  include Aws::Structure
2909
2921
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
52
52
  # @!group service
53
53
  module Aws::StorageGateway
54
54
 
55
- GEM_VERSION = '1.77.0'
55
+ GEM_VERSION = '1.78.0'
56
56
 
57
57
  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.77.0
4
+ version: 1.78.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core