aws-sdk-redshift 1.7.0 → 1.8.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: 8b68a3e74988179eb7804a89f19d9d08401dca16
4
- data.tar.gz: 53c800de067a9f6ddc689ba99ef9177dcae434d7
3
+ metadata.gz: f0227ab123688e1c6a923df187558f960b9338b5
4
+ data.tar.gz: c1912a53e5ab42383481faa138bc31810b40a972
5
5
  SHA512:
6
- metadata.gz: 56b7381c4e8977c208a4fa6f99e4d82a898738cf7158548b165dd19a264a990e0a56309b36a236ce3e0a9f61b5038aaad98cd7d84b1fb37ca21069df95f7925b
7
- data.tar.gz: 12819598ce83ed8edcee1efc99c5db9f92b9d1ee4f1e686ccd6ffa59bd03af4a9c3b97c062af34334d92678270163389e65af766d72b03d1a13344a8696273af
6
+ metadata.gz: 49d7e90471adc5e11b5b0a1170e5dcd511d7be1b7d6b4d9d07ff4bb8cebba6eae233086b1ac1eb2fc2ff417c6f3028618f076da4e3f336c7605795c51d696e37
7
+ data.tar.gz: 4fafc4902bf47fddd2ace3390ec199b75176d6258af6b4f0fdbf8c051a0c1dd43fddb960d20da4f4e3af868956e582fba1e7133b56bfd164c66f0fcbb9c11530
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.7.0'
46
+ GEM_VERSION = '1.8.0'
47
47
 
48
48
  end
@@ -5927,7 +5927,25 @@ module Aws::Redshift
5927
5927
  req.send_request(options)
5928
5928
  end
5929
5929
 
5930
- # Changes the cluster's type, node type, or number of nodes.
5930
+ # Changes the size of the cluster. You can change the cluster's type,
5931
+ # or change the number or type of nodes. The default behavior is to use
5932
+ # the elastic resize method. With an elastic resize your cluster is
5933
+ # avaialble for read and write operations more quickly than with the
5934
+ # classic resize method.
5935
+ #
5936
+ # Elastic resize operations have the following restrictions:
5937
+ #
5938
+ # * You can only resize clusters of the following types:
5939
+ #
5940
+ # * dc2.large
5941
+ #
5942
+ # * dc2.8xlarge
5943
+ #
5944
+ # * ds2.xlarge
5945
+ #
5946
+ # * ds2.8xlarge
5947
+ #
5948
+ # * The type of nodes you add must match the node type for the cluster.
5931
5949
  #
5932
5950
  # @option params [required, String] :cluster_identifier
5933
5951
  # The unique identifier for the cluster to resize.
@@ -5943,7 +5961,8 @@ module Aws::Redshift
5943
5961
  #
5944
5962
  # @option params [Boolean] :classic
5945
5963
  # A boolean value indicating whether the resize operation is using the
5946
- # classic resize process.
5964
+ # classic resize process. If you don't provide this parameter or set
5965
+ # the value to `false` the resize type is elastic.
5947
5966
  #
5948
5967
  # @return [Types::ResizeClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5949
5968
  #
@@ -6751,7 +6770,7 @@ module Aws::Redshift
6751
6770
  params: params,
6752
6771
  config: config)
6753
6772
  context[:gem_name] = 'aws-sdk-redshift'
6754
- context[:gem_version] = '1.7.0'
6773
+ context[:gem_version] = '1.8.0'
6755
6774
  Seahorse::Client::Request.new(handlers, context)
6756
6775
  end
6757
6776
 
@@ -5910,7 +5910,8 @@ module Aws::Redshift
5910
5910
  #
5911
5911
  # @!attribute [rw] classic
5912
5912
  # A boolean value indicating whether the resize operation is using the
5913
- # classic resize process.
5913
+ # classic resize process. If you don't provide this parameter or set
5914
+ # the value to `false` the resize type is elastic.
5914
5915
  # @return [Boolean]
5915
5916
  #
5916
5917
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeClusterMessage AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2018-08-16 00:00:00.000000000 Z
11
+ date: 2018-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core