aws-sdk-connectwisdomservice 1.41.0 → 1.42.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: 82f158ed490b2500b8326ed14949c649eae7b82d51e23adb578ef74199560573
4
- data.tar.gz: bc39f6df8271888c3d6efefcca4b52f9543a4011b316e8969abfeb9bbd3b15b3
3
+ metadata.gz: 68f23bc8abd0a8c0c321a32ef5d8b1e15e5fbb3c49ec8088221ee04f328e862b
4
+ data.tar.gz: d9e4b23beff7c23cc3d20c02894536d444a179f772b74c5f87a6ceb34240135e
5
5
  SHA512:
6
- metadata.gz: d69fe4af9a2680f95af6b75264a82a136c7c768236284c9e6c7e0ee3450ee385739407e3d049a3cc4d298b188cbb39c4e8d7fdfe26c35f785184ba60466ea8a1
7
- data.tar.gz: f47d48636327bd566e932177f8aed01d51ad3255b0caef0149c5cdb4a652c44bd3d8570689d360b70a3899e3dab3752f9206b9fb30ffea49c38922052124f8d5
6
+ metadata.gz: c761e71ae796c05ea1e966cfade360d5a4e7569147f4f8f684f87872f1f4249f1fbba881c44980f8f03dfe77f91334067fd9cdddbdb4bbefdd6452457ddf03a8
7
+ data.tar.gz: 2ac533cab80e15b541edc14c71e63ad3c91e58913222aa2a6d07f63c19e12aade05ca522359fa95f647b18dd2f94685dcc33bd993fafda5f6064ab76dcbac3fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -2701,10 +2701,10 @@ module Aws::ConnectWisdomService
2701
2701
 
2702
2702
  # Updates the template URI of a knowledge base. This is only supported
2703
2703
  # for knowledge bases of type EXTERNAL. Include a single variable in
2704
- # `$\{variable\}` format; this interpolated by Wisdom using ingested
2704
+ # `${variable}` format; this interpolated by Wisdom using ingested
2705
2705
  # content. For example, if you ingest a Salesforce article, it has an
2706
2706
  # `Id` value, and you can set the template URI to
2707
- # `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*$\{Id\}*/view`.
2707
+ # `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view`.
2708
2708
  #
2709
2709
  # @option params [required, String] :knowledge_base_id
2710
2710
  # The identifier of the knowledge base. This should not be a
@@ -2891,7 +2891,7 @@ module Aws::ConnectWisdomService
2891
2891
  tracer: tracer
2892
2892
  )
2893
2893
  context[:gem_name] = 'aws-sdk-connectwisdomservice'
2894
- context[:gem_version] = '1.41.0'
2894
+ context[:gem_version] = '1.42.0'
2895
2895
  Seahorse::Client::Request.new(handlers, context)
2896
2896
  end
2897
2897
 
@@ -3102,7 +3102,7 @@ module Aws::ConnectWisdomService
3102
3102
  # Information about how to render the content.
3103
3103
  #
3104
3104
  # @!attribute [rw] template_uri
3105
- # A URI template containing exactly one variable in `$\{variableName\}
3105
+ # A URI template containing exactly one variable in `${variableName}
3106
3106
  # `format. This can only be set for `EXTERNAL` knowledge bases. For
3107
3107
  # Salesforce, ServiceNow, and Zendesk, the variable must be one of the
3108
3108
  # following:
@@ -54,7 +54,7 @@ module Aws::ConnectWisdomService
54
54
  autoload :EndpointProvider, 'aws-sdk-connectwisdomservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectwisdomservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.0'
58
58
 
59
59
  end
60
60
 
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.41.0
4
+ version: 1.42.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core