aws-sdk-redshift 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: 1ed76d189755902837c9d4d036e67a3893d52513
4
- data.tar.gz: 402143b94451596fba97a66460b0d25d6c0a000c
3
+ metadata.gz: f81a6980144ba504ff66981bd2f47de73dce8f30
4
+ data.tar.gz: 81466fe05e844be508786f3eca85ea5af709fcbf
5
5
  SHA512:
6
- metadata.gz: 6a1366ad507236999e5dca20e99a5b6a183bdba1d2335c07454132b6b9be9c7a1578c466a87b01249b8c63d12f0fe2ffd8c15760ce0f623e4d0d49b4c780a933
7
- data.tar.gz: cd53aae67155e85bda646296ae81c7b09f12b112130be67c0aeeb37fd405b93f19ca1935ac9eee92ff6c1802e49cd635ad7a86889e19f50f9037728e7f237d17
6
+ metadata.gz: 7b08613a9d5a02d71df0152dae99e67b529416501614f724118e8e7ba7229547a9b20c738998694724d1bf57cd01d40772e9be8af8b278d31c1723e276153fe3
7
+ data.tar.gz: 3dbb2e7b1f47245f2654d49d5d06ec5c0700f4132a8515a65a5a0547c0a3f14a913d09846c80cb6898c67ab1c53ce6c7c5f4bfa49f17a28b66f709fbed11cca0
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.16.0'
46
+ GEM_VERSION = '1.17.0'
47
47
 
48
48
  end
@@ -2998,8 +2998,21 @@ module Aws::Redshift
2998
2998
  # A value that indicates whether to return snapshots only for an
2999
2999
  # existing cluster. Table-level restore can be performed only using a
3000
3000
  # snapshot of an existing cluster, that is, a cluster that has not been
3001
- # deleted. If `ClusterExists` is set to `true`, `ClusterIdentifier` is
3002
- # required.
3001
+ # deleted.
3002
+ #
3003
+ # * If `ClusterExists` is set to `true`, `ClusterIdentifier` is
3004
+ # required.
3005
+ #
3006
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is not
3007
+ # specified, all snapshots associated with deleted clusters (orphaned
3008
+ # snapshots) are returned.
3009
+ #
3010
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is
3011
+ # specified for a deleted cluster, snapshots associated with that
3012
+ # cluster are returned.
3013
+ #
3014
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is
3015
+ # specified for an existing cluster, no snapshots are returned.
3003
3016
  #
3004
3017
  # @option params [Array<Types::SnapshotSortingEntity>] :sorting_entities
3005
3018
  #
@@ -7839,7 +7852,7 @@ module Aws::Redshift
7839
7852
  params: params,
7840
7853
  config: config)
7841
7854
  context[:gem_name] = 'aws-sdk-redshift'
7842
- context[:gem_version] = '1.16.0'
7855
+ context[:gem_version] = '1.17.0'
7843
7856
  Seahorse::Client::Request.new(handlers, context)
7844
7857
  end
7845
7858
 
@@ -3199,8 +3199,21 @@ module Aws::Redshift
3199
3199
  # A value that indicates whether to return snapshots only for an
3200
3200
  # existing cluster. Table-level restore can be performed only using a
3201
3201
  # snapshot of an existing cluster, that is, a cluster that has not
3202
- # been deleted. If `ClusterExists` is set to `true`,
3203
- # `ClusterIdentifier` is required.
3202
+ # been deleted.
3203
+ #
3204
+ # * If `ClusterExists` is set to `true`, `ClusterIdentifier` is
3205
+ # required.
3206
+ #
3207
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is
3208
+ # not specified, all snapshots associated with deleted clusters
3209
+ # (orphaned snapshots) are returned.
3210
+ #
3211
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is
3212
+ # specified for a deleted cluster, snapshots associated with that
3213
+ # cluster are returned.
3214
+ #
3215
+ # * If `ClusterExists` is set to `false` and `ClusterIdentifier` is
3216
+ # specified for an existing cluster, no snapshots are returned.
3204
3217
  # @return [Boolean]
3205
3218
  #
3206
3219
  # @!attribute [rw] sorting_entities
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.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-11-20 00:00:00.000000000 Z
11
+ date: 2018-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core