aws-sdk-redshift 1.2.0 → 1.3.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 +4 -3
- data/lib/aws-sdk-redshift/types.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab729ddf10df93f0dfe029e0439338dba21cff08
|
|
4
|
+
data.tar.gz: e74d154f127c2dc627d3d950bb745c043aae23fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fbca3830ae2c2a71a4421d52e591885860a3cce21991a6df45cc8502db823af130c3d71004cfc4f349ef204696604da2e5eeb94e553c1b99fcd914cac0de214
|
|
7
|
+
data.tar.gz: 5cc080b299ff7584d619c175539bf4c08fc54b4d82650a8ace7ebcda21ee569cd559f2490f80f80ce7c83e42b989b1a95700a6755df0c712cab00ee0f6d40046
|
data/lib/aws-sdk-redshift.rb
CHANGED
|
@@ -1549,7 +1549,7 @@ module Aws::Redshift
|
|
|
1549
1549
|
|
|
1550
1550
|
# Adds one or more tags to a specified resource.
|
|
1551
1551
|
#
|
|
1552
|
-
# A resource can have up to
|
|
1552
|
+
# A resource can have up to 50 tags. If you try to create more than 50
|
|
1553
1553
|
# tags for a resource, you will receive an error and the attempt will
|
|
1554
1554
|
# fail.
|
|
1555
1555
|
#
|
|
@@ -4600,7 +4600,8 @@ module Aws::Redshift
|
|
|
4600
4600
|
#
|
|
4601
4601
|
# @option params [Array<String>] :vpc_security_group_ids
|
|
4602
4602
|
# A list of virtual private cloud (VPC) security groups to be associated
|
|
4603
|
-
# with the cluster.
|
|
4603
|
+
# with the cluster. This change is asynchronously applied as soon as
|
|
4604
|
+
# possible.
|
|
4604
4605
|
#
|
|
4605
4606
|
# @option params [String] :master_user_password
|
|
4606
4607
|
# The new password for the cluster master user. This change is
|
|
@@ -6203,7 +6204,7 @@ module Aws::Redshift
|
|
|
6203
6204
|
params: params,
|
|
6204
6205
|
config: config)
|
|
6205
6206
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
6206
|
-
context[:gem_version] = '1.
|
|
6207
|
+
context[:gem_version] = '1.3.0'
|
|
6207
6208
|
Seahorse::Client::Request.new(handlers, context)
|
|
6208
6209
|
end
|
|
6209
6210
|
|
|
@@ -4578,7 +4578,8 @@ module Aws::Redshift
|
|
|
4578
4578
|
#
|
|
4579
4579
|
# @!attribute [rw] vpc_security_group_ids
|
|
4580
4580
|
# A list of virtual private cloud (VPC) security groups to be
|
|
4581
|
-
# associated with the cluster.
|
|
4581
|
+
# associated with the cluster. This change is asynchronously applied
|
|
4582
|
+
# as soon as possible.
|
|
4582
4583
|
# @return [Array<String>]
|
|
4583
4584
|
#
|
|
4584
4585
|
# @!attribute [rw] master_user_password
|
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.3.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-
|
|
11
|
+
date: 2018-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
78
|
rubyforge_project:
|
|
79
|
-
rubygems_version: 2.5.2.
|
|
79
|
+
rubygems_version: 2.5.2.3
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: AWS SDK for Ruby - Amazon Redshift
|