aws-sdk-rds 1.16.0 → 1.17.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: '0882e67812ace1cdc5ac343ead7f21303b28e2c8'
4
- data.tar.gz: 4b9ed71c86733de7e1a79acb5e08da16409e3520
3
+ metadata.gz: 41e56511f4b2620a1936b2e5782d50625271c1ac
4
+ data.tar.gz: f4f8a1158156f05417f0144896173e53772f8571
5
5
  SHA512:
6
- metadata.gz: f897d0bd3a60e8c16c27f12bdd8fb8648d4f8e4fb97afb7b6a57ea55b4ec568edbaf7cbaefaa8799e26cc370cc09971cd658a8f119143e0100868a676ade86d6
7
- data.tar.gz: 1785cb1e7ecef16bc257295fad6ab8d654f302d843046b01e8a3b67409140506bf0408264479cefc23390a10831158c48e64adfd1dd301beca856f21882b2cd1
6
+ metadata.gz: cdd597ce7a9590ba386dee5b8e22fe9264ebd84adc1afe228f6f72e2352e4182595fd3a5808f3052ac4f89d2d0c98b9506f90619a270b1e7a104b145924ca0c4
7
+ data.tar.gz: f9c7b770663d3c4fb8094419af792438d6a61a4c858273de7f91658fa3e30e8e8b1deb5626a36e8b389ae9b139f4fd890c97b8b33d8d1868340b1bd172544fb8
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.16.0'
71
+ GEM_VERSION = '1.17.0'
72
72
 
73
73
  end
@@ -722,10 +722,6 @@ module Aws::RDS
722
722
  # key ID is the Amazon Resource Name (ARN), KMS key identifier, or the
723
723
  # KMS key alias for the KMS encryption key.
724
724
  #
725
- # If you copy an unencrypted DB cluster snapshot and specify a value for
726
- # the `KmsKeyId` parameter, Amazon RDS encrypts the target DB cluster
727
- # snapshot using the specified KMS encryption key.
728
- #
729
725
  # If you copy an encrypted DB cluster snapshot from your AWS account,
730
726
  # you can specify a value for `KmsKeyId` to encrypt the copy with a new
731
727
  # KMS encryption key. If you don't specify a value for `KmsKeyId`, then
@@ -742,6 +738,9 @@ module Aws::RDS
742
738
  # in, and you can't use encryption keys from one AWS Region in another
743
739
  # AWS Region.
744
740
  #
741
+ # If you copy an unencrypted DB cluster snapshot and specify a value for
742
+ # the `KmsKeyId` parameter, an error is returned.
743
+ #
745
744
  # @option params [String] :pre_signed_url
746
745
  # The URL that contains a Signature Version 4 signed request for the
747
746
  # `CopyDBClusterSnapshot` API action in the AWS Region that contains the
@@ -13491,7 +13490,7 @@ module Aws::RDS
13491
13490
  params: params,
13492
13491
  config: config)
13493
13492
  context[:gem_name] = 'aws-sdk-rds'
13494
- context[:gem_version] = '1.16.0'
13493
+ context[:gem_version] = '1.17.0'
13495
13494
  Seahorse::Client::Request.new(handlers, context)
13496
13495
  end
13497
13496
 
@@ -352,10 +352,6 @@ module Aws::RDS
352
352
  # key ID is the Amazon Resource Name (ARN), KMS key identifier, or the
353
353
  # KMS key alias for the KMS encryption key.
354
354
  #
355
- # If you copy an unencrypted DB cluster snapshot and specify a value for
356
- # the `KmsKeyId` parameter, Amazon RDS encrypts the target DB cluster
357
- # snapshot using the specified KMS encryption key.
358
- #
359
355
  # If you copy an encrypted DB cluster snapshot from your AWS account,
360
356
  # you can specify a value for `KmsKeyId` to encrypt the copy with a new
361
357
  # KMS encryption key. If you don't specify a value for `KmsKeyId`, then
@@ -371,6 +367,9 @@ module Aws::RDS
371
367
  # encryption keys are specific to the AWS Region that they are created
372
368
  # in, and you can't use encryption keys from one AWS Region in another
373
369
  # AWS Region.
370
+ #
371
+ # If you copy an unencrypted DB cluster snapshot and specify a value for
372
+ # the `KmsKeyId` parameter, an error is returned.
374
373
  # @option options [String] :pre_signed_url
375
374
  # The URL that contains a Signature Version 4 signed request for the
376
375
  # `CopyDBClusterSnapshot` API action in the AWS Region that contains the
@@ -565,10 +565,6 @@ module Aws::RDS
565
565
  # key ID is the Amazon Resource Name (ARN), KMS key identifier, or the
566
566
  # KMS key alias for the KMS encryption key.
567
567
  #
568
- # If you copy an unencrypted DB cluster snapshot and specify a value
569
- # for the `KmsKeyId` parameter, Amazon RDS encrypts the target DB
570
- # cluster snapshot using the specified KMS encryption key.
571
- #
572
568
  # If you copy an encrypted DB cluster snapshot from your AWS account,
573
569
  # you can specify a value for `KmsKeyId` to encrypt the copy with a
574
570
  # new KMS encryption key. If you don't specify a value for
@@ -584,6 +580,9 @@ module Aws::RDS
584
580
  # encryption keys are specific to the AWS Region that they are created
585
581
  # in, and you can't use encryption keys from one AWS Region in
586
582
  # another AWS Region.
583
+ #
584
+ # If you copy an unencrypted DB cluster snapshot and specify a value
585
+ # for the `KmsKeyId` parameter, an error is returned.
587
586
  # @return [String]
588
587
  #
589
588
  # @!attribute [rw] pre_signed_url
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-04-19 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.5.2.2
106
+ rubygems_version: 2.5.2.3
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: AWS SDK for Ruby - Amazon RDS