aws-sdk-kendra 1.28.0 → 1.29.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: ad23f2213feec43bb1bad01303faec4550233b265115b63025d296de5e69b523
4
- data.tar.gz: b9f2be8170c8bec1bee41287cad764f7133bab206edf14c3e697ba6bc764f146
3
+ metadata.gz: c889eb178ba263dd3756480d36ad4d306d3955f0b13020a0aee248544186098b
4
+ data.tar.gz: cf3504f318fbf4b6b517c2ba8d938ba1705ec551d4825717482b8a154dcef3e8
5
5
  SHA512:
6
- metadata.gz: ee6b0f2c618e497f0210d12ef9204eb4e07f50414146b7c83ff11c8891eaf5dadb896f1d0680ac3de2c66aa4b36e26714444fd2cf5070503ba06fc861c6ef4e4
7
- data.tar.gz: 52d0ccbc0c1932fc289567b69ff8c4d6157abdde51c6f39925150005917a001f4cb4a2fe251d51bf457c15bece3de9f8c63fc79f0aeb5e06648ddf041c41db40
6
+ metadata.gz: b1c09536c3b61f6f2e46d8dda754a43bb6ad5e1c981b76edc902cdba4ea97fc0d79b4f0df25eca1675ab10f858a342a5b524394b7204d5d0d47e74fb9b599650
7
+ data.tar.gz: 19610c0498b6eb771d4ddd9357a938056f1ac68720a540bfb9c3421017aaaae0629813cf5e8f4faf9a80c67de30fbdef912b09e752b89f2c4bc65b45f83e4e35
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2021-06-30)
5
+ ------------------
6
+
7
+ * Feature - Amazon Kendra Enterprise Edition now offered in smaller more granular units to enable customers with smaller workloads. Virtual Storage Capacity units now offer scaling in increments of 100,000 documents (up to 30GB) per unit and Virtual Query Units offer scaling increments of 8,000 queries per day.
8
+
4
9
  1.28.0 (2021-06-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -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.28.0'
51
+ GEM_VERSION = '1.29.0'
52
52
 
53
53
  end
@@ -1114,6 +1114,13 @@ module Aws::Kendra
1114
1114
  # The `Edition` parameter is optional. If you don't supply a value, the
1115
1115
  # default is `ENTERPRISE_EDITION`.
1116
1116
  #
1117
+ # For more information on quota limits for enterprise and developer
1118
+ # editions, see [Quotas][1].
1119
+ #
1120
+ #
1121
+ #
1122
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
1123
+ #
1117
1124
  # @option params [required, String] :role_arn
1118
1125
  # An AWS Identity and Access Management (IAM) role that gives Amazon
1119
1126
  # Kendra permissions to access your Amazon CloudWatch logs and metrics.
@@ -3601,7 +3608,7 @@ module Aws::Kendra
3601
3608
  params: params,
3602
3609
  config: config)
3603
3610
  context[:gem_name] = 'aws-sdk-kendra'
3604
- context[:gem_version] = '1.28.0'
3611
+ context[:gem_version] = '1.29.0'
3605
3612
  Seahorse::Client::Request.new(handlers, context)
3606
3613
  end
3607
3614
 
@@ -896,23 +896,25 @@ module Aws::Kendra
896
896
  #
897
897
  # @!attribute [rw] storage_capacity_units
898
898
  # The amount of extra storage capacity for an index. A single capacity
899
- # unit for an index provides 150 GB of storage space or 500,000
900
- # documents, whichever is reached first.
899
+ # unit provides 30 GB of storage space or 100,000 documents, whichever
900
+ # is reached first.
901
901
  # @return [Integer]
902
902
  #
903
903
  # @!attribute [rw] query_capacity_units
904
904
  # The amount of extra query capacity for an index and
905
905
  # [GetQuerySuggestions][1] capacity.
906
906
  #
907
- # A single extra capacity unit for an index provides 0.5 queries per
908
- # second or approximately 40,000 queries per day.
907
+ # A single extra capacity unit for an index provides 0.1 queries per
908
+ # second or approximately 8,000 queries per day.
909
909
  #
910
- # `GetQuerySuggestions` capacity is 5 times the provisioned query
911
- # capacity for an index. For example, the base capacity for an index
912
- # is 0.5 queries per second, so GetQuerySuggestions capacity is 2.5
913
- # calls per second. If adding another 0.5 queries per second to total
914
- # 1 queries per second for an index, the `GetQuerySuggestions`
915
- # capacity is 5 calls per second.
910
+ # `GetQuerySuggestions` capacity is five times the provisioned query
911
+ # capacity for an index, or the base capacity of 2.5 calls per second,
912
+ # whichever is higher. For example, the base capacity for an index is
913
+ # 0.1 queries per second, and `GetQuerySuggestions` capacity has a
914
+ # base of 2.5 calls per second. If you add another 0.1 queries per
915
+ # second to total 0.2 queries per second for an index, the
916
+ # `GetQuerySuggestions` capacity is 2.5 calls per second (higher than
917
+ # five times 0.2 queries per second).
916
918
  #
917
919
  #
918
920
  #
@@ -2162,6 +2164,13 @@ module Aws::Kendra
2162
2164
  #
2163
2165
  # The `Edition` parameter is optional. If you don't supply a value,
2164
2166
  # the default is `ENTERPRISE_EDITION`.
2167
+ #
2168
+ # For more information on quota limits for enterprise and developer
2169
+ # editions, see [Quotas][1].
2170
+ #
2171
+ #
2172
+ #
2173
+ # [1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
2165
2174
  # @return [String]
2166
2175
  #
2167
2176
  # @!attribute [rw] role_arn
@@ -6866,12 +6875,10 @@ module Aws::Kendra
6866
6875
  #
6867
6876
  # @!attribute [rw] secret_arn
6868
6877
  # The Amazon Resource Name (ARN) of credentials stored in AWS Secrets
6869
- # Manager. The credentials should be a user/password pair. If you use
6870
- # SharePoint Sever, you also need to provide the sever domain name as
6871
- # part of the credentials. For more information, see [Using a
6872
- # Microsoft SharePoint Data Source][1]. For more information about AWS
6873
- # Secrets Manager, see [ What Is AWS Secrets Manager ][2] in the *AWS
6874
- # Secrets Manager* user guide.
6878
+ # Manager. The credentials should be a user/password pair. For more
6879
+ # information, see [Using a Microsoft SharePoint Data Source][1]. For
6880
+ # more information about AWS Secrets Manager, see [ What Is AWS
6881
+ # Secrets Manager ][2] in the *AWS Secrets Manager* user guide.
6875
6882
  #
6876
6883
  #
6877
6884
  #
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.28.0
4
+ version: 1.29.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: 2021-06-24 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core