aws-sdk-redshift 1.2.0 → 1.3.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: 6f8b00f26d906e0ca7ad8f0df0125054bcb9e781
4
- data.tar.gz: a0c25c6ff8c5aad014d072e5a28ea0543a827dd8
3
+ metadata.gz: ab729ddf10df93f0dfe029e0439338dba21cff08
4
+ data.tar.gz: e74d154f127c2dc627d3d950bb745c043aae23fa
5
5
  SHA512:
6
- metadata.gz: f2bdbdffe34d72a12e6ba4e3f71fbf64da1d3cfe63e54ac12769675097a4726482c71051190ad51e6e58ebfcc5d2e40e3e6bebf2b66453ecc1429e90e1fef28f
7
- data.tar.gz: be0a41f94a124aa2a74e1f1ae373e73dc1e4a2389b558beb9a9c9ace052d6bf44cd20d9ec4ae4a578004a9ae659a065246a752965de5aed3c6e0f7aedb648d83
6
+ metadata.gz: 1fbca3830ae2c2a71a4421d52e591885860a3cce21991a6df45cc8502db823af130c3d71004cfc4f349ef204696604da2e5eeb94e553c1b99fcd914cac0de214
7
+ data.tar.gz: 5cc080b299ff7584d619c175539bf4c08fc54b4d82650a8ace7ebcda21ee569cd559f2490f80f80ce7c83e42b989b1a95700a6755df0c712cab00ee0f6d40046
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.2.0'
46
+ GEM_VERSION = '1.3.0'
47
47
 
48
48
  end
@@ -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 10 tags. If you try to create more than 10
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.2.0'
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.2.0
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-03-12 00:00:00.000000000 Z
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.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