aws-sdk-storagegateway 1.80.0 → 1.81.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 +4 -4
 - data/CHANGELOG.md +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-storagegateway/client.rb +28 -12
 - data/lib/aws-sdk-storagegateway/client_api.rb +2 -0
 - data/lib/aws-sdk-storagegateway/endpoint_provider.rb +1 -1
 - data/lib/aws-sdk-storagegateway/types.rb +12 -1
 - data/lib/aws-sdk-storagegateway.rb +1 -1
 - metadata +6 -6
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 2ab85ddd15afcdce786cec6802fa1d49060470ce86903d6c8d61363dd9ecc400
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 75d4599aa386c7c970f9fd7847942608b53dd2bef7b987a95dba946853b42ed3
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: c0918e02eee0ef10fa51d7dd5eab5d4f8df1313e6a90b813e376ba49884945cf799629b3860048ebbedaf3e567aa732af5a8e39d7591691826baecb2c3d442f3
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: cb30fef4b71976fb34eb937eeb730ce1cb2200c5f52b685eb2138fe9c39dd9f315c47b95a0d25f82f530dbf7b3d167d1c0c1de00a9f29337fd6ac9fb13832367
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            1. 
     | 
| 
      
 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  
     | 
| 
       4119 
     | 
    
         
            -
                #  
     | 
| 
       4120 
     | 
    
         
            -
                # of  
     | 
| 
       4121 
     | 
    
         
            -
                # operation is only supported  
     | 
| 
      
 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  
     | 
| 
      
 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 * 
     | 
| 
      
 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 * 
     | 
| 
      
 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 * 
     | 
| 
      
 5536 
     | 
    
         
            +
                # in the *Amazon S3 File Gateway User Guide*.
         
     | 
| 
       5527 
5537 
     | 
    
         
             
                #
         
     | 
| 
       5528 
5538 
     | 
    
         
             
                #
         
     | 
| 
       5529 
5539 
     | 
    
         
             
                #
         
     | 
| 
       5530 
     | 
    
         
            -
                # [1]: https://docs.aws.amazon.com/ 
     | 
| 
      
 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  
     | 
| 
       5904 
     | 
    
         
            -
                # Amazon Resource Name (ARN) of the gateway in the 
     | 
| 
      
 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. 
     | 
| 
      
 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?( 
     | 
| 
      
 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
         
     | 
    
        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.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:  
     | 
| 
      
 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. 
     | 
| 
       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: []
         
     |