aws-sdk-redshift 1.36.0 → 1.37.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: bb7b0b12b6ed4354e004ee3ad397fee174a2fa27
4
- data.tar.gz: eeb70fbe259974618d57085e3939ef11a4713b4b
3
+ metadata.gz: 6a171187f0be8e2c0670a7ee03fe24f93ea468b2
4
+ data.tar.gz: 6810f12f084448dbe565cca8004f91728e51977d
5
5
  SHA512:
6
- metadata.gz: 54875c068c4d0ee2c30256d757426d03577c05c688cbdd010cc1500bf5625c6e6179db0c3ddd56854237a736934be70fe651c4b03eaa67c03928427d7bbb423b
7
- data.tar.gz: 3a23134e693080630eea8cbb7eaf98e6912b4b36613217adcfd222e15fef599756f71093c06bdbecbaa9973895385f305431a32940adc927cf88616c42a889ac
6
+ metadata.gz: '087ce50c80078415c050ee9e638baf8c01a5eca091332dee3ab1018e4059c710718ad604a1b2d46b834f773a0d03800ee08cf2679f88627e5a4bc5b358aa82f5'
7
+ data.tar.gz: ab866753465e9e83a647cd3916165772add193d19347881043bcd1b859a9ffe4e5fa13bec60d74ae08c573d01870e3f833b5a7c60db8a59d46f21191224ec98c
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.36.0'
46
+ GEM_VERSION = '1.37.0'
47
47
 
48
48
  end
@@ -1925,7 +1925,7 @@ module Aws::Redshift
1925
1925
  # cluster_identifier: "String", # required
1926
1926
  # cluster_type: "String",
1927
1927
  # node_type: "String",
1928
- # number_of_nodes: 1, # required
1928
+ # number_of_nodes: 1,
1929
1929
  # classic: false,
1930
1930
  # },
1931
1931
  # },
@@ -4283,7 +4283,8 @@ module Aws::Redshift
4283
4283
  # "restore-cluster" to get configuration combinations based on an
4284
4284
  # existing snapshot. Specify "recommend-node-config" to get
4285
4285
  # configuration recommendations based on an existing cluster or
4286
- # snapshot.
4286
+ # snapshot. Specify "resize-cluster" to get configuration combinations
4287
+ # for elastic resize based on an existing cluster.
4287
4288
  #
4288
4289
  # @option params [String] :cluster_identifier
4289
4290
  # The identifier of the cluster to evaluate for possible node
@@ -4329,7 +4330,7 @@ module Aws::Redshift
4329
4330
  # @example Request syntax with placeholder values
4330
4331
  #
4331
4332
  # resp = client.describe_node_configuration_options({
4332
- # action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config
4333
+ # action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config, resize-cluster
4333
4334
  # cluster_identifier: "String",
4334
4335
  # snapshot_identifier: "String",
4335
4336
  # owner_account: "String",
@@ -6948,7 +6949,7 @@ module Aws::Redshift
6948
6949
  # cluster_identifier: "String", # required
6949
6950
  # cluster_type: "String",
6950
6951
  # node_type: "String",
6951
- # number_of_nodes: 1, # required
6952
+ # number_of_nodes: 1,
6952
6953
  # classic: false,
6953
6954
  # },
6954
6955
  # },
@@ -7490,7 +7491,7 @@ module Aws::Redshift
7490
7491
  # The new node type for the nodes you are adding. If not specified, the
7491
7492
  # cluster's current node type is used.
7492
7493
  #
7493
- # @option params [required, Integer] :number_of_nodes
7494
+ # @option params [Integer] :number_of_nodes
7494
7495
  # The new number of nodes for the cluster.
7495
7496
  #
7496
7497
  # @option params [Boolean] :classic
@@ -7508,7 +7509,7 @@ module Aws::Redshift
7508
7509
  # cluster_identifier: "String", # required
7509
7510
  # cluster_type: "String",
7510
7511
  # node_type: "String",
7511
- # number_of_nodes: 1, # required
7512
+ # number_of_nodes: 1,
7512
7513
  # classic: false,
7513
7514
  # })
7514
7515
  #
@@ -8386,7 +8387,7 @@ module Aws::Redshift
8386
8387
  params: params,
8387
8388
  config: config)
8388
8389
  context[:gem_name] = 'aws-sdk-redshift'
8389
- context[:gem_version] = '1.36.0'
8390
+ context[:gem_version] = '1.37.0'
8390
8391
  Seahorse::Client::Request.new(handlers, context)
8391
8392
  end
8392
8393
 
@@ -1476,7 +1476,7 @@ module Aws::Redshift
1476
1476
  ResizeClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1477
1477
  ResizeClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
1478
1478
  ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1479
- ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NumberOfNodes"))
1479
+ ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1480
1480
  ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
1481
1481
  ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
1482
1482
 
@@ -2283,7 +2283,7 @@ module Aws::Redshift
2283
2283
  # cluster_identifier: "String", # required
2284
2284
  # cluster_type: "String",
2285
2285
  # node_type: "String",
2286
- # number_of_nodes: 1, # required
2286
+ # number_of_nodes: 1,
2287
2287
  # classic: false,
2288
2288
  # },
2289
2289
  # },
@@ -4059,7 +4059,7 @@ module Aws::Redshift
4059
4059
  # data as a hash:
4060
4060
  #
4061
4061
  # {
4062
- # action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config
4062
+ # action_type: "restore-cluster", # required, accepts restore-cluster, recommend-node-config, resize-cluster
4063
4063
  # cluster_identifier: "String",
4064
4064
  # snapshot_identifier: "String",
4065
4065
  # owner_account: "String",
@@ -4079,7 +4079,8 @@ module Aws::Redshift
4079
4079
  # Specify "restore-cluster" to get configuration combinations based
4080
4080
  # on an existing snapshot. Specify "recommend-node-config" to get
4081
4081
  # configuration recommendations based on an existing cluster or
4082
- # snapshot.
4082
+ # snapshot. Specify "resize-cluster" to get configuration
4083
+ # combinations for elastic resize based on an existing cluster.
4083
4084
  # @return [String]
4084
4085
  #
4085
4086
  # @!attribute [rw] cluster_identifier
@@ -6340,7 +6341,7 @@ module Aws::Redshift
6340
6341
  # cluster_identifier: "String", # required
6341
6342
  # cluster_type: "String",
6342
6343
  # node_type: "String",
6343
- # number_of_nodes: 1, # required
6344
+ # number_of_nodes: 1,
6344
6345
  # classic: false,
6345
6346
  # },
6346
6347
  # },
@@ -7140,7 +7141,7 @@ module Aws::Redshift
7140
7141
  # cluster_identifier: "String", # required
7141
7142
  # cluster_type: "String",
7142
7143
  # node_type: "String",
7143
- # number_of_nodes: 1, # required
7144
+ # number_of_nodes: 1,
7144
7145
  # classic: false,
7145
7146
  # }
7146
7147
  #
@@ -7961,9 +7962,9 @@ module Aws::Redshift
7961
7962
  # example, "`at(2016-03-04T17:27:00)`".
7962
7963
  #
7963
7964
  # Format of cron expressions is "`cron(Minutes Hours Day-of-month
7964
- # Month Day-of-week Year)`". For example, "`cron(0, 10, *, *, MON,
7965
- # *)`". For more information, see [Cron Expressions][1] in the
7966
- # *Amazon CloudWatch Events User Guide*.
7965
+ # Month Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`".
7966
+ # For more information, see [Cron Expressions][1] in the *Amazon
7967
+ # CloudWatch Events User Guide*.
7967
7968
  #
7968
7969
  #
7969
7970
  #
@@ -8060,7 +8061,7 @@ module Aws::Redshift
8060
8061
  # cluster_identifier: "String", # required
8061
8062
  # cluster_type: "String",
8062
8063
  # node_type: "String",
8063
- # number_of_nodes: 1, # required
8064
+ # number_of_nodes: 1,
8064
8065
  # classic: false,
8065
8066
  # },
8066
8067
  # }
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.36.0
4
+ version: 1.37.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: 2020-01-17 00:00:00.000000000 Z
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core