aws-sdk-redshiftdataapiservice 1.4.0 → 1.5.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7f01a45bf6dd4709278fbe7cc5696f6af9f43f9ff14514b733111af5dd5f337
|
4
|
+
data.tar.gz: aafbab3f11a09fad9f62d70757065be982681a79be59fb2bc4cc04a26868c578
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab29f8bdcb5a4c0166292e881d288938d4c2271de869ecc1af9ee6af0714e25dd5ab589286f6c1ffab4e189d5ca4f83dfda53028a18a67d870b9aa1bf12c23b9
|
7
|
+
data.tar.gz: 9a4e32053fc512d1347e18a2e255c618d807e7351320bfdf26d9b991f9ba8ecf5cacbec64a183f8bc161e753c4a5a2209e697d1248cc2d1099374b9214a2ac27
|
@@ -450,9 +450,14 @@ module Aws::RedshiftDataAPIService
|
|
450
450
|
# The cluster identifier. This parameter is required when authenticating
|
451
451
|
# using either AWS Secrets Manager or temporary credentials.
|
452
452
|
#
|
453
|
-
# @option params [String] :
|
454
|
-
#
|
455
|
-
#
|
453
|
+
# @option params [String] :connected_database
|
454
|
+
# A database name. The connected database is specified when you connect
|
455
|
+
# with your authentication credentials.
|
456
|
+
#
|
457
|
+
# @option params [required, String] :database
|
458
|
+
# The name of the database that contains the tables to be described. If
|
459
|
+
# `ConnectedDatabase` is not specified, this is also the database to
|
460
|
+
# connect to with your authentication credentials.
|
456
461
|
#
|
457
462
|
# @option params [String] :db_user
|
458
463
|
# The database user name. This parameter is required when authenticating
|
@@ -497,7 +502,8 @@ module Aws::RedshiftDataAPIService
|
|
497
502
|
#
|
498
503
|
# resp = client.describe_table({
|
499
504
|
# cluster_identifier: "Location", # required
|
500
|
-
#
|
505
|
+
# connected_database: "String",
|
506
|
+
# database: "String", # required
|
501
507
|
# db_user: "String",
|
502
508
|
# max_results: 1,
|
503
509
|
# next_token: "String",
|
@@ -777,9 +783,14 @@ module Aws::RedshiftDataAPIService
|
|
777
783
|
# The cluster identifier. This parameter is required when authenticating
|
778
784
|
# using either AWS Secrets Manager or temporary credentials.
|
779
785
|
#
|
786
|
+
# @option params [String] :connected_database
|
787
|
+
# A database name. The connected database is specified when you connect
|
788
|
+
# with your authentication credentials.
|
789
|
+
#
|
780
790
|
# @option params [required, String] :database
|
781
|
-
# The name of the database
|
782
|
-
#
|
791
|
+
# The name of the database that contains the schemas to list. If
|
792
|
+
# `ConnectedDatabase` is not specified, this is also the database to
|
793
|
+
# connect to with your authentication credentials.
|
783
794
|
#
|
784
795
|
# @option params [String] :db_user
|
785
796
|
# The database user name. This parameter is required when authenticating
|
@@ -820,6 +831,7 @@ module Aws::RedshiftDataAPIService
|
|
820
831
|
#
|
821
832
|
# resp = client.list_schemas({
|
822
833
|
# cluster_identifier: "Location", # required
|
834
|
+
# connected_database: "String",
|
823
835
|
# database: "String", # required
|
824
836
|
# db_user: "String",
|
825
837
|
# max_results: 1,
|
@@ -949,9 +961,14 @@ module Aws::RedshiftDataAPIService
|
|
949
961
|
# The cluster identifier. This parameter is required when authenticating
|
950
962
|
# using either AWS Secrets Manager or temporary credentials.
|
951
963
|
#
|
964
|
+
# @option params [String] :connected_database
|
965
|
+
# A database name. The connected database is specified when you connect
|
966
|
+
# with your authentication credentials.
|
967
|
+
#
|
952
968
|
# @option params [required, String] :database
|
953
|
-
# The name of the database
|
954
|
-
#
|
969
|
+
# The name of the database that contains the tables to list. If
|
970
|
+
# `ConnectedDatabase` is not specified, this is also the database to
|
971
|
+
# connect to with your authentication credentials.
|
955
972
|
#
|
956
973
|
# @option params [String] :db_user
|
957
974
|
# The database user name. This parameter is required when authenticating
|
@@ -1004,6 +1021,7 @@ module Aws::RedshiftDataAPIService
|
|
1004
1021
|
#
|
1005
1022
|
# resp = client.list_tables({
|
1006
1023
|
# cluster_identifier: "Location", # required
|
1024
|
+
# connected_database: "String",
|
1007
1025
|
# database: "String", # required
|
1008
1026
|
# db_user: "String",
|
1009
1027
|
# max_results: 1,
|
@@ -1043,7 +1061,7 @@ module Aws::RedshiftDataAPIService
|
|
1043
1061
|
params: params,
|
1044
1062
|
config: config)
|
1045
1063
|
context[:gem_name] = 'aws-sdk-redshiftdataapiservice'
|
1046
|
-
context[:gem_version] = '1.
|
1064
|
+
context[:gem_version] = '1.5.0'
|
1047
1065
|
Seahorse::Client::Request.new(handlers, context)
|
1048
1066
|
end
|
1049
1067
|
|
@@ -119,7 +119,8 @@ module Aws::RedshiftDataAPIService
|
|
119
119
|
DescribeStatementResponse.struct_class = Types::DescribeStatementResponse
|
120
120
|
|
121
121
|
DescribeTableRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "ClusterIdentifier"))
|
122
|
-
DescribeTableRequest.add_member(:
|
122
|
+
DescribeTableRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
123
|
+
DescribeTableRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
123
124
|
DescribeTableRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
124
125
|
DescribeTableRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
125
126
|
DescribeTableRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -190,6 +191,7 @@ module Aws::RedshiftDataAPIService
|
|
190
191
|
ListDatabasesResponse.struct_class = Types::ListDatabasesResponse
|
191
192
|
|
192
193
|
ListSchemasRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "ClusterIdentifier"))
|
194
|
+
ListSchemasRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
193
195
|
ListSchemasRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
194
196
|
ListSchemasRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
195
197
|
ListSchemasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -214,6 +216,7 @@ module Aws::RedshiftDataAPIService
|
|
214
216
|
ListStatementsResponse.struct_class = Types::ListStatementsResponse
|
215
217
|
|
216
218
|
ListTablesRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "ClusterIdentifier"))
|
219
|
+
ListTablesRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
217
220
|
ListTablesRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
218
221
|
ListTablesRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
219
222
|
ListTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -274,7 +274,8 @@ module Aws::RedshiftDataAPIService
|
|
274
274
|
#
|
275
275
|
# {
|
276
276
|
# cluster_identifier: "Location", # required
|
277
|
-
#
|
277
|
+
# connected_database: "String",
|
278
|
+
# database: "String", # required
|
278
279
|
# db_user: "String",
|
279
280
|
# max_results: 1,
|
280
281
|
# next_token: "String",
|
@@ -289,9 +290,15 @@ module Aws::RedshiftDataAPIService
|
|
289
290
|
# credentials.
|
290
291
|
# @return [String]
|
291
292
|
#
|
293
|
+
# @!attribute [rw] connected_database
|
294
|
+
# A database name. The connected database is specified when you
|
295
|
+
# connect with your authentication credentials.
|
296
|
+
# @return [String]
|
297
|
+
#
|
292
298
|
# @!attribute [rw] database
|
293
|
-
# The name of the database
|
294
|
-
#
|
299
|
+
# The name of the database that contains the tables to be described.
|
300
|
+
# If `ConnectedDatabase` is not specified, this is also the database
|
301
|
+
# to connect to with your authentication credentials.
|
295
302
|
# @return [String]
|
296
303
|
#
|
297
304
|
# @!attribute [rw] db_user
|
@@ -336,6 +343,7 @@ module Aws::RedshiftDataAPIService
|
|
336
343
|
#
|
337
344
|
class DescribeTableRequest < Struct.new(
|
338
345
|
:cluster_identifier,
|
346
|
+
:connected_database,
|
339
347
|
:database,
|
340
348
|
:db_user,
|
341
349
|
:max_results,
|
@@ -704,6 +712,7 @@ module Aws::RedshiftDataAPIService
|
|
704
712
|
#
|
705
713
|
# {
|
706
714
|
# cluster_identifier: "Location", # required
|
715
|
+
# connected_database: "String",
|
707
716
|
# database: "String", # required
|
708
717
|
# db_user: "String",
|
709
718
|
# max_results: 1,
|
@@ -718,9 +727,15 @@ module Aws::RedshiftDataAPIService
|
|
718
727
|
# credentials.
|
719
728
|
# @return [String]
|
720
729
|
#
|
730
|
+
# @!attribute [rw] connected_database
|
731
|
+
# A database name. The connected database is specified when you
|
732
|
+
# connect with your authentication credentials.
|
733
|
+
# @return [String]
|
734
|
+
#
|
721
735
|
# @!attribute [rw] database
|
722
|
-
# The name of the database
|
723
|
-
#
|
736
|
+
# The name of the database that contains the schemas to list. If
|
737
|
+
# `ConnectedDatabase` is not specified, this is also the database to
|
738
|
+
# connect to with your authentication credentials.
|
724
739
|
# @return [String]
|
725
740
|
#
|
726
741
|
# @!attribute [rw] db_user
|
@@ -760,6 +775,7 @@ module Aws::RedshiftDataAPIService
|
|
760
775
|
#
|
761
776
|
class ListSchemasRequest < Struct.new(
|
762
777
|
:cluster_identifier,
|
778
|
+
:connected_database,
|
763
779
|
:database,
|
764
780
|
:db_user,
|
765
781
|
:max_results,
|
@@ -894,6 +910,7 @@ module Aws::RedshiftDataAPIService
|
|
894
910
|
#
|
895
911
|
# {
|
896
912
|
# cluster_identifier: "Location", # required
|
913
|
+
# connected_database: "String",
|
897
914
|
# database: "String", # required
|
898
915
|
# db_user: "String",
|
899
916
|
# max_results: 1,
|
@@ -909,9 +926,15 @@ module Aws::RedshiftDataAPIService
|
|
909
926
|
# credentials.
|
910
927
|
# @return [String]
|
911
928
|
#
|
929
|
+
# @!attribute [rw] connected_database
|
930
|
+
# A database name. The connected database is specified when you
|
931
|
+
# connect with your authentication credentials.
|
932
|
+
# @return [String]
|
933
|
+
#
|
912
934
|
# @!attribute [rw] database
|
913
|
-
# The name of the database
|
914
|
-
#
|
935
|
+
# The name of the database that contains the tables to list. If
|
936
|
+
# `ConnectedDatabase` is not specified, this is also the database to
|
937
|
+
# connect to with your authentication credentials.
|
915
938
|
# @return [String]
|
916
939
|
#
|
917
940
|
# @!attribute [rw] db_user
|
@@ -964,6 +987,7 @@ module Aws::RedshiftDataAPIService
|
|
964
987
|
#
|
965
988
|
class ListTablesRequest < Struct.new(
|
966
989
|
:cluster_identifier,
|
990
|
+
:connected_database,
|
967
991
|
:database,
|
968
992
|
:db_user,
|
969
993
|
:max_results,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshiftdataapiservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.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: 2021-02-
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|