aws-sdk-honeycode 1.14.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff754ed6875284e4a0e7538b05bcbbc1dca39a1344b9cf96f1dd15eaab6b1bcb
4
- data.tar.gz: b851a13c93b5087e81e6b29803285415285173e2958857fd2353274959905049
3
+ metadata.gz: ad1b95124e40f99dee5511c614dde20b061b7983145fad801b98b63a76d03be4
4
+ data.tar.gz: ebea7ba2e3d2fbf6f1c625837c82bd5089e267b5cc62774ea7a572fa4ec99016
5
5
  SHA512:
6
- metadata.gz: ca7f6d56f02ed213bf32f9d8c2e283b838f1548490705917b01b69ff566fc59ce953a0d4780406b471440cf2fe4b7e2d9def0a8cee65e82c088b591ccf111c44
7
- data.tar.gz: cfae8632f96f39876457cc6ea523dff47723293853816ee60c283c4b57734b99eead1309b8b6d53e19c014103383c29670156a106f8d7b5a2b4700416e9646ea
6
+ metadata.gz: 92a5462069ef7fc378f5804e728c55b0699332d5a3c4efb1f7c4acc52b7ea1a342f0239c19106c308661c882d00d8bfcb1ae11b37a4d4e563be38a4e829f9ae2
7
+ data.tar.gz: 6e0c1f1d9ffc79b50f8ba6efa2c8194f015f20cca82f742ad12674973fef963491ae3272815ba8d5bdab14f307b3392d4e44274dea08c57d26f8855d863fbca7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.16.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.15.0 (2022-01-14)
15
+ ------------------
16
+
17
+ * Feature - Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
18
+
4
19
  1.14.0 (2022-01-12)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.17.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Honeycode
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -408,6 +412,7 @@ module Aws::Honeycode
408
412
  # cells_to_create: { # required
409
413
  # "ResourceId" => {
410
414
  # fact: "Fact",
415
+ # facts: ["Fact"],
411
416
  # },
412
417
  # },
413
418
  # },
@@ -557,6 +562,7 @@ module Aws::Honeycode
557
562
  # cells_to_update: { # required
558
563
  # "ResourceId" => {
559
564
  # fact: "Fact",
565
+ # facts: ["Fact"],
560
566
  # },
561
567
  # },
562
568
  # },
@@ -650,6 +656,7 @@ module Aws::Honeycode
650
656
  # cells_to_update: { # required
651
657
  # "ResourceId" => {
652
658
  # fact: "Fact",
659
+ # facts: ["Fact"],
653
660
  # },
654
661
  # },
655
662
  # },
@@ -704,6 +711,7 @@ module Aws::Honeycode
704
711
  # * {Types::DescribeTableDataImportJobResult#job_status #job_status} => String
705
712
  # * {Types::DescribeTableDataImportJobResult#message #message} => String
706
713
  # * {Types::DescribeTableDataImportJobResult#job_metadata #job_metadata} => Types::TableDataImportJobMetadata
714
+ # * {Types::DescribeTableDataImportJobResult#error_code #error_code} => String
707
715
  #
708
716
  # @example Request syntax with placeholder values
709
717
  #
@@ -727,6 +735,7 @@ module Aws::Honeycode
727
735
  # resp.job_metadata.import_options.delimited_text_options.ignore_empty_rows #=> Boolean
728
736
  # resp.job_metadata.import_options.delimited_text_options.data_character_encoding #=> String, one of "UTF-8", "US-ASCII", "ISO-8859-1", "UTF-16BE", "UTF-16LE", "UTF-16"
729
737
  # resp.job_metadata.data_source.data_source_config.data_source_url #=> String
738
+ # resp.error_code #=> String, one of "ACCESS_DENIED", "INVALID_URL_ERROR", "INVALID_IMPORT_OPTIONS_ERROR", "INVALID_TABLE_ID_ERROR", "INVALID_TABLE_COLUMN_ID_ERROR", "TABLE_NOT_FOUND_ERROR", "FILE_EMPTY_ERROR", "INVALID_FILE_TYPE_ERROR", "FILE_PARSING_ERROR", "FILE_SIZE_LIMIT_ERROR", "FILE_NOT_FOUND_ERROR", "UNKNOWN_ERROR", "RESOURCE_NOT_FOUND_ERROR", "SYSTEM_LIMIT_ERROR"
730
739
  #
731
740
  # @see http://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob AWS API Documentation
732
741
  #
@@ -798,11 +807,11 @@ module Aws::Honeycode
798
807
  # resp.results #=> Hash
799
808
  # resp.results["Name"].headers #=> Array
800
809
  # resp.results["Name"].headers[0].name #=> String
801
- # resp.results["Name"].headers[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK"
810
+ # resp.results["Name"].headers[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
802
811
  # resp.results["Name"].rows #=> Array
803
812
  # resp.results["Name"].rows[0].row_id #=> String
804
813
  # resp.results["Name"].rows[0].data_items #=> Array
805
- # resp.results["Name"].rows[0].data_items[0].override_format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK"
814
+ # resp.results["Name"].rows[0].data_items[0].override_format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
806
815
  # resp.results["Name"].rows[0].data_items[0].raw_value #=> String
807
816
  # resp.results["Name"].rows[0].data_items[0].formatted_value #=> String
808
817
  # resp.workbook_cursor #=> Integer
@@ -936,7 +945,7 @@ module Aws::Honeycode
936
945
  # resp.table_columns #=> Array
937
946
  # resp.table_columns[0].table_column_id #=> String
938
947
  # resp.table_columns[0].table_column_name #=> String
939
- # resp.table_columns[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK"
948
+ # resp.table_columns[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
940
949
  # resp.next_token #=> String
941
950
  # resp.workbook_cursor #=> Integer
942
951
  #
@@ -1010,9 +1019,11 @@ module Aws::Honeycode
1010
1019
  # resp.rows[0].row_id #=> String
1011
1020
  # resp.rows[0].cells #=> Array
1012
1021
  # resp.rows[0].cells[0].formula #=> String
1013
- # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK"
1022
+ # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
1014
1023
  # resp.rows[0].cells[0].raw_value #=> String
1015
1024
  # resp.rows[0].cells[0].formatted_value #=> String
1025
+ # resp.rows[0].cells[0].formatted_values #=> Array
1026
+ # resp.rows[0].cells[0].formatted_values[0] #=> String
1016
1027
  # resp.row_ids_not_found #=> Array
1017
1028
  # resp.row_ids_not_found[0] #=> String
1018
1029
  # resp.next_token #=> String
@@ -1169,9 +1180,11 @@ module Aws::Honeycode
1169
1180
  # resp.rows[0].row_id #=> String
1170
1181
  # resp.rows[0].cells #=> Array
1171
1182
  # resp.rows[0].cells[0].formula #=> String
1172
- # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK"
1183
+ # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
1173
1184
  # resp.rows[0].cells[0].raw_value #=> String
1174
1185
  # resp.rows[0].cells[0].formatted_value #=> String
1186
+ # resp.rows[0].cells[0].formatted_values #=> Array
1187
+ # resp.rows[0].cells[0].formatted_values[0] #=> String
1175
1188
  # resp.next_token #=> String
1176
1189
  # resp.workbook_cursor #=> Integer
1177
1190
  #
@@ -1342,7 +1355,7 @@ module Aws::Honeycode
1342
1355
  params: params,
1343
1356
  config: config)
1344
1357
  context[:gem_name] = 'aws-sdk-honeycode'
1345
- context[:gem_version] = '1.14.0'
1358
+ context[:gem_version] = '1.17.0'
1346
1359
  Seahorse::Client::Request.new(handlers, context)
1347
1360
  end
1348
1361
 
@@ -43,13 +43,16 @@ module Aws::Honeycode
43
43
  DescribeTableDataImportJobResult = Shapes::StructureShape.new(name: 'DescribeTableDataImportJobResult')
44
44
  DestinationOptions = Shapes::StructureShape.new(name: 'DestinationOptions')
45
45
  Email = Shapes::StringShape.new(name: 'Email')
46
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
46
47
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
47
48
  Fact = Shapes::StringShape.new(name: 'Fact')
49
+ FactList = Shapes::ListShape.new(name: 'FactList')
48
50
  FailedBatchItem = Shapes::StructureShape.new(name: 'FailedBatchItem')
49
51
  FailedBatchItems = Shapes::ListShape.new(name: 'FailedBatchItems')
50
52
  Filter = Shapes::StructureShape.new(name: 'Filter')
51
53
  Format = Shapes::StringShape.new(name: 'Format')
52
54
  FormattedValue = Shapes::StringShape.new(name: 'FormattedValue')
55
+ FormattedValuesList = Shapes::ListShape.new(name: 'FormattedValuesList')
53
56
  Formula = Shapes::StringShape.new(name: 'Formula')
54
57
  GetScreenDataRequest = Shapes::StructureShape.new(name: 'GetScreenDataRequest')
55
58
  GetScreenDataResult = Shapes::StructureShape.new(name: 'GetScreenDataResult')
@@ -189,9 +192,11 @@ module Aws::Honeycode
189
192
  Cell.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
190
193
  Cell.add_member(:raw_value, Shapes::ShapeRef.new(shape: RawValue, location_name: "rawValue"))
191
194
  Cell.add_member(:formatted_value, Shapes::ShapeRef.new(shape: FormattedValue, location_name: "formattedValue"))
195
+ Cell.add_member(:formatted_values, Shapes::ShapeRef.new(shape: FormattedValuesList, location_name: "formattedValues"))
192
196
  Cell.struct_class = Types::Cell
193
197
 
194
198
  CellInput.add_member(:fact, Shapes::ShapeRef.new(shape: Fact, location_name: "fact"))
199
+ CellInput.add_member(:facts, Shapes::ShapeRef.new(shape: FactList, location_name: "facts"))
195
200
  CellInput.struct_class = Types::CellInput
196
201
 
197
202
  Cells.member = Shapes::ShapeRef.new(shape: Cell)
@@ -230,11 +235,14 @@ module Aws::Honeycode
230
235
  DescribeTableDataImportJobResult.add_member(:job_status, Shapes::ShapeRef.new(shape: TableDataImportJobStatus, required: true, location_name: "jobStatus"))
231
236
  DescribeTableDataImportJobResult.add_member(:message, Shapes::ShapeRef.new(shape: TableDataImportJobMessage, required: true, location_name: "message"))
232
237
  DescribeTableDataImportJobResult.add_member(:job_metadata, Shapes::ShapeRef.new(shape: TableDataImportJobMetadata, required: true, location_name: "jobMetadata"))
238
+ DescribeTableDataImportJobResult.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "errorCode"))
233
239
  DescribeTableDataImportJobResult.struct_class = Types::DescribeTableDataImportJobResult
234
240
 
235
241
  DestinationOptions.add_member(:column_map, Shapes::ShapeRef.new(shape: ImportColumnMap, location_name: "columnMap"))
236
242
  DestinationOptions.struct_class = Types::DestinationOptions
237
243
 
244
+ FactList.member = Shapes::ShapeRef.new(shape: Fact)
245
+
238
246
  FailedBatchItem.add_member(:id, Shapes::ShapeRef.new(shape: BatchItemId, required: true, location_name: "id"))
239
247
  FailedBatchItem.add_member(:error_message, Shapes::ShapeRef.new(shape: BatchErrorMessage, required: true, location_name: "errorMessage"))
240
248
  FailedBatchItem.struct_class = Types::FailedBatchItem
@@ -245,6 +253,8 @@ module Aws::Honeycode
245
253
  Filter.add_member(:context_row_id, Shapes::ShapeRef.new(shape: RowId, location_name: "contextRowId"))
246
254
  Filter.struct_class = Types::Filter
247
255
 
256
+ FormattedValuesList.member = Shapes::ShapeRef.new(shape: FormattedValue)
257
+
248
258
  GetScreenDataRequest.add_member(:workbook_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "workbookId"))
249
259
  GetScreenDataRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "appId"))
250
260
  GetScreenDataRequest.add_member(:screen_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "screenId"))
@@ -559,6 +569,7 @@ module Aws::Honeycode
559
569
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
560
570
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
561
571
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
572
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
562
573
  end)
563
574
 
564
575
  api.add_operation(:get_screen_data, Seahorse::Model::Operation.new.tap do |o|
@@ -591,6 +602,7 @@ module Aws::Honeycode
591
602
  o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionException)
592
603
  o.errors << Shapes::ShapeRef.new(shape: AutomationExecutionTimeoutException)
593
604
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
605
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
594
606
  end)
595
607
 
596
608
  api.add_operation(:list_table_columns, Seahorse::Model::Operation.new.tap do |o|
@@ -703,6 +715,8 @@ module Aws::Honeycode
703
715
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
704
716
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
705
717
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
718
+ o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
719
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
706
720
  end)
707
721
 
708
722
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -63,6 +63,7 @@ module Aws::Honeycode
63
63
  # cells_to_create: { # required
64
64
  # "ResourceId" => {
65
65
  # fact: "Fact",
66
+ # facts: ["Fact"],
66
67
  # },
67
68
  # },
68
69
  # },
@@ -233,6 +234,7 @@ module Aws::Honeycode
233
234
  # cells_to_update: { # required
234
235
  # "ResourceId" => {
235
236
  # fact: "Fact",
237
+ # facts: ["Fact"],
236
238
  # },
237
239
  # },
238
240
  # },
@@ -326,6 +328,7 @@ module Aws::Honeycode
326
328
  # cells_to_update: { # required
327
329
  # "ResourceId" => {
328
330
  # fact: "Fact",
331
+ # facts: ["Fact"],
329
332
  # },
330
333
  # },
331
334
  # },
@@ -468,6 +471,23 @@ module Aws::Honeycode
468
471
  # "row:dfcefaee-5b37-4355-8f28-40c3e4ff5dd4/ca432b2f-b8eb-431d-9fb5-cbe0342f9f03"
469
472
  # as the raw value.
470
473
  #
474
+ # Cells with format ROWSET (aka multi-select or multi-record picklist)
475
+ # will by default have the first column of each of the linked rows as
476
+ # the formatted value in the list, and the rowset id of the linked
477
+ # rows as the raw value. For example, a cell containing a multi-select
478
+ # picklist to a table that contains items might have "Item A",
479
+ # "Item B" in the formatted value list and
480
+ # "rows:b742c1f4-6cb0-4650-a845-35eb86fcc2bb/
481
+ # \[fdea123b-8f68-474a-aa8a-5ff87aa333af,6daf41f0-a138-4eee-89da-123086d36ecf\]"
482
+ # as the raw value.
483
+ #
484
+ # Cells with format ATTACHMENT will have the name of the attachment as
485
+ # the formatted value and the attachment id as the raw value. For
486
+ # example, a cell containing an attachment named "image.jpeg" will
487
+ # have "image.jpeg" as the formatted value and
488
+ # "attachment:ca432b2f-b8eb-431d-9fb5-cbe0342f9f03" as the raw
489
+ # value.
490
+ #
471
491
  # Cells with format AUTO or cells without any format that are
472
492
  # auto-detected as one of the formats above will contain the raw and
473
493
  # formatted values as mentioned above, based on the auto-detected
@@ -488,13 +508,21 @@ module Aws::Honeycode
488
508
  # values.
489
509
  # @return [String]
490
510
  #
511
+ # @!attribute [rw] formatted_values
512
+ # A list of formatted values of the cell. This field is only returned
513
+ # when the cell is ROWSET format (aka multi-select or multi-record
514
+ # picklist). Values in the list are always represented as strings. The
515
+ # formattedValue field will be empty if this field is returned.
516
+ # @return [Array<String>]
517
+ #
491
518
  # @see http://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/Cell AWS API Documentation
492
519
  #
493
520
  class Cell < Struct.new(
494
521
  :formula,
495
522
  :format,
496
523
  :raw_value,
497
- :formatted_value)
524
+ :formatted_value,
525
+ :formatted_values)
498
526
  SENSITIVE = [:formula]
499
527
  include Aws::Structure
500
528
  end
@@ -502,11 +530,18 @@ module Aws::Honeycode
502
530
  # CellInput object contains the data needed to create or update cells in
503
531
  # a table.
504
532
  #
533
+ # <note markdown="1"> CellInput object has only a facts field or a fact field, but not both.
534
+ # A 400 bad request will be thrown if both fact and facts field are
535
+ # present.
536
+ #
537
+ # </note>
538
+ #
505
539
  # @note When making an API call, you may pass CellInput
506
540
  # data as a hash:
507
541
  #
508
542
  # {
509
543
  # fact: "Fact",
544
+ # facts: ["Fact"],
510
545
  # }
511
546
  #
512
547
  # @!attribute [rw] fact
@@ -515,10 +550,17 @@ module Aws::Honeycode
515
550
  # (=) sign.
516
551
  # @return [String]
517
552
  #
553
+ # @!attribute [rw] facts
554
+ # A list representing the values that are entered into a ROWSET cell.
555
+ # Facts list can have either only values or rowIDs, and rowIDs should
556
+ # from the same table.
557
+ # @return [Array<String>]
558
+ #
518
559
  # @see http://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/CellInput AWS API Documentation
519
560
  #
520
561
  class CellInput < Struct.new(
521
- :fact)
562
+ :fact,
563
+ :facts)
522
564
  SENSITIVE = [:fact]
523
565
  include Aws::Structure
524
566
  end
@@ -553,6 +595,7 @@ module Aws::Honeycode
553
595
  # cells_to_create: { # required
554
596
  # "ResourceId" => {
555
597
  # fact: "Fact",
598
+ # facts: ["Fact"],
556
599
  # },
557
600
  # },
558
601
  # }
@@ -703,12 +746,18 @@ module Aws::Honeycode
703
746
  # The metadata about the job that was submitted for import.
704
747
  # @return [Types::TableDataImportJobMetadata]
705
748
  #
749
+ # @!attribute [rw] error_code
750
+ # If job status is failed, error code to understand reason for the
751
+ # failure.
752
+ # @return [String]
753
+ #
706
754
  # @see http://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJobResult AWS API Documentation
707
755
  #
708
756
  class DescribeTableDataImportJobResult < Struct.new(
709
757
  :job_status,
710
758
  :message,
711
- :job_metadata)
759
+ :job_metadata,
760
+ :error_code)
712
761
  SENSITIVE = []
713
762
  include Aws::Structure
714
763
  end
@@ -935,7 +984,7 @@ module Aws::Honeycode
935
984
  #
936
985
  class ImportDataSourceConfig < Struct.new(
937
986
  :data_source_url)
938
- SENSITIVE = []
987
+ SENSITIVE = [:data_source_url]
939
988
  include Aws::Structure
940
989
  end
941
990
 
@@ -1867,6 +1916,7 @@ module Aws::Honeycode
1867
1916
  # cells_to_update: { # required
1868
1917
  # "ResourceId" => {
1869
1918
  # fact: "Fact",
1919
+ # facts: ["Fact"],
1870
1920
  # },
1871
1921
  # },
1872
1922
  # }
@@ -1905,6 +1955,7 @@ module Aws::Honeycode
1905
1955
  # cells_to_update: { # required
1906
1956
  # "ResourceId" => {
1907
1957
  # fact: "Fact",
1958
+ # facts: ["Fact"],
1908
1959
  # },
1909
1960
  # },
1910
1961
  # }
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-honeycode/customizations'
48
48
  # @!group service
49
49
  module Aws::Honeycode
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-honeycode
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement