aws-sdk-qconnect 1.22.0 → 1.23.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: ccaa6fbb3cfee3e56607a665b68197e56a32c77cff53e6572fac36411ae8cadf
4
- data.tar.gz: 1e5ebe9215c73ca69c08aa85042a4e5de9b554916447ad512700a7716dfe2b4f
3
+ metadata.gz: '0548641705a8579e610c19e9290afbd333cbd55add127f211d66dcb854693f20'
4
+ data.tar.gz: fb94f5d2d2a75da7967d743f034bc22ea458678bdf31c0de4509aed7574bbc8f
5
5
  SHA512:
6
- metadata.gz: bbde6ba8a991889ddb8aa20d60ca458ceb0da7d07d10c9e8cbe1f5b357eccbc238e9ddb014a06595fd1ca1dc4ec9cc753dd0252193ffd94715fcf08c610070cc
7
- data.tar.gz: 2507e6c8965a62df772303a50728bcab2089081cae9380d24894becee0c3afbfea9d0ca2ba7fe0a5ca1d0ec7073f08937507027e1c4631c467c7ceb2979764f6
6
+ metadata.gz: cd047b18432b8e45a66b0932730ea2dffe86636c203d79836889e4c11aa5cccdd195ba7af4cb1ff96a20c035514643dc9c0c95cd9ed8d4b07be7d217f9772827
7
+ data.tar.gz: 158e8320647ff2e824e31830994c2befcf639126118bf56a9f05eb65d7ab5b3652051c5b3ec75de868d570930c3d1ad09835812940d791af20d87f3b622c208f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.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.22.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -4733,10 +4733,10 @@ module Aws::QConnect
4733
4733
 
4734
4734
  # Updates the template URI of a knowledge base. This is only supported
4735
4735
  # for knowledge bases of type EXTERNAL. Include a single variable in
4736
- # `$\{variable\}` format; this interpolated by Amazon Q in Connect using
4736
+ # `${variable}` format; this interpolated by Amazon Q in Connect using
4737
4737
  # ingested content. For example, if you ingest a Salesforce article, it
4738
4738
  # has an `Id` value, and you can set the template URI to
4739
- # `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*$\{Id\}*/view`.
4739
+ # `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view`.
4740
4740
  #
4741
4741
  # @option params [required, String] :knowledge_base_id
4742
4742
  # The identifier of the knowledge base. This should not be a
@@ -5100,7 +5100,7 @@ module Aws::QConnect
5100
5100
  tracer: tracer
5101
5101
  )
5102
5102
  context[:gem_name] = 'aws-sdk-qconnect'
5103
- context[:gem_version] = '1.22.0'
5103
+ context[:gem_version] = '1.23.0'
5104
5104
  Seahorse::Client::Request.new(handlers, context)
5105
5105
  end
5106
5106
 
@@ -5396,7 +5396,7 @@ module Aws::QConnect
5396
5396
  # Information about how to render the content.
5397
5397
  #
5398
5398
  # @!attribute [rw] template_uri
5399
- # A URI template containing exactly one variable in `$\{variableName\}
5399
+ # A URI template containing exactly one variable in `${variableName}
5400
5400
  # `format. This can only be set for `EXTERNAL` knowledge bases. For
5401
5401
  # Salesforce, ServiceNow, and Zendesk, the variable must be one of the
5402
5402
  # following:
@@ -54,7 +54,7 @@ module Aws::QConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.22.0'
57
+ GEM_VERSION = '1.23.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-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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