aws-sdk-redshiftdataapiservice 1.64.0 → 1.65.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftdataapiservice/client.rb +289 -289
- data/lib/aws-sdk-redshiftdataapiservice/client_api.rb +97 -89
- data/lib/aws-sdk-redshiftdataapiservice/types.rb +506 -507
- data/lib/aws-sdk-redshiftdataapiservice.rb +1 -1
- data/sig/client.rbs +68 -68
- data/sig/types.rbs +91 -91
- metadata +1 -1
|
@@ -102,29 +102,29 @@ module Aws::RedshiftDataAPIService
|
|
|
102
102
|
BatchExecuteStatementException.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StatementId"))
|
|
103
103
|
BatchExecuteStatementException.struct_class = Types::BatchExecuteStatementException
|
|
104
104
|
|
|
105
|
-
BatchExecuteStatementInput.add_member(:
|
|
105
|
+
BatchExecuteStatementInput.add_member(:sqls, Shapes::ShapeRef.new(shape: SqlList, required: true, location_name: "Sqls"))
|
|
106
106
|
BatchExecuteStatementInput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
107
|
-
BatchExecuteStatementInput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
108
|
-
BatchExecuteStatementInput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
109
|
-
BatchExecuteStatementInput.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
110
107
|
BatchExecuteStatementInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
111
|
-
BatchExecuteStatementInput.add_member(:
|
|
112
|
-
BatchExecuteStatementInput.add_member(:
|
|
113
|
-
BatchExecuteStatementInput.add_member(:sqls, Shapes::ShapeRef.new(shape: SqlList, required: true, location_name: "Sqls"))
|
|
114
|
-
BatchExecuteStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
108
|
+
BatchExecuteStatementInput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
109
|
+
BatchExecuteStatementInput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
115
110
|
BatchExecuteStatementInput.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
|
|
111
|
+
BatchExecuteStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
116
112
|
BatchExecuteStatementInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
113
|
+
BatchExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
114
|
+
BatchExecuteStatementInput.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
115
|
+
BatchExecuteStatementInput.add_member(:session_keep_alive_seconds, Shapes::ShapeRef.new(shape: SessionAliveSeconds, location_name: "SessionKeepAliveSeconds"))
|
|
116
|
+
BatchExecuteStatementInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
117
117
|
BatchExecuteStatementInput.struct_class = Types::BatchExecuteStatementInput
|
|
118
118
|
|
|
119
|
-
BatchExecuteStatementOutput.add_member(:
|
|
119
|
+
BatchExecuteStatementOutput.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
|
120
120
|
BatchExecuteStatementOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
121
|
-
BatchExecuteStatementOutput.add_member(:
|
|
122
|
-
BatchExecuteStatementOutput.add_member(:db_groups, Shapes::ShapeRef.new(shape: DbGroupList, location_name: "DbGroups"))
|
|
121
|
+
BatchExecuteStatementOutput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
123
122
|
BatchExecuteStatementOutput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
124
|
-
BatchExecuteStatementOutput.add_member(:
|
|
123
|
+
BatchExecuteStatementOutput.add_member(:db_groups, Shapes::ShapeRef.new(shape: DbGroupList, location_name: "DbGroups"))
|
|
124
|
+
BatchExecuteStatementOutput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
125
125
|
BatchExecuteStatementOutput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
126
|
-
BatchExecuteStatementOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
127
126
|
BatchExecuteStatementOutput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
127
|
+
BatchExecuteStatementOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
128
128
|
BatchExecuteStatementOutput.struct_class = Types::BatchExecuteStatementOutput
|
|
129
129
|
|
|
130
130
|
CancelStatementRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
@@ -135,12 +135,10 @@ module Aws::RedshiftDataAPIService
|
|
|
135
135
|
|
|
136
136
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnMetadata)
|
|
137
137
|
|
|
138
|
-
ColumnMetadata.add_member(:column_default, Shapes::ShapeRef.new(shape: String, location_name: "columnDefault"))
|
|
139
138
|
ColumnMetadata.add_member(:is_case_sensitive, Shapes::ShapeRef.new(shape: bool, location_name: "isCaseSensitive"))
|
|
140
139
|
ColumnMetadata.add_member(:is_currency, Shapes::ShapeRef.new(shape: bool, location_name: "isCurrency"))
|
|
141
140
|
ColumnMetadata.add_member(:is_signed, Shapes::ShapeRef.new(shape: bool, location_name: "isSigned"))
|
|
142
141
|
ColumnMetadata.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "label"))
|
|
143
|
-
ColumnMetadata.add_member(:length, Shapes::ShapeRef.new(shape: Integer, location_name: "length"))
|
|
144
142
|
ColumnMetadata.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
145
143
|
ColumnMetadata.add_member(:nullable, Shapes::ShapeRef.new(shape: Integer, location_name: "nullable"))
|
|
146
144
|
ColumnMetadata.add_member(:precision, Shapes::ShapeRef.new(shape: Integer, location_name: "precision"))
|
|
@@ -148,6 +146,8 @@ module Aws::RedshiftDataAPIService
|
|
|
148
146
|
ColumnMetadata.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, location_name: "schemaName"))
|
|
149
147
|
ColumnMetadata.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "tableName"))
|
|
150
148
|
ColumnMetadata.add_member(:type_name, Shapes::ShapeRef.new(shape: String, location_name: "typeName"))
|
|
149
|
+
ColumnMetadata.add_member(:length, Shapes::ShapeRef.new(shape: Integer, location_name: "length"))
|
|
150
|
+
ColumnMetadata.add_member(:column_default, Shapes::ShapeRef.new(shape: String, location_name: "columnDefault"))
|
|
151
151
|
ColumnMetadata.struct_class = Types::ColumnMetadata
|
|
152
152
|
|
|
153
153
|
ColumnMetadataList.member = Shapes::ShapeRef.new(shape: ColumnMetadata)
|
|
@@ -162,89 +162,89 @@ module Aws::RedshiftDataAPIService
|
|
|
162
162
|
DescribeStatementRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
163
163
|
DescribeStatementRequest.struct_class = Types::DescribeStatementRequest
|
|
164
164
|
|
|
165
|
-
DescribeStatementResponse.add_member(:
|
|
166
|
-
DescribeStatementResponse.add_member(:
|
|
167
|
-
DescribeStatementResponse.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
165
|
+
DescribeStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
166
|
+
DescribeStatementResponse.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
168
167
|
DescribeStatementResponse.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
168
|
+
DescribeStatementResponse.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
169
|
+
DescribeStatementResponse.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
|
169
170
|
DescribeStatementResponse.add_member(:duration, Shapes::ShapeRef.new(shape: Long, location_name: "Duration"))
|
|
170
171
|
DescribeStatementResponse.add_member(:error, Shapes::ShapeRef.new(shape: String, location_name: "Error"))
|
|
172
|
+
DescribeStatementResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusString, location_name: "Status"))
|
|
173
|
+
DescribeStatementResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
174
|
+
DescribeStatementResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
175
|
+
DescribeStatementResponse.add_member(:redshift_pid, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftPid"))
|
|
171
176
|
DescribeStatementResponse.add_member(:has_result_set, Shapes::ShapeRef.new(shape: Boolean, location_name: "HasResultSet"))
|
|
172
|
-
DescribeStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
173
|
-
DescribeStatementResponse.add_member(:query_parameters, Shapes::ShapeRef.new(shape: SqlParametersList, location_name: "QueryParameters"))
|
|
174
177
|
DescribeStatementResponse.add_member(:query_string, Shapes::ShapeRef.new(shape: StatementString, location_name: "QueryString"))
|
|
175
|
-
DescribeStatementResponse.add_member(:redshift_pid, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftPid"))
|
|
176
|
-
DescribeStatementResponse.add_member(:redshift_query_id, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftQueryId"))
|
|
177
|
-
DescribeStatementResponse.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
178
178
|
DescribeStatementResponse.add_member(:result_rows, Shapes::ShapeRef.new(shape: Long, location_name: "ResultRows"))
|
|
179
179
|
DescribeStatementResponse.add_member(:result_size, Shapes::ShapeRef.new(shape: Long, location_name: "ResultSize"))
|
|
180
|
-
DescribeStatementResponse.add_member(:
|
|
181
|
-
DescribeStatementResponse.add_member(:
|
|
182
|
-
DescribeStatementResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusString, location_name: "Status"))
|
|
180
|
+
DescribeStatementResponse.add_member(:redshift_query_id, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftQueryId"))
|
|
181
|
+
DescribeStatementResponse.add_member(:query_parameters, Shapes::ShapeRef.new(shape: SqlParametersList, location_name: "QueryParameters"))
|
|
183
182
|
DescribeStatementResponse.add_member(:sub_statements, Shapes::ShapeRef.new(shape: SubStatementList, location_name: "SubStatements"))
|
|
184
|
-
DescribeStatementResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
185
183
|
DescribeStatementResponse.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
184
|
+
DescribeStatementResponse.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
185
|
+
DescribeStatementResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: String, location_name: "SessionId"))
|
|
186
186
|
DescribeStatementResponse.struct_class = Types::DescribeStatementResponse
|
|
187
187
|
|
|
188
188
|
DescribeTableRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
189
|
-
DescribeTableRequest.add_member(:
|
|
190
|
-
DescribeTableRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
189
|
+
DescribeTableRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
191
190
|
DescribeTableRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
192
|
-
DescribeTableRequest.add_member(:
|
|
193
|
-
DescribeTableRequest.add_member(:
|
|
191
|
+
DescribeTableRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
192
|
+
DescribeTableRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
|
194
193
|
DescribeTableRequest.add_member(:schema, Shapes::ShapeRef.new(shape: String, location_name: "Schema"))
|
|
195
|
-
DescribeTableRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
196
194
|
DescribeTableRequest.add_member(:table, Shapes::ShapeRef.new(shape: String, location_name: "Table"))
|
|
195
|
+
DescribeTableRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
196
|
+
DescribeTableRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
197
197
|
DescribeTableRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
198
198
|
DescribeTableRequest.struct_class = Types::DescribeTableRequest
|
|
199
199
|
|
|
200
|
+
DescribeTableResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "TableName"))
|
|
200
201
|
DescribeTableResponse.add_member(:column_list, Shapes::ShapeRef.new(shape: ColumnList, location_name: "ColumnList"))
|
|
201
202
|
DescribeTableResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
202
|
-
DescribeTableResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "TableName"))
|
|
203
203
|
DescribeTableResponse.struct_class = Types::DescribeTableResponse
|
|
204
204
|
|
|
205
205
|
ExecuteStatementException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
206
206
|
ExecuteStatementException.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StatementId"))
|
|
207
207
|
ExecuteStatementException.struct_class = Types::ExecuteStatementException
|
|
208
208
|
|
|
209
|
-
ExecuteStatementInput.add_member(:
|
|
209
|
+
ExecuteStatementInput.add_member(:sql, Shapes::ShapeRef.new(shape: StatementString, required: true, location_name: "Sql"))
|
|
210
210
|
ExecuteStatementInput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
211
|
-
ExecuteStatementInput.add_member(:
|
|
211
|
+
ExecuteStatementInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
212
212
|
ExecuteStatementInput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
213
|
+
ExecuteStatementInput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
214
|
+
ExecuteStatementInput.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
|
|
215
|
+
ExecuteStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
213
216
|
ExecuteStatementInput.add_member(:parameters, Shapes::ShapeRef.new(shape: SqlParametersList, location_name: "Parameters"))
|
|
217
|
+
ExecuteStatementInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
218
|
+
ExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
214
219
|
ExecuteStatementInput.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
215
|
-
ExecuteStatementInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
216
|
-
ExecuteStatementInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
217
220
|
ExecuteStatementInput.add_member(:session_keep_alive_seconds, Shapes::ShapeRef.new(shape: SessionAliveSeconds, location_name: "SessionKeepAliveSeconds"))
|
|
218
|
-
ExecuteStatementInput.add_member(:
|
|
219
|
-
ExecuteStatementInput.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
220
|
-
ExecuteStatementInput.add_member(:with_event, Shapes::ShapeRef.new(shape: Boolean, location_name: "WithEvent"))
|
|
221
|
-
ExecuteStatementInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
221
|
+
ExecuteStatementInput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
222
222
|
ExecuteStatementInput.struct_class = Types::ExecuteStatementInput
|
|
223
223
|
|
|
224
|
-
ExecuteStatementOutput.add_member(:
|
|
224
|
+
ExecuteStatementOutput.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
|
|
225
225
|
ExecuteStatementOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
226
|
-
ExecuteStatementOutput.add_member(:
|
|
227
|
-
ExecuteStatementOutput.add_member(:db_groups, Shapes::ShapeRef.new(shape: DbGroupList, location_name: "DbGroups"))
|
|
226
|
+
ExecuteStatementOutput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
228
227
|
ExecuteStatementOutput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
229
|
-
ExecuteStatementOutput.add_member(:
|
|
228
|
+
ExecuteStatementOutput.add_member(:db_groups, Shapes::ShapeRef.new(shape: DbGroupList, location_name: "DbGroups"))
|
|
229
|
+
ExecuteStatementOutput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
230
230
|
ExecuteStatementOutput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
231
|
-
ExecuteStatementOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
232
231
|
ExecuteStatementOutput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
232
|
+
ExecuteStatementOutput.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
233
233
|
ExecuteStatementOutput.struct_class = Types::ExecuteStatementOutput
|
|
234
234
|
|
|
235
|
-
Field.add_member(:blob_value, Shapes::ShapeRef.new(shape: Blob, location_name: "blobValue"))
|
|
236
|
-
Field.add_member(:boolean_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "booleanValue"))
|
|
237
|
-
Field.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue"))
|
|
238
235
|
Field.add_member(:is_null, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "isNull"))
|
|
236
|
+
Field.add_member(:boolean_value, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "booleanValue"))
|
|
239
237
|
Field.add_member(:long_value, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "longValue"))
|
|
238
|
+
Field.add_member(:double_value, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "doubleValue"))
|
|
240
239
|
Field.add_member(:string_value, Shapes::ShapeRef.new(shape: String, location_name: "stringValue"))
|
|
240
|
+
Field.add_member(:blob_value, Shapes::ShapeRef.new(shape: Blob, location_name: "blobValue"))
|
|
241
241
|
Field.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
242
|
-
Field.add_member_subclass(:blob_value, Types::Field::BlobValue)
|
|
243
|
-
Field.add_member_subclass(:boolean_value, Types::Field::BooleanValue)
|
|
244
|
-
Field.add_member_subclass(:double_value, Types::Field::DoubleValue)
|
|
245
242
|
Field.add_member_subclass(:is_null, Types::Field::IsNull)
|
|
243
|
+
Field.add_member_subclass(:boolean_value, Types::Field::BooleanValue)
|
|
246
244
|
Field.add_member_subclass(:long_value, Types::Field::LongValue)
|
|
245
|
+
Field.add_member_subclass(:double_value, Types::Field::DoubleValue)
|
|
247
246
|
Field.add_member_subclass(:string_value, Types::Field::StringValue)
|
|
247
|
+
Field.add_member_subclass(:blob_value, Types::Field::BlobValue)
|
|
248
248
|
Field.add_member_subclass(:unknown, Types::Field::Unknown)
|
|
249
249
|
Field.struct_class = Types::Field
|
|
250
250
|
|
|
@@ -256,21 +256,21 @@ module Aws::RedshiftDataAPIService
|
|
|
256
256
|
GetStatementResultRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
257
257
|
GetStatementResultRequest.struct_class = Types::GetStatementResultRequest
|
|
258
258
|
|
|
259
|
-
GetStatementResultResponse.add_member(:column_metadata, Shapes::ShapeRef.new(shape: ColumnMetadataList, location_name: "ColumnMetadata"))
|
|
260
|
-
GetStatementResultResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
261
259
|
GetStatementResultResponse.add_member(:records, Shapes::ShapeRef.new(shape: SqlRecords, required: true, location_name: "Records"))
|
|
260
|
+
GetStatementResultResponse.add_member(:column_metadata, Shapes::ShapeRef.new(shape: ColumnMetadataList, location_name: "ColumnMetadata"))
|
|
262
261
|
GetStatementResultResponse.add_member(:total_num_rows, Shapes::ShapeRef.new(shape: Long, location_name: "TotalNumRows"))
|
|
262
|
+
GetStatementResultResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
263
263
|
GetStatementResultResponse.struct_class = Types::GetStatementResultResponse
|
|
264
264
|
|
|
265
265
|
GetStatementResultV2Request.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
266
266
|
GetStatementResultV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
267
267
|
GetStatementResultV2Request.struct_class = Types::GetStatementResultV2Request
|
|
268
268
|
|
|
269
|
-
GetStatementResultV2Response.add_member(:column_metadata, Shapes::ShapeRef.new(shape: ColumnMetadataList, location_name: "ColumnMetadata"))
|
|
270
|
-
GetStatementResultV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
271
269
|
GetStatementResultV2Response.add_member(:records, Shapes::ShapeRef.new(shape: FormattedSqlRecords, required: true, location_name: "Records"))
|
|
272
|
-
GetStatementResultV2Response.add_member(:
|
|
270
|
+
GetStatementResultV2Response.add_member(:column_metadata, Shapes::ShapeRef.new(shape: ColumnMetadataList, location_name: "ColumnMetadata"))
|
|
273
271
|
GetStatementResultV2Response.add_member(:total_num_rows, Shapes::ShapeRef.new(shape: Long, location_name: "TotalNumRows"))
|
|
272
|
+
GetStatementResultV2Response.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
273
|
+
GetStatementResultV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
274
274
|
GetStatementResultV2Response.struct_class = Types::GetStatementResultV2Response
|
|
275
275
|
|
|
276
276
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
@@ -278,10 +278,10 @@ module Aws::RedshiftDataAPIService
|
|
|
278
278
|
|
|
279
279
|
ListDatabasesRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
280
280
|
ListDatabasesRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
281
|
+
ListDatabasesRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
281
282
|
ListDatabasesRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
282
|
-
ListDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
283
283
|
ListDatabasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
284
|
-
ListDatabasesRequest.add_member(:
|
|
284
|
+
ListDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
285
285
|
ListDatabasesRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
286
286
|
ListDatabasesRequest.struct_class = Types::ListDatabasesRequest
|
|
287
287
|
|
|
@@ -290,48 +290,48 @@ module Aws::RedshiftDataAPIService
|
|
|
290
290
|
ListDatabasesResponse.struct_class = Types::ListDatabasesResponse
|
|
291
291
|
|
|
292
292
|
ListSchemasRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
293
|
-
ListSchemasRequest.add_member(:
|
|
294
|
-
ListSchemasRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
293
|
+
ListSchemasRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
295
294
|
ListSchemasRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
296
|
-
ListSchemasRequest.add_member(:
|
|
297
|
-
ListSchemasRequest.add_member(:
|
|
295
|
+
ListSchemasRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
296
|
+
ListSchemasRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
|
298
297
|
ListSchemasRequest.add_member(:schema_pattern, Shapes::ShapeRef.new(shape: String, location_name: "SchemaPattern"))
|
|
299
|
-
ListSchemasRequest.add_member(:
|
|
298
|
+
ListSchemasRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
299
|
+
ListSchemasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
300
300
|
ListSchemasRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
301
301
|
ListSchemasRequest.struct_class = Types::ListSchemasRequest
|
|
302
302
|
|
|
303
|
-
ListSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
304
303
|
ListSchemasResponse.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaList, location_name: "Schemas"))
|
|
304
|
+
ListSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
305
305
|
ListSchemasResponse.struct_class = Types::ListSchemasResponse
|
|
306
306
|
|
|
307
|
-
ListStatementsRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
308
|
-
ListStatementsRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
309
|
-
ListStatementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStatementsLimit, location_name: "MaxResults"))
|
|
310
307
|
ListStatementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
311
|
-
ListStatementsRequest.add_member(:
|
|
308
|
+
ListStatementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStatementsLimit, location_name: "MaxResults"))
|
|
312
309
|
ListStatementsRequest.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
313
310
|
ListStatementsRequest.add_member(:status, Shapes::ShapeRef.new(shape: StatusString, location_name: "Status"))
|
|
311
|
+
ListStatementsRequest.add_member(:role_level, Shapes::ShapeRef.new(shape: Boolean, location_name: "RoleLevel"))
|
|
312
|
+
ListStatementsRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
|
|
313
|
+
ListStatementsRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
314
314
|
ListStatementsRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
315
315
|
ListStatementsRequest.struct_class = Types::ListStatementsRequest
|
|
316
316
|
|
|
317
|
-
ListStatementsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
318
317
|
ListStatementsResponse.add_member(:statements, Shapes::ShapeRef.new(shape: StatementList, required: true, location_name: "Statements"))
|
|
318
|
+
ListStatementsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
319
319
|
ListStatementsResponse.struct_class = Types::ListStatementsResponse
|
|
320
320
|
|
|
321
321
|
ListTablesRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
|
|
322
|
-
ListTablesRequest.add_member(:
|
|
323
|
-
ListTablesRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
322
|
+
ListTablesRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
324
323
|
ListTablesRequest.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
|
|
325
|
-
ListTablesRequest.add_member(:
|
|
326
|
-
ListTablesRequest.add_member(:
|
|
324
|
+
ListTablesRequest.add_member(:database, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Database"))
|
|
325
|
+
ListTablesRequest.add_member(:connected_database, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDatabase"))
|
|
327
326
|
ListTablesRequest.add_member(:schema_pattern, Shapes::ShapeRef.new(shape: String, location_name: "SchemaPattern"))
|
|
328
|
-
ListTablesRequest.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
329
327
|
ListTablesRequest.add_member(:table_pattern, Shapes::ShapeRef.new(shape: String, location_name: "TablePattern"))
|
|
328
|
+
ListTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
329
|
+
ListTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
330
330
|
ListTablesRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupNameString, location_name: "WorkgroupName"))
|
|
331
331
|
ListTablesRequest.struct_class = Types::ListTablesRequest
|
|
332
332
|
|
|
333
|
-
ListTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
334
333
|
ListTablesResponse.add_member(:tables, Shapes::ShapeRef.new(shape: TableList, location_name: "Tables"))
|
|
334
|
+
ListTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
335
335
|
ListTablesResponse.struct_class = Types::ListTablesResponse
|
|
336
336
|
|
|
337
337
|
QueryRecords.add_member(:csv_records, Shapes::ShapeRef.new(shape: String, location_name: "CSVRecords"))
|
|
@@ -359,35 +359,35 @@ module Aws::RedshiftDataAPIService
|
|
|
359
359
|
|
|
360
360
|
SqlRecords.member = Shapes::ShapeRef.new(shape: FieldList)
|
|
361
361
|
|
|
362
|
-
StatementData.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
363
362
|
StatementData.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
364
|
-
StatementData.add_member(:is_batch_statement, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsBatchStatement"))
|
|
365
|
-
StatementData.add_member(:query_parameters, Shapes::ShapeRef.new(shape: SqlParametersList, location_name: "QueryParameters"))
|
|
366
363
|
StatementData.add_member(:query_string, Shapes::ShapeRef.new(shape: StatementString, location_name: "QueryString"))
|
|
367
364
|
StatementData.add_member(:query_strings, Shapes::ShapeRef.new(shape: StatementStringList, location_name: "QueryStrings"))
|
|
368
|
-
StatementData.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
369
365
|
StatementData.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
|
370
|
-
StatementData.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
371
|
-
StatementData.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
372
366
|
StatementData.add_member(:status, Shapes::ShapeRef.new(shape: StatusString, location_name: "Status"))
|
|
367
|
+
StatementData.add_member(:statement_name, Shapes::ShapeRef.new(shape: StatementNameString, location_name: "StatementName"))
|
|
368
|
+
StatementData.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
373
369
|
StatementData.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
370
|
+
StatementData.add_member(:query_parameters, Shapes::ShapeRef.new(shape: SqlParametersList, location_name: "QueryParameters"))
|
|
371
|
+
StatementData.add_member(:is_batch_statement, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsBatchStatement"))
|
|
372
|
+
StatementData.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormatString, location_name: "ResultFormat"))
|
|
373
|
+
StatementData.add_member(:session_id, Shapes::ShapeRef.new(shape: UUID, location_name: "SessionId"))
|
|
374
374
|
StatementData.struct_class = Types::StatementData
|
|
375
375
|
|
|
376
376
|
StatementList.member = Shapes::ShapeRef.new(shape: StatementData)
|
|
377
377
|
|
|
378
378
|
StatementStringList.member = Shapes::ShapeRef.new(shape: StatementString)
|
|
379
379
|
|
|
380
|
-
SubStatementData.add_member(:
|
|
380
|
+
SubStatementData.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "Id"))
|
|
381
381
|
SubStatementData.add_member(:duration, Shapes::ShapeRef.new(shape: Long, location_name: "Duration"))
|
|
382
382
|
SubStatementData.add_member(:error, Shapes::ShapeRef.new(shape: String, location_name: "Error"))
|
|
383
|
-
SubStatementData.add_member(:
|
|
384
|
-
SubStatementData.add_member(:
|
|
383
|
+
SubStatementData.add_member(:status, Shapes::ShapeRef.new(shape: StatementStatusString, location_name: "Status"))
|
|
384
|
+
SubStatementData.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
385
|
+
SubStatementData.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
385
386
|
SubStatementData.add_member(:query_string, Shapes::ShapeRef.new(shape: StatementString, location_name: "QueryString"))
|
|
386
|
-
SubStatementData.add_member(:redshift_query_id, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftQueryId"))
|
|
387
387
|
SubStatementData.add_member(:result_rows, Shapes::ShapeRef.new(shape: Long, location_name: "ResultRows"))
|
|
388
388
|
SubStatementData.add_member(:result_size, Shapes::ShapeRef.new(shape: Long, location_name: "ResultSize"))
|
|
389
|
-
SubStatementData.add_member(:
|
|
390
|
-
SubStatementData.add_member(:
|
|
389
|
+
SubStatementData.add_member(:redshift_query_id, Shapes::ShapeRef.new(shape: Long, location_name: "RedshiftQueryId"))
|
|
390
|
+
SubStatementData.add_member(:has_result_set, Shapes::ShapeRef.new(shape: Boolean, location_name: "HasResultSet"))
|
|
391
391
|
SubStatementData.struct_class = Types::SubStatementData
|
|
392
392
|
|
|
393
393
|
SubStatementList.member = Shapes::ShapeRef.new(shape: SubStatementData)
|
|
@@ -395,8 +395,8 @@ module Aws::RedshiftDataAPIService
|
|
|
395
395
|
TableList.member = Shapes::ShapeRef.new(shape: TableMember)
|
|
396
396
|
|
|
397
397
|
TableMember.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
398
|
-
TableMember.add_member(:schema, Shapes::ShapeRef.new(shape: String, location_name: "schema"))
|
|
399
398
|
TableMember.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
399
|
+
TableMember.add_member(:schema, Shapes::ShapeRef.new(shape: String, location_name: "schema"))
|
|
400
400
|
TableMember.struct_class = Types::TableMember
|
|
401
401
|
|
|
402
402
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
@@ -431,6 +431,7 @@ module Aws::RedshiftDataAPIService
|
|
|
431
431
|
o.output = Shapes::ShapeRef.new(shape: BatchExecuteStatementOutput)
|
|
432
432
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
433
433
|
o.errors << Shapes::ShapeRef.new(shape: ActiveSessionsExceededException)
|
|
434
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
434
435
|
o.errors << Shapes::ShapeRef.new(shape: ActiveStatementsExceededException)
|
|
435
436
|
o.errors << Shapes::ShapeRef.new(shape: BatchExecuteStatementException)
|
|
436
437
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -444,6 +445,7 @@ module Aws::RedshiftDataAPIService
|
|
|
444
445
|
o.output = Shapes::ShapeRef.new(shape: CancelStatementResponse)
|
|
445
446
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
446
447
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
448
|
+
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
|
447
449
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
448
450
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseConnectionException)
|
|
449
451
|
end)
|
|
@@ -466,6 +468,7 @@ module Aws::RedshiftDataAPIService
|
|
|
466
468
|
o.input = Shapes::ShapeRef.new(shape: DescribeTableRequest)
|
|
467
469
|
o.output = Shapes::ShapeRef.new(shape: DescribeTableResponse)
|
|
468
470
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
469
472
|
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
|
470
473
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
471
474
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseConnectionException)
|
|
@@ -485,6 +488,7 @@ module Aws::RedshiftDataAPIService
|
|
|
485
488
|
o.output = Shapes::ShapeRef.new(shape: ExecuteStatementOutput)
|
|
486
489
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
487
490
|
o.errors << Shapes::ShapeRef.new(shape: ActiveSessionsExceededException)
|
|
491
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
488
492
|
o.errors << Shapes::ShapeRef.new(shape: ExecuteStatementException)
|
|
489
493
|
o.errors << Shapes::ShapeRef.new(shape: ActiveStatementsExceededException)
|
|
490
494
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -529,6 +533,7 @@ module Aws::RedshiftDataAPIService
|
|
|
529
533
|
o.input = Shapes::ShapeRef.new(shape: ListDatabasesRequest)
|
|
530
534
|
o.output = Shapes::ShapeRef.new(shape: ListDatabasesResponse)
|
|
531
535
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
536
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
532
537
|
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
|
533
538
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
534
539
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseConnectionException)
|
|
@@ -547,6 +552,7 @@ module Aws::RedshiftDataAPIService
|
|
|
547
552
|
o.input = Shapes::ShapeRef.new(shape: ListSchemasRequest)
|
|
548
553
|
o.output = Shapes::ShapeRef.new(shape: ListSchemasResponse)
|
|
549
554
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
555
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
550
556
|
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
|
551
557
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
552
558
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseConnectionException)
|
|
@@ -565,6 +571,7 @@ module Aws::RedshiftDataAPIService
|
|
|
565
571
|
o.input = Shapes::ShapeRef.new(shape: ListStatementsRequest)
|
|
566
572
|
o.output = Shapes::ShapeRef.new(shape: ListStatementsResponse)
|
|
567
573
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
574
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
568
575
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
569
576
|
o[:pager] = Aws::Pager.new(
|
|
570
577
|
limit_key: "max_results",
|
|
@@ -581,6 +588,7 @@ module Aws::RedshiftDataAPIService
|
|
|
581
588
|
o.input = Shapes::ShapeRef.new(shape: ListTablesRequest)
|
|
582
589
|
o.output = Shapes::ShapeRef.new(shape: ListTablesResponse)
|
|
583
590
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
584
592
|
o.errors << Shapes::ShapeRef.new(shape: QueryTimeoutException)
|
|
585
593
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
586
594
|
o.errors << Shapes::ShapeRef.new(shape: DatabaseConnectionException)
|