aws-sdk-connect 1.164.0 → 1.165.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.
@@ -396,6 +396,22 @@ module Aws::Connect
396
396
  include Aws::Structure
397
397
  end
398
398
 
399
+ # Can be used to define a list of preferred agents to target the contact
400
+ # within the queue. Note that agents must have the queue in their
401
+ # routing profile in order to be offered the contact.
402
+ #
403
+ # @!attribute [rw] agent_ids
404
+ # An object to specify a list of agents, by Agent ID.
405
+ # @return [Array<String>]
406
+ #
407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AgentsCriteria AWS API Documentation
408
+ #
409
+ class AgentsCriteria < Struct.new(
410
+ :agent_ids)
411
+ SENSITIVE = []
412
+ include Aws::Structure
413
+ end
414
+
399
415
  # Information about the capabilities enabled for participants of the
400
416
  # contact.
401
417
  #
@@ -1162,6 +1178,10 @@ module Aws::Connect
1162
1178
  # The proficiency level of the condition.
1163
1179
  # @return [Float]
1164
1180
  #
1181
+ # @!attribute [rw] match_criteria
1182
+ # An object to define `AgentsCriteria`.
1183
+ # @return [Types::MatchCriteria]
1184
+ #
1165
1185
  # @!attribute [rw] comparison_operator
1166
1186
  # The operator of the condition.
1167
1187
  # @return [String]
@@ -1172,6 +1192,7 @@ module Aws::Connect
1172
1192
  :name,
1173
1193
  :value,
1174
1194
  :proficiency_level,
1195
+ :match_criteria,
1175
1196
  :comparison_operator)
1176
1197
  SENSITIVE = []
1177
1198
  include Aws::Structure
@@ -7731,7 +7752,7 @@ module Aws::Connect
7731
7752
  # @return [Boolean]
7732
7753
  #
7733
7754
  # @!attribute [rw] double_value
7734
- # a Double number value type.
7755
+ # A Double number value type.
7735
7756
  # @return [Float]
7736
7757
  #
7737
7758
  # @!attribute [rw] empty_value
@@ -9248,49 +9269,6 @@ module Aws::Connect
9248
9269
  #
9249
9270
  # UI name: [Cases created][37]
9250
9271
  #
9251
- # CONTACTS\_ABANDONED
9252
- #
9253
- # : Unit: Count
9254
- #
9255
- # Metric filter:
9256
- #
9257
- # * Valid values: `API`\| `Incoming` \| `Outbound` \| `Transfer` \|
9258
- # `Callback` \| `Queue_Transfer`\| `Disconnect`
9259
- #
9260
- # ^
9261
- #
9262
- # Valid groupings and filters: Queue, Channel, Routing Profile,
9263
- # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9264
- # RoutingStepExpression, Q in Connect
9265
- #
9266
- # UI name: [Contact abandoned][38]
9267
- #
9268
- # CONTACTS\_ABANDONED\_IN\_X
9269
- #
9270
- # : Unit: Count
9271
- #
9272
- # Valid groupings and filters: Queue, Channel, Routing Profile,
9273
- # contact/segmentAttributes/connect:Subtype, Q in Connect
9274
- #
9275
- # Threshold: For `ThresholdValue`, enter any whole number from 1 to
9276
- # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9277
- # `LT` (for "Less than").
9278
- #
9279
- # UI name: [Contacts abandoned in X seconds][39]
9280
- #
9281
- # CONTACTS\_ANSWERED\_IN\_X
9282
- #
9283
- # : Unit: Count
9284
- #
9285
- # Valid groupings and filters: Queue, Channel, Routing Profile,
9286
- # contact/segmentAttributes/connect:Subtype, Q in Connect
9287
- #
9288
- # Threshold: For `ThresholdValue`, enter any whole number from 1 to
9289
- # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9290
- # `LT` (for "Less than").
9291
- #
9292
- # UI name: [Contacts answered in X seconds][40]
9293
- #
9294
9272
  # CONTACTS\_CREATED
9295
9273
  #
9296
9274
  # : Unit: Count
@@ -9300,7 +9278,7 @@ module Aws::Connect
9300
9278
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9301
9279
  # Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
9302
9280
  #
9303
- # UI name: [Contacts created][41]
9281
+ # UI name: [Contacts created][38]
9304
9282
  #
9305
9283
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9306
9284
  #
@@ -9317,7 +9295,7 @@ module Aws::Connect
9317
9295
  # contact/segmentAttributes/connect:Subtype, RoutingStepExpression,
9318
9296
  # Q in Connect
9319
9297
  #
9320
- # UI name: [API contacts handled][42]
9298
+ # UI name: [API contacts handled][39]
9321
9299
  #
9322
9300
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9323
9301
  #
@@ -9332,7 +9310,7 @@ module Aws::Connect
9332
9310
  # Valid groupings and filters: Queue, Channel, Agent, Agent
9333
9311
  # Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
9334
9312
  #
9335
- # UI name: [Contacts handled (connected to agent timestamp)][43]
9313
+ # UI name: [Contacts handled (connected to agent timestamp)][40]
9336
9314
  #
9337
9315
  # CONTACTS\_HOLD\_ABANDONS
9338
9316
  #
@@ -9342,7 +9320,7 @@ module Aws::Connect
9342
9320
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9343
9321
  # Q in Connect
9344
9322
  #
9345
- # UI name: [Contacts hold disconnect][43]
9323
+ # UI name: [Contacts hold disconnect][40]
9346
9324
  #
9347
9325
  # CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
9348
9326
  #
@@ -9351,7 +9329,7 @@ module Aws::Connect
9351
9329
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9352
9330
  # Agent, Agent Hierarchy, Q in Connect
9353
9331
  #
9354
- # UI name: [Contacts hold agent disconnect][44]
9332
+ # UI name: [Contacts hold agent disconnect][41]
9355
9333
  #
9356
9334
  # CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
9357
9335
  #
@@ -9360,7 +9338,7 @@ module Aws::Connect
9360
9338
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9361
9339
  # Agent, Agent Hierarchy, Q in Connect
9362
9340
  #
9363
- # UI name: [Contacts hold customer disconnect][45]
9341
+ # UI name: [Contacts hold customer disconnect][42]
9364
9342
  #
9365
9343
  # CONTACTS\_PUT\_ON\_HOLD
9366
9344
  #
@@ -9369,7 +9347,7 @@ module Aws::Connect
9369
9347
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9370
9348
  # Agent, Agent Hierarchy, Q in Connect
9371
9349
  #
9372
- # UI name: [Contacts put on hold][45]
9350
+ # UI name: [Contacts put on hold][42]
9373
9351
  #
9374
9352
  # CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
9375
9353
  #
@@ -9378,7 +9356,7 @@ module Aws::Connect
9378
9356
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9379
9357
  # Agent, Agent Hierarchy, Q in Connect
9380
9358
  #
9381
- # UI name: [Contacts transferred out external][46]
9359
+ # UI name: [Contacts transferred out external][43]
9382
9360
  #
9383
9361
  # CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
9384
9362
  #
@@ -9387,7 +9365,7 @@ module Aws::Connect
9387
9365
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9388
9366
  # Agent, Agent Hierarchy, Q in Connect
9389
9367
  #
9390
- # UI name: [Contacts transferred out internal][47]
9368
+ # UI name: [Contacts transferred out internal][44]
9391
9369
  #
9392
9370
  # CONTACTS\_QUEUED
9393
9371
  #
@@ -9397,7 +9375,7 @@ module Aws::Connect
9397
9375
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9398
9376
  # Q in Connect
9399
9377
  #
9400
- # UI name: [Contacts queued][48]
9378
+ # UI name: [Contacts queued][45]
9401
9379
  #
9402
9380
  # CONTACTS\_QUEUED\_BY\_ENQUEUE
9403
9381
  #
@@ -9406,7 +9384,21 @@ module Aws::Connect
9406
9384
  # Valid groupings and filters: Queue, Channel, Agent, Agent
9407
9385
  # Hierarchy, contact/segmentAttributes/connect:Subtype
9408
9386
  #
9409
- # UI name: [Contacts queued (enqueue timestamp)][49]
9387
+ # UI name: [Contacts queued (enqueue timestamp)][46]
9388
+ #
9389
+ # CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
9390
+ #
9391
+ # : Unit: Count
9392
+ #
9393
+ # Valid groupings and filters: Queue, Channel, Routing Profile, Q in
9394
+ # Connect
9395
+ #
9396
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
9397
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9398
+ # `LT` (for "Less than").
9399
+ #
9400
+ # UI name: This metric is not available in Amazon Connect admin
9401
+ # website.
9410
9402
  #
9411
9403
  # CONTACTS\_RESOLVED\_IN\_X
9412
9404
  #
@@ -9419,7 +9411,7 @@ module Aws::Connect
9419
9411
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9420
9412
  # `LT` (for "Less than").
9421
9413
  #
9422
- # UI name: [Contacts resolved in X][50]
9414
+ # UI name: [Contacts resolved in X][47]
9423
9415
  #
9424
9416
  # CONTACTS\_TRANSFERRED\_OUT
9425
9417
  #
@@ -9429,7 +9421,7 @@ module Aws::Connect
9429
9421
  # Agent, Agent Hierarchy, Feature,
9430
9422
  # contact/segmentAttributes/connect:Subtype, Q in Connect
9431
9423
  #
9432
- # UI name: [Contacts transferred out][51]
9424
+ # UI name: [Contacts transferred out][48]
9433
9425
  #
9434
9426
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9435
9427
  #
@@ -9443,7 +9435,7 @@ module Aws::Connect
9443
9435
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9444
9436
  # Q in Connect
9445
9437
  #
9446
- # UI name: [Contacts transferred out by agent][52]
9438
+ # UI name: [Contacts transferred out by agent][49]
9447
9439
  #
9448
9440
  # CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
9449
9441
  #
@@ -9453,7 +9445,7 @@ module Aws::Connect
9453
9445
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9454
9446
  # Q in Connect
9455
9447
  #
9456
- # UI name: [Contacts transferred out queue][52]
9448
+ # UI name: [Contacts transferred out queue][49]
9457
9449
  #
9458
9450
  # CURRENT\_CASES
9459
9451
  #
@@ -9463,7 +9455,7 @@ module Aws::Connect
9463
9455
  #
9464
9456
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9465
9457
  #
9466
- # UI name: [Current cases][53]
9458
+ # UI name: [Current cases][50]
9467
9459
  #
9468
9460
  # FLOWS\_OUTCOME
9469
9461
  #
@@ -9475,7 +9467,7 @@ module Aws::Connect
9475
9467
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9476
9468
  # published timestamp
9477
9469
  #
9478
- # UI name: [Flows outcome][54]
9470
+ # UI name: [Flows outcome][51]
9479
9471
  #
9480
9472
  # FLOWS\_STARTED
9481
9473
  #
@@ -9486,7 +9478,7 @@ module Aws::Connect
9486
9478
  # resource ID, Flows resource ID, Initiation method, Resource
9487
9479
  # published timestamp
9488
9480
  #
9489
- # UI name: [Flows started][55]
9481
+ # UI name: [Flows started][52]
9490
9482
  #
9491
9483
  # MAX\_FLOW\_TIME
9492
9484
  #
@@ -9498,7 +9490,7 @@ module Aws::Connect
9498
9490
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9499
9491
  # published timestamp
9500
9492
  #
9501
- # UI name: [Maximum flow time][56]
9493
+ # UI name: [Maximum flow time][53]
9502
9494
  #
9503
9495
  # MAX\_QUEUED\_TIME
9504
9496
  #
@@ -9508,7 +9500,7 @@ module Aws::Connect
9508
9500
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9509
9501
  # Q in Connect
9510
9502
  #
9511
- # UI name: [Maximum queued time][57]
9503
+ # UI name: [Maximum queued time][54]
9512
9504
  #
9513
9505
  # MIN\_FLOW\_TIME
9514
9506
  #
@@ -9520,7 +9512,7 @@ module Aws::Connect
9520
9512
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9521
9513
  # published timestamp
9522
9514
  #
9523
- # UI name: [Minimum flow time][58]
9515
+ # UI name: [Minimum flow time][55]
9524
9516
  #
9525
9517
  # PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
9526
9518
  #
@@ -9530,7 +9522,7 @@ module Aws::Connect
9530
9522
  #
9531
9523
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9532
9524
  #
9533
- # UI name: [Cases resolved on first contact][59]
9525
+ # UI name: [Cases resolved on first contact][56]
9534
9526
  #
9535
9527
  # PERCENT\_CONTACTS\_STEP\_EXPIRED
9536
9528
  #
@@ -9538,7 +9530,8 @@ module Aws::Connect
9538
9530
  #
9539
9531
  # Valid groupings and filters: Queue, RoutingStepExpression
9540
9532
  #
9541
- # UI name: Not available
9533
+ # UI name: This metric is available in Real-time Metrics UI but not
9534
+ # on the Historical Metrics UI.
9542
9535
  #
9543
9536
  # PERCENT\_CONTACTS\_STEP\_JOINED
9544
9537
  #
@@ -9546,7 +9539,8 @@ module Aws::Connect
9546
9539
  #
9547
9540
  # Valid groupings and filters: Queue, RoutingStepExpression
9548
9541
  #
9549
- # UI name: Not available
9542
+ # UI name: This metric is available in Real-time Metrics UI but not
9543
+ # on the Historical Metrics UI.
9550
9544
  #
9551
9545
  # PERCENT\_FLOWS\_OUTCOME
9552
9546
  #
@@ -9560,7 +9554,7 @@ module Aws::Connect
9560
9554
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9561
9555
  # published timestamp
9562
9556
  #
9563
- # UI name: [Flows outcome percentage][60].
9557
+ # UI name: [Flows outcome percentage][57].
9564
9558
  #
9565
9559
  # <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
9566
9560
  #
@@ -9577,7 +9571,7 @@ module Aws::Connect
9577
9571
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9578
9572
  # Q in Connect
9579
9573
  #
9580
- # UI name: [Non-talk time percent][61]
9574
+ # UI name: [Non-talk time percent][58]
9581
9575
  #
9582
9576
  # PERCENT\_TALK\_TIME
9583
9577
  #
@@ -9590,7 +9584,7 @@ module Aws::Connect
9590
9584
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9591
9585
  # Q in Connect
9592
9586
  #
9593
- # UI name: [Talk time percent][62]
9587
+ # UI name: [Talk time percent][59]
9594
9588
  #
9595
9589
  # PERCENT\_TALK\_TIME\_AGENT
9596
9590
  #
@@ -9603,7 +9597,7 @@ module Aws::Connect
9603
9597
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9604
9598
  # Q in Connect
9605
9599
  #
9606
- # UI name: [Agent talk time percent][63]
9600
+ # UI name: [Agent talk time percent][60]
9607
9601
  #
9608
9602
  # PERCENT\_TALK\_TIME\_CUSTOMER
9609
9603
  #
@@ -9616,7 +9610,7 @@ module Aws::Connect
9616
9610
  # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9617
9611
  # Q in Connect
9618
9612
  #
9619
- # UI name: [Customer talk time percent][64]
9613
+ # UI name: [Customer talk time percent][61]
9620
9614
  #
9621
9615
  # REOPENED\_CASE\_ACTIONS
9622
9616
  #
@@ -9626,7 +9620,7 @@ module Aws::Connect
9626
9620
  #
9627
9621
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9628
9622
  #
9629
- # UI name: [Cases reopened][65]
9623
+ # UI name: [Cases reopened][62]
9630
9624
  #
9631
9625
  # RESOLVED\_CASE\_ACTIONS
9632
9626
  #
@@ -9636,7 +9630,7 @@ module Aws::Connect
9636
9630
  #
9637
9631
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9638
9632
  #
9639
- # UI name: [Cases resolved][66]
9633
+ # UI name: [Cases resolved][63]
9640
9634
  #
9641
9635
  # SERVICE\_LEVEL
9642
9636
  #
@@ -9651,7 +9645,7 @@ module Aws::Connect
9651
9645
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9652
9646
  # `LT` (for "Less than").
9653
9647
  #
9654
- # UI name: [Service level X][67]
9648
+ # UI name: [Service level X][64]
9655
9649
  #
9656
9650
  # STEP\_CONTACTS\_QUEUED
9657
9651
  #
@@ -9659,7 +9653,8 @@ module Aws::Connect
9659
9653
  #
9660
9654
  # Valid groupings and filters: Queue, RoutingStepExpression
9661
9655
  #
9662
- # UI name: Not available
9656
+ # UI name: This metric is available in Real-time Metrics UI but not
9657
+ # on the Historical Metrics UI.
9663
9658
  #
9664
9659
  # SUM\_AFTER\_CONTACT\_WORK\_TIME
9665
9660
  #
@@ -9668,7 +9663,7 @@ module Aws::Connect
9668
9663
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9669
9664
  # Agent, Agent Hierarchy, Q in Connect
9670
9665
  #
9671
- # UI name: [After contact work time][68]
9666
+ # UI name: [After contact work time][65]
9672
9667
  #
9673
9668
  # SUM\_CONNECTING\_TIME\_AGENT
9674
9669
  #
@@ -9681,13 +9676,56 @@ module Aws::Connect
9681
9676
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9682
9677
  # Agent, Agent Hierarchy
9683
9678
  #
9684
- # UI name: [Agent API connecting time][69]
9679
+ # UI name: [Agent API connecting time][66]
9685
9680
  #
9686
9681
  # <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for
9687
9682
  # this metric.
9688
9683
  #
9689
9684
  # </note>
9690
9685
  #
9686
+ # SUM\_CONTACTS\_ABANDONED
9687
+ #
9688
+ # : Unit: Count
9689
+ #
9690
+ # Metric filter:
9691
+ #
9692
+ # * Valid values: `API`\| `Incoming` \| `Outbound` \| `Transfer` \|
9693
+ # `Callback` \| `Queue_Transfer`\| `Disconnect`
9694
+ #
9695
+ # ^
9696
+ #
9697
+ # Valid groupings and filters: Queue, Channel, Routing Profile,
9698
+ # Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9699
+ # RoutingStepExpression, Q in Connect
9700
+ #
9701
+ # UI name: [Contact abandoned][67]
9702
+ #
9703
+ # SUM\_CONTACTS\_ABANDONED\_IN\_X
9704
+ #
9705
+ # : Unit: Count
9706
+ #
9707
+ # Valid groupings and filters: Queue, Channel, Routing Profile,
9708
+ # contact/segmentAttributes/connect:Subtype, Q in Connect
9709
+ #
9710
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
9711
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9712
+ # `LT` (for "Less than").
9713
+ #
9714
+ # UI name: [Contacts abandoned in X seconds][68]
9715
+ #
9716
+ # SUM\_CONTACTS\_ANSWERED\_IN\_X
9717
+ #
9718
+ # : Unit: Count
9719
+ #
9720
+ # Valid groupings and filters: Queue, Channel, Routing Profile,
9721
+ # contact/segmentAttributes/connect:Subtype, Q in Connect
9722
+ #
9723
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
9724
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
9725
+ # `LT` (for "Less than").
9726
+ #
9727
+ # UI name: [Contacts answered in X seconds][69]
9728
+ #
9691
9729
  # SUM\_CONTACT\_FLOW\_TIME
9692
9730
  #
9693
9731
  # : Unit: Seconds
@@ -9701,8 +9739,8 @@ module Aws::Connect
9701
9739
  #
9702
9740
  # : Unit: Seconds
9703
9741
  #
9704
- # Valid groupings and filters: Queue, Channel, Routing Profile,
9705
- # Agent, Agent Hierarchy
9742
+ # Valid groupings and filters: Routing Profile, Agent, Agent
9743
+ # Hierarchy
9706
9744
  #
9707
9745
  # UI name: [Agent on contact time][71]
9708
9746
  #
@@ -9722,8 +9760,8 @@ module Aws::Connect
9722
9760
  #
9723
9761
  # : Unit: Seconds
9724
9762
  #
9725
- # Valid groupings and filters: Queue, Channel, Routing Profile,
9726
- # Agent, Agent Hierarchy
9763
+ # Valid groupings and filters: Routing Profile, Agent, Agent
9764
+ # Hierarchy
9727
9765
  #
9728
9766
  # UI name: [Error status time][73]
9729
9767
  #
@@ -9838,38 +9876,38 @@ module Aws::Connect
9838
9876
  # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
9839
9877
  # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
9840
9878
  # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical
9841
- # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
9842
- # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
9843
- # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
9844
- # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
9845
- # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
9846
- # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
9847
- # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
9848
- # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
9849
- # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
9850
- # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
9851
- # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
9852
- # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
9853
- # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
9854
- # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
9855
- # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
9856
- # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
9857
- # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
9858
- # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
9859
- # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
9860
- # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
9861
- # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
9862
- # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
9863
- # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
9864
- # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
9865
- # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
9866
- # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
9867
- # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
9868
- # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
9869
- # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historicall
9870
- # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
9871
- # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
9872
- # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
9879
+ # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
9880
+ # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
9881
+ # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
9882
+ # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
9883
+ # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
9884
+ # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
9885
+ # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
9886
+ # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
9887
+ # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
9888
+ # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
9889
+ # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
9890
+ # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
9891
+ # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
9892
+ # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
9893
+ # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
9894
+ # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
9895
+ # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
9896
+ # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
9897
+ # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
9898
+ # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
9899
+ # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
9900
+ # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
9901
+ # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
9902
+ # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
9903
+ # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
9904
+ # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
9905
+ # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
9906
+ # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
9907
+ # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
9908
+ # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
9909
+ # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
9910
+ # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
9873
9911
  # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
9874
9912
  # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
9875
9913
  # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
@@ -13765,6 +13803,20 @@ module Aws::Connect
13765
13803
  include Aws::Structure
13766
13804
  end
13767
13805
 
13806
+ # An object to define `AgentsCriteria`.
13807
+ #
13808
+ # @!attribute [rw] agents_criteria
13809
+ # An object to define `AgentIds`.
13810
+ # @return [Types::AgentsCriteria]
13811
+ #
13812
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/MatchCriteria AWS API Documentation
13813
+ #
13814
+ class MatchCriteria < Struct.new(
13815
+ :agents_criteria)
13816
+ SENSITIVE = []
13817
+ include Aws::Structure
13818
+ end
13819
+
13768
13820
  # Maximum number (1000) of tags have been returned with current request.
13769
13821
  # Consider changing request parameters to get more tags.
13770
13822
  #
@@ -17018,7 +17070,7 @@ module Aws::Connect
17018
17070
  # @!attribute [rw] searchable_contact_attributes
17019
17071
  # The search criteria based on user-defined contact attributes that
17020
17072
  # have been configured for contact search. For more information, see
17021
- # [Search by customer contact attributes][1] in the *Amazon Connect
17073
+ # [Search by custom contact attributes][1] in the *Amazon Connect
17022
17074
  # Administrator Guide*.
17023
17075
  #
17024
17076
  # To use `SearchableContactAttributes` in a search request, the
@@ -18180,7 +18232,7 @@ module Aws::Connect
18180
18232
  include Aws::Structure
18181
18233
  end
18182
18234
 
18183
- # A structure that defineds the field name to sort by and a sort order.
18235
+ # A structure that defines the field name to sort by and a sort order.
18184
18236
  #
18185
18237
  # @!attribute [rw] field_name
18186
18238
  # The name of the field on which to sort.
@@ -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.164.0'
55
+ GEM_VERSION = '1.165.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -108,6 +108,11 @@ module Aws::Connect
108
108
  SENSITIVE: []
109
109
  end
110
110
 
111
+ class AgentsCriteria
112
+ attr_accessor agent_ids: ::Array[::String]
113
+ SENSITIVE: []
114
+ end
115
+
111
116
  class AllowedCapabilities
112
117
  attr_accessor customer: Types::ParticipantCapabilities
113
118
  attr_accessor agent: Types::ParticipantCapabilities
@@ -309,6 +314,7 @@ module Aws::Connect
309
314
  attr_accessor name: ::String
310
315
  attr_accessor value: ::String
311
316
  attr_accessor proficiency_level: ::Float
317
+ attr_accessor match_criteria: Types::MatchCriteria
312
318
  attr_accessor comparison_operator: ::String
313
319
  SENSITIVE: []
314
320
  end
@@ -3186,6 +3192,11 @@ module Aws::Connect
3186
3192
  SENSITIVE: []
3187
3193
  end
3188
3194
 
3195
+ class MatchCriteria
3196
+ attr_accessor agents_criteria: Types::AgentsCriteria
3197
+ SENSITIVE: []
3198
+ end
3199
+
3189
3200
  class MaximumResultReturnedException
3190
3201
  attr_accessor message: ::String
3191
3202
  SENSITIVE: []
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.164.0
4
+ version: 1.165.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core