aws-sdk-connect 1.146.0 → 1.147.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: d876c1683148288142bc7b159ae427404c0afc999135c30a952576396654b69e
4
- data.tar.gz: a1e5be93156bc719d4b92e3b012ed27334706b8845c6dd12fc1795583e06fc53
3
+ metadata.gz: ba3169b3583ecbb8ec5e659d706565b0fec0ce82c4e907ddcdd679d29aeb271c
4
+ data.tar.gz: 1a8dd6e09cb2f4f37346cf3620e59abd766de713cb948e9ab40996494b596277
5
5
  SHA512:
6
- metadata.gz: affae199e119dbe25602ba0b73e9f6ba17365c16f9fc9ae5e51a50083f0f9291e829a32e9f04394d00c845b578d58e0e954adfef25b46e86bb40e1aa165b250a
7
- data.tar.gz: fbab7d9bbc5b56f49ee2237b25bd6f1650bf97b38663b7f709913e72e58e02fe641d7088eb97130e43b16980a21660a821624c39d38c2d10f65cd9eeef715bed
6
+ metadata.gz: cefeb53af34a7d8d741b6223c2abae6e5e1e1c0ebcd86b4636a9a697a4645e9784d4696ba61b96fa0d38699a1f5d99abadaf92d75ea8b18d4208f1bba5556d65
7
+ data.tar.gz: 96801acdb5d7d785fa460a84dc43eae0b78b1a671446ad1d31b106b640c18adfc7e32ca3dc4d9384cd7c7bfd9e48fee305f500e1afe3bd9062128d70784ad79e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2024-01-05)
5
+ ------------------
6
+
7
+ * Feature - Minor trait updates for User APIs
8
+
4
9
  1.146.0 (2024-01-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.147.0
@@ -16195,7 +16195,7 @@ module Aws::Connect
16195
16195
  params: params,
16196
16196
  config: config)
16197
16197
  context[:gem_name] = 'aws-sdk-connect'
16198
- context[:gem_version] = '1.146.0'
16198
+ context[:gem_version] = '1.147.0'
16199
16199
  Seahorse::Client::Request.new(handlers, context)
16200
16200
  end
16201
16201
 
@@ -1693,7 +1693,7 @@ module Aws::Connect
1693
1693
  :queue_time_adjustment_seconds,
1694
1694
  :queue_priority,
1695
1695
  :tags)
1696
- SENSITIVE = []
1696
+ SENSITIVE = [:name, :description]
1697
1697
  include Aws::Structure
1698
1698
  end
1699
1699
 
@@ -3619,7 +3619,7 @@ module Aws::Connect
3619
3619
  :hierarchy_group_id,
3620
3620
  :instance_id,
3621
3621
  :tags)
3622
- SENSITIVE = []
3622
+ SENSITIVE = [:password]
3623
3623
  include Aws::Structure
3624
3624
  end
3625
3625
 
@@ -7385,7 +7385,7 @@ module Aws::Connect
7385
7385
  :sign_in_url,
7386
7386
  :user_arn,
7387
7387
  :user_id)
7388
- SENSITIVE = []
7388
+ SENSITIVE = [:credentials]
7389
7389
  include Aws::Structure
7390
7390
  end
7391
7391
 
@@ -16957,7 +16957,7 @@ module Aws::Connect
16957
16957
  :answer_machine_detection_config,
16958
16958
  :campaign_id,
16959
16959
  :traffic_type)
16960
- SENSITIVE = []
16960
+ SENSITIVE = [:name, :description]
16961
16961
  include Aws::Structure
16962
16962
  end
16963
16963
 
@@ -17098,7 +17098,7 @@ module Aws::Connect
17098
17098
  :task_template_id,
17099
17099
  :quick_connect_id,
17100
17100
  :related_contact_id)
17101
- SENSITIVE = []
17101
+ SENSITIVE = [:name, :description]
17102
17102
  include Aws::Structure
17103
17103
  end
17104
17104
 
@@ -17200,7 +17200,7 @@ module Aws::Connect
17200
17200
  :related_contact_id,
17201
17201
  :references,
17202
17202
  :description)
17203
- SENSITIVE = []
17203
+ SENSITIVE = [:description]
17204
17204
  include Aws::Structure
17205
17205
  end
17206
17206
 
@@ -18599,7 +18599,7 @@ module Aws::Connect
18599
18599
  :name,
18600
18600
  :description,
18601
18601
  :references)
18602
- SENSITIVE = []
18602
+ SENSITIVE = [:name, :description]
18603
18603
  include Aws::Structure
18604
18604
  end
18605
18605
 
@@ -20281,7 +20281,7 @@ module Aws::Connect
20281
20281
  :email,
20282
20282
  :secondary_email,
20283
20283
  :mobile)
20284
- SENSITIVE = []
20284
+ SENSITIVE = [:first_name, :last_name, :email, :secondary_email]
20285
20285
  include Aws::Structure
20286
20286
  end
20287
20287
 
@@ -20300,7 +20300,7 @@ module Aws::Connect
20300
20300
  class UserIdentityInfoLite < Struct.new(
20301
20301
  :first_name,
20302
20302
  :last_name)
20303
- SENSITIVE = []
20303
+ SENSITIVE = [:first_name, :last_name]
20304
20304
  include Aws::Structure
20305
20305
  end
20306
20306
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.146.0'
55
+ GEM_VERSION = '1.147.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.146.0
4
+ version: 1.147.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-01-03 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core