aws-sdk-connect 1.145.0 → 1.146.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +4 -4
- data/lib/aws-sdk-connect/types.rb +75 -46
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d876c1683148288142bc7b159ae427404c0afc999135c30a952576396654b69e
|
4
|
+
data.tar.gz: a1e5be93156bc719d4b92e3b012ed27334706b8845c6dd12fc1795583e06fc53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: affae199e119dbe25602ba0b73e9f6ba17365c16f9fc9ae5e51a50083f0f9291e829a32e9f04394d00c845b578d58e0e954adfef25b46e86bb40e1aa165b250a
|
7
|
+
data.tar.gz: fbab7d9bbc5b56f49ee2237b25bd6f1650bf97b38663b7f709913e72e58e02fe641d7088eb97130e43b16980a21660a821624c39d38c2d10f65cd9eeef715bed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.146.0
|
@@ -11097,10 +11097,10 @@ module Aws::Connect
|
|
11097
11097
|
#
|
11098
11098
|
# @option params [required, String] :instance_id
|
11099
11099
|
# The identifier of Amazon Connect instance. You can find the instance
|
11100
|
-
# ID in the Amazon Resource Name (ARN) of the instance
|
11100
|
+
# ID in the Amazon Resource Name (ARN) of the instance.
|
11101
11101
|
#
|
11102
11102
|
# @option params [required, Types::SearchContactsTimeRange] :time_range
|
11103
|
-
# Time range that you want to search results
|
11103
|
+
# Time range that you want to search results.
|
11104
11104
|
#
|
11105
11105
|
# @option params [Types::SearchCriteria] :search_criteria
|
11106
11106
|
# The search criteria to be used to return contacts.
|
@@ -11114,7 +11114,7 @@ module Aws::Connect
|
|
11114
11114
|
# results.
|
11115
11115
|
#
|
11116
11116
|
# @option params [Types::Sort] :sort
|
11117
|
-
# Specifies a field to sort by and a sort order
|
11117
|
+
# Specifies a field to sort by and a sort order.
|
11118
11118
|
#
|
11119
11119
|
# @return [Types::SearchContactsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11120
11120
|
#
|
@@ -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.
|
16198
|
+
context[:gem_version] = '1.146.0'
|
16199
16199
|
Seahorse::Client::Request.new(handlers, context)
|
16200
16200
|
end
|
16201
16201
|
|
@@ -155,10 +155,14 @@ module Aws::Connect
|
|
155
155
|
include Aws::Structure
|
156
156
|
end
|
157
157
|
|
158
|
-
# A structure that defines
|
159
|
-
#
|
160
|
-
#
|
161
|
-
#
|
158
|
+
# A structure that defines search criteria for contacts using agent
|
159
|
+
# hierarchy group levels. For more information about agent hierarchies,
|
160
|
+
# see [Set Up Agent Hierarchies][1] in the *Amazon Connect Administrator
|
161
|
+
# Guide*.
|
162
|
+
#
|
163
|
+
#
|
164
|
+
#
|
165
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html
|
162
166
|
#
|
163
167
|
# @!attribute [rw] l1_ids
|
164
168
|
# The identifiers for level 1 hierarchy groups.
|
@@ -1693,12 +1697,12 @@ module Aws::Connect
|
|
1693
1697
|
include Aws::Structure
|
1694
1698
|
end
|
1695
1699
|
|
1696
|
-
# A structure that defines
|
1697
|
-
#
|
1700
|
+
# A structure that defines search criteria for contacts using analysis
|
1701
|
+
# outputs from Amazon Connect Contact Lens.
|
1698
1702
|
#
|
1699
1703
|
# @!attribute [rw] transcript
|
1700
|
-
#
|
1701
|
-
#
|
1704
|
+
# Search criteria based on transcript analyzed by Amazon Connect
|
1705
|
+
# Contact Lens.
|
1702
1706
|
# @return [Types::Transcript]
|
1703
1707
|
#
|
1704
1708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ContactAnalysis AWS API Documentation
|
@@ -1993,7 +1997,7 @@ module Aws::Connect
|
|
1993
1997
|
# Information of returned contact.
|
1994
1998
|
#
|
1995
1999
|
# @!attribute [rw] arn
|
1996
|
-
# The Amazon Resource Name (ARN) of the contact
|
2000
|
+
# The Amazon Resource Name (ARN) of the contact.
|
1997
2001
|
# @return [String]
|
1998
2002
|
#
|
1999
2003
|
# @!attribute [rw] id
|
@@ -2029,13 +2033,13 @@ module Aws::Connect
|
|
2029
2033
|
#
|
2030
2034
|
# @!attribute [rw] initiation_timestamp
|
2031
2035
|
# The date and time this contact was initiated, in UTC time. For
|
2032
|
-
# INBOUND
|
2033
|
-
# when the agent began dialing. For CALLBACK
|
2034
|
-
# callback contact was created. For TRANSFER and
|
2035
|
-
# is when the transfer was initiated. For API, this is when the
|
2036
|
-
# request arrived. For
|
2037
|
-
# started dialing the external participant. For MONITOR
|
2038
|
-
# the supervisor started listening to a contact.
|
2036
|
+
# `INBOUND`, this is when the contact arrived. For `OUTBOUND`, this is
|
2037
|
+
# when the agent began dialing. For `CALLBACK`, this is when the
|
2038
|
+
# callback contact was created. For `TRANSFER` and `QUEUE_TRANSFER`,
|
2039
|
+
# this is when the transfer was initiated. For API, this is when the
|
2040
|
+
# request arrived. For `EXTERNAL_OUTBOUND`, this is when the agent
|
2041
|
+
# started dialing the external participant. For `MONITOR`, this is
|
2042
|
+
# when the supervisor started listening to a contact.
|
2039
2043
|
# @return [Time]
|
2040
2044
|
#
|
2041
2045
|
# @!attribute [rw] disconnect_timestamp
|
@@ -15220,11 +15224,11 @@ module Aws::Connect
|
|
15220
15224
|
|
15221
15225
|
# @!attribute [rw] instance_id
|
15222
15226
|
# The identifier of Amazon Connect instance. You can find the instance
|
15223
|
-
# ID in the Amazon Resource Name (ARN) of the instance
|
15227
|
+
# ID in the Amazon Resource Name (ARN) of the instance.
|
15224
15228
|
# @return [String]
|
15225
15229
|
#
|
15226
15230
|
# @!attribute [rw] time_range
|
15227
|
-
# Time range that you want to search results
|
15231
|
+
# Time range that you want to search results.
|
15228
15232
|
# @return [Types::SearchContactsTimeRange]
|
15229
15233
|
#
|
15230
15234
|
# @!attribute [rw] search_criteria
|
@@ -15242,7 +15246,7 @@ module Aws::Connect
|
|
15242
15246
|
# @return [String]
|
15243
15247
|
#
|
15244
15248
|
# @!attribute [rw] sort
|
15245
|
-
# Specifies a field to sort by and a sort order
|
15249
|
+
# Specifies a field to sort by and a sort order.
|
15246
15250
|
# @return [Types::Sort]
|
15247
15251
|
#
|
15248
15252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchContactsRequest AWS API Documentation
|
@@ -15281,10 +15285,10 @@ module Aws::Connect
|
|
15281
15285
|
include Aws::Structure
|
15282
15286
|
end
|
15283
15287
|
|
15284
|
-
# A structure of time range that you want to search results
|
15288
|
+
# A structure of time range that you want to search results.
|
15285
15289
|
#
|
15286
15290
|
# @!attribute [rw] type
|
15287
|
-
# The type of timestamp to search
|
15291
|
+
# The type of timestamp to search.
|
15288
15292
|
# @return [String]
|
15289
15293
|
#
|
15290
15294
|
# @!attribute [rw] start_time
|
@@ -15305,34 +15309,50 @@ module Aws::Connect
|
|
15305
15309
|
include Aws::Structure
|
15306
15310
|
end
|
15307
15311
|
|
15308
|
-
# A structure of search criteria to be used to return contacts
|
15312
|
+
# A structure of search criteria to be used to return contacts.
|
15309
15313
|
#
|
15310
15314
|
# @!attribute [rw] agent_ids
|
15311
|
-
# The
|
15315
|
+
# The identifiers of agents who handled the contacts.
|
15312
15316
|
# @return [Array<String>]
|
15313
15317
|
#
|
15314
15318
|
# @!attribute [rw] agent_hierarchy_groups
|
15315
|
-
# The agent hierarchy groups
|
15319
|
+
# The agent hierarchy groups of the agent at the time of handling the
|
15320
|
+
# contact.
|
15316
15321
|
# @return [Types::AgentHierarchyGroups]
|
15317
15322
|
#
|
15318
15323
|
# @!attribute [rw] channels
|
15319
|
-
# The
|
15324
|
+
# The list of channels associated with contacts.
|
15320
15325
|
# @return [Array<String>]
|
15321
15326
|
#
|
15322
15327
|
# @!attribute [rw] contact_analysis
|
15323
|
-
#
|
15328
|
+
# Search criteria based on analysis outputs from Amazon Connect
|
15329
|
+
# Contact Lens.
|
15324
15330
|
# @return [Types::ContactAnalysis]
|
15325
15331
|
#
|
15326
15332
|
# @!attribute [rw] initiation_methods
|
15327
|
-
# The
|
15333
|
+
# The list of initiation methods associated with contacts.
|
15328
15334
|
# @return [Array<String>]
|
15329
15335
|
#
|
15330
15336
|
# @!attribute [rw] queue_ids
|
15331
|
-
# The
|
15337
|
+
# The list of queue IDs associated with contacts.
|
15332
15338
|
# @return [Array<String>]
|
15333
15339
|
#
|
15334
15340
|
# @!attribute [rw] searchable_contact_attributes
|
15335
|
-
# The
|
15341
|
+
# The search criteria based on user-defined contact attributes that
|
15342
|
+
# have been configured for contact search. For more information, see
|
15343
|
+
# [Search by customer contact attributes][1] in the *Amazon Connect
|
15344
|
+
# Administrator Guide*.
|
15345
|
+
#
|
15346
|
+
# To use `SearchableContactAttributes` in a search request, the
|
15347
|
+
# `GetContactAttributes` action is required to perform an API request.
|
15348
|
+
# For more information, see
|
15349
|
+
# [https://docs.aws.amazon.com/service-authorization/latest/reference/list\_amazonconnect.html#amazonconnect-actions-as-permissions][2]Actions
|
15350
|
+
# defined by Amazon Connect.
|
15351
|
+
#
|
15352
|
+
#
|
15353
|
+
#
|
15354
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/search-custom-attributes.html
|
15355
|
+
# [2]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissions
|
15336
15356
|
# @return [Types::SearchableContactAttributes]
|
15337
15357
|
#
|
15338
15358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchCriteria AWS API Documentation
|
@@ -16000,15 +16020,17 @@ module Aws::Connect
|
|
16000
16020
|
include Aws::Structure
|
16001
16021
|
end
|
16002
16022
|
|
16003
|
-
# A structure that defines
|
16004
|
-
#
|
16023
|
+
# A structure that defines search criteria based on user-defined contact
|
16024
|
+
# attributes that are configured for contact search.
|
16005
16025
|
#
|
16006
16026
|
# @!attribute [rw] criteria
|
16007
|
-
# The
|
16027
|
+
# The list of criteria based on user-defined contact attributes that
|
16028
|
+
# are configured for contact search.
|
16008
16029
|
# @return [Array<Types::SearchableContactAttributesCriteria>]
|
16009
16030
|
#
|
16010
16031
|
# @!attribute [rw] match_type
|
16011
|
-
# The match type
|
16032
|
+
# The match type combining search criteria using multiple searchable
|
16033
|
+
# contact attributes.
|
16012
16034
|
# @return [String]
|
16013
16035
|
#
|
16014
16036
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchableContactAttributes AWS API Documentation
|
@@ -16020,14 +16042,16 @@ module Aws::Connect
|
|
16020
16042
|
include Aws::Structure
|
16021
16043
|
end
|
16022
16044
|
|
16023
|
-
# The criteria
|
16045
|
+
# The search criteria based on user-defned contact attribute key and
|
16046
|
+
# values to search on.
|
16024
16047
|
#
|
16025
16048
|
# @!attribute [rw] key
|
16026
|
-
# The searchable contact attribute
|
16049
|
+
# The key containing a searchable user-defined contact attribute.
|
16027
16050
|
# @return [String]
|
16028
16051
|
#
|
16029
16052
|
# @!attribute [rw] values
|
16030
|
-
# The
|
16053
|
+
# The list of values to search for within a user-defined contact
|
16054
|
+
# attribute.
|
16031
16055
|
# @return [Array<String>]
|
16032
16056
|
#
|
16033
16057
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchableContactAttributesCriteria AWS API Documentation
|
@@ -16465,7 +16489,7 @@ module Aws::Connect
|
|
16465
16489
|
include Aws::Structure
|
16466
16490
|
end
|
16467
16491
|
|
16468
|
-
# A structure that
|
16492
|
+
# A structure that defineds the field name to sort by and a sort order.
|
16469
16493
|
#
|
16470
16494
|
# @!attribute [rw] field_name
|
16471
16495
|
# The name of the field on which to sort.
|
@@ -18043,14 +18067,18 @@ module Aws::Connect
|
|
18043
18067
|
include Aws::Structure
|
18044
18068
|
end
|
18045
18069
|
|
18046
|
-
#
|
18070
|
+
# A structure that defines search criteria and matching logic to search
|
18071
|
+
# for contacts by matching text with transcripts analyzed by Amazon
|
18072
|
+
# Connect Contact Lens.
|
18047
18073
|
#
|
18048
18074
|
# @!attribute [rw] criteria
|
18049
|
-
# The
|
18075
|
+
# The list of search criteria based on Contact Lens conversational
|
18076
|
+
# analytics transcript.
|
18050
18077
|
# @return [Array<Types::TranscriptCriteria>]
|
18051
18078
|
#
|
18052
18079
|
# @!attribute [rw] match_type
|
18053
|
-
# The match type
|
18080
|
+
# The match type combining search criteria using multiple transcript
|
18081
|
+
# criteria.
|
18054
18082
|
# @return [String]
|
18055
18083
|
#
|
18056
18084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Transcript AWS API Documentation
|
@@ -18062,7 +18090,8 @@ module Aws::Connect
|
|
18062
18090
|
include Aws::Structure
|
18063
18091
|
end
|
18064
18092
|
|
18065
|
-
#
|
18093
|
+
# A structure that defines search criteria base on words or phrases,
|
18094
|
+
# participants in the Contact Lens conversational analytics transcript.
|
18066
18095
|
#
|
18067
18096
|
# @!attribute [rw] participant_role
|
18068
18097
|
# The participant role in a transcript
|
@@ -18073,7 +18102,8 @@ module Aws::Connect
|
|
18073
18102
|
# @return [Array<String>]
|
18074
18103
|
#
|
18075
18104
|
# @!attribute [rw] match_type
|
18076
|
-
# The match type
|
18105
|
+
# The match type combining search criteria using multiple search texts
|
18106
|
+
# in a transcript criteria.
|
18077
18107
|
# @return [String]
|
18078
18108
|
#
|
18079
18109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/TranscriptCriteria AWS API Documentation
|
@@ -20430,10 +20460,9 @@ module Aws::Connect
|
|
20430
20460
|
# A leaf node condition which can be used to specify a string
|
20431
20461
|
# condition.
|
20432
20462
|
#
|
20433
|
-
#
|
20434
|
-
# `
|
20435
|
-
#
|
20436
|
-
# </note>
|
20463
|
+
# The currently supported values for `FieldName` are `username`,
|
20464
|
+
# `firstname`, `lastname`, `resourceId`, `routingProfileId`,
|
20465
|
+
# `securityProfileId`, `agentGroupId`, and `agentGroupPathIds`.
|
20437
20466
|
# @return [Types::StringCondition]
|
20438
20467
|
#
|
20439
20468
|
# @!attribute [rw] hierarchy_group_condition
|
data/lib/aws-sdk-connect.rb
CHANGED
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.
|
4
|
+
version: 1.146.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:
|
11
|
+
date: 2024-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|