aws-sdk-redshift 1.47.0 → 1.48.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/lib/aws-sdk-redshift.rb +1 -1
- data/lib/aws-sdk-redshift/client.rb +8 -5
- data/lib/aws-sdk-redshift/types.rb +16 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8e145adee90149cac6d16118bad8dde872c99a6e4729fc6153544dc0dcedcd1
|
4
|
+
data.tar.gz: 8912be37834411a7b5f7cade990867c9297576d7715d8f023f1a38452bde2eb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 406409280262a81564caabb3b77b77b5a2f08a01b0a5a5d3be2b111f0bb8c34c7ff2b6b8e391234a12bea36f14809c162de7f42586e74f500d6cf6256b79ed56
|
7
|
+
data.tar.gz: 9efdd9ad4f09592deb82b58a5a6047a3ddc73e90cd5106be869c54423a1b7e6df564dde1302d4609ff3746721ac924a9712bca47c52ea78d7d2e69ea33213782
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -6358,9 +6358,7 @@ module Aws::Redshift
|
|
6358
6358
|
# Indicates whether the cluster is encrypted. If the value is encrypted
|
6359
6359
|
# (true) and you provide a value for the `KmsKeyId` parameter, we
|
6360
6360
|
# encrypt the cluster with the provided `KmsKeyId`. If you don't
|
6361
|
-
# provide a `KmsKeyId`, we encrypt with the default key.
|
6362
|
-
# region we use legacy encryption if you specify that the cluster is
|
6363
|
-
# encrypted.
|
6361
|
+
# provide a `KmsKeyId`, we encrypt with the default key.
|
6364
6362
|
#
|
6365
6363
|
# If the value is not encrypted (false), then the cluster is decrypted.
|
6366
6364
|
#
|
@@ -7998,6 +7996,10 @@ module Aws::Redshift
|
|
7998
7996
|
#
|
7999
7997
|
# * You can only resize clusters of the following types:
|
8000
7998
|
#
|
7999
|
+
# * dc1.large (if your cluster is in a VPC)
|
8000
|
+
#
|
8001
|
+
# * dc1.8xlarge (if your cluster is in a VPC)
|
8002
|
+
#
|
8001
8003
|
# * dc2.large
|
8002
8004
|
#
|
8003
8005
|
# * dc2.8xlarge
|
@@ -8024,7 +8026,8 @@ module Aws::Redshift
|
|
8024
8026
|
# cluster's current node type is used.
|
8025
8027
|
#
|
8026
8028
|
# @option params [Integer] :number_of_nodes
|
8027
|
-
# The new number of nodes for the cluster.
|
8029
|
+
# The new number of nodes for the cluster. If not specified, the
|
8030
|
+
# cluster's current number of nodes is used.
|
8028
8031
|
#
|
8029
8032
|
# @option params [Boolean] :classic
|
8030
8033
|
# A boolean value indicating whether the resize operation is using the
|
@@ -9041,7 +9044,7 @@ module Aws::Redshift
|
|
9041
9044
|
params: params,
|
9042
9045
|
config: config)
|
9043
9046
|
context[:gem_name] = 'aws-sdk-redshift'
|
9044
|
-
context[:gem_version] = '1.
|
9047
|
+
context[:gem_version] = '1.48.0'
|
9045
9048
|
Seahorse::Client::Request.new(handlers, context)
|
9046
9049
|
end
|
9047
9050
|
|
@@ -6827,9 +6827,7 @@ module Aws::Redshift
|
|
6827
6827
|
# Indicates whether the cluster is encrypted. If the value is
|
6828
6828
|
# encrypted (true) and you provide a value for the `KmsKeyId`
|
6829
6829
|
# parameter, we encrypt the cluster with the provided `KmsKeyId`. If
|
6830
|
-
# you don't provide a `KmsKeyId`, we encrypt with the default key.
|
6831
|
-
# the China region we use legacy encryption if you specify that the
|
6832
|
-
# cluster is encrypted.
|
6830
|
+
# you don't provide a `KmsKeyId`, we encrypt with the default key.
|
6833
6831
|
#
|
6834
6832
|
# If the value is not encrypted (false), then the cluster is
|
6835
6833
|
# decrypted.
|
@@ -6869,6 +6867,8 @@ module Aws::Redshift
|
|
6869
6867
|
include Aws::Structure
|
6870
6868
|
end
|
6871
6869
|
|
6870
|
+
# Describes a modify cluster parameter group operation.
|
6871
|
+
#
|
6872
6872
|
# @note When making an API call, you may pass ModifyClusterParameterGroupMessage
|
6873
6873
|
# data as a hash:
|
6874
6874
|
#
|
@@ -7603,6 +7603,9 @@ module Aws::Redshift
|
|
7603
7603
|
include Aws::Structure
|
7604
7604
|
end
|
7605
7605
|
|
7606
|
+
# Describes a pause cluster operation. For example, a scheduled action
|
7607
|
+
# to run the `PauseCluster` API operation.
|
7608
|
+
#
|
7606
7609
|
# @note When making an API call, you may pass PauseClusterMessage
|
7607
7610
|
# data as a hash:
|
7608
7611
|
#
|
@@ -7698,7 +7701,7 @@ module Aws::Redshift
|
|
7698
7701
|
#
|
7699
7702
|
# @!attribute [rw] encryption_type
|
7700
7703
|
# The encryption type for a cluster. Possible values are: KMS and
|
7701
|
-
# None.
|
7704
|
+
# None.
|
7702
7705
|
# @return [String]
|
7703
7706
|
#
|
7704
7707
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PendingModifiedValues AWS API Documentation
|
@@ -8095,6 +8098,9 @@ module Aws::Redshift
|
|
8095
8098
|
include Aws::Structure
|
8096
8099
|
end
|
8097
8100
|
|
8101
|
+
# Describes a resize cluster operation. For example, a scheduled action
|
8102
|
+
# to run the `ResizeCluster` API operation.
|
8103
|
+
#
|
8098
8104
|
# @note When making an API call, you may pass ResizeClusterMessage
|
8099
8105
|
# data as a hash:
|
8100
8106
|
#
|
@@ -8120,7 +8126,8 @@ module Aws::Redshift
|
|
8120
8126
|
# @return [String]
|
8121
8127
|
#
|
8122
8128
|
# @!attribute [rw] number_of_nodes
|
8123
|
-
# The new number of nodes for the cluster.
|
8129
|
+
# The new number of nodes for the cluster. If not specified, the
|
8130
|
+
# cluster's current number of nodes is used.
|
8124
8131
|
# @return [Integer]
|
8125
8132
|
#
|
8126
8133
|
# @!attribute [rw] classic
|
@@ -8268,8 +8275,7 @@ module Aws::Redshift
|
|
8268
8275
|
# @!attribute [rw] target_encryption_type
|
8269
8276
|
# The type of encryption for the cluster after the resize is complete.
|
8270
8277
|
#
|
8271
|
-
# Possible values are `KMS` and `None`.
|
8272
|
-
# values are: `Legacy` and `None`.
|
8278
|
+
# Possible values are `KMS` and `None`.
|
8273
8279
|
# @return [String]
|
8274
8280
|
#
|
8275
8281
|
# @!attribute [rw] data_transfer_progress_percent
|
@@ -8755,6 +8761,9 @@ module Aws::Redshift
|
|
8755
8761
|
include Aws::Structure
|
8756
8762
|
end
|
8757
8763
|
|
8764
|
+
# Describes a resume cluster operation. For example, a scheduled action
|
8765
|
+
# to run the `ResumeCluster` API operation.
|
8766
|
+
#
|
8758
8767
|
# @note When making an API call, you may pass ResumeClusterMessage
|
8759
8768
|
# data as a hash:
|
8760
8769
|
#
|
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.
|
4
|
+
version: 1.48.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-08-
|
11
|
+
date: 2020-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|