aws-sdk-redshift 1.16.0 → 1.17.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 +16 -3
- data/lib/aws-sdk-redshift/types.rb +15 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f81a6980144ba504ff66981bd2f47de73dce8f30
|
|
4
|
+
data.tar.gz: 81466fe05e844be508786f3eca85ea5af709fcbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b08613a9d5a02d71df0152dae99e67b529416501614f724118e8e7ba7229547a9b20c738998694724d1bf57cd01d40772e9be8af8b278d31c1723e276153fe3
|
|
7
|
+
data.tar.gz: 3dbb2e7b1f47245f2654d49d5d06ec5c0700f4132a8515a65a5a0547c0a3f14a913d09846c80cb6898c67ab1c53ce6c7c5f4bfa49f17a28b66f709fbed11cca0
|
data/lib/aws-sdk-redshift.rb
CHANGED
|
@@ -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.
|
|
3002
|
-
#
|
|
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.
|
|
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.
|
|
3203
|
-
#
|
|
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.
|
|
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
|
+
date: 2018-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|