aws-sdk-connectwisdomservice 1.20.0 → 1.22.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: fa114f5687e201209f6c19f560acc98ccfc0b48845dc741b2fe3244aeff6593c
4
- data.tar.gz: fca856b9b1796572f8d2e38b2ce66d4923c4a28ba25bc0422e667c99af4d6cd6
3
+ metadata.gz: 2a4b0c55a45093a857d2b8339404d87cd12f3532607cc37aa0cccccb5845b5a1
4
+ data.tar.gz: 92fa121d34242fd56ffb43126904f165b60fae39219a691fc68a8476294efae5
5
5
  SHA512:
6
- metadata.gz: acf8b391ac77708b02f981aacd72a507a73aa8c4d86f83c7a20c643f76ced3df713d04bcfb2d83d706ca3603fce55622a3be63e44b68baba420fd9bce3a2214d
7
- data.tar.gz: 06705343e4a4bbc7daf261e6f9ee2e18ba4acddfa2d9ae91b818f3e28133713ec046cee01cc5d08df0be980bdb9f74150aa3f17900278c66a813fbff000a4fd6
6
+ metadata.gz: 1e1699bd63601f053af7882d01a542d0bada8f66e95312cb28bd29a0c664132d2defdea741c2d4995a68581aadbeb11ae8d5db1c71701df513987468e51e75e3
7
+ data.tar.gz: 339c439e3f953722683206d2286076429f201b352e54226d4b74f2f742cce896609b7d98eb3406c55edf6985e3ce9ed1b83a630c4970bbe7c1e693deed2beae9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-10-30)
5
+ ------------------
6
+
7
+ * Feature - This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.
8
+
9
+ 1.21.0 (2023-10-18)
10
+ ------------------
11
+
12
+ * Feature - This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.
13
+
4
14
  1.20.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.0
@@ -410,7 +410,22 @@ module Aws::ConnectWisdomService
410
410
  # The name of the assistant.
411
411
  #
412
412
  # @option params [Types::ServerSideEncryptionConfiguration] :server_side_encryption_configuration
413
- # The KMS key used for encryption.
413
+ # The configuration information for the customer managed key used for
414
+ # encryption.
415
+ #
416
+ # The customer managed key must have a policy that allows
417
+ # `kms:CreateGrant` and ` kms:DescribeKey` permissions to the IAM
418
+ # identity using the key to invoke Wisdom. To use Wisdom with chat, the
419
+ # key policy must also allow `kms:Decrypt`, `kms:GenerateDataKey*`, and
420
+ # `kms:DescribeKey` permissions to the `connect.amazonaws.com` service
421
+ # principal.
422
+ #
423
+ # For more information about setting up a customer managed key for
424
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
425
+ #
426
+ #
427
+ #
428
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
414
429
  #
415
430
  # @option params [Hash<String,String>] :tags
416
431
  # The tags used to organize, track, or control access for this resource.
@@ -691,7 +706,19 @@ module Aws::ConnectWisdomService
691
706
  # Information about how to render the content.
692
707
  #
693
708
  # @option params [Types::ServerSideEncryptionConfiguration] :server_side_encryption_configuration
694
- # The KMS key used for encryption.
709
+ # The configuration information for the customer managed key used for
710
+ # encryption.
711
+ #
712
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
713
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
714
+ # invoke Wisdom.
715
+ #
716
+ # For more information about setting up a customer managed key for
717
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
718
+ #
719
+ #
720
+ #
721
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
695
722
  #
696
723
  # @option params [Types::SourceConfiguration] :source_configuration
697
724
  # The source of the knowledge base content. Only set this argument for
@@ -2035,7 +2062,7 @@ module Aws::ConnectWisdomService
2035
2062
  params: params,
2036
2063
  config: config)
2037
2064
  context[:gem_name] = 'aws-sdk-connectwisdomservice'
2038
- context[:gem_version] = '1.20.0'
2065
+ context[:gem_version] = '1.22.0'
2039
2066
  Seahorse::Client::Request.new(handlers, context)
2040
2067
  end
2041
2068
 
@@ -32,7 +32,7 @@ module Aws::ConnectWisdomService
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://wisdom-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -45,16 +45,27 @@ module Aws::ConnectWisdomService
45
45
  # including at least `id`, `title`, `updated_at`, and `draft` as
46
46
  # source fields.
47
47
  #
48
- # * For [ SharePoint][4], your AppIntegrations DataIntegration must
48
+ # * For [SharePoint][4], your AppIntegrations DataIntegration must
49
49
  # have a FileConfiguration, including only file extensions that are
50
50
  # among `docx`, `pdf`, `html`, `htm`, and `txt`.
51
51
  #
52
+ # * For [Amazon S3][5], the ObjectConfiguration and FileConfiguration
53
+ # of your AppIntegrations DataIntegration must be null. The
54
+ # `SourceURI` of your DataIntegration must use the following format:
55
+ # `s3://your_s3_bucket_name`.
56
+ #
57
+ # The bucket policy of the corresponding S3 bucket must allow the
58
+ # Amazon Web Services principal `app-integrations.amazonaws.com` to
59
+ # perform `s3:ListBucket`, `s3:GetObject`, and
60
+ # `s3:GetBucketLocation` against the bucket.
61
+ #
52
62
  #
53
63
  #
54
64
  # [1]: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/sforce_api_objects_knowledge__kav.htm
55
65
  # [2]: https://developer.servicenow.com/dev.do#!/reference/api/rome/rest/knowledge-management-api
56
66
  # [3]: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/
57
67
  # [4]: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index
68
+ # [5]: https://aws.amazon.com/s3/
58
69
  # @return [String]
59
70
  #
60
71
  # @!attribute [rw] object_fields
@@ -249,7 +260,21 @@ module Aws::ConnectWisdomService
249
260
  # @return [String]
250
261
  #
251
262
  # @!attribute [rw] server_side_encryption_configuration
252
- # The KMS key used for encryption.
263
+ # The configuration information for the customer managed key used for
264
+ # encryption.
265
+ #
266
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
267
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
268
+ # invoke Wisdom. To use Wisdom with chat, the key policy must also
269
+ # allow `kms:Decrypt`, `kms:GenerateDataKey*`, and `kms:DescribeKey`
270
+ # permissions to the `connect.amazonaws.com` service principal.
271
+ #
272
+ # For more information about setting up a customer managed key for
273
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
274
+ #
275
+ #
276
+ #
277
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
253
278
  # @return [Types::ServerSideEncryptionConfiguration]
254
279
  #
255
280
  # @!attribute [rw] status
@@ -319,7 +344,21 @@ module Aws::ConnectWisdomService
319
344
  # @return [String]
320
345
  #
321
346
  # @!attribute [rw] server_side_encryption_configuration
322
- # The KMS key used for encryption.
347
+ # The configuration information for the customer managed key used for
348
+ # encryption.
349
+ #
350
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
351
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
352
+ # invoke Wisdom. To use Wisdom with chat, the key policy must also
353
+ # allow `kms:Decrypt`, `kms:GenerateDataKey*`, and `kms:DescribeKey`
354
+ # permissions to the `connect.amazonaws.com` service principal.
355
+ #
356
+ # For more information about setting up a customer managed key for
357
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
358
+ #
359
+ #
360
+ #
361
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
323
362
  # @return [Types::ServerSideEncryptionConfiguration]
324
363
  #
325
364
  # @!attribute [rw] status
@@ -626,7 +665,22 @@ module Aws::ConnectWisdomService
626
665
  # @return [String]
627
666
  #
628
667
  # @!attribute [rw] server_side_encryption_configuration
629
- # The KMS key used for encryption.
668
+ # The configuration information for the customer managed key used for
669
+ # encryption.
670
+ #
671
+ # The customer managed key must have a policy that allows
672
+ # `kms:CreateGrant` and ` kms:DescribeKey` permissions to the IAM
673
+ # identity using the key to invoke Wisdom. To use Wisdom with chat,
674
+ # the key policy must also allow `kms:Decrypt`,
675
+ # `kms:GenerateDataKey*`, and `kms:DescribeKey` permissions to the
676
+ # `connect.amazonaws.com` service principal.
677
+ #
678
+ # For more information about setting up a customer managed key for
679
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
680
+ #
681
+ #
682
+ #
683
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
630
684
  # @return [Types::ServerSideEncryptionConfiguration]
631
685
  #
632
686
  # @!attribute [rw] tags
@@ -786,7 +840,19 @@ module Aws::ConnectWisdomService
786
840
  # @return [Types::RenderingConfiguration]
787
841
  #
788
842
  # @!attribute [rw] server_side_encryption_configuration
789
- # The KMS key used for encryption.
843
+ # The configuration information for the customer managed key used for
844
+ # encryption.
845
+ #
846
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
847
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
848
+ # invoke Wisdom.
849
+ #
850
+ # For more information about setting up a customer managed key for
851
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
852
+ #
853
+ #
854
+ #
855
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
790
856
  # @return [Types::ServerSideEncryptionConfiguration]
791
857
  #
792
858
  # @!attribute [rw] source_configuration
@@ -1326,7 +1392,19 @@ module Aws::ConnectWisdomService
1326
1392
  # @return [Types::RenderingConfiguration]
1327
1393
  #
1328
1394
  # @!attribute [rw] server_side_encryption_configuration
1329
- # The KMS key used for encryption.
1395
+ # The configuration information for the customer managed key used for
1396
+ # encryption.
1397
+ #
1398
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
1399
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
1400
+ # invoke Wisdom.
1401
+ #
1402
+ # For more information about setting up a customer managed key for
1403
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
1404
+ #
1405
+ #
1406
+ #
1407
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
1330
1408
  # @return [Types::ServerSideEncryptionConfiguration]
1331
1409
  #
1332
1410
  # @!attribute [rw] source_configuration
@@ -1387,7 +1465,19 @@ module Aws::ConnectWisdomService
1387
1465
  # @return [Types::RenderingConfiguration]
1388
1466
  #
1389
1467
  # @!attribute [rw] server_side_encryption_configuration
1390
- # The KMS key used for encryption.
1468
+ # The configuration information for the customer managed key used for
1469
+ # encryption.
1470
+ #
1471
+ # This KMS key must have a policy that allows `kms:CreateGrant` and
1472
+ # `kms:DescribeKey` permissions to the IAM identity using the key to
1473
+ # invoke Wisdom.
1474
+ #
1475
+ # For more information about setting up a customer managed key for
1476
+ # Wisdom, see [Enable Amazon Connect Wisdom for your instance][1].
1477
+ #
1478
+ #
1479
+ #
1480
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
1391
1481
  # @return [Types::ServerSideEncryptionConfiguration]
1392
1482
  #
1393
1483
  # @!attribute [rw] source_configuration
@@ -2039,15 +2129,19 @@ module Aws::ConnectWisdomService
2039
2129
  include Aws::Structure
2040
2130
  end
2041
2131
 
2042
- # The KMS key used for encryption.
2132
+ # The configuration information for the customer managed key used for
2133
+ # encryption.
2043
2134
  #
2044
2135
  # @!attribute [rw] kms_key_id
2045
- # The KMS key. For information about valid ID values, see [Key
2046
- # identifiers (KeyId)][1].
2136
+ # The customer managed key used for encryption. For more information
2137
+ # about setting up a customer managed key for Wisdom, see [Enable
2138
+ # Amazon Connect Wisdom for your instance][1]. For information about
2139
+ # valid ID values, see [Key identifiers (KeyId)][2].
2047
2140
  #
2048
2141
  #
2049
2142
  #
2050
- # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id
2143
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-wisdom.html
2144
+ # [2]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id
2051
2145
  # @return [String]
2052
2146
  #
2053
2147
  # @see http://docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/ServerSideEncryptionConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectwisdomservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectWisdomService
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectwisdomservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.22.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core