aws-sdk-connect 1.216.0 → 1.217.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.216.0'
57
+ GEM_VERSION = '1.217.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1087,7 +1087,8 @@ module Aws
1087
1087
  phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
1088
1088
  auto_accept: bool?,
1089
1089
  after_contact_work_time_limit: ::Integer?,
1090
- desk_phone_number: ::String?
1090
+ desk_phone_number: ::String?,
1091
+ persistent_connection: bool?
1091
1092
  },
1092
1093
  ?directory_user_id: ::String,
1093
1094
  security_profile_ids: Array[::String],
@@ -5273,7 +5274,8 @@ module Aws
5273
5274
  phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
5274
5275
  auto_accept: bool?,
5275
5276
  after_contact_work_time_limit: ::Integer?,
5276
- desk_phone_number: ::String?
5277
+ desk_phone_number: ::String?,
5278
+ persistent_connection: bool?
5277
5279
  },
5278
5280
  user_id: ::String,
5279
5281
  instance_id: ::String
data/sig/types.rbs CHANGED
@@ -6349,6 +6349,7 @@ module Aws::Connect
6349
6349
  attr_accessor auto_accept: bool
6350
6350
  attr_accessor after_contact_work_time_limit: ::Integer
6351
6351
  attr_accessor desk_phone_number: ::String
6352
+ attr_accessor persistent_connection: bool
6352
6353
  SENSITIVE: []
6353
6354
  end
6354
6355
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.216.0
4
+ version: 1.217.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services