aws-sdk-connect 1.166.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +357 -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 +125 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +89 -0
- metadata +6 -6
@@ -312,6 +312,15 @@ module Aws::Connect
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -8096,8 +8105,7 @@ module Aws::Connect
|
|
8096
8105
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8097
8106
|
# `LT` (for "Less than").
|
8098
8107
|
#
|
8099
|
-
# UI name:
|
8100
|
-
# website.
|
8108
|
+
# UI name: [Contacts removed from queue in X seconds][47]
|
8101
8109
|
#
|
8102
8110
|
# CONTACTS\_RESOLVED\_IN\_X
|
8103
8111
|
#
|
@@ -8110,7 +8118,7 @@ module Aws::Connect
|
|
8110
8118
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8111
8119
|
# `LT` (for "Less than").
|
8112
8120
|
#
|
8113
|
-
# UI name: [Contacts resolved in X][
|
8121
|
+
# UI name: [Contacts resolved in X][48]
|
8114
8122
|
#
|
8115
8123
|
# CONTACTS\_TRANSFERRED\_OUT
|
8116
8124
|
#
|
@@ -8120,7 +8128,7 @@ module Aws::Connect
|
|
8120
8128
|
# Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
|
8121
8129
|
# Q in Connect
|
8122
8130
|
#
|
8123
|
-
# UI name: [Contacts transferred out][
|
8131
|
+
# UI name: [Contacts transferred out][49]
|
8124
8132
|
#
|
8125
8133
|
# <note markdown="1"> Feature is a valid filter but not a valid grouping.
|
8126
8134
|
#
|
@@ -8134,7 +8142,7 @@ module Aws::Connect
|
|
8134
8142
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8135
8143
|
# Connect
|
8136
8144
|
#
|
8137
|
-
# UI name: [Contacts transferred out by agent][
|
8145
|
+
# UI name: [Contacts transferred out by agent][50]
|
8138
8146
|
#
|
8139
8147
|
# CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
|
8140
8148
|
#
|
@@ -8144,7 +8152,7 @@ module Aws::Connect
|
|
8144
8152
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8145
8153
|
# Connect
|
8146
8154
|
#
|
8147
|
-
# UI name: [Contacts transferred out queue][
|
8155
|
+
# UI name: [Contacts transferred out queue][50]
|
8148
8156
|
#
|
8149
8157
|
# CURRENT\_CASES
|
8150
8158
|
#
|
@@ -8154,7 +8162,7 @@ module Aws::Connect
|
|
8154
8162
|
#
|
8155
8163
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8156
8164
|
#
|
8157
|
-
# UI name: [Current cases][
|
8165
|
+
# UI name: [Current cases][51]
|
8158
8166
|
#
|
8159
8167
|
# FLOWS\_OUTCOME
|
8160
8168
|
#
|
@@ -8166,7 +8174,7 @@ module Aws::Connect
|
|
8166
8174
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8167
8175
|
# published timestamp
|
8168
8176
|
#
|
8169
|
-
# UI name: [Flows outcome][
|
8177
|
+
# UI name: [Flows outcome][52]
|
8170
8178
|
#
|
8171
8179
|
# FLOWS\_STARTED
|
8172
8180
|
#
|
@@ -8177,7 +8185,7 @@ module Aws::Connect
|
|
8177
8185
|
# resource ID, Flows resource ID, Initiation method, Resource
|
8178
8186
|
# published timestamp
|
8179
8187
|
#
|
8180
|
-
# UI name: [Flows started][
|
8188
|
+
# UI name: [Flows started][53]
|
8181
8189
|
#
|
8182
8190
|
# MAX\_FLOW\_TIME
|
8183
8191
|
#
|
@@ -8189,7 +8197,7 @@ module Aws::Connect
|
|
8189
8197
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8190
8198
|
# published timestamp
|
8191
8199
|
#
|
8192
|
-
# UI name: [Maximum flow time][
|
8200
|
+
# UI name: [Maximum flow time][54]
|
8193
8201
|
#
|
8194
8202
|
# MAX\_QUEUED\_TIME
|
8195
8203
|
#
|
@@ -8199,7 +8207,7 @@ module Aws::Connect
|
|
8199
8207
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8200
8208
|
# Connect
|
8201
8209
|
#
|
8202
|
-
# UI name: [Maximum queued time][
|
8210
|
+
# UI name: [Maximum queued time][55]
|
8203
8211
|
#
|
8204
8212
|
# MIN\_FLOW\_TIME
|
8205
8213
|
#
|
@@ -8211,7 +8219,7 @@ module Aws::Connect
|
|
8211
8219
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8212
8220
|
# published timestamp
|
8213
8221
|
#
|
8214
|
-
# UI name: [Minimum flow time][
|
8222
|
+
# UI name: [Minimum flow time][56]
|
8215
8223
|
#
|
8216
8224
|
# PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
|
8217
8225
|
#
|
@@ -8221,7 +8229,7 @@ module Aws::Connect
|
|
8221
8229
|
#
|
8222
8230
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8223
8231
|
#
|
8224
|
-
# UI name: [Cases resolved on first contact][
|
8232
|
+
# UI name: [Cases resolved on first contact][57]
|
8225
8233
|
#
|
8226
8234
|
# PERCENT\_CONTACTS\_STEP\_EXPIRED
|
8227
8235
|
#
|
@@ -8253,7 +8261,7 @@ module Aws::Connect
|
|
8253
8261
|
# Flows outcome type, Flows resource ID, Initiation method, Resource
|
8254
8262
|
# published timestamp
|
8255
8263
|
#
|
8256
|
-
# UI name: [Flows outcome percentage][
|
8264
|
+
# UI name: [Flows outcome percentage][58].
|
8257
8265
|
#
|
8258
8266
|
# <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
|
8259
8267
|
#
|
@@ -8270,7 +8278,7 @@ module Aws::Connect
|
|
8270
8278
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8271
8279
|
# Connect
|
8272
8280
|
#
|
8273
|
-
# UI name: [Non-talk time percent][
|
8281
|
+
# UI name: [Non-talk time percent][59]
|
8274
8282
|
#
|
8275
8283
|
# PERCENT\_TALK\_TIME
|
8276
8284
|
#
|
@@ -8283,7 +8291,7 @@ module Aws::Connect
|
|
8283
8291
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8284
8292
|
# Connect
|
8285
8293
|
#
|
8286
|
-
# UI name: [Talk time percent][
|
8294
|
+
# UI name: [Talk time percent][60]
|
8287
8295
|
#
|
8288
8296
|
# PERCENT\_TALK\_TIME\_AGENT
|
8289
8297
|
#
|
@@ -8296,7 +8304,7 @@ module Aws::Connect
|
|
8296
8304
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8297
8305
|
# Connect
|
8298
8306
|
#
|
8299
|
-
# UI name: [Agent talk time percent][
|
8307
|
+
# UI name: [Agent talk time percent][61]
|
8300
8308
|
#
|
8301
8309
|
# PERCENT\_TALK\_TIME\_CUSTOMER
|
8302
8310
|
#
|
@@ -8309,7 +8317,7 @@ module Aws::Connect
|
|
8309
8317
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8310
8318
|
# Connect
|
8311
8319
|
#
|
8312
|
-
# UI name: [Customer talk time percent][
|
8320
|
+
# UI name: [Customer talk time percent][62]
|
8313
8321
|
#
|
8314
8322
|
# REOPENED\_CASE\_ACTIONS
|
8315
8323
|
#
|
@@ -8319,7 +8327,7 @@ module Aws::Connect
|
|
8319
8327
|
#
|
8320
8328
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8321
8329
|
#
|
8322
|
-
# UI name: [Cases reopened][
|
8330
|
+
# UI name: [Cases reopened][63]
|
8323
8331
|
#
|
8324
8332
|
# RESOLVED\_CASE\_ACTIONS
|
8325
8333
|
#
|
@@ -8329,7 +8337,7 @@ module Aws::Connect
|
|
8329
8337
|
#
|
8330
8338
|
# Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
|
8331
8339
|
#
|
8332
|
-
# UI name: [Cases resolved][
|
8340
|
+
# UI name: [Cases resolved][64]
|
8333
8341
|
#
|
8334
8342
|
# SERVICE\_LEVEL
|
8335
8343
|
#
|
@@ -8344,7 +8352,7 @@ module Aws::Connect
|
|
8344
8352
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8345
8353
|
# `LT` (for "Less than").
|
8346
8354
|
#
|
8347
|
-
# UI name: [Service level X][
|
8355
|
+
# UI name: [Service level X][65]
|
8348
8356
|
#
|
8349
8357
|
# STEP\_CONTACTS\_QUEUED
|
8350
8358
|
#
|
@@ -8362,7 +8370,7 @@ module Aws::Connect
|
|
8362
8370
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8363
8371
|
# Agent Hierarchy, Q in Connect
|
8364
8372
|
#
|
8365
|
-
# UI name: [After contact work time][
|
8373
|
+
# UI name: [After contact work time][66]
|
8366
8374
|
#
|
8367
8375
|
# SUM\_CONNECTING\_TIME\_AGENT
|
8368
8376
|
#
|
@@ -8375,7 +8383,7 @@ module Aws::Connect
|
|
8375
8383
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8376
8384
|
# Agent Hierarchy
|
8377
8385
|
#
|
8378
|
-
# UI name: [Agent API connecting time][
|
8386
|
+
# UI name: [Agent API connecting time][67]
|
8379
8387
|
#
|
8380
8388
|
# <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
|
8381
8389
|
# metric.
|
@@ -8397,7 +8405,7 @@ module Aws::Connect
|
|
8397
8405
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
|
8398
8406
|
# RoutingStepExpression, Q in Connect
|
8399
8407
|
#
|
8400
|
-
# UI name: [Contact abandoned][
|
8408
|
+
# UI name: [Contact abandoned][68]
|
8401
8409
|
#
|
8402
8410
|
# SUM\_CONTACTS\_ABANDONED\_IN\_X
|
8403
8411
|
#
|
@@ -8410,7 +8418,7 @@ module Aws::Connect
|
|
8410
8418
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8411
8419
|
# `LT` (for "Less than").
|
8412
8420
|
#
|
8413
|
-
# UI name: [Contacts abandoned in X seconds][
|
8421
|
+
# UI name: [Contacts abandoned in X seconds][69]
|
8414
8422
|
#
|
8415
8423
|
# SUM\_CONTACTS\_ANSWERED\_IN\_X
|
8416
8424
|
#
|
@@ -8423,7 +8431,7 @@ module Aws::Connect
|
|
8423
8431
|
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
8424
8432
|
# `LT` (for "Less than").
|
8425
8433
|
#
|
8426
|
-
# UI name: [Contacts answered in X seconds][
|
8434
|
+
# UI name: [Contacts answered in X seconds][70]
|
8427
8435
|
#
|
8428
8436
|
# SUM\_CONTACT\_FLOW\_TIME
|
8429
8437
|
#
|
@@ -8432,7 +8440,7 @@ module Aws::Connect
|
|
8432
8440
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8433
8441
|
# Agent Hierarchy, Q in Connect
|
8434
8442
|
#
|
8435
|
-
# UI name: [Contact flow time][
|
8443
|
+
# UI name: [Contact flow time][71]
|
8436
8444
|
#
|
8437
8445
|
# SUM\_CONTACT\_TIME\_AGENT
|
8438
8446
|
#
|
@@ -8440,7 +8448,7 @@ module Aws::Connect
|
|
8440
8448
|
#
|
8441
8449
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8442
8450
|
#
|
8443
|
-
# UI name: [Agent on contact time][
|
8451
|
+
# UI name: [Agent on contact time][72]
|
8444
8452
|
#
|
8445
8453
|
# SUM\_CONTACTS\_DISCONNECTED
|
8446
8454
|
#
|
@@ -8452,7 +8460,7 @@ module Aws::Connect
|
|
8452
8460
|
# Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
|
8453
8461
|
# Connect
|
8454
8462
|
#
|
8455
|
-
# UI name: [Contact disconnected][
|
8463
|
+
# UI name: [Contact disconnected][73]
|
8456
8464
|
#
|
8457
8465
|
# SUM\_ERROR\_STATUS\_TIME\_AGENT
|
8458
8466
|
#
|
@@ -8460,7 +8468,7 @@ module Aws::Connect
|
|
8460
8468
|
#
|
8461
8469
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8462
8470
|
#
|
8463
|
-
# UI name: [Error status time][
|
8471
|
+
# UI name: [Error status time][74]
|
8464
8472
|
#
|
8465
8473
|
# SUM\_HANDLE\_TIME
|
8466
8474
|
#
|
@@ -8469,7 +8477,7 @@ module Aws::Connect
|
|
8469
8477
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8470
8478
|
# Agent Hierarchy, Q in Connect
|
8471
8479
|
#
|
8472
|
-
# UI name: [Contact handle time][
|
8480
|
+
# UI name: [Contact handle time][75]
|
8473
8481
|
#
|
8474
8482
|
# SUM\_HOLD\_TIME
|
8475
8483
|
#
|
@@ -8478,7 +8486,7 @@ module Aws::Connect
|
|
8478
8486
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8479
8487
|
# Agent Hierarchy, Q in Connect
|
8480
8488
|
#
|
8481
|
-
# UI name: [Customer hold time][
|
8489
|
+
# UI name: [Customer hold time][76]
|
8482
8490
|
#
|
8483
8491
|
# SUM\_IDLE\_TIME\_AGENT
|
8484
8492
|
#
|
@@ -8486,7 +8494,7 @@ module Aws::Connect
|
|
8486
8494
|
#
|
8487
8495
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8488
8496
|
#
|
8489
|
-
# UI name: [Agent idle time][
|
8497
|
+
# UI name: [Agent idle time][77]
|
8490
8498
|
#
|
8491
8499
|
# SUM\_INTERACTION\_AND\_HOLD\_TIME
|
8492
8500
|
#
|
@@ -8495,7 +8503,7 @@ module Aws::Connect
|
|
8495
8503
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8496
8504
|
# Agent Hierarchy, Q in Connect
|
8497
8505
|
#
|
8498
|
-
# UI name: [Agent interaction and hold time][
|
8506
|
+
# UI name: [Agent interaction and hold time][78]
|
8499
8507
|
#
|
8500
8508
|
# SUM\_INTERACTION\_TIME
|
8501
8509
|
#
|
@@ -8504,7 +8512,7 @@ module Aws::Connect
|
|
8504
8512
|
# Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
|
8505
8513
|
# Agent Hierarchy
|
8506
8514
|
#
|
8507
|
-
# UI name: [Agent interaction time][
|
8515
|
+
# UI name: [Agent interaction time][79]
|
8508
8516
|
#
|
8509
8517
|
# SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
|
8510
8518
|
#
|
@@ -8512,7 +8520,7 @@ module Aws::Connect
|
|
8512
8520
|
#
|
8513
8521
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8514
8522
|
#
|
8515
|
-
# UI name: [Non-Productive Time][
|
8523
|
+
# UI name: [Non-Productive Time][80]
|
8516
8524
|
#
|
8517
8525
|
# SUM\_ONLINE\_TIME\_AGENT
|
8518
8526
|
#
|
@@ -8520,7 +8528,7 @@ module Aws::Connect
|
|
8520
8528
|
#
|
8521
8529
|
# Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
|
8522
8530
|
#
|
8523
|
-
# UI name: [Online time][
|
8531
|
+
# UI name: [Online time][81]
|
8524
8532
|
#
|
8525
8533
|
# SUM\_RETRY\_CALLBACK\_ATTEMPTS
|
8526
8534
|
#
|
@@ -8529,7 +8537,7 @@ module Aws::Connect
|
|
8529
8537
|
# Valid groupings and filters: Queue, Channel, Routing Profile,
|
8530
8538
|
# contact/segmentAttributes/connect:Subtype, Q in Connect
|
8531
8539
|
#
|
8532
|
-
# UI name: [Callback attempts][
|
8540
|
+
# UI name: [Callback attempts][82]
|
8533
8541
|
#
|
8534
8542
|
#
|
8535
8543
|
#
|
@@ -8579,41 +8587,42 @@ module Aws::Connect
|
|
8579
8587
|
# [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
|
8580
8588
|
# [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
|
8581
8589
|
# [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
|
8582
|
-
# [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8583
|
-
# [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8584
|
-
# [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-
|
8585
|
-
# [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8586
|
-
# [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8587
|
-
# [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-
|
8588
|
-
# [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8589
|
-
# [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-
|
8590
|
-
# [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8591
|
-
# [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8592
|
-
# [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8593
|
-
# [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8594
|
-
# [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8595
|
-
# [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8596
|
-
# [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8597
|
-
# [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8598
|
-
# [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-
|
8599
|
-
# [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8600
|
-
# [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8601
|
-
# [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8602
|
-
# [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8603
|
-
# [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-
|
8604
|
-
# [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-
|
8605
|
-
# [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8606
|
-
# [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8607
|
-
# [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-
|
8608
|
-
# [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8609
|
-
# [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8610
|
-
# [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8611
|
-
# [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8612
|
-
# [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-
|
8613
|
-
# [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
|
8614
|
-
# [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8615
|
-
# [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#
|
8616
|
-
# [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
|
8617
8626
|
#
|
8618
8627
|
# @option params [String] :next_token
|
8619
8628
|
# The token for the next set of results. Use the value returned in the
|
@@ -12060,6 +12069,112 @@ module Aws::Connect
|
|
12060
12069
|
req.send_request(options)
|
12061
12070
|
end
|
12062
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
|
+
|
12063
12178
|
# Searches for available phone numbers that you can claim to your Amazon
|
12064
12179
|
# Connect instance or traffic distribution group. If the provided
|
12065
12180
|
# `TargetArn` is a traffic distribution group, you can call this API in
|
@@ -12984,6 +13099,24 @@ module Aws::Connect
|
|
12984
13099
|
# provided or if any empty list is provided, this API will search from
|
12985
13100
|
# all supported resource types.
|
12986
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
|
+
#
|
12987
13120
|
# @option params [String] :next_token
|
12988
13121
|
# The token for the next set of results. Use the value returned in the
|
12989
13122
|
# previous response in the next request to retrieve the next set of
|
@@ -13269,6 +13402,138 @@ module Aws::Connect
|
|
13269
13402
|
req.send_request(options)
|
13270
13403
|
end
|
13271
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
|
+
|
13272
13537
|
# Searches users in an Amazon Connect instance, with optional filtering.
|
13273
13538
|
#
|
13274
13539
|
# <note markdown="1"> `AfterContactWorkTimeLimit` is returned in milliseconds.
|
@@ -13397,6 +13662,24 @@ module Aws::Connect
|
|
13397
13662
|
# value: "String",
|
13398
13663
|
# comparison_type: "STARTS_WITH", # accepts STARTS_WITH, CONTAINS, EXACT
|
13399
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
|
+
# },
|
13400
13683
|
# hierarchy_group_condition: {
|
13401
13684
|
# value: "String",
|
13402
13685
|
# hierarchy_group_match_type: "EXACT", # accepts EXACT, WITH_CHILD_GROUPS
|
@@ -17741,7 +18024,7 @@ module Aws::Connect
|
|
17741
18024
|
params: params,
|
17742
18025
|
config: config)
|
17743
18026
|
context[:gem_name] = 'aws-sdk-connect'
|
17744
|
-
context[:gem_version] = '1.
|
18027
|
+
context[:gem_version] = '1.168.0'
|
17745
18028
|
Seahorse::Client::Request.new(handlers, context)
|
17746
18029
|
end
|
17747
18030
|
|