aws-sdk-connect 1.167.0 → 1.168.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 +348 -74
- data/lib/aws-sdk-connect/client_api.rb +135 -0
- data/lib/aws-sdk-connect/endpoints.rb +28 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-connect/types.rb +464 -102
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +124 -0
- data/sig/types.rbs +89 -0
- metadata +2 -2
@@ -8105,8 +8105,7 @@ module Aws::Connect
|
|
8105
8105
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8106
8106
|
# `LT` (for "Less than").
|
8107
8107
|
#
|
8108
|
-
# UI name:
|
8109
|
-
# website.
|
8108
|
+
# UI name: [Contacts removed from queue in X seconds][47]
|
8110
8109
|
#
|
8111
8110
|
# CONTACTS\_RESOLVED\_IN\_X
|
8112
8111
|
#
|
@@ -8119,7 +8118,7 @@ module Aws::Connect
|
|
8119
8118
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8120
8119
|
# `LT` (for "Less than").
|
8121
8120
|
#
|
8122
|
-
# UI name: [Contacts resolved in X][
|
8121
|
+
# UI name: [Contacts resolved in X][48]
|
8123
8122
|
#
|
8124
8123
|
# CONTACTS\_TRANSFERRED\_OUT
|
8125
8124
|
#
|
@@ -8129,7 +8128,7 @@ module Aws::Connect
|
|
8129
8128
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
8130
8129
|
# Q in Connect
|
8131
8130
|
#
|
8132
|
-
# UI name: [Contacts transferred out][
|
8131
|
+
# UI name: [Contacts transferred out][49]
|
8133
8132
|
#
|
8134
8133
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
8135
8134
|
#
|
@@ -8143,7 +8142,7 @@ module Aws::Connect
|
|
8143
8142
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8144
8143
|
# Connect
|
8145
8144
|
#
|
8146
|
-
# UI name: [Contacts transferred out by agent][
|
8145
|
+
# UI name: [Contacts transferred out by agent][50]
|
8147
8146
|
#
|
8148
8147
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
8149
8148
|
#
|
@@ -8153,7 +8152,7 @@ module Aws::Connect
|
|
8153
8152
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8154
8153
|
# Connect
|
8155
8154
|
#
|
8156
|
-
# UI name: [Contacts transferred out queue][
|
8155
|
+
# UI name: [Contacts transferred out queue][50]
|
8157
8156
|
#
|
8158
8157
|
# CURRENT\_CASES
|
8159
8158
|
#
|
@@ -8163,7 +8162,7 @@ module Aws::Connect
|
|
8163
8162
|
#
|
8164
8163
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8165
8164
|
#
|
8166
|
-
# UI name: [Current cases][
|
8165
|
+
# UI name: [Current cases][51]
|
8167
8166
|
#
|
8168
8167
|
# FLOWS\_OUTCOME
|
8169
8168
|
#
|
@@ -8175,7 +8174,7 @@ module Aws::Connect
|
|
8175
8174
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8176
8175
|
# published timestamp
|
8177
8176
|
#
|
8178
|
-
# UI name: [Flows outcome][
|
8177
|
+
# UI name: [Flows outcome][52]
|
8179
8178
|
#
|
8180
8179
|
# FLOWS\_STARTED
|
8181
8180
|
#
|
@@ -8186,7 +8185,7 @@ module Aws::Connect
|
|
8186
8185
|
# resource ID, Flows resource ID, Initiation method, Resource
|
8187
8186
|
# published timestamp
|
8188
8187
|
#
|
8189
|
-
# UI name: [Flows started][
|
8188
|
+
# UI name: [Flows started][53]
|
8190
8189
|
#
|
8191
8190
|
# MAX\_FLOW\_TIME
|
8192
8191
|
#
|
@@ -8198,7 +8197,7 @@ module Aws::Connect
|
|
8198
8197
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8199
8198
|
# published timestamp
|
8200
8199
|
#
|
8201
|
-
# UI name: [Maximum flow time][
|
8200
|
+
# UI name: [Maximum flow time][54]
|
8202
8201
|
#
|
8203
8202
|
# MAX\_QUEUED\_TIME
|
8204
8203
|
#
|
@@ -8208,7 +8207,7 @@ module Aws::Connect
|
|
8208
8207
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8209
8208
|
# Connect
|
8210
8209
|
#
|
8211
|
-
# UI name: [Maximum queued time][
|
8210
|
+
# UI name: [Maximum queued time][55]
|
8212
8211
|
#
|
8213
8212
|
# MIN\_FLOW\_TIME
|
8214
8213
|
#
|
@@ -8220,7 +8219,7 @@ module Aws::Connect
|
|
8220
8219
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8221
8220
|
# published timestamp
|
8222
8221
|
#
|
8223
|
-
# UI name: [Minimum flow time][
|
8222
|
+
# UI name: [Minimum flow time][56]
|
8224
8223
|
#
|
8225
8224
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
8226
8225
|
#
|
@@ -8230,7 +8229,7 @@ module Aws::Connect
|
|
8230
8229
|
#
|
8231
8230
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8232
8231
|
#
|
8233
|
-
# UI name: [Cases resolved on first contact][
|
8232
|
+
# UI name: [Cases resolved on first contact][57]
|
8234
8233
|
#
|
8235
8234
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
8236
8235
|
#
|
@@ -8262,7 +8261,7 @@ module Aws::Connect
|
|
8262
8261
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8263
8262
|
# published timestamp
|
8264
8263
|
#
|
8265
|
-
# UI name: [Flows outcome percentage][
|
8264
|
+
# UI name: [Flows outcome percentage][58].
|
8266
8265
|
#
|
8267
8266
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
8268
8267
|
#
|
@@ -8279,7 +8278,7 @@ module Aws::Connect
|
|
8279
8278
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8280
8279
|
# Connect
|
8281
8280
|
#
|
8282
|
-
# UI name: [Non-talk time percent][
|
8281
|
+
# UI name: [Non-talk time percent][59]
|
8283
8282
|
#
|
8284
8283
|
# PERCENT\_TALK\_TIME
|
8285
8284
|
#
|
@@ -8292,7 +8291,7 @@ module Aws::Connect
|
|
8292
8291
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8293
8292
|
# Connect
|
8294
8293
|
#
|
8295
|
-
# UI name: [Talk time percent][
|
8294
|
+
# UI name: [Talk time percent][60]
|
8296
8295
|
#
|
8297
8296
|
# PERCENT\_TALK\_TIME\_AGENT
|
8298
8297
|
#
|
@@ -8305,7 +8304,7 @@ module Aws::Connect
|
|
8305
8304
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8306
8305
|
# Connect
|
8307
8306
|
#
|
8308
|
-
# UI name: [Agent talk time percent][
|
8307
|
+
# UI name: [Agent talk time percent][61]
|
8309
8308
|
#
|
8310
8309
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
8311
8310
|
#
|
@@ -8318,7 +8317,7 @@ module Aws::Connect
|
|
8318
8317
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8319
8318
|
# Connect
|
8320
8319
|
#
|
8321
|
-
# UI name: [Customer talk time percent][
|
8320
|
+
# UI name: [Customer talk time percent][62]
|
8322
8321
|
#
|
8323
8322
|
# REOPENED\_CASE\_ACTIONS
|
8324
8323
|
#
|
@@ -8328,7 +8327,7 @@ module Aws::Connect
|
|
8328
8327
|
#
|
8329
8328
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8330
8329
|
#
|
8331
|
-
# UI name: [Cases reopened][
|
8330
|
+
# UI name: [Cases reopened][63]
|
8332
8331
|
#
|
8333
8332
|
# RESOLVED\_CASE\_ACTIONS
|
8334
8333
|
#
|
@@ -8338,7 +8337,7 @@ module Aws::Connect
|
|
8338
8337
|
#
|
8339
8338
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8340
8339
|
#
|
8341
|
-
# UI name: [Cases resolved][
|
8340
|
+
# UI name: [Cases resolved][64]
|
8342
8341
|
#
|
8343
8342
|
# SERVICE\_LEVEL
|
8344
8343
|
#
|
@@ -8353,7 +8352,7 @@ module Aws::Connect
|
|
8353
8352
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8354
8353
|
# `LT` (for "Less than").
|
8355
8354
|
#
|
8356
|
-
# UI name: [Service level X][
|
8355
|
+
# UI name: [Service level X][65]
|
8357
8356
|
#
|
8358
8357
|
# STEP\_CONTACTS\_QUEUED
|
8359
8358
|
#
|
@@ -8371,7 +8370,7 @@ module Aws::Connect
|
|
8371
8370
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8372
8371
|
# Agent Hierarchy, Q in Connect
|
8373
8372
|
#
|
8374
|
-
# UI name: [After contact work time][
|
8373
|
+
# UI name: [After contact work time][66]
|
8375
8374
|
#
|
8376
8375
|
# SUM\_CONNECTING\_TIME\_AGENT
|
8377
8376
|
#
|
@@ -8384,7 +8383,7 @@ module Aws::Connect
|
|
8384
8383
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8385
8384
|
# Agent Hierarchy
|
8386
8385
|
#
|
8387
|
-
# UI name: [Agent API connecting time][
|
8386
|
+
# UI name: [Agent API connecting time][67]
|
8388
8387
|
#
|
8389
8388
|
# <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
|
8390
8389
|
# metric.
|
@@ -8406,7 +8405,7 @@ module Aws::Connect
|
|
8406
8405
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
8407
8406
|
# RoutingStepExpression, Q in Connect
|
8408
8407
|
#
|
8409
|
-
# UI name: [Contact abandoned][
|
8408
|
+
# UI name: [Contact abandoned][68]
|
8410
8409
|
#
|
8411
8410
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
8412
8411
|
#
|
@@ -8419,7 +8418,7 @@ module Aws::Connect
|
|
8419
8418
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8420
8419
|
# `LT` (for "Less than").
|
8421
8420
|
#
|
8422
|
-
# UI name: [Contacts abandoned in X seconds][
|
8421
|
+
# UI name: [Contacts abandoned in X seconds][69]
|
8423
8422
|
#
|
8424
8423
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
8425
8424
|
#
|
@@ -8432,7 +8431,7 @@ module Aws::Connect
|
|
8432
8431
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8433
8432
|
# `LT` (for "Less than").
|
8434
8433
|
#
|
8435
|
-
# UI name: [Contacts answered in X seconds][
|
8434
|
+
# UI name: [Contacts answered in X seconds][70]
|
8436
8435
|
#
|
8437
8436
|
# SUM\_CONTACT\_FLOW\_TIME
|
8438
8437
|
#
|
@@ -8441,7 +8440,7 @@ module Aws::Connect
|
|
8441
8440
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8442
8441
|
# Agent Hierarchy, Q in Connect
|
8443
8442
|
#
|
8444
|
-
# UI name: [Contact flow time][
|
8443
|
+
# UI name: [Contact flow time][71]
|
8445
8444
|
#
|
8446
8445
|
# SUM\_CONTACT\_TIME\_AGENT
|
8447
8446
|
#
|
@@ -8449,7 +8448,7 @@ module Aws::Connect
|
|
8449
8448
|
#
|
8450
8449
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8451
8450
|
#
|
8452
|
-
# UI name: [Agent on contact time][
|
8451
|
+
# UI name: [Agent on contact time][72]
|
8453
8452
|
#
|
8454
8453
|
# SUM\_CONTACTS\_DISCONNECTED
|
8455
8454
|
#
|
@@ -8461,7 +8460,7 @@ module Aws::Connect
|
|
8461
8460
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8462
8461
|
# Connect
|
8463
8462
|
#
|
8464
|
-
# UI name: [Contact disconnected][
|
8463
|
+
# UI name: [Contact disconnected][73]
|
8465
8464
|
#
|
8466
8465
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
8467
8466
|
#
|
@@ -8469,7 +8468,7 @@ module Aws::Connect
|
|
8469
8468
|
#
|
8470
8469
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8471
8470
|
#
|
8472
|
-
# UI name: [Error status time][
|
8471
|
+
# UI name: [Error status time][74]
|
8473
8472
|
#
|
8474
8473
|
# SUM\_HANDLE\_TIME
|
8475
8474
|
#
|
@@ -8478,7 +8477,7 @@ module Aws::Connect
|
|
8478
8477
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8479
8478
|
# Agent Hierarchy, Q in Connect
|
8480
8479
|
#
|
8481
|
-
# UI name: [Contact handle time][
|
8480
|
+
# UI name: [Contact handle time][75]
|
8482
8481
|
#
|
8483
8482
|
# SUM\_HOLD\_TIME
|
8484
8483
|
#
|
@@ -8487,7 +8486,7 @@ module Aws::Connect
|
|
8487
8486
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8488
8487
|
# Agent Hierarchy, Q in Connect
|
8489
8488
|
#
|
8490
|
-
# UI name: [Customer hold time][
|
8489
|
+
# UI name: [Customer hold time][76]
|
8491
8490
|
#
|
8492
8491
|
# SUM\_IDLE\_TIME\_AGENT
|
8493
8492
|
#
|
@@ -8495,7 +8494,7 @@ module Aws::Connect
|
|
8495
8494
|
#
|
8496
8495
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8497
8496
|
#
|
8498
|
-
# UI name: [Agent idle time][
|
8497
|
+
# UI name: [Agent idle time][77]
|
8499
8498
|
#
|
8500
8499
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
8501
8500
|
#
|
@@ -8504,7 +8503,7 @@ module Aws::Connect
|
|
8504
8503
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8505
8504
|
# Agent Hierarchy, Q in Connect
|
8506
8505
|
#
|
8507
|
-
# UI name: [Agent interaction and hold time][
|
8506
|
+
# UI name: [Agent interaction and hold time][78]
|
8508
8507
|
#
|
8509
8508
|
# SUM\_INTERACTION\_TIME
|
8510
8509
|
#
|
@@ -8513,7 +8512,7 @@ module Aws::Connect
|
|
8513
8512
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8514
8513
|
# Agent Hierarchy
|
8515
8514
|
#
|
8516
|
-
# UI name: [Agent interaction time][
|
8515
|
+
# UI name: [Agent interaction time][79]
|
8517
8516
|
#
|
8518
8517
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
8519
8518
|
#
|
@@ -8521,7 +8520,7 @@ module Aws::Connect
|
|
8521
8520
|
#
|
8522
8521
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8523
8522
|
#
|
8524
|
-
# UI name: [Non-Productive Time][
|
8523
|
+
# UI name: [Non-Productive Time][80]
|
8525
8524
|
#
|
8526
8525
|
# SUM\_ONLINE\_TIME\_AGENT
|
8527
8526
|
#
|
@@ -8529,7 +8528,7 @@ module Aws::Connect
|
|
8529
8528
|
#
|
8530
8529
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8531
8530
|
#
|
8532
|
-
# UI name: [Online time][
|
8531
|
+
# UI name: [Online time][81]
|
8533
8532
|
#
|
8534
8533
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
8535
8534
|
#
|
@@ -8538,7 +8537,7 @@ module Aws::Connect
|
|
8538
8537
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
8539
8538
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
8540
8539
|
#
|
8541
|
-
# UI name: [Callback attempts][
|
8540
|
+
# UI name: [Callback attempts][82]
|
8542
8541
|
#
|
8543
8542
|
#
|
8544
8543
|
#
|
@@ -8588,41 +8587,42 @@ module Aws::Connect
|
|
8588
8587
|
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
|
8589
8588
|
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
|
8590
8589
|
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
|
8591
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8592
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8593
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-
|
8594
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8595
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8596
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-
|
8597
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8598
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-
|
8599
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8600
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8601
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8602
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8603
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8604
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8605
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8606
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8607
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-
|
8608
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8609
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8610
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8611
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8612
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-
|
8613
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8614
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8615
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8616
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-
|
8617
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8618
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8619
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8620
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8621
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-
|
8622
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
|
8623
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8624
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8625
|
-
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8590
|
+
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical
|
8591
|
+
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
|
8592
|
+
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
|
8593
|
+
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
|
8594
|
+
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
|
8595
|
+
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
|
8596
|
+
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
|
8597
|
+
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
|
8598
|
+
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
|
8599
|
+
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
|
8600
|
+
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
|
8601
|
+
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
|
8602
|
+
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
|
8603
|
+
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
|
8604
|
+
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
|
8605
|
+
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
|
8606
|
+
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
|
8607
|
+
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
|
8608
|
+
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
|
8609
|
+
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
|
8610
|
+
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
|
8611
|
+
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
|
8612
|
+
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
|
8613
|
+
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
|
8614
|
+
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
|
8615
|
+
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
|
8616
|
+
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
|
8617
|
+
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
|
8618
|
+
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
|
8619
|
+
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
|
8620
|
+
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
|
8621
|
+
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
|
8622
|
+
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
|
8623
|
+
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
|
8624
|
+
# [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
|
8625
|
+
# [82]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
|
8626
8626
|
#
|
8627
8627
|
# @option params [String] :next_token
|
8628
8628
|
# The token for the next set of results. Use the value returned in the
|
@@ -12069,6 +12069,112 @@ module Aws::Connect
|
|
12069
12069
|
req.send_request(options)
|
12070
12070
|
end
|
12071
12071
|
|
12072
|
+
# Searches AgentStatuses in an Amazon Connect instance, with optional
|
12073
|
+
# filtering.
|
12074
|
+
#
|
12075
|
+
# @option params [required, String] :instance_id
|
12076
|
+
# The identifier of the Amazon Connect instance. You can find the
|
12077
|
+
# instanceId in the ARN of the instance.
|
12078
|
+
#
|
12079
|
+
# @option params [String] :next_token
|
12080
|
+
# The token for the next set of results. Use the value returned in the
|
12081
|
+
# previous response in the next request to retrieve the next set of
|
12082
|
+
# results.
|
12083
|
+
#
|
12084
|
+
# @option params [Integer] :max_results
|
12085
|
+
# The maximum number of results to return per page.
|
12086
|
+
#
|
12087
|
+
# @option params [Types::AgentStatusSearchFilter] :search_filter
|
12088
|
+
# Filters to be applied to search results.
|
12089
|
+
#
|
12090
|
+
# @option params [Types::AgentStatusSearchCriteria] :search_criteria
|
12091
|
+
# The search criteria to be used to return agent statuses.
|
12092
|
+
#
|
12093
|
+
# @return [Types::SearchAgentStatusesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12094
|
+
#
|
12095
|
+
# * {Types::SearchAgentStatusesResponse#agent_statuses #agent_statuses} => Array<Types::AgentStatus>
|
12096
|
+
# * {Types::SearchAgentStatusesResponse#next_token #next_token} => String
|
12097
|
+
# * {Types::SearchAgentStatusesResponse#approximate_total_count #approximate_total_count} => Integer
|
12098
|
+
#
|
12099
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
12100
|
+
#
|
12101
|
+
# @example Request syntax with placeholder values
|
12102
|
+
#
|
12103
|
+
# resp = client.search_agent_statuses({
|
12104
|
+
# instance_id: "InstanceId", # required
|
12105
|
+
# next_token: "NextToken2500",
|
12106
|
+
# max_results: 1,
|
12107
|
+
# search_filter: {
|
12108
|
+
# attribute_filter: {
|
12109
|
+
# or_conditions: [
|
12110
|
+
# {
|
12111
|
+
# tag_conditions: [
|
12112
|
+
# {
|
12113
|
+
# tag_key: "String",
|
12114
|
+
# tag_value: "String",
|
12115
|
+
# },
|
12116
|
+
# ],
|
12117
|
+
# },
|
12118
|
+
# ],
|
12119
|
+
# and_condition: {
|
12120
|
+
# tag_conditions: [
|
12121
|
+
# {
|
12122
|
+
# tag_key: "String",
|
12123
|
+
# tag_value: "String",
|
12124
|
+
# },
|
12125
|
+
# ],
|
12126
|
+
# },
|
12127
|
+
# tag_condition: {
|
12128
|
+
# tag_key: "String",
|
12129
|
+
# tag_value: "String",
|
12130
|
+
# },
|
12131
|
+
# },
|
12132
|
+
# },
|
12133
|
+
# search_criteria: {
|
12134
|
+
# or_conditions: [
|
12135
|
+
# {
|
12136
|
+
# # recursive AgentStatusSearchCriteria
|
12137
|
+
# },
|
12138
|
+
# ],
|
12139
|
+
# and_conditions: [
|
12140
|
+
# {
|
12141
|
+
# # recursive AgentStatusSearchCriteria
|
12142
|
+
# },
|
12143
|
+
# ],
|
12144
|
+
# string_condition: {
|
12145
|
+
# field_name: "String",
|
12146
|
+
# value: "String",
|
12147
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
12148
|
+
# },
|
12149
|
+
# },
|
12150
|
+
# })
|
12151
|
+
#
|
12152
|
+
# @example Response structure
|
12153
|
+
#
|
12154
|
+
# resp.agent_statuses #=> Array
|
12155
|
+
# resp.agent_statuses[0].agent_status_arn #=> String
|
12156
|
+
# resp.agent_statuses[0].agent_status_id #=> String
|
12157
|
+
# resp.agent_statuses[0].name #=> String
|
12158
|
+
# resp.agent_statuses[0].description #=> String
|
12159
|
+
# resp.agent_statuses[0].type #=> String, one of "ROUTABLE", "CUSTOM", "OFFLINE"
|
12160
|
+
# resp.agent_statuses[0].display_order #=> Integer
|
12161
|
+
# resp.agent_statuses[0].state #=> String, one of "ENABLED", "DISABLED"
|
12162
|
+
# resp.agent_statuses[0].tags #=> Hash
|
12163
|
+
# resp.agent_statuses[0].tags["TagKey"] #=> String
|
12164
|
+
# resp.agent_statuses[0].last_modified_time #=> Time
|
12165
|
+
# resp.agent_statuses[0].last_modified_region #=> String
|
12166
|
+
# resp.next_token #=> String
|
12167
|
+
# resp.approximate_total_count #=> Integer
|
12168
|
+
#
|
12169
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchAgentStatuses AWS API Documentation
|
12170
|
+
#
|
12171
|
+
# @overload search_agent_statuses(params = {})
|
12172
|
+
# @param [Hash] params ({})
|
12173
|
+
def search_agent_statuses(params = {}, options = {})
|
12174
|
+
req = build_request(:search_agent_statuses, params)
|
12175
|
+
req.send_request(options)
|
12176
|
+
end
|
12177
|
+
|
12072
12178
|
# Searches for available phone numbers that you can claim to your Amazon
|
12073
12179
|
# Connect instance or traffic distribution group. If the provided
|
12074
12180
|
# `TargetArn` is a traffic distribution group, you can call this API in
|
@@ -12993,6 +13099,24 @@ module Aws::Connect
|
|
12993
13099
|
# provided or if any empty list is provided, this API will search from
|
12994
13100
|
# all supported resource types.
|
12995
13101
|
#
|
13102
|
+
# **Supported resource types**
|
13103
|
+
#
|
13104
|
+
# * AGENT
|
13105
|
+
#
|
13106
|
+
# * ROUTING\_PROFILE
|
13107
|
+
#
|
13108
|
+
# * STANDARD\_QUEUE
|
13109
|
+
#
|
13110
|
+
# * SECURITY\_PROFILE
|
13111
|
+
#
|
13112
|
+
# * OPERATING\_HOURS
|
13113
|
+
#
|
13114
|
+
# * PROMPT
|
13115
|
+
#
|
13116
|
+
# * CONTACT\_FLOW
|
13117
|
+
#
|
13118
|
+
# * FLOW\_MODULE
|
13119
|
+
#
|
12996
13120
|
# @option params [String] :next_token
|
12997
13121
|
# The token for the next set of results. Use the value returned in the
|
12998
13122
|
# previous response in the next request to retrieve the next set of
|
@@ -13278,6 +13402,138 @@ module Aws::Connect
|
|
13278
13402
|
req.send_request(options)
|
13279
13403
|
end
|
13280
13404
|
|
13405
|
+
# Searches UserHierarchyGroups in an Amazon Connect instance, with
|
13406
|
+
# optional filtering.
|
13407
|
+
#
|
13408
|
+
# The UserHierarchyGroup with `"LevelId": "0"` is the foundation for
|
13409
|
+
# building levels on top of an instance. It is not user-definable, nor
|
13410
|
+
# is it visible in the UI.
|
13411
|
+
#
|
13412
|
+
# @option params [required, String] :instance_id
|
13413
|
+
# The identifier of the Amazon Connect instance. You can find the
|
13414
|
+
# instanceId in the ARN of the instance.
|
13415
|
+
#
|
13416
|
+
# @option params [String] :next_token
|
13417
|
+
# The token for the next set of results. Use the value returned in the
|
13418
|
+
# previous response in the next request to retrieve the next set of
|
13419
|
+
# results.
|
13420
|
+
#
|
13421
|
+
# @option params [Integer] :max_results
|
13422
|
+
# The maximum number of results to return per page.
|
13423
|
+
#
|
13424
|
+
# @option params [Types::UserHierarchyGroupSearchFilter] :search_filter
|
13425
|
+
# Filters to be applied to search results.
|
13426
|
+
#
|
13427
|
+
# @option params [Types::UserHierarchyGroupSearchCriteria] :search_criteria
|
13428
|
+
# The search criteria to be used to return UserHierarchyGroups.
|
13429
|
+
#
|
13430
|
+
# @return [Types::SearchUserHierarchyGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13431
|
+
#
|
13432
|
+
# * {Types::SearchUserHierarchyGroupsResponse#user_hierarchy_groups #user_hierarchy_groups} => Array<Types::HierarchyGroup>
|
13433
|
+
# * {Types::SearchUserHierarchyGroupsResponse#next_token #next_token} => String
|
13434
|
+
# * {Types::SearchUserHierarchyGroupsResponse#approximate_total_count #approximate_total_count} => Integer
|
13435
|
+
#
|
13436
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
13437
|
+
#
|
13438
|
+
# @example Request syntax with placeholder values
|
13439
|
+
#
|
13440
|
+
# resp = client.search_user_hierarchy_groups({
|
13441
|
+
# instance_id: "InstanceId", # required
|
13442
|
+
# next_token: "NextToken2500",
|
13443
|
+
# max_results: 1,
|
13444
|
+
# search_filter: {
|
13445
|
+
# attribute_filter: {
|
13446
|
+
# or_conditions: [
|
13447
|
+
# {
|
13448
|
+
# tag_conditions: [
|
13449
|
+
# {
|
13450
|
+
# tag_key: "String",
|
13451
|
+
# tag_value: "String",
|
13452
|
+
# },
|
13453
|
+
# ],
|
13454
|
+
# },
|
13455
|
+
# ],
|
13456
|
+
# and_condition: {
|
13457
|
+
# tag_conditions: [
|
13458
|
+
# {
|
13459
|
+
# tag_key: "String",
|
13460
|
+
# tag_value: "String",
|
13461
|
+
# },
|
13462
|
+
# ],
|
13463
|
+
# },
|
13464
|
+
# tag_condition: {
|
13465
|
+
# tag_key: "String",
|
13466
|
+
# tag_value: "String",
|
13467
|
+
# },
|
13468
|
+
# },
|
13469
|
+
# },
|
13470
|
+
# search_criteria: {
|
13471
|
+
# or_conditions: [
|
13472
|
+
# {
|
13473
|
+
# # recursive UserHierarchyGroupSearchCriteria
|
13474
|
+
# },
|
13475
|
+
# ],
|
13476
|
+
# and_conditions: [
|
13477
|
+
# {
|
13478
|
+
# # recursive UserHierarchyGroupSearchCriteria
|
13479
|
+
# },
|
13480
|
+
# ],
|
13481
|
+
# string_condition: {
|
13482
|
+
# field_name: "String",
|
13483
|
+
# value: "String",
|
13484
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13485
|
+
# },
|
13486
|
+
# },
|
13487
|
+
# })
|
13488
|
+
#
|
13489
|
+
# @example Response structure
|
13490
|
+
#
|
13491
|
+
# resp.user_hierarchy_groups #=> Array
|
13492
|
+
# resp.user_hierarchy_groups[0].id #=> String
|
13493
|
+
# resp.user_hierarchy_groups[0].arn #=> String
|
13494
|
+
# resp.user_hierarchy_groups[0].name #=> String
|
13495
|
+
# resp.user_hierarchy_groups[0].level_id #=> String
|
13496
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_one.id #=> String
|
13497
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_one.arn #=> String
|
13498
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_one.name #=> String
|
13499
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_one.last_modified_time #=> Time
|
13500
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_one.last_modified_region #=> String
|
13501
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_two.id #=> String
|
13502
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_two.arn #=> String
|
13503
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_two.name #=> String
|
13504
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_two.last_modified_time #=> Time
|
13505
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_two.last_modified_region #=> String
|
13506
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_three.id #=> String
|
13507
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_three.arn #=> String
|
13508
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_three.name #=> String
|
13509
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_three.last_modified_time #=> Time
|
13510
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_three.last_modified_region #=> String
|
13511
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_four.id #=> String
|
13512
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_four.arn #=> String
|
13513
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_four.name #=> String
|
13514
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_four.last_modified_time #=> Time
|
13515
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_four.last_modified_region #=> String
|
13516
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_five.id #=> String
|
13517
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_five.arn #=> String
|
13518
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_five.name #=> String
|
13519
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_five.last_modified_time #=> Time
|
13520
|
+
# resp.user_hierarchy_groups[0].hierarchy_path.level_five.last_modified_region #=> String
|
13521
|
+
# resp.user_hierarchy_groups[0].tags #=> Hash
|
13522
|
+
# resp.user_hierarchy_groups[0].tags["TagKey"] #=> String
|
13523
|
+
# resp.user_hierarchy_groups[0].last_modified_time #=> Time
|
13524
|
+
# resp.user_hierarchy_groups[0].last_modified_region #=> String
|
13525
|
+
# resp.next_token #=> String
|
13526
|
+
# resp.approximate_total_count #=> Integer
|
13527
|
+
#
|
13528
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchUserHierarchyGroups AWS API Documentation
|
13529
|
+
#
|
13530
|
+
# @overload search_user_hierarchy_groups(params = {})
|
13531
|
+
# @param [Hash] params ({})
|
13532
|
+
def search_user_hierarchy_groups(params = {}, options = {})
|
13533
|
+
req = build_request(:search_user_hierarchy_groups, params)
|
13534
|
+
req.send_request(options)
|
13535
|
+
end
|
13536
|
+
|
13281
13537
|
# Searches users in an Amazon Connect instance, with optional filtering.
|
13282
13538
|
#
|
13283
13539
|
# <note markdown="1"> `AfterContactWorkTimeLimit` is returned in milliseconds.
|
@@ -13406,6 +13662,24 @@ module Aws::Connect
|
|
13406
13662
|
# value: "String",
|
13407
13663
|
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13408
13664
|
# },
|
13665
|
+
# list_condition: {
|
13666
|
+
# target_list_type: "PROFICIENCIES", # accepts PROFICIENCIES
|
13667
|
+
# conditions: [
|
13668
|
+
# {
|
13669
|
+
# string_condition: {
|
13670
|
+
# field_name: "String",
|
13671
|
+
# value: "String",
|
13672
|
+
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13673
|
+
# },
|
13674
|
+
# number_condition: {
|
13675
|
+
# field_name: "String",
|
13676
|
+
# min_value: 1,
|
13677
|
+
# max_value: 1,
|
13678
|
+
# comparison_type: "GREATER_OR_EQUAL", # accepts GREATER_OR_EQUAL, GREATER, LESSER_OR_EQUAL, LESSER, EQUAL, NOT_EQUAL, RANGE
|
13679
|
+
# },
|
13680
|
+
# },
|
13681
|
+
# ],
|
13682
|
+
# },
|
13409
13683
|
# hierarchy_group_condition: {
|
13410
13684
|
# value: "String",
|
13411
13685
|
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
@@ -17750,7 +18024,7 @@ module Aws::Connect
|
|
17750
18024
|
params: params,
|
17751
18025
|
config: config)
|
17752
18026
|
context[:gem_name] = 'aws-sdk-connect'
|
17753
|
-
context[:gem_version] = '1.
|
18027
|
+
context[:gem_version] = '1.168.0'
|
17754
18028
|
Seahorse::Client::Request.new(handlers, context)
|
17755
18029
|
end
|
17756
18030
|
|