aws-sdk-connect 1.170.0 → 1.171.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +149 -9
- data/lib/aws-sdk-connect/client_api.rb +17 -0
- data/lib/aws-sdk-connect/types.rb +67 -6
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +29 -1
- data/sig/types.rbs +17 -0
- 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: '00865e37884cedbfcd78ca71b82b193e8c33bde6b0d9484e3995a3f352ebeacb'
|
|
4
|
+
data.tar.gz: 3f54e0b2f88b7e02f028554b8537e221d9215690894e6c7282c84ec7af1ba6b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ec2d885bcbdd3d769a65276fa810236448a141e8656aef2fb8b4e57137bf978a09972817a8ac4bcf7444fe30e6ec5b79f7442806f97801243a39eb718c663f2
|
|
7
|
+
data.tar.gz: 69a77a8c6850e27b82a9f28682f9d850534c586e71a53d2b69a17cbee80bcf4639309b8e6c60f913eeb11ea21bd8377986e33b072b4b78112234dbac93c82aae
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.171.0
|
|
@@ -2007,6 +2007,9 @@ module Aws::Connect
|
|
|
2007
2007
|
# Service (Amazon S3) or Amazon Kinesis. It also does not allow for any
|
|
2008
2008
|
# configurations on features, such as Contact Lens for Amazon Connect.
|
|
2009
2009
|
#
|
|
2010
|
+
# For more information, see [Create an Amazon Connect instance][1] in
|
|
2011
|
+
# the *Amazon Connect Administrator Guide*.
|
|
2012
|
+
#
|
|
2010
2013
|
# Amazon Connect enforces a limit on the total number of instances that
|
|
2011
2014
|
# you can create or delete in 30 days. If you exceed this limit, you
|
|
2012
2015
|
# will get an error message indicating there has been an excessive
|
|
@@ -2014,6 +2017,10 @@ module Aws::Connect
|
|
|
2014
2017
|
# days before you can restart creating and deleting instances in your
|
|
2015
2018
|
# account.
|
|
2016
2019
|
#
|
|
2020
|
+
#
|
|
2021
|
+
#
|
|
2022
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html
|
|
2023
|
+
#
|
|
2017
2024
|
# @option params [String] :client_token
|
|
2018
2025
|
# The idempotency token.
|
|
2019
2026
|
#
|
|
@@ -2339,7 +2346,14 @@ module Aws::Connect
|
|
|
2339
2346
|
end
|
|
2340
2347
|
|
|
2341
2348
|
# Creates a new predefined attribute for the specified Amazon Connect
|
|
2342
|
-
# instance.
|
|
2349
|
+
# instance. *Predefined attributes* are attributes in an Amazon Connect
|
|
2350
|
+
# instance that can be used to route contacts to an agent or pools of
|
|
2351
|
+
# agents within a queue. For more information, see [Create predefined
|
|
2352
|
+
# attributes for routing contacts to agents][1].
|
|
2353
|
+
#
|
|
2354
|
+
#
|
|
2355
|
+
#
|
|
2356
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html
|
|
2343
2357
|
#
|
|
2344
2358
|
# @option params [required, String] :instance_id
|
|
2345
2359
|
# The identifier of the Amazon Connect instance. You can find the
|
|
@@ -2854,6 +2868,16 @@ module Aws::Connect
|
|
|
2854
2868
|
|
|
2855
2869
|
# Creates a security profile.
|
|
2856
2870
|
#
|
|
2871
|
+
# For information about security profiles, see [Security Profiles][1] in
|
|
2872
|
+
# the *Amazon Connect Administrator Guide*. For a mapping of the API
|
|
2873
|
+
# name and user interface name of the security profile permissions, see
|
|
2874
|
+
# [List of security profile permissions][2].
|
|
2875
|
+
#
|
|
2876
|
+
#
|
|
2877
|
+
#
|
|
2878
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
2879
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
2880
|
+
#
|
|
2857
2881
|
# @option params [required, String] :security_profile_name
|
|
2858
2882
|
# The name of the security profile.
|
|
2859
2883
|
#
|
|
@@ -3883,7 +3907,9 @@ module Aws::Connect
|
|
|
3883
3907
|
# This API is in preview release for Amazon Connect and is subject to
|
|
3884
3908
|
# change.
|
|
3885
3909
|
#
|
|
3886
|
-
# Deletes the Amazon Connect instance.
|
|
3910
|
+
# Deletes the Amazon Connect instance. For more information, see [Delete
|
|
3911
|
+
# your Amazon Connect instance][1] in the *Amazon Connect Administrator
|
|
3912
|
+
# Guide*.
|
|
3887
3913
|
#
|
|
3888
3914
|
# Amazon Connect enforces a limit on the total number of instances that
|
|
3889
3915
|
# you can create or delete in 30 days. If you exceed this limit, you
|
|
@@ -3892,6 +3918,10 @@ module Aws::Connect
|
|
|
3892
3918
|
# days before you can restart creating and deleting instances in your
|
|
3893
3919
|
# account.
|
|
3894
3920
|
#
|
|
3921
|
+
#
|
|
3922
|
+
#
|
|
3923
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/delete-connect-instance.html
|
|
3924
|
+
#
|
|
3895
3925
|
# @option params [required, String] :instance_id
|
|
3896
3926
|
# The identifier of the Amazon Connect instance. You can [find the
|
|
3897
3927
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
@@ -4009,7 +4039,8 @@ module Aws::Connect
|
|
|
4009
4039
|
req.send_request(options)
|
|
4010
4040
|
end
|
|
4011
4041
|
|
|
4012
|
-
# Deletes a queue.
|
|
4042
|
+
# Deletes a queue. It isn't possible to delete a queue by using the
|
|
4043
|
+
# Amazon Connect admin website.
|
|
4013
4044
|
#
|
|
4014
4045
|
# @option params [required, String] :instance_id
|
|
4015
4046
|
# The identifier of the Amazon Connect instance. You can [find the
|
|
@@ -5242,7 +5273,14 @@ module Aws::Connect
|
|
|
5242
5273
|
end
|
|
5243
5274
|
|
|
5244
5275
|
# Describes a predefined attribute for the specified Amazon Connect
|
|
5245
|
-
# instance.
|
|
5276
|
+
# instance. *Predefined attributes* are attributes in an Amazon Connect
|
|
5277
|
+
# instance that can be used to route contacts to an agent or pools of
|
|
5278
|
+
# agents within a queue. For more information, see [Create predefined
|
|
5279
|
+
# attributes for routing contacts to agents][1].
|
|
5280
|
+
#
|
|
5281
|
+
#
|
|
5282
|
+
#
|
|
5283
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html
|
|
5246
5284
|
#
|
|
5247
5285
|
# @option params [required, String] :instance_id
|
|
5248
5286
|
# The identifier of the Amazon Connect instance. You can find the
|
|
@@ -5559,7 +5597,17 @@ module Aws::Connect
|
|
|
5559
5597
|
req.send_request(options)
|
|
5560
5598
|
end
|
|
5561
5599
|
|
|
5562
|
-
# Gets basic information about the security
|
|
5600
|
+
# Gets basic information about the security profile.
|
|
5601
|
+
#
|
|
5602
|
+
# For information about security profiles, see [Security Profiles][1] in
|
|
5603
|
+
# the *Amazon Connect Administrator Guide*. For a mapping of the API
|
|
5604
|
+
# name and user interface name of the security profile permissions, see
|
|
5605
|
+
# [List of security profile permissions][2].
|
|
5606
|
+
#
|
|
5607
|
+
#
|
|
5608
|
+
#
|
|
5609
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
5610
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
5563
5611
|
#
|
|
5564
5612
|
# @option params [required, String] :security_profile_id
|
|
5565
5613
|
# The identifier for the security profle.
|
|
@@ -10477,6 +10525,14 @@ module Aws::Connect
|
|
|
10477
10525
|
end
|
|
10478
10526
|
|
|
10479
10527
|
# Lists predefined attributes for the specified Amazon Connect instance.
|
|
10528
|
+
# *Predefined attributes* are attributes in an Amazon Connect instance
|
|
10529
|
+
# that can be used to route contacts to an agent or pools of agents
|
|
10530
|
+
# within a queue. For more information, see [Create predefined
|
|
10531
|
+
# attributes for routing contacts to agents][1].
|
|
10532
|
+
#
|
|
10533
|
+
#
|
|
10534
|
+
#
|
|
10535
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html
|
|
10480
10536
|
#
|
|
10481
10537
|
# @option params [required, String] :instance_id
|
|
10482
10538
|
# The identifier of the Amazon Connect instance. You can find the
|
|
@@ -11181,6 +11237,16 @@ module Aws::Connect
|
|
|
11181
11237
|
|
|
11182
11238
|
# Lists the permissions granted to a security profile.
|
|
11183
11239
|
#
|
|
11240
|
+
# For information about security profiles, see [Security Profiles][1] in
|
|
11241
|
+
# the *Amazon Connect Administrator Guide*. For a mapping of the API
|
|
11242
|
+
# name and user interface name of the security profile permissions, see
|
|
11243
|
+
# [List of security profile permissions][2].
|
|
11244
|
+
#
|
|
11245
|
+
#
|
|
11246
|
+
#
|
|
11247
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
11248
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
11249
|
+
#
|
|
11184
11250
|
# @option params [required, String] :security_profile_id
|
|
11185
11251
|
# The identifier for the security profle.
|
|
11186
11252
|
#
|
|
@@ -11239,11 +11305,14 @@ module Aws::Connect
|
|
|
11239
11305
|
# specified Amazon Connect instance.
|
|
11240
11306
|
#
|
|
11241
11307
|
# For more information about security profiles, see [Security
|
|
11242
|
-
# Profiles][1] in the *Amazon Connect Administrator Guide*.
|
|
11308
|
+
# Profiles][1] in the *Amazon Connect Administrator Guide*. For a
|
|
11309
|
+
# mapping of the API name and user interface name of the security
|
|
11310
|
+
# profile permissions, see [List of security profile permissions][2].
|
|
11243
11311
|
#
|
|
11244
11312
|
#
|
|
11245
11313
|
#
|
|
11246
11314
|
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
11315
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
11247
11316
|
#
|
|
11248
11317
|
# @option params [required, String] :instance_id
|
|
11249
11318
|
# The identifier of the Amazon Connect instance. You can [find the
|
|
@@ -12809,7 +12878,15 @@ module Aws::Connect
|
|
|
12809
12878
|
req.send_request(options)
|
|
12810
12879
|
end
|
|
12811
12880
|
|
|
12812
|
-
#
|
|
12881
|
+
# Searches predefined attributes that meet certain criteria. *Predefined
|
|
12882
|
+
# attributes* are attributes in an Amazon Connect instance that can be
|
|
12883
|
+
# used to route contacts to an agent or pools of agents within a queue.
|
|
12884
|
+
# For more information, see [Create predefined attributes for routing
|
|
12885
|
+
# contacts to agents][1].
|
|
12886
|
+
#
|
|
12887
|
+
#
|
|
12888
|
+
#
|
|
12889
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html
|
|
12813
12890
|
#
|
|
12814
12891
|
# @option params [required, String] :instance_id
|
|
12815
12892
|
# The identifier of the Amazon Connect instance. You can find the
|
|
@@ -13414,6 +13491,16 @@ module Aws::Connect
|
|
|
13414
13491
|
# Searches security profiles in an Amazon Connect instance, with
|
|
13415
13492
|
# optional filtering.
|
|
13416
13493
|
#
|
|
13494
|
+
# For information about security profiles, see [Security Profiles][1] in
|
|
13495
|
+
# the *Amazon Connect Administrator Guide*. For a mapping of the API
|
|
13496
|
+
# name and user interface name of the security profile permissions, see
|
|
13497
|
+
# [List of security profile permissions][2].
|
|
13498
|
+
#
|
|
13499
|
+
#
|
|
13500
|
+
#
|
|
13501
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
13502
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
13503
|
+
#
|
|
13417
13504
|
# @option params [required, String] :instance_id
|
|
13418
13505
|
# The identifier of the Amazon Connect instance. You can [find the
|
|
13419
13506
|
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
|
@@ -16091,6 +16178,10 @@ module Aws::Connect
|
|
|
16091
16178
|
# other contacts in the queue by assigning them a higher priority, such
|
|
16092
16179
|
# as 1 or 2.
|
|
16093
16180
|
#
|
|
16181
|
+
# @option params [Types::RoutingCriteriaInput] :routing_criteria
|
|
16182
|
+
# Updates the routing criteria on the contact. These properties can be
|
|
16183
|
+
# used to change how a
contact is routed within the queue.
|
|
16184
|
+
#
|
|
16094
16185
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
16095
16186
|
#
|
|
16096
16187
|
# @example Request syntax with placeholder values
|
|
@@ -16100,6 +16191,38 @@ module Aws::Connect
|
|
|
16100
16191
|
# contact_id: "ContactId", # required
|
|
16101
16192
|
# queue_time_adjustment_seconds: 1,
|
|
16102
16193
|
# queue_priority: 1,
|
|
16194
|
+
# routing_criteria: {
|
|
16195
|
+
# steps: [
|
|
16196
|
+
# {
|
|
16197
|
+
# expiry: {
|
|
16198
|
+
# duration_in_seconds: 1,
|
|
16199
|
+
# },
|
|
16200
|
+
# expression: {
|
|
16201
|
+
# attribute_condition: {
|
|
16202
|
+
# name: "PredefinedAttributeName",
|
|
16203
|
+
# value: "ProficiencyValue",
|
|
16204
|
+
# proficiency_level: 1.0,
|
|
16205
|
+
# match_criteria: {
|
|
16206
|
+
# agents_criteria: {
|
|
16207
|
+
# agent_ids: ["AgentId"],
|
|
16208
|
+
# },
|
|
16209
|
+
# },
|
|
16210
|
+
# comparison_operator: "ComparisonOperator",
|
|
16211
|
+
# },
|
|
16212
|
+
# and_expression: [
|
|
16213
|
+
# {
|
|
16214
|
+
# # recursive Expression
|
|
16215
|
+
# },
|
|
16216
|
+
# ],
|
|
16217
|
+
# or_expression: [
|
|
16218
|
+
# {
|
|
16219
|
+
# # recursive Expression
|
|
16220
|
+
# },
|
|
16221
|
+
# ],
|
|
16222
|
+
# },
|
|
16223
|
+
# },
|
|
16224
|
+
# ],
|
|
16225
|
+
# },
|
|
16103
16226
|
# })
|
|
16104
16227
|
#
|
|
16105
16228
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactRoutingData AWS API Documentation
|
|
@@ -16666,7 +16789,14 @@ module Aws::Connect
|
|
|
16666
16789
|
end
|
|
16667
16790
|
|
|
16668
16791
|
# Updates a predefined attribute for the specified Amazon Connect
|
|
16669
|
-
# instance.
|
|
16792
|
+
# instance. *Predefined attributes* are attributes in an Amazon Connect
|
|
16793
|
+
# instance that can be used to route contacts to an agent or pools of
|
|
16794
|
+
# agents within a queue. For more information, see [Create predefined
|
|
16795
|
+
# attributes for routing contacts to agents][1].
|
|
16796
|
+
#
|
|
16797
|
+
#
|
|
16798
|
+
#
|
|
16799
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html
|
|
16670
16800
|
#
|
|
16671
16801
|
# @option params [required, String] :instance_id
|
|
16672
16802
|
# The identifier of the Amazon Connect instance. You can find the
|
|
@@ -17406,6 +17536,16 @@ module Aws::Connect
|
|
|
17406
17536
|
|
|
17407
17537
|
# Updates a security profile.
|
|
17408
17538
|
#
|
|
17539
|
+
# For information about security profiles, see [Security Profiles][1] in
|
|
17540
|
+
# the *Amazon Connect Administrator Guide*. For a mapping of the API
|
|
17541
|
+
# name and user interface name of the security profile permissions, see
|
|
17542
|
+
# [List of security profile permissions][2].
|
|
17543
|
+
#
|
|
17544
|
+
#
|
|
17545
|
+
#
|
|
17546
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html
|
|
17547
|
+
# [2]: https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html
|
|
17548
|
+
#
|
|
17409
17549
|
# @option params [String] :description
|
|
17410
17550
|
# The description of the security profile.
|
|
17411
17551
|
#
|
|
@@ -18145,7 +18285,7 @@ module Aws::Connect
|
|
|
18145
18285
|
params: params,
|
|
18146
18286
|
config: config)
|
|
18147
18287
|
context[:gem_name] = 'aws-sdk-connect'
|
|
18148
|
-
context[:gem_version] = '1.
|
|
18288
|
+
context[:gem_version] = '1.171.0'
|
|
18149
18289
|
Seahorse::Client::Request.new(handlers, context)
|
|
18150
18290
|
end
|
|
18151
18291
|
|
|
@@ -974,6 +974,10 @@ module Aws::Connect
|
|
|
974
974
|
ResumeContactRequest = Shapes::StructureShape.new(name: 'ResumeContactRequest')
|
|
975
975
|
ResumeContactResponse = Shapes::StructureShape.new(name: 'ResumeContactResponse')
|
|
976
976
|
RoutingCriteria = Shapes::StructureShape.new(name: 'RoutingCriteria')
|
|
977
|
+
RoutingCriteriaInput = Shapes::StructureShape.new(name: 'RoutingCriteriaInput')
|
|
978
|
+
RoutingCriteriaInputStep = Shapes::StructureShape.new(name: 'RoutingCriteriaInputStep')
|
|
979
|
+
RoutingCriteriaInputStepExpiry = Shapes::StructureShape.new(name: 'RoutingCriteriaInputStepExpiry')
|
|
980
|
+
RoutingCriteriaInputSteps = Shapes::ListShape.new(name: 'RoutingCriteriaInputSteps')
|
|
977
981
|
RoutingCriteriaStepStatus = Shapes::StringShape.new(name: 'RoutingCriteriaStepStatus')
|
|
978
982
|
RoutingExpression = Shapes::StringShape.new(name: 'RoutingExpression')
|
|
979
983
|
RoutingExpressions = Shapes::ListShape.new(name: 'RoutingExpressions')
|
|
@@ -4439,6 +4443,18 @@ module Aws::Connect
|
|
|
4439
4443
|
RoutingCriteria.add_member(:index, Shapes::ShapeRef.new(shape: Index, location_name: "Index"))
|
|
4440
4444
|
RoutingCriteria.struct_class = Types::RoutingCriteria
|
|
4441
4445
|
|
|
4446
|
+
RoutingCriteriaInput.add_member(:steps, Shapes::ShapeRef.new(shape: RoutingCriteriaInputSteps, location_name: "Steps"))
|
|
4447
|
+
RoutingCriteriaInput.struct_class = Types::RoutingCriteriaInput
|
|
4448
|
+
|
|
4449
|
+
RoutingCriteriaInputStep.add_member(:expiry, Shapes::ShapeRef.new(shape: RoutingCriteriaInputStepExpiry, location_name: "Expiry"))
|
|
4450
|
+
RoutingCriteriaInputStep.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, location_name: "Expression"))
|
|
4451
|
+
RoutingCriteriaInputStep.struct_class = Types::RoutingCriteriaInputStep
|
|
4452
|
+
|
|
4453
|
+
RoutingCriteriaInputStepExpiry.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
|
|
4454
|
+
RoutingCriteriaInputStepExpiry.struct_class = Types::RoutingCriteriaInputStepExpiry
|
|
4455
|
+
|
|
4456
|
+
RoutingCriteriaInputSteps.member = Shapes::ShapeRef.new(shape: RoutingCriteriaInputStep)
|
|
4457
|
+
|
|
4442
4458
|
RoutingExpressions.member = Shapes::ShapeRef.new(shape: RoutingExpression)
|
|
4443
4459
|
|
|
4444
4460
|
RoutingProfile.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
|
@@ -5306,6 +5322,7 @@ module Aws::Connect
|
|
|
5306
5322
|
UpdateContactRoutingDataRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, required: true, location: "uri", location_name: "ContactId"))
|
|
5307
5323
|
UpdateContactRoutingDataRequest.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
|
5308
5324
|
UpdateContactRoutingDataRequest.add_member(:queue_priority, Shapes::ShapeRef.new(shape: QueuePriority, location_name: "QueuePriority"))
|
|
5325
|
+
UpdateContactRoutingDataRequest.add_member(:routing_criteria, Shapes::ShapeRef.new(shape: RoutingCriteriaInput, location_name: "RoutingCriteria"))
|
|
5309
5326
|
UpdateContactRoutingDataRequest.struct_class = Types::UpdateContactRoutingDataRequest
|
|
5310
5327
|
|
|
5311
5328
|
UpdateContactRoutingDataResponse.struct_class = Types::UpdateContactRoutingDataResponse
|
|
@@ -456,11 +456,11 @@ module Aws::Connect
|
|
|
456
456
|
end
|
|
457
457
|
|
|
458
458
|
# Can be used to define a list of preferred agents to target the contact
|
|
459
|
-
# within the queue.
|
|
460
|
-
# routing profile in order to be offered the
|
|
459
|
+
# to within the queue.
Note that agents must have the queue in their
|
|
460
|
+
# routing profile in order to be offered the
contact.
|
|
461
461
|
#
|
|
462
462
|
# @!attribute [rw] agent_ids
|
|
463
|
-
# An object to specify a list of agents, by
|
|
463
|
+
# An object to specify a list of agents, by user ID.
|
|
464
464
|
# @return [Array<String>]
|
|
465
465
|
#
|
|
466
466
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentsCriteria AWS API Documentation
|
|
@@ -14313,10 +14313,10 @@ module Aws::Connect
|
|
|
14313
14313
|
include Aws::Structure
|
|
14314
14314
|
end
|
|
14315
14315
|
|
|
14316
|
-
# An object to define
|
|
14316
|
+
# An object to define AgentsCriteria.
|
|
14317
14317
|
#
|
|
14318
14318
|
# @!attribute [rw] agents_criteria
|
|
14319
|
-
# An object to define
|
|
14319
|
+
# An object to define agentIds.
|
|
14320
14320
|
# @return [Types::AgentsCriteria]
|
|
14321
14321
|
#
|
|
14322
14322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/MatchCriteria AWS API Documentation
|
|
@@ -16777,6 +16777,61 @@ module Aws::Connect
|
|
|
16777
16777
|
include Aws::Structure
|
|
16778
16778
|
end
|
|
16779
16779
|
|
|
16780
|
+
# An object to define the RoutingCriteria.
|
|
16781
|
+
#
|
|
16782
|
+
# @!attribute [rw] steps
|
|
16783
|
+
# When Amazon Connect does not find an available agent meeting the
|
|
16784
|
+
# requirements in a step for
a given step duration, the routing
|
|
16785
|
+
# criteria will move on to the next step sequentially until a
join is
|
|
16786
|
+
# completed with an agent. When all steps are exhausted, the contact
|
|
16787
|
+
# will be offered to any agent in the queue.
|
|
16788
|
+
# @return [Array<Types::RoutingCriteriaInputStep>]
|
|
16789
|
+
#
|
|
16790
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingCriteriaInput AWS API Documentation
|
|
16791
|
+
#
|
|
16792
|
+
class RoutingCriteriaInput < Struct.new(
|
|
16793
|
+
:steps)
|
|
16794
|
+
SENSITIVE = []
|
|
16795
|
+
include Aws::Structure
|
|
16796
|
+
end
|
|
16797
|
+
|
|
16798
|
+
# Step defines the list of agents to be routed or route based on the
|
|
16799
|
+
# agent requirements such as ProficiencyLevel, Name, or Value.
|
|
16800
|
+
#
|
|
16801
|
+
# @!attribute [rw] expiry
|
|
16802
|
+
# An object to specify the expiration of a routing step.
|
|
16803
|
+
# @return [Types::RoutingCriteriaInputStepExpiry]
|
|
16804
|
+
#
|
|
16805
|
+
# @!attribute [rw] expression
|
|
16806
|
+
# A tagged union to specify expression for a routing step.
|
|
16807
|
+
# @return [Types::Expression]
|
|
16808
|
+
#
|
|
16809
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingCriteriaInputStep AWS API Documentation
|
|
16810
|
+
#
|
|
16811
|
+
class RoutingCriteriaInputStep < Struct.new(
|
|
16812
|
+
:expiry,
|
|
16813
|
+
:expression)
|
|
16814
|
+
SENSITIVE = []
|
|
16815
|
+
include Aws::Structure
|
|
16816
|
+
end
|
|
16817
|
+
|
|
16818
|
+
# Specify whether this routing criteria step should apply for only a
|
|
16819
|
+
# limited amount of time,
or if it should never expire.
|
|
16820
|
+
#
|
|
16821
|
+
# @!attribute [rw] duration_in_seconds
|
|
16822
|
+
# The number of seconds that the contact will be routed only to agents
|
|
16823
|
+
# matching this routing
step, if expiry was configured for this
|
|
16824
|
+
# routing step.
|
|
16825
|
+
# @return [Integer]
|
|
16826
|
+
#
|
|
16827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/RoutingCriteriaInputStepExpiry AWS API Documentation
|
|
16828
|
+
#
|
|
16829
|
+
class RoutingCriteriaInputStepExpiry < Struct.new(
|
|
16830
|
+
:duration_in_seconds)
|
|
16831
|
+
SENSITIVE = []
|
|
16832
|
+
include Aws::Structure
|
|
16833
|
+
end
|
|
16834
|
+
|
|
16780
16835
|
# Contains information about a routing profile.
|
|
16781
16836
|
#
|
|
16782
16837
|
# @!attribute [rw] instance_id
|
|
@@ -21337,13 +21392,19 @@ module Aws::Connect
|
|
|
21337
21392
|
# such as 1 or 2.
|
|
21338
21393
|
# @return [Integer]
|
|
21339
21394
|
#
|
|
21395
|
+
# @!attribute [rw] routing_criteria
|
|
21396
|
+
# Updates the routing criteria on the contact. These properties can be
|
|
21397
|
+
# used to change how a
contact is routed within the queue.
|
|
21398
|
+
# @return [Types::RoutingCriteriaInput]
|
|
21399
|
+
#
|
|
21340
21400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateContactRoutingDataRequest AWS API Documentation
|
|
21341
21401
|
#
|
|
21342
21402
|
class UpdateContactRoutingDataRequest < Struct.new(
|
|
21343
21403
|
:instance_id,
|
|
21344
21404
|
:contact_id,
|
|
21345
21405
|
:queue_time_adjustment_seconds,
|
|
21346
|
-
:queue_priority
|
|
21406
|
+
:queue_priority,
|
|
21407
|
+
:routing_criteria)
|
|
21347
21408
|
SENSITIVE = []
|
|
21348
21409
|
include Aws::Structure
|
|
21349
21410
|
end
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -3800,7 +3800,35 @@ module Aws
|
|
|
3800
3800
|
instance_id: ::String,
|
|
3801
3801
|
contact_id: ::String,
|
|
3802
3802
|
?queue_time_adjustment_seconds: ::Integer,
|
|
3803
|
-
?queue_priority: ::Integer
|
|
3803
|
+
?queue_priority: ::Integer,
|
|
3804
|
+
?routing_criteria: {
|
|
3805
|
+
steps: Array[
|
|
3806
|
+
{
|
|
3807
|
+
expiry: {
|
|
3808
|
+
duration_in_seconds: ::Integer?
|
|
3809
|
+
}?,
|
|
3810
|
+
expression: {
|
|
3811
|
+
attribute_condition: {
|
|
3812
|
+
name: ::String?,
|
|
3813
|
+
value: ::String?,
|
|
3814
|
+
proficiency_level: ::Float?,
|
|
3815
|
+
match_criteria: {
|
|
3816
|
+
agents_criteria: {
|
|
3817
|
+
agent_ids: Array[::String]?
|
|
3818
|
+
}?
|
|
3819
|
+
}?,
|
|
3820
|
+
comparison_operator: ::String?
|
|
3821
|
+
}?,
|
|
3822
|
+
and_expression: Array[
|
|
3823
|
+
untyped,
|
|
3824
|
+
]?,
|
|
3825
|
+
or_expression: Array[
|
|
3826
|
+
untyped,
|
|
3827
|
+
]?
|
|
3828
|
+
}?
|
|
3829
|
+
},
|
|
3830
|
+
]?
|
|
3831
|
+
}
|
|
3804
3832
|
) -> _UpdateContactRoutingDataResponseSuccess
|
|
3805
3833
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactRoutingDataResponseSuccess
|
|
3806
3834
|
|
data/sig/types.rbs
CHANGED
|
@@ -3942,6 +3942,22 @@ module Aws::Connect
|
|
|
3942
3942
|
SENSITIVE: []
|
|
3943
3943
|
end
|
|
3944
3944
|
|
|
3945
|
+
class RoutingCriteriaInput
|
|
3946
|
+
attr_accessor steps: ::Array[Types::RoutingCriteriaInputStep]
|
|
3947
|
+
SENSITIVE: []
|
|
3948
|
+
end
|
|
3949
|
+
|
|
3950
|
+
class RoutingCriteriaInputStep
|
|
3951
|
+
attr_accessor expiry: Types::RoutingCriteriaInputStepExpiry
|
|
3952
|
+
attr_accessor expression: Types::Expression
|
|
3953
|
+
SENSITIVE: []
|
|
3954
|
+
end
|
|
3955
|
+
|
|
3956
|
+
class RoutingCriteriaInputStepExpiry
|
|
3957
|
+
attr_accessor duration_in_seconds: ::Integer
|
|
3958
|
+
SENSITIVE: []
|
|
3959
|
+
end
|
|
3960
|
+
|
|
3945
3961
|
class RoutingProfile
|
|
3946
3962
|
attr_accessor instance_id: ::String
|
|
3947
3963
|
attr_accessor name: ::String
|
|
@@ -5004,6 +5020,7 @@ module Aws::Connect
|
|
|
5004
5020
|
attr_accessor contact_id: ::String
|
|
5005
5021
|
attr_accessor queue_time_adjustment_seconds: ::Integer
|
|
5006
5022
|
attr_accessor queue_priority: ::Integer
|
|
5023
|
+
attr_accessor routing_criteria: Types::RoutingCriteriaInput
|
|
5007
5024
|
SENSITIVE: []
|
|
5008
5025
|
end
|
|
5009
5026
|
|
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.171.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-08-
|
|
11
|
+
date: 2024-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|