aws-sdk-storagegateway 1.77.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +26 -13
- data/lib/aws-sdk-storagegateway/client_api.rb +2 -0
- data/lib/aws-sdk-storagegateway/types.rb +13 -1
- data/lib/aws-sdk-storagegateway.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2147bb516b0c62b8510e550db7d0506ed4db9567f4f5c714da45058f54ba1a68
|
4
|
+
data.tar.gz: d2fc78c4e54b22be1461dcca732189383fd973172a92cec297d3ead31574f043
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b12584d8ac7842c69dca3c1a622f4d9c3510d939993f13566af29ffce7aa964535549844e906138f7c64492d812d4f6ad02f6049db08fbd12b058ab0713a75e
|
7
|
+
data.tar.gz: 411ffdf0242e794bbc899bf9d7ded52d6dec2310b588525397d3d80ea4677e9e21cdb350c1f4d2545be52da39bfe8f789cd03de0831bc86527e8f6a879a8efa0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.79.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.78.0 (2023-10-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add SoftwareVersion to response of DescribeGatewayInformation.
|
13
|
+
|
4
14
|
1.77.0 (2023-09-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.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
|
-
#
|
3453
|
-
#
|
3454
|
-
#
|
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
|
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
|
-
# *
|
5449
|
+
# *Amazon S3 File Gateway User Guide*.
|
5435
5450
|
#
|
5436
5451
|
#
|
5437
5452
|
#
|
5438
|
-
# [1]: https://docs.aws.amazon.com/
|
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
|
6186
|
-
#
|
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.
|
7274
|
+
context[:gem_version] = '1.79.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
|
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.
|
4
|
+
version: 1.79.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-
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.188.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.188.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
81
81
|
- - ">="
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '2.
|
83
|
+
version: '2.5'
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - ">="
|