@aws-sdk/client-connect 3.325.0 → 3.327.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/protocols/Aws_restJson1.js +0 -3
  2. package/dist-es/protocols/Aws_restJson1.js +0 -3
  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 +8 -2
  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 -3
  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 +7 -0
  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 +22 -0
  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 +9 -1
  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 +3 -3
  189. package/dist-types/models/models_1.d.ts +6 -6
  190. package/package.json +7 -7
@@ -5254,9 +5254,6 @@ const de_CreateParticipantCommandError = async (output, context) => {
5254
5254
  case "InternalServiceException":
5255
5255
  case "com.amazonaws.connect#InternalServiceException":
5256
5256
  throw await de_InternalServiceExceptionRes(parsedOutput, context);
5257
- case "InvalidParameterException":
5258
- case "com.amazonaws.connect#InvalidParameterException":
5259
- throw await de_InvalidParameterExceptionRes(parsedOutput, context);
5260
5257
  case "InvalidRequestException":
5261
5258
  case "com.amazonaws.connect#InvalidRequestException":
5262
5259
  throw await de_InvalidRequestExceptionRes(parsedOutput, context);
@@ -5039,9 +5039,6 @@ const de_CreateParticipantCommandError = async (output, context) => {
5039
5039
  case "InternalServiceException":
5040
5040
  case "com.amazonaws.connect#InternalServiceException":
5041
5041
  throw await de_InternalServiceExceptionRes(parsedOutput, context);
5042
- case "InvalidParameterException":
5043
- case "com.amazonaws.connect#InvalidParameterException":
5044
- throw await de_InvalidParameterExceptionRes(parsedOutput, context);
5045
5042
  case "InvalidRequestException":
5046
5043
  case "com.amazonaws.connect#InvalidRequestException":
5047
5044
  throw await de_InvalidRequestExceptionRes(parsedOutput, context);
@@ -34,6 +34,12 @@ export interface ActivateEvaluationFormCommandOutput extends ActivateEvaluationF
34
34
  * };
35
35
  * const command = new ActivateEvaluationFormCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ActivateEvaluationFormResponse
38
+ * // EvaluationFormId: "STRING_VALUE", // required
39
+ * // EvaluationFormArn: "STRING_VALUE", // required
40
+ * // EvaluationFormVersion: Number("int"), // required
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param ActivateEvaluationFormCommandInput - {@link ActivateEvaluationFormCommandInput}
@@ -57,6 +63,8 @@ export interface ActivateEvaluationFormCommandOutput extends ActivateEvaluationF
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 ActivateEvaluationFormCommand extends $Command<ActivateEvaluationFormCommandInput, ActivateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface AssociateApprovedOriginCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new AssociateApprovedOriginCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param AssociateApprovedOriginCommandInput - {@link AssociateApprovedOriginCommandInput}
@@ -62,6 +64,8 @@ export interface AssociateApprovedOriginCommandOutput 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 AssociateApprovedOriginCommand extends $Command<AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
40
40
  * };
41
41
  * const command = new AssociateBotCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param AssociateBotCommandInput - {@link AssociateBotCommandInput}
@@ -69,6 +71,8 @@ export interface AssociateBotCommandOutput extends __MetadataBearer {
69
71
  * @throws {@link ThrottlingException} (client fault)
70
72
  * <p>The throttling limit has been exceeded.</p>
71
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
72
76
  *
73
77
  */
74
78
  export declare class AssociateBotCommand extends $Command<AssociateBotCommandInput, AssociateBotCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
34
34
  * };
35
35
  * const command = new AssociateDefaultVocabularyCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param AssociateDefaultVocabularyCommandInput - {@link AssociateDefaultVocabularyCommandInput}
@@ -57,6 +59,8 @@ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaul
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 AssociateDefaultVocabularyCommand extends $Command<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig> {
@@ -64,6 +64,10 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
64
64
  * };
65
65
  * const command = new AssociateInstanceStorageConfigCommand(input);
66
66
  * const response = await client.send(command);
67
+ * // { // AssociateInstanceStorageConfigResponse
68
+ * // AssociationId: "STRING_VALUE",
69
+ * // };
70
+ *
67
71
  * ```
68
72
  *
69
73
  * @param AssociateInstanceStorageConfigCommandInput - {@link AssociateInstanceStorageConfigCommandInput}
@@ -90,6 +94,8 @@ export interface AssociateInstanceStorageConfigCommandOutput extends AssociateIn
90
94
  * @throws {@link ThrottlingException} (client fault)
91
95
  * <p>The throttling limit has been exceeded.</p>
92
96
  *
97
+ * @throws {@link ConnectServiceException}
98
+ * <p>Base exception class for all service exceptions from Connect service.</p>
93
99
  *
94
100
  */
95
101
  export declare class AssociateInstanceStorageConfigCommand extends $Command<AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new AssociateLambdaFunctionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param AssociateLambdaFunctionCommandInput - {@link AssociateLambdaFunctionCommandInput}
@@ -63,6 +65,8 @@ export interface AssociateLambdaFunctionCommandOutput extends __MetadataBearer {
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 AssociateLambdaFunctionCommand extends $Command<AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
37
37
  * };
38
38
  * const command = new AssociateLexBotCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param AssociateLexBotCommandInput - {@link AssociateLexBotCommandInput}
@@ -66,6 +68,8 @@ export interface AssociateLexBotCommandOutput extends __MetadataBearer {
66
68
  * @throws {@link ThrottlingException} (client fault)
67
69
  * <p>The throttling limit has been exceeded.</p>
68
70
  *
71
+ * @throws {@link ConnectServiceException}
72
+ * <p>Base exception class for all service exceptions from Connect service.</p>
69
73
  *
70
74
  */
71
75
  export declare class AssociateLexBotCommand extends $Command<AssociateLexBotCommandInput, AssociateLexBotCommandOutput, ConnectClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
44
44
  * };
45
45
  * const command = new AssociatePhoneNumberContactFlowCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param AssociatePhoneNumberContactFlowCommandInput - {@link AssociatePhoneNumberContactFlowCommandInput}
@@ -67,6 +69,8 @@ export interface AssociatePhoneNumberContactFlowCommandOutput extends __Metadata
67
69
  * @throws {@link ThrottlingException} (client fault)
68
70
  * <p>The throttling limit has been exceeded.</p>
69
71
  *
72
+ * @throws {@link ConnectServiceException}
73
+ * <p>Base exception class for all service exceptions from Connect service.</p>
70
74
  *
71
75
  */
72
76
  export declare class AssociatePhoneNumberContactFlowCommand extends $Command<AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
36
36
  * };
37
37
  * const command = new AssociateQueueQuickConnectsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param AssociateQueueQuickConnectsCommandInput - {@link AssociateQueueQuickConnectsCommandInput}
@@ -62,6 +64,8 @@ export interface AssociateQueueQuickConnectsCommandOutput extends __MetadataBear
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 AssociateQueueQuickConnectsCommand extends $Command<AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
42
42
  * };
43
43
  * const command = new AssociateRoutingProfileQueuesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param AssociateRoutingProfileQueuesCommandInput - {@link AssociateRoutingProfileQueuesCommandInput}
@@ -65,6 +67,8 @@ export interface AssociateRoutingProfileQueuesCommandOutput extends __MetadataBe
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 AssociateRoutingProfileQueuesCommand extends $Command<AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
33
33
  * };
34
34
  * const command = new AssociateSecurityKeyCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // AssociateSecurityKeyResponse
37
+ * // AssociationId: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param AssociateSecurityKeyCommandInput - {@link AssociateSecurityKeyCommandInput}
@@ -62,6 +66,8 @@ export interface AssociateSecurityKeyCommandOutput extends AssociateSecurityKeyR
62
66
  * @throws {@link ThrottlingException} (client fault)
63
67
  * <p>The throttling limit has been exceeded.</p>
64
68
  *
69
+ * @throws {@link ConnectServiceException}
70
+ * <p>Base exception class for all service exceptions from Connect service.</p>
65
71
  *
66
72
  */
67
73
  export declare class AssociateSecurityKeyCommand extends $Command<AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
@@ -47,6 +47,11 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
47
47
  * };
48
48
  * const command = new ClaimPhoneNumberCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ClaimPhoneNumberResponse
51
+ * // PhoneNumberId: "STRING_VALUE",
52
+ * // PhoneNumberArn: "STRING_VALUE",
53
+ * // };
54
+ *
50
55
  * ```
51
56
  *
52
57
  * @param ClaimPhoneNumberCommandInput - {@link ClaimPhoneNumberCommandInput}
@@ -73,6 +78,8 @@ export interface ClaimPhoneNumberCommandOutput extends ClaimPhoneNumberResponse,
73
78
  * @throws {@link ThrottlingException} (client fault)
74
79
  * <p>The throttling limit has been exceeded.</p>
75
80
  *
81
+ * @throws {@link ConnectServiceException}
82
+ * <p>Base exception class for all service exceptions from Connect service.</p>
76
83
  *
77
84
  */
78
85
  export declare class ClaimPhoneNumberCommand extends $Command<ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
39
39
  * };
40
40
  * const command = new CreateAgentStatusCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateAgentStatusResponse
43
+ * // AgentStatusARN: "STRING_VALUE",
44
+ * // AgentStatusId: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param CreateAgentStatusCommandInput - {@link CreateAgentStatusCommandInput}
@@ -68,6 +73,8 @@ export interface CreateAgentStatusCommandOutput extends CreateAgentStatusRespons
68
73
  * @throws {@link ThrottlingException} (client fault)
69
74
  * <p>The throttling limit has been exceeded.</p>
70
75
  *
76
+ * @throws {@link ConnectServiceException}
77
+ * <p>Base exception class for all service exceptions from Connect service.</p>
71
78
  *
72
79
  */
73
80
  export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,11 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
40
40
  * };
41
41
  * const command = new CreateContactFlowCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateContactFlowResponse
44
+ * // ContactFlowId: "STRING_VALUE",
45
+ * // ContactFlowArn: "STRING_VALUE",
46
+ * // };
47
+ *
43
48
  * ```
44
49
  *
45
50
  * @param CreateContactFlowCommandInput - {@link CreateContactFlowCommandInput}
@@ -72,6 +77,8 @@ export interface CreateContactFlowCommandOutput extends CreateContactFlowRespons
72
77
  * @throws {@link ThrottlingException} (client fault)
73
78
  * <p>The throttling limit has been exceeded.</p>
74
79
  *
80
+ * @throws {@link ConnectServiceException}
81
+ * <p>Base exception class for all service exceptions from Connect service.</p>
75
82
  *
76
83
  */
77
84
  export declare class CreateContactFlowCommand extends $Command<CreateContactFlowCommandInput, CreateContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,11 @@ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowM
38
38
  * };
39
39
  * const command = new CreateContactFlowModuleCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // CreateContactFlowModuleResponse
42
+ * // Id: "STRING_VALUE",
43
+ * // Arn: "STRING_VALUE",
44
+ * // };
45
+ *
41
46
  * ```
42
47
  *
43
48
  * @param CreateContactFlowModuleCommandInput - {@link CreateContactFlowModuleCommandInput}
@@ -76,6 +81,8 @@ export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowM
76
81
  * @throws {@link ThrottlingException} (client fault)
77
82
  * <p>The throttling limit has been exceeded.</p>
78
83
  *
84
+ * @throws {@link ConnectServiceException}
85
+ * <p>Base exception class for all service exceptions from Connect service.</p>
79
86
  *
80
87
  */
81
88
  export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
@@ -21,8 +21,7 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
21
21
  /**
22
22
  * @public
23
23
  * <p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define
24
- * questions related to agent performance, and create sections to organize such questions. An
25
- * evaluation form must have a unique title within an instance. Question and section identifiers
24
+ * questions related to agent performance, and create sections to organize such questions. Question and section identifiers
26
25
  * cannot be duplicated within the same evaluation form.</p>
27
26
  * @example
28
27
  * Use a bare-bones client and the command you need to make an API call.
@@ -163,6 +162,11 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
163
162
  * };
164
163
  * const command = new CreateEvaluationFormCommand(input);
165
164
  * const response = await client.send(command);
165
+ * // { // CreateEvaluationFormResponse
166
+ * // EvaluationFormId: "STRING_VALUE", // required
167
+ * // EvaluationFormArn: "STRING_VALUE", // required
168
+ * // };
169
+ *
166
170
  * ```
167
171
  *
168
172
  * @param CreateEvaluationFormCommandInput - {@link CreateEvaluationFormCommandInput}
@@ -189,6 +193,8 @@ export interface CreateEvaluationFormCommandOutput extends CreateEvaluationFormR
189
193
  * @throws {@link ThrottlingException} (client fault)
190
194
  * <p>The throttling limit has been exceeded.</p>
191
195
  *
196
+ * @throws {@link ConnectServiceException}
197
+ * <p>Base exception class for all service exceptions from Connect service.</p>
192
198
  *
193
199
  */
194
200
  export declare class CreateEvaluationFormCommand extends $Command<CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -51,6 +51,11 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
51
51
  * };
52
52
  * const command = new CreateHoursOfOperationCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // CreateHoursOfOperationResponse
55
+ * // HoursOfOperationId: "STRING_VALUE",
56
+ * // HoursOfOperationArn: "STRING_VALUE",
57
+ * // };
58
+ *
54
59
  * ```
55
60
  *
56
61
  * @param CreateHoursOfOperationCommandInput - {@link CreateHoursOfOperationCommandInput}
@@ -80,6 +85,8 @@ export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperat
80
85
  * @throws {@link ThrottlingException} (client fault)
81
86
  * <p>The throttling limit has been exceeded.</p>
82
87
  *
88
+ * @throws {@link ConnectServiceException}
89
+ * <p>Base exception class for all service exceptions from Connect service.</p>
83
90
  *
84
91
  */
85
92
  export declare class CreateHoursOfOperationCommand extends $Command<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,11 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
42
42
  * };
43
43
  * const command = new CreateInstanceCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateInstanceResponse
46
+ * // Id: "STRING_VALUE",
47
+ * // Arn: "STRING_VALUE",
48
+ * // };
49
+ *
45
50
  * ```
46
51
  *
47
52
  * @param CreateInstanceCommandInput - {@link CreateInstanceCommandInput}
@@ -65,6 +70,8 @@ export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __M
65
70
  * @throws {@link ThrottlingException} (client fault)
66
71
  * <p>The throttling limit has been exceeded.</p>
67
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
68
75
  *
69
76
  */
70
77
  export declare class CreateInstanceCommand extends $Command<CreateInstanceCommandInput, CreateInstanceCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,11 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
40
40
  * };
41
41
  * const command = new CreateIntegrationAssociationCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateIntegrationAssociationResponse
44
+ * // IntegrationAssociationId: "STRING_VALUE",
45
+ * // IntegrationAssociationArn: "STRING_VALUE",
46
+ * // };
47
+ *
43
48
  * ```
44
49
  *
45
50
  * @param CreateIntegrationAssociationCommandInput - {@link CreateIntegrationAssociationCommandInput}
@@ -63,6 +68,8 @@ export interface CreateIntegrationAssociationCommandOutput extends CreateIntegra
63
68
  * @throws {@link ThrottlingException} (client fault)
64
69
  * <p>The throttling limit has been exceeded.</p>
65
70
  *
71
+ * @throws {@link ConnectServiceException}
72
+ * <p>Base exception class for all service exceptions from Connect service.</p>
66
73
  *
67
74
  */
68
75
  export declare class CreateIntegrationAssociationCommand extends $Command<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,14 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
38
38
  * };
39
39
  * const command = new CreateParticipantCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // CreateParticipantResponse
42
+ * // ParticipantCredentials: { // ParticipantTokenCredentials
43
+ * // ParticipantToken: "STRING_VALUE",
44
+ * // Expiry: "STRING_VALUE",
45
+ * // },
46
+ * // ParticipantId: "STRING_VALUE",
47
+ * // };
48
+ *
41
49
  * ```
42
50
  *
43
51
  * @param CreateParticipantCommandInput - {@link CreateParticipantCommandInput}
@@ -49,9 +57,6 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
49
57
  * @throws {@link InternalServiceException} (server fault)
50
58
  * <p>Request processing failed because of an error or failure with the service.</p>
51
59
  *
52
- * @throws {@link InvalidParameterException} (client fault)
53
- * <p>One or more of the specified parameters are not valid.</p>
54
- *
55
60
  * @throws {@link InvalidRequestException} (client fault)
56
61
  * <p>The request is not valid.</p>
57
62
  *
@@ -64,6 +69,8 @@ export interface CreateParticipantCommandOutput extends CreateParticipantRespons
64
69
  * @throws {@link ThrottlingException} (client fault)
65
70
  * <p>The throttling limit has been exceeded.</p>
66
71
  *
72
+ * @throws {@link ConnectServiceException}
73
+ * <p>Base exception class for all service exceptions from Connect service.</p>
67
74
  *
68
75
  */
69
76
  export declare class CreateParticipantCommand extends $Command<CreateParticipantCommandInput, CreateParticipantCommandOutput, ConnectClientResolvedConfig> {
@@ -58,6 +58,11 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
58
58
  * };
59
59
  * const command = new CreateQueueCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // CreateQueueResponse
62
+ * // QueueArn: "STRING_VALUE",
63
+ * // QueueId: "STRING_VALUE",
64
+ * // };
65
+ *
61
66
  * ```
62
67
  *
63
68
  * @param CreateQueueCommandInput - {@link CreateQueueCommandInput}
@@ -87,6 +92,8 @@ export interface CreateQueueCommandOutput extends CreateQueueResponse, __Metadat
87
92
  * @throws {@link ThrottlingException} (client fault)
88
93
  * <p>The throttling limit has been exceeded.</p>
89
94
  *
95
+ * @throws {@link ConnectServiceException}
96
+ * <p>Base exception class for all service exceptions from Connect service.</p>
90
97
  *
91
98
  */
92
99
  export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, ConnectClientResolvedConfig> {
@@ -50,6 +50,11 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
50
50
  * };
51
51
  * const command = new CreateQuickConnectCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // CreateQuickConnectResponse
54
+ * // QuickConnectARN: "STRING_VALUE",
55
+ * // QuickConnectId: "STRING_VALUE",
56
+ * // };
57
+ *
53
58
  * ```
54
59
  *
55
60
  * @param CreateQuickConnectCommandInput - {@link CreateQuickConnectCommandInput}
@@ -79,6 +84,8 @@ export interface CreateQuickConnectCommandOutput extends CreateQuickConnectRespo
79
84
  * @throws {@link ThrottlingException} (client fault)
80
85
  * <p>The throttling limit has been exceeded.</p>
81
86
  *
87
+ * @throws {@link ConnectServiceException}
88
+ * <p>Base exception class for all service exceptions from Connect service.</p>
82
89
  *
83
90
  */
84
91
  export declare class CreateQuickConnectCommand extends $Command<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput, ConnectClientResolvedConfig> {
@@ -56,6 +56,11 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR
56
56
  * };
57
57
  * const command = new CreateRoutingProfileCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // CreateRoutingProfileResponse
60
+ * // RoutingProfileArn: "STRING_VALUE",
61
+ * // RoutingProfileId: "STRING_VALUE",
62
+ * // };
63
+ *
59
64
  * ```
60
65
  *
61
66
  * @param CreateRoutingProfileCommandInput - {@link CreateRoutingProfileCommandInput}
@@ -85,6 +90,8 @@ export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileR
85
90
  * @throws {@link ThrottlingException} (client fault)
86
91
  * <p>The throttling limit has been exceeded.</p>
87
92
  *
93
+ * @throws {@link ConnectServiceException}
94
+ * <p>Base exception class for all service exceptions from Connect service.</p>
88
95
  *
89
96
  */
90
97
  export declare class CreateRoutingProfileCommand extends $Command<CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
@@ -75,6 +75,11 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
75
75
  * };
76
76
  * const command = new CreateRuleCommand(input);
77
77
  * const response = await client.send(command);
78
+ * // { // CreateRuleResponse
79
+ * // RuleArn: "STRING_VALUE", // required
80
+ * // RuleId: "STRING_VALUE", // required
81
+ * // };
82
+ *
78
83
  * ```
79
84
  *
80
85
  * @param CreateRuleCommandInput - {@link CreateRuleCommandInput}
@@ -104,6 +109,8 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
104
109
  * @throws {@link ThrottlingException} (client fault)
105
110
  * <p>The throttling limit has been exceeded.</p>
106
111
  *
112
+ * @throws {@link ConnectServiceException}
113
+ * <p>Base exception class for all service exceptions from Connect service.</p>
107
114
  *
108
115
  */
109
116
  export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, ConnectClientResolvedConfig> {
@@ -46,6 +46,11 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil
46
46
  * };
47
47
  * const command = new CreateSecurityProfileCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateSecurityProfileResponse
50
+ * // SecurityProfileId: "STRING_VALUE",
51
+ * // SecurityProfileArn: "STRING_VALUE",
52
+ * // };
53
+ *
49
54
  * ```
50
55
  *
51
56
  * @param CreateSecurityProfileCommandInput - {@link CreateSecurityProfileCommandInput}
@@ -75,6 +80,8 @@ export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfil
75
80
  * @throws {@link ThrottlingException} (client fault)
76
81
  * <p>The throttling limit has been exceeded.</p>
77
82
  *
83
+ * @throws {@link ConnectServiceException}
84
+ * <p>Base exception class for all service exceptions from Connect service.</p>
78
85
  *
79
86
  */
80
87
  export declare class CreateSecurityProfileCommand extends $Command<CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
@@ -81,6 +81,11 @@ export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateRespo
81
81
  * };
82
82
  * const command = new CreateTaskTemplateCommand(input);
83
83
  * const response = await client.send(command);
84
+ * // { // CreateTaskTemplateResponse
85
+ * // Id: "STRING_VALUE", // required
86
+ * // Arn: "STRING_VALUE", // required
87
+ * // };
88
+ *
84
89
  * ```
85
90
  *
86
91
  * @param CreateTaskTemplateCommandInput - {@link CreateTaskTemplateCommandInput}
@@ -107,6 +112,8 @@ export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateRespo
107
112
  * @throws {@link ThrottlingException} (client fault)
108
113
  * <p>The throttling limit has been exceeded.</p>
109
114
  *
115
+ * @throws {@link ConnectServiceException}
116
+ * <p>Base exception class for all service exceptions from Connect service.</p>
110
117
  *
111
118
  */
112
119
  export declare class CreateTaskTemplateCommand extends $Command<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface CreateTrafficDistributionGroupCommandOutput extends CreateTraff
39
39
  * };
40
40
  * const command = new CreateTrafficDistributionGroupCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // CreateTrafficDistributionGroupResponse
43
+ * // Id: "STRING_VALUE",
44
+ * // Arn: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param CreateTrafficDistributionGroupCommandInput - {@link CreateTrafficDistributionGroupCommandInput}
@@ -71,6 +76,8 @@ export interface CreateTrafficDistributionGroupCommandOutput extends CreateTraff
71
76
  * @throws {@link ThrottlingException} (client fault)
72
77
  * <p>The throttling limit has been exceeded.</p>
73
78
  *
79
+ * @throws {@link ConnectServiceException}
80
+ * <p>Base exception class for all service exceptions from Connect service.</p>
74
81
  *
75
82
  */
76
83
  export declare class CreateTrafficDistributionGroupCommand extends $Command<CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,11 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met
36
36
  * };
37
37
  * const command = new CreateUseCaseCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // CreateUseCaseResponse
40
+ * // UseCaseId: "STRING_VALUE",
41
+ * // UseCaseArn: "STRING_VALUE",
42
+ * // };
43
+ *
39
44
  * ```
40
45
  *
41
46
  * @param CreateUseCaseCommandInput - {@link CreateUseCaseCommandInput}
@@ -59,6 +64,8 @@ export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __Met
59
64
  * @throws {@link ThrottlingException} (client fault)
60
65
  * <p>The throttling limit has been exceeded.</p>
61
66
  *
67
+ * @throws {@link ConnectServiceException}
68
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
69
  *
63
70
  */
64
71
  export declare class CreateUseCaseCommand extends $Command<CreateUseCaseCommandInput, CreateUseCaseCommandOutput, ConnectClientResolvedConfig> {
@@ -58,6 +58,11 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
58
58
  * };
59
59
  * const command = new CreateUserCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // CreateUserResponse
62
+ * // UserId: "STRING_VALUE",
63
+ * // UserArn: "STRING_VALUE",
64
+ * // };
65
+ *
61
66
  * ```
62
67
  *
63
68
  * @param CreateUserCommandInput - {@link CreateUserCommandInput}
@@ -87,6 +92,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
87
92
  * @throws {@link ThrottlingException} (client fault)
88
93
  * <p>The throttling limit has been exceeded.</p>
89
94
  *
95
+ * @throws {@link ConnectServiceException}
96
+ * <p>Base exception class for all service exceptions from Connect service.</p>
90
97
  *
91
98
  */
92
99
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ConnectClientResolvedConfig> {