aws-sdk-connect 1.200.0 → 1.202.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 +221 -188
- data/lib/aws-sdk-connect/client_api.rb +196 -127
- data/lib/aws-sdk-connect/types.rb +414 -184
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/types.rbs +48 -0
- metadata +3 -6
| @@ -200,8 +200,7 @@ module Aws::Connect | |
| 200 200 | 
             
                #     accepted modes and the configuration defaults that are included.
         | 
| 201 201 | 
             
                #
         | 
| 202 202 | 
             
                #   @option options [Boolean] :disable_host_prefix_injection (false)
         | 
| 203 | 
            -
                #      | 
| 204 | 
            -
                #     to default service endpoint when available.
         | 
| 203 | 
            +
                #     When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
         | 
| 205 204 | 
             
                #
         | 
| 206 205 | 
             
                #   @option options [Boolean] :disable_request_compression (false)
         | 
| 207 206 | 
             
                #     When set to 'true' the request body will not be compressed
         | 
| @@ -5360,8 +5359,8 @@ module Aws::Connect | |
| 5360 5359 | 
             
                #
         | 
| 5361 5360 | 
             
                # Describes the specified contact.
         | 
| 5362 5361 | 
             
                #
         | 
| 5363 | 
            -
                # * ` | 
| 5364 | 
            -
                #    | 
| 5362 | 
            +
                # * `SystemEndpoint` is not populated for contacts with initiation
         | 
| 5363 | 
            +
                #   method of MONITOR, QUEUE\_TRANSFER, or CALLBACK
         | 
| 5365 5364 | 
             
                #
         | 
| 5366 5365 | 
             
                # * Contact information remains available in Amazon Connect for 24
         | 
| 5367 5366 | 
             
                #   months from the `InitiationTimestamp`, and then it is deleted. Only
         | 
| @@ -5416,6 +5415,14 @@ module Aws::Connect | |
| 5416 5415 | 
             
                #   resp.contact.agent_info.device_info.operating_system #=> String
         | 
| 5417 5416 | 
             
                #   resp.contact.agent_info.capabilities.video #=> String, one of "SEND"
         | 
| 5418 5417 | 
             
                #   resp.contact.agent_info.capabilities.screen_share #=> String, one of "SEND"
         | 
| 5418 | 
            +
                #   resp.contact.agent_info.after_contact_work_duration #=> Integer
         | 
| 5419 | 
            +
                #   resp.contact.agent_info.after_contact_work_start_timestamp #=> Time
         | 
| 5420 | 
            +
                #   resp.contact.agent_info.after_contact_work_end_timestamp #=> Time
         | 
| 5421 | 
            +
                #   resp.contact.agent_info.agent_initiated_hold_duration #=> Integer
         | 
| 5422 | 
            +
                #   resp.contact.agent_info.state_transitions #=> Array
         | 
| 5423 | 
            +
                #   resp.contact.agent_info.state_transitions[0].state #=> String, one of "INITIAL", "CONNECTED", "DISCONNECTED", "MISSED"
         | 
| 5424 | 
            +
                #   resp.contact.agent_info.state_transitions[0].state_start_timestamp #=> Time
         | 
| 5425 | 
            +
                #   resp.contact.agent_info.state_transitions[0].state_end_timestamp #=> Time
         | 
| 5419 5426 | 
             
                #   resp.contact.initiation_timestamp #=> Time
         | 
| 5420 5427 | 
             
                #   resp.contact.disconnect_timestamp #=> Time
         | 
| 5421 5428 | 
             
                #   resp.contact.last_update_timestamp #=> Time
         | 
| @@ -5491,6 +5498,30 @@ module Aws::Connect | |
| 5491 5498 | 
             
                #   resp.contact.segment_attributes["SegmentAttributeName"].value_map #=> Hash
         | 
| 5492 5499 | 
             
                #   resp.contact.segment_attributes["SegmentAttributeName"].value_map["SegmentAttributeName"] #=> Types::SegmentAttributeValue
         | 
| 5493 5500 | 
             
                #   resp.contact.segment_attributes["SegmentAttributeName"].value_integer #=> Integer
         | 
| 5501 | 
            +
                #   resp.contact.recordings #=> Array
         | 
| 5502 | 
            +
                #   resp.contact.recordings[0].storage_type #=> String, one of "S3", "KINESIS_VIDEO_STREAM", "KINESIS_STREAM", "KINESIS_FIREHOSE"
         | 
| 5503 | 
            +
                #   resp.contact.recordings[0].location #=> String
         | 
| 5504 | 
            +
                #   resp.contact.recordings[0].media_stream_type #=> String, one of "AUDIO", "VIDEO"
         | 
| 5505 | 
            +
                #   resp.contact.recordings[0].participant_type #=> String, one of "ALL", "MANAGER", "AGENT", "CUSTOMER", "THIRDPARTY"
         | 
| 5506 | 
            +
                #   resp.contact.recordings[0].fragment_start_number #=> String
         | 
| 5507 | 
            +
                #   resp.contact.recordings[0].fragment_stop_number #=> String
         | 
| 5508 | 
            +
                #   resp.contact.recordings[0].start_timestamp #=> Time
         | 
| 5509 | 
            +
                #   resp.contact.recordings[0].stop_timestamp #=> Time
         | 
| 5510 | 
            +
                #   resp.contact.recordings[0].status #=> String, one of "AVAILABLE", "DELETED"
         | 
| 5511 | 
            +
                #   resp.contact.recordings[0].deletion_reason #=> String
         | 
| 5512 | 
            +
                #   resp.contact.disconnect_reason #=> String
         | 
| 5513 | 
            +
                #   resp.contact.contact_evaluations #=> Hash
         | 
| 5514 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].form_id #=> String
         | 
| 5515 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].evaluation_arn #=> String
         | 
| 5516 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].status #=> String, one of "COMPLETE", "IN_PROGRESS", "DELETED"
         | 
| 5517 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].start_timestamp #=> Time
         | 
| 5518 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].end_timestamp #=> Time
         | 
| 5519 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].delete_timestamp #=> Time
         | 
| 5520 | 
            +
                #   resp.contact.contact_evaluations["EvaluationId"].export_location #=> String
         | 
| 5521 | 
            +
                #   resp.contact.contact_details.name #=> String
         | 
| 5522 | 
            +
                #   resp.contact.contact_details.description #=> String
         | 
| 5523 | 
            +
                #   resp.contact.attributes #=> Hash
         | 
| 5524 | 
            +
                #   resp.contact.attributes["AttributeName"] #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
         | 
| 5494 5525 | 
             
                #
         | 
| 5495 5526 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeContact AWS API Documentation
         | 
| 5496 5527 | 
             
                #
         | 
| @@ -7649,12 +7680,12 @@ module Aws::Connect | |
| 7649 7680 | 
             
                # Gets the real-time metric data from the specified Amazon Connect
         | 
| 7650 7681 | 
             
                # instance.
         | 
| 7651 7682 | 
             
                #
         | 
| 7652 | 
            -
                # For a description of each metric, see [ | 
| 7653 | 
            -
                #  | 
| 7683 | 
            +
                # For a description of each metric, see [Metrics definitions][1] in the
         | 
| 7684 | 
            +
                # *Amazon Connect Administrator Guide*.
         | 
| 7654 7685 | 
             
                #
         | 
| 7655 7686 | 
             
                #
         | 
| 7656 7687 | 
             
                #
         | 
| 7657 | 
            -
                # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7688 | 
            +
                # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 7658 7689 | 
             
                #
         | 
| 7659 7690 | 
             
                # @option params [required, String] :instance_id
         | 
| 7660 7691 | 
             
                #   The identifier of the Amazon Connect instance. You can [find the
         | 
| @@ -7711,7 +7742,7 @@ module Aws::Connect | |
| 7711 7742 | 
             
                # @option params [required, Array<Types::CurrentMetric>] :current_metrics
         | 
| 7712 7743 | 
             
                #   The metrics to retrieve. Specify the name and unit for each metric.
         | 
| 7713 7744 | 
             
                #   The following metrics are available. For a description of all the
         | 
| 7714 | 
            -
                #   metrics, see [ | 
| 7745 | 
            +
                #   metrics, see [Metrics definitions][1] in the *Amazon Connect
         | 
| 7715 7746 | 
             
                #   Administrator Guide*.
         | 
| 7716 7747 | 
             
                #
         | 
| 7717 7748 | 
             
                #   AGENTS\_AFTER\_CONTACT\_WORK
         | 
| @@ -7812,19 +7843,19 @@ module Aws::Connect | |
| 7812 7843 | 
             
                #
         | 
| 7813 7844 | 
             
                #
         | 
| 7814 7845 | 
             
                #
         | 
| 7815 | 
            -
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7816 | 
            -
                #   [2]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7817 | 
            -
                #   [3]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7818 | 
            -
                #   [4]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7819 | 
            -
                #   [5]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7820 | 
            -
                #   [6]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7821 | 
            -
                #   [7]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7822 | 
            -
                #   [8]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7823 | 
            -
                #   [9]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7824 | 
            -
                #   [10]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7825 | 
            -
                #   [11]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7826 | 
            -
                #   [12]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7827 | 
            -
                #   [13]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 7846 | 
            +
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 7847 | 
            +
                #   [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#aftercallwork-real-time
         | 
| 7848 | 
            +
                #   [3]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#available-real-time
         | 
| 7849 | 
            +
                #   [4]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-real-time
         | 
| 7850 | 
            +
                #   [5]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-productive-time-real-time
         | 
| 7851 | 
            +
                #   [6]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#on-call-real-time
         | 
| 7852 | 
            +
                #   [7]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-real-time
         | 
| 7853 | 
            +
                #   [8]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#staffed-real-time
         | 
| 7854 | 
            +
                #   [9]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#in-queue-real-time
         | 
| 7855 | 
            +
                #   [10]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#scheduled-real-time
         | 
| 7856 | 
            +
                #   [11]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#oldest-real-time
         | 
| 7857 | 
            +
                #   [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#active-real-time
         | 
| 7858 | 
            +
                #   [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#availability-real-time
         | 
| 7828 7859 | 
             
                #
         | 
| 7829 7860 | 
             
                # @option params [String] :next_token
         | 
| 7830 7861 | 
             
                #   The token for the next set of results. Use the value returned in the
         | 
| @@ -8188,8 +8219,8 @@ module Aws::Connect | |
| 8188 8219 | 
             
                # Gets historical metric data from the specified Amazon Connect
         | 
| 8189 8220 | 
             
                # instance.
         | 
| 8190 8221 | 
             
                #
         | 
| 8191 | 
            -
                # For a description of each historical metric, see [ | 
| 8192 | 
            -
                #  | 
| 8222 | 
            +
                # For a description of each historical metric, see [Metrics
         | 
| 8223 | 
            +
                # definitions][1] in the *Amazon Connect Administrator Guide*.
         | 
| 8193 8224 | 
             
                #
         | 
| 8194 8225 | 
             
                # <note markdown="1"> We recommend using the [GetMetricDataV2][2] API. It provides more
         | 
| 8195 8226 | 
             
                # flexibility, features, and the ability to query longer time ranges
         | 
| @@ -8204,7 +8235,7 @@ module Aws::Connect | |
| 8204 8235 | 
             
                #
         | 
| 8205 8236 | 
             
                #
         | 
| 8206 8237 | 
             
                #
         | 
| 8207 | 
            -
                # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 8238 | 
            +
                # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 8208 8239 | 
             
                # [2]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricDataV2.html
         | 
| 8209 8240 | 
             
                #
         | 
| 8210 8241 | 
             
                # @option params [required, String] :instance_id
         | 
| @@ -8263,8 +8294,8 @@ module Aws::Connect | |
| 8263 8294 | 
             
                # @option params [required, Array<Types::HistoricalMetric>] :historical_metrics
         | 
| 8264 8295 | 
             
                #   The metrics to retrieve. Specify the name, unit, and statistic for
         | 
| 8265 8296 | 
             
                #   each metric. The following historical metrics are available. For a
         | 
| 8266 | 
            -
                #   description of each metric, see [ | 
| 8267 | 
            -
                #    | 
| 8297 | 
            +
                #   description of each metric, see [Metrics definition][1] in the *Amazon
         | 
| 8298 | 
            +
                #   Connect Administrator Guide*.
         | 
| 8268 8299 | 
             
                #
         | 
| 8269 8300 | 
             
                #   <note markdown="1"> This API does not support a contacts incoming metric (there's no
         | 
| 8270 8301 | 
             
                #   CONTACTS\_INCOMING metric missing from the documented list).
         | 
| @@ -8429,7 +8460,7 @@ module Aws::Connect | |
| 8429 8460 | 
             
                #
         | 
| 8430 8461 | 
             
                #
         | 
| 8431 8462 | 
             
                #
         | 
| 8432 | 
            -
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 8463 | 
            +
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 8433 8464 | 
             
                #
         | 
| 8434 8465 | 
             
                # @option params [String] :next_token
         | 
| 8435 8466 | 
             
                #   The token for the next set of results. Use the value returned in the
         | 
| @@ -8511,13 +8542,13 @@ module Aws::Connect | |
| 8511 8542 | 
             
                # varying intervals. It does not support agent queues.
         | 
| 8512 8543 | 
             
                #
         | 
| 8513 8544 | 
             
                # For a description of the historical metrics that are supported by
         | 
| 8514 | 
            -
                # `GetMetricDataV2` and `GetMetricData`, see [ | 
| 8515 | 
            -
                #  | 
| 8545 | 
            +
                # `GetMetricDataV2` and `GetMetricData`, see [Metrics definitions][2] in
         | 
| 8546 | 
            +
                # the *Amazon Connect Administrator Guide*.
         | 
| 8516 8547 | 
             
                #
         | 
| 8517 8548 | 
             
                #
         | 
| 8518 8549 | 
             
                #
         | 
| 8519 8550 | 
             
                # [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
         | 
| 8520 | 
            -
                # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 8551 | 
            +
                # [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 8521 8552 | 
             
                #
         | 
| 8522 8553 | 
             
                # @option params [required, String] :resource_arn
         | 
| 8523 8554 | 
             
                #   The Amazon Resource Name (ARN) of the resource. This includes the
         | 
| @@ -8693,8 +8724,8 @@ module Aws::Connect | |
| 8693 8724 | 
             
                # @option params [required, Array<Types::MetricV2>] :metrics
         | 
| 8694 8725 | 
             
                #   The metrics to retrieve. Specify the name, groupings, and filters for
         | 
| 8695 8726 | 
             
                #   each metric. The following historical metrics are available. For a
         | 
| 8696 | 
            -
                #   description of each metric, see [ | 
| 8697 | 
            -
                #    | 
| 8727 | 
            +
                #   description of each metric, see [Metrics definition][1] in the *Amazon
         | 
| 8728 | 
            +
                #   Connect Administrator Guide*.
         | 
| 8698 8729 | 
             
                #
         | 
| 8699 8730 | 
             
                #   ABANDONMENT\_RATE
         | 
| 8700 8731 | 
             
                #
         | 
| @@ -8938,7 +8969,7 @@ module Aws::Connect | |
| 8938 8969 | 
             
                #     Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
         | 
| 8939 8970 | 
             
                #     Evaluation Source, Form Version, Queue, Routing Profile
         | 
| 8940 8971 | 
             
                #
         | 
| 8941 | 
            -
                #     UI name: [Average  | 
| 8972 | 
            +
                #     UI name: [Average evaluation score][24]
         | 
| 8942 8973 | 
             
                #
         | 
| 8943 8974 | 
             
                #   AVG\_FLOW\_TIME
         | 
| 8944 8975 | 
             
                #
         | 
| @@ -9161,7 +9192,7 @@ module Aws::Connect | |
| 9161 9192 | 
             
                #     Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
         | 
| 9162 9193 | 
             
                #     Evaluation Source, Form Version, Queue, Routing Profile
         | 
| 9163 9194 | 
             
                #
         | 
| 9164 | 
            -
                #     UI name: [Average weighted  | 
| 9195 | 
            +
                #     UI name: [Average weighted evaluation score][42]
         | 
| 9165 9196 | 
             
                #
         | 
| 9166 9197 | 
             
                #   BOT\_CONVERSATIONS\_COMPLETED
         | 
| 9167 9198 | 
             
                #
         | 
| @@ -9173,7 +9204,7 @@ module Aws::Connect | |
| 9173 9204 | 
             
                #     Flow type, Flow action ID, Invoking resource published timestamp,
         | 
| 9174 9205 | 
             
                #     Initiation method, Invoking resource type, Parent flows resource ID
         | 
| 9175 9206 | 
             
                #
         | 
| 9176 | 
            -
                #     UI name: [Bot conversations][43]
         | 
| 9207 | 
            +
                #     UI name: [Bot conversations completed][43]
         | 
| 9177 9208 | 
             
                #
         | 
| 9178 9209 | 
             
                #   BOT\_INTENTS\_COMPLETED
         | 
| 9179 9210 | 
             
                #
         | 
| @@ -9302,7 +9333,7 @@ module Aws::Connect | |
| 9302 9333 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9303 9334 | 
             
                #     Connect
         | 
| 9304 9335 | 
             
                #
         | 
| 9305 | 
            -
                #     UI name: [Contacts hold disconnect][ | 
| 9336 | 
            +
                #     UI name: [Contacts hold disconnect][53]
         | 
| 9306 9337 | 
             
                #
         | 
| 9307 9338 | 
             
                #   CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
         | 
| 9308 9339 | 
             
                #
         | 
| @@ -9311,7 +9342,7 @@ module Aws::Connect | |
| 9311 9342 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9312 9343 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9313 9344 | 
             
                #
         | 
| 9314 | 
            -
                #     UI name: [Contacts hold agent disconnect][ | 
| 9345 | 
            +
                #     UI name: [Contacts hold agent disconnect][54]
         | 
| 9315 9346 | 
             
                #
         | 
| 9316 9347 | 
             
                #   CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
         | 
| 9317 9348 | 
             
                #
         | 
| @@ -9320,7 +9351,7 @@ module Aws::Connect | |
| 9320 9351 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9321 9352 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9322 9353 | 
             
                #
         | 
| 9323 | 
            -
                #     UI name: [Contacts hold customer disconnect][ | 
| 9354 | 
            +
                #     UI name: [Contacts hold customer disconnect][55]
         | 
| 9324 9355 | 
             
                #
         | 
| 9325 9356 | 
             
                #   CONTACTS\_PUT\_ON\_HOLD
         | 
| 9326 9357 | 
             
                #
         | 
| @@ -9329,7 +9360,7 @@ module Aws::Connect | |
| 9329 9360 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9330 9361 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9331 9362 | 
             
                #
         | 
| 9332 | 
            -
                #     UI name: [Contacts put on hold][ | 
| 9363 | 
            +
                #     UI name: [Contacts put on hold][56]
         | 
| 9333 9364 | 
             
                #
         | 
| 9334 9365 | 
             
                #   CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
         | 
| 9335 9366 | 
             
                #
         | 
| @@ -9338,7 +9369,7 @@ module Aws::Connect | |
| 9338 9369 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9339 9370 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9340 9371 | 
             
                #
         | 
| 9341 | 
            -
                #     UI name: [Contacts transferred out external][ | 
| 9372 | 
            +
                #     UI name: [Contacts transferred out external][57]
         | 
| 9342 9373 | 
             
                #
         | 
| 9343 9374 | 
             
                #   CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
         | 
| 9344 9375 | 
             
                #
         | 
| @@ -9347,7 +9378,7 @@ module Aws::Connect | |
| 9347 9378 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9348 9379 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9349 9380 | 
             
                #
         | 
| 9350 | 
            -
                #     UI name: [Contacts transferred out internal][ | 
| 9381 | 
            +
                #     UI name: [Contacts transferred out internal][58]
         | 
| 9351 9382 | 
             
                #
         | 
| 9352 9383 | 
             
                #   CONTACTS\_QUEUED
         | 
| 9353 9384 | 
             
                #
         | 
| @@ -9357,7 +9388,7 @@ module Aws::Connect | |
| 9357 9388 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9358 9389 | 
             
                #     Connect
         | 
| 9359 9390 | 
             
                #
         | 
| 9360 | 
            -
                #     UI name: [Contacts queued][ | 
| 9391 | 
            +
                #     UI name: [Contacts queued][59]
         | 
| 9361 9392 | 
             
                #
         | 
| 9362 9393 | 
             
                #   CONTACTS\_QUEUED\_BY\_ENQUEUE
         | 
| 9363 9394 | 
             
                #
         | 
| @@ -9366,7 +9397,7 @@ module Aws::Connect | |
| 9366 9397 | 
             
                #     Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
         | 
| 9367 9398 | 
             
                #     contact/segmentAttributes/connect:Subtype
         | 
| 9368 9399 | 
             
                #
         | 
| 9369 | 
            -
                #     UI name: [Contacts queued (enqueue timestamp)][ | 
| 9400 | 
            +
                #     UI name: [Contacts queued (enqueue timestamp)][60]
         | 
| 9370 9401 | 
             
                #
         | 
| 9371 9402 | 
             
                #   CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
         | 
| 9372 9403 | 
             
                #
         | 
| @@ -9379,7 +9410,7 @@ module Aws::Connect | |
| 9379 9410 | 
             
                #     604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
         | 
| 9380 9411 | 
             
                #     (for "Less than") or `LTE` (for "Less than equal").
         | 
| 9381 9412 | 
             
                #
         | 
| 9382 | 
            -
                #     UI name: [Contacts removed from queue in X seconds][ | 
| 9413 | 
            +
                #     UI name: [Contacts removed from queue in X seconds][61]
         | 
| 9383 9414 | 
             
                #
         | 
| 9384 9415 | 
             
                #   CONTACTS\_RESOLVED\_IN\_X
         | 
| 9385 9416 | 
             
                #
         | 
| @@ -9392,7 +9423,7 @@ module Aws::Connect | |
| 9392 9423 | 
             
                #     604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
         | 
| 9393 9424 | 
             
                #     (for "Less than") or `LTE` (for "Less than equal").
         | 
| 9394 9425 | 
             
                #
         | 
| 9395 | 
            -
                #     UI name: [Contacts resolved in X][ | 
| 9426 | 
            +
                #     UI name: [Contacts resolved in X][62]
         | 
| 9396 9427 | 
             
                #
         | 
| 9397 9428 | 
             
                #   CONTACTS\_TRANSFERRED\_OUT
         | 
| 9398 9429 | 
             
                #
         | 
| @@ -9402,7 +9433,7 @@ module Aws::Connect | |
| 9402 9433 | 
             
                #     Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
         | 
| 9403 9434 | 
             
                #     Q in Connect
         | 
| 9404 9435 | 
             
                #
         | 
| 9405 | 
            -
                #     UI name: [Contacts transferred out][ | 
| 9436 | 
            +
                #     UI name: [Contacts transferred out][63]
         | 
| 9406 9437 | 
             
                #
         | 
| 9407 9438 | 
             
                #     <note markdown="1"> Feature is a valid filter but not a valid grouping.
         | 
| 9408 9439 | 
             
                #
         | 
| @@ -9416,7 +9447,7 @@ module Aws::Connect | |
| 9416 9447 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9417 9448 | 
             
                #     Connect
         | 
| 9418 9449 | 
             
                #
         | 
| 9419 | 
            -
                #     UI name: [Contacts transferred out by agent][ | 
| 9450 | 
            +
                #     UI name: [Contacts transferred out by agent][64]
         | 
| 9420 9451 | 
             
                #
         | 
| 9421 9452 | 
             
                #   CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
         | 
| 9422 9453 | 
             
                #
         | 
| @@ -9426,7 +9457,7 @@ module Aws::Connect | |
| 9426 9457 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9427 9458 | 
             
                #     Connect
         | 
| 9428 9459 | 
             
                #
         | 
| 9429 | 
            -
                #     UI name: [Contacts transferred out queue][ | 
| 9460 | 
            +
                #     UI name: [Contacts transferred out queue][65]
         | 
| 9430 9461 | 
             
                #
         | 
| 9431 9462 | 
             
                #   CURRENT\_CASES
         | 
| 9432 9463 | 
             
                #
         | 
| @@ -9436,7 +9467,7 @@ module Aws::Connect | |
| 9436 9467 | 
             
                #
         | 
| 9437 9468 | 
             
                #     Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
         | 
| 9438 9469 | 
             
                #
         | 
| 9439 | 
            -
                #     UI name: [Current cases][ | 
| 9470 | 
            +
                #     UI name: [Current cases][66]
         | 
| 9440 9471 | 
             
                #
         | 
| 9441 9472 | 
             
                #   DELIVERY\_ATTEMPTS
         | 
| 9442 9473 | 
             
                #
         | 
| @@ -9452,7 +9483,7 @@ module Aws::Connect | |
| 9452 9483 | 
             
                #     contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
         | 
| 9453 9484 | 
             
                #     Routing Profile
         | 
| 9454 9485 | 
             
                #
         | 
| 9455 | 
            -
                #     UI name: [Delivery attempts][ | 
| 9486 | 
            +
                #     UI name: [Delivery attempts][67]
         | 
| 9456 9487 | 
             
                #
         | 
| 9457 9488 | 
             
                #     <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
         | 
| 9458 9489 | 
             
                #     for SMS and Email campaign delivery modes. Agent, Queue, Routing
         | 
| @@ -9478,7 +9509,7 @@ module Aws::Connect | |
| 9478 9509 | 
             
                #     contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
         | 
| 9479 9510 | 
             
                #     Routing Profile
         | 
| 9480 9511 | 
             
                #
         | 
| 9481 | 
            -
                #     UI name: [Delivery attempt disposition rate][ | 
| 9512 | 
            +
                #     UI name: [Delivery attempt disposition rate][68]
         | 
| 9482 9513 | 
             
                #
         | 
| 9483 9514 | 
             
                #     <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
         | 
| 9484 9515 | 
             
                #     for SMS and Email campaign delivery modes. Agent, Queue, Routing
         | 
| @@ -9496,7 +9527,7 @@ module Aws::Connect | |
| 9496 9527 | 
             
                #     Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
         | 
| 9497 9528 | 
             
                #     Profile
         | 
| 9498 9529 | 
             
                #
         | 
| 9499 | 
            -
                #     UI name: [Evaluations performed][ | 
| 9530 | 
            +
                #     UI name: [Evaluations performed][69]
         | 
| 9500 9531 | 
             
                #
         | 
| 9501 9532 | 
             
                #   FLOWS\_OUTCOME
         | 
| 9502 9533 | 
             
                #
         | 
| @@ -9508,7 +9539,7 @@ module Aws::Connect | |
| 9508 9539 | 
             
                #     Flows outcome type, Flows resource ID, Initiation method, Resource
         | 
| 9509 9540 | 
             
                #     published timestamp
         | 
| 9510 9541 | 
             
                #
         | 
| 9511 | 
            -
                #     UI name: [Flows outcome][ | 
| 9542 | 
            +
                #     UI name: [Flows outcome][70]
         | 
| 9512 9543 | 
             
                #
         | 
| 9513 9544 | 
             
                #   FLOWS\_STARTED
         | 
| 9514 9545 | 
             
                #
         | 
| @@ -9519,7 +9550,7 @@ module Aws::Connect | |
| 9519 9550 | 
             
                #     resource ID, Flows resource ID, Initiation method, Resource
         | 
| 9520 9551 | 
             
                #     published timestamp
         | 
| 9521 9552 | 
             
                #
         | 
| 9522 | 
            -
                #     UI name: [Flows started][ | 
| 9553 | 
            +
                #     UI name: [Flows started][71]
         | 
| 9523 9554 | 
             
                #
         | 
| 9524 9555 | 
             
                #   HUMAN\_ANSWERED\_CALLS
         | 
| 9525 9556 | 
             
                #
         | 
| @@ -9531,7 +9562,7 @@ module Aws::Connect | |
| 9531 9562 | 
             
                #
         | 
| 9532 9563 | 
             
                #     Valid groupings and filters: Agent, Campaign
         | 
| 9533 9564 | 
             
                #
         | 
| 9534 | 
            -
                #     UI name: [Human answered][ | 
| 9565 | 
            +
                #     UI name: [Human answered][72]
         | 
| 9535 9566 | 
             
                #
         | 
| 9536 9567 | 
             
                #   MAX\_FLOW\_TIME
         | 
| 9537 9568 | 
             
                #
         | 
| @@ -9543,7 +9574,7 @@ module Aws::Connect | |
| 9543 9574 | 
             
                #     Flows outcome type, Flows resource ID, Initiation method, Resource
         | 
| 9544 9575 | 
             
                #     published timestamp
         | 
| 9545 9576 | 
             
                #
         | 
| 9546 | 
            -
                #     UI name: [Maximum flow time][ | 
| 9577 | 
            +
                #     UI name: [Maximum flow time][73]
         | 
| 9547 9578 | 
             
                #
         | 
| 9548 9579 | 
             
                #   MAX\_QUEUED\_TIME
         | 
| 9549 9580 | 
             
                #
         | 
| @@ -9553,7 +9584,7 @@ module Aws::Connect | |
| 9553 9584 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9554 9585 | 
             
                #     Connect
         | 
| 9555 9586 | 
             
                #
         | 
| 9556 | 
            -
                #     UI name: [Maximum queued time][ | 
| 9587 | 
            +
                #     UI name: [Maximum queued time][74]
         | 
| 9557 9588 | 
             
                #
         | 
| 9558 9589 | 
             
                #   MIN\_FLOW\_TIME
         | 
| 9559 9590 | 
             
                #
         | 
| @@ -9565,7 +9596,7 @@ module Aws::Connect | |
| 9565 9596 | 
             
                #     Flows outcome type, Flows resource ID, Initiation method, Resource
         | 
| 9566 9597 | 
             
                #     published timestamp
         | 
| 9567 9598 | 
             
                #
         | 
| 9568 | 
            -
                #     UI name: [Minimum flow time][ | 
| 9599 | 
            +
                #     UI name: [Minimum flow time][75]
         | 
| 9569 9600 | 
             
                #
         | 
| 9570 9601 | 
             
                #   PERCENT\_AUTOMATIC\_FAILS
         | 
| 9571 9602 | 
             
                #
         | 
| @@ -9575,7 +9606,7 @@ module Aws::Connect | |
| 9575 9606 | 
             
                #     Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
         | 
| 9576 9607 | 
             
                #     Profile
         | 
| 9577 9608 | 
             
                #
         | 
| 9578 | 
            -
                #     UI name: [Automatic fails percent][ | 
| 9609 | 
            +
                #     UI name: [Automatic fails percent][76]
         | 
| 9579 9610 | 
             
                #
         | 
| 9580 9611 | 
             
                #   PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
         | 
| 9581 9612 | 
             
                #
         | 
| @@ -9587,7 +9618,7 @@ module Aws::Connect | |
| 9587 9618 | 
             
                #     Flow type, Flow action ID, Invoking resource published timestamp,
         | 
| 9588 9619 | 
             
                #     Initiation method, Invoking resource type, Parent flows resource ID
         | 
| 9589 9620 | 
             
                #
         | 
| 9590 | 
            -
                #     UI name: [Percent bot conversations outcome][ | 
| 9621 | 
            +
                #     UI name: [Percent bot conversations outcome][77]
         | 
| 9591 9622 | 
             
                #
         | 
| 9592 9623 | 
             
                #   PERCENT\_BOT\_INTENTS\_OUTCOME
         | 
| 9593 9624 | 
             
                #
         | 
| @@ -9600,7 +9631,7 @@ module Aws::Connect | |
| 9600 9631 | 
             
                #     published timestamp, Initiation method, Invoking resource type,
         | 
| 9601 9632 | 
             
                #     Parent flows resource ID
         | 
| 9602 9633 | 
             
                #
         | 
| 9603 | 
            -
                #     UI name: [Percent bot intents outcome][ | 
| 9634 | 
            +
                #     UI name: [Percent bot intents outcome][78]
         | 
| 9604 9635 | 
             
                #
         | 
| 9605 9636 | 
             
                #   PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
         | 
| 9606 9637 | 
             
                #
         | 
| @@ -9610,7 +9641,7 @@ module Aws::Connect | |
| 9610 9641 | 
             
                #
         | 
| 9611 9642 | 
             
                #     Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
         | 
| 9612 9643 | 
             
                #
         | 
| 9613 | 
            -
                #     UI name: [Cases resolved on first contact][ | 
| 9644 | 
            +
                #     UI name: [Cases resolved on first contact][79]
         | 
| 9614 9645 | 
             
                #
         | 
| 9615 9646 | 
             
                #   PERCENT\_CONTACTS\_STEP\_EXPIRED
         | 
| 9616 9647 | 
             
                #
         | 
| @@ -9642,7 +9673,7 @@ module Aws::Connect | |
| 9642 9673 | 
             
                #     Flows outcome type, Flows resource ID, Initiation method, Resource
         | 
| 9643 9674 | 
             
                #     published timestamp
         | 
| 9644 9675 | 
             
                #
         | 
| 9645 | 
            -
                #     UI name: [Flows outcome percentage][ | 
| 9676 | 
            +
                #     UI name: [Flows outcome percentage][80].
         | 
| 9646 9677 | 
             
                #
         | 
| 9647 9678 | 
             
                #     <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
         | 
| 9648 9679 | 
             
                #
         | 
| @@ -9659,7 +9690,7 @@ module Aws::Connect | |
| 9659 9690 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9660 9691 | 
             
                #     Connect
         | 
| 9661 9692 | 
             
                #
         | 
| 9662 | 
            -
                #     UI name: [Non-talk time percent][ | 
| 9693 | 
            +
                #     UI name: [Non-talk time percent][81]
         | 
| 9663 9694 | 
             
                #
         | 
| 9664 9695 | 
             
                #   PERCENT\_TALK\_TIME
         | 
| 9665 9696 | 
             
                #
         | 
| @@ -9672,7 +9703,7 @@ module Aws::Connect | |
| 9672 9703 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9673 9704 | 
             
                #     Connect
         | 
| 9674 9705 | 
             
                #
         | 
| 9675 | 
            -
                #     UI name: [Talk time percent][ | 
| 9706 | 
            +
                #     UI name: [Talk time percent][82]
         | 
| 9676 9707 | 
             
                #
         | 
| 9677 9708 | 
             
                #   PERCENT\_TALK\_TIME\_AGENT
         | 
| 9678 9709 | 
             
                #
         | 
| @@ -9685,7 +9716,7 @@ module Aws::Connect | |
| 9685 9716 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9686 9717 | 
             
                #     Connect
         | 
| 9687 9718 | 
             
                #
         | 
| 9688 | 
            -
                #     UI name: [Agent talk time percent][ | 
| 9719 | 
            +
                #     UI name: [Agent talk time percent][83]
         | 
| 9689 9720 | 
             
                #
         | 
| 9690 9721 | 
             
                #   PERCENT\_TALK\_TIME\_CUSTOMER
         | 
| 9691 9722 | 
             
                #
         | 
| @@ -9698,7 +9729,7 @@ module Aws::Connect | |
| 9698 9729 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9699 9730 | 
             
                #     Connect
         | 
| 9700 9731 | 
             
                #
         | 
| 9701 | 
            -
                #     UI name: [Customer talk time percent][ | 
| 9732 | 
            +
                #     UI name: [Customer talk time percent][84]
         | 
| 9702 9733 | 
             
                #
         | 
| 9703 9734 | 
             
                #   REOPENED\_CASE\_ACTIONS
         | 
| 9704 9735 | 
             
                #
         | 
| @@ -9708,7 +9739,7 @@ module Aws::Connect | |
| 9708 9739 | 
             
                #
         | 
| 9709 9740 | 
             
                #     Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
         | 
| 9710 9741 | 
             
                #
         | 
| 9711 | 
            -
                #     UI name: [Cases reopened][ | 
| 9742 | 
            +
                #     UI name: [Cases reopened][85]
         | 
| 9712 9743 | 
             
                #
         | 
| 9713 9744 | 
             
                #   RESOLVED\_CASE\_ACTIONS
         | 
| 9714 9745 | 
             
                #
         | 
| @@ -9718,7 +9749,7 @@ module Aws::Connect | |
| 9718 9749 | 
             
                #
         | 
| 9719 9750 | 
             
                #     Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
         | 
| 9720 9751 | 
             
                #
         | 
| 9721 | 
            -
                #     UI name: [Cases resolved][ | 
| 9752 | 
            +
                #     UI name: [Cases resolved][86]
         | 
| 9722 9753 | 
             
                #
         | 
| 9723 9754 | 
             
                #   SERVICE\_LEVEL
         | 
| 9724 9755 | 
             
                #
         | 
| @@ -9733,7 +9764,7 @@ module Aws::Connect | |
| 9733 9764 | 
             
                #     604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
         | 
| 9734 9765 | 
             
                #     (for "Less than") or `LTE` (for "Less than equal").
         | 
| 9735 9766 | 
             
                #
         | 
| 9736 | 
            -
                #     UI name: [Service level X][ | 
| 9767 | 
            +
                #     UI name: [Service level X][87]
         | 
| 9737 9768 | 
             
                #
         | 
| 9738 9769 | 
             
                #   STEP\_CONTACTS\_QUEUED
         | 
| 9739 9770 | 
             
                #
         | 
| @@ -9751,7 +9782,7 @@ module Aws::Connect | |
| 9751 9782 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9752 9783 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9753 9784 | 
             
                #
         | 
| 9754 | 
            -
                #     UI name: [After contact work time][ | 
| 9785 | 
            +
                #     UI name: [After contact work time][14]
         | 
| 9755 9786 | 
             
                #
         | 
| 9756 9787 | 
             
                #   SUM\_CONNECTING\_TIME\_AGENT
         | 
| 9757 9788 | 
             
                #
         | 
| @@ -9764,7 +9795,7 @@ module Aws::Connect | |
| 9764 9795 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9765 9796 | 
             
                #     Agent Hierarchy
         | 
| 9766 9797 | 
             
                #
         | 
| 9767 | 
            -
                #     UI name: [Agent API connecting time][ | 
| 9798 | 
            +
                #     UI name: [Agent API connecting time][88]
         | 
| 9768 9799 | 
             
                #
         | 
| 9769 9800 | 
             
                #     <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
         | 
| 9770 9801 | 
             
                #     metric.
         | 
| @@ -9786,7 +9817,7 @@ module Aws::Connect | |
| 9786 9817 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
         | 
| 9787 9818 | 
             
                #     RoutingStepExpression, Q in Connect
         | 
| 9788 9819 | 
             
                #
         | 
| 9789 | 
            -
                #     UI name: [Contact abandoned][ | 
| 9820 | 
            +
                #     UI name: [Contact abandoned][89]
         | 
| 9790 9821 | 
             
                #
         | 
| 9791 9822 | 
             
                #   SUM\_CONTACTS\_ABANDONED\_IN\_X
         | 
| 9792 9823 | 
             
                #
         | 
| @@ -9799,7 +9830,7 @@ module Aws::Connect | |
| 9799 9830 | 
             
                #     604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
         | 
| 9800 9831 | 
             
                #     (for "Less than") or `LTE` (for "Less than equal").
         | 
| 9801 9832 | 
             
                #
         | 
| 9802 | 
            -
                #     UI name: [Contacts abandoned in X seconds][ | 
| 9833 | 
            +
                #     UI name: [Contacts abandoned in X seconds][90]
         | 
| 9803 9834 | 
             
                #
         | 
| 9804 9835 | 
             
                #   SUM\_CONTACTS\_ANSWERED\_IN\_X
         | 
| 9805 9836 | 
             
                #
         | 
| @@ -9812,7 +9843,7 @@ module Aws::Connect | |
| 9812 9843 | 
             
                #     604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
         | 
| 9813 9844 | 
             
                #     (for "Less than") or `LTE` (for "Less than equal").
         | 
| 9814 9845 | 
             
                #
         | 
| 9815 | 
            -
                #     UI name: [Contacts answered in X seconds][ | 
| 9846 | 
            +
                #     UI name: [Contacts answered in X seconds][91]
         | 
| 9816 9847 | 
             
                #
         | 
| 9817 9848 | 
             
                #   SUM\_CONTACT\_FLOW\_TIME
         | 
| 9818 9849 | 
             
                #
         | 
| @@ -9821,7 +9852,7 @@ module Aws::Connect | |
| 9821 9852 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9822 9853 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9823 9854 | 
             
                #
         | 
| 9824 | 
            -
                #     UI name: [Contact flow time][ | 
| 9855 | 
            +
                #     UI name: [Contact flow time][92]
         | 
| 9825 9856 | 
             
                #
         | 
| 9826 9857 | 
             
                #   SUM\_CONTACT\_TIME\_AGENT
         | 
| 9827 9858 | 
             
                #
         | 
| @@ -9829,7 +9860,7 @@ module Aws::Connect | |
| 9829 9860 | 
             
                #
         | 
| 9830 9861 | 
             
                #     Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
         | 
| 9831 9862 | 
             
                #
         | 
| 9832 | 
            -
                #     UI name: [Agent on contact time][ | 
| 9863 | 
            +
                #     UI name: [Agent on contact time][93]
         | 
| 9833 9864 | 
             
                #
         | 
| 9834 9865 | 
             
                #   SUM\_CONTACTS\_DISCONNECTED
         | 
| 9835 9866 | 
             
                #
         | 
| @@ -9841,7 +9872,7 @@ module Aws::Connect | |
| 9841 9872 | 
             
                #     Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
         | 
| 9842 9873 | 
             
                #     Connect
         | 
| 9843 9874 | 
             
                #
         | 
| 9844 | 
            -
                #     UI name: [Contact disconnected][ | 
| 9875 | 
            +
                #     UI name: [Contact disconnected][94]
         | 
| 9845 9876 | 
             
                #
         | 
| 9846 9877 | 
             
                #   SUM\_ERROR\_STATUS\_TIME\_AGENT
         | 
| 9847 9878 | 
             
                #
         | 
| @@ -9849,7 +9880,7 @@ module Aws::Connect | |
| 9849 9880 | 
             
                #
         | 
| 9850 9881 | 
             
                #     Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
         | 
| 9851 9882 | 
             
                #
         | 
| 9852 | 
            -
                #     UI name: [Error status time][ | 
| 9883 | 
            +
                #     UI name: [Error status time][95]
         | 
| 9853 9884 | 
             
                #
         | 
| 9854 9885 | 
             
                #   SUM\_HANDLE\_TIME
         | 
| 9855 9886 | 
             
                #
         | 
| @@ -9858,7 +9889,7 @@ module Aws::Connect | |
| 9858 9889 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9859 9890 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9860 9891 | 
             
                #
         | 
| 9861 | 
            -
                #     UI name: [Contact handle time][ | 
| 9892 | 
            +
                #     UI name: [Contact handle time][96]
         | 
| 9862 9893 | 
             
                #
         | 
| 9863 9894 | 
             
                #   SUM\_HOLD\_TIME
         | 
| 9864 9895 | 
             
                #
         | 
| @@ -9867,7 +9898,7 @@ module Aws::Connect | |
| 9867 9898 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9868 9899 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9869 9900 | 
             
                #
         | 
| 9870 | 
            -
                #     UI name: [Customer hold time][ | 
| 9901 | 
            +
                #     UI name: [Customer hold time][97]
         | 
| 9871 9902 | 
             
                #
         | 
| 9872 9903 | 
             
                #   SUM\_IDLE\_TIME\_AGENT
         | 
| 9873 9904 | 
             
                #
         | 
| @@ -9875,7 +9906,7 @@ module Aws::Connect | |
| 9875 9906 | 
             
                #
         | 
| 9876 9907 | 
             
                #     Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
         | 
| 9877 9908 | 
             
                #
         | 
| 9878 | 
            -
                #     UI name: [Agent idle time][ | 
| 9909 | 
            +
                #     UI name: [Agent idle time][98]
         | 
| 9879 9910 | 
             
                #
         | 
| 9880 9911 | 
             
                #   SUM\_INTERACTION\_AND\_HOLD\_TIME
         | 
| 9881 9912 | 
             
                #
         | 
| @@ -9884,7 +9915,7 @@ module Aws::Connect | |
| 9884 9915 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9885 9916 | 
             
                #     Agent Hierarchy, Q in Connect
         | 
| 9886 9917 | 
             
                #
         | 
| 9887 | 
            -
                #     UI name: [Agent interaction and hold time][ | 
| 9918 | 
            +
                #     UI name: [Agent interaction and hold time][99]
         | 
| 9888 9919 | 
             
                #
         | 
| 9889 9920 | 
             
                #   SUM\_INTERACTION\_TIME
         | 
| 9890 9921 | 
             
                #
         | 
| @@ -9893,7 +9924,7 @@ module Aws::Connect | |
| 9893 9924 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
         | 
| 9894 9925 | 
             
                #     Agent Hierarchy
         | 
| 9895 9926 | 
             
                #
         | 
| 9896 | 
            -
                #     UI name: [Agent interaction time][ | 
| 9927 | 
            +
                #     UI name: [Agent interaction time][100]
         | 
| 9897 9928 | 
             
                #
         | 
| 9898 9929 | 
             
                #   SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
         | 
| 9899 9930 | 
             
                #
         | 
| @@ -9901,7 +9932,7 @@ module Aws::Connect | |
| 9901 9932 | 
             
                #
         | 
| 9902 9933 | 
             
                #     Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
         | 
| 9903 9934 | 
             
                #
         | 
| 9904 | 
            -
                #     UI name: [ | 
| 9935 | 
            +
                #     UI name: [Agent non-productive time][101]
         | 
| 9905 9936 | 
             
                #
         | 
| 9906 9937 | 
             
                #   SUM\_ONLINE\_TIME\_AGENT
         | 
| 9907 9938 | 
             
                #
         | 
| @@ -9909,7 +9940,7 @@ module Aws::Connect | |
| 9909 9940 | 
             
                #
         | 
| 9910 9941 | 
             
                #     Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
         | 
| 9911 9942 | 
             
                #
         | 
| 9912 | 
            -
                #     UI name: [Online time][ | 
| 9943 | 
            +
                #     UI name: [Online time][102]
         | 
| 9913 9944 | 
             
                #
         | 
| 9914 9945 | 
             
                #   SUM\_RETRY\_CALLBACK\_ATTEMPTS
         | 
| 9915 9946 | 
             
                #
         | 
| @@ -9918,111 +9949,113 @@ module Aws::Connect | |
| 9918 9949 | 
             
                #     Valid groupings and filters: Queue, Channel, Routing Profile,
         | 
| 9919 9950 | 
             
                #     contact/segmentAttributes/connect:Subtype, Q in Connect
         | 
| 9920 9951 | 
             
                #
         | 
| 9921 | 
            -
                #     UI name: [Callback attempts][ | 
| 9952 | 
            +
                #     UI name: [Callback attempts][103]
         | 
| 9922 9953 | 
             
                #
         | 
| 9923 9954 | 
             
                #
         | 
| 9924 9955 | 
             
                #
         | 
| 9925 | 
            -
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9926 | 
            -
                #   [2]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9956 | 
            +
                #   [1]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html
         | 
| 9957 | 
            +
                #   [2]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#abandonment-rate
         | 
| 9927 9958 | 
             
                #   [3]: https://docs.aws.amazon.com/connect/latest/adminguide/regions.html#optimization_region
         | 
| 9928 | 
            -
                #   [4]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9929 | 
            -
                #   [5]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9930 | 
            -
                #   [6]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9931 | 
            -
                #   [7]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9932 | 
            -
                #   [8]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9933 | 
            -
                #   [9]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9934 | 
            -
                #   [10]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9935 | 
            -
                #   [11]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9936 | 
            -
                #   [12]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9937 | 
            -
                #   [13]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9938 | 
            -
                #   [14]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9939 | 
            -
                #   [15]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9940 | 
            -
                #   [16]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9941 | 
            -
                #   [17]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time | 
| 9942 | 
            -
                #   [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns | 
| 9943 | 
            -
                #   [19]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9944 | 
            -
                #   [20]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9945 | 
            -
                #   [21]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9946 | 
            -
                #   [22]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9947 | 
            -
                #   [23]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9948 | 
            -
                #   [24]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9949 | 
            -
                #   [25]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9950 | 
            -
                #   [26]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9951 | 
            -
                #   [27]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9952 | 
            -
                #   [28]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9953 | 
            -
                #   [29]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9954 | 
            -
                #   [30]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9955 | 
            -
                #   [31]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9956 | 
            -
                #   [32]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9957 | 
            -
                #   [33]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9958 | 
            -
                #   [34]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9959 | 
            -
                #   [35]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9960 | 
            -
                #   [36]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9961 | 
            -
                #   [37]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9962 | 
            -
                #   [38]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9963 | 
            -
                #   [39]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9964 | 
            -
                #   [40]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9965 | 
            -
                #   [41]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9966 | 
            -
                #   [42]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9967 | 
            -
                #   [43]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed | 
| 9968 | 
            -
                #   [44]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed | 
| 9969 | 
            -
                #   [45]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9970 | 
            -
                #   [46]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9971 | 
            -
                #   [47]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9972 | 
            -
                #   [48]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9973 | 
            -
                #   [49]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9974 | 
            -
                #   [50]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9975 | 
            -
                #   [51]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9976 | 
            -
                #   [52]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9977 | 
            -
                #   [53]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9978 | 
            -
                #   [54]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9979 | 
            -
                #   [55]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9980 | 
            -
                #   [56]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9981 | 
            -
                #   [57]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9982 | 
            -
                #   [58]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9983 | 
            -
                #   [59]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9984 | 
            -
                #   [60]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9985 | 
            -
                #   [61]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9986 | 
            -
                #   [62]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9987 | 
            -
                #   [63]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9988 | 
            -
                #   [64]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9989 | 
            -
                #   [65]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9990 | 
            -
                #   [66]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9991 | 
            -
                #   [67]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9992 | 
            -
                #   [68]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9993 | 
            -
                #   [69]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9994 | 
            -
                #   [70]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9995 | 
            -
                #   [71]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9996 | 
            -
                #   [72]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9997 | 
            -
                #   [73]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9998 | 
            -
                #   [74]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9999 | 
            -
                #   [75]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10000 | 
            -
                #   [76]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10001 | 
            -
                #   [77]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10002 | 
            -
                #   [78]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10003 | 
            -
                #   [79]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10004 | 
            -
                #   [80]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10005 | 
            -
                #   [81]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10006 | 
            -
                #   [82]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10007 | 
            -
                #   [83]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10008 | 
            -
                #   [84]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10009 | 
            -
                #   [85]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10010 | 
            -
                #   [86]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10011 | 
            -
                #   [87]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10012 | 
            -
                #   [88]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10013 | 
            -
                #   [89]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10014 | 
            -
                #   [90]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10015 | 
            -
                #   [91]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10016 | 
            -
                #   [92]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10017 | 
            -
                #   [93]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10018 | 
            -
                #   [94]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10019 | 
            -
                #   [95]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10020 | 
            -
                #   [96]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10021 | 
            -
                #   [97]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10022 | 
            -
                #   [98]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10023 | 
            -
                #   [99]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10024 | 
            -
                #   [100]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 10025 | 
            -
                #   [101]: https://docs.aws.amazon.com/connect/latest/adminguide/ | 
| 9959 | 
            +
                #   [4]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#adherent-time
         | 
| 9960 | 
            +
                #   [5]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-answer-rate
         | 
| 9961 | 
            +
                #   [6]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-adherent-time
         | 
| 9962 | 
            +
                #   [7]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response
         | 
| 9963 | 
            +
                #   [8]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response-without-customer-abandons
         | 
| 9964 | 
            +
                #   [9]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#occupancy
         | 
| 9965 | 
            +
                #   [10]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#adherence
         | 
| 9966 | 
            +
                #   [11]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#scheduled-time
         | 
| 9967 | 
            +
                #   [12]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time
         | 
| 9968 | 
            +
                #   [13]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-active-time
         | 
| 9969 | 
            +
                #   [14]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time
         | 
| 9970 | 
            +
                #   [15]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-api-connecting-time
         | 
| 9971 | 
            +
                #   [16]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-pause-time
         | 
| 9972 | 
            +
                #   [17]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-time
         | 
| 9973 | 
            +
                #   [18]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#average-bot-conversation-turns
         | 
| 9974 | 
            +
                #   [19]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contacts-per-case
         | 
| 9975 | 
            +
                #   [20]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-case-resolution-time
         | 
| 9976 | 
            +
                #   [21]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-contact-duration
         | 
| 9977 | 
            +
                #   [22]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-duration
         | 
| 9978 | 
            +
                #   [23]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-dials-per-minute
         | 
| 9979 | 
            +
                #   [24]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-evaluation-score
         | 
| 9980 | 
            +
                #   [25]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-flow-time
         | 
| 9981 | 
            +
                #   [26]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-greeting-time
         | 
| 9982 | 
            +
                #   [27]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time
         | 
| 9983 | 
            +
                #   [28]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time
         | 
| 9984 | 
            +
                #   [29]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time-all-contacts
         | 
| 9985 | 
            +
                #   [30]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-holds
         | 
| 9986 | 
            +
                #   [31]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time
         | 
| 9987 | 
            +
                #   [32]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-time
         | 
| 9988 | 
            +
                #   [33]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruptions
         | 
| 9989 | 
            +
                #   [34]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time
         | 
| 9990 | 
            +
                #   [35]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-non-talk-time
         | 
| 9991 | 
            +
                #   [36]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-answer-time
         | 
| 9992 | 
            +
                #   [37]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-resolution-time
         | 
| 9993 | 
            +
                #   [38]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-talk-time
         | 
| 9994 | 
            +
                #   [39]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-talk-time
         | 
| 9995 | 
            +
                #   [40]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-talk-time
         | 
| 9996 | 
            +
                #   [41]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-wait-time-after-customer-connection
         | 
| 9997 | 
            +
                #   [42]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-weighted-evaluation-score
         | 
| 9998 | 
            +
                #   [43]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed
         | 
| 9999 | 
            +
                #   [44]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed
         | 
| 10000 | 
            +
                #   [45]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x
         | 
| 10001 | 
            +
                #   [46]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-contacts-abandoned-after-x-rate
         | 
| 10002 | 
            +
                #   [47]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-interactions
         | 
| 10003 | 
            +
                #   [48]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#campaign-send-attempts
         | 
| 10004 | 
            +
                #   [49]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-created
         | 
| 10005 | 
            +
                #   [50]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-created
         | 
| 10006 | 
            +
                #   [51]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled
         | 
| 10007 | 
            +
                #   [52]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-by-connected-to-agent-timestamp
         | 
| 10008 | 
            +
                #   [53]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect
         | 
| 10009 | 
            +
                #   [54]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-agent-disconnect
         | 
| 10010 | 
            +
                #   [55]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-customer-disconnect
         | 
| 10011 | 
            +
                #   [56]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-put-on-hold
         | 
| 10012 | 
            +
                #   [57]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-external
         | 
| 10013 | 
            +
                #   [58]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-internal
         | 
| 10014 | 
            +
                #   [59]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued
         | 
| 10015 | 
            +
                #   [60]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued-by-enqueue
         | 
| 10016 | 
            +
                #   [61]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-removed-from-queue
         | 
| 10017 | 
            +
                #   [62]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-resolved
         | 
| 10018 | 
            +
                #   [63]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out
         | 
| 10019 | 
            +
                #   [64]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-by-agent
         | 
| 10020 | 
            +
                #   [65]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue
         | 
| 10021 | 
            +
                #   [66]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases
         | 
| 10022 | 
            +
                #   [67]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempts
         | 
| 10023 | 
            +
                #   [68]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#delivery-attempt-disposition-rate
         | 
| 10024 | 
            +
                #   [69]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#evaluations-performed
         | 
| 10025 | 
            +
                #   [70]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome
         | 
| 10026 | 
            +
                #   [71]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-started
         | 
| 10027 | 
            +
                #   [72]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#human-answered
         | 
| 10028 | 
            +
                #   [73]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-flow-time
         | 
| 10029 | 
            +
                #   [74]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#maximum-queued-time
         | 
| 10030 | 
            +
                #   [75]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time
         | 
| 10031 | 
            +
                #   [76]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#automatic-fails-percent
         | 
| 10032 | 
            +
                #   [77]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome
         | 
| 10033 | 
            +
                #   [78]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome
         | 
| 10034 | 
            +
                #   [79]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved-on-first-contact
         | 
| 10035 | 
            +
                #   [80]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#flows-outcome-percentage
         | 
| 10036 | 
            +
                #   [81]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#non-talk-time-percent
         | 
| 10037 | 
            +
                #   [82]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#talk-time-percent
         | 
| 10038 | 
            +
                #   [83]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-talk-time-percent
         | 
| 10039 | 
            +
                #   [84]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-talk-time-percent
         | 
| 10040 | 
            +
                #   [85]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-reopened
         | 
| 10041 | 
            +
                #   [86]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#cases-resolved
         | 
| 10042 | 
            +
                #   [87]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level
         | 
| 10043 | 
            +
                #   [88]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-api-connecting-time
         | 
| 10044 | 
            +
                #   [89]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned
         | 
| 10045 | 
            +
                #   [90]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned-in-x-seconds
         | 
| 10046 | 
            +
                #   [91]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-answered-in-x-seconds
         | 
| 10047 | 
            +
                #   [92]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-flow-time
         | 
| 10048 | 
            +
                #   [93]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-on-contact-time
         | 
| 10049 | 
            +
                #   [94]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-disconnected
         | 
| 10050 | 
            +
                #   [95]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#error-status-time
         | 
| 10051 | 
            +
                #   [96]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contact-handle-time
         | 
| 10052 | 
            +
                #   [97]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#customer-hold-time
         | 
| 10053 | 
            +
                #   [98]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-idle-time
         | 
| 10054 | 
            +
                #   [99]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-and-hold-time
         | 
| 10055 | 
            +
                #   [100]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-interaction-time
         | 
| 10056 | 
            +
                #   [101]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-productive-time
         | 
| 10057 | 
            +
                #   [102]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#online-time
         | 
| 10058 | 
            +
                #   [103]: https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-attempts
         | 
| 10026 10059 | 
             
                #
         | 
| 10027 10060 | 
             
                # @option params [String] :next_token
         | 
| 10028 10061 | 
             
                #   The token for the next set of results. Use the value returned in the
         | 
| @@ -21081,7 +21114,7 @@ module Aws::Connect | |
| 21081 21114 | 
             
                    tracer: tracer
         | 
| 21082 21115 | 
             
                  )
         | 
| 21083 21116 | 
             
                  context[:gem_name] = 'aws-sdk-connect'
         | 
| 21084 | 
            -
                  context[:gem_version] = '1. | 
| 21117 | 
            +
                  context[:gem_version] = '1.202.0'
         | 
| 21085 21118 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 21086 21119 | 
             
                end
         | 
| 21087 21120 |  |