aws-sdk-kendra 1.57.0 → 1.58.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: ab3d1034ac88535ac6814f4dbf014787fded06c0d47ecc91d71b0d40d6cda2a6
4
- data.tar.gz: '001933a25a070cd620ce4a0586e5cb296b3f6125e481796b653a663ef035d8b3'
3
+ metadata.gz: 68ff32b7cf1fb139e0097eb90d3397579e38706df2934e7c6ffc57fbe55152f8
4
+ data.tar.gz: dacbe47acd24aa07112dee77e763a1b201ff3baa0d38ac636711373384f881ea
5
5
  SHA512:
6
- metadata.gz: 396670050a9fcf08caa89d0487dd21d118345811e9180fa93c05910ff588406c54f56398bf4c0bae0edf0c471b95bd102071271459aee99f1bc9302b1a18d79a
7
- data.tar.gz: 36b9b58b95efb57f124bef8fa3a4d443de02fa203df5c649c3a546b1fa82ba194919894b1e327c49d9c0006b241d01fcae149d85ecb9c6ffec43f73726605e4d
6
+ metadata.gz: a6f64a1dbad854b8288702ec5a1e84e391fe4a11bd0919f4dec956b777cbc1a87ab22811a1130d8cf93d54d7d848810cc94ee8e7d3d0a4c3822c09d20e42f174
7
+ data.tar.gz: 7035b06ed63b1790e5c1fef30a192dd65d1c9bd76882e226a0e777fcfa22e448a3430ef87fff05c7c1e57a364d23d60c7175018fea331ea7d49ca8dbc4d3f649
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2022-09-13)
5
+ ------------------
6
+
7
+ * Feature - This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector.
8
+
4
9
  1.57.0 (2022-08-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1074,7 +1074,7 @@ module Aws::Kendra
1074
1074
  # },
1075
1075
  # },
1076
1076
  # share_point_configuration: {
1077
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
1077
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
1078
1078
  # urls: ["Url"], # required
1079
1079
  # secret_arn: "SecretArn", # required
1080
1080
  # crawl_attachments: false,
@@ -2682,7 +2682,7 @@ module Aws::Kendra
2682
2682
  # resp.configuration.s3_configuration.exclusion_patterns[0] #=> String
2683
2683
  # resp.configuration.s3_configuration.documents_metadata_configuration.s3_prefix #=> String
2684
2684
  # resp.configuration.s3_configuration.access_control_list_configuration.key_path #=> String
2685
- # resp.configuration.share_point_configuration.share_point_version #=> String, one of "SHAREPOINT_2013", "SHAREPOINT_2016", "SHAREPOINT_ONLINE"
2685
+ # resp.configuration.share_point_configuration.share_point_version #=> String, one of "SHAREPOINT_2013", "SHAREPOINT_2016", "SHAREPOINT_ONLINE", "SHAREPOINT_2019"
2686
2686
  # resp.configuration.share_point_configuration.urls #=> Array
2687
2687
  # resp.configuration.share_point_configuration.urls[0] #=> String
2688
2688
  # resp.configuration.share_point_configuration.secret_arn #=> String
@@ -5295,7 +5295,7 @@ module Aws::Kendra
5295
5295
  # },
5296
5296
  # },
5297
5297
  # share_point_configuration: {
5298
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
5298
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
5299
5299
  # urls: ["Url"], # required
5300
5300
  # secret_arn: "SecretArn", # required
5301
5301
  # crawl_attachments: false,
@@ -6387,7 +6387,7 @@ module Aws::Kendra
6387
6387
  params: params,
6388
6388
  config: config)
6389
6389
  context[:gem_name] = 'aws-sdk-kendra'
6390
- context[:gem_version] = '1.57.0'
6390
+ context[:gem_version] = '1.58.0'
6391
6391
  Seahorse::Client::Request.new(handlers, context)
6392
6392
  end
6393
6393
 
@@ -424,7 +424,8 @@ module Aws::Kendra
424
424
  include Aws::Structure
425
425
  end
426
426
 
427
- # Provides filtering the query results based on document attributes.
427
+ # Provides filtering the query results based on document attributes or
428
+ # metadata fields.
428
429
  #
429
430
  # When you use the `AndAllFilters` or `OrAllFilters`, filters you can
430
431
  # use 2 layers under the first attribute filter. For example, you can
@@ -757,39 +758,44 @@ module Aws::Kendra
757
758
  # @return [Types::AttributeFilter]
758
759
  #
759
760
  # @!attribute [rw] equals_to
760
- # Performs an equals operation on two document attributes.
761
+ # Performs an equals operation on two document attributes or metadata
762
+ # fields.
761
763
  # @return [Types::DocumentAttribute]
762
764
  #
763
765
  # @!attribute [rw] contains_all
764
766
  # Returns true when a document contains all of the specified document
765
- # attributes. This filter is only applicable to `StringListValue`
766
- # metadata.
767
+ # attributes or metadata fields. This filter is only applicable to
768
+ # `StringListValue` metadata.
767
769
  # @return [Types::DocumentAttribute]
768
770
  #
769
771
  # @!attribute [rw] contains_any
770
772
  # Returns true when a document contains any of the specified document
771
- # attributes. This filter is only applicable to `StringListValue`
772
- # metadata.
773
+ # attributes or metadata fields. This filter is only applicable to
774
+ # `StringListValue` metadata.
773
775
  # @return [Types::DocumentAttribute]
774
776
  #
775
777
  # @!attribute [rw] greater_than
776
- # Performs a greater than operation on two document attributes. Use
777
- # with a document attribute of type `Date` or `Long`.
778
+ # Performs a greater than operation on two document attributes or
779
+ # metadata fields. Use with a document attribute of type `Date` or
780
+ # `Long`.
778
781
  # @return [Types::DocumentAttribute]
779
782
  #
780
783
  # @!attribute [rw] greater_than_or_equals
781
784
  # Performs a greater or equals than operation on two document
782
- # attributes. Use with a document attribute of type `Date` or `Long`.
785
+ # attributes or metadata fields. Use with a document attribute of type
786
+ # `Date` or `Long`.
783
787
  # @return [Types::DocumentAttribute]
784
788
  #
785
789
  # @!attribute [rw] less_than
786
- # Performs a less than operation on two document attributes. Use with
787
- # a document attribute of type `Date` or `Long`.
790
+ # Performs a less than operation on two document attributes or
791
+ # metadata fields. Use with a document attribute of type `Date` or
792
+ # `Long`.
788
793
  # @return [Types::DocumentAttribute]
789
794
  #
790
795
  # @!attribute [rw] less_than_or_equals
791
- # Performs a less than or equals operation on two document attributes.
792
- # Use with a document attribute of type `Date` or `Long`.
796
+ # Performs a less than or equals operation on two document attributes
797
+ # or metadata fields. Use with a document attribute of type `Date` or
798
+ # `Long`.
793
799
  # @return [Types::DocumentAttribute]
794
800
  #
795
801
  # @see http://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AttributeFilter AWS API Documentation
@@ -2464,7 +2470,7 @@ module Aws::Kendra
2464
2470
  # },
2465
2471
  # },
2466
2472
  # share_point_configuration: {
2467
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
2473
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
2468
2474
  # urls: ["Url"], # required
2469
2475
  # secret_arn: "SecretArn", # required
2470
2476
  # crawl_attachments: false,
@@ -3981,7 +3987,7 @@ module Aws::Kendra
3981
3987
  # },
3982
3988
  # },
3983
3989
  # share_point_configuration: {
3984
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
3990
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
3985
3991
  # urls: ["Url"], # required
3986
3992
  # secret_arn: "SecretArn", # required
3987
3993
  # crawl_attachments: false,
@@ -11868,7 +11874,7 @@ module Aws::Kendra
11868
11874
  # data as a hash:
11869
11875
  #
11870
11876
  # {
11871
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
11877
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
11872
11878
  # urls: ["Url"], # required
11873
11879
  # secret_arn: "SecretArn", # required
11874
11880
  # crawl_attachments: false,
@@ -12981,7 +12987,7 @@ module Aws::Kendra
12981
12987
  # },
12982
12988
  # },
12983
12989
  # share_point_configuration: {
12984
- # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE
12990
+ # share_point_version: "SHAREPOINT_2013", # required, accepts SHAREPOINT_2013, SHAREPOINT_2016, SHAREPOINT_ONLINE, SHAREPOINT_2019
12985
12991
  # urls: ["Url"], # required
12986
12992
  # secret_arn: "SecretArn", # required
12987
12993
  # crawl_attachments: false,
@@ -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.57.0'
51
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.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-08-19 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core