aws-sdk-connect 1.164.0 → 1.165.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dca0fdc464a876ca7c9a5916b54ed51c7d1385739b4569145bb2fd05999d1bd
4
- data.tar.gz: f0bfcc172ff51320ca4723b0ee5beb5ca098902f2080c3e33d82d011499b4978
3
+ metadata.gz: ea7980d48285f64af20a1ad66529e0e315988fa50424155094487dede6a9f7b4
4
+ data.tar.gz: e869b75cd034abd9a46f1ce53107c600a8f718755f93f1bb3c3719207757ad0f
5
5
  SHA512:
6
- metadata.gz: fa9e8b9f4c7c764d8b9e84c5bc3211f4c52e892f425b8b9aff1faa0668f452e80cab84dd15c304fe31ca6d80ced7e8e54d23c964936e78df6663f77f8fda7971
7
- data.tar.gz: 6ff04bcdd14f8b4604d3dd4c0905c4fb3c80ac1f7c04d7f02ecdd67a0a930eeed893c47fd4feb1959b35d7b59b7b54c37532d9384082c578d0fc93b0417a50f9
6
+ metadata.gz: 428e9fb4dd1fd173330134f612386068d3010d6bc01d10767011c9dc4843a69f2a8df42c8e009ca12d8244474df076a408a82ec4c2c6f29390387a16a0a238b2
7
+ data.tar.gz: 0fcbbdffe9c707c20fa63fd2e3fdcefeba2629b2753d60314868336bab83d690c9d34f54335809b8381f6f8f70b0bad00d0a1b6ff1803d27926d623949c95f70
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.165.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - This release supports showing PreferredAgentRouting step via DescribeContact API.
8
+
4
9
  1.164.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.164.0
1
+ 1.165.0
@@ -4585,6 +4585,8 @@ module Aws::Connect
4585
4585
  # resp.contact.routing_criteria.steps[0].expression.attribute_condition.name #=> String
4586
4586
  # resp.contact.routing_criteria.steps[0].expression.attribute_condition.value #=> String
4587
4587
  # resp.contact.routing_criteria.steps[0].expression.attribute_condition.proficiency_level #=> Float
4588
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.match_criteria.agents_criteria.agent_ids #=> Array
4589
+ # resp.contact.routing_criteria.steps[0].expression.attribute_condition.match_criteria.agents_criteria.agent_ids[0] #=> String
4588
4590
  # resp.contact.routing_criteria.steps[0].expression.attribute_condition.comparison_operator #=> String
4589
4591
  # resp.contact.routing_criteria.steps[0].expression.and_expression #=> Array
4590
4592
  # resp.contact.routing_criteria.steps[0].expression.and_expression[0] #=> Types::Expression
@@ -7913,49 +7915,6 @@ module Aws::Connect
7913
7915
  #
7914
7916
  # UI name: [Cases created][37]
7915
7917
  #
7916
- # CONTACTS\_ABANDONED
7917
- #
7918
- # : Unit: Count
7919
- #
7920
- # Metric filter:
7921
- #
7922
- # * Valid values: `API`\| `Incoming` \| `Outbound` \| `Transfer` \|
7923
- # `Callback` \| `Queue_Transfer`\| `Disconnect`
7924
- #
7925
- # ^
7926
- #
7927
- # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
7928
- # Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
7929
- # RoutingStepExpression, Q in Connect
7930
- #
7931
- # UI name: [Contact abandoned][38]
7932
- #
7933
- # CONTACTS\_ABANDONED\_IN\_X
7934
- #
7935
- # : Unit: Count
7936
- #
7937
- # Valid groupings and filters: Queue, Channel, Routing Profile,
7938
- # contact/segmentAttributes/connect:Subtype, Q in Connect
7939
- #
7940
- # Threshold: For `ThresholdValue`, enter any whole number from 1 to
7941
- # 604800 (inclusive), in seconds. For `Comparison`, you must enter
7942
- # `LT` (for "Less than").
7943
- #
7944
- # UI name: [Contacts abandoned in X seconds][39]
7945
- #
7946
- # CONTACTS\_ANSWERED\_IN\_X
7947
- #
7948
- # : Unit: Count
7949
- #
7950
- # Valid groupings and filters: Queue, Channel, Routing Profile,
7951
- # contact/segmentAttributes/connect:Subtype, Q in Connect
7952
- #
7953
- # Threshold: For `ThresholdValue`, enter any whole number from 1 to
7954
- # 604800 (inclusive), in seconds. For `Comparison`, you must enter
7955
- # `LT` (for "Less than").
7956
- #
7957
- # UI name: [Contacts answered in X seconds][40]
7958
- #
7959
7918
  # CONTACTS\_CREATED
7960
7919
  #
7961
7920
  # : Unit: Count
@@ -7965,7 +7924,7 @@ module Aws::Connect
7965
7924
  # Valid groupings and filters: Queue, Channel, Routing Profile,
7966
7925
  # Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
7967
7926
  #
7968
- # UI name: [Contacts created][41]
7927
+ # UI name: [Contacts created][38]
7969
7928
  #
7970
7929
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
7971
7930
  #
@@ -7981,7 +7940,7 @@ module Aws::Connect
7981
7940
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
7982
7941
  # RoutingStepExpression, Q in Connect
7983
7942
  #
7984
- # UI name: [API contacts handled][42]
7943
+ # UI name: [API contacts handled][39]
7985
7944
  #
7986
7945
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
7987
7946
  #
@@ -7996,7 +7955,7 @@ module Aws::Connect
7996
7955
  # Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
7997
7956
  # contact/segmentAttributes/connect:Subtype, Q in Connect
7998
7957
  #
7999
- # UI name: [Contacts handled (connected to agent timestamp)][43]
7958
+ # UI name: [Contacts handled (connected to agent timestamp)][40]
8000
7959
  #
8001
7960
  # CONTACTS\_HOLD\_ABANDONS
8002
7961
  #
@@ -8006,7 +7965,7 @@ module Aws::Connect
8006
7965
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8007
7966
  # Connect
8008
7967
  #
8009
- # UI name: [Contacts hold disconnect][43]
7968
+ # UI name: [Contacts hold disconnect][40]
8010
7969
  #
8011
7970
  # CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
8012
7971
  #
@@ -8015,7 +7974,7 @@ module Aws::Connect
8015
7974
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8016
7975
  # Agent Hierarchy, Q in Connect
8017
7976
  #
8018
- # UI name: [Contacts hold agent disconnect][44]
7977
+ # UI name: [Contacts hold agent disconnect][41]
8019
7978
  #
8020
7979
  # CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
8021
7980
  #
@@ -8024,7 +7983,7 @@ module Aws::Connect
8024
7983
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8025
7984
  # Agent Hierarchy, Q in Connect
8026
7985
  #
8027
- # UI name: [Contacts hold customer disconnect][45]
7986
+ # UI name: [Contacts hold customer disconnect][42]
8028
7987
  #
8029
7988
  # CONTACTS\_PUT\_ON\_HOLD
8030
7989
  #
@@ -8033,7 +7992,7 @@ module Aws::Connect
8033
7992
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8034
7993
  # Agent Hierarchy, Q in Connect
8035
7994
  #
8036
- # UI name: [Contacts put on hold][45]
7995
+ # UI name: [Contacts put on hold][42]
8037
7996
  #
8038
7997
  # CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
8039
7998
  #
@@ -8042,7 +8001,7 @@ module Aws::Connect
8042
8001
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8043
8002
  # Agent Hierarchy, Q in Connect
8044
8003
  #
8045
- # UI name: [Contacts transferred out external][46]
8004
+ # UI name: [Contacts transferred out external][43]
8046
8005
  #
8047
8006
  # CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
8048
8007
  #
@@ -8051,7 +8010,7 @@ module Aws::Connect
8051
8010
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8052
8011
  # Agent Hierarchy, Q in Connect
8053
8012
  #
8054
- # UI name: [Contacts transferred out internal][47]
8013
+ # UI name: [Contacts transferred out internal][44]
8055
8014
  #
8056
8015
  # CONTACTS\_QUEUED
8057
8016
  #
@@ -8061,7 +8020,7 @@ module Aws::Connect
8061
8020
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8062
8021
  # Connect
8063
8022
  #
8064
- # UI name: [Contacts queued][48]
8023
+ # UI name: [Contacts queued][45]
8065
8024
  #
8066
8025
  # CONTACTS\_QUEUED\_BY\_ENQUEUE
8067
8026
  #
@@ -8070,7 +8029,21 @@ module Aws::Connect
8070
8029
  # Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
8071
8030
  # contact/segmentAttributes/connect:Subtype
8072
8031
  #
8073
- # UI name: [Contacts queued (enqueue timestamp)][49]
8032
+ # UI name: [Contacts queued (enqueue timestamp)][46]
8033
+ #
8034
+ # CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
8035
+ #
8036
+ # : Unit: Count
8037
+ #
8038
+ # Valid groupings and filters: Queue, Channel, Routing Profile, Q in
8039
+ # Connect
8040
+ #
8041
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
8042
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8043
+ # `LT` (for "Less than").
8044
+ #
8045
+ # UI name: This metric is not available in Amazon Connect admin
8046
+ # website.
8074
8047
  #
8075
8048
  # CONTACTS\_RESOLVED\_IN\_X
8076
8049
  #
@@ -8083,7 +8056,7 @@ module Aws::Connect
8083
8056
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8084
8057
  # `LT` (for "Less than").
8085
8058
  #
8086
- # UI name: [Contacts resolved in X][50]
8059
+ # UI name: [Contacts resolved in X][47]
8087
8060
  #
8088
8061
  # CONTACTS\_TRANSFERRED\_OUT
8089
8062
  #
@@ -8093,7 +8066,7 @@ module Aws::Connect
8093
8066
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
8094
8067
  # Q in Connect
8095
8068
  #
8096
- # UI name: [Contacts transferred out][51]
8069
+ # UI name: [Contacts transferred out][48]
8097
8070
  #
8098
8071
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8099
8072
  #
@@ -8107,7 +8080,7 @@ module Aws::Connect
8107
8080
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8108
8081
  # Connect
8109
8082
  #
8110
- # UI name: [Contacts transferred out by agent][52]
8083
+ # UI name: [Contacts transferred out by agent][49]
8111
8084
  #
8112
8085
  # CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
8113
8086
  #
@@ -8117,7 +8090,7 @@ module Aws::Connect
8117
8090
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8118
8091
  # Connect
8119
8092
  #
8120
- # UI name: [Contacts transferred out queue][52]
8093
+ # UI name: [Contacts transferred out queue][49]
8121
8094
  #
8122
8095
  # CURRENT\_CASES
8123
8096
  #
@@ -8127,7 +8100,7 @@ module Aws::Connect
8127
8100
  #
8128
8101
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
8129
8102
  #
8130
- # UI name: [Current cases][53]
8103
+ # UI name: [Current cases][50]
8131
8104
  #
8132
8105
  # FLOWS\_OUTCOME
8133
8106
  #
@@ -8139,7 +8112,7 @@ module Aws::Connect
8139
8112
  # Flows outcome type, Flows resource ID, Initiation method, Resource
8140
8113
  # published timestamp
8141
8114
  #
8142
- # UI name: [Flows outcome][54]
8115
+ # UI name: [Flows outcome][51]
8143
8116
  #
8144
8117
  # FLOWS\_STARTED
8145
8118
  #
@@ -8150,7 +8123,7 @@ module Aws::Connect
8150
8123
  # resource ID, Flows resource ID, Initiation method, Resource
8151
8124
  # published timestamp
8152
8125
  #
8153
- # UI name: [Flows started][55]
8126
+ # UI name: [Flows started][52]
8154
8127
  #
8155
8128
  # MAX\_FLOW\_TIME
8156
8129
  #
@@ -8162,7 +8135,7 @@ module Aws::Connect
8162
8135
  # Flows outcome type, Flows resource ID, Initiation method, Resource
8163
8136
  # published timestamp
8164
8137
  #
8165
- # UI name: [Maximum flow time][56]
8138
+ # UI name: [Maximum flow time][53]
8166
8139
  #
8167
8140
  # MAX\_QUEUED\_TIME
8168
8141
  #
@@ -8172,7 +8145,7 @@ module Aws::Connect
8172
8145
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8173
8146
  # Connect
8174
8147
  #
8175
- # UI name: [Maximum queued time][57]
8148
+ # UI name: [Maximum queued time][54]
8176
8149
  #
8177
8150
  # MIN\_FLOW\_TIME
8178
8151
  #
@@ -8184,7 +8157,7 @@ module Aws::Connect
8184
8157
  # Flows outcome type, Flows resource ID, Initiation method, Resource
8185
8158
  # published timestamp
8186
8159
  #
8187
- # UI name: [Minimum flow time][58]
8160
+ # UI name: [Minimum flow time][55]
8188
8161
  #
8189
8162
  # PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
8190
8163
  #
@@ -8194,7 +8167,7 @@ module Aws::Connect
8194
8167
  #
8195
8168
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
8196
8169
  #
8197
- # UI name: [Cases resolved on first contact][59]
8170
+ # UI name: [Cases resolved on first contact][56]
8198
8171
  #
8199
8172
  # PERCENT\_CONTACTS\_STEP\_EXPIRED
8200
8173
  #
@@ -8202,7 +8175,8 @@ module Aws::Connect
8202
8175
  #
8203
8176
  # Valid groupings and filters: Queue, RoutingStepExpression
8204
8177
  #
8205
- # UI name: Not available
8178
+ # UI name: This metric is available in Real-time Metrics UI but not on
8179
+ # the Historical Metrics UI.
8206
8180
  #
8207
8181
  # PERCENT\_CONTACTS\_STEP\_JOINED
8208
8182
  #
@@ -8210,7 +8184,8 @@ module Aws::Connect
8210
8184
  #
8211
8185
  # Valid groupings and filters: Queue, RoutingStepExpression
8212
8186
  #
8213
- # UI name: Not available
8187
+ # UI name: This metric is available in Real-time Metrics UI but not on
8188
+ # the Historical Metrics UI.
8214
8189
  #
8215
8190
  # PERCENT\_FLOWS\_OUTCOME
8216
8191
  #
@@ -8224,7 +8199,7 @@ module Aws::Connect
8224
8199
  # Flows outcome type, Flows resource ID, Initiation method, Resource
8225
8200
  # published timestamp
8226
8201
  #
8227
- # UI name: [Flows outcome percentage][60].
8202
+ # UI name: [Flows outcome percentage][57].
8228
8203
  #
8229
8204
  # <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
8230
8205
  #
@@ -8241,7 +8216,7 @@ module Aws::Connect
8241
8216
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8242
8217
  # Connect
8243
8218
  #
8244
- # UI name: [Non-talk time percent][61]
8219
+ # UI name: [Non-talk time percent][58]
8245
8220
  #
8246
8221
  # PERCENT\_TALK\_TIME
8247
8222
  #
@@ -8254,7 +8229,7 @@ module Aws::Connect
8254
8229
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8255
8230
  # Connect
8256
8231
  #
8257
- # UI name: [Talk time percent][62]
8232
+ # UI name: [Talk time percent][59]
8258
8233
  #
8259
8234
  # PERCENT\_TALK\_TIME\_AGENT
8260
8235
  #
@@ -8267,7 +8242,7 @@ module Aws::Connect
8267
8242
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8268
8243
  # Connect
8269
8244
  #
8270
- # UI name: [Agent talk time percent][63]
8245
+ # UI name: [Agent talk time percent][60]
8271
8246
  #
8272
8247
  # PERCENT\_TALK\_TIME\_CUSTOMER
8273
8248
  #
@@ -8280,7 +8255,7 @@ module Aws::Connect
8280
8255
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8281
8256
  # Connect
8282
8257
  #
8283
- # UI name: [Customer talk time percent][64]
8258
+ # UI name: [Customer talk time percent][61]
8284
8259
  #
8285
8260
  # REOPENED\_CASE\_ACTIONS
8286
8261
  #
@@ -8290,7 +8265,7 @@ module Aws::Connect
8290
8265
  #
8291
8266
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
8292
8267
  #
8293
- # UI name: [Cases reopened][65]
8268
+ # UI name: [Cases reopened][62]
8294
8269
  #
8295
8270
  # RESOLVED\_CASE\_ACTIONS
8296
8271
  #
@@ -8300,7 +8275,7 @@ module Aws::Connect
8300
8275
  #
8301
8276
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
8302
8277
  #
8303
- # UI name: [Cases resolved][66]
8278
+ # UI name: [Cases resolved][63]
8304
8279
  #
8305
8280
  # SERVICE\_LEVEL
8306
8281
  #
@@ -8315,7 +8290,7 @@ module Aws::Connect
8315
8290
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8316
8291
  # `LT` (for "Less than").
8317
8292
  #
8318
- # UI name: [Service level X][67]
8293
+ # UI name: [Service level X][64]
8319
8294
  #
8320
8295
  # STEP\_CONTACTS\_QUEUED
8321
8296
  #
@@ -8323,7 +8298,8 @@ module Aws::Connect
8323
8298
  #
8324
8299
  # Valid groupings and filters: Queue, RoutingStepExpression
8325
8300
  #
8326
- # UI name: Not available
8301
+ # UI name: This metric is available in Real-time Metrics UI but not on
8302
+ # the Historical Metrics UI.
8327
8303
  #
8328
8304
  # SUM\_AFTER\_CONTACT\_WORK\_TIME
8329
8305
  #
@@ -8332,7 +8308,7 @@ module Aws::Connect
8332
8308
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8333
8309
  # Agent Hierarchy, Q in Connect
8334
8310
  #
8335
- # UI name: [After contact work time][68]
8311
+ # UI name: [After contact work time][65]
8336
8312
  #
8337
8313
  # SUM\_CONNECTING\_TIME\_AGENT
8338
8314
  #
@@ -8345,13 +8321,56 @@ module Aws::Connect
8345
8321
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8346
8322
  # Agent Hierarchy
8347
8323
  #
8348
- # UI name: [Agent API connecting time][69]
8324
+ # UI name: [Agent API connecting time][66]
8349
8325
  #
8350
8326
  # <note markdown="1"> The `Negate` key in Metric Level Filters is not applicable for this
8351
8327
  # metric.
8352
8328
  #
8353
8329
  # </note>
8354
8330
  #
8331
+ # SUM\_CONTACTS\_ABANDONED
8332
+ #
8333
+ # : Unit: Count
8334
+ #
8335
+ # Metric filter:
8336
+ #
8337
+ # * Valid values: `API`\| `Incoming` \| `Outbound` \| `Transfer` \|
8338
+ # `Callback` \| `Queue_Transfer`\| `Disconnect`
8339
+ #
8340
+ # ^
8341
+ #
8342
+ # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8343
+ # Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
8344
+ # RoutingStepExpression, Q in Connect
8345
+ #
8346
+ # UI name: [Contact abandoned][67]
8347
+ #
8348
+ # SUM\_CONTACTS\_ABANDONED\_IN\_X
8349
+ #
8350
+ # : Unit: Count
8351
+ #
8352
+ # Valid groupings and filters: Queue, Channel, Routing Profile,
8353
+ # contact/segmentAttributes/connect:Subtype, Q in Connect
8354
+ #
8355
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
8356
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8357
+ # `LT` (for "Less than").
8358
+ #
8359
+ # UI name: [Contacts abandoned in X seconds][68]
8360
+ #
8361
+ # SUM\_CONTACTS\_ANSWERED\_IN\_X
8362
+ #
8363
+ # : Unit: Count
8364
+ #
8365
+ # Valid groupings and filters: Queue, Channel, Routing Profile,
8366
+ # contact/segmentAttributes/connect:Subtype, Q in Connect
8367
+ #
8368
+ # Threshold: For `ThresholdValue`, enter any whole number from 1 to
8369
+ # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8370
+ # `LT` (for "Less than").
8371
+ #
8372
+ # UI name: [Contacts answered in X seconds][69]
8373
+ #
8355
8374
  # SUM\_CONTACT\_FLOW\_TIME
8356
8375
  #
8357
8376
  # : Unit: Seconds
@@ -8365,8 +8384,7 @@ module Aws::Connect
8365
8384
  #
8366
8385
  # : Unit: Seconds
8367
8386
  #
8368
- # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8369
- # Agent Hierarchy
8387
+ # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
8370
8388
  #
8371
8389
  # UI name: [Agent on contact time][71]
8372
8390
  #
@@ -8386,8 +8404,7 @@ module Aws::Connect
8386
8404
  #
8387
8405
  # : Unit: Seconds
8388
8406
  #
8389
- # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
8390
- # Agent Hierarchy
8407
+ # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
8391
8408
  #
8392
8409
  # UI name: [Error status time][73]
8393
8410
  #
@@ -8499,38 +8516,38 @@ module Aws::Connect
8499
8516
  # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
8500
8517
  # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
8501
8518
  # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical
8502
- # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
8503
- # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
8504
- # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
8505
- # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
8506
- # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
8507
- # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
8508
- # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
8509
- # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
8510
- # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
8511
- # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
8512
- # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
8513
- # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
8514
- # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
8515
- # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
8516
- # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
8517
- # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
8518
- # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
8519
- # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
8520
- # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
8521
- # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
8522
- # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
8523
- # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
8524
- # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
8525
- # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
8526
- # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
8527
- # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
8528
- # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
8529
- # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
8530
- # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historicall
8531
- # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
8532
- # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
8533
- # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
8519
+ # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
8520
+ # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
8521
+ # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
8522
+ # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
8523
+ # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
8524
+ # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
8525
+ # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
8526
+ # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
8527
+ # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
8528
+ # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
8529
+ # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
8530
+ # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
8531
+ # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
8532
+ # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
8533
+ # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
8534
+ # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
8535
+ # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
8536
+ # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
8537
+ # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
8538
+ # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
8539
+ # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
8540
+ # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
8541
+ # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
8542
+ # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
8543
+ # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
8544
+ # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
8545
+ # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
8546
+ # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
8547
+ # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
8548
+ # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
8549
+ # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
8550
+ # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
8534
8551
  # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
8535
8552
  # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
8536
8553
  # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
@@ -8800,6 +8817,32 @@ module Aws::Connect
8800
8817
  # API only in the same Amazon Web Services Region where the Amazon
8801
8818
  # Connect instance was created.
8802
8819
  #
8820
+ # Call the [DescribePhoneNumber][1] API to verify the status of a
8821
+ # previous `ImportPhoneNumber` operation.
8822
+ #
8823
+ # If you plan to claim or import numbers and then release numbers
8824
+ # frequently, contact us for a service quota exception. Otherwise, it is
8825
+ # possible you will be blocked from claiming and releasing any more
8826
+ # numbers until up to 180 days past the oldest number released has
8827
+ # expired.
8828
+ #
8829
+ # By default you can claim or import and then release up to 200% of your
8830
+ # maximum number of active phone numbers. If you claim or import and
8831
+ # then release phone numbers using the UI or API during a rolling 180
8832
+ # day cycle that exceeds 200% of your phone number service level quota,
8833
+ # you will be blocked from claiming or importing any more numbers until
8834
+ # 180 days past the oldest number released has expired.
8835
+ #
8836
+ # For example, if you already have 99 claimed or imported numbers and a
8837
+ # service level quota of 99 phone numbers, and in any 180 day period you
8838
+ # release 99, claim 99, and then release 99, you will have exceeded the
8839
+ # 200% limit. At that point you are blocked from claiming any more
8840
+ # numbers until you open an Amazon Web Services Support ticket.
8841
+ #
8842
+ #
8843
+ #
8844
+ # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html
8845
+ #
8803
8846
  # @option params [required, String] :instance_id
8804
8847
  # The identifier of the Amazon Connect instance. You can [find the
8805
8848
  # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
@@ -13569,14 +13612,20 @@ module Aws::Connect
13569
13612
  # chat durations. For more information, contact Amazon Web Services
13570
13613
  # Support.
13571
13614
  #
13572
- # For more information about chat, see [Chat][3] in the *Amazon Connect
13573
- # Administrator Guide*.
13615
+ # For more information about chat, see the following topics in the
13616
+ # *Amazon Connect Administrator Guide*:
13617
+ #
13618
+ # * [Concepts: Web and mobile messaging capabilities in Amazon
13619
+ # Connect][3]
13620
+ #
13621
+ # * [Amazon Connect Chat security best practices][4]
13574
13622
  #
13575
13623
  #
13576
13624
  #
13577
13625
  # [1]: https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html
13578
13626
  # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html
13579
- # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/chat.html
13627
+ # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/web-and-mobile-chat.html
13628
+ # [4]: https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat
13580
13629
  #
13581
13630
  # @option params [required, String] :instance_id
13582
13631
  # The identifier of the Amazon Connect instance. You can [find the
@@ -13878,9 +13927,19 @@ module Aws::Connect
13878
13927
  # chat message streaming][1] in the *Amazon Connect Administrator
13879
13928
  # Guide*.
13880
13929
  #
13930
+ # For more information about chat, see the following topics in the
13931
+ # *Amazon Connect Administrator Guide*:
13932
+ #
13933
+ # * [Concepts: Web and mobile messaging capabilities in Amazon
13934
+ # Connect][2]
13935
+ #
13936
+ # * [Amazon Connect Chat security best practices][3]
13937
+ #
13881
13938
  #
13882
13939
  #
13883
13940
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html
13941
+ # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/web-and-mobile-chat.html
13942
+ # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat
13884
13943
  #
13885
13944
  # @option params [required, String] :instance_id
13886
13945
  # The identifier of the Amazon Connect instance. You can [find the
@@ -17493,7 +17552,7 @@ module Aws::Connect
17493
17552
  params: params,
17494
17553
  config: config)
17495
17554
  context[:gem_name] = 'aws-sdk-connect'
17496
- context[:gem_version] = '1.164.0'
17555
+ context[:gem_version] = '1.165.0'
17497
17556
  Seahorse::Client::Request.new(handlers, context)
17498
17557
  end
17499
17558