aws-sdk-connectwisdomservice 1.33.0 → 1.34.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: 87b93e0e509e3fc830c8deaa62e0a0f6dc354e832c683a597071cfbd087f478d
4
- data.tar.gz: 6cc5a62cc2edd662c05c17b05d9d7fa62e649abe8e4c429699f02f351c00fc23
3
+ metadata.gz: 80b6a3dbd10abdc35a9e8f8c79fa4b560b6fac48139de2207f3f15b98e848edb
4
+ data.tar.gz: d3a2f6f564c2965f7763b1ffb66b8b505afe419fdc0b57d5f4c89b4d558ee12d
5
5
  SHA512:
6
- metadata.gz: 32481d7f68e9dcd0d0aaa7fd2fc66c99f2aef2ee3763c07ec89080f964d29ebd1d173bb53fe75f49b084329a790e699f58df4423cbc54699790511f38a82e2f8
7
- data.tar.gz: 962ed7ebda9964a1fe286a8bd2e098d3ec9ee15b7a757f4f8ee04f42cabb423ef0a490c28700d7ca061b4c58ba7e5393865813b0fb08cc18e49838efd114fb77
6
+ metadata.gz: 50a5907c50a361282193f266ee61ed436ba8d1b69b17b7dc24d682a464716377da92b3b68213d8451293a9204a983eb1aa91ffda7a0b5392376002d881443b37
7
+ data.tar.gz: 7bff311a847a10dd249ae5396b67c7f602fed73e3fc564de83f5ab66362f4e8e56da6ceb1cfb5f83751fd1aba8d96f45fe57cdee121fa456245861d92f930452
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -2864,7 +2864,7 @@ module Aws::ConnectWisdomService
2864
2864
  params: params,
2865
2865
  config: config)
2866
2866
  context[:gem_name] = 'aws-sdk-connectwisdomservice'
2867
- context[:gem_version] = '1.33.0'
2867
+ context[:gem_version] = '1.34.0'
2868
2868
  Seahorse::Client::Request.new(handlers, context)
2869
2869
  end
2870
2870
 
@@ -1031,7 +1031,7 @@ module Aws::ConnectWisdomService
1031
1031
  :name,
1032
1032
  :shortcut_key,
1033
1033
  :tags)
1034
- SENSITIVE = []
1034
+ SENSITIVE = [:channels]
1035
1035
  include Aws::Structure
1036
1036
  end
1037
1037
 
@@ -1648,7 +1648,7 @@ module Aws::ConnectWisdomService
1648
1648
  class GroupingConfiguration < Struct.new(
1649
1649
  :criteria,
1650
1650
  :values)
1651
- SENSITIVE = [:criteria]
1651
+ SENSITIVE = [:criteria, :values]
1652
1652
  include Aws::Structure
1653
1653
  end
1654
1654
 
@@ -2563,7 +2563,7 @@ module Aws::ConnectWisdomService
2563
2563
  :shortcut_key,
2564
2564
  :status,
2565
2565
  :tags)
2566
- SENSITIVE = []
2566
+ SENSITIVE = [:channels]
2567
2567
  include Aws::Structure
2568
2568
  end
2569
2569
 
@@ -2889,7 +2889,7 @@ module Aws::ConnectWisdomService
2889
2889
  :shortcut_key,
2890
2890
  :status,
2891
2891
  :tags)
2892
- SENSITIVE = [:attributes_interpolated, :attributes_not_interpolated]
2892
+ SENSITIVE = [:attributes_interpolated, :attributes_not_interpolated, :channels]
2893
2893
  include Aws::Structure
2894
2894
  end
2895
2895
 
@@ -2979,7 +2979,7 @@ module Aws::ConnectWisdomService
2979
2979
  :quick_response_id,
2980
2980
  :status,
2981
2981
  :tags)
2982
- SENSITIVE = []
2982
+ SENSITIVE = [:channels]
2983
2983
  include Aws::Structure
2984
2984
  end
2985
2985
 
@@ -3891,7 +3891,7 @@ module Aws::ConnectWisdomService
3891
3891
  :remove_grouping_configuration,
3892
3892
  :remove_shortcut_key,
3893
3893
  :shortcut_key)
3894
- SENSITIVE = []
3894
+ SENSITIVE = [:channels]
3895
3895
  include Aws::Structure
3896
3896
  end
3897
3897
 
@@ -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.33.0'
55
+ GEM_VERSION = '1.34.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.33.0
4
+ version: 1.34.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core