@aws-sdk/client-connect 3.325.0 → 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 (186) hide show
  1. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +8 -0
  2. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
  3. package/dist-types/commands/AssociateBotCommand.d.ts +4 -0
  4. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -0
  6. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
  7. package/dist-types/commands/AssociateLexBotCommand.d.ts +4 -0
  8. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -0
  9. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -0
  10. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -0
  11. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -0
  12. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateAgentStatusCommand.d.ts +7 -0
  14. package/dist-types/commands/CreateContactFlowCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateInstanceCommand.d.ts +7 -0
  19. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -0
  20. package/dist-types/commands/CreateParticipantCommand.d.ts +10 -0
  21. package/dist-types/commands/CreateQueueCommand.d.ts +7 -0
  22. package/dist-types/commands/CreateQuickConnectCommand.d.ts +7 -0
  23. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +7 -0
  24. package/dist-types/commands/CreateRuleCommand.d.ts +7 -0
  25. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +7 -0
  26. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +7 -0
  27. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateUseCaseCommand.d.ts +7 -0
  29. package/dist-types/commands/CreateUserCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +7 -0
  31. package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -0
  32. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +8 -0
  33. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
  35. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteUseCaseCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -0
  49. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +17 -0
  50. package/dist-types/commands/DescribeContactCommand.d.ts +31 -0
  51. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +183 -0
  52. package/dist-types/commands/DescribeContactFlowCommand.d.ts +17 -0
  53. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  54. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +146 -0
  55. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +28 -0
  56. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
  57. package/dist-types/commands/DescribeInstanceCommand.d.ts +19 -0
  58. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +31 -0
  59. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +21 -0
  60. package/dist-types/commands/DescribeQueueCommand.d.ts +22 -0
  61. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +28 -0
  62. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +27 -0
  63. package/dist-types/commands/DescribeRuleCommand.d.ts +56 -0
  64. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +21 -0
  65. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeUserCommand.d.ts +32 -0
  67. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -0
  68. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +32 -0
  69. package/dist-types/commands/DescribeVocabularyCommand.d.ts +18 -0
  70. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
  71. package/dist-types/commands/DisassociateBotCommand.d.ts +4 -0
  72. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -0
  73. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
  74. package/dist-types/commands/DisassociateLexBotCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
  76. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -0
  77. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -0
  78. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
  79. package/dist-types/commands/DismissUserContactCommand.d.ts +4 -0
  80. package/dist-types/commands/GetContactAttributesCommand.d.ts +8 -0
  81. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +32 -0
  82. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +70 -0
  83. package/dist-types/commands/GetFederationTokenCommand.d.ts +14 -0
  84. package/dist-types/commands/GetMetricDataCommand.d.ts +35 -0
  85. package/dist-types/commands/GetMetricDataV2Command.d.ts +35 -0
  86. package/dist-types/commands/GetTaskTemplateCommand.d.ts +62 -0
  87. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +15 -0
  88. package/dist-types/commands/ListAgentStatusesCommand.d.ts +14 -0
  89. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +9 -0
  90. package/dist-types/commands/ListBotsCommand.d.ts +17 -0
  91. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +23 -0
  92. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +14 -0
  93. package/dist-types/commands/ListContactFlowsCommand.d.ts +15 -0
  94. package/dist-types/commands/ListContactReferencesCommand.d.ts +35 -0
  95. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +14 -0
  96. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +19 -0
  97. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +21 -0
  98. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +13 -0
  99. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +12 -0
  100. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +34 -0
  101. package/dist-types/commands/ListInstancesCommand.d.ts +19 -0
  102. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +18 -0
  103. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +9 -0
  104. package/dist-types/commands/ListLexBotsCommand.d.ts +12 -0
  105. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +15 -0
  106. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  107. package/dist-types/commands/ListPromptsCommand.d.ts +13 -0
  108. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +14 -0
  109. package/dist-types/commands/ListQueuesCommand.d.ts +14 -0
  110. package/dist-types/commands/ListQuickConnectsCommand.d.ts +14 -0
  111. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  112. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +13 -0
  113. package/dist-types/commands/ListRulesCommand.d.ts +22 -0
  114. package/dist-types/commands/ListSecurityKeysCommand.d.ts +13 -0
  115. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +9 -0
  116. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  118. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +17 -0
  119. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +15 -0
  120. package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
  121. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +13 -0
  122. package/dist-types/commands/ListUsersCommand.d.ts +13 -0
  123. package/dist-types/commands/MonitorContactCommand.d.ts +7 -0
  124. package/dist-types/commands/PutUserStatusCommand.d.ts +4 -0
  125. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
  126. package/dist-types/commands/ReplicateInstanceCommand.d.ts +7 -0
  127. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +4 -0
  128. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
  129. package/dist-types/commands/SearchQueuesCommand.d.ts +26 -0
  130. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +31 -0
  131. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +19 -0
  132. package/dist-types/commands/SearchUsersCommand.d.ts +33 -0
  133. package/dist-types/commands/SearchVocabulariesCommand.d.ts +17 -0
  134. package/dist-types/commands/StartChatContactCommand.d.ts +9 -0
  135. package/dist-types/commands/StartContactEvaluationCommand.d.ts +7 -0
  136. package/dist-types/commands/StartContactRecordingCommand.d.ts +4 -0
  137. package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -0
  138. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -0
  139. package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
  140. package/dist-types/commands/StopContactCommand.d.ts +4 -0
  141. package/dist-types/commands/StopContactRecordingCommand.d.ts +4 -0
  142. package/dist-types/commands/StopContactStreamingCommand.d.ts +4 -0
  143. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +7 -0
  144. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +4 -0
  145. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  146. package/dist-types/commands/TransferContactCommand.d.ts +7 -0
  147. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  148. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
  149. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +4 -0
  150. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  151. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +7 -0
  152. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +4 -0
  154. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +4 -0
  158. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +8 -0
  159. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -0
  160. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +4 -0
  161. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -0
  162. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -0
  163. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +7 -0
  164. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -0
  165. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +4 -0
  166. package/dist-types/commands/UpdateQueueNameCommand.d.ts +4 -0
  167. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -0
  168. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +4 -0
  169. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +4 -0
  170. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +4 -0
  171. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -0
  172. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -0
  173. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +4 -0
  174. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -0
  175. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
  176. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +59 -0
  178. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +4 -0
  180. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -0
  183. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +4 -0
  185. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -0
  186. package/package.json +3 -3
@@ -34,6 +34,12 @@ export interface DeactivateEvaluationFormCommandOutput extends DeactivateEvaluat
34
34
  * };
35
35
  * const command = new DeactivateEvaluationFormCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeactivateEvaluationFormResponse
38
+ * // EvaluationFormId: "STRING_VALUE", // required
39
+ * // EvaluationFormArn: "STRING_VALUE", // required
40
+ * // EvaluationFormVersion: Number("int"), // required
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param DeactivateEvaluationFormCommandInput - {@link DeactivateEvaluationFormCommandInput}
@@ -57,6 +63,8 @@ export interface DeactivateEvaluationFormCommandOutput extends DeactivateEvaluat
57
63
  * @throws {@link ThrottlingException} (client fault)
58
64
  * <p>The throttling limit has been exceeded.</p>
59
65
  *
66
+ * @throws {@link ConnectServiceException}
67
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
68
  *
61
69
  */
62
70
  export declare class DeactivateEvaluationFormCommand extends $Command<DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteContactEvaluationCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteContactEvaluationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteContactEvaluationCommandInput - {@link DeleteContactEvaluationCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteContactEvaluationCommandOutput extends __MetadataBearer {
55
57
  * @throws {@link ThrottlingException} (client fault)
56
58
  * <p>The throttling limit has been exceeded.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteContactEvaluationCommand extends $Command<DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteContactFlowCommandOutput extends DeleteContactFlowRespons
32
32
  * };
33
33
  * const command = new DeleteContactFlowCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteContactFlowCommandInput - {@link DeleteContactFlowCommandInput}
@@ -58,6 +60,8 @@ export interface DeleteContactFlowCommandOutput extends DeleteContactFlowRespons
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 DeleteContactFlowCommand extends $Command<DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowM
32
32
  * };
33
33
  * const command = new DeleteContactFlowModuleCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteContactFlowModuleCommandInput - {@link DeleteContactFlowModuleCommandInput}
@@ -58,6 +60,8 @@ export interface DeleteContactFlowModuleCommandOutput extends DeleteContactFlowM
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 DeleteContactFlowModuleCommand extends $Command<DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface DeleteEvaluationFormCommandOutput extends __MetadataBearer {
42
42
  * };
43
43
  * const command = new DeleteEvaluationFormCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param DeleteEvaluationFormCommandInput - {@link DeleteEvaluationFormCommandInput}
@@ -65,6 +67,8 @@ export interface DeleteEvaluationFormCommandOutput extends __MetadataBearer {
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 DeleteEvaluationFormCommand extends $Command<DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteHoursOfOperationCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteHoursOfOperationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteHoursOfOperationCommandInput - {@link DeleteHoursOfOperationCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteHoursOfOperationCommandOutput 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 DeleteHoursOfOperationCommand extends $Command<DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new DeleteInstanceCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteInstanceCommandInput - {@link DeleteInstanceCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteInstanceCommandOutput extends __MetadataBearer {
52
54
  * @throws {@link ResourceNotFoundException} (client fault)
53
55
  * <p>The specified resource was not found.</p>
54
56
  *
57
+ * @throws {@link ConnectServiceException}
58
+ * <p>Base exception class for all service exceptions from Connect service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteInstanceCommand extends $Command<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBea
33
33
  * };
34
34
  * const command = new DeleteIntegrationAssociationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteIntegrationAssociationCommandInput - {@link DeleteIntegrationAssociationCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBea
53
55
  * @throws {@link ThrottlingException} (client fault)
54
56
  * <p>The throttling limit has been exceeded.</p>
55
57
  *
58
+ * @throws {@link ConnectServiceException}
59
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteIntegrationAssociationCommand extends $Command<DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteQuickConnectCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteQuickConnectCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteQuickConnectCommandInput - {@link DeleteQuickConnectCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteQuickConnectCommandOutput extends __MetadataBearer {
55
57
  * @throws {@link ThrottlingException} (client fault)
56
58
  * <p>The throttling limit has been exceeded.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteQuickConnectCommand extends $Command<DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteRuleCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteRuleCommandInput - {@link DeleteRuleCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteRuleCommandOutput extends __MetadataBearer {
55
57
  * @throws {@link ThrottlingException} (client fault)
56
58
  * <p>The throttling limit has been exceeded.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteSecurityProfileCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteSecurityProfileCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteSecurityProfileCommandInput - {@link DeleteSecurityProfileCommandInput}
@@ -62,6 +64,8 @@ export interface DeleteSecurityProfileCommandOutput extends __MetadataBearer {
62
64
  * @throws {@link ThrottlingException} (client fault)
63
65
  * <p>The throttling limit has been exceeded.</p>
64
66
  *
67
+ * @throws {@link ConnectServiceException}
68
+ * <p>Base exception class for all service exceptions from Connect service.</p>
65
69
  *
66
70
  */
67
71
  export declare class DeleteSecurityProfileCommand extends $Command<DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteTaskTemplateCommandOutput extends DeleteTaskTemplateRespo
32
32
  * };
33
33
  * const command = new DeleteTaskTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteTaskTemplateCommandInput - {@link DeleteTaskTemplateCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteTaskTemplateCommandOutput extends DeleteTaskTemplateRespo
55
57
  * @throws {@link ThrottlingException} (client fault)
56
58
  * <p>The throttling limit has been exceeded.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class DeleteTaskTemplateCommand extends $Command<DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
34
34
  * };
35
35
  * const command = new DeleteTrafficDistributionGroupCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteTrafficDistributionGroupCommandInput - {@link DeleteTrafficDistributionGroupCommandInput}
@@ -57,6 +59,8 @@ export interface DeleteTrafficDistributionGroupCommandOutput extends DeleteTraff
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 DeleteTrafficDistributionGroupCommand extends $Command<DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteUseCaseCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteUseCaseCommandInput - {@link DeleteUseCaseCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteUseCaseCommandOutput extends __MetadataBearer {
53
55
  * @throws {@link ThrottlingException} (client fault)
54
56
  * <p>The throttling limit has been exceeded.</p>
55
57
  *
58
+ * @throws {@link ConnectServiceException}
59
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteUseCaseCommand extends $Command<DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
36
36
  * };
37
37
  * const command = new DeleteUserCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
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 DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
33
33
  * };
34
34
  * const command = new DeleteUserHierarchyGroupCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteUserHierarchyGroupCommandInput - {@link DeleteUserHierarchyGroupCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteUserHierarchyGroupCommandOutput extends __MetadataBearer
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 DeleteUserHierarchyGroupCommand extends $Command<DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,12 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
32
32
  * };
33
33
  * const command = new DeleteVocabularyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteVocabularyResponse
36
+ * // VocabularyArn: "STRING_VALUE", // required
37
+ * // VocabularyId: "STRING_VALUE", // required
38
+ * // State: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "DELETE_IN_PROGRESS", // required
39
+ * // };
40
+ *
35
41
  * ```
36
42
  *
37
43
  * @param DeleteVocabularyCommandInput - {@link DeleteVocabularyCommandInput}
@@ -58,6 +64,8 @@ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse,
58
64
  * @throws {@link ThrottlingException} (client fault)
59
65
  * <p>The throttling limit has been exceeded.</p>
60
66
  *
67
+ * @throws {@link ConnectServiceException}
68
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
69
  *
62
70
  */
63
71
  export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,21 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
33
33
  * };
34
34
  * const command = new DescribeAgentStatusCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeAgentStatusResponse
37
+ * // AgentStatus: { // AgentStatus
38
+ * // AgentStatusARN: "STRING_VALUE",
39
+ * // AgentStatusId: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // Type: "ROUTABLE" || "CUSTOM" || "OFFLINE",
43
+ * // DisplayOrder: Number("int"),
44
+ * // State: "ENABLED" || "DISABLED",
45
+ * // Tags: { // TagMap
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // };
50
+ *
36
51
  * ```
37
52
  *
38
53
  * @param DescribeAgentStatusCommandInput - {@link DescribeAgentStatusCommandInput}
@@ -56,6 +71,8 @@ export interface DescribeAgentStatusCommandOutput extends DescribeAgentStatusRes
56
71
  * @throws {@link ThrottlingException} (client fault)
57
72
  * <p>The throttling limit has been exceeded.</p>
58
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
76
  *
60
77
  */
61
78
  export declare class DescribeAgentStatusCommand extends $Command<DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,35 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
39
39
  * };
40
40
  * const command = new DescribeContactCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeContactResponse
43
+ * // Contact: { // Contact
44
+ * // Arn: "STRING_VALUE",
45
+ * // Id: "STRING_VALUE",
46
+ * // InitialContactId: "STRING_VALUE",
47
+ * // PreviousContactId: "STRING_VALUE",
48
+ * // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
49
+ * // Name: "STRING_VALUE",
50
+ * // Description: "STRING_VALUE",
51
+ * // Channel: "VOICE" || "CHAT" || "TASK",
52
+ * // QueueInfo: { // QueueInfo
53
+ * // Id: "STRING_VALUE",
54
+ * // EnqueueTimestamp: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // AgentInfo: { // AgentInfo
57
+ * // Id: "STRING_VALUE",
58
+ * // ConnectedToAgentTimestamp: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // InitiationTimestamp: new Date("TIMESTAMP"),
61
+ * // DisconnectTimestamp: new Date("TIMESTAMP"),
62
+ * // LastUpdateTimestamp: new Date("TIMESTAMP"),
63
+ * // ScheduledTimestamp: new Date("TIMESTAMP"),
64
+ * // RelatedContactId: "STRING_VALUE",
65
+ * // WisdomInfo: { // WisdomInfo
66
+ * // SessionArn: "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // };
70
+ *
42
71
  * ```
43
72
  *
44
73
  * @param DescribeContactCommandInput - {@link DescribeContactCommandInput}
@@ -62,6 +91,8 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
62
91
  * @throws {@link ThrottlingException} (client fault)
63
92
  * <p>The throttling limit has been exceeded.</p>
64
93
  *
94
+ * @throws {@link ConnectServiceException}
95
+ * <p>Base exception class for all service exceptions from Connect service.</p>
65
96
  *
66
97
  */
67
98
  export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,187 @@ export interface DescribeContactEvaluationCommandOutput extends DescribeContactE
33
33
  * };
34
34
  * const command = new DescribeContactEvaluationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeContactEvaluationResponse
37
+ * // Evaluation: { // Evaluation
38
+ * // EvaluationId: "STRING_VALUE", // required
39
+ * // EvaluationArn: "STRING_VALUE", // required
40
+ * // Metadata: { // EvaluationMetadata
41
+ * // ContactId: "STRING_VALUE", // required
42
+ * // EvaluatorArn: "STRING_VALUE", // required
43
+ * // ContactAgentId: "STRING_VALUE",
44
+ * // Score: { // EvaluationScore
45
+ * // Percentage: Number("double"),
46
+ * // NotApplicable: true || false,
47
+ * // AutomaticFail: true || false,
48
+ * // },
49
+ * // },
50
+ * // Answers: { // EvaluationAnswersOutputMap // required
51
+ * // "<keys>": { // EvaluationAnswerOutput
52
+ * // Value: { // EvaluationAnswerData Union: only one key present
53
+ * // StringValue: "STRING_VALUE",
54
+ * // NumericValue: Number("double"),
55
+ * // NotApplicable: true || false,
56
+ * // },
57
+ * // SystemSuggestedValue: {// Union: only one key present
58
+ * // StringValue: "STRING_VALUE",
59
+ * // NumericValue: Number("double"),
60
+ * // NotApplicable: true || false,
61
+ * // },
62
+ * // },
63
+ * // },
64
+ * // Notes: { // EvaluationNotesMap // required
65
+ * // "<keys>": { // EvaluationNote
66
+ * // Value: "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // Status: "DRAFT" || "SUBMITTED", // required
70
+ * // Scores: { // EvaluationScoresMap
71
+ * // "<keys>": {
72
+ * // Percentage: Number("double"),
73
+ * // NotApplicable: true || false,
74
+ * // AutomaticFail: true || false,
75
+ * // },
76
+ * // },
77
+ * // CreatedTime: new Date("TIMESTAMP"), // required
78
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
79
+ * // Tags: { // TagMap
80
+ * // "<keys>": "STRING_VALUE",
81
+ * // },
82
+ * // },
83
+ * // EvaluationForm: { // EvaluationFormContent
84
+ * // EvaluationFormVersion: Number("int"), // required
85
+ * // EvaluationFormId: "STRING_VALUE", // required
86
+ * // EvaluationFormArn: "STRING_VALUE", // required
87
+ * // Title: "STRING_VALUE", // required
88
+ * // Description: "STRING_VALUE",
89
+ * // Items: [ // EvaluationFormItemsList // required
90
+ * // { // EvaluationFormItem Union: only one key present
91
+ * // Section: { // EvaluationFormSection
92
+ * // Title: "STRING_VALUE", // required
93
+ * // RefId: "STRING_VALUE", // required
94
+ * // Instructions: "STRING_VALUE",
95
+ * // Items: [
96
+ * // {// Union: only one key present
97
+ * // Section: {
98
+ * // Title: "STRING_VALUE", // required
99
+ * // RefId: "STRING_VALUE", // required
100
+ * // Instructions: "STRING_VALUE",
101
+ * // Items: "<EvaluationFormItemsList>",
102
+ * // Weight: Number("double"),
103
+ * // },
104
+ * // Question: { // EvaluationFormQuestion
105
+ * // Title: "STRING_VALUE", // required
106
+ * // Instructions: "STRING_VALUE",
107
+ * // RefId: "STRING_VALUE", // required
108
+ * // NotApplicableEnabled: true || false,
109
+ * // QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
110
+ * // QuestionTypeProperties: { // EvaluationFormQuestionTypeProperties Union: only one key present
111
+ * // Numeric: { // EvaluationFormNumericQuestionProperties
112
+ * // MinValue: Number("int"), // required
113
+ * // MaxValue: Number("int"), // required
114
+ * // Options: [ // EvaluationFormNumericQuestionOptionList
115
+ * // { // EvaluationFormNumericQuestionOption
116
+ * // MinValue: Number("int"), // required
117
+ * // MaxValue: Number("int"), // required
118
+ * // Score: Number("int"),
119
+ * // AutomaticFail: true || false,
120
+ * // },
121
+ * // ],
122
+ * // Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
123
+ * // PropertyValue: { // NumericQuestionPropertyValueAutomation
124
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
125
+ * // },
126
+ * // },
127
+ * // },
128
+ * // SingleSelect: { // EvaluationFormSingleSelectQuestionProperties
129
+ * // Options: [ // EvaluationFormSingleSelectQuestionOptionList // required
130
+ * // { // EvaluationFormSingleSelectQuestionOption
131
+ * // RefId: "STRING_VALUE", // required
132
+ * // Text: "STRING_VALUE", // required
133
+ * // Score: Number("int"),
134
+ * // AutomaticFail: true || false,
135
+ * // },
136
+ * // ],
137
+ * // DisplayAs: "DROPDOWN" || "RADIO",
138
+ * // Automation: { // EvaluationFormSingleSelectQuestionAutomation
139
+ * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
140
+ * // { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
141
+ * // RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
142
+ * // Category: "STRING_VALUE", // required
143
+ * // Condition: "PRESENT" || "NOT_PRESENT", // required
144
+ * // OptionRefId: "STRING_VALUE", // required
145
+ * // },
146
+ * // },
147
+ * // ],
148
+ * // DefaultOptionRefId: "STRING_VALUE",
149
+ * // },
150
+ * // },
151
+ * // },
152
+ * // Weight: Number("double"),
153
+ * // },
154
+ * // },
155
+ * // ],
156
+ * // Weight: Number("double"),
157
+ * // },
158
+ * // Question: {
159
+ * // Title: "STRING_VALUE", // required
160
+ * // Instructions: "STRING_VALUE",
161
+ * // RefId: "STRING_VALUE", // required
162
+ * // NotApplicableEnabled: true || false,
163
+ * // QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
164
+ * // QuestionTypeProperties: {// Union: only one key present
165
+ * // Numeric: {
166
+ * // MinValue: Number("int"), // required
167
+ * // MaxValue: Number("int"), // required
168
+ * // Options: [
169
+ * // {
170
+ * // MinValue: Number("int"), // required
171
+ * // MaxValue: Number("int"), // required
172
+ * // Score: Number("int"),
173
+ * // AutomaticFail: true || false,
174
+ * // },
175
+ * // ],
176
+ * // Automation: {// Union: only one key present
177
+ * // PropertyValue: {
178
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
179
+ * // },
180
+ * // },
181
+ * // },
182
+ * // SingleSelect: {
183
+ * // Options: [ // required
184
+ * // {
185
+ * // RefId: "STRING_VALUE", // required
186
+ * // Text: "STRING_VALUE", // required
187
+ * // Score: Number("int"),
188
+ * // AutomaticFail: true || false,
189
+ * // },
190
+ * // ],
191
+ * // DisplayAs: "DROPDOWN" || "RADIO",
192
+ * // Automation: {
193
+ * // Options: [ // required
194
+ * // {// Union: only one key present
195
+ * // RuleCategory: {
196
+ * // Category: "STRING_VALUE", // required
197
+ * // Condition: "PRESENT" || "NOT_PRESENT", // required
198
+ * // OptionRefId: "STRING_VALUE", // required
199
+ * // },
200
+ * // },
201
+ * // ],
202
+ * // DefaultOptionRefId: "STRING_VALUE",
203
+ * // },
204
+ * // },
205
+ * // },
206
+ * // Weight: Number("double"),
207
+ * // },
208
+ * // },
209
+ * // ],
210
+ * // ScoringStrategy: { // EvaluationFormScoringStrategy
211
+ * // Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
212
+ * // Status: "ENABLED" || "DISABLED", // required
213
+ * // },
214
+ * // },
215
+ * // };
216
+ *
36
217
  * ```
37
218
  *
38
219
  * @param DescribeContactEvaluationCommandInput - {@link DescribeContactEvaluationCommandInput}
@@ -53,6 +234,8 @@ export interface DescribeContactEvaluationCommandOutput extends DescribeContactE
53
234
  * @throws {@link ThrottlingException} (client fault)
54
235
  * <p>The throttling limit has been exceeded.</p>
55
236
  *
237
+ * @throws {@link ConnectServiceException}
238
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
239
  *
57
240
  */
58
241
  export declare class DescribeContactEvaluationCommand extends $Command<DescribeContactEvaluationCommandInput, DescribeContactEvaluationCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
34
34
  * };
35
35
  * const command = new DescribeContactFlowCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeContactFlowResponse
38
+ * // ContactFlow: { // ContactFlow
39
+ * // Arn: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Type: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
43
+ * // State: "ACTIVE" || "ARCHIVED",
44
+ * // Description: "STRING_VALUE",
45
+ * // Content: "STRING_VALUE",
46
+ * // Tags: { // TagMap
47
+ * // "<keys>": "STRING_VALUE",
48
+ * // },
49
+ * // },
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param DescribeContactFlowCommandInput - {@link DescribeContactFlowCommandInput}
@@ -60,6 +75,8 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
60
75
  * @throws {@link ThrottlingException} (client fault)
61
76
  * <p>The throttling limit has been exceeded.</p>
62
77
  *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
63
80
  *
64
81
  */
65
82
  export declare class DescribeContactFlowCommand extends $Command<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput, ConnectClientResolvedConfig> {