aws-sdk-honeycode 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,33 +16,107 @@ module Aws::Honeycode
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AutomationExecutionException = Shapes::StructureShape.new(name: 'AutomationExecutionException')
18
18
  AutomationExecutionTimeoutException = Shapes::StructureShape.new(name: 'AutomationExecutionTimeoutException')
19
+ AwsUserArn = Shapes::StringShape.new(name: 'AwsUserArn')
20
+ BatchCreateTableRowsRequest = Shapes::StructureShape.new(name: 'BatchCreateTableRowsRequest')
21
+ BatchCreateTableRowsResult = Shapes::StructureShape.new(name: 'BatchCreateTableRowsResult')
22
+ BatchDeleteTableRowsRequest = Shapes::StructureShape.new(name: 'BatchDeleteTableRowsRequest')
23
+ BatchDeleteTableRowsResult = Shapes::StructureShape.new(name: 'BatchDeleteTableRowsResult')
24
+ BatchErrorMessage = Shapes::StringShape.new(name: 'BatchErrorMessage')
25
+ BatchItemId = Shapes::StringShape.new(name: 'BatchItemId')
26
+ BatchUpdateTableRowsRequest = Shapes::StructureShape.new(name: 'BatchUpdateTableRowsRequest')
27
+ BatchUpdateTableRowsResult = Shapes::StructureShape.new(name: 'BatchUpdateTableRowsResult')
28
+ BatchUpsertTableRowsRequest = Shapes::StructureShape.new(name: 'BatchUpsertTableRowsRequest')
29
+ BatchUpsertTableRowsResult = Shapes::StructureShape.new(name: 'BatchUpsertTableRowsResult')
30
+ Cell = Shapes::StructureShape.new(name: 'Cell')
31
+ CellInput = Shapes::StructureShape.new(name: 'CellInput')
32
+ Cells = Shapes::ListShape.new(name: 'Cells')
19
33
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
20
34
  ColumnMetadata = Shapes::StructureShape.new(name: 'ColumnMetadata')
35
+ CreateRowData = Shapes::StructureShape.new(name: 'CreateRowData')
36
+ CreateRowDataList = Shapes::ListShape.new(name: 'CreateRowDataList')
37
+ CreatedRowsMap = Shapes::MapShape.new(name: 'CreatedRowsMap')
21
38
  DataItem = Shapes::StructureShape.new(name: 'DataItem')
22
39
  DataItems = Shapes::ListShape.new(name: 'DataItems')
40
+ DelimitedTextDelimiter = Shapes::StringShape.new(name: 'DelimitedTextDelimiter')
41
+ DelimitedTextImportOptions = Shapes::StructureShape.new(name: 'DelimitedTextImportOptions')
42
+ DescribeTableDataImportJobRequest = Shapes::StructureShape.new(name: 'DescribeTableDataImportJobRequest')
43
+ DescribeTableDataImportJobResult = Shapes::StructureShape.new(name: 'DescribeTableDataImportJobResult')
44
+ DestinationOptions = Shapes::StructureShape.new(name: 'DestinationOptions')
45
+ Email = Shapes::StringShape.new(name: 'Email')
23
46
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
47
+ Fact = Shapes::StringShape.new(name: 'Fact')
48
+ FailedBatchItem = Shapes::StructureShape.new(name: 'FailedBatchItem')
49
+ FailedBatchItems = Shapes::ListShape.new(name: 'FailedBatchItems')
50
+ Filter = Shapes::StructureShape.new(name: 'Filter')
24
51
  Format = Shapes::StringShape.new(name: 'Format')
25
52
  FormattedValue = Shapes::StringShape.new(name: 'FormattedValue')
53
+ Formula = Shapes::StringShape.new(name: 'Formula')
26
54
  GetScreenDataRequest = Shapes::StructureShape.new(name: 'GetScreenDataRequest')
27
55
  GetScreenDataResult = Shapes::StructureShape.new(name: 'GetScreenDataResult')
56
+ HasHeaderRow = Shapes::BooleanShape.new(name: 'HasHeaderRow')
57
+ IgnoreEmptyRows = Shapes::BooleanShape.new(name: 'IgnoreEmptyRows')
58
+ ImportColumnMap = Shapes::MapShape.new(name: 'ImportColumnMap')
59
+ ImportDataCharacterEncoding = Shapes::StringShape.new(name: 'ImportDataCharacterEncoding')
60
+ ImportDataSource = Shapes::StructureShape.new(name: 'ImportDataSource')
61
+ ImportDataSourceConfig = Shapes::StructureShape.new(name: 'ImportDataSourceConfig')
62
+ ImportJobSubmitter = Shapes::StructureShape.new(name: 'ImportJobSubmitter')
63
+ ImportOptions = Shapes::StructureShape.new(name: 'ImportOptions')
64
+ ImportSourceDataFormat = Shapes::StringShape.new(name: 'ImportSourceDataFormat')
28
65
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
29
66
  InvokeScreenAutomationRequest = Shapes::StructureShape.new(name: 'InvokeScreenAutomationRequest')
30
67
  InvokeScreenAutomationResult = Shapes::StructureShape.new(name: 'InvokeScreenAutomationResult')
68
+ JobId = Shapes::StringShape.new(name: 'JobId')
69
+ ListTableColumnsRequest = Shapes::StructureShape.new(name: 'ListTableColumnsRequest')
70
+ ListTableColumnsResult = Shapes::StructureShape.new(name: 'ListTableColumnsResult')
71
+ ListTableRowsRequest = Shapes::StructureShape.new(name: 'ListTableRowsRequest')
72
+ ListTableRowsResult = Shapes::StructureShape.new(name: 'ListTableRowsResult')
73
+ ListTablesRequest = Shapes::StructureShape.new(name: 'ListTablesRequest')
74
+ ListTablesResult = Shapes::StructureShape.new(name: 'ListTablesResult')
31
75
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
32
76
  Name = Shapes::StringShape.new(name: 'Name')
33
77
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
78
+ QueryTableRowsRequest = Shapes::StructureShape.new(name: 'QueryTableRowsRequest')
79
+ QueryTableRowsResult = Shapes::StructureShape.new(name: 'QueryTableRowsResult')
34
80
  RawValue = Shapes::StringShape.new(name: 'RawValue')
35
81
  RequestTimeoutException = Shapes::StructureShape.new(name: 'RequestTimeoutException')
36
82
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
83
+ ResourceIds = Shapes::ListShape.new(name: 'ResourceIds')
37
84
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
38
85
  ResultHeader = Shapes::ListShape.new(name: 'ResultHeader')
39
86
  ResultRow = Shapes::StructureShape.new(name: 'ResultRow')
40
87
  ResultRows = Shapes::ListShape.new(name: 'ResultRows')
41
88
  ResultSet = Shapes::StructureShape.new(name: 'ResultSet')
42
89
  ResultSetMap = Shapes::MapShape.new(name: 'ResultSetMap')
90
+ RowDataInput = Shapes::MapShape.new(name: 'RowDataInput')
43
91
  RowId = Shapes::StringShape.new(name: 'RowId')
92
+ RowIdList = Shapes::ListShape.new(name: 'RowIdList')
93
+ SecureURL = Shapes::StringShape.new(name: 'SecureURL')
94
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
44
95
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
96
+ SourceDataColumnIndex = Shapes::IntegerShape.new(name: 'SourceDataColumnIndex')
97
+ SourceDataColumnProperties = Shapes::StructureShape.new(name: 'SourceDataColumnProperties')
98
+ StartTableDataImportJobRequest = Shapes::StructureShape.new(name: 'StartTableDataImportJobRequest')
99
+ StartTableDataImportJobResult = Shapes::StructureShape.new(name: 'StartTableDataImportJobResult')
100
+ Table = Shapes::StructureShape.new(name: 'Table')
101
+ TableColumn = Shapes::StructureShape.new(name: 'TableColumn')
102
+ TableColumnName = Shapes::StringShape.new(name: 'TableColumnName')
103
+ TableColumns = Shapes::ListShape.new(name: 'TableColumns')
104
+ TableDataImportJobMessage = Shapes::StringShape.new(name: 'TableDataImportJobMessage')
105
+ TableDataImportJobMetadata = Shapes::StructureShape.new(name: 'TableDataImportJobMetadata')
106
+ TableDataImportJobStatus = Shapes::StringShape.new(name: 'TableDataImportJobStatus')
107
+ TableName = Shapes::StringShape.new(name: 'TableName')
108
+ TableRow = Shapes::StructureShape.new(name: 'TableRow')
109
+ TableRows = Shapes::ListShape.new(name: 'TableRows')
110
+ Tables = Shapes::ListShape.new(name: 'Tables')
45
111
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
112
+ TimestampInMillis = Shapes::TimestampShape.new(name: 'TimestampInMillis')
113
+ UpdateRowData = Shapes::StructureShape.new(name: 'UpdateRowData')
114
+ UpdateRowDataList = Shapes::ListShape.new(name: 'UpdateRowDataList')
115
+ UpsertAction = Shapes::StringShape.new(name: 'UpsertAction')
116
+ UpsertRowData = Shapes::StructureShape.new(name: 'UpsertRowData')
117
+ UpsertRowDataList = Shapes::ListShape.new(name: 'UpsertRowDataList')
118
+ UpsertRowsResult = Shapes::StructureShape.new(name: 'UpsertRowsResult')
119
+ UpsertRowsResultMap = Shapes::MapShape.new(name: 'UpsertRowsResultMap')
46
120
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
47
121
  VariableName = Shapes::StringShape.new(name: 'VariableName')
48
122
  VariableValue = Shapes::StructureShape.new(name: 'VariableValue')
@@ -58,10 +132,72 @@ module Aws::Honeycode
58
132
  AutomationExecutionTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
59
133
  AutomationExecutionTimeoutException.struct_class = Types::AutomationExecutionTimeoutException
60
134
 
135
+ BatchCreateTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
136
+ BatchCreateTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
137
+ BatchCreateTableRowsRequest.add_member(:rows_to_create, Shapes::ShapeRef.new(shape: CreateRowDataList, required: true, location_name: "rowsToCreate"))
138
+ BatchCreateTableRowsRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
139
+ BatchCreateTableRowsRequest.struct_class = Types::BatchCreateTableRowsRequest
140
+
141
+ BatchCreateTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
142
+ BatchCreateTableRowsResult.add_member(:created_rows, Shapes::ShapeRef.new(shape: CreatedRowsMap, required: true, location_name: "createdRows"))
143
+ BatchCreateTableRowsResult.add_member(:failed_batch_items, Shapes::ShapeRef.new(shape: FailedBatchItems, location_name: "failedBatchItems"))
144
+ BatchCreateTableRowsResult.struct_class = Types::BatchCreateTableRowsResult
145
+
146
+ BatchDeleteTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
147
+ BatchDeleteTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
148
+ BatchDeleteTableRowsRequest.add_member(:row_ids, Shapes::ShapeRef.new(shape: RowIdList, required: true, location_name: "rowIds"))
149
+ BatchDeleteTableRowsRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
150
+ BatchDeleteTableRowsRequest.struct_class = Types::BatchDeleteTableRowsRequest
151
+
152
+ BatchDeleteTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
153
+ BatchDeleteTableRowsResult.add_member(:failed_batch_items, Shapes::ShapeRef.new(shape: FailedBatchItems, location_name: "failedBatchItems"))
154
+ BatchDeleteTableRowsResult.struct_class = Types::BatchDeleteTableRowsResult
155
+
156
+ BatchUpdateTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
157
+ BatchUpdateTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
158
+ BatchUpdateTableRowsRequest.add_member(:rows_to_update, Shapes::ShapeRef.new(shape: UpdateRowDataList, required: true, location_name: "rowsToUpdate"))
159
+ BatchUpdateTableRowsRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
160
+ BatchUpdateTableRowsRequest.struct_class = Types::BatchUpdateTableRowsRequest
161
+
162
+ BatchUpdateTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
163
+ BatchUpdateTableRowsResult.add_member(:failed_batch_items, Shapes::ShapeRef.new(shape: FailedBatchItems, location_name: "failedBatchItems"))
164
+ BatchUpdateTableRowsResult.struct_class = Types::BatchUpdateTableRowsResult
165
+
166
+ BatchUpsertTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
167
+ BatchUpsertTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
168
+ BatchUpsertTableRowsRequest.add_member(:rows_to_upsert, Shapes::ShapeRef.new(shape: UpsertRowDataList, required: true, location_name: "rowsToUpsert"))
169
+ BatchUpsertTableRowsRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
170
+ BatchUpsertTableRowsRequest.struct_class = Types::BatchUpsertTableRowsRequest
171
+
172
+ BatchUpsertTableRowsResult.add_member(:rows, Shapes::ShapeRef.new(shape: UpsertRowsResultMap, required: true, location_name: "rows"))
173
+ BatchUpsertTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
174
+ BatchUpsertTableRowsResult.add_member(:failed_batch_items, Shapes::ShapeRef.new(shape: FailedBatchItems, location_name: "failedBatchItems"))
175
+ BatchUpsertTableRowsResult.struct_class = Types::BatchUpsertTableRowsResult
176
+
177
+ Cell.add_member(:formula, Shapes::ShapeRef.new(shape: Formula, location_name: "formula"))
178
+ Cell.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
179
+ Cell.add_member(:raw_value, Shapes::ShapeRef.new(shape: RawValue, location_name: "rawValue"))
180
+ Cell.add_member(:formatted_value, Shapes::ShapeRef.new(shape: FormattedValue, location_name: "formattedValue"))
181
+ Cell.struct_class = Types::Cell
182
+
183
+ CellInput.add_member(:fact, Shapes::ShapeRef.new(shape: Fact, location_name: "fact"))
184
+ CellInput.struct_class = Types::CellInput
185
+
186
+ Cells.member = Shapes::ShapeRef.new(shape: Cell)
187
+
61
188
  ColumnMetadata.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
62
189
  ColumnMetadata.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "format"))
63
190
  ColumnMetadata.struct_class = Types::ColumnMetadata
64
191
 
192
+ CreateRowData.add_member(:batch_item_id, Shapes::ShapeRef.new(shape: BatchItemId, required: true, location_name: "batchItemId"))
193
+ CreateRowData.add_member(:cells_to_create, Shapes::ShapeRef.new(shape: RowDataInput, required: true, location_name: "cellsToCreate"))
194
+ CreateRowData.struct_class = Types::CreateRowData
195
+
196
+ CreateRowDataList.member = Shapes::ShapeRef.new(shape: CreateRowData)
197
+
198
+ CreatedRowsMap.key = Shapes::ShapeRef.new(shape: BatchItemId)
199
+ CreatedRowsMap.value = Shapes::ShapeRef.new(shape: RowId)
200
+
65
201
  DataItem.add_member(:override_format, Shapes::ShapeRef.new(shape: Format, location_name: "overrideFormat"))
66
202
  DataItem.add_member(:raw_value, Shapes::ShapeRef.new(shape: RawValue, location_name: "rawValue"))
67
203
  DataItem.add_member(:formatted_value, Shapes::ShapeRef.new(shape: FormattedValue, location_name: "formattedValue"))
@@ -69,6 +205,35 @@ module Aws::Honeycode
69
205
 
70
206
  DataItems.member = Shapes::ShapeRef.new(shape: DataItem)
71
207
 
208
+ DelimitedTextImportOptions.add_member(:delimiter, Shapes::ShapeRef.new(shape: DelimitedTextDelimiter, required: true, location_name: "delimiter"))
209
+ DelimitedTextImportOptions.add_member(:has_header_row, Shapes::ShapeRef.new(shape: HasHeaderRow, location_name: "hasHeaderRow"))
210
+ DelimitedTextImportOptions.add_member(:ignore_empty_rows, Shapes::ShapeRef.new(shape: IgnoreEmptyRows, location_name: "ignoreEmptyRows"))
211
+ DelimitedTextImportOptions.add_member(:data_character_encoding, Shapes::ShapeRef.new(shape: ImportDataCharacterEncoding, location_name: "dataCharacterEncoding"))
212
+ DelimitedTextImportOptions.struct_class = Types::DelimitedTextImportOptions
213
+
214
+ DescribeTableDataImportJobRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
215
+ DescribeTableDataImportJobRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
216
+ DescribeTableDataImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
217
+ DescribeTableDataImportJobRequest.struct_class = Types::DescribeTableDataImportJobRequest
218
+
219
+ DescribeTableDataImportJobResult.add_member(:job_status, Shapes::ShapeRef.new(shape: TableDataImportJobStatus, required: true, location_name: "jobStatus"))
220
+ DescribeTableDataImportJobResult.add_member(:message, Shapes::ShapeRef.new(shape: TableDataImportJobMessage, required: true, location_name: "message"))
221
+ DescribeTableDataImportJobResult.add_member(:job_metadata, Shapes::ShapeRef.new(shape: TableDataImportJobMetadata, required: true, location_name: "jobMetadata"))
222
+ DescribeTableDataImportJobResult.struct_class = Types::DescribeTableDataImportJobResult
223
+
224
+ DestinationOptions.add_member(:column_map, Shapes::ShapeRef.new(shape: ImportColumnMap, location_name: "columnMap"))
225
+ DestinationOptions.struct_class = Types::DestinationOptions
226
+
227
+ FailedBatchItem.add_member(:id, Shapes::ShapeRef.new(shape: BatchItemId, required: true, location_name: "id"))
228
+ FailedBatchItem.add_member(:error_message, Shapes::ShapeRef.new(shape: BatchErrorMessage, required: true, location_name: "errorMessage"))
229
+ FailedBatchItem.struct_class = Types::FailedBatchItem
230
+
231
+ FailedBatchItems.member = Shapes::ShapeRef.new(shape: FailedBatchItem)
232
+
233
+ Filter.add_member(:formula, Shapes::ShapeRef.new(shape: Formula, required: true, location_name: "formula"))
234
+ Filter.add_member(:context_row_id, Shapes::ShapeRef.new(shape: RowId, location_name: "contextRowId"))
235
+ Filter.struct_class = Types::Filter
236
+
72
237
  GetScreenDataRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "workbookId"))
73
238
  GetScreenDataRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "appId"))
74
239
  GetScreenDataRequest.add_member(:screen_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "screenId"))
@@ -82,6 +247,23 @@ module Aws::Honeycode
82
247
  GetScreenDataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
83
248
  GetScreenDataResult.struct_class = Types::GetScreenDataResult
84
249
 
250
+ ImportColumnMap.key = Shapes::ShapeRef.new(shape: ResourceId)
251
+ ImportColumnMap.value = Shapes::ShapeRef.new(shape: SourceDataColumnProperties)
252
+
253
+ ImportDataSource.add_member(:data_source_config, Shapes::ShapeRef.new(shape: ImportDataSourceConfig, required: true, location_name: "dataSourceConfig"))
254
+ ImportDataSource.struct_class = Types::ImportDataSource
255
+
256
+ ImportDataSourceConfig.add_member(:data_source_url, Shapes::ShapeRef.new(shape: SecureURL, location_name: "dataSourceUrl"))
257
+ ImportDataSourceConfig.struct_class = Types::ImportDataSourceConfig
258
+
259
+ ImportJobSubmitter.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
260
+ ImportJobSubmitter.add_member(:user_arn, Shapes::ShapeRef.new(shape: AwsUserArn, location_name: "userArn"))
261
+ ImportJobSubmitter.struct_class = Types::ImportJobSubmitter
262
+
263
+ ImportOptions.add_member(:destination_options, Shapes::ShapeRef.new(shape: DestinationOptions, location_name: "destinationOptions"))
264
+ ImportOptions.add_member(:delimited_text_options, Shapes::ShapeRef.new(shape: DelimitedTextImportOptions, location_name: "delimitedTextOptions"))
265
+ ImportOptions.struct_class = Types::ImportOptions
266
+
85
267
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
86
268
  InternalServerException.struct_class = Types::InternalServerException
87
269
 
@@ -97,9 +279,58 @@ module Aws::Honeycode
97
279
  InvokeScreenAutomationResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
98
280
  InvokeScreenAutomationResult.struct_class = Types::InvokeScreenAutomationResult
99
281
 
282
+ ListTableColumnsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
283
+ ListTableColumnsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
284
+ ListTableColumnsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
285
+ ListTableColumnsRequest.struct_class = Types::ListTableColumnsRequest
286
+
287
+ ListTableColumnsResult.add_member(:table_columns, Shapes::ShapeRef.new(shape: TableColumns, required: true, location_name: "tableColumns"))
288
+ ListTableColumnsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
289
+ ListTableColumnsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, location_name: "workbookCursor"))
290
+ ListTableColumnsResult.struct_class = Types::ListTableColumnsResult
291
+
292
+ ListTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
293
+ ListTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
294
+ ListTableRowsRequest.add_member(:row_ids, Shapes::ShapeRef.new(shape: RowIdList, location_name: "rowIds"))
295
+ ListTableRowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
296
+ ListTableRowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
297
+ ListTableRowsRequest.struct_class = Types::ListTableRowsRequest
298
+
299
+ ListTableRowsResult.add_member(:column_ids, Shapes::ShapeRef.new(shape: ResourceIds, required: true, location_name: "columnIds"))
300
+ ListTableRowsResult.add_member(:rows, Shapes::ShapeRef.new(shape: TableRows, required: true, location_name: "rows"))
301
+ ListTableRowsResult.add_member(:row_ids_not_found, Shapes::ShapeRef.new(shape: RowIdList, location_name: "rowIdsNotFound"))
302
+ ListTableRowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
303
+ ListTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
304
+ ListTableRowsResult.struct_class = Types::ListTableRowsResult
305
+
306
+ ListTablesRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
307
+ ListTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
308
+ ListTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
309
+ ListTablesRequest.struct_class = Types::ListTablesRequest
310
+
311
+ ListTablesResult.add_member(:tables, Shapes::ShapeRef.new(shape: Tables, required: true, location_name: "tables"))
312
+ ListTablesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
313
+ ListTablesResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, location_name: "workbookCursor"))
314
+ ListTablesResult.struct_class = Types::ListTablesResult
315
+
316
+ QueryTableRowsRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
317
+ QueryTableRowsRequest.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
318
+ QueryTableRowsRequest.add_member(:filter_formula, Shapes::ShapeRef.new(shape: Filter, required: true, location_name: "filterFormula"))
319
+ QueryTableRowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
320
+ QueryTableRowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
321
+ QueryTableRowsRequest.struct_class = Types::QueryTableRowsRequest
322
+
323
+ QueryTableRowsResult.add_member(:column_ids, Shapes::ShapeRef.new(shape: ResourceIds, required: true, location_name: "columnIds"))
324
+ QueryTableRowsResult.add_member(:rows, Shapes::ShapeRef.new(shape: TableRows, required: true, location_name: "rows"))
325
+ QueryTableRowsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
326
+ QueryTableRowsResult.add_member(:workbook_cursor, Shapes::ShapeRef.new(shape: WorkbookCursor, required: true, location_name: "workbookCursor"))
327
+ QueryTableRowsResult.struct_class = Types::QueryTableRowsResult
328
+
100
329
  RequestTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
101
330
  RequestTimeoutException.struct_class = Types::RequestTimeoutException
102
331
 
332
+ ResourceIds.member = Shapes::ShapeRef.new(shape: ResourceId)
333
+
103
334
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
104
335
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
105
336
 
@@ -118,12 +349,80 @@ module Aws::Honeycode
118
349
  ResultSetMap.key = Shapes::ShapeRef.new(shape: Name)
119
350
  ResultSetMap.value = Shapes::ShapeRef.new(shape: ResultSet)
120
351
 
352
+ RowDataInput.key = Shapes::ShapeRef.new(shape: ResourceId)
353
+ RowDataInput.value = Shapes::ShapeRef.new(shape: CellInput)
354
+
355
+ RowIdList.member = Shapes::ShapeRef.new(shape: RowId)
356
+
357
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
358
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
359
+
121
360
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
122
361
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
123
362
 
363
+ SourceDataColumnProperties.add_member(:column_index, Shapes::ShapeRef.new(shape: SourceDataColumnIndex, location_name: "columnIndex"))
364
+ SourceDataColumnProperties.struct_class = Types::SourceDataColumnProperties
365
+
366
+ StartTableDataImportJobRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "workbookId"))
367
+ StartTableDataImportJobRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: ImportDataSource, required: true, location_name: "dataSource"))
368
+ StartTableDataImportJobRequest.add_member(:data_format, Shapes::ShapeRef.new(shape: ImportSourceDataFormat, required: true, location_name: "dataFormat"))
369
+ StartTableDataImportJobRequest.add_member(:destination_table_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "tableId"))
370
+ StartTableDataImportJobRequest.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, required: true, location_name: "importOptions"))
371
+ StartTableDataImportJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken"))
372
+ StartTableDataImportJobRequest.struct_class = Types::StartTableDataImportJobRequest
373
+
374
+ StartTableDataImportJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
375
+ StartTableDataImportJobResult.add_member(:job_status, Shapes::ShapeRef.new(shape: TableDataImportJobStatus, required: true, location_name: "jobStatus"))
376
+ StartTableDataImportJobResult.struct_class = Types::StartTableDataImportJobResult
377
+
378
+ Table.add_member(:table_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "tableId"))
379
+ Table.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "tableName"))
380
+ Table.struct_class = Types::Table
381
+
382
+ TableColumn.add_member(:table_column_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "tableColumnId"))
383
+ TableColumn.add_member(:table_column_name, Shapes::ShapeRef.new(shape: TableColumnName, location_name: "tableColumnName"))
384
+ TableColumn.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
385
+ TableColumn.struct_class = Types::TableColumn
386
+
387
+ TableColumns.member = Shapes::ShapeRef.new(shape: TableColumn)
388
+
389
+ TableDataImportJobMetadata.add_member(:submitter, Shapes::ShapeRef.new(shape: ImportJobSubmitter, required: true, location_name: "submitter"))
390
+ TableDataImportJobMetadata.add_member(:submit_time, Shapes::ShapeRef.new(shape: TimestampInMillis, required: true, location_name: "submitTime"))
391
+ TableDataImportJobMetadata.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, required: true, location_name: "importOptions"))
392
+ TableDataImportJobMetadata.add_member(:data_source, Shapes::ShapeRef.new(shape: ImportDataSource, required: true, location_name: "dataSource"))
393
+ TableDataImportJobMetadata.struct_class = Types::TableDataImportJobMetadata
394
+
395
+ TableRow.add_member(:row_id, Shapes::ShapeRef.new(shape: RowId, required: true, location_name: "rowId"))
396
+ TableRow.add_member(:cells, Shapes::ShapeRef.new(shape: Cells, required: true, location_name: "cells"))
397
+ TableRow.struct_class = Types::TableRow
398
+
399
+ TableRows.member = Shapes::ShapeRef.new(shape: TableRow)
400
+
401
+ Tables.member = Shapes::ShapeRef.new(shape: Table)
402
+
124
403
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
125
404
  ThrottlingException.struct_class = Types::ThrottlingException
126
405
 
406
+ UpdateRowData.add_member(:row_id, Shapes::ShapeRef.new(shape: RowId, required: true, location_name: "rowId"))
407
+ UpdateRowData.add_member(:cells_to_update, Shapes::ShapeRef.new(shape: RowDataInput, required: true, location_name: "cellsToUpdate"))
408
+ UpdateRowData.struct_class = Types::UpdateRowData
409
+
410
+ UpdateRowDataList.member = Shapes::ShapeRef.new(shape: UpdateRowData)
411
+
412
+ UpsertRowData.add_member(:batch_item_id, Shapes::ShapeRef.new(shape: BatchItemId, required: true, location_name: "batchItemId"))
413
+ UpsertRowData.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, required: true, location_name: "filter"))
414
+ UpsertRowData.add_member(:cells_to_update, Shapes::ShapeRef.new(shape: RowDataInput, required: true, location_name: "cellsToUpdate"))
415
+ UpsertRowData.struct_class = Types::UpsertRowData
416
+
417
+ UpsertRowDataList.member = Shapes::ShapeRef.new(shape: UpsertRowData)
418
+
419
+ UpsertRowsResult.add_member(:row_ids, Shapes::ShapeRef.new(shape: RowIdList, required: true, location_name: "rowIds"))
420
+ UpsertRowsResult.add_member(:upsert_action, Shapes::ShapeRef.new(shape: UpsertAction, required: true, location_name: "upsertAction"))
421
+ UpsertRowsResult.struct_class = Types::UpsertRowsResult
422
+
423
+ UpsertRowsResultMap.key = Shapes::ShapeRef.new(shape: BatchItemId)
424
+ UpsertRowsResultMap.value = Shapes::ShapeRef.new(shape: UpsertRowsResult)
425
+
127
426
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
128
427
  ValidationException.struct_class = Types::ValidationException
129
428
 
@@ -152,6 +451,82 @@ module Aws::Honeycode
152
451
  "uid" => "honeycode-2020-03-01",
153
452
  }
154
453
 
454
+ api.add_operation(:batch_create_table_rows, Seahorse::Model::Operation.new.tap do |o|
455
+ o.name = "BatchCreateTableRows"
456
+ o.http_method = "POST"
457
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/batchcreate"
458
+ o.input = Shapes::ShapeRef.new(shape: BatchCreateTableRowsRequest)
459
+ o.output = Shapes::ShapeRef.new(shape: BatchCreateTableRowsResult)
460
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
461
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
462
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
463
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
464
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
465
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
466
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
467
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
468
+ end)
469
+
470
+ api.add_operation(:batch_delete_table_rows, Seahorse::Model::Operation.new.tap do |o|
471
+ o.name = "BatchDeleteTableRows"
472
+ o.http_method = "POST"
473
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/batchdelete"
474
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteTableRowsRequest)
475
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteTableRowsResult)
476
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
477
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
478
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
479
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
480
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
481
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
482
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
483
+ end)
484
+
485
+ api.add_operation(:batch_update_table_rows, Seahorse::Model::Operation.new.tap do |o|
486
+ o.name = "BatchUpdateTableRows"
487
+ o.http_method = "POST"
488
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/batchupdate"
489
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateTableRowsRequest)
490
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateTableRowsResult)
491
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
492
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
493
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
494
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
495
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
496
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
497
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
498
+ end)
499
+
500
+ api.add_operation(:batch_upsert_table_rows, Seahorse::Model::Operation.new.tap do |o|
501
+ o.name = "BatchUpsertTableRows"
502
+ o.http_method = "POST"
503
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/batchupsert"
504
+ o.input = Shapes::ShapeRef.new(shape: BatchUpsertTableRowsRequest)
505
+ o.output = Shapes::ShapeRef.new(shape: BatchUpsertTableRowsResult)
506
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
507
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
508
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
509
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
510
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
511
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
512
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
513
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
514
+ end)
515
+
516
+ api.add_operation(:describe_table_data_import_job, Seahorse::Model::Operation.new.tap do |o|
517
+ o.name = "DescribeTableDataImportJob"
518
+ o.http_method = "GET"
519
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/import/{jobId}"
520
+ o.input = Shapes::ShapeRef.new(shape: DescribeTableDataImportJobRequest)
521
+ o.output = Shapes::ShapeRef.new(shape: DescribeTableDataImportJobResult)
522
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
523
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
524
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
525
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
526
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
527
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
528
+ end)
529
+
155
530
  api.add_operation(:get_screen_data, Seahorse::Model::Operation.new.tap do |o|
156
531
  o.name = "GetScreenData"
157
532
  o.http_method = "POST"
@@ -183,6 +558,103 @@ module Aws::Honeycode
183
558
  o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionTimeoutException)
184
559
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
185
560
  end)
561
+
562
+ api.add_operation(:list_table_columns, Seahorse::Model::Operation.new.tap do |o|
563
+ o.name = "ListTableColumns"
564
+ o.http_method = "GET"
565
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/columns"
566
+ o.input = Shapes::ShapeRef.new(shape: ListTableColumnsRequest)
567
+ o.output = Shapes::ShapeRef.new(shape: ListTableColumnsResult)
568
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
569
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
570
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
571
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
572
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
573
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
574
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
575
+ o[:pager] = Aws::Pager.new(
576
+ tokens: {
577
+ "next_token" => "next_token"
578
+ }
579
+ )
580
+ end)
581
+
582
+ api.add_operation(:list_table_rows, Seahorse::Model::Operation.new.tap do |o|
583
+ o.name = "ListTableRows"
584
+ o.http_method = "POST"
585
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/list"
586
+ o.input = Shapes::ShapeRef.new(shape: ListTableRowsRequest)
587
+ o.output = Shapes::ShapeRef.new(shape: ListTableRowsResult)
588
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
589
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
590
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
591
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
592
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
593
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
594
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
595
+ o[:pager] = Aws::Pager.new(
596
+ limit_key: "max_results",
597
+ tokens: {
598
+ "next_token" => "next_token"
599
+ }
600
+ )
601
+ end)
602
+
603
+ api.add_operation(:list_tables, Seahorse::Model::Operation.new.tap do |o|
604
+ o.name = "ListTables"
605
+ o.http_method = "GET"
606
+ o.http_request_uri = "/workbooks/{workbookId}/tables"
607
+ o.input = Shapes::ShapeRef.new(shape: ListTablesRequest)
608
+ o.output = Shapes::ShapeRef.new(shape: ListTablesResult)
609
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
610
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
611
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
612
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
613
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
614
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
615
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
616
+ o[:pager] = Aws::Pager.new(
617
+ limit_key: "max_results",
618
+ tokens: {
619
+ "next_token" => "next_token"
620
+ }
621
+ )
622
+ end)
623
+
624
+ api.add_operation(:query_table_rows, Seahorse::Model::Operation.new.tap do |o|
625
+ o.name = "QueryTableRows"
626
+ o.http_method = "POST"
627
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/rows/query"
628
+ o.input = Shapes::ShapeRef.new(shape: QueryTableRowsRequest)
629
+ o.output = Shapes::ShapeRef.new(shape: QueryTableRowsResult)
630
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
631
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
632
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
633
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
634
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
635
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
636
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
637
+ o[:pager] = Aws::Pager.new(
638
+ limit_key: "max_results",
639
+ tokens: {
640
+ "next_token" => "next_token"
641
+ }
642
+ )
643
+ end)
644
+
645
+ api.add_operation(:start_table_data_import_job, Seahorse::Model::Operation.new.tap do |o|
646
+ o.name = "StartTableDataImportJob"
647
+ o.http_method = "POST"
648
+ o.http_request_uri = "/workbooks/{workbookId}/tables/{tableId}/import"
649
+ o.input = Shapes::ShapeRef.new(shape: StartTableDataImportJobRequest)
650
+ o.output = Shapes::ShapeRef.new(shape: StartTableDataImportJobResult)
651
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
652
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
655
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
656
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
657
+ end)
186
658
  end
187
659
 
188
660
  end