aws-sdk-honeycode 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff754ed6875284e4a0e7538b05bcbbc1dca39a1344b9cf96f1dd15eaab6b1bcb
4
- data.tar.gz: b851a13c93b5087e81e6b29803285415285173e2958857fd2353274959905049
3
+ metadata.gz: 9881f6d6182ecdd0c887389b95410d22dd47639c6c575d3b56acfef675b28e84
4
+ data.tar.gz: 4ad9e20ed4bec25f3148bd985eb0506aff8ef0445ad19cb4477a3a790a78464c
5
5
  SHA512:
6
- metadata.gz: ca7f6d56f02ed213bf32f9d8c2e283b838f1548490705917b01b69ff566fc59ce953a0d4780406b471440cf2fe4b7e2d9def0a8cee65e82c088b591ccf111c44
7
- data.tar.gz: cfae8632f96f39876457cc6ea523dff47723293853816ee60c283c4b57734b99eead1309b8b6d53e19c014103383c29670156a106f8d7b5a2b4700416e9646ea
6
+ metadata.gz: 6108177da5e3d20a26692fc78a99441f910ec861c1f5167ecdd541f05b26b2dfbe018e6a45a97bfcc97d4f2e938b29d5c374c35f9776960c017256f39c1df38c
7
+ data.tar.gz: 76314415a3a9cd0ab645c732f9993c6483672c0e341f67d64e8a2e067629cfc1f98052aeb7dea22ab137b818e3640619ed817c8413afed949eedabcf932624a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2022-01-14)
5
+ ------------------
6
+
7
+ * Feature - Added read and write api support for multi-select picklist. And added errorcode field to DescribeTableDataImportJob API output, when import job fails.
8
+
4
9
  1.14.0 (2022-01-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -408,6 +408,7 @@ module Aws::Honeycode
408
408
  # cells_to_create: { # required
409
409
  # "ResourceId" => {
410
410
  # fact: "Fact",
411
+ # facts: ["Fact"],
411
412
  # },
412
413
  # },
413
414
  # },
@@ -557,6 +558,7 @@ module Aws::Honeycode
557
558
  # cells_to_update: { # required
558
559
  # "ResourceId" => {
559
560
  # fact: "Fact",
561
+ # facts: ["Fact"],
560
562
  # },
561
563
  # },
562
564
  # },
@@ -650,6 +652,7 @@ module Aws::Honeycode
650
652
  # cells_to_update: { # required
651
653
  # "ResourceId" => {
652
654
  # fact: "Fact",
655
+ # facts: ["Fact"],
653
656
  # },
654
657
  # },
655
658
  # },
@@ -704,6 +707,7 @@ module Aws::Honeycode
704
707
  # * {Types::DescribeTableDataImportJobResult#job_status #job_status} => String
705
708
  # * {Types::DescribeTableDataImportJobResult#message #message} => String
706
709
  # * {Types::DescribeTableDataImportJobResult#job_metadata #job_metadata} => Types::TableDataImportJobMetadata
710
+ # * {Types::DescribeTableDataImportJobResult#error_code #error_code} => String
707
711
  #
708
712
  # @example Request syntax with placeholder values
709
713
  #
@@ -727,6 +731,7 @@ module Aws::Honeycode
727
731
  # resp.job_metadata.import_options.delimited_text_options.ignore_empty_rows #=> Boolean
728
732
  # 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
733
  # resp.job_metadata.data_source.data_source_config.data_source_url #=> String
734
+ # 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
735
  #
731
736
  # @see http://docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJob AWS API Documentation
732
737
  #
@@ -798,11 +803,11 @@ module Aws::Honeycode
798
803
  # resp.results #=> Hash
799
804
  # resp.results["Name"].headers #=> Array
800
805
  # 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"
806
+ # resp.results["Name"].headers[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
802
807
  # resp.results["Name"].rows #=> Array
803
808
  # resp.results["Name"].rows[0].row_id #=> String
804
809
  # 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"
810
+ # 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
811
  # resp.results["Name"].rows[0].data_items[0].raw_value #=> String
807
812
  # resp.results["Name"].rows[0].data_items[0].formatted_value #=> String
808
813
  # resp.workbook_cursor #=> Integer
@@ -936,7 +941,7 @@ module Aws::Honeycode
936
941
  # resp.table_columns #=> Array
937
942
  # resp.table_columns[0].table_column_id #=> String
938
943
  # 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"
944
+ # resp.table_columns[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
940
945
  # resp.next_token #=> String
941
946
  # resp.workbook_cursor #=> Integer
942
947
  #
@@ -1010,9 +1015,11 @@ module Aws::Honeycode
1010
1015
  # resp.rows[0].row_id #=> String
1011
1016
  # resp.rows[0].cells #=> Array
1012
1017
  # 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"
1018
+ # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
1014
1019
  # resp.rows[0].cells[0].raw_value #=> String
1015
1020
  # resp.rows[0].cells[0].formatted_value #=> String
1021
+ # resp.rows[0].cells[0].formatted_values #=> Array
1022
+ # resp.rows[0].cells[0].formatted_values[0] #=> String
1016
1023
  # resp.row_ids_not_found #=> Array
1017
1024
  # resp.row_ids_not_found[0] #=> String
1018
1025
  # resp.next_token #=> String
@@ -1169,9 +1176,11 @@ module Aws::Honeycode
1169
1176
  # resp.rows[0].row_id #=> String
1170
1177
  # resp.rows[0].cells #=> Array
1171
1178
  # 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"
1179
+ # resp.rows[0].cells[0].format #=> String, one of "AUTO", "NUMBER", "CURRENCY", "DATE", "TIME", "DATE_TIME", "PERCENTAGE", "TEXT", "ACCOUNTING", "CONTACT", "ROWLINK", "ROWSET"
1173
1180
  # resp.rows[0].cells[0].raw_value #=> String
1174
1181
  # resp.rows[0].cells[0].formatted_value #=> String
1182
+ # resp.rows[0].cells[0].formatted_values #=> Array
1183
+ # resp.rows[0].cells[0].formatted_values[0] #=> String
1175
1184
  # resp.next_token #=> String
1176
1185
  # resp.workbook_cursor #=> Integer
1177
1186
  #
@@ -1342,7 +1351,7 @@ module Aws::Honeycode
1342
1351
  params: params,
1343
1352
  config: config)
1344
1353
  context[:gem_name] = 'aws-sdk-honeycode'
1345
- context[:gem_version] = '1.14.0'
1354
+ context[:gem_version] = '1.15.0'
1346
1355
  Seahorse::Client::Request.new(handlers, context)
1347
1356
  end
1348
1357
 
@@ -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.15.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.15.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-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core