@aws-sdk/client-connect 3.863.0 → 3.865.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.
Files changed (74) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +110 -27
  3. package/dist-es/Connect.js +2 -0
  4. package/dist-es/commands/GetContactMetricsCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_1.js +11 -0
  7. package/dist-es/models/models_2.js +0 -25
  8. package/dist-es/models/models_3.js +25 -0
  9. package/dist-es/protocols/Aws_restJson1.js +51 -0
  10. package/dist-types/Connect.d.ts +7 -0
  11. package/dist-types/ConnectClient.d.ts +3 -2
  12. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +1 -2
  13. package/dist-types/commands/CreateAgentStatusCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +1 -2
  15. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateViewCommand.d.ts +4 -1
  18. package/dist-types/commands/CreateViewVersionCommand.d.ts +4 -1
  19. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -2
  20. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +4 -1
  22. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -1
  23. package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -1
  24. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -1
  25. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -1
  26. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -1
  27. package/dist-types/commands/DeleteViewCommand.d.ts +4 -1
  28. package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -1
  29. package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -1
  30. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +1 -2
  32. package/dist-types/commands/DescribeQueueCommand.d.ts +1 -2
  33. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -2
  34. package/dist-types/commands/GetContactMetricsCommand.d.ts +117 -0
  35. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  36. package/dist-types/commands/GetMetricDataV2Command.d.ts +37 -0
  37. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -2
  38. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListLexBotsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -2
  42. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +1 -2
  43. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -1
  44. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -2
  45. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -2
  46. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +4 -1
  47. package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -1
  48. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -2
  49. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -2
  50. package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -2
  51. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -2
  52. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -2
  53. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -1
  54. package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -1
  55. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +4 -1
  56. package/dist-types/commands/index.d.ts +1 -0
  57. package/dist-types/models/models_0.d.ts +6 -7
  58. package/dist-types/models/models_1.d.ts +517 -150
  59. package/dist-types/models/models_2.d.ts +130 -144
  60. package/dist-types/models/models_3.d.ts +143 -6
  61. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  62. package/dist-types/ts3.4/Connect.d.ts +17 -0
  63. package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
  64. package/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +4 -2
  69. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  70. package/dist-types/ts3.4/models/models_1.d.ts +40 -31
  71. package/dist-types/ts3.4/models/models_2.d.ts +33 -67
  72. package/dist-types/ts3.4/models/models_3.d.ts +68 -1
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  74. package/package.json +5 -5
@@ -487,12 +487,14 @@ export interface ParticipantMetrics {
487
487
  */
488
488
  ParticipantId?: string | undefined;
489
489
  /**
490
- * <p>Information about the conversation participant. Following are the participant types: [Agent, Customer, Supervisor].</p>
490
+ * <p>Information about the conversation participant. Following are the participant types: [Agent,
491
+ * Customer, Supervisor].</p>
491
492
  * @public
492
493
  */
493
494
  ParticipantType?: ParticipantType | undefined;
494
495
  /**
495
- * <p>A boolean flag indicating whether the chat conversation was abandoned by a Participant.</p>
496
+ * <p>A boolean flag indicating whether the chat conversation was abandoned by a
497
+ * Participant.</p>
496
498
  * @public
497
499
  */
498
500
  ConversationAbandon?: boolean | undefined;
@@ -533,7 +535,8 @@ export interface ParticipantMetrics {
533
535
  */
534
536
  export interface ChatContactMetrics {
535
537
  /**
536
- * <p>A boolean flag indicating whether multiparty chat or supervisor barge were enabled on this contact.</p>
538
+ * <p>A boolean flag indicating whether multiparty chat or supervisor barge were enabled on this
539
+ * contact.</p>
537
540
  * @public
538
541
  */
539
542
  MultiParty?: boolean | undefined;
@@ -558,7 +561,8 @@ export interface ChatContactMetrics {
558
561
  */
559
562
  ConversationCloseTimeInMillis?: number | undefined;
560
563
  /**
561
- * <p>The number of conversation turns in a chat contact, which represents the back-and-forth exchanges between customer and other participants.</p>
564
+ * <p>The number of conversation turns in a chat contact, which represents the back-and-forth
565
+ * exchanges between customer and other participants.</p>
562
566
  * @public
563
567
  */
564
568
  ConversationTurnCount?: number | undefined;
@@ -4010,6 +4014,115 @@ export interface GetContactAttributesResponse {
4010
4014
  */
4011
4015
  Attributes?: Record<string, string> | undefined;
4012
4016
  }
4017
+ /**
4018
+ * @public
4019
+ * @enum
4020
+ */
4021
+ export declare const ContactMetricName: {
4022
+ readonly POSITION_IN_QUEUE: "POSITION_IN_QUEUE";
4023
+ };
4024
+ /**
4025
+ * @public
4026
+ */
4027
+ export type ContactMetricName = (typeof ContactMetricName)[keyof typeof ContactMetricName];
4028
+ /**
4029
+ * <p>The object that contains information about metric being requested.</p>
4030
+ * @public
4031
+ */
4032
+ export interface ContactMetricInfo {
4033
+ /**
4034
+ * <p>The name of the metric being retrieved in type String.</p>
4035
+ * @public
4036
+ */
4037
+ Name: ContactMetricName | undefined;
4038
+ }
4039
+ /**
4040
+ * @public
4041
+ */
4042
+ export interface GetContactMetricsRequest {
4043
+ /**
4044
+ * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
4045
+ * @public
4046
+ */
4047
+ InstanceId: string | undefined;
4048
+ /**
4049
+ * <p>The identifier of the contact in this instance of Amazon Connect. </p>
4050
+ * @public
4051
+ */
4052
+ ContactId: string | undefined;
4053
+ /**
4054
+ * <p>A list of contact-level metrics to retrieve.</p>
4055
+ * @public
4056
+ */
4057
+ Metrics: ContactMetricInfo[] | undefined;
4058
+ }
4059
+ /**
4060
+ * <p>Object which contains the number.</p>
4061
+ * @public
4062
+ */
4063
+ export type ContactMetricValue = ContactMetricValue.NumberMember | ContactMetricValue.$UnknownMember;
4064
+ /**
4065
+ * @public
4066
+ */
4067
+ export declare namespace ContactMetricValue {
4068
+ /**
4069
+ * <p>The number of type Double. This number is the contact's position in queue.</p>
4070
+ * @public
4071
+ */
4072
+ interface NumberMember {
4073
+ Number: number;
4074
+ $unknown?: never;
4075
+ }
4076
+ /**
4077
+ * @public
4078
+ */
4079
+ interface $UnknownMember {
4080
+ Number?: never;
4081
+ $unknown: [string, any];
4082
+ }
4083
+ interface Visitor<T> {
4084
+ Number: (value: number) => T;
4085
+ _: (name: string, value: any) => T;
4086
+ }
4087
+ const visit: <T>(value: ContactMetricValue, visitor: Visitor<T>) => T;
4088
+ }
4089
+ /**
4090
+ * <p>Object containing information about metric requested for the contact.</p>
4091
+ * @public
4092
+ */
4093
+ export interface ContactMetricResult {
4094
+ /**
4095
+ * <p>The name of the metric being retrieved in type String.</p>
4096
+ * @public
4097
+ */
4098
+ Name: ContactMetricName | undefined;
4099
+ /**
4100
+ * <p>Object result associated with the metric received.</p>
4101
+ * @public
4102
+ */
4103
+ Value: ContactMetricValue | undefined;
4104
+ }
4105
+ /**
4106
+ * @public
4107
+ */
4108
+ export interface GetContactMetricsResponse {
4109
+ /**
4110
+ * <p>A list of metric results containing the calculated values for each requested metric. Each
4111
+ * result includes the metric name and its corresponding calculated value.</p>
4112
+ * @public
4113
+ */
4114
+ MetricResults?: ContactMetricResult[] | undefined;
4115
+ /**
4116
+ * <p>The unique identifier of the contact for which metrics were retrieved.</p>
4117
+ * @public
4118
+ */
4119
+ Id?: string | undefined;
4120
+ /**
4121
+ * <p>The ARN of the contact for which metrics were retrieved.</p>
4122
+ * @public
4123
+ */
4124
+ Arn?: string | undefined;
4125
+ }
4013
4126
  /**
4014
4127
  * @public
4015
4128
  * @enum
@@ -4677,12 +4790,12 @@ export interface GetEffectiveHoursOfOperationsRequest {
4677
4790
  */
4678
4791
  HoursOfOperationId: string | undefined;
4679
4792
  /**
4680
- * <p>The Date from when the hours of operation are listed.</p>
4793
+ * <p>The date from when the hours of operation are listed.</p>
4681
4794
  * @public
4682
4795
  */
4683
4796
  FromDate: string | undefined;
4684
4797
  /**
4685
- * <p>The Date until when the hours of operation are listed.</p>
4798
+ * <p>The date until when the hours of operation are listed.</p>
4686
4799
  * @public
4687
4800
  */
4688
4801
  ToDate: string | undefined;
@@ -4724,7 +4837,7 @@ export interface EffectiveHoursOfOperations {
4724
4837
  */
4725
4838
  export interface GetEffectiveHoursOfOperationsResponse {
4726
4839
  /**
4727
- * <p>Information about the effective hours of operations</p>
4840
+ * <p>Information about the effective hours of operations.</p>
4728
4841
  * @public
4729
4842
  */
4730
4843
  EffectiveHoursOfOperationList?: EffectiveHoursOfOperations[] | undefined;
@@ -4936,13 +5049,213 @@ export interface Threshold {
4936
5049
  ThresholdValue?: number | undefined;
4937
5050
  }
4938
5051
  /**
4939
- * <p>Contains information about a historical metric. For a description of each metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html">Metrics
4940
- * definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
5052
+ * <p>Contains information about a historical metric. </p>
4941
5053
  * @public
4942
5054
  */
4943
5055
  export interface HistoricalMetric {
4944
5056
  /**
4945
- * <p>The name of the metric.</p>
5057
+ * <p>The name of the metric. Following is a list of each supported metric mapped to the UI name,
5058
+ * linked to a detailed description in the <i>Amazon Connect Administrator
5059
+ * Guide</i>. </p>
5060
+ * <dl>
5061
+ * <dt>ABANDON_TIME</dt>
5062
+ * <dd>
5063
+ * <p>Unit: SECONDS</p>
5064
+ * <p>Statistic: AVG</p>
5065
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time">Average
5066
+ * queue abandon time</a>
5067
+ * </p>
5068
+ * </dd>
5069
+ * <dt>AFTER_CONTACT_WORK_TIME</dt>
5070
+ * <dd>
5071
+ * <p>Unit: SECONDS</p>
5072
+ * <p>Statistic: AVG</p>
5073
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time">After
5074
+ * contact work time</a>
5075
+ * </p>
5076
+ * </dd>
5077
+ * <dt>API_CONTACTS_HANDLED</dt>
5078
+ * <dd>
5079
+ * <p>Unit: COUNT</p>
5080
+ * <p>Statistic: SUM</p>
5081
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled">API contacts
5082
+ * handled</a>
5083
+ * </p>
5084
+ * </dd>
5085
+ * <dt>AVG_HOLD_TIME</dt>
5086
+ * <dd>
5087
+ * <p>Unit: SECONDS</p>
5088
+ * <p>Statistic: AVG</p>
5089
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time">Average
5090
+ * customer hold time</a>
5091
+ * </p>
5092
+ * </dd>
5093
+ * <dt>CALLBACK_CONTACTS_HANDLED</dt>
5094
+ * <dd>
5095
+ * <p>Unit: COUNT</p>
5096
+ * <p>Statistic: SUM</p>
5097
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-contacts-handled">Callback
5098
+ * contacts handled</a>
5099
+ * </p>
5100
+ * </dd>
5101
+ * <dt>CONTACTS_ABANDONED</dt>
5102
+ * <dd>
5103
+ * <p>Unit: COUNT</p>
5104
+ * <p>Statistic: SUM</p>
5105
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned">Contacts
5106
+ * abandoned</a>
5107
+ * </p>
5108
+ * </dd>
5109
+ * <dt>CONTACTS_AGENT_HUNG_UP_FIRST</dt>
5110
+ * <dd>
5111
+ * <p>Unit: COUNT</p>
5112
+ * <p>Statistic: SUM</p>
5113
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-agent-hung-up-first">Contacts agent hung up first</a>
5114
+ * </p>
5115
+ * </dd>
5116
+ * <dt>CONTACTS_CONSULTED</dt>
5117
+ * <dd>
5118
+ * <p>Unit: COUNT</p>
5119
+ * <p>Statistic: SUM</p>
5120
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-consulted">Contacts
5121
+ * consulted</a>
5122
+ * </p>
5123
+ * </dd>
5124
+ * <dt>CONTACTS_HANDLED</dt>
5125
+ * <dd>
5126
+ * <p>Unit: COUNT</p>
5127
+ * <p>Statistic: SUM</p>
5128
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled">Contacts
5129
+ * handled</a>
5130
+ * </p>
5131
+ * </dd>
5132
+ * <dt>CONTACTS_HANDLED_INCOMING</dt>
5133
+ * <dd>
5134
+ * <p>Unit: COUNT</p>
5135
+ * <p>Statistic: SUM</p>
5136
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-incoming">Contacts
5137
+ * handled incoming</a>
5138
+ * </p>
5139
+ * </dd>
5140
+ * <dt>CONTACTS_HANDLED_OUTBOUND</dt>
5141
+ * <dd>
5142
+ * <p>Unit: COUNT</p>
5143
+ * <p>Statistic: SUM</p>
5144
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-outbound">Contacts
5145
+ * handled outbound</a>
5146
+ * </p>
5147
+ * </dd>
5148
+ * <dt>CONTACTS_HOLD_ABANDONS</dt>
5149
+ * <dd>
5150
+ * <p>Unit: COUNT</p>
5151
+ * <p>Statistic: SUM</p>
5152
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect">Contacts
5153
+ * hold disconnect</a>
5154
+ * </p>
5155
+ * </dd>
5156
+ * <dt>CONTACTS_MISSED</dt>
5157
+ * <dd>
5158
+ * <p>Unit: COUNT</p>
5159
+ * <p>Statistic: SUM</p>
5160
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response">AGENT_NON_RESPONSE</a>
5161
+ * </p>
5162
+ * </dd>
5163
+ * <dt>CONTACTS_QUEUED</dt>
5164
+ * <dd>
5165
+ * <p>Unit: COUNT</p>
5166
+ * <p>Statistic: SUM</p>
5167
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued">Contacts
5168
+ * queued</a>
5169
+ * </p>
5170
+ * </dd>
5171
+ * <dt>CONTACTS_TRANSFERRED_IN</dt>
5172
+ * <dd>
5173
+ * <p>Unit: COUNT</p>
5174
+ * <p>Statistic: SUM</p>
5175
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-in">Contacts
5176
+ * transferred in</a>
5177
+ * </p>
5178
+ * </dd>
5179
+ * <dt>CONTACTS_TRANSFERRED_IN_FROM_QUEUE</dt>
5180
+ * <dd>
5181
+ * <p>Unit: COUNT</p>
5182
+ * <p>Statistic: SUM</p>
5183
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue">Contacts transferred out queue</a>
5184
+ * </p>
5185
+ * </dd>
5186
+ * <dt>CONTACTS_TRANSFERRED_OUT</dt>
5187
+ * <dd>
5188
+ * <p>Unit: COUNT</p>
5189
+ * <p>Statistic: SUM</p>
5190
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out">Contacts
5191
+ * transferred out</a>
5192
+ * </p>
5193
+ * </dd>
5194
+ * <dt>CONTACTS_TRANSFERRED_OUT_FROM_QUEUE</dt>
5195
+ * <dd>
5196
+ * <p>Unit: COUNT</p>
5197
+ * <p>Statistic: SUM</p>
5198
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue">Contacts transferred out queue</a>
5199
+ * </p>
5200
+ * </dd>
5201
+ * <dt>HANDLE_TIME</dt>
5202
+ * <dd>
5203
+ * <p>Unit: SECONDS</p>
5204
+ * <p>Statistic: AVG</p>
5205
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time">Average handle
5206
+ * time</a>
5207
+ * </p>
5208
+ * </dd>
5209
+ * <dt>INTERACTION_AND_HOLD_TIME</dt>
5210
+ * <dd>
5211
+ * <p>Unit: SECONDS</p>
5212
+ * <p>Statistic: AVG</p>
5213
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time">Average agent interaction and customer hold time</a>
5214
+ * </p>
5215
+ * </dd>
5216
+ * <dt>INTERACTION_TIME</dt>
5217
+ * <dd>
5218
+ * <p>Unit: SECONDS</p>
5219
+ * <p>Statistic: AVG</p>
5220
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#aaverage-agent-interaction-time">Average agent interaction time</a>
5221
+ * </p>
5222
+ * </dd>
5223
+ * <dt>OCCUPANCY</dt>
5224
+ * <dd>
5225
+ * <p>Unit: PERCENT</p>
5226
+ * <p>Statistic: AVG</p>
5227
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#occupancy">Occupancy</a>
5228
+ * </p>
5229
+ * </dd>
5230
+ * <dt>QUEUE_ANSWER_TIME</dt>
5231
+ * <dd>
5232
+ * <p>Unit: SECONDS</p>
5233
+ * <p>Statistic: AVG</p>
5234
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html##average-queue-answer-time">Average
5235
+ * queue answer time</a>
5236
+ * </p>
5237
+ * </dd>
5238
+ * <dt>QUEUED_TIME</dt>
5239
+ * <dd>
5240
+ * <p>Unit: SECONDS</p>
5241
+ * <p>Statistic: MAX</p>
5242
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time">Minimum flow
5243
+ * time</a>
5244
+ * </p>
5245
+ * </dd>
5246
+ * <dt>SERVICE_LEVEL</dt>
5247
+ * <dd>
5248
+ * <p>You can include up to 20 SERVICE_LEVEL metrics in a request.</p>
5249
+ * <p>Unit: PERCENT</p>
5250
+ * <p>Statistic: AVG</p>
5251
+ * <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800
5252
+ * (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for
5253
+ * "Less than"). </p>
5254
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#service-level">Service level
5255
+ * X</a>
5256
+ * </p>
5257
+ * </dd>
5258
+ * </dl>
4946
5259
  * @public
4947
5260
  */
4948
5261
  Name?: HistoricalMetricName | undefined;
@@ -5024,121 +5337,186 @@ export interface GetMetricDataRequest {
5024
5337
  * <dd>
5025
5338
  * <p>Unit: SECONDS</p>
5026
5339
  * <p>Statistic: AVG</p>
5340
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time">Average
5341
+ * queue abandon time</a>
5342
+ * </p>
5027
5343
  * </dd>
5028
5344
  * <dt>AFTER_CONTACT_WORK_TIME</dt>
5029
5345
  * <dd>
5030
5346
  * <p>Unit: SECONDS</p>
5031
5347
  * <p>Statistic: AVG</p>
5348
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#after-contact-work-time">After
5349
+ * contact work time</a>
5350
+ * </p>
5032
5351
  * </dd>
5033
5352
  * <dt>API_CONTACTS_HANDLED</dt>
5034
5353
  * <dd>
5035
5354
  * <p>Unit: COUNT</p>
5036
5355
  * <p>Statistic: SUM</p>
5356
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#api-contacts-handled">API contacts
5357
+ * handled</a>
5358
+ * </p>
5359
+ * </dd>
5360
+ * <dt>AVG_HOLD_TIME</dt>
5361
+ * <dd>
5362
+ * <p>Unit: SECONDS</p>
5363
+ * <p>Statistic: AVG</p>
5364
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-hold-time">Average
5365
+ * customer hold time</a>
5366
+ * </p>
5037
5367
  * </dd>
5038
5368
  * <dt>CALLBACK_CONTACTS_HANDLED</dt>
5039
5369
  * <dd>
5040
5370
  * <p>Unit: COUNT</p>
5041
5371
  * <p>Statistic: SUM</p>
5372
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#callback-contacts-handled">Callback
5373
+ * contacts handled</a>
5374
+ * </p>
5042
5375
  * </dd>
5043
5376
  * <dt>CONTACTS_ABANDONED</dt>
5044
5377
  * <dd>
5045
5378
  * <p>Unit: COUNT</p>
5046
5379
  * <p>Statistic: SUM</p>
5380
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-abandoned">Contacts
5381
+ * abandoned</a>
5382
+ * </p>
5047
5383
  * </dd>
5048
5384
  * <dt>CONTACTS_AGENT_HUNG_UP_FIRST</dt>
5049
5385
  * <dd>
5050
5386
  * <p>Unit: COUNT</p>
5051
5387
  * <p>Statistic: SUM</p>
5388
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-agent-hung-up-first">Contacts agent hung up first</a>
5389
+ * </p>
5052
5390
  * </dd>
5053
5391
  * <dt>CONTACTS_CONSULTED</dt>
5054
5392
  * <dd>
5055
5393
  * <p>Unit: COUNT</p>
5056
5394
  * <p>Statistic: SUM</p>
5395
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-consulted">Contacts
5396
+ * consulted</a>
5397
+ * </p>
5057
5398
  * </dd>
5058
5399
  * <dt>CONTACTS_HANDLED</dt>
5059
5400
  * <dd>
5060
5401
  * <p>Unit: COUNT</p>
5061
5402
  * <p>Statistic: SUM</p>
5403
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled">Contacts
5404
+ * handled</a>
5405
+ * </p>
5062
5406
  * </dd>
5063
5407
  * <dt>CONTACTS_HANDLED_INCOMING</dt>
5064
5408
  * <dd>
5065
5409
  * <p>Unit: COUNT</p>
5066
5410
  * <p>Statistic: SUM</p>
5411
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-incoming">Contacts
5412
+ * handled incoming</a>
5413
+ * </p>
5067
5414
  * </dd>
5068
5415
  * <dt>CONTACTS_HANDLED_OUTBOUND</dt>
5069
5416
  * <dd>
5070
5417
  * <p>Unit: COUNT</p>
5071
5418
  * <p>Statistic: SUM</p>
5419
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-handled-outbound">Contacts
5420
+ * handled outbound</a>
5421
+ * </p>
5072
5422
  * </dd>
5073
5423
  * <dt>CONTACTS_HOLD_ABANDONS</dt>
5074
5424
  * <dd>
5075
5425
  * <p>Unit: COUNT</p>
5076
5426
  * <p>Statistic: SUM</p>
5427
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-hold-disconnect">Contacts
5428
+ * hold disconnect</a>
5429
+ * </p>
5077
5430
  * </dd>
5078
5431
  * <dt>CONTACTS_MISSED</dt>
5079
5432
  * <dd>
5080
5433
  * <p>Unit: COUNT</p>
5081
5434
  * <p>Statistic: SUM</p>
5435
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-non-response">AGENT_NON_RESPONSE</a>
5436
+ * </p>
5082
5437
  * </dd>
5083
5438
  * <dt>CONTACTS_QUEUED</dt>
5084
5439
  * <dd>
5085
5440
  * <p>Unit: COUNT</p>
5086
5441
  * <p>Statistic: SUM</p>
5442
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-queued">Contacts
5443
+ * queued</a>
5444
+ * </p>
5087
5445
  * </dd>
5088
5446
  * <dt>CONTACTS_TRANSFERRED_IN</dt>
5089
5447
  * <dd>
5090
5448
  * <p>Unit: COUNT</p>
5091
5449
  * <p>Statistic: SUM</p>
5450
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-in">Contacts
5451
+ * transferred in</a>
5452
+ * </p>
5092
5453
  * </dd>
5093
5454
  * <dt>CONTACTS_TRANSFERRED_IN_FROM_QUEUE</dt>
5094
5455
  * <dd>
5095
5456
  * <p>Unit: COUNT</p>
5096
5457
  * <p>Statistic: SUM</p>
5458
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue">Contacts transferred out queue</a>
5459
+ * </p>
5097
5460
  * </dd>
5098
5461
  * <dt>CONTACTS_TRANSFERRED_OUT</dt>
5099
5462
  * <dd>
5100
5463
  * <p>Unit: COUNT</p>
5101
5464
  * <p>Statistic: SUM</p>
5465
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out">Contacts
5466
+ * transferred out</a>
5467
+ * </p>
5102
5468
  * </dd>
5103
5469
  * <dt>CONTACTS_TRANSFERRED_OUT_FROM_QUEUE</dt>
5104
5470
  * <dd>
5105
5471
  * <p>Unit: COUNT</p>
5106
5472
  * <p>Statistic: SUM</p>
5473
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#contacts-transferred-out-queue">Contacts transferred out queue</a>
5474
+ * </p>
5107
5475
  * </dd>
5108
5476
  * <dt>HANDLE_TIME</dt>
5109
5477
  * <dd>
5110
5478
  * <p>Unit: SECONDS</p>
5111
5479
  * <p>Statistic: AVG</p>
5112
- * </dd>
5113
- * <dt>HOLD_TIME</dt>
5114
- * <dd>
5115
- * <p>Unit: SECONDS</p>
5116
- * <p>Statistic: AVG</p>
5480
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-handle-time">Average handle
5481
+ * time</a>
5482
+ * </p>
5117
5483
  * </dd>
5118
5484
  * <dt>INTERACTION_AND_HOLD_TIME</dt>
5119
5485
  * <dd>
5120
5486
  * <p>Unit: SECONDS</p>
5121
5487
  * <p>Statistic: AVG</p>
5488
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interaction-and-customer-hold-time">Average agent interaction and customer hold time</a>
5489
+ * </p>
5122
5490
  * </dd>
5123
5491
  * <dt>INTERACTION_TIME</dt>
5124
5492
  * <dd>
5125
5493
  * <p>Unit: SECONDS</p>
5126
5494
  * <p>Statistic: AVG</p>
5495
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#aaverage-agent-interaction-time">Average agent interaction time</a>
5496
+ * </p>
5127
5497
  * </dd>
5128
5498
  * <dt>OCCUPANCY</dt>
5129
5499
  * <dd>
5130
5500
  * <p>Unit: PERCENT</p>
5131
5501
  * <p>Statistic: AVG</p>
5502
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#occupancy">Occupancy</a>
5503
+ * </p>
5132
5504
  * </dd>
5133
5505
  * <dt>QUEUE_ANSWER_TIME</dt>
5134
5506
  * <dd>
5135
5507
  * <p>Unit: SECONDS</p>
5136
5508
  * <p>Statistic: AVG</p>
5509
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html##average-queue-answer-time">Average
5510
+ * queue answer time</a>
5511
+ * </p>
5137
5512
  * </dd>
5138
5513
  * <dt>QUEUED_TIME</dt>
5139
5514
  * <dd>
5140
5515
  * <p>Unit: SECONDS</p>
5141
5516
  * <p>Statistic: MAX</p>
5517
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#minimum-flow-time">Minimum flow
5518
+ * time</a>
5519
+ * </p>
5142
5520
  * </dd>
5143
5521
  * <dt>SERVICE_LEVEL</dt>
5144
5522
  * <dd>
@@ -5148,6 +5526,9 @@ export interface GetMetricDataRequest {
5148
5526
  * <p>Threshold: For <code>ThresholdValue</code>, enter any whole number from 1 to 604800
5149
5527
  * (inclusive), in seconds. For <code>Comparison</code>, you must enter <code>LT</code> (for
5150
5528
  * "Less than"). </p>
5529
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-queue-abandon-time">Average
5530
+ * queue abandon time</a>
5531
+ * </p>
5151
5532
  * </dd>
5152
5533
  * </dl>
5153
5534
  * @public
@@ -5810,6 +6191,24 @@ export interface GetMetricDataV2Request {
5810
6191
  * <p>Feature is a valid filter but not a valid grouping.</p>
5811
6192
  * </note>
5812
6193
  * </dd>
6194
+ * <dt>AVG_CONTACT_FIRST_RESPONSE_TIME_AGENT</dt>
6195
+ * <dd>
6196
+ * <p>Unit: Seconds</p>
6197
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6198
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6199
+ * Q in Connect</p>
6200
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#agent-average-contact-first-response-wait-time">Agent average contact first response wait time</a>
6201
+ * </p>
6202
+ * </dd>
6203
+ * <dt>AVG_CONVERSATION_CLOSE_TIME</dt>
6204
+ * <dd>
6205
+ * <p>Unit: Seconds</p>
6206
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6207
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6208
+ * Q in Connect</p>
6209
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-conversation-close-time">Average conversation close time</a>
6210
+ * </p>
6211
+ * </dd>
5813
6212
  * <dt>AVG_CONVERSATION_DURATION</dt>
5814
6213
  * <dd>
5815
6214
  * <p>Unit: Seconds</p>
@@ -5837,6 +6236,15 @@ export interface GetMetricDataV2Request {
5837
6236
  * evaluation score</a>
5838
6237
  * </p>
5839
6238
  * </dd>
6239
+ * <dt>AVG_FIRST_RESPONSE_TIME_AGENT</dt>
6240
+ * <dd>
6241
+ * <p>Unit: Seconds</p>
6242
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6243
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6244
+ * Q in Connect</p>
6245
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-first-response-time">Average agent first response time</a>
6246
+ * </p>
6247
+ * </dd>
5840
6248
  * <dt>AVG_FLOW_TIME</dt>
5841
6249
  * <dd>
5842
6250
  * <p>Unit: Seconds</p>
@@ -5943,6 +6351,65 @@ export interface GetMetricDataV2Request {
5943
6351
  * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-interruption-time">Average agent interruption time</a>
5944
6352
  * </p>
5945
6353
  * </dd>
6354
+ * <dt>AVG_MESSAGE_LENGTH_AGENT</dt>
6355
+ * <dd>
6356
+ * <p>Unit: Count</p>
6357
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6358
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6359
+ * Q in Connect</p>
6360
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-message-length">Average
6361
+ * agent message length</a>
6362
+ * </p>
6363
+ * </dd>
6364
+ * <dt>AVG_MESSAGE_LENGTH_CUSTOMER</dt>
6365
+ * <dd>
6366
+ * <p>Unit: Count</p>
6367
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6368
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6369
+ * Q in Connect</p>
6370
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-message-length">Average customer message length</a>
6371
+ * </p>
6372
+ * </dd>
6373
+ * <dt>AVG_MESSAGES</dt>
6374
+ * <dd>
6375
+ * <p>Unit: Count</p>
6376
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6377
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6378
+ * Q in Connect</p>
6379
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-messages">Average
6380
+ * messages</a>
6381
+ * </p>
6382
+ * </dd>
6383
+ * <dt>AVG_MESSAGES_AGENT</dt>
6384
+ * <dd>
6385
+ * <p>Unit: Count</p>
6386
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6387
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6388
+ * Q in Connect</p>
6389
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-agent-messages">Average agent
6390
+ * messages</a>
6391
+ * </p>
6392
+ * </dd>
6393
+ * <dt>AVG_MESSAGES_BOT</dt>
6394
+ * <dd>
6395
+ * <p>Unit: Count</p>
6396
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6397
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6398
+ * Q in Connect</p>
6399
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-bot-messages">Average bot
6400
+ * messages</a>
6401
+ * </p>
6402
+ * </dd>
6403
+ * <dt>AVG_MESSAGES_CUSTOMER</dt>
6404
+ * <dd>
6405
+ * <p>Unit: Count</p>
6406
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6407
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6408
+ * Q in Connect</p>
6409
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-messages">Average
6410
+ * customer messages</a>
6411
+ * </p>
6412
+ * </dd>
5946
6413
  * <dt>AVG_NON_TALK_TIME</dt>
5947
6414
  * <dd>
5948
6415
  * <p>This metric is available only for contacts analyzed by Contact Lens conversational
@@ -5966,6 +6433,26 @@ export interface GetMetricDataV2Request {
5966
6433
  * <p>Feature is a valid filter but not a valid grouping.</p>
5967
6434
  * </note>
5968
6435
  * </dd>
6436
+ * <dt>AVG_RESPONSE_TIME_AGENT</dt>
6437
+ * <dd>
6438
+ * <p>Unit: Seconds</p>
6439
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6440
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6441
+ * Q in Connect</p>
6442
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-response-time-agent">Average
6443
+ * agent response time</a>
6444
+ * </p>
6445
+ * </dd>
6446
+ * <dt>AVG_RESPONSE_TIME_CUSTOMER</dt>
6447
+ * <dd>
6448
+ * <p>Unit: Seconds</p>
6449
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6450
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6451
+ * Q in Connect</p>
6452
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-customer-time-agent">Average
6453
+ * customer response time</a>
6454
+ * </p>
6455
+ * </dd>
5969
6456
  * <dt>AVG_RESOLUTION_TIME</dt>
5970
6457
  * <dd>
5971
6458
  * <p>Unit: Seconds</p>
@@ -6280,6 +6767,15 @@ export interface GetMetricDataV2Request {
6280
6767
  * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#current-cases">Current cases</a>
6281
6768
  * </p>
6282
6769
  * </dd>
6770
+ * <dt>CONVERSATIONS_ABANDONED</dt>
6771
+ * <dd>
6772
+ * <p>Unit: Count</p>
6773
+ * <p>Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype,
6774
+ * Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue,
6775
+ * Q in Connect</p>
6776
+ * <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#conversations-abandoned">Conversations abandoned</a>
6777
+ * </p>
6778
+ * </dd>
6283
6779
  * <dt>DELIVERY_ATTEMPTS</dt>
6284
6780
  * <dd>
6285
6781
  * <p>This metric is available only for outbound campaigns.</p>
@@ -6917,8 +7413,8 @@ export interface GetTaskTemplateResponse {
6917
7413
  */
6918
7414
  ContactFlowId?: string | undefined;
6919
7415
  /**
6920
- * <p>ContactFlowId for the flow that will be run if this template is used to create a
6921
- * self-assigned task</p>
7416
+ * <p>The ContactFlowId for the flow that will be run if this template is used to create a
7417
+ * self-assigned task.</p>
6922
7418
  * @public
6923
7419
  */
6924
7420
  SelfAssignFlowId?: string | undefined;
@@ -7283,9 +7779,7 @@ export interface ListAssociatedContactsRequest {
7283
7779
  */
7284
7780
  ContactId: string | undefined;
7285
7781
  /**
7286
- * <p>The maximum number of results to return per page.</p>
7287
- * <p>The maximum number of results to return per page. The default MaxResult size is 25.</p>
7288
- * <p>Valid Range: Minimum value of 1. Maximum value of 100.</p>
7782
+ * <p>The maximum number of results to return per page. </p>
7289
7783
  * @public
7290
7784
  */
7291
7785
  MaxResults?: number | undefined;
@@ -8441,7 +8935,7 @@ export interface ListHoursOfOperationOverridesRequest {
8441
8935
  */
8442
8936
  InstanceId: string | undefined;
8443
8937
  /**
8444
- * <p>The identifier for the hours of operation</p>
8938
+ * <p>The identifier for the hours of operation.</p>
8445
8939
  * @public
8446
8940
  */
8447
8941
  HoursOfOperationId: string | undefined;
@@ -8452,8 +8946,7 @@ export interface ListHoursOfOperationOverridesRequest {
8452
8946
  */
8453
8947
  NextToken?: string | undefined;
8454
8948
  /**
8455
- * <p>The maximum number of results to return per page. The default MaxResult size is 100. Valid
8456
- * Range: Minimum value of 1. Maximum value of 1000.</p>
8949
+ * <p>The maximum number of results to return per page.</p>
8457
8950
  * @public
8458
8951
  */
8459
8952
  MaxResults?: number | undefined;
@@ -8474,7 +8967,7 @@ export interface ListHoursOfOperationOverridesResponse {
8474
8967
  */
8475
8968
  HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
8476
8969
  /**
8477
- * <p>The AWS Region where this resource was last modified.</p>
8970
+ * <p>The Amazon Web Services Region where this resource was last modified.</p>
8478
8971
  * @public
8479
8972
  */
8480
8973
  LastModifiedRegion?: string | undefined;
@@ -8792,132 +9285,6 @@ export interface IntegrationAssociationSummary {
8792
9285
  */
8793
9286
  SourceType?: SourceType | undefined;
8794
9287
  }
8795
- /**
8796
- * @public
8797
- */
8798
- export interface ListIntegrationAssociationsResponse {
8799
- /**
8800
- * <p>The associations.</p>
8801
- * @public
8802
- */
8803
- IntegrationAssociationSummaryList?: IntegrationAssociationSummary[] | undefined;
8804
- /**
8805
- * <p>If there are additional results, this is the token for the next set of results.</p>
8806
- * @public
8807
- */
8808
- NextToken?: string | undefined;
8809
- }
8810
- /**
8811
- * @public
8812
- */
8813
- export interface ListLambdaFunctionsRequest {
8814
- /**
8815
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8816
- * @public
8817
- */
8818
- InstanceId: string | undefined;
8819
- /**
8820
- * <p>The token for the next set of results. Use the value returned in the previous
8821
- * response in the next request to retrieve the next set of results.</p>
8822
- * @public
8823
- */
8824
- NextToken?: string | undefined;
8825
- /**
8826
- * <p>The maximum number of results to return per page.</p>
8827
- * @public
8828
- */
8829
- MaxResults?: number | undefined;
8830
- }
8831
- /**
8832
- * @public
8833
- */
8834
- export interface ListLambdaFunctionsResponse {
8835
- /**
8836
- * <p>The Lambdafunction ARNs associated with the specified instance.</p>
8837
- * @public
8838
- */
8839
- LambdaFunctions?: string[] | undefined;
8840
- /**
8841
- * <p>If there are additional results, this is the token for the next set of results.</p>
8842
- * @public
8843
- */
8844
- NextToken?: string | undefined;
8845
- }
8846
- /**
8847
- * @public
8848
- */
8849
- export interface ListLexBotsRequest {
8850
- /**
8851
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8852
- * @public
8853
- */
8854
- InstanceId: string | undefined;
8855
- /**
8856
- * <p>The token for the next set of results. Use the value returned in the previous
8857
- * response in the next request to retrieve the next set of results.</p>
8858
- * @public
8859
- */
8860
- NextToken?: string | undefined;
8861
- /**
8862
- * <p>The maximum number of results to return per page. If no value is specified, the default is 10.
8863
- * </p>
8864
- * @public
8865
- */
8866
- MaxResults?: number | undefined;
8867
- }
8868
- /**
8869
- * @public
8870
- */
8871
- export interface ListLexBotsResponse {
8872
- /**
8873
- * <p>The names and Amazon Web Services Regions of the Amazon Lex bots associated with the
8874
- * specified instance.</p>
8875
- * @public
8876
- */
8877
- LexBots?: LexBot[] | undefined;
8878
- /**
8879
- * <p>If there are additional results, this is the token for the next set of results.</p>
8880
- * @public
8881
- */
8882
- NextToken?: string | undefined;
8883
- }
8884
- /**
8885
- * @public
8886
- */
8887
- export interface ListPhoneNumbersRequest {
8888
- /**
8889
- * <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
8890
- * @public
8891
- */
8892
- InstanceId: string | undefined;
8893
- /**
8894
- * <p>The type of phone number.</p>
8895
- * <note>
8896
- * <p>We recommend using <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html">ListPhoneNumbersV2</a> to
8897
- * return phone number types. While ListPhoneNumbers returns number types <code>UIFN</code>,
8898
- * <code>SHARED</code>, <code>THIRD_PARTY_TF</code>, and <code>THIRD_PARTY_DID</code>, it
8899
- * incorrectly lists them as <code>TOLL_FREE</code> or <code>DID</code>. </p>
8900
- * </note>
8901
- * @public
8902
- */
8903
- PhoneNumberTypes?: PhoneNumberType[] | undefined;
8904
- /**
8905
- * <p>The ISO country code.</p>
8906
- * @public
8907
- */
8908
- PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
8909
- /**
8910
- * <p>The token for the next set of results. Use the value returned in the previous
8911
- * response in the next request to retrieve the next set of results.</p>
8912
- * @public
8913
- */
8914
- NextToken?: string | undefined;
8915
- /**
8916
- * <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
8917
- * @public
8918
- */
8919
- MaxResults?: number | undefined;
8920
- }
8921
9288
  /**
8922
9289
  * @internal
8923
9290
  */