@aws-sdk/client-connect 3.321.1 → 3.326.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 (190) hide show
  1. package/dist-cjs/models/models_0.js +1 -0
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +8 -0
  4. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateBotCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +4 -0
  7. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -0
  8. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
  9. package/dist-types/commands/AssociateLexBotCommand.d.ts +4 -0
  10. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -0
  11. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -0
  12. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -0
  13. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -0
  14. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateAgentStatusCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateContactFlowCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +7 -0
  19. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +7 -0
  20. package/dist-types/commands/CreateInstanceCommand.d.ts +7 -0
  21. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -0
  22. package/dist-types/commands/CreateParticipantCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateQueueCommand.d.ts +7 -0
  24. package/dist-types/commands/CreateQuickConnectCommand.d.ts +7 -0
  25. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +7 -0
  26. package/dist-types/commands/CreateRuleCommand.d.ts +8 -1
  27. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +7 -0
  29. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateUseCaseCommand.d.ts +7 -0
  31. package/dist-types/commands/CreateUserCommand.d.ts +7 -0
  32. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +7 -0
  33. package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -0
  34. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +8 -0
  35. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteUseCaseCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -0
  51. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +17 -0
  52. package/dist-types/commands/DescribeContactCommand.d.ts +31 -0
  53. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +183 -0
  54. package/dist-types/commands/DescribeContactFlowCommand.d.ts +17 -0
  55. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +146 -0
  57. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +28 -0
  58. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
  59. package/dist-types/commands/DescribeInstanceCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +31 -0
  61. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +21 -0
  62. package/dist-types/commands/DescribeQueueCommand.d.ts +22 -0
  63. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +28 -0
  64. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +27 -0
  65. package/dist-types/commands/DescribeRuleCommand.d.ts +56 -0
  66. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +21 -0
  67. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeUserCommand.d.ts +32 -0
  69. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -0
  70. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +32 -0
  71. package/dist-types/commands/DescribeVocabularyCommand.d.ts +18 -0
  72. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
  73. package/dist-types/commands/DisassociateBotCommand.d.ts +4 -0
  74. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
  76. package/dist-types/commands/DisassociateLexBotCommand.d.ts +4 -0
  77. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
  78. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -0
  79. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -0
  80. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
  81. package/dist-types/commands/DismissUserContactCommand.d.ts +4 -0
  82. package/dist-types/commands/GetContactAttributesCommand.d.ts +8 -0
  83. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +32 -0
  84. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +70 -0
  85. package/dist-types/commands/GetFederationTokenCommand.d.ts +14 -0
  86. package/dist-types/commands/GetMetricDataCommand.d.ts +35 -0
  87. package/dist-types/commands/GetMetricDataV2Command.d.ts +35 -0
  88. package/dist-types/commands/GetTaskTemplateCommand.d.ts +62 -0
  89. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +15 -0
  90. package/dist-types/commands/ListAgentStatusesCommand.d.ts +14 -0
  91. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +9 -0
  92. package/dist-types/commands/ListBotsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +23 -0
  94. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +14 -0
  95. package/dist-types/commands/ListContactFlowsCommand.d.ts +15 -0
  96. package/dist-types/commands/ListContactReferencesCommand.d.ts +35 -0
  97. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +14 -0
  98. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +19 -0
  99. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +21 -0
  100. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +13 -0
  101. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +12 -0
  102. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +34 -0
  103. package/dist-types/commands/ListInstancesCommand.d.ts +19 -0
  104. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +18 -0
  105. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +9 -0
  106. package/dist-types/commands/ListLexBotsCommand.d.ts +12 -0
  107. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +15 -0
  108. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  109. package/dist-types/commands/ListPromptsCommand.d.ts +13 -0
  110. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +14 -0
  111. package/dist-types/commands/ListQueuesCommand.d.ts +14 -0
  112. package/dist-types/commands/ListQuickConnectsCommand.d.ts +14 -0
  113. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  114. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +13 -0
  115. package/dist-types/commands/ListRulesCommand.d.ts +23 -1
  116. package/dist-types/commands/ListSecurityKeysCommand.d.ts +13 -0
  117. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +9 -0
  118. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  120. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +17 -0
  121. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +15 -0
  122. package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
  123. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +13 -0
  124. package/dist-types/commands/ListUsersCommand.d.ts +13 -0
  125. package/dist-types/commands/MonitorContactCommand.d.ts +7 -0
  126. package/dist-types/commands/PutUserStatusCommand.d.ts +4 -0
  127. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
  128. package/dist-types/commands/ReplicateInstanceCommand.d.ts +7 -0
  129. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +4 -0
  130. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
  131. package/dist-types/commands/SearchQueuesCommand.d.ts +26 -0
  132. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +31 -0
  133. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +19 -0
  134. package/dist-types/commands/SearchUsersCommand.d.ts +33 -0
  135. package/dist-types/commands/SearchVocabulariesCommand.d.ts +17 -0
  136. package/dist-types/commands/StartChatContactCommand.d.ts +9 -0
  137. package/dist-types/commands/StartContactEvaluationCommand.d.ts +7 -0
  138. package/dist-types/commands/StartContactRecordingCommand.d.ts +4 -0
  139. package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -0
  140. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -0
  141. package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
  142. package/dist-types/commands/StopContactCommand.d.ts +4 -0
  143. package/dist-types/commands/StopContactRecordingCommand.d.ts +4 -0
  144. package/dist-types/commands/StopContactStreamingCommand.d.ts +4 -0
  145. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +7 -0
  146. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +4 -0
  147. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  148. package/dist-types/commands/TransferContactCommand.d.ts +7 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  150. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
  151. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +4 -0
  152. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +7 -0
  154. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -0
  158. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +4 -0
  159. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +4 -0
  160. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +8 -0
  161. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -0
  162. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +4 -0
  163. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -0
  164. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -0
  165. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +7 -0
  166. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -0
  167. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +4 -0
  168. package/dist-types/commands/UpdateQueueNameCommand.d.ts +4 -0
  169. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -0
  170. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +4 -0
  171. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +4 -0
  172. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +4 -0
  173. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -0
  174. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -0
  175. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +4 -0
  176. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +59 -0
  180. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -0
  183. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -0
  185. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -0
  186. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +4 -0
  187. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -0
  188. package/dist-types/models/models_0.d.ts +1 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  190. package/package.json +16 -16
@@ -31,6 +31,20 @@ export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeT
31
31
  * };
32
32
  * const command = new DescribeTrafficDistributionGroupCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeTrafficDistributionGroupResponse
35
+ * // TrafficDistributionGroup: { // TrafficDistributionGroup
36
+ * // Id: "STRING_VALUE",
37
+ * // Arn: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // Description: "STRING_VALUE",
40
+ * // InstanceArn: "STRING_VALUE",
41
+ * // Status: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "PENDING_DELETION" || "DELETION_FAILED" || "UPDATE_IN_PROGRESS",
42
+ * // Tags: { // TagMap
43
+ * // "<keys>": "STRING_VALUE",
44
+ * // },
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param DescribeTrafficDistributionGroupCommandInput - {@link DescribeTrafficDistributionGroupCommandInput}
@@ -54,6 +68,8 @@ export interface DescribeTrafficDistributionGroupCommandOutput extends DescribeT
54
68
  * @throws {@link ThrottlingException} (client fault)
55
69
  * <p>The throttling limit has been exceeded.</p>
56
70
  *
71
+ * @throws {@link ConnectServiceException}
72
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
73
  *
58
74
  */
59
75
  export declare class DescribeTrafficDistributionGroupCommand extends $Command<DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,36 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
33
33
  * };
34
34
  * const command = new DescribeUserCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeUserResponse
37
+ * // User: { // User
38
+ * // Id: "STRING_VALUE",
39
+ * // Arn: "STRING_VALUE",
40
+ * // Username: "STRING_VALUE",
41
+ * // IdentityInfo: { // UserIdentityInfo
42
+ * // FirstName: "STRING_VALUE",
43
+ * // LastName: "STRING_VALUE",
44
+ * // Email: "STRING_VALUE",
45
+ * // SecondaryEmail: "STRING_VALUE",
46
+ * // Mobile: "STRING_VALUE",
47
+ * // },
48
+ * // PhoneConfig: { // UserPhoneConfig
49
+ * // PhoneType: "SOFT_PHONE" || "DESK_PHONE", // required
50
+ * // AutoAccept: true || false,
51
+ * // AfterContactWorkTimeLimit: Number("int"),
52
+ * // DeskPhoneNumber: "STRING_VALUE",
53
+ * // },
54
+ * // DirectoryUserId: "STRING_VALUE",
55
+ * // SecurityProfileIds: [ // SecurityProfileIds
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // RoutingProfileId: "STRING_VALUE",
59
+ * // HierarchyGroupId: "STRING_VALUE",
60
+ * // Tags: { // TagMap
61
+ * // "<keys>": "STRING_VALUE",
62
+ * // },
63
+ * // },
64
+ * // };
65
+ *
36
66
  * ```
37
67
  *
38
68
  * @param DescribeUserCommandInput - {@link DescribeUserCommandInput}
@@ -56,6 +86,8 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
56
86
  * @throws {@link ThrottlingException} (client fault)
57
87
  * <p>The throttling limit has been exceeded.</p>
58
88
  *
89
+ * @throws {@link ConnectServiceException}
90
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
91
  *
60
92
  */
61
93
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,45 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
32
32
  * };
33
33
  * const command = new DescribeUserHierarchyGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeUserHierarchyGroupResponse
36
+ * // HierarchyGroup: { // HierarchyGroup
37
+ * // Id: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // LevelId: "STRING_VALUE",
41
+ * // HierarchyPath: { // HierarchyPath
42
+ * // LevelOne: { // HierarchyGroupSummary
43
+ * // Id: "STRING_VALUE",
44
+ * // Arn: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // },
47
+ * // LevelTwo: {
48
+ * // Id: "STRING_VALUE",
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // },
52
+ * // LevelThree: {
53
+ * // Id: "STRING_VALUE",
54
+ * // Arn: "STRING_VALUE",
55
+ * // Name: "STRING_VALUE",
56
+ * // },
57
+ * // LevelFour: {
58
+ * // Id: "STRING_VALUE",
59
+ * // Arn: "STRING_VALUE",
60
+ * // Name: "STRING_VALUE",
61
+ * // },
62
+ * // LevelFive: {
63
+ * // Id: "STRING_VALUE",
64
+ * // Arn: "STRING_VALUE",
65
+ * // Name: "STRING_VALUE",
66
+ * // },
67
+ * // },
68
+ * // Tags: { // TagMap
69
+ * // "<keys>": "STRING_VALUE",
70
+ * // },
71
+ * // },
72
+ * // };
73
+ *
35
74
  * ```
36
75
  *
37
76
  * @param DescribeUserHierarchyGroupCommandInput - {@link DescribeUserHierarchyGroupCommandInput}
@@ -55,6 +94,8 @@ export interface DescribeUserHierarchyGroupCommandOutput extends DescribeUserHie
55
94
  * @throws {@link ThrottlingException} (client fault)
56
95
  * <p>The throttling limit has been exceeded.</p>
57
96
  *
97
+ * @throws {@link ConnectServiceException}
98
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
99
  *
59
100
  */
60
101
  export declare class DescribeUserHierarchyGroupCommand extends $Command<DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
@@ -31,6 +31,36 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
31
31
  * };
32
32
  * const command = new DescribeUserHierarchyStructureCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeUserHierarchyStructureResponse
35
+ * // HierarchyStructure: { // HierarchyStructure
36
+ * // LevelOne: { // HierarchyLevel
37
+ * // Id: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // },
41
+ * // LevelTwo: {
42
+ * // Id: "STRING_VALUE",
43
+ * // Arn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // },
46
+ * // LevelThree: {
47
+ * // Id: "STRING_VALUE",
48
+ * // Arn: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // },
51
+ * // LevelFour: {
52
+ * // Id: "STRING_VALUE",
53
+ * // Arn: "STRING_VALUE",
54
+ * // Name: "STRING_VALUE",
55
+ * // },
56
+ * // LevelFive: {
57
+ * // Id: "STRING_VALUE",
58
+ * // Arn: "STRING_VALUE",
59
+ * // Name: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // };
63
+ *
34
64
  * ```
35
65
  *
36
66
  * @param DescribeUserHierarchyStructureCommandInput - {@link DescribeUserHierarchyStructureCommandInput}
@@ -54,6 +84,8 @@ export interface DescribeUserHierarchyStructureCommandOutput extends DescribeUse
54
84
  * @throws {@link ThrottlingException} (client fault)
55
85
  * <p>The throttling limit has been exceeded.</p>
56
86
  *
87
+ * @throws {@link ConnectServiceException}
88
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
89
  *
58
90
  */
59
91
  export declare class DescribeUserHierarchyStructureCommand extends $Command<DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface DescribeVocabularyCommandOutput extends DescribeVocabularyRespo
32
32
  * };
33
33
  * const command = new DescribeVocabularyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeVocabularyResponse
36
+ * // Vocabulary: { // Vocabulary
37
+ * // Name: "STRING_VALUE", // required
38
+ * // Id: "STRING_VALUE", // required
39
+ * // Arn: "STRING_VALUE", // required
40
+ * // LanguageCode: "ar-AE" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fr-CA" || "fr-FR" || "hi-IN" || "it-IT" || "ja-JP" || "ko-KR" || "pt-BR" || "pt-PT" || "zh-CN" || "en-NZ" || "en-ZA", // required
41
+ * // State: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "DELETE_IN_PROGRESS", // required
42
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
43
+ * // FailureReason: "STRING_VALUE",
44
+ * // Content: "STRING_VALUE",
45
+ * // Tags: { // TagMap
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param DescribeVocabularyCommandInput - {@link DescribeVocabularyCommandInput}
@@ -55,6 +71,8 @@ export interface DescribeVocabularyCommandOutput extends DescribeVocabularyRespo
55
71
  * @throws {@link ThrottlingException} (client fault)
56
72
  * <p>The throttling limit has been exceeded.</p>
57
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
76
  *
59
77
  */
60
78
  export declare class DescribeVocabularyCommand extends $Command<DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare
33
33
  * };
34
34
  * const command = new DisassociateApprovedOriginCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DisassociateApprovedOriginCommandInput - {@link DisassociateApprovedOriginCommandInput}
@@ -56,6 +58,8 @@ export interface DisassociateApprovedOriginCommandOutput extends __MetadataBeare
56
58
  * @throws {@link ThrottlingException} (client fault)
57
59
  * <p>The throttling limit has been exceeded.</p>
58
60
  *
61
+ * @throws {@link ConnectServiceException}
62
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DisassociateApprovedOriginCommand extends $Command<DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface DisassociateBotCommandOutput extends __MetadataBearer {
40
40
  * };
41
41
  * const command = new DisassociateBotCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param DisassociateBotCommandInput - {@link DisassociateBotCommandInput}
@@ -60,6 +62,8 @@ export interface DisassociateBotCommandOutput extends __MetadataBearer {
60
62
  * @throws {@link ThrottlingException} (client fault)
61
63
  * <p>The throttling limit has been exceeded.</p>
62
64
  *
65
+ * @throws {@link ConnectServiceException}
66
+ * <p>Base exception class for all service exceptions from Connect service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DisassociateBotCommand extends $Command<DisassociateBotCommandInput, DisassociateBotCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
35
35
  * };
36
36
  * const command = new DisassociateInstanceStorageConfigCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DisassociateInstanceStorageConfigCommandInput - {@link DisassociateInstanceStorageConfigCommandInput}
@@ -58,6 +60,8 @@ export interface DisassociateInstanceStorageConfigCommandOutput extends __Metada
58
60
  * @throws {@link ThrottlingException} (client fault)
59
61
  * <p>The throttling limit has been exceeded.</p>
60
62
  *
63
+ * @throws {@link ConnectServiceException}
64
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DisassociateInstanceStorageConfigCommand extends $Command<DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare
34
34
  * };
35
35
  * const command = new DisassociateLambdaFunctionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateLambdaFunctionCommandInput - {@link DisassociateLambdaFunctionCommandInput}
@@ -57,6 +59,8 @@ export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBeare
57
59
  * @throws {@link ThrottlingException} (client fault)
58
60
  * <p>The throttling limit has been exceeded.</p>
59
61
  *
62
+ * @throws {@link ConnectServiceException}
63
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
64
  *
61
65
  */
62
66
  export declare class DisassociateLambdaFunctionCommand extends $Command<DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new DisassociateLexBotCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DisassociateLexBotCommandInput - {@link DisassociateLexBotCommandInput}
@@ -58,6 +60,8 @@ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
58
60
  * @throws {@link ThrottlingException} (client fault)
59
61
  * <p>The throttling limit has been exceeded.</p>
60
62
  *
63
+ * @throws {@link ConnectServiceException}
64
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DisassociateLexBotCommand extends $Command<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface DisassociatePhoneNumberContactFlowCommandOutput extends __Metad
42
42
  * };
43
43
  * const command = new DisassociatePhoneNumberContactFlowCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param DisassociatePhoneNumberContactFlowCommandInput - {@link DisassociatePhoneNumberContactFlowCommandInput}
@@ -65,6 +67,8 @@ export interface DisassociatePhoneNumberContactFlowCommandOutput extends __Metad
65
67
  * @throws {@link ThrottlingException} (client fault)
66
68
  * <p>The throttling limit has been exceeded.</p>
67
69
  *
70
+ * @throws {@link ConnectServiceException}
71
+ * <p>Base exception class for all service exceptions from Connect service.</p>
68
72
  *
69
73
  */
70
74
  export declare class DisassociatePhoneNumberContactFlowCommand extends $Command<DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB
36
36
  * };
37
37
  * const command = new DisassociateQueueQuickConnectsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DisassociateQueueQuickConnectsCommandInput - {@link DisassociateQueueQuickConnectsCommandInput}
@@ -59,6 +61,8 @@ export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataB
59
61
  * @throws {@link ThrottlingException} (client fault)
60
62
  * <p>The throttling limit has been exceeded.</p>
61
63
  *
64
+ * @throws {@link ConnectServiceException}
65
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DisassociateQueueQuickConnectsCommand extends $Command<DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat
38
38
  * };
39
39
  * const command = new DisassociateRoutingProfileQueuesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DisassociateRoutingProfileQueuesCommandInput - {@link DisassociateRoutingProfileQueuesCommandInput}
@@ -61,6 +63,8 @@ export interface DisassociateRoutingProfileQueuesCommandOutput extends __Metadat
61
63
  * @throws {@link ThrottlingException} (client fault)
62
64
  * <p>The throttling limit has been exceeded.</p>
63
65
  *
66
+ * @throws {@link ConnectServiceException}
67
+ * <p>Base exception class for all service exceptions from Connect service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DisassociateRoutingProfileQueuesCommand extends $Command<DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DisassociateSecurityKeyCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DisassociateSecurityKeyCommandInput - {@link DisassociateSecurityKeyCommandInput}
@@ -56,6 +58,8 @@ export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
56
58
  * @throws {@link ThrottlingException} (client fault)
57
59
  * <p>The throttling limit has been exceeded.</p>
58
60
  *
61
+ * @throws {@link ConnectServiceException}
62
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DisassociateSecurityKeyCommand extends $Command<DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface DismissUserContactCommandOutput extends DismissUserContactRespo
37
37
  * };
38
38
  * const command = new DismissUserContactCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param DismissUserContactCommandInput - {@link DismissUserContactCommandInput}
@@ -63,6 +65,8 @@ export interface DismissUserContactCommandOutput extends DismissUserContactRespo
63
65
  * @throws {@link ThrottlingException} (client fault)
64
66
  * <p>The throttling limit has been exceeded.</p>
65
67
  *
68
+ * @throws {@link ConnectServiceException}
69
+ * <p>Base exception class for all service exceptions from Connect service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DismissUserContactCommand extends $Command<DismissUserContactCommandInput, DismissUserContactCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR
32
32
  * };
33
33
  * const command = new GetContactAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetContactAttributesResponse
36
+ * // Attributes: { // Attributes
37
+ * // "<keys>": "STRING_VALUE",
38
+ * // },
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param GetContactAttributesCommandInput - {@link GetContactAttributesCommandInput}
@@ -49,6 +55,8 @@ export interface GetContactAttributesCommandOutput extends GetContactAttributesR
49
55
  * @throws {@link ResourceNotFoundException} (client fault)
50
56
  * <p>The specified resource was not found.</p>
51
57
  *
58
+ * @throws {@link ConnectServiceException}
59
+ * <p>Base exception class for all service exceptions from Connect service.</p>
52
60
  *
53
61
  */
54
62
  export declare class GetContactAttributesCommand extends $Command<GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig> {
@@ -61,6 +61,36 @@ export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataR
61
61
  * };
62
62
  * const command = new GetCurrentMetricDataCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // { // GetCurrentMetricDataResponse
65
+ * // NextToken: "STRING_VALUE",
66
+ * // MetricResults: [ // CurrentMetricResults
67
+ * // { // CurrentMetricResult
68
+ * // Dimensions: { // Dimensions
69
+ * // Queue: { // QueueReference
70
+ * // Id: "STRING_VALUE",
71
+ * // Arn: "STRING_VALUE",
72
+ * // },
73
+ * // Channel: "VOICE" || "CHAT" || "TASK",
74
+ * // RoutingProfile: { // RoutingProfileReference
75
+ * // Id: "STRING_VALUE",
76
+ * // Arn: "STRING_VALUE",
77
+ * // },
78
+ * // },
79
+ * // Collections: [ // CurrentMetricDataCollections
80
+ * // { // CurrentMetricData
81
+ * // Metric: { // CurrentMetric
82
+ * // Name: "AGENTS_ONLINE" || "AGENTS_AVAILABLE" || "AGENTS_ON_CALL" || "AGENTS_NON_PRODUCTIVE" || "AGENTS_AFTER_CONTACT_WORK" || "AGENTS_ERROR" || "AGENTS_STAFFED" || "CONTACTS_IN_QUEUE" || "OLDEST_CONTACT_AGE" || "CONTACTS_SCHEDULED" || "AGENTS_ON_CONTACT" || "SLOTS_ACTIVE" || "SLOTS_AVAILABLE",
83
+ * // Unit: "SECONDS" || "COUNT" || "PERCENT",
84
+ * // },
85
+ * // Value: Number("double"),
86
+ * // },
87
+ * // ],
88
+ * // },
89
+ * // ],
90
+ * // DataSnapshotTime: new Date("TIMESTAMP"),
91
+ * // ApproximateTotalCount: Number("long"),
92
+ * // };
93
+ *
64
94
  * ```
65
95
  *
66
96
  * @param GetCurrentMetricDataCommandInput - {@link GetCurrentMetricDataCommandInput}
@@ -84,6 +114,8 @@ export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataR
84
114
  * @throws {@link ThrottlingException} (client fault)
85
115
  * <p>The throttling limit has been exceeded.</p>
86
116
  *
117
+ * @throws {@link ConnectServiceException}
118
+ * <p>Base exception class for all service exceptions from Connect service.</p>
87
119
  *
88
120
  */
89
121
  export declare class GetCurrentMetricDataCommand extends $Command<GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput, ConnectClientResolvedConfig> {
@@ -52,6 +52,74 @@ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataRespo
52
52
  * };
53
53
  * const command = new GetCurrentUserDataCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // GetCurrentUserDataResponse
56
+ * // NextToken: "STRING_VALUE",
57
+ * // UserDataList: [ // UserDataList
58
+ * // { // UserData
59
+ * // User: { // UserReference
60
+ * // Id: "STRING_VALUE",
61
+ * // Arn: "STRING_VALUE",
62
+ * // },
63
+ * // RoutingProfile: { // RoutingProfileReference
64
+ * // Id: "STRING_VALUE",
65
+ * // Arn: "STRING_VALUE",
66
+ * // },
67
+ * // HierarchyPath: { // HierarchyPathReference
68
+ * // LevelOne: { // HierarchyGroupSummaryReference
69
+ * // Id: "STRING_VALUE",
70
+ * // Arn: "STRING_VALUE",
71
+ * // },
72
+ * // LevelTwo: {
73
+ * // Id: "STRING_VALUE",
74
+ * // Arn: "STRING_VALUE",
75
+ * // },
76
+ * // LevelThree: {
77
+ * // Id: "STRING_VALUE",
78
+ * // Arn: "STRING_VALUE",
79
+ * // },
80
+ * // LevelFour: {
81
+ * // Id: "STRING_VALUE",
82
+ * // Arn: "STRING_VALUE",
83
+ * // },
84
+ * // LevelFive: {
85
+ * // Id: "STRING_VALUE",
86
+ * // Arn: "STRING_VALUE",
87
+ * // },
88
+ * // },
89
+ * // Status: { // AgentStatusReference
90
+ * // StatusStartTimestamp: new Date("TIMESTAMP"),
91
+ * // StatusArn: "STRING_VALUE",
92
+ * // StatusName: "STRING_VALUE",
93
+ * // },
94
+ * // AvailableSlotsByChannel: { // ChannelToCountMap
95
+ * // "<keys>": Number("int"),
96
+ * // },
97
+ * // MaxSlotsByChannel: {
98
+ * // "<keys>": Number("int"),
99
+ * // },
100
+ * // ActiveSlotsByChannel: {
101
+ * // "<keys>": Number("int"),
102
+ * // },
103
+ * // Contacts: [ // AgentContactReferenceList
104
+ * // { // AgentContactReference
105
+ * // ContactId: "STRING_VALUE",
106
+ * // Channel: "VOICE" || "CHAT" || "TASK",
107
+ * // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
108
+ * // AgentContactState: "INCOMING" || "PENDING" || "CONNECTING" || "CONNECTED" || "CONNECTED_ONHOLD" || "MISSED" || "ERROR" || "ENDED" || "REJECTED",
109
+ * // StateStartTimestamp: new Date("TIMESTAMP"),
110
+ * // ConnectedToAgentTimestamp: new Date("TIMESTAMP"),
111
+ * // Queue: { // QueueReference
112
+ * // Id: "STRING_VALUE",
113
+ * // Arn: "STRING_VALUE",
114
+ * // },
115
+ * // },
116
+ * // ],
117
+ * // NextStatus: "STRING_VALUE",
118
+ * // },
119
+ * // ],
120
+ * // ApproximateTotalCount: Number("long"),
121
+ * // };
122
+ *
55
123
  * ```
56
124
  *
57
125
  * @param GetCurrentUserDataCommandInput - {@link GetCurrentUserDataCommandInput}
@@ -75,6 +143,8 @@ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataRespo
75
143
  * @throws {@link ThrottlingException} (client fault)
76
144
  * <p>The throttling limit has been exceeded.</p>
77
145
  *
146
+ * @throws {@link ConnectServiceException}
147
+ * <p>Base exception class for all service exceptions from Connect service.</p>
78
148
  *
79
149
  */
80
150
  export declare class GetCurrentUserDataCommand extends $Command<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,18 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
39
39
  * };
40
40
  * const command = new GetFederationTokenCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // GetFederationTokenResponse
43
+ * // Credentials: { // Credentials
44
+ * // AccessToken: "STRING_VALUE",
45
+ * // AccessTokenExpiration: new Date("TIMESTAMP"),
46
+ * // RefreshToken: "STRING_VALUE",
47
+ * // RefreshTokenExpiration: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // SignInUrl: "STRING_VALUE",
50
+ * // UserArn: "STRING_VALUE",
51
+ * // UserId: "STRING_VALUE",
52
+ * // };
53
+ *
42
54
  * ```
43
55
  *
44
56
  * @param GetFederationTokenCommandInput - {@link GetFederationTokenCommandInput}
@@ -65,6 +77,8 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
65
77
  * @throws {@link UserNotFoundException} (client fault)
66
78
  * <p>No user with the specified credentials was found in the Amazon Connect instance.</p>
67
79
  *
80
+ * @throws {@link ConnectServiceException}
81
+ * <p>Base exception class for all service exceptions from Connect service.</p>
68
82
  *
69
83
  */
70
84
  export declare class GetFederationTokenCommand extends $Command<GetFederationTokenCommandInput, GetFederationTokenCommandOutput, ConnectClientResolvedConfig> {
@@ -62,6 +62,39 @@ export interface GetMetricDataCommandOutput extends GetMetricDataResponse, __Met
62
62
  * };
63
63
  * const command = new GetMetricDataCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // { // GetMetricDataResponse
66
+ * // NextToken: "STRING_VALUE",
67
+ * // MetricResults: [ // HistoricalMetricResults
68
+ * // { // HistoricalMetricResult
69
+ * // Dimensions: { // Dimensions
70
+ * // Queue: { // QueueReference
71
+ * // Id: "STRING_VALUE",
72
+ * // Arn: "STRING_VALUE",
73
+ * // },
74
+ * // Channel: "VOICE" || "CHAT" || "TASK",
75
+ * // RoutingProfile: { // RoutingProfileReference
76
+ * // Id: "STRING_VALUE",
77
+ * // Arn: "STRING_VALUE",
78
+ * // },
79
+ * // },
80
+ * // Collections: [ // HistoricalMetricDataCollections
81
+ * // { // HistoricalMetricData
82
+ * // Metric: { // HistoricalMetric
83
+ * // Name: "CONTACTS_QUEUED" || "CONTACTS_HANDLED" || "CONTACTS_ABANDONED" || "CONTACTS_CONSULTED" || "CONTACTS_AGENT_HUNG_UP_FIRST" || "CONTACTS_HANDLED_INCOMING" || "CONTACTS_HANDLED_OUTBOUND" || "CONTACTS_HOLD_ABANDONS" || "CONTACTS_TRANSFERRED_IN" || "CONTACTS_TRANSFERRED_OUT" || "CONTACTS_TRANSFERRED_IN_FROM_QUEUE" || "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE" || "CONTACTS_MISSED" || "CALLBACK_CONTACTS_HANDLED" || "API_CONTACTS_HANDLED" || "OCCUPANCY" || "HANDLE_TIME" || "AFTER_CONTACT_WORK_TIME" || "QUEUED_TIME" || "ABANDON_TIME" || "QUEUE_ANSWER_TIME" || "HOLD_TIME" || "INTERACTION_TIME" || "INTERACTION_AND_HOLD_TIME" || "SERVICE_LEVEL",
84
+ * // Threshold: { // Threshold
85
+ * // Comparison: "LT",
86
+ * // ThresholdValue: Number("double"),
87
+ * // },
88
+ * // Statistic: "SUM" || "MAX" || "AVG",
89
+ * // Unit: "SECONDS" || "COUNT" || "PERCENT",
90
+ * // },
91
+ * // Value: Number("double"),
92
+ * // },
93
+ * // ],
94
+ * // },
95
+ * // ],
96
+ * // };
97
+ *
65
98
  * ```
66
99
  *
67
100
  * @param GetMetricDataCommandInput - {@link GetMetricDataCommandInput}
@@ -85,6 +118,8 @@ export interface GetMetricDataCommandOutput extends GetMetricDataResponse, __Met
85
118
  * @throws {@link ThrottlingException} (client fault)
86
119
  * <p>The throttling limit has been exceeded.</p>
87
120
  *
121
+ * @throws {@link ConnectServiceException}
122
+ * <p>Base exception class for all service exceptions from Connect service.</p>
88
123
  *
89
124
  */
90
125
  export declare class GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, ConnectClientResolvedConfig> {