aws-sdk-storagegateway 1.34.0 → 1.35.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
  SHA1:
3
- metadata.gz: e4e415a6887f04958eb72626aae8cef8d0a21cbe
4
- data.tar.gz: 58e7356953bee71a6ca6d9e7a29dc6f26f0dea38
3
+ metadata.gz: ad77246225cbb30c8fc013b92a291843dd5a2dde
4
+ data.tar.gz: 470cfc5baacdb0e61a31d65c7b13d24203901ba6
5
5
  SHA512:
6
- metadata.gz: 607a8d9460b8f5d211a1d46ed08e7247410ab41f1d81edfe1cdd996d4df2e735e9fece858c748e0301a35be2b67beff81118dcd9c3341d2bbb9d022d3bc0936b
7
- data.tar.gz: c492c7f8b88ca408799aec2c25c8314e620700a283cfe50e37aa8eae3b1bfea814b982b5a70b2bd8b496957e393d1eae5632c49983a7214aa7d655e60c6235b8
6
+ metadata.gz: 866fb071d8012aa156501831f31b817a8c045753d42f497924ecaa035ab09cec1c3a4658bc0d3075a25e6868aafc34f5ed5da5ae704fdfa7f56a7a6a1eb33395
7
+ data.tar.gz: '0518cb529245974034948abdc788740e2b0b71e3ec41d50b37707b459151c678f7f21b4d71c2bf60442175a8c56ccb5dd5a9d9183363054c0a9ad60a035ca474'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
42
42
  # @service
43
43
  module Aws::StorageGateway
44
44
 
45
- GEM_VERSION = '1.34.0'
45
+ GEM_VERSION = '1.35.0'
46
46
 
47
47
  end
@@ -2770,7 +2770,7 @@ module Aws::StorageGateway
2770
2770
  # resp.tags[0].value #=> String
2771
2771
  # resp.vpc_endpoint #=> String
2772
2772
  # resp.cloud_watch_log_group_arn #=> String
2773
- # resp.host_environment #=> String, one of "VMWARE", "HYPER-V", "EC2", "OTHER"
2773
+ # resp.host_environment #=> String, one of "VMWARE", "HYPER-V", "EC2", "KVM", "OTHER"
2774
2774
  #
2775
2775
  # @see http://docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformation AWS API Documentation
2776
2776
  #
@@ -5851,7 +5851,7 @@ module Aws::StorageGateway
5851
5851
  params: params,
5852
5852
  config: config)
5853
5853
  context[:gem_name] = 'aws-sdk-storagegateway'
5854
- context[:gem_version] = '1.34.0'
5854
+ context[:gem_version] = '1.35.0'
5855
5855
  Seahorse::Client::Request.new(handlers, context)
5856
5856
  end
5857
5857
 
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.34.0
4
+ version: 1.35.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: 2019-11-20 00:00:00.000000000 Z
11
+ date: 2020-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core