aws-sdk-kendra 1.49.0 → 1.50.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: c668e6dc4052d81dfeb31eefcd987c963f389d6faa326440fd72edf340a03cf4
4
- data.tar.gz: f49b58d04333eec724e8b93488ea4eb66888a083d256b8e614dcdefcfc6fd254
3
+ metadata.gz: e6a6965973af33d92bbf4cc608275e3bc4541732260d918579e22e511489bb5f
4
+ data.tar.gz: 0cc5f5fd3094fd4c5003092d9d5c5990eefde7fcf979c1a6a36bccc2324dbdaa
5
5
  SHA512:
6
- metadata.gz: b8ce75268fd4a7ec172972cd47ba4220a4acb9d694ecc9310396f45c46fb4c9f5c61721a0123aded5872eca60ff82a7736b8ce8e0b0ee0dafab21eef08e04b6c
7
- data.tar.gz: 8f26bd5777cc7f273a2903bea9f7b02e2c10562b4319a04578dea5f0783f42733272dfbdf218005ec1fa2c9f26a12f42ab40593db0cdbbeca037e0544bf331a1
6
+ metadata.gz: 1a550a8ee7d74f4150d598980f6ab06347a41d8f07b7bb126fc9c11fc9445cbcc2dd4f4eb6d7aa376e0512c5f0bf3265dd29455657d2dff2f69a74380dc9bbbd
7
+ data.tar.gz: 7629850184c7aee4770c3c6a3d014acb661378f48f3b2ac8ccf7a72712394bf6e6cc78eee4d4a09184677c9eb047132a8fea65183a63e7dc9a1c8aa039007b2d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2022-05-05)
5
+ ------------------
6
+
7
+ * Feature - AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html
8
+
4
9
  1.49.0 (2022-04-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -3577,6 +3577,8 @@ module Aws::Kendra
3577
3577
  # * {Types::ListFaqsResponse#next_token #next_token} => String
3578
3578
  # * {Types::ListFaqsResponse#faq_summary_items #faq_summary_items} => Array<Types::FaqSummary>
3579
3579
  #
3580
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3581
+ #
3580
3582
  # @example Request syntax with placeholder values
3581
3583
  #
3582
3584
  # resp = client.list_faqs({
@@ -3640,6 +3642,8 @@ module Aws::Kendra
3640
3642
  # * {Types::ListGroupsOlderThanOrderingIdResponse#groups_summaries #groups_summaries} => Array<Types::GroupSummary>
3641
3643
  # * {Types::ListGroupsOlderThanOrderingIdResponse#next_token #next_token} => String
3642
3644
  #
3645
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3646
+ #
3643
3647
  # @example Request syntax with placeholder values
3644
3648
  #
3645
3649
  # resp = client.list_groups_older_than_ordering_id({
@@ -3748,6 +3752,8 @@ module Aws::Kendra
3748
3752
  # * {Types::ListQuerySuggestionsBlockListsResponse#block_list_summary_items #block_list_summary_items} => Array<Types::QuerySuggestionsBlockListSummary>
3749
3753
  # * {Types::ListQuerySuggestionsBlockListsResponse#next_token #next_token} => String
3750
3754
  #
3755
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3756
+ #
3751
3757
  # @example Request syntax with placeholder values
3752
3758
  #
3753
3759
  # resp = client.list_query_suggestions_block_lists({
@@ -3827,6 +3833,8 @@ module Aws::Kendra
3827
3833
  # * {Types::ListThesauriResponse#next_token #next_token} => String
3828
3834
  # * {Types::ListThesauriResponse#thesaurus_summary_items #thesaurus_summary_items} => Array<Types::ThesaurusSummary>
3829
3835
  #
3836
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3837
+ #
3830
3838
  # @example Request syntax with placeholder values
3831
3839
  #
3832
3840
  # resp = client.list_thesauri({
@@ -4018,13 +4026,13 @@ module Aws::Kendra
4018
4026
  #
4019
4027
  # @option params [Array<Types::Facet>] :facets
4020
4028
  # An array of documents attributes. Amazon Kendra returns a count for
4021
- # each attribute key specified. You can use this information to help
4022
- # narrow the search for your user.
4029
+ # each attribute key specified. This helps your users narrow their
4030
+ # search.
4023
4031
  #
4024
4032
  # @option params [Array<String>] :requested_document_attributes
4025
- # An array of document attributes to include in the response. No other
4026
- # document attributes are included in the response. By default all
4027
- # document attributes are included in the response.
4033
+ # An array of document attributes to include in the response. You can
4034
+ # limit the response to include certain document attributes. By default
4035
+ # all document attributes are included in the response.
4028
4036
  #
4029
4037
  # @option params [String] :query_result_type_filter
4030
4038
  # Sets the type of query. Only results for the specified query type are
@@ -4174,6 +4182,10 @@ module Aws::Kendra
4174
4182
  # facets: [
4175
4183
  # {
4176
4184
  # document_attribute_key: "DocumentAttributeKey",
4185
+ # facets: {
4186
+ # # recursive FacetList
4187
+ # },
4188
+ # max_results: 1,
4177
4189
  # },
4178
4190
  # ],
4179
4191
  # requested_document_attributes: ["DocumentAttributeKey"],
@@ -4263,6 +4275,7 @@ module Aws::Kendra
4263
4275
  # resp.facet_results[0].document_attribute_value_count_pairs[0].document_attribute_value.long_value #=> Integer
4264
4276
  # resp.facet_results[0].document_attribute_value_count_pairs[0].document_attribute_value.date_value #=> Time
4265
4277
  # resp.facet_results[0].document_attribute_value_count_pairs[0].count #=> Integer
4278
+ # resp.facet_results[0].document_attribute_value_count_pairs[0].facet_results #=> Types::FacetResultList
4266
4279
  # resp.total_number_of_results #=> Integer
4267
4280
  # resp.warnings #=> Array
4268
4281
  # resp.warnings[0].message #=> String
@@ -5419,7 +5432,7 @@ module Aws::Kendra
5419
5432
  params: params,
5420
5433
  config: config)
5421
5434
  context[:gem_name] = 'aws-sdk-kendra'
5422
- context[:gem_version] = '1.49.0'
5435
+ context[:gem_version] = '1.50.0'
5423
5436
  Seahorse::Client::Request.new(handlers, context)
5424
5437
  end
5425
5438
 
@@ -469,6 +469,7 @@ module Aws::Kendra
469
469
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
470
470
  Title = Shapes::StringShape.new(name: 'Title')
471
471
  Token = Shapes::StringShape.new(name: 'Token')
472
+ TopDocumentAttributeValueCountPairsSize = Shapes::IntegerShape.new(name: 'TopDocumentAttributeValueCountPairsSize')
472
473
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
473
474
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
474
475
  UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
@@ -1120,6 +1121,7 @@ module Aws::Kendra
1120
1121
 
1121
1122
  DocumentAttributeValueCountPair.add_member(:document_attribute_value, Shapes::ShapeRef.new(shape: DocumentAttributeValue, location_name: "DocumentAttributeValue"))
1122
1123
  DocumentAttributeValueCountPair.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
1124
+ DocumentAttributeValueCountPair.add_member(:facet_results, Shapes::ShapeRef.new(shape: FacetResultList, location_name: "FacetResults"))
1123
1125
  DocumentAttributeValueCountPair.struct_class = Types::DocumentAttributeValueCountPair
1124
1126
 
1125
1127
  DocumentAttributeValueCountPairList.member = Shapes::ShapeRef.new(shape: DocumentAttributeValueCountPair)
@@ -1205,6 +1207,8 @@ module Aws::Kendra
1205
1207
  ExperiencesSummaryList.member = Shapes::ShapeRef.new(shape: ExperiencesSummary)
1206
1208
 
1207
1209
  Facet.add_member(:document_attribute_key, Shapes::ShapeRef.new(shape: DocumentAttributeKey, location_name: "DocumentAttributeKey"))
1210
+ Facet.add_member(:facets, Shapes::ShapeRef.new(shape: FacetList, location_name: "Facets"))
1211
+ Facet.add_member(:max_results, Shapes::ShapeRef.new(shape: TopDocumentAttributeValueCountPairsSize, location_name: "MaxResults"))
1208
1212
  Facet.struct_class = Types::Facet
1209
1213
 
1210
1214
  FacetList.member = Shapes::ShapeRef.new(shape: Facet)
@@ -2536,6 +2540,12 @@ module Aws::Kendra
2536
2540
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2537
2541
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2538
2542
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2543
+ o[:pager] = Aws::Pager.new(
2544
+ limit_key: "max_results",
2545
+ tokens: {
2546
+ "next_token" => "next_token"
2547
+ }
2548
+ )
2539
2549
  end)
2540
2550
 
2541
2551
  api.add_operation(:list_groups_older_than_ordering_id, Seahorse::Model::Operation.new.tap do |o|
@@ -2550,6 +2560,12 @@ module Aws::Kendra
2550
2560
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2551
2561
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2552
2562
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2563
+ o[:pager] = Aws::Pager.new(
2564
+ limit_key: "max_results",
2565
+ tokens: {
2566
+ "next_token" => "next_token"
2567
+ }
2568
+ )
2553
2569
  end)
2554
2570
 
2555
2571
  api.add_operation(:list_indices, Seahorse::Model::Operation.new.tap do |o|
@@ -2581,6 +2597,12 @@ module Aws::Kendra
2581
2597
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2582
2598
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2583
2599
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2600
+ o[:pager] = Aws::Pager.new(
2601
+ limit_key: "max_results",
2602
+ tokens: {
2603
+ "next_token" => "next_token"
2604
+ }
2605
+ )
2584
2606
  end)
2585
2607
 
2586
2608
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -2607,6 +2629,12 @@ module Aws::Kendra
2607
2629
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2608
2630
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2609
2631
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2632
+ o[:pager] = Aws::Pager.new(
2633
+ limit_key: "max_results",
2634
+ tokens: {
2635
+ "next_token" => "next_token"
2636
+ }
2637
+ )
2610
2638
  end)
2611
2639
 
2612
2640
  api.add_operation(:put_principal_mapping, Seahorse::Model::Operation.new.tap do |o|
@@ -5583,10 +5583,8 @@ module Aws::Kendra
5583
5583
  include Aws::Structure
5584
5584
  end
5585
5585
 
5586
- # A custom attribute value assigned to a document.
5587
- #
5588
- # For more information on how to create custom document attributes, see
5589
- # [Custom Attributes][1].
5586
+ # A document attribute or metadata field. To create custom document
5587
+ # attributes, see [Custom attributes][1].
5590
5588
  #
5591
5589
  #
5592
5590
  #
@@ -5760,8 +5758,8 @@ module Aws::Kendra
5760
5758
  include Aws::Structure
5761
5759
  end
5762
5760
 
5763
- # The value of a custom document attribute. You can only provide one
5764
- # value for a custom attribute.
5761
+ # The value of a document attribute. You can only provide one value for
5762
+ # a document attribute.
5765
5763
  #
5766
5764
  # @note When making an API call, you may pass DocumentAttributeValue
5767
5765
  # data as a hash:
@@ -5809,7 +5807,7 @@ module Aws::Kendra
5809
5807
  # doing a faceted search.
5810
5808
  #
5811
5809
  # @!attribute [rw] document_attribute_value
5812
- # The value of the attribute. For example, "HR."
5810
+ # The value of the attribute. For example, "HR".
5813
5811
  # @return [Types::DocumentAttributeValue]
5814
5812
  #
5815
5813
  # @!attribute [rw] count
@@ -5817,11 +5815,27 @@ module Aws::Kendra
5817
5815
  # value for the key.
5818
5816
  # @return [Integer]
5819
5817
  #
5818
+ # @!attribute [rw] facet_results
5819
+ # Contains the results of a document attribute that is a nested facet.
5820
+ # A `FacetResult` contains the counts for each facet nested within a
5821
+ # facet.
5822
+ #
5823
+ # For example, the document attribute or facet "Department" includes
5824
+ # a value called "Engineering". In addition, the document attribute
5825
+ # or facet "SubDepartment" includes the values "Frontend" and
5826
+ # "Backend" for documents assigned to "Engineering". You can
5827
+ # display nested facets in the search results so that documents can be
5828
+ # searched not only by department but also by a sub department within
5829
+ # a department. The counts for documents that belong to "Frontend"
5830
+ # and "Backend" within "Engineering" are returned for a query.
5831
+ # @return [Array<Types::FacetResult>]
5832
+ #
5820
5833
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DocumentAttributeValueCountPair AWS API Documentation
5821
5834
  #
5822
5835
  class DocumentAttributeValueCountPair < Struct.new(
5823
5836
  :document_attribute_value,
5824
- :count)
5837
+ :count,
5838
+ :facet_results)
5825
5839
  SENSITIVE = []
5826
5840
  include Aws::Structure
5827
5841
  end
@@ -6240,23 +6254,78 @@ module Aws::Kendra
6240
6254
  include Aws::Structure
6241
6255
  end
6242
6256
 
6243
- # Information about a document attribute
6257
+ # Information about a document attribute. You can use document
6258
+ # attributes as facets.
6259
+ #
6260
+ # For example, the document attribute or facet "Department" includes
6261
+ # the values "HR", "Engineering", and "Accounting". You can
6262
+ # display these values in the search results so that documents can be
6263
+ # searched by department.
6264
+ #
6265
+ # You can display up to 10 facet values per facet for a query. If you
6266
+ # want to increase this limit, contact [Support][1].
6267
+ #
6268
+ #
6269
+ #
6270
+ # [1]: http://aws.amazon.com/contact-us/
6244
6271
  #
6245
6272
  # @note When making an API call, you may pass Facet
6246
6273
  # data as a hash:
6247
6274
  #
6248
6275
  # {
6249
6276
  # document_attribute_key: "DocumentAttributeKey",
6277
+ # facets: [
6278
+ # {
6279
+ # document_attribute_key: "DocumentAttributeKey",
6280
+ # facets: {
6281
+ # # recursive FacetList
6282
+ # },
6283
+ # max_results: 1,
6284
+ # },
6285
+ # ],
6286
+ # max_results: 1,
6250
6287
  # }
6251
6288
  #
6252
6289
  # @!attribute [rw] document_attribute_key
6253
6290
  # The unique key for the document attribute.
6254
6291
  # @return [String]
6255
6292
  #
6293
+ # @!attribute [rw] facets
6294
+ # An array of document attributes that are nested facets within a
6295
+ # facet.
6296
+ #
6297
+ # For example, the document attribute or facet "Department" includes
6298
+ # a value called "Engineering". In addition, the document attribute
6299
+ # or facet "SubDepartment" includes the values "Frontend" and
6300
+ # "Backend" for documents assigned to "Engineering". You can
6301
+ # display nested facets in the search results so that documents can be
6302
+ # searched not only by department but also by a sub department within
6303
+ # a department. This helps your users further narrow their search.
6304
+ #
6305
+ # You can only have one nested facet within a facet. If you want to
6306
+ # increase this limit, contact [Support][1].
6307
+ #
6308
+ #
6309
+ #
6310
+ # [1]: http://aws.amazon.com/contact-us/
6311
+ # @return [Array<Types::Facet>]
6312
+ #
6313
+ # @!attribute [rw] max_results
6314
+ # Maximum number of facet values per facet. The default is 10. You can
6315
+ # use this to limit the number of facet values to less than 10. If you
6316
+ # want to increase the default, contact [Support][1].
6317
+ #
6318
+ #
6319
+ #
6320
+ # [1]: http://aws.amazon.com/contact-us/
6321
+ # @return [Integer]
6322
+ #
6256
6323
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/Facet AWS API Documentation
6257
6324
  #
6258
6325
  class Facet < Struct.new(
6259
- :document_attribute_key)
6326
+ :document_attribute_key,
6327
+ :facets,
6328
+ :max_results)
6260
6329
  SENSITIVE = []
6261
6330
  include Aws::Structure
6262
6331
  end
@@ -8409,6 +8478,10 @@ module Aws::Kendra
8409
8478
  # facets: [
8410
8479
  # {
8411
8480
  # document_attribute_key: "DocumentAttributeKey",
8481
+ # facets: {
8482
+ # # recursive FacetList
8483
+ # },
8484
+ # max_results: 1,
8412
8485
  # },
8413
8486
  # ],
8414
8487
  # requested_document_attributes: ["DocumentAttributeKey"],
@@ -8472,14 +8545,14 @@ module Aws::Kendra
8472
8545
  #
8473
8546
  # @!attribute [rw] facets
8474
8547
  # An array of documents attributes. Amazon Kendra returns a count for
8475
- # each attribute key specified. You can use this information to help
8476
- # narrow the search for your user.
8548
+ # each attribute key specified. This helps your users narrow their
8549
+ # search.
8477
8550
  # @return [Array<Types::Facet>]
8478
8551
  #
8479
8552
  # @!attribute [rw] requested_document_attributes
8480
- # An array of document attributes to include in the response. No other
8481
- # document attributes are included in the response. By default all
8482
- # document attributes are included in the response.
8553
+ # An array of document attributes to include in the response. You can
8554
+ # limit the response to include certain document attributes. By
8555
+ # default all document attributes are included in the response.
8483
8556
  # @return [Array<String>]
8484
8557
  #
8485
8558
  # @!attribute [rw] query_result_type_filter
@@ -8655,9 +8728,9 @@ module Aws::Kendra
8655
8728
  # @return [String]
8656
8729
  #
8657
8730
  # @!attribute [rw] document_attributes
8658
- # An array of document attributes for the document that the query
8659
- # result maps to. For example, the document author (Author) or the
8660
- # source URI (SourceUri) of the document.
8731
+ # An array of document attributes assigned to a document in the search
8732
+ # results. For example, the document author (`_author`) or the source
8733
+ # URI (`_source_uri`) of the document.
8661
8734
  # @return [Array<Types::DocumentAttribute>]
8662
8735
  #
8663
8736
  # @!attribute [rw] score_attributes
@@ -8793,38 +8866,38 @@ module Aws::Kendra
8793
8866
  # }
8794
8867
  #
8795
8868
  # @!attribute [rw] domain
8796
- # The configuration information to connect to your Quip data source
8797
- # domain.
8869
+ # The Quip site domain.
8798
8870
  # @return [String]
8799
8871
  #
8800
8872
  # @!attribute [rw] secret_arn
8801
8873
  # The Amazon Resource Name (ARN) of an Secrets Manager secret that
8802
8874
  # contains the key-value pairs that are required to connect to your
8803
- # Quip file system. Windows is currently the only supported type. The
8804
- # secret must contain a JSON structure with the following keys:
8875
+ # Quip. The secret must contain a JSON structure with the following
8876
+ # keys:
8805
8877
  #
8806
- # * username—The Active Directory user name, along with the Domain
8807
- # Name System (DNS) domain name. For example,
8808
- # *user@corp.example.com*. The Active Directory user account must
8809
- # have read and mounting access to the Quip file system for Windows.
8878
+ # * accessToken—The token created in Quip. For more information, see
8879
+ # [Authentication for a Quip data source][1].
8810
8880
  #
8811
- # * password—The password of the Active Directory user account with
8812
- # read and mounting access to the Quip Windows file system.
8881
+ # ^
8882
+ #
8883
+ #
8884
+ #
8885
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html#quip-authentication
8813
8886
  # @return [String]
8814
8887
  #
8815
8888
  # @!attribute [rw] crawl_file_comments
8816
- # Specify whether to crawl file comments in your Quip data source. You
8817
- # can specify one or more of these options.
8889
+ # Specify whether to crawl file comments in Quip. You can specify one
8890
+ # or more of these options.
8818
8891
  # @return [Boolean]
8819
8892
  #
8820
8893
  # @!attribute [rw] crawl_chat_rooms
8821
- # Specify whether to crawl chat rooms in your Quip data source. You
8822
- # can specify one or more of these options.
8894
+ # Specify whether to crawl chat rooms in Quip. You can specify one or
8895
+ # more of these options.
8823
8896
  # @return [Boolean]
8824
8897
  #
8825
8898
  # @!attribute [rw] crawl_attachments
8826
- # Specify whether to crawl attachments in your Quip data source. You
8827
- # can specify one or more of these options.
8899
+ # Specify whether to crawl attachments in Quip. You can specify one or
8900
+ # more of these options.
8828
8901
  # @return [Boolean]
8829
8902
  #
8830
8903
  # @!attribute [rw] folder_ids
@@ -8832,15 +8905,42 @@ module Aws::Kendra
8832
8905
  # @return [Array<String>]
8833
8906
  #
8834
8907
  # @!attribute [rw] thread_field_mappings
8835
- # A list of field mappings to apply when indexing Quip threads.
8908
+ # A list of `DataSourceToIndexFieldMapping` objects that map
8909
+ # attributes or field names of Quip threads to Amazon Kendra index
8910
+ # field names. To create custom fields, use the `UpdateIndex` API
8911
+ # before you map to Quip fields. For more information, see [Mapping
8912
+ # data source fields][1]. The Quip field names must exist in your Quip
8913
+ # custom metadata.
8914
+ #
8915
+ #
8916
+ #
8917
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
8836
8918
  # @return [Array<Types::DataSourceToIndexFieldMapping>]
8837
8919
  #
8838
8920
  # @!attribute [rw] message_field_mappings
8839
- # A list of field mappings to apply when indexing Quip messages.
8921
+ # A list of `DataSourceToIndexFieldMapping` objects that map
8922
+ # attributes or field names of Quip messages to Amazon Kendra index
8923
+ # field names. To create custom fields, use the `UpdateIndex` API
8924
+ # before you map to Quip fields. For more information, see [Mapping
8925
+ # data source fields][1]. The Quip field names must exist in your Quip
8926
+ # custom metadata.
8927
+ #
8928
+ #
8929
+ #
8930
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
8840
8931
  # @return [Array<Types::DataSourceToIndexFieldMapping>]
8841
8932
  #
8842
8933
  # @!attribute [rw] attachment_field_mappings
8843
- # A list of field mappings to apply when indexing Quip attachments.
8934
+ # A list of `DataSourceToIndexFieldMapping` objects that map
8935
+ # attributes or field names of Quip attachments to Amazon Kendra index
8936
+ # field names. To create custom fields, use the `UpdateIndex` API
8937
+ # before you map to Quip fields. For more information, see [Mapping
8938
+ # data source fields][1]. The Quip field names must exist in your Quip
8939
+ # custom metadata.
8940
+ #
8941
+ #
8942
+ #
8943
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html
8844
8944
  # @return [Array<Types::DataSourceToIndexFieldMapping>]
8845
8945
  #
8846
8946
  # @!attribute [rw] inclusion_patterns
@@ -8862,9 +8962,13 @@ module Aws::Kendra
8862
8962
  # @return [Array<String>]
8863
8963
  #
8864
8964
  # @!attribute [rw] vpc_configuration
8865
- # Configuration information for connecting to an Amazon Virtual
8866
- # Private Cloud (VPC) for your Quip. Your Quip instance must reside
8867
- # inside your VPC.
8965
+ # Configuration information for an Amazon Virtual Private Cloud (VPC)
8966
+ # to connect to your Quip. For more information, see [Configuring a
8967
+ # VPC][1].
8968
+ #
8969
+ #
8970
+ #
8971
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html
8868
8972
  # @return [Types::DataSourceVpcConfiguration]
8869
8973
  #
8870
8974
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/QuipConfiguration AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kendra/customizations'
48
48
  # @!group service
49
49
  module Aws::Kendra
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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-04-19 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core