aws-sdk-connect 1.195.0 → 1.197.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.
@@ -587,6 +587,19 @@ module Aws::Connect
587
587
  # @option params [required, String] :origin
588
588
  # The domain to add to your allow list.
589
589
  #
590
+ # @option params [String] :client_token
591
+ # A unique, case-sensitive identifier that you provide to ensure the
592
+ # idempotency of the request. If not provided, the Amazon Web Services
593
+ # SDK populates this field. For more information about idempotency, see
594
+ # [Making retries safe with idempotent APIs][1].
595
+ #
596
+ # **A suitable default value is auto-generated.** You should normally
597
+ # not need to pass this option.**
598
+ #
599
+ #
600
+ #
601
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
602
+ #
590
603
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
591
604
  #
592
605
  # @example Request syntax with placeholder values
@@ -594,6 +607,7 @@ module Aws::Connect
594
607
  # resp = client.associate_approved_origin({
595
608
  # instance_id: "InstanceId", # required
596
609
  # origin: "Origin", # required
610
+ # client_token: "ClientToken",
597
611
  # })
598
612
  #
599
613
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateApprovedOrigin AWS API Documentation
@@ -625,6 +639,19 @@ module Aws::Connect
625
639
  # @option params [Types::LexV2Bot] :lex_v2_bot
626
640
  # The Amazon Lex V2 bot to associate with the instance.
627
641
  #
642
+ # @option params [String] :client_token
643
+ # A unique, case-sensitive identifier that you provide to ensure the
644
+ # idempotency of the request. If not provided, the Amazon Web Services
645
+ # SDK populates this field. For more information about idempotency, see
646
+ # [Making retries safe with idempotent APIs][1].
647
+ #
648
+ # **A suitable default value is auto-generated.** You should normally
649
+ # not need to pass this option.**
650
+ #
651
+ #
652
+ #
653
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
654
+ #
628
655
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
629
656
  #
630
657
  # @example Request syntax with placeholder values
@@ -638,6 +665,7 @@ module Aws::Connect
638
665
  # lex_v2_bot: {
639
666
  # alias_arn: "AliasArn",
640
667
  # },
668
+ # client_token: "ClientToken",
641
669
  # })
642
670
  #
643
671
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateBot AWS API Documentation
@@ -785,6 +813,19 @@ module Aws::Connect
785
813
  # @option params [required, Types::InstanceStorageConfig] :storage_config
786
814
  # A valid storage type.
787
815
  #
816
+ # @option params [String] :client_token
817
+ # A unique, case-sensitive identifier that you provide to ensure the
818
+ # idempotency of the request. If not provided, the Amazon Web Services
819
+ # SDK populates this field. For more information about idempotency, see
820
+ # [Making retries safe with idempotent APIs][1].
821
+ #
822
+ # **A suitable default value is auto-generated.** You should normally
823
+ # not need to pass this option.**
824
+ #
825
+ #
826
+ #
827
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
828
+ #
788
829
  # @return [Types::AssociateInstanceStorageConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
830
  #
790
831
  # * {Types::AssociateInstanceStorageConfigResponse#association_id #association_id} => String
@@ -820,6 +861,7 @@ module Aws::Connect
820
861
  # firehose_arn: "ARN", # required
821
862
  # },
822
863
  # },
864
+ # client_token: "ClientToken",
823
865
  # })
824
866
  #
825
867
  # @example Response structure
@@ -853,6 +895,19 @@ module Aws::Connect
853
895
  # The Amazon Resource Name (ARN) for the Lambda function being
854
896
  # associated. Maximum number of characters allowed is 140.
855
897
  #
898
+ # @option params [String] :client_token
899
+ # A unique, case-sensitive identifier that you provide to ensure the
900
+ # idempotency of the request. If not provided, the Amazon Web Services
901
+ # SDK populates this field. For more information about idempotency, see
902
+ # [Making retries safe with idempotent APIs][1].
903
+ #
904
+ # **A suitable default value is auto-generated.** You should normally
905
+ # not need to pass this option.**
906
+ #
907
+ #
908
+ #
909
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
910
+ #
856
911
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
857
912
  #
858
913
  # @example Request syntax with placeholder values
@@ -860,6 +915,7 @@ module Aws::Connect
860
915
  # resp = client.associate_lambda_function({
861
916
  # instance_id: "InstanceId", # required
862
917
  # function_arn: "FunctionArn", # required
918
+ # client_token: "ClientToken",
863
919
  # })
864
920
  #
865
921
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateLambdaFunction AWS API Documentation
@@ -889,6 +945,19 @@ module Aws::Connect
889
945
  # @option params [required, Types::LexBot] :lex_bot
890
946
  # The Amazon Lex bot to associate with the instance.
891
947
  #
948
+ # @option params [String] :client_token
949
+ # A unique, case-sensitive identifier that you provide to ensure the
950
+ # idempotency of the request. If not provided, the Amazon Web Services
951
+ # SDK populates this field. For more information about idempotency, see
952
+ # [Making retries safe with idempotent APIs][1].
953
+ #
954
+ # **A suitable default value is auto-generated.** You should normally
955
+ # not need to pass this option.**
956
+ #
957
+ #
958
+ #
959
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
960
+ #
892
961
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
893
962
  #
894
963
  # @example Request syntax with placeholder values
@@ -899,6 +968,7 @@ module Aws::Connect
899
968
  # name: "BotName", # required
900
969
  # lex_region: "LexRegion", # required
901
970
  # },
971
+ # client_token: "ClientToken",
902
972
  # })
903
973
  #
904
974
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateLexBot AWS API Documentation
@@ -1055,6 +1125,19 @@ module Aws::Connect
1055
1125
  # @option params [required, String] :key
1056
1126
  # A valid security key in PEM format as a String.
1057
1127
  #
1128
+ # @option params [String] :client_token
1129
+ # A unique, case-sensitive identifier that you provide to ensure the
1130
+ # idempotency of the request. If not provided, the Amazon Web Services
1131
+ # SDK populates this field. For more information about idempotency, see
1132
+ # [Making retries safe with idempotent APIs][1].
1133
+ #
1134
+ # **A suitable default value is auto-generated.** You should normally
1135
+ # not need to pass this option.**
1136
+ #
1137
+ #
1138
+ #
1139
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
1140
+ #
1058
1141
  # @return [Types::AssociateSecurityKeyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1059
1142
  #
1060
1143
  # * {Types::AssociateSecurityKeyResponse#association_id #association_id} => String
@@ -1064,6 +1147,7 @@ module Aws::Connect
1064
1147
  # resp = client.associate_security_key({
1065
1148
  # instance_id: "InstanceId", # required
1066
1149
  # key: "PEM", # required
1150
+ # client_token: "ClientToken",
1067
1151
  # })
1068
1152
  #
1069
1153
  # @example Response structure
@@ -1196,6 +1280,7 @@ module Aws::Connect
1196
1280
  # resp.created[0].target_account_id #=> String
1197
1281
  # resp.created[0].resource_share_id #=> String
1198
1282
  # resp.created[0].resource_share_arn #=> String
1283
+ # resp.created[0].resource_share_status #=> String
1199
1284
  # resp.errors #=> Array
1200
1285
  # resp.errors[0].error_code #=> String
1201
1286
  # resp.errors[0].error_message #=> String
@@ -1685,7 +1770,10 @@ module Aws::Connect
1685
1770
  req.send_request(options)
1686
1771
  end
1687
1772
 
1688
- # Creates a new contact.
1773
+ # Only the EMAIL channel is supported. The supported initiation methods
1774
+ # are: OUTBOUND, AGENT\_REPLY, and FLOW.
1775
+ #
1776
+ # Creates a new EMAIL contact.
1689
1777
  #
1690
1778
  # @option params [required, String] :instance_id
1691
1779
  # The identifier of the Amazon Connect instance. You can [find the
@@ -1728,9 +1816,18 @@ module Aws::Connect
1728
1816
  # @option params [required, String] :channel
1729
1817
  # The channel for the contact
1730
1818
  #
1819
+ # CreateContact only supports the EMAIL channel. The following
1820
+ # information that states other channels are supported is incorrect. We
1821
+ # are working to update this topic.
1822
+ #
1731
1823
  # @option params [required, String] :initiation_method
1732
1824
  # Indicates how the contact was initiated.
1733
1825
  #
1826
+ # CreateContact only supports the following initiation methods:
1827
+ # OUTBOUND, AGENT\_REPLY, and FLOW. The following information that
1828
+ # states other initiation methods are supported is incorrect. We are
1829
+ # working to update this topic.
1830
+ #
1734
1831
  # @option params [Integer] :expiry_duration_in_minutes
1735
1832
  # Number of minutes the contact will be active for before expiring
1736
1833
  #
@@ -2411,6 +2508,9 @@ module Aws::Connect
2411
2508
  # @option params [String] :client_token
2412
2509
  # The idempotency token.
2413
2510
  #
2511
+ # **A suitable default value is auto-generated.** You should normally
2512
+ # not need to pass this option.**
2513
+ #
2414
2514
  # @option params [required, String] :identity_management_type
2415
2515
  # The type of identity management for your Amazon Connect users.
2416
2516
  #
@@ -3376,8 +3476,13 @@ module Aws::Connect
3376
3476
  #
3377
3477
  # @option params [Array<String>] :tag_restricted_resources
3378
3478
  # The list of resources that a security profile applies tag restrictions
3379
- # to in Amazon Connect. Following are acceptable ResourceNames: `User`
3380
- # \| `SecurityProfile` \| `Queue` \| `RoutingProfile`
3479
+ # to in Amazon Connect. For a list of Amazon Connect resources that you
3480
+ # can tag, see [Add tags to resources in Amazon Connect][1] in the
3481
+ # *Amazon Connect Administrator Guide*.
3482
+ #
3483
+ #
3484
+ #
3485
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html
3381
3486
  #
3382
3487
  # @option params [Array<Types::Application>] :applications
3383
3488
  # A list of third-party applications that the security profile will give
@@ -4497,12 +4602,26 @@ module Aws::Connect
4497
4602
  #
4498
4603
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
4499
4604
  #
4605
+ # @option params [String] :client_token
4606
+ # A unique, case-sensitive identifier that you provide to ensure the
4607
+ # idempotency of the request. If not provided, the Amazon Web Services
4608
+ # SDK populates this field. For more information about idempotency, see
4609
+ # [Making retries safe with idempotent APIs][1].
4610
+ #
4611
+ # **A suitable default value is auto-generated.** You should normally
4612
+ # not need to pass this option.**
4613
+ #
4614
+ #
4615
+ #
4616
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
4617
+ #
4500
4618
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4501
4619
  #
4502
4620
  # @example Request syntax with placeholder values
4503
4621
  #
4504
4622
  # resp = client.delete_instance({
4505
4623
  # instance_id: "InstanceId", # required
4624
+ # client_token: "ClientToken",
4506
4625
  # })
4507
4626
  #
4508
4627
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DeleteInstance AWS API Documentation
@@ -5148,8 +5267,8 @@ module Aws::Connect
5148
5267
  end
5149
5268
 
5150
5269
  # This API is in preview release for Amazon Connect and is subject to
5151
- # change. To request access to this API, contact Amazon Web Services
5152
- # Support.
5270
+ # change. To request access to this API, contact Amazon Web
5271
+ # ServicesSupport.
5153
5272
  #
5154
5273
  # Describes the target authentication profile.
5155
5274
  #
@@ -5206,10 +5325,13 @@ module Aws::Connect
5206
5325
  #
5207
5326
  # Describes the specified contact.
5208
5327
  #
5209
- # Contact information remains available in Amazon Connect for 24 months
5210
- # from the InitiationTimestamp, and then it is deleted. Only contact
5211
- # information that is available in Amazon Connect is returned by this
5212
- # API
5328
+ # * `CustomerEndpoint` and `SystemEndpoint` are only populated for EMAIL
5329
+ # contacts.
5330
+ #
5331
+ # * Contact information remains available in Amazon Connect for 24
5332
+ # months from the `InitiationTimestamp`, and then it is deleted. Only
5333
+ # contact information that is available in Amazon Connect is returned
5334
+ # by this API.
5213
5335
  #
5214
5336
  # @option params [required, String] :instance_id
5215
5337
  # The identifier of the Amazon Connect instance. You can [find the
@@ -6799,6 +6921,19 @@ module Aws::Connect
6799
6921
  # @option params [required, String] :origin
6800
6922
  # The domain URL of the integrated application.
6801
6923
  #
6924
+ # @option params [String] :client_token
6925
+ # A unique, case-sensitive identifier that you provide to ensure the
6926
+ # idempotency of the request. If not provided, the Amazon Web Services
6927
+ # SDK populates this field. For more information about idempotency, see
6928
+ # [Making retries safe with idempotent APIs][1].
6929
+ #
6930
+ # **A suitable default value is auto-generated.** You should normally
6931
+ # not need to pass this option.**
6932
+ #
6933
+ #
6934
+ #
6935
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
6936
+ #
6802
6937
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6803
6938
  #
6804
6939
  # @example Request syntax with placeholder values
@@ -6806,6 +6941,7 @@ module Aws::Connect
6806
6941
  # resp = client.disassociate_approved_origin({
6807
6942
  # instance_id: "InstanceId", # required
6808
6943
  # origin: "Origin", # required
6944
+ # client_token: "ClientToken",
6809
6945
  # })
6810
6946
  #
6811
6947
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateApprovedOrigin AWS API Documentation
@@ -6837,6 +6973,19 @@ module Aws::Connect
6837
6973
  # @option params [Types::LexV2Bot] :lex_v2_bot
6838
6974
  # The Amazon Lex V2 bot to disassociate from the instance.
6839
6975
  #
6976
+ # @option params [String] :client_token
6977
+ # A unique, case-sensitive identifier that you provide to ensure the
6978
+ # idempotency of the request. If not provided, the Amazon Web Services
6979
+ # SDK populates this field. For more information about idempotency, see
6980
+ # [Making retries safe with idempotent APIs][1].
6981
+ #
6982
+ # **A suitable default value is auto-generated.** You should normally
6983
+ # not need to pass this option.**
6984
+ #
6985
+ #
6986
+ #
6987
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
6988
+ #
6840
6989
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6841
6990
  #
6842
6991
  # @example Request syntax with placeholder values
@@ -6850,6 +6999,7 @@ module Aws::Connect
6850
6999
  # lex_v2_bot: {
6851
7000
  # alias_arn: "AliasArn",
6852
7001
  # },
7002
+ # client_token: "ClientToken",
6853
7003
  # })
6854
7004
  #
6855
7005
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateBot AWS API Documentation
@@ -6923,6 +7073,19 @@ module Aws::Connect
6923
7073
  # @option params [required, String] :resource_type
6924
7074
  # A valid resource type.
6925
7075
  #
7076
+ # @option params [String] :client_token
7077
+ # A unique, case-sensitive identifier that you provide to ensure the
7078
+ # idempotency of the request. If not provided, the Amazon Web Services
7079
+ # SDK populates this field. For more information about idempotency, see
7080
+ # [Making retries safe with idempotent APIs][1].
7081
+ #
7082
+ # **A suitable default value is auto-generated.** You should normally
7083
+ # not need to pass this option.**
7084
+ #
7085
+ #
7086
+ #
7087
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
7088
+ #
6926
7089
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6927
7090
  #
6928
7091
  # @example Request syntax with placeholder values
@@ -6931,6 +7094,7 @@ module Aws::Connect
6931
7094
  # instance_id: "InstanceId", # required
6932
7095
  # association_id: "AssociationId", # required
6933
7096
  # resource_type: "CHAT_TRANSCRIPTS", # required, accepts CHAT_TRANSCRIPTS, CALL_RECORDINGS, SCHEDULED_REPORTS, MEDIA_STREAMS, CONTACT_TRACE_RECORDS, AGENT_EVENTS, REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, ATTACHMENTS, CONTACT_EVALUATIONS, SCREEN_RECORDINGS, REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS, REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS, EMAIL_MESSAGES
7097
+ # client_token: "ClientToken",
6934
7098
  # })
6935
7099
  #
6936
7100
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateInstanceStorageConfig AWS API Documentation
@@ -6960,6 +7124,19 @@ module Aws::Connect
6960
7124
  # The Amazon Resource Name (ARN) of the Lambda function being
6961
7125
  # disassociated.
6962
7126
  #
7127
+ # @option params [String] :client_token
7128
+ # A unique, case-sensitive identifier that you provide to ensure the
7129
+ # idempotency of the request. If not provided, the Amazon Web Services
7130
+ # SDK populates this field. For more information about idempotency, see
7131
+ # [Making retries safe with idempotent APIs][1].
7132
+ #
7133
+ # **A suitable default value is auto-generated.** You should normally
7134
+ # not need to pass this option.**
7135
+ #
7136
+ #
7137
+ #
7138
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
7139
+ #
6963
7140
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6964
7141
  #
6965
7142
  # @example Request syntax with placeholder values
@@ -6967,6 +7144,7 @@ module Aws::Connect
6967
7144
  # resp = client.disassociate_lambda_function({
6968
7145
  # instance_id: "InstanceId", # required
6969
7146
  # function_arn: "FunctionArn", # required
7147
+ # client_token: "ClientToken",
6970
7148
  # })
6971
7149
  #
6972
7150
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateLambdaFunction AWS API Documentation
@@ -6999,6 +7177,19 @@ module Aws::Connect
6999
7177
  # The Amazon Web Services Region in which the Amazon Lex bot has been
7000
7178
  # created.
7001
7179
  #
7180
+ # @option params [String] :client_token
7181
+ # A unique, case-sensitive identifier that you provide to ensure the
7182
+ # idempotency of the request. If not provided, the Amazon Web Services
7183
+ # SDK populates this field. For more information about idempotency, see
7184
+ # [Making retries safe with idempotent APIs][1].
7185
+ #
7186
+ # **A suitable default value is auto-generated.** You should normally
7187
+ # not need to pass this option.**
7188
+ #
7189
+ #
7190
+ #
7191
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
7192
+ #
7002
7193
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7003
7194
  #
7004
7195
  # @example Request syntax with placeholder values
@@ -7007,6 +7198,7 @@ module Aws::Connect
7007
7198
  # instance_id: "InstanceId", # required
7008
7199
  # bot_name: "BotName", # required
7009
7200
  # lex_region: "LexRegion", # required
7201
+ # client_token: "ClientToken",
7010
7202
  # })
7011
7203
  #
7012
7204
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateLexBot AWS API Documentation
@@ -7156,6 +7348,19 @@ module Aws::Connect
7156
7348
  # The existing association identifier that uniquely identifies the
7157
7349
  # resource type and storage config for the given instance ID.
7158
7350
  #
7351
+ # @option params [String] :client_token
7352
+ # A unique, case-sensitive identifier that you provide to ensure the
7353
+ # idempotency of the request. If not provided, the Amazon Web Services
7354
+ # SDK populates this field. For more information about idempotency, see
7355
+ # [Making retries safe with idempotent APIs][1].
7356
+ #
7357
+ # **A suitable default value is auto-generated.** You should normally
7358
+ # not need to pass this option.**
7359
+ #
7360
+ #
7361
+ #
7362
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
7363
+ #
7159
7364
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7160
7365
  #
7161
7366
  # @example Request syntax with placeholder values
@@ -7163,6 +7368,7 @@ module Aws::Connect
7163
7368
  # resp = client.disassociate_security_key({
7164
7369
  # instance_id: "InstanceId", # required
7165
7370
  # association_id: "AssociationId", # required
7371
+ # client_token: "ClientToken",
7166
7372
  # })
7167
7373
  #
7168
7374
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateSecurityKey AWS API Documentation
@@ -8362,14 +8568,15 @@ module Aws::Connect
8362
8568
  # `BOT_INTENT_NAME` \| `CAMPAIGN` \| `CAMPAIGN_DELIVERY_EVENT_TYPE`
8363
8569
  # \|`CASE_TEMPLATE_ARN` \| `CASE_STATUS` \| `CHANNEL` \|
8364
8570
  # `contact/segmentAttributes/connect:Subtype` \| `DISCONNECT_REASON`
8365
- # \| `FEATURE` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
8366
- # `FLOWS_MODULE_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_ID` \|
8367
- # `FLOWS_NEXT_RESOURCE_QUEUE_ID` \| `FLOWS_OUTCOME_TYPE` \|
8368
- # `FLOWS_RESOURCE_ID` \| `INITIATION_METHOD` \|
8369
- # `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE`
8370
- # \| `PARENT_FLOWS_RESOURCE_ID` \| `RESOURCE_PUBLISHED_TIMESTAMP` \|
8371
- # `ROUTING_PROFILE` \| `ROUTING_STEP_EXPRESSION` \| `QUEUE` \|
8372
- # `Q_CONNECT_ENABLED` \|
8571
+ # \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
8572
+ # `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `FEATURE` \|
8573
+ # `FLOW_ACTION_ID` \| `FLOW_TYPE` \| `FLOWS_MODULE_RESOURCE_ID` \|
8574
+ # `FLOWS_NEXT_RESOURCE_ID` \| `FLOWS_NEXT_RESOURCE_QUEUE_ID` \|
8575
+ # `FLOWS_OUTCOME_TYPE` \| `FLOWS_RESOURCE_ID` \| `FORM_VERSION` \|
8576
+ # `INITIATION_METHOD` \| `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \|
8577
+ # `INVOKING_RESOURCE_TYPE` \| `PARENT_FLOWS_RESOURCE_ID` \|
8578
+ # `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
8579
+ # `ROUTING_STEP_EXPRESSION` \| `QUEUE` \| `Q_CONNECT_ENABLED` \|
8373
8580
  #
8374
8581
  # * **Filter values**: A maximum of 100 filter values are supported in a
8375
8582
  # single request. VOICE, CHAT, and TASK are valid `filterValue` for
@@ -8424,14 +8631,21 @@ module Aws::Connect
8424
8631
  # `BOT_VERSION` \| `BOT_LOCALE` \| `BOT_INTENT_NAME` \| `CAMPAIGN` \|
8425
8632
  # `CAMPAIGN_DELIVERY_EVENT_TYPE` \| `CASE_TEMPLATE_ARN` \| `CASE_STATUS`
8426
8633
  # \| `CHANNEL` \| `contact/segmentAttributes/connect:Subtype` \|
8427
- # `DISCONNECT_REASON` \| `FLOWS_RESOURCE_ID` \|
8634
+ # `DISCONNECT_REASON` \| `EVALUATION_FORM` \| `EVALUATION_SECTION` \|
8635
+ # `EVALUATION_QUESTION` \| `EVALUATION_SOURCE` \| `FLOWS_RESOURCE_ID` \|
8428
8636
  # `FLOWS_MODULE_RESOURCE_ID` \| `FLOW_ACTION_ID` \| `FLOW_TYPE` \|
8429
- # `FLOWS_OUTCOME_TYPE` \| `INITIATION_METHOD` \|
8637
+ # `FLOWS_OUTCOME_TYPE` \| `FORM_VERSION` \| `INITIATION_METHOD` \|
8430
8638
  # `INVOKING_RESOURCE_PUBLISHED_TIMESTAMP` \| `INVOKING_RESOURCE_TYPE` \|
8431
8639
  # `PARENT_FLOWS_RESOURCE_ID` \| `Q_CONNECT_ENABLED` \| `QUEUE` \|
8432
8640
  # `RESOURCE_PUBLISHED_TIMESTAMP` \| `ROUTING_PROFILE` \|
8433
8641
  # `ROUTING_STEP_EXPRESSION`
8434
8642
  #
8643
+ # Type: Array of strings
8644
+ #
8645
+ # Array Members: Maximum number of 4 items
8646
+ #
8647
+ # Required: No
8648
+ #
8435
8649
  # @option params [required, Array<Types::MetricV2>] :metrics
8436
8650
  # The metrics to retrieve. Specify the name, groupings, and filters for
8437
8651
  # each metric. The following historical metrics are available. For a
@@ -8672,6 +8886,16 @@ module Aws::Connect
8672
8886
  #
8673
8887
  # UI name: [Average dials per minute][23]
8674
8888
  #
8889
+ # AVG\_EVALUATION\_SCORE
8890
+ #
8891
+ # : Unit: Percent
8892
+ #
8893
+ # Valid groupings and filters: Agent, Agent Hierarchy, Channel,
8894
+ # Evaluation Form ID, Evaluation Section ID, Evaluation Question ID,
8895
+ # Evaluation Source, Form Version, Queue, Routing Profile
8896
+ #
8897
+ # UI name: [Average agent evaluation score][24]
8898
+ #
8675
8899
  # AVG\_FLOW\_TIME
8676
8900
  #
8677
8901
  # : Unit: Seconds
@@ -8682,7 +8906,7 @@ module Aws::Connect
8682
8906
  # Flows outcome type, Flows resource ID, Initiation method, Resource
8683
8907
  # published timestamp
8684
8908
  #
8685
- # UI name: [Average flow time][24]
8909
+ # UI name: [Average flow time][25]
8686
8910
  #
8687
8911
  # AVG\_GREETING\_TIME\_AGENT
8688
8912
  #
@@ -8695,7 +8919,7 @@ module Aws::Connect
8695
8919
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8696
8920
  # Connect
8697
8921
  #
8698
- # UI name: [Average agent greeting time][25]
8922
+ # UI name: [Average agent greeting time][26]
8699
8923
  #
8700
8924
  # AVG\_HANDLE\_TIME
8701
8925
  #
@@ -8705,7 +8929,7 @@ module Aws::Connect
8705
8929
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
8706
8930
  # RoutingStepExpression
8707
8931
  #
8708
- # UI name: [Average handle time][26]
8932
+ # UI name: [Average handle time][27]
8709
8933
  #
8710
8934
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8711
8935
  #
@@ -8719,7 +8943,7 @@ module Aws::Connect
8719
8943
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
8720
8944
  # Q in Connect
8721
8945
  #
8722
- # UI name: [Average customer hold time][27]
8946
+ # UI name: [Average customer hold time][28]
8723
8947
  #
8724
8948
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8725
8949
  #
@@ -8733,7 +8957,7 @@ module Aws::Connect
8733
8957
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8734
8958
  # Connect
8735
8959
  #
8736
- # UI name: [Average customer hold time all contacts][28]
8960
+ # UI name: [Average customer hold time all contacts][29]
8737
8961
  #
8738
8962
  # AVG\_HOLDS
8739
8963
  #
@@ -8743,7 +8967,7 @@ module Aws::Connect
8743
8967
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
8744
8968
  # Q in Connect
8745
8969
  #
8746
- # UI name: [Average holds][29]
8970
+ # UI name: [Average holds][30]
8747
8971
  #
8748
8972
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8749
8973
  #
@@ -8757,7 +8981,7 @@ module Aws::Connect
8757
8981
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8758
8982
  # Connect
8759
8983
  #
8760
- # UI name: [Average agent interaction and customer hold time][30]
8984
+ # UI name: [Average agent interaction and customer hold time][31]
8761
8985
  #
8762
8986
  # AVG\_INTERACTION\_TIME
8763
8987
  #
@@ -8768,7 +8992,7 @@ module Aws::Connect
8768
8992
  # Valid groupings and filters: Queue, Channel, Routing Profile,
8769
8993
  # Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
8770
8994
  #
8771
- # UI name: [Average agent interaction time][31]
8995
+ # UI name: [Average agent interaction time][32]
8772
8996
  #
8773
8997
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8774
8998
  #
@@ -8785,7 +9009,7 @@ module Aws::Connect
8785
9009
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8786
9010
  # Connect
8787
9011
  #
8788
- # UI name: [Average agent interruptions][32]
9012
+ # UI name: [Average agent interruptions][33]
8789
9013
  #
8790
9014
  # AVG\_INTERRUPTION\_TIME\_AGENT
8791
9015
  #
@@ -8798,7 +9022,7 @@ module Aws::Connect
8798
9022
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8799
9023
  # Connect
8800
9024
  #
8801
- # UI name: [Average agent interruption time][33]
9025
+ # UI name: [Average agent interruption time][34]
8802
9026
  #
8803
9027
  # AVG\_NON\_TALK\_TIME
8804
9028
  #
@@ -8811,7 +9035,7 @@ module Aws::Connect
8811
9035
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8812
9036
  # Connect
8813
9037
  #
8814
- # UI name: [Average non-talk time][34]
9038
+ # UI name: [Average non-talk time][35]
8815
9039
  #
8816
9040
  # AVG\_QUEUE\_ANSWER\_TIME
8817
9041
  #
@@ -8820,7 +9044,7 @@ module Aws::Connect
8820
9044
  # Valid groupings and filters: Queue, Channel, Routing Profile,
8821
9045
  # Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
8822
9046
  #
8823
- # UI name: [Average queue answer time][35]
9047
+ # UI name: [Average queue answer time][36]
8824
9048
  #
8825
9049
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8826
9050
  #
@@ -8833,7 +9057,7 @@ module Aws::Connect
8833
9057
  # Valid groupings and filters: Queue, Channel, Routing Profile,
8834
9058
  # contact/segmentAttributes/connect:Subtype, Q in Connect
8835
9059
  #
8836
- # UI name: [Average resolution time][36]
9060
+ # UI name: [Average resolution time][37]
8837
9061
  #
8838
9062
  # AVG\_TALK\_TIME
8839
9063
  #
@@ -8846,7 +9070,7 @@ module Aws::Connect
8846
9070
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8847
9071
  # Connect
8848
9072
  #
8849
- # UI name: [Average talk time][37]
9073
+ # UI name: [Average talk time][38]
8850
9074
  #
8851
9075
  # AVG\_TALK\_TIME\_AGENT
8852
9076
  #
@@ -8859,7 +9083,7 @@ module Aws::Connect
8859
9083
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8860
9084
  # Connect
8861
9085
  #
8862
- # UI name: [Average agent talk time][38]
9086
+ # UI name: [Average agent talk time][39]
8863
9087
  #
8864
9088
  # AVG\_TALK\_TIME\_CUSTOMER
8865
9089
  #
@@ -8872,7 +9096,7 @@ module Aws::Connect
8872
9096
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
8873
9097
  # Connect
8874
9098
  #
8875
- # UI name: [Average customer talk time][39]
9099
+ # UI name: [Average customer talk time][40]
8876
9100
  #
8877
9101
  # AVG\_WAIT\_TIME\_AFTER\_CUSTOMER\_CONNECTION
8878
9102
  #
@@ -8883,7 +9107,17 @@ module Aws::Connect
8883
9107
  #
8884
9108
  # Valid groupings and filters: Campaign
8885
9109
  #
8886
- # UI name: [Average wait time after customer connection][40]
9110
+ # UI name: [Average wait time after customer connection][41]
9111
+ #
9112
+ # AVG\_WEIGHTED\_EVALUATION\_SCORE
9113
+ #
9114
+ # : Unit: Percent
9115
+ #
9116
+ # Valid groupings and filters: Agent, Agent Hierarchy, Channel,
9117
+ # Evaluation Form Id, Evaluation Section ID, Evaluation Question ID,
9118
+ # Evaluation Source, Form Version, Queue, Routing Profile
9119
+ #
9120
+ # UI name: [Average weighted agent evaluation score][42]
8887
9121
  #
8888
9122
  # BOT\_CONVERSATIONS\_COMPLETED
8889
9123
  #
@@ -8895,7 +9129,7 @@ module Aws::Connect
8895
9129
  # Flow type, Flow action ID, Invoking resource published timestamp,
8896
9130
  # Initiation method, Invoking resource type, Parent flows resource ID
8897
9131
  #
8898
- # UI name: [Bot conversations][41]
9132
+ # UI name: [Bot conversations][43]
8899
9133
  #
8900
9134
  # BOT\_INTENTS\_COMPLETED
8901
9135
  #
@@ -8908,7 +9142,7 @@ module Aws::Connect
8908
9142
  # published timestamp, Initiation method, Invoking resource type,
8909
9143
  # Parent flows resource ID
8910
9144
  #
8911
- # UI name: [Bot intents completed][42]
9145
+ # UI name: [Bot intents completed][44]
8912
9146
  #
8913
9147
  # CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X
8914
9148
  #
@@ -8923,7 +9157,7 @@ module Aws::Connect
8923
9157
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8924
9158
  # `GT` (for *Greater than*).
8925
9159
  #
8926
- # UI name: [Campaign contacts abandoned after X][43]
9160
+ # UI name: [Campaign contacts abandoned after X][45]
8927
9161
  #
8928
9162
  # CAMPAIGN\_CONTACTS\_ABANDONED\_AFTER\_X\_RATE
8929
9163
  #
@@ -8938,7 +9172,7 @@ module Aws::Connect
8938
9172
  # 604800 (inclusive), in seconds. For `Comparison`, you must enter
8939
9173
  # `GT` (for *Greater than*).
8940
9174
  #
8941
- # UI name: [Campaign contacts abandoned after X rate][44]
9175
+ # UI name: [Campaign contacts abandoned after X rate][46]
8942
9176
  #
8943
9177
  # CAMPAIGN\_INTERACTIONS
8944
9178
  #
@@ -8951,7 +9185,7 @@ module Aws::Connect
8951
9185
  #
8952
9186
  # Valid groupings and filters: Campaign
8953
9187
  #
8954
- # UI name: [Campaign interactions][45]
9188
+ # UI name: [Campaign interactions][47]
8955
9189
  #
8956
9190
  # CAMPAIGN\_SEND\_ATTEMPTS
8957
9191
  #
@@ -8962,7 +9196,7 @@ module Aws::Connect
8962
9196
  # Valid groupings and filters: Campaign, Channel,
8963
9197
  # contact/segmentAttributes/connect:Subtype
8964
9198
  #
8965
- # UI name: [Campaign send attempts][46]
9199
+ # UI name: [Campaign send attempts][48]
8966
9200
  #
8967
9201
  # CASES\_CREATED
8968
9202
  #
@@ -8972,7 +9206,7 @@ module Aws::Connect
8972
9206
  #
8973
9207
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
8974
9208
  #
8975
- # UI name: [Cases created][47]
9209
+ # UI name: [Cases created][49]
8976
9210
  #
8977
9211
  # CONTACTS\_CREATED
8978
9212
  #
@@ -8983,7 +9217,7 @@ module Aws::Connect
8983
9217
  # Valid groupings and filters: Queue, Channel, Routing Profile,
8984
9218
  # Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
8985
9219
  #
8986
- # UI name: [Contacts created][48]
9220
+ # UI name: [Contacts created][50]
8987
9221
  #
8988
9222
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
8989
9223
  #
@@ -8999,7 +9233,7 @@ module Aws::Connect
8999
9233
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
9000
9234
  # RoutingStepExpression, Q in Connect
9001
9235
  #
9002
- # UI name: [API contacts handled][49]
9236
+ # UI name: [API contacts handled][51]
9003
9237
  #
9004
9238
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9005
9239
  #
@@ -9014,7 +9248,7 @@ module Aws::Connect
9014
9248
  # Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
9015
9249
  # contact/segmentAttributes/connect:Subtype, Q in Connect
9016
9250
  #
9017
- # UI name: [Contacts handled (connected to agent timestamp)][50]
9251
+ # UI name: [Contacts handled (connected to agent timestamp)][52]
9018
9252
  #
9019
9253
  # CONTACTS\_HOLD\_ABANDONS
9020
9254
  #
@@ -9024,7 +9258,7 @@ module Aws::Connect
9024
9258
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9025
9259
  # Connect
9026
9260
  #
9027
- # UI name: [Contacts hold disconnect][50]
9261
+ # UI name: [Contacts hold disconnect][52]
9028
9262
  #
9029
9263
  # CONTACTS\_ON\_HOLD\_AGENT\_DISCONNECT
9030
9264
  #
@@ -9033,7 +9267,7 @@ module Aws::Connect
9033
9267
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9034
9268
  # Agent Hierarchy, Q in Connect
9035
9269
  #
9036
- # UI name: [Contacts hold agent disconnect][51]
9270
+ # UI name: [Contacts hold agent disconnect][53]
9037
9271
  #
9038
9272
  # CONTACTS\_ON\_HOLD\_CUSTOMER\_DISCONNECT
9039
9273
  #
@@ -9042,7 +9276,7 @@ module Aws::Connect
9042
9276
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9043
9277
  # Agent Hierarchy, Q in Connect
9044
9278
  #
9045
- # UI name: [Contacts hold customer disconnect][52]
9279
+ # UI name: [Contacts hold customer disconnect][54]
9046
9280
  #
9047
9281
  # CONTACTS\_PUT\_ON\_HOLD
9048
9282
  #
@@ -9051,7 +9285,7 @@ module Aws::Connect
9051
9285
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9052
9286
  # Agent Hierarchy, Q in Connect
9053
9287
  #
9054
- # UI name: [Contacts put on hold][52]
9288
+ # UI name: [Contacts put on hold][54]
9055
9289
  #
9056
9290
  # CONTACTS\_TRANSFERRED\_OUT\_EXTERNAL
9057
9291
  #
@@ -9060,7 +9294,7 @@ module Aws::Connect
9060
9294
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9061
9295
  # Agent Hierarchy, Q in Connect
9062
9296
  #
9063
- # UI name: [Contacts transferred out external][53]
9297
+ # UI name: [Contacts transferred out external][55]
9064
9298
  #
9065
9299
  # CONTACTS\_TRANSFERRED\_OUT\_INTERNAL
9066
9300
  #
@@ -9069,7 +9303,7 @@ module Aws::Connect
9069
9303
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9070
9304
  # Agent Hierarchy, Q in Connect
9071
9305
  #
9072
- # UI name: [Contacts transferred out internal][54]
9306
+ # UI name: [Contacts transferred out internal][56]
9073
9307
  #
9074
9308
  # CONTACTS\_QUEUED
9075
9309
  #
@@ -9079,7 +9313,7 @@ module Aws::Connect
9079
9313
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9080
9314
  # Connect
9081
9315
  #
9082
- # UI name: [Contacts queued][55]
9316
+ # UI name: [Contacts queued][57]
9083
9317
  #
9084
9318
  # CONTACTS\_QUEUED\_BY\_ENQUEUE
9085
9319
  #
@@ -9088,7 +9322,7 @@ module Aws::Connect
9088
9322
  # Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy,
9089
9323
  # contact/segmentAttributes/connect:Subtype
9090
9324
  #
9091
- # UI name: [Contacts queued (enqueue timestamp)][56]
9325
+ # UI name: [Contacts queued (enqueue timestamp)][58]
9092
9326
  #
9093
9327
  # CONTACTS\_REMOVED\_FROM\_QUEUE\_IN\_X
9094
9328
  #
@@ -9101,7 +9335,7 @@ module Aws::Connect
9101
9335
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9102
9336
  # (for "Less than") or `LTE` (for "Less than equal").
9103
9337
  #
9104
- # UI name: [Contacts removed from queue in X seconds][57]
9338
+ # UI name: [Contacts removed from queue in X seconds][59]
9105
9339
  #
9106
9340
  # CONTACTS\_RESOLVED\_IN\_X
9107
9341
  #
@@ -9114,7 +9348,7 @@ module Aws::Connect
9114
9348
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9115
9349
  # (for "Less than") or `LTE` (for "Less than equal").
9116
9350
  #
9117
- # UI name: [Contacts resolved in X][58]
9351
+ # UI name: [Contacts resolved in X][60]
9118
9352
  #
9119
9353
  # CONTACTS\_TRANSFERRED\_OUT
9120
9354
  #
@@ -9124,7 +9358,7 @@ module Aws::Connect
9124
9358
  # Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype,
9125
9359
  # Q in Connect
9126
9360
  #
9127
- # UI name: [Contacts transferred out][59]
9361
+ # UI name: [Contacts transferred out][61]
9128
9362
  #
9129
9363
  # <note markdown="1"> Feature is a valid filter but not a valid grouping.
9130
9364
  #
@@ -9138,7 +9372,7 @@ module Aws::Connect
9138
9372
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9139
9373
  # Connect
9140
9374
  #
9141
- # UI name: [Contacts transferred out by agent][60]
9375
+ # UI name: [Contacts transferred out by agent][62]
9142
9376
  #
9143
9377
  # CONTACTS\_TRANSFERRED\_OUT\_FROM\_QUEUE
9144
9378
  #
@@ -9148,7 +9382,7 @@ module Aws::Connect
9148
9382
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9149
9383
  # Connect
9150
9384
  #
9151
- # UI name: [Contacts transferred out queue][60]
9385
+ # UI name: [Contacts transferred out queue][62]
9152
9386
  #
9153
9387
  # CURRENT\_CASES
9154
9388
  #
@@ -9158,7 +9392,7 @@ module Aws::Connect
9158
9392
  #
9159
9393
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9160
9394
  #
9161
- # UI name: [Current cases][61]
9395
+ # UI name: [Current cases][63]
9162
9396
  #
9163
9397
  # DELIVERY\_ATTEMPTS
9164
9398
  #
@@ -9174,7 +9408,7 @@ module Aws::Connect
9174
9408
  # contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
9175
9409
  # Routing Profile
9176
9410
  #
9177
- # UI name: [Delivery attempts][62]
9411
+ # UI name: [Delivery attempts][64]
9178
9412
  #
9179
9413
  # <note markdown="1"> Campaign Delivery EventType filter and grouping are only available
9180
9414
  # for SMS and Email campaign delivery modes. Agent, Queue, Routing
@@ -9200,7 +9434,7 @@ module Aws::Connect
9200
9434
  # contact/segmentAttributes/connect:Subtype, Disconnect Reason, Queue,
9201
9435
  # Routing Profile
9202
9436
  #
9203
- # UI name: [Delivery attempt disposition rate][63]
9437
+ # UI name: [Delivery attempt disposition rate][65]
9204
9438
  #
9205
9439
  # <note markdown="1"> Campaign Delivery Event Type filter and grouping are only available
9206
9440
  # for SMS and Email campaign delivery modes. Agent, Queue, Routing
@@ -9210,6 +9444,16 @@ module Aws::Connect
9210
9444
  #
9211
9445
  # </note>
9212
9446
  #
9447
+ # EVALUATIONS\_PERFORMED
9448
+ #
9449
+ # : Unit: Count
9450
+ #
9451
+ # Valid groupings and filters: Agent, Agent Hierarchy, Channel,
9452
+ # Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
9453
+ # Profile
9454
+ #
9455
+ # UI name: [Evaluations performed][66]
9456
+ #
9213
9457
  # FLOWS\_OUTCOME
9214
9458
  #
9215
9459
  # : Unit: Count
@@ -9220,7 +9464,7 @@ module Aws::Connect
9220
9464
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9221
9465
  # published timestamp
9222
9466
  #
9223
- # UI name: [Flows outcome][64]
9467
+ # UI name: [Flows outcome][67]
9224
9468
  #
9225
9469
  # FLOWS\_STARTED
9226
9470
  #
@@ -9231,7 +9475,7 @@ module Aws::Connect
9231
9475
  # resource ID, Flows resource ID, Initiation method, Resource
9232
9476
  # published timestamp
9233
9477
  #
9234
- # UI name: [Flows started][65]
9478
+ # UI name: [Flows started][68]
9235
9479
  #
9236
9480
  # HUMAN\_ANSWERED\_CALLS
9237
9481
  #
@@ -9243,7 +9487,7 @@ module Aws::Connect
9243
9487
  #
9244
9488
  # Valid groupings and filters: Agent, Campaign
9245
9489
  #
9246
- # UI name: [Human answered][66]
9490
+ # UI name: [Human answered][69]
9247
9491
  #
9248
9492
  # MAX\_FLOW\_TIME
9249
9493
  #
@@ -9255,7 +9499,7 @@ module Aws::Connect
9255
9499
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9256
9500
  # published timestamp
9257
9501
  #
9258
- # UI name: [Maximum flow time][67]
9502
+ # UI name: [Maximum flow time][70]
9259
9503
  #
9260
9504
  # MAX\_QUEUED\_TIME
9261
9505
  #
@@ -9265,7 +9509,7 @@ module Aws::Connect
9265
9509
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9266
9510
  # Connect
9267
9511
  #
9268
- # UI name: [Maximum queued time][68]
9512
+ # UI name: [Maximum queued time][71]
9269
9513
  #
9270
9514
  # MIN\_FLOW\_TIME
9271
9515
  #
@@ -9277,7 +9521,17 @@ module Aws::Connect
9277
9521
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9278
9522
  # published timestamp
9279
9523
  #
9280
- # UI name: [Minimum flow time][69]
9524
+ # UI name: [Minimum flow time][72]
9525
+ #
9526
+ # PERCENT\_AUTOMATIC\_FAILS
9527
+ #
9528
+ # : Unit: Percent
9529
+ #
9530
+ # Valid groupings and filters: Agent, Agent Hierarchy, Channel,
9531
+ # Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing
9532
+ # Profile
9533
+ #
9534
+ # UI name: [Automatic fails percent][73]
9281
9535
  #
9282
9536
  # PERCENT\_BOT\_CONVERSATIONS\_OUTCOME
9283
9537
  #
@@ -9289,7 +9543,7 @@ module Aws::Connect
9289
9543
  # Flow type, Flow action ID, Invoking resource published timestamp,
9290
9544
  # Initiation method, Invoking resource type, Parent flows resource ID
9291
9545
  #
9292
- # UI name: [Percent bot conversations outcome][70]
9546
+ # UI name: [Percent bot conversations outcome][74]
9293
9547
  #
9294
9548
  # PERCENT\_BOT\_INTENTS\_OUTCOME
9295
9549
  #
@@ -9302,7 +9556,7 @@ module Aws::Connect
9302
9556
  # published timestamp, Initiation method, Invoking resource type,
9303
9557
  # Parent flows resource ID
9304
9558
  #
9305
- # UI name: [Percent bot intents outcome][71]
9559
+ # UI name: [Percent bot intents outcome][75]
9306
9560
  #
9307
9561
  # PERCENT\_CASES\_FIRST\_CONTACT\_RESOLVED
9308
9562
  #
@@ -9312,7 +9566,7 @@ module Aws::Connect
9312
9566
  #
9313
9567
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9314
9568
  #
9315
- # UI name: [Cases resolved on first contact][72]
9569
+ # UI name: [Cases resolved on first contact][76]
9316
9570
  #
9317
9571
  # PERCENT\_CONTACTS\_STEP\_EXPIRED
9318
9572
  #
@@ -9344,7 +9598,7 @@ module Aws::Connect
9344
9598
  # Flows outcome type, Flows resource ID, Initiation method, Resource
9345
9599
  # published timestamp
9346
9600
  #
9347
- # UI name: [Flows outcome percentage][73].
9601
+ # UI name: [Flows outcome percentage][77].
9348
9602
  #
9349
9603
  # <note markdown="1"> The `FLOWS_OUTCOME_TYPE` is not a valid grouping.
9350
9604
  #
@@ -9361,7 +9615,7 @@ module Aws::Connect
9361
9615
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9362
9616
  # Connect
9363
9617
  #
9364
- # UI name: [Non-talk time percent][74]
9618
+ # UI name: [Non-talk time percent][78]
9365
9619
  #
9366
9620
  # PERCENT\_TALK\_TIME
9367
9621
  #
@@ -9374,7 +9628,7 @@ module Aws::Connect
9374
9628
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9375
9629
  # Connect
9376
9630
  #
9377
- # UI name: [Talk time percent][75]
9631
+ # UI name: [Talk time percent][79]
9378
9632
  #
9379
9633
  # PERCENT\_TALK\_TIME\_AGENT
9380
9634
  #
@@ -9387,7 +9641,7 @@ module Aws::Connect
9387
9641
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9388
9642
  # Connect
9389
9643
  #
9390
- # UI name: [Agent talk time percent][76]
9644
+ # UI name: [Agent talk time percent][80]
9391
9645
  #
9392
9646
  # PERCENT\_TALK\_TIME\_CUSTOMER
9393
9647
  #
@@ -9400,7 +9654,7 @@ module Aws::Connect
9400
9654
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9401
9655
  # Connect
9402
9656
  #
9403
- # UI name: [Customer talk time percent][77]
9657
+ # UI name: [Customer talk time percent][81]
9404
9658
  #
9405
9659
  # REOPENED\_CASE\_ACTIONS
9406
9660
  #
@@ -9410,7 +9664,7 @@ module Aws::Connect
9410
9664
  #
9411
9665
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9412
9666
  #
9413
- # UI name: [Cases reopened][78]
9667
+ # UI name: [Cases reopened][82]
9414
9668
  #
9415
9669
  # RESOLVED\_CASE\_ACTIONS
9416
9670
  #
@@ -9420,7 +9674,7 @@ module Aws::Connect
9420
9674
  #
9421
9675
  # Valid groupings and filters: CASE\_TEMPLATE\_ARN, CASE\_STATUS
9422
9676
  #
9423
- # UI name: [Cases resolved][79]
9677
+ # UI name: [Cases resolved][83]
9424
9678
  #
9425
9679
  # SERVICE\_LEVEL
9426
9680
  #
@@ -9435,7 +9689,7 @@ module Aws::Connect
9435
9689
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9436
9690
  # (for "Less than") or `LTE` (for "Less than equal").
9437
9691
  #
9438
- # UI name: [Service level X][80]
9692
+ # UI name: [Service level X][84]
9439
9693
  #
9440
9694
  # STEP\_CONTACTS\_QUEUED
9441
9695
  #
@@ -9453,7 +9707,7 @@ module Aws::Connect
9453
9707
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9454
9708
  # Agent Hierarchy, Q in Connect
9455
9709
  #
9456
- # UI name: [After contact work time][81]
9710
+ # UI name: [After contact work time][85]
9457
9711
  #
9458
9712
  # SUM\_CONNECTING\_TIME\_AGENT
9459
9713
  #
@@ -9466,7 +9720,7 @@ module Aws::Connect
9466
9720
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9467
9721
  # Agent Hierarchy
9468
9722
  #
9469
- # UI name: [Agent API connecting time][82]
9723
+ # UI name: [Agent API connecting time][86]
9470
9724
  #
9471
9725
  # <note markdown="1"> The `Negate` key in metric-level filters is not applicable for this
9472
9726
  # metric.
@@ -9488,7 +9742,7 @@ module Aws::Connect
9488
9742
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype,
9489
9743
  # RoutingStepExpression, Q in Connect
9490
9744
  #
9491
- # UI name: [Contact abandoned][83]
9745
+ # UI name: [Contact abandoned][87]
9492
9746
  #
9493
9747
  # SUM\_CONTACTS\_ABANDONED\_IN\_X
9494
9748
  #
@@ -9501,7 +9755,7 @@ module Aws::Connect
9501
9755
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9502
9756
  # (for "Less than") or `LTE` (for "Less than equal").
9503
9757
  #
9504
- # UI name: [Contacts abandoned in X seconds][84]
9758
+ # UI name: [Contacts abandoned in X seconds][88]
9505
9759
  #
9506
9760
  # SUM\_CONTACTS\_ANSWERED\_IN\_X
9507
9761
  #
@@ -9514,7 +9768,7 @@ module Aws::Connect
9514
9768
  # 604800 (inclusive), in seconds. For `Comparison`, you can use `LT`
9515
9769
  # (for "Less than") or `LTE` (for "Less than equal").
9516
9770
  #
9517
- # UI name: [Contacts answered in X seconds][85]
9771
+ # UI name: [Contacts answered in X seconds][89]
9518
9772
  #
9519
9773
  # SUM\_CONTACT\_FLOW\_TIME
9520
9774
  #
@@ -9523,7 +9777,7 @@ module Aws::Connect
9523
9777
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9524
9778
  # Agent Hierarchy, Q in Connect
9525
9779
  #
9526
- # UI name: [Contact flow time][86]
9780
+ # UI name: [Contact flow time][90]
9527
9781
  #
9528
9782
  # SUM\_CONTACT\_TIME\_AGENT
9529
9783
  #
@@ -9531,7 +9785,7 @@ module Aws::Connect
9531
9785
  #
9532
9786
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9533
9787
  #
9534
- # UI name: [Agent on contact time][87]
9788
+ # UI name: [Agent on contact time][91]
9535
9789
  #
9536
9790
  # SUM\_CONTACTS\_DISCONNECTED
9537
9791
  #
@@ -9543,7 +9797,7 @@ module Aws::Connect
9543
9797
  # Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in
9544
9798
  # Connect
9545
9799
  #
9546
- # UI name: [Contact disconnected][88]
9800
+ # UI name: [Contact disconnected][92]
9547
9801
  #
9548
9802
  # SUM\_ERROR\_STATUS\_TIME\_AGENT
9549
9803
  #
@@ -9551,7 +9805,7 @@ module Aws::Connect
9551
9805
  #
9552
9806
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9553
9807
  #
9554
- # UI name: [Error status time][89]
9808
+ # UI name: [Error status time][93]
9555
9809
  #
9556
9810
  # SUM\_HANDLE\_TIME
9557
9811
  #
@@ -9560,7 +9814,7 @@ module Aws::Connect
9560
9814
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9561
9815
  # Agent Hierarchy, Q in Connect
9562
9816
  #
9563
- # UI name: [Contact handle time][90]
9817
+ # UI name: [Contact handle time][94]
9564
9818
  #
9565
9819
  # SUM\_HOLD\_TIME
9566
9820
  #
@@ -9569,7 +9823,7 @@ module Aws::Connect
9569
9823
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9570
9824
  # Agent Hierarchy, Q in Connect
9571
9825
  #
9572
- # UI name: [Customer hold time][91]
9826
+ # UI name: [Customer hold time][95]
9573
9827
  #
9574
9828
  # SUM\_IDLE\_TIME\_AGENT
9575
9829
  #
@@ -9577,7 +9831,7 @@ module Aws::Connect
9577
9831
  #
9578
9832
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9579
9833
  #
9580
- # UI name: [Agent idle time][92]
9834
+ # UI name: [Agent idle time][96]
9581
9835
  #
9582
9836
  # SUM\_INTERACTION\_AND\_HOLD\_TIME
9583
9837
  #
@@ -9586,7 +9840,7 @@ module Aws::Connect
9586
9840
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9587
9841
  # Agent Hierarchy, Q in Connect
9588
9842
  #
9589
- # UI name: [Agent interaction and hold time][93]
9843
+ # UI name: [Agent interaction and hold time][97]
9590
9844
  #
9591
9845
  # SUM\_INTERACTION\_TIME
9592
9846
  #
@@ -9595,7 +9849,7 @@ module Aws::Connect
9595
9849
  # Valid groupings and filters: Queue, Channel, Routing Profile, Agent,
9596
9850
  # Agent Hierarchy
9597
9851
  #
9598
- # UI name: [Agent interaction time][94]
9852
+ # UI name: [Agent interaction time][98]
9599
9853
  #
9600
9854
  # SUM\_NON\_PRODUCTIVE\_TIME\_AGENT
9601
9855
  #
@@ -9603,7 +9857,7 @@ module Aws::Connect
9603
9857
  #
9604
9858
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9605
9859
  #
9606
- # UI name: [Non-Productive Time][95]
9860
+ # UI name: [Non-Productive Time][99]
9607
9861
  #
9608
9862
  # SUM\_ONLINE\_TIME\_AGENT
9609
9863
  #
@@ -9611,7 +9865,7 @@ module Aws::Connect
9611
9865
  #
9612
9866
  # Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
9613
9867
  #
9614
- # UI name: [Online time][96]
9868
+ # UI name: [Online time][100]
9615
9869
  #
9616
9870
  # SUM\_RETRY\_CALLBACK\_ATTEMPTS
9617
9871
  #
@@ -9620,7 +9874,7 @@ module Aws::Connect
9620
9874
  # Valid groupings and filters: Queue, Channel, Routing Profile,
9621
9875
  # contact/segmentAttributes/connect:Subtype, Q in Connect
9622
9876
  #
9623
- # UI name: [Callback attempts][97]
9877
+ # UI name: [Callback attempts][101]
9624
9878
  #
9625
9879
  #
9626
9880
  #
@@ -9647,80 +9901,84 @@ module Aws::Connect
9647
9901
  # [21]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-contact-duration-historical
9648
9902
  # [22]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical
9649
9903
  # [23]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-dials-historical
9650
- # [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-flow-time-historical
9651
- # [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-greeting-time-agent-historical
9652
- # [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-handle-time-historical
9653
- # [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-customer-hold-time-historical
9654
- # [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#avg-customer-hold-time-all-contacts-historical
9655
- # [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-holds-historical
9656
- # [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-customer-hold-time-historical
9657
- # [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
9658
- # [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-agent-historical
9659
- # [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-time-agent-historical
9660
- # [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##average-non-talk-time-historical
9661
- # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-answer-time-historical
9662
- # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-resolution-time-historical
9663
- # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-historical
9664
- # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
9665
- # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
9666
- # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical
9667
- # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed-metric
9668
- # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed-metric
9669
- # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical
9670
- # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical
9671
- # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-interactions-historical
9672
- # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-send-attempts-historical
9673
- # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical
9674
- # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
9675
- # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
9676
- # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
9677
- # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
9678
- # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
9679
- # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
9680
- # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
9681
- # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
9682
- # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
9683
- # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical
9684
- # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
9685
- # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
9686
- # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
9687
- # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
9688
- # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical
9689
- # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical
9690
- # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
9691
- # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
9692
- # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical
9693
- # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
9694
- # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
9695
- # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
9696
- # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome-metric
9697
- # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome-metric
9698
- # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
9699
- # [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
9700
- # [74]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
9701
- # [75]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
9702
- # [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
9703
- # [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
9704
- # [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
9705
- # [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
9706
- # [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
9707
- # [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
9708
- # [82]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
9709
- # [83]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
9710
- # [84]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
9711
- # [85]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
9712
- # [86]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
9713
- # [87]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
9714
- # [88]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
9715
- # [89]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
9716
- # [90]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
9717
- # [91]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
9718
- # [92]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
9719
- # [93]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
9720
- # [94]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
9721
- # [95]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
9722
- # [96]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
9723
- # [97]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
9904
+ # [24]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-evaluation-score-historical
9905
+ # [25]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-flow-time-historical
9906
+ # [26]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-greeting-time-agent-historical
9907
+ # [27]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-handle-time-historical
9908
+ # [28]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-customer-hold-time-historical
9909
+ # [29]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#avg-customer-hold-time-all-contacts-historical
9910
+ # [30]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-holds-historical
9911
+ # [31]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-customer-hold-time-historical
9912
+ # [32]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-agent-interaction-time-historical
9913
+ # [33]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-agent-historical
9914
+ # [34]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-interruptions-time-agent-historical
9915
+ # [35]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##average-non-talk-time-historical
9916
+ # [36]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-queue-answer-time-historical
9917
+ # [37]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-resolution-time-historical
9918
+ # [38]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-historical
9919
+ # [39]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-agent-historical
9920
+ # [40]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical
9921
+ # [41]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical
9922
+ # [42]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-weighted-agent-evaluation-score-historical
9923
+ # [43]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-conversations-completed-metric
9924
+ # [44]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#bot-intents-completed-metric
9925
+ # [45]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical
9926
+ # [46]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical
9927
+ # [47]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-interactions-historical
9928
+ # [48]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-send-attempts-historical
9929
+ # [49]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical
9930
+ # [50]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-created-historical
9931
+ # [51]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#api-contacts-handled-historical
9932
+ # [52]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-handled-by-connected-to-agent-historical
9933
+ # [53]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-agent-disconnect-historical
9934
+ # [54]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-hold-customer-disconnect-historical
9935
+ # [55]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-external-historical
9936
+ # [56]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-internal-historical
9937
+ # [57]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-historical
9938
+ # [58]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-queued-by-enqueue-historical
9939
+ # [59]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical
9940
+ # [60]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-resolved-historical
9941
+ # [61]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-historical
9942
+ # [62]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-transferred-out-by-agent-historical
9943
+ # [63]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical
9944
+ # [64]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical
9945
+ # [65]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical
9946
+ # [66]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#evaluations-performed-historical
9947
+ # [67]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-historical
9948
+ # [68]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical
9949
+ # [69]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical
9950
+ # [70]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-flow-time-historical
9951
+ # [71]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#maximum-queued-time-historical
9952
+ # [72]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#minimum-flow-time-historical
9953
+ # [73]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#percent-evaluation-automatic-failures-historical
9954
+ # [74]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-conversations-outcome-metric
9955
+ # [75]: https://docs.aws.amazon.com/connect/latest/adminguide/bot-metrics.html#percent-bot-intents-outcome-metric
9956
+ # [76]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-first-contact-historical
9957
+ # [77]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-outcome-percentage-historical
9958
+ # [78]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ntt-historical
9959
+ # [79]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#tt-historical
9960
+ # [80]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttagent-historical
9961
+ # [81]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#ttcustomer-historical
9962
+ # [82]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-reopened-historical
9963
+ # [83]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-resolved-historical
9964
+ # [84]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#service-level-historical
9965
+ # [85]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#acw-historical
9966
+ # [86]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time
9967
+ # [87]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical
9968
+ # [88]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-x-historical
9969
+ # [89]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-answered-x-historical
9970
+ # [90]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-flow-time-historical
9971
+ # [91]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-on-contact-time-historical
9972
+ # [92]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-disconnected-historical
9973
+ # [93]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#error-status-time-historical
9974
+ # [94]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contact-handle-time-historical
9975
+ # [95]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#customer-hold-time-historical
9976
+ # [96]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-idle-time-historica
9977
+ # [97]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-hold-time-historical
9978
+ # [98]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#agent-interaction-time-historical
9979
+ # [99]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#npt-historical
9980
+ # [100]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#online-time-historical
9981
+ # [101]: https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#callback-attempts-historical
9724
9982
  #
9725
9983
  # @option params [String] :next_token
9726
9984
  # The token for the next set of results. Use the value returned in the
@@ -10000,7 +10258,7 @@ module Aws::Connect
10000
10258
  # service level quota of 99 phone numbers, and in any 180 day period you
10001
10259
  # release 99, claim 99, and then release 99, you will have exceeded the
10002
10260
  # 200% limit. At that point you are blocked from claiming any more
10003
- # numbers until you open an Amazon Web Services Support ticket.
10261
+ # numbers until you open an Amazon Web ServicesSupport ticket.
10004
10262
  #
10005
10263
  #
10006
10264
  #
@@ -10175,6 +10433,7 @@ module Aws::Connect
10175
10433
  # resp.results[0].target_account_id #=> String
10176
10434
  # resp.results[0].resource_share_id #=> String
10177
10435
  # resp.results[0].resource_share_arn #=> String
10436
+ # resp.results[0].resource_share_status #=> String
10178
10437
  # resp.next_token #=> String
10179
10438
  #
10180
10439
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListAnalyticsDataAssociations AWS API Documentation
@@ -10186,6 +10445,54 @@ module Aws::Connect
10186
10445
  req.send_request(options)
10187
10446
  end
10188
10447
 
10448
+ # Lists the data lake datasets available to associate with for a given
10449
+ # Amazon Connect instance.
10450
+ #
10451
+ # @option params [required, String] :instance_id
10452
+ # The identifier of the Amazon Connect instance. You can [find the
10453
+ # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
10454
+ #
10455
+ #
10456
+ #
10457
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
10458
+ #
10459
+ # @option params [String] :next_token
10460
+ # The token for the next set of results. Use the value returned in the
10461
+ # previous response in the next request to retrieve the next set of
10462
+ # results.
10463
+ #
10464
+ # @option params [Integer] :max_results
10465
+ # The maximum number of results to return per page.
10466
+ #
10467
+ # @return [Types::ListAnalyticsDataLakeDataSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10468
+ #
10469
+ # * {Types::ListAnalyticsDataLakeDataSetsResponse#results #results} => Array&lt;Types::AnalyticsDataSetsResult&gt;
10470
+ # * {Types::ListAnalyticsDataLakeDataSetsResponse#next_token #next_token} => String
10471
+ #
10472
+ # @example Request syntax with placeholder values
10473
+ #
10474
+ # resp = client.list_analytics_data_lake_data_sets({
10475
+ # instance_id: "InstanceId", # required
10476
+ # next_token: "NextToken",
10477
+ # max_results: 1,
10478
+ # })
10479
+ #
10480
+ # @example Response structure
10481
+ #
10482
+ # resp.results #=> Array
10483
+ # resp.results[0].data_set_id #=> String
10484
+ # resp.results[0].data_set_name #=> String
10485
+ # resp.next_token #=> String
10486
+ #
10487
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListAnalyticsDataLakeDataSets AWS API Documentation
10488
+ #
10489
+ # @overload list_analytics_data_lake_data_sets(params = {})
10490
+ # @param [Hash] params ({})
10491
+ def list_analytics_data_lake_data_sets(params = {}, options = {})
10492
+ req = build_request(:list_analytics_data_lake_data_sets, params)
10493
+ req.send_request(options)
10494
+ end
10495
+
10189
10496
  # This API is in preview release for Amazon Connect and is subject to
10190
10497
  # change.
10191
10498
  #
@@ -10303,8 +10610,8 @@ module Aws::Connect
10303
10610
  end
10304
10611
 
10305
10612
  # This API is in preview release for Amazon Connect and is subject to
10306
- # change. To request access to this API, contact Amazon Web Services
10307
- # Support.
10613
+ # change. To request access to this API, contact Amazon Web
10614
+ # ServicesSupport.
10308
10615
  #
10309
10616
  # Provides summary information about the authentication profiles in a
10310
10617
  # specified Amazon Connect instance.
@@ -13177,7 +13484,7 @@ module Aws::Connect
13177
13484
  # After releasing a phone number, the phone number enters into a
13178
13485
  # cooldown period for up to 180 days. It cannot be searched for or
13179
13486
  # claimed again until the period has ended. If you accidentally release
13180
- # a phone number, contact Amazon Web Services Support.
13487
+ # a phone number, contact Amazon Web ServicesSupport.
13181
13488
  #
13182
13489
  # If you plan to claim and release numbers frequently, contact us for a
13183
13490
  # service quota exception. Otherwise, it is possible you will be blocked
@@ -14640,25 +14947,29 @@ module Aws::Connect
14640
14947
  # @option params [Array<String>] :resource_types
14641
14948
  # The list of resource types to be used to search tags from. If not
14642
14949
  # provided or if any empty list is provided, this API will search from
14643
- # all supported resource types.
14950
+ # all supported resource types. Note that lowercase and - are required.
14644
14951
  #
14645
14952
  # **Supported resource types**
14646
14953
  #
14647
- # * AGENT
14954
+ # * agent
14955
+ #
14956
+ # * agent-state
14957
+ #
14958
+ # * routing-profile
14648
14959
  #
14649
- # * ROUTING\_PROFILE
14960
+ # * standard-queue
14650
14961
  #
14651
- # * STANDARD\_QUEUE
14962
+ # * security-profile
14652
14963
  #
14653
- # * SECURITY\_PROFILE
14964
+ # * operating-hours
14654
14965
  #
14655
- # * OPERATING\_HOURS
14966
+ # * prompt
14656
14967
  #
14657
- # * PROMPT
14968
+ # * contact-flow
14658
14969
  #
14659
- # * CONTACT\_FLOW
14970
+ # * flow- module
14660
14971
  #
14661
- # * FLOW\_MODULE
14972
+ # * transfer-destination (also known as quick connect)
14662
14973
  #
14663
14974
  # @option params [String] :next_token
14664
14975
  # The token for the next set of results. Use the value returned in the
@@ -15097,11 +15408,6 @@ module Aws::Connect
15097
15408
  # The identifier of the Amazon Connect instance. You can [find the
15098
15409
  # instance ID][1] in the Amazon Resource Name (ARN) of the instance.
15099
15410
  #
15100
- # <note markdown="1"> InstanceID is a required field. The "Required: No" below is
15101
- # incorrect.
15102
- #
15103
- # </note>
15104
- #
15105
15411
  #
15106
15412
  #
15107
15413
  # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
@@ -15670,8 +15976,8 @@ module Aws::Connect
15670
15976
  #
15671
15977
  # If you use the `ChatDurationInMinutes` parameter and receive a 400
15672
15978
  # error, your account may not support the ability to configure custom
15673
- # chat durations. For more information, contact Amazon Web Services
15674
- # Support.
15979
+ # chat durations. For more information, contact Amazon Web
15980
+ # ServicesSupport.
15675
15981
  #
15676
15982
  # For more information about chat, see the following topics in the
15677
15983
  # *Amazon Connect Administrator Guide*:
@@ -17662,8 +17968,8 @@ module Aws::Connect
17662
17968
  end
17663
17969
 
17664
17970
  # This API is in preview release for Amazon Connect and is subject to
17665
- # change. To request access to this API, contact Amazon Web Services
17666
- # Support.
17971
+ # change. To request access to this API, contact Amazon Web
17972
+ # ServicesSupport.
17667
17973
  #
17668
17974
  # Updates the selected authentication profile.
17669
17975
  #
@@ -17925,9 +18231,9 @@ module Aws::Connect
17925
18231
  # contact. Attribute keys can include only alphanumeric, dash, and
17926
18232
  # underscore characters.
17927
18233
  #
17928
- # When the attributes for a contact exceed 32 KB, the contact is routed
17929
- # down the Error branch of the flow. As a mitigation, consider the
17930
- # following options:
18234
+ # In the [Set contact attributes][1] block, when the attributes for a
18235
+ # contact exceed 32 KB, the contact is routed down the Error branch of
18236
+ # the flow. As a mitigation, consider the following options:
17931
18237
  #
17932
18238
  # * Remove unnecessary attributes by setting their values to empty.
17933
18239
  #
@@ -18762,7 +19068,7 @@ module Aws::Connect
18762
19068
  # The type of attribute.
18763
19069
  #
18764
19070
  # <note markdown="1"> Only allowlisted customers can consume USE\_CUSTOM\_TTS\_VOICES. To
18765
- # access this feature, contact Amazon Web Services Support for
19071
+ # access this feature, contact Amazon Web ServicesSupport for
18766
19072
  # allowlisting.
18767
19073
  #
18768
19074
  # </note>
@@ -18770,6 +19076,19 @@ module Aws::Connect
18770
19076
  # @option params [required, String] :value
18771
19077
  # The value for the attribute. Maximum character limit is 100.
18772
19078
  #
19079
+ # @option params [String] :client_token
19080
+ # A unique, case-sensitive identifier that you provide to ensure the
19081
+ # idempotency of the request. If not provided, the Amazon Web Services
19082
+ # SDK populates this field. For more information about idempotency, see
19083
+ # [Making retries safe with idempotent APIs][1].
19084
+ #
19085
+ # **A suitable default value is auto-generated.** You should normally
19086
+ # not need to pass this option.**
19087
+ #
19088
+ #
19089
+ #
19090
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
19091
+ #
18773
19092
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
18774
19093
  #
18775
19094
  # @example Request syntax with placeholder values
@@ -18778,6 +19097,7 @@ module Aws::Connect
18778
19097
  # instance_id: "InstanceId", # required
18779
19098
  # attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING, ENHANCED_CHAT_MONITORING, MULTI_PARTY_CHAT_CONFERENCE
18780
19099
  # value: "InstanceAttributeValue", # required
19100
+ # client_token: "ClientToken",
18781
19101
  # })
18782
19102
  #
18783
19103
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateInstanceAttribute AWS API Documentation
@@ -18813,6 +19133,19 @@ module Aws::Connect
18813
19133
  # @option params [required, Types::InstanceStorageConfig] :storage_config
18814
19134
  # The storage configuration for the instance.
18815
19135
  #
19136
+ # @option params [String] :client_token
19137
+ # A unique, case-sensitive identifier that you provide to ensure the
19138
+ # idempotency of the request. If not provided, the Amazon Web Services
19139
+ # SDK populates this field. For more information about idempotency, see
19140
+ # [Making retries safe with idempotent APIs][1].
19141
+ #
19142
+ # **A suitable default value is auto-generated.** You should normally
19143
+ # not need to pass this option.**
19144
+ #
19145
+ #
19146
+ #
19147
+ # [1]: https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
19148
+ #
18816
19149
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
18817
19150
  #
18818
19151
  # @example Request syntax with placeholder values
@@ -18847,6 +19180,7 @@ module Aws::Connect
18847
19180
  # firehose_arn: "ARN", # required
18848
19181
  # },
18849
19182
  # },
19183
+ # client_token: "ClientToken",
18850
19184
  # })
18851
19185
  #
18852
19186
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateInstanceStorageConfig AWS API Documentation
@@ -20140,6 +20474,11 @@ module Aws::Connect
20140
20474
  # Updates the traffic distribution for a given traffic distribution
20141
20475
  # group.
20142
20476
  #
20477
+ # When you shift telephony traffic, also shift agents and/or agent
20478
+ # sign-ins to ensure they can handle the calls in the other Region. If
20479
+ # you don't shift the agents, voice calls will go to the shifted Region
20480
+ # but there won't be any agents available to receive the calls.
20481
+ #
20143
20482
  # <note markdown="1"> The `SignInConfig` distribution is available only on a default
20144
20483
  # `TrafficDistributionGroup` (see the `IsDefault` parameter in the
20145
20484
  # [TrafficDistributionGroup][1] data type). If you call
@@ -20661,7 +21000,7 @@ module Aws::Connect
20661
21000
  tracer: tracer
20662
21001
  )
20663
21002
  context[:gem_name] = 'aws-sdk-connect'
20664
- context[:gem_version] = '1.195.0'
21003
+ context[:gem_version] = '1.197.0'
20665
21004
  Seahorse::Client::Request.new(handlers, context)
20666
21005
  end
20667
21006