aws-sdk-storagegateway 1.80.0 → 1.81.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: 206d3b9b49111402b12ed52c1cb285c7de75cdf739daa73857a967e4dcf6d10b
4
- data.tar.gz: 86c239d783612aef4071862dc5fe263950c6532809b8053906e88e8873328d1b
3
+ metadata.gz: 2ab85ddd15afcdce786cec6802fa1d49060470ce86903d6c8d61363dd9ecc400
4
+ data.tar.gz: 75d4599aa386c7c970f9fd7847942608b53dd2bef7b987a95dba946853b42ed3
5
5
  SHA512:
6
- metadata.gz: f07e1e16e14322feb79070a7f0fff687624d421425b9d12ac291f07c1f174ac4d7fbb32e58ce4898b0a759e58b868667e0d007e518d56bddc61b482d2aefae89
7
- data.tar.gz: 7dae7f5e058f15650f5b2d876f6fc3f44a6c6869175f60da12916e2009c463b7a24cb004c5b64de5559cecebc27ba617d7d1942c8599b3e685cddec70fb1e16e
6
+ metadata.gz: c0918e02eee0ef10fa51d7dd5eab5d4f8df1313e6a90b813e376ba49884945cf799629b3860048ebbedaf3e567aa732af5a8e39d7591691826baecb2c3d442f3
7
+ data.tar.gz: cb30fef4b71976fb34eb937eeb730ce1cb2200c5f52b685eb2138fe9c39dd9f315c47b95a0d25f82f530dbf7b3d167d1c0c1de00a9f29337fd6ac9fb13832367
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2024-01-24)
5
+ ------------------
6
+
7
+ * Feature - Add DeprecationDate and SoftwareVersion to response of ListGateways.
8
+
4
9
  1.80.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -4115,10 +4115,18 @@ module Aws::StorageGateway
4115
4115
  req.send_request(options)
4116
4116
  end
4117
4117
 
4118
- # Returns a description of the specified Amazon Resource Name (ARN) of
4119
- # virtual tapes. If a `TapeARN` is not specified, returns a description
4120
- # of all virtual tapes associated with the specified gateway. This
4121
- # operation is only supported in the tape gateway type.
4118
+ # Returns a description of virtual tapes that correspond to the
4119
+ # specified Amazon Resource Names (ARNs). If `TapeARN` is not specified,
4120
+ # returns a description of the virtual tapes associated with the
4121
+ # specified gateway. This operation is only supported for the tape
4122
+ # gateway type.
4123
+ #
4124
+ # The operation supports pagination. By default, the operation returns a
4125
+ # maximum of up to 100 tapes. You can optionally specify the `Limit`
4126
+ # field in the body to limit the number of tapes in the response. If the
4127
+ # number of tapes returned in the response is truncated, the response
4128
+ # includes a `Marker` field. You can use this `Marker` value in your
4129
+ # subsequent request to retrieve the next set of tapes.
4122
4130
  #
4123
4131
  # @option params [required, String] :gateway_arn
4124
4132
  # The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
@@ -4943,6 +4951,8 @@ module Aws::StorageGateway
4943
4951
  # resp.gateways[0].ec2_instance_region #=> String
4944
4952
  # resp.gateways[0].host_environment #=> String, one of "VMWARE", "HYPER-V", "EC2", "KVM", "OTHER", "SNOWBALL"
4945
4953
  # resp.gateways[0].host_environment_id #=> String
4954
+ # resp.gateways[0].deprecation_date #=> String
4955
+ # resp.gateways[0].software_version #=> String
4946
4956
  # resp.marker #=> String
4947
4957
  #
4948
4958
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListGateways AWS API Documentation
@@ -5433,7 +5443,7 @@ module Aws::StorageGateway
5433
5443
  end
5434
5444
 
5435
5445
  # Sends you notification through CloudWatch Events when all files
5436
- # written to your file share have been uploaded to S3. Amazon S3.
5446
+ # written to your file share have been uploaded to Amazon S3.
5437
5447
  #
5438
5448
  # Storage Gateway can send a notification through Amazon CloudWatch
5439
5449
  # Events when all files written to your file share up to that point in
@@ -5491,7 +5501,7 @@ module Aws::StorageGateway
5491
5501
  #
5492
5502
  # You can subscribe to be notified through an Amazon CloudWatch event
5493
5503
  # when your `RefreshCache` operation completes. For more information,
5494
- # see [Getting notified about file operations][1] in the *Storage
5504
+ # see [Getting notified about file operations][1] in the *Amazon S3 File
5495
5505
  # Gateway User Guide*. This operation is Only supported for S3 File
5496
5506
  # Gateways.
5497
5507
  #
@@ -5507,7 +5517,7 @@ module Aws::StorageGateway
5507
5517
  # no more than two refreshes at any time. We recommend using the
5508
5518
  # refresh-complete CloudWatch event notification before issuing
5509
5519
  # additional requests. For more information, see [Getting notified about
5510
- # file operations][1] in the *Storage Gateway User Guide*.
5520
+ # file operations][1] in the *Amazon S3 File Gateway User Guide*.
5511
5521
  #
5512
5522
  # * Wait at least 60 seconds between consecutive RefreshCache API
5513
5523
  # requests.
@@ -5523,11 +5533,11 @@ module Aws::StorageGateway
5523
5533
  # </note>
5524
5534
  #
5525
5535
  # For more information, see [Getting notified about file operations][1]
5526
- # in the *Storage Gateway User Guide*.
5536
+ # in the *Amazon S3 File Gateway User Guide*.
5527
5537
  #
5528
5538
  #
5529
5539
  #
5530
- # [1]: https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html#get-notification
5540
+ # [1]: https://docs.aws.amazon.com/filegateway/latest/files3/monitoring-file-gateway.html#get-notification
5531
5541
  #
5532
5542
  # @option params [required, String] :file_share_arn
5533
5543
  # The Amazon Resource Name (ARN) of the file share you want to refresh.
@@ -5900,8 +5910,14 @@ module Aws::StorageGateway
5900
5910
  req.send_request(options)
5901
5911
  end
5902
5912
 
5903
- # Shuts down a gateway. To specify which gateway to shut down, use the
5904
- # Amazon Resource Name (ARN) of the gateway in the body of your request.
5913
+ # Shuts down a Tape Gateway or Volume Gateway. To specify which gateway
5914
+ # to shut down, use the Amazon Resource Name (ARN) of the gateway in the
5915
+ # body of your request.
5916
+ #
5917
+ # <note markdown="1"> This API action cannot be used to shut down S3 File Gateway or FSx
5918
+ # File Gateway.
5919
+ #
5920
+ # </note>
5905
5921
  #
5906
5922
  # The operation shuts down the gateway service component running in the
5907
5923
  # gateway's virtual machine (VM) and not the host VM.
@@ -7271,7 +7287,7 @@ module Aws::StorageGateway
7271
7287
  params: params,
7272
7288
  config: config)
7273
7289
  context[:gem_name] = 'aws-sdk-storagegateway'
7274
- context[:gem_version] = '1.80.0'
7290
+ context[:gem_version] = '1.81.0'
7275
7291
  Seahorse::Client::Request.new(handlers, context)
7276
7292
  end
7277
7293
 
@@ -1042,6 +1042,8 @@ module Aws::StorageGateway
1042
1042
  GatewayInfo.add_member(:ec2_instance_region, Shapes::ShapeRef.new(shape: Ec2InstanceRegion, location_name: "Ec2InstanceRegion"))
1043
1043
  GatewayInfo.add_member(:host_environment, Shapes::ShapeRef.new(shape: HostEnvironment, location_name: "HostEnvironment"))
1044
1044
  GatewayInfo.add_member(:host_environment_id, Shapes::ShapeRef.new(shape: HostEnvironmentId, location_name: "HostEnvironmentId"))
1045
+ GatewayInfo.add_member(:deprecation_date, Shapes::ShapeRef.new(shape: DeprecationDate, location_name: "DeprecationDate"))
1046
+ GatewayInfo.add_member(:software_version, Shapes::ShapeRef.new(shape: SoftwareVersion, location_name: "SoftwareVersion"))
1045
1047
  GatewayInfo.struct_class = Types::GatewayInfo
1046
1048
 
1047
1049
  GatewayNetworkInterfaces.member = Shapes::ShapeRef.new(shape: NetworkInterface)
@@ -32,7 +32,7 @@ module Aws::StorageGateway
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://storagegateway-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -4070,6 +4070,15 @@ module Aws::StorageGateway
4070
4070
  # environments, and its format depends on the host environment type.
4071
4071
  # @return [String]
4072
4072
  #
4073
+ # @!attribute [rw] deprecation_date
4074
+ # Date after which this gateway will not receive software updates for
4075
+ # new features and bug fixes.
4076
+ # @return [String]
4077
+ #
4078
+ # @!attribute [rw] software_version
4079
+ # The version number of the software running on the gateway appliance.
4080
+ # @return [String]
4081
+ #
4073
4082
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/GatewayInfo AWS API Documentation
4074
4083
  #
4075
4084
  class GatewayInfo < Struct.new(
@@ -4081,7 +4090,9 @@ module Aws::StorageGateway
4081
4090
  :ec2_instance_id,
4082
4091
  :ec2_instance_region,
4083
4092
  :host_environment,
4084
- :host_environment_id)
4093
+ :host_environment_id,
4094
+ :deprecation_date,
4095
+ :software_version)
4085
4096
  SENSITIVE = []
4086
4097
  include Aws::Structure
4087
4098
  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.80.0'
55
+ GEM_VERSION = '1.81.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.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-storagegateway
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-storagegateway/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - AWS Storage Gateway
94
94
  test_files: []