aws-sdk-redshift 1.45.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-redshift.rb +3 -2
- data/lib/aws-sdk-redshift/client.rb +30 -12
- data/lib/aws-sdk-redshift/types.rb +16 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4738c40db929c6dff2170a11c1fe7bdf815f8b5c0ed41658c3bdd185809c7fcc
|
4
|
+
data.tar.gz: 56826257ad65a4a0ef1623ab44497e2ec7e7e8203a895c4ed45b1d7ea4500226
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2956e4ada1a6edf7bca7ed362e8a0026509aec2d20457f757188952fe8d037ab11caf295972b686710ecaf07a25800ec6e992c447557e4ce4f55fef52fa29c5c
|
7
|
+
data.tar.gz: 7e1621456742ead0890b76c97a5a416e4a0c9ae93b3421c22fa7c2865116c64017fad5c7c3f5f65e4d2a00ed3223a2bfeee3a8812070ac1c8d25bf830f22c16a
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-redshift/customizations'
|
|
45
46
|
#
|
46
47
|
# See {Errors} for more information.
|
47
48
|
#
|
48
|
-
#
|
49
|
+
# @!group service
|
49
50
|
module Aws::Redshift
|
50
51
|
|
51
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.50.0'
|
52
53
|
|
53
54
|
end
|
@@ -85,13 +85,28 @@ module Aws::Redshift
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::Redshift
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -6343,9 +6358,7 @@ module Aws::Redshift
|
|
6343
6358
|
# Indicates whether the cluster is encrypted. If the value is encrypted
|
6344
6359
|
# (true) and you provide a value for the `KmsKeyId` parameter, we
|
6345
6360
|
# encrypt the cluster with the provided `KmsKeyId`. If you don't
|
6346
|
-
# provide a `KmsKeyId`, we encrypt with the default key.
|
6347
|
-
# region we use legacy encryption if you specify that the cluster is
|
6348
|
-
# encrypted.
|
6361
|
+
# provide a `KmsKeyId`, we encrypt with the default key.
|
6349
6362
|
#
|
6350
6363
|
# If the value is not encrypted (false), then the cluster is decrypted.
|
6351
6364
|
#
|
@@ -7983,6 +7996,10 @@ module Aws::Redshift
|
|
7983
7996
|
#
|
7984
7997
|
# * You can only resize clusters of the following types:
|
7985
7998
|
#
|
7999
|
+
# * dc1.large (if your cluster is in a VPC)
|
8000
|
+
#
|
8001
|
+
# * dc1.8xlarge (if your cluster is in a VPC)
|
8002
|
+
#
|
7986
8003
|
# * dc2.large
|
7987
8004
|
#
|
7988
8005
|
# * dc2.8xlarge
|
@@ -8009,7 +8026,8 @@ module Aws::Redshift
|
|
8009
8026
|
# cluster's current node type is used.
|
8010
8027
|
#
|
8011
8028
|
# @option params [Integer] :number_of_nodes
|
8012
|
-
# 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.
|
8013
8031
|
#
|
8014
8032
|
# @option params [Boolean] :classic
|
8015
8033
|
# A boolean value indicating whether the resize operation is using the
|
@@ -9026,7 +9044,7 @@ module Aws::Redshift
|
|
9026
9044
|
params: params,
|
9027
9045
|
config: config)
|
9028
9046
|
context[:gem_name] = 'aws-sdk-redshift'
|
9029
|
-
context[:gem_version] = '1.
|
9047
|
+
context[:gem_version] = '1.50.0'
|
9030
9048
|
Seahorse::Client::Request.new(handlers, context)
|
9031
9049
|
end
|
9032
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.50.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-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|