@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
@@ -35,6 +35,8 @@ export interface UpdateContactFlowMetadataCommandOutput extends UpdateContactFlo
35
35
  * };
36
36
  * const command = new UpdateContactFlowMetadataCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateContactFlowMetadataCommandInput - {@link UpdateContactFlowMetadataCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateContactFlowMetadataCommandOutput extends UpdateContactFlo
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 UpdateContactFlowMetadataCommand extends $Command<UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdateContactFlowModuleContentCommandOutput extends UpdateConta
33
33
  * };
34
34
  * const command = new UpdateContactFlowModuleContentCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdateContactFlowModuleContentCommandInput - {@link UpdateContactFlowModuleContentCommandInput}
@@ -59,6 +61,8 @@ export interface UpdateContactFlowModuleContentCommandOutput extends UpdateConta
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 UpdateContactFlowModuleContentCommand extends $Command<UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateContactFlowModuleMetadataCommandOutput extends UpdateCont
35
35
  * };
36
36
  * const command = new UpdateContactFlowModuleMetadataCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateContactFlowModuleMetadataCommandInput - {@link UpdateContactFlowModuleMetadataCommandInput}
@@ -64,6 +66,8 @@ export interface UpdateContactFlowModuleMetadataCommandOutput extends UpdateCont
64
66
  * @throws {@link ThrottlingException} (client fault)
65
67
  * <p>The throttling limit has been exceeded.</p>
66
68
  *
69
+ * @throws {@link ConnectServiceException}
70
+ * <p>Base exception class for all service exceptions from Connect service.</p>
67
71
  *
68
72
  */
69
73
  export declare class UpdateContactFlowModuleMetadataCommand extends $Command<UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface UpdateContactFlowNameCommandOutput extends UpdateContactFlowNam
36
36
  * };
37
37
  * const command = new UpdateContactFlowNameCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param UpdateContactFlowNameCommandInput - {@link UpdateContactFlowNameCommandInput}
@@ -62,6 +64,8 @@ export interface UpdateContactFlowNameCommandOutput extends UpdateContactFlowNam
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 UpdateContactFlowNameCommand extends $Command<UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdateContactScheduleCommandOutput extends UpdateContactSchedul
33
33
  * };
34
34
  * const command = new UpdateContactScheduleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdateContactScheduleCommandInput - {@link UpdateContactScheduleCommandInput}
@@ -59,6 +61,8 @@ export interface UpdateContactScheduleCommandOutput extends UpdateContactSchedul
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 UpdateContactScheduleCommand extends $Command<UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput, ConnectClientResolvedConfig> {
@@ -165,6 +165,12 @@ export interface UpdateEvaluationFormCommandOutput extends UpdateEvaluationFormR
165
165
  * };
166
166
  * const command = new UpdateEvaluationFormCommand(input);
167
167
  * const response = await client.send(command);
168
+ * // { // UpdateEvaluationFormResponse
169
+ * // EvaluationFormId: "STRING_VALUE", // required
170
+ * // EvaluationFormArn: "STRING_VALUE", // required
171
+ * // EvaluationFormVersion: Number("int"), // required
172
+ * // };
173
+ *
168
174
  * ```
169
175
  *
170
176
  * @param UpdateEvaluationFormCommandInput - {@link UpdateEvaluationFormCommandInput}
@@ -191,6 +197,8 @@ export interface UpdateEvaluationFormCommandOutput extends UpdateEvaluationFormR
191
197
  * @throws {@link ThrottlingException} (client fault)
192
198
  * <p>The throttling limit has been exceeded.</p>
193
199
  *
200
+ * @throws {@link ConnectServiceException}
201
+ * <p>Base exception class for all service exceptions from Connect service.</p>
194
202
  *
195
203
  */
196
204
  export declare class UpdateEvaluationFormCommand extends $Command<UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -49,6 +49,8 @@ export interface UpdateHoursOfOperationCommandOutput extends __MetadataBearer {
49
49
  * };
50
50
  * const command = new UpdateHoursOfOperationCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // {};
53
+ *
52
54
  * ```
53
55
  *
54
56
  * @param UpdateHoursOfOperationCommandInput - {@link UpdateHoursOfOperationCommandInput}
@@ -75,6 +77,8 @@ export interface UpdateHoursOfOperationCommandOutput extends __MetadataBearer {
75
77
  * @throws {@link ThrottlingException} (client fault)
76
78
  * <p>The throttling limit has been exceeded.</p>
77
79
  *
80
+ * @throws {@link ConnectServiceException}
81
+ * <p>Base exception class for all service exceptions from Connect service.</p>
78
82
  *
79
83
  */
80
84
  export declare class UpdateHoursOfOperationCommand extends $Command<UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UpdateInstanceAttributeCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateInstanceAttributeCommandInput - {@link UpdateInstanceAttributeCommandInput}
@@ -57,6 +59,8 @@ export interface UpdateInstanceAttributeCommandOutput extends __MetadataBearer {
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 UpdateInstanceAttributeCommand extends $Command<UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
@@ -60,6 +60,8 @@ export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBear
60
60
  * };
61
61
  * const command = new UpdateInstanceStorageConfigCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // {};
64
+ *
63
65
  * ```
64
66
  *
65
67
  * @param UpdateInstanceStorageConfigCommandInput - {@link UpdateInstanceStorageConfigCommandInput}
@@ -83,6 +85,8 @@ export interface UpdateInstanceStorageConfigCommandOutput extends __MetadataBear
83
85
  * @throws {@link ThrottlingException} (client fault)
84
86
  * <p>The throttling limit has been exceeded.</p>
85
87
  *
88
+ * @throws {@link ConnectServiceException}
89
+ * <p>Base exception class for all service exceptions from Connect service.</p>
86
90
  *
87
91
  */
88
92
  export declare class UpdateInstanceStorageConfigCommand extends $Command<UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -63,6 +63,8 @@ export interface UpdateParticipantRoleConfigCommandOutput extends UpdateParticip
63
63
  * };
64
64
  * const command = new UpdateParticipantRoleConfigCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // {};
67
+ *
66
68
  * ```
67
69
  *
68
70
  * @param UpdateParticipantRoleConfigCommandInput - {@link UpdateParticipantRoleConfigCommandInput}
@@ -89,6 +91,8 @@ export interface UpdateParticipantRoleConfigCommandOutput extends UpdateParticip
89
91
  * @throws {@link ThrottlingException} (client fault)
90
92
  * <p>The throttling limit has been exceeded.</p>
91
93
  *
94
+ * @throws {@link ConnectServiceException}
95
+ * <p>Base exception class for all service exceptions from Connect service.</p>
92
96
  *
93
97
  */
94
98
  export declare class UpdateParticipantRoleConfigCommand extends $Command<UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
39
39
  * };
40
40
  * const command = new UpdatePhoneNumberCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // UpdatePhoneNumberResponse
43
+ * // PhoneNumberId: "STRING_VALUE",
44
+ * // PhoneNumberArn: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param UpdatePhoneNumberCommandInput - {@link UpdatePhoneNumberCommandInput}
@@ -68,6 +73,8 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
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 UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateQueueHoursOfOperationCommandOutput extends __MetadataBear
34
34
  * };
35
35
  * const command = new UpdateQueueHoursOfOperationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateQueueHoursOfOperationCommandInput - {@link UpdateQueueHoursOfOperationCommandInput}
@@ -57,6 +59,8 @@ export interface UpdateQueueHoursOfOperationCommandOutput extends __MetadataBear
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 UpdateQueueHoursOfOperationCommand extends $Command<UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateQueueMaxContactsCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new UpdateQueueMaxContactsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateQueueMaxContactsCommandInput - {@link UpdateQueueMaxContactsCommandInput}
@@ -58,6 +60,8 @@ export interface UpdateQueueMaxContactsCommandOutput 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 UpdateQueueMaxContactsCommand extends $Command<UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateQueueNameCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new UpdateQueueNameCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateQueueNameCommandInput - {@link UpdateQueueNameCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateQueueNameCommandOutput extends __MetadataBearer {
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 UpdateQueueNameCommand extends $Command<UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput, ConnectClientResolvedConfig> {
@@ -50,6 +50,8 @@ export interface UpdateQueueOutboundCallerConfigCommandOutput extends __Metadata
50
50
  * };
51
51
  * const command = new UpdateQueueOutboundCallerConfigCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // {};
54
+ *
53
55
  * ```
54
56
  *
55
57
  * @param UpdateQueueOutboundCallerConfigCommandInput - {@link UpdateQueueOutboundCallerConfigCommandInput}
@@ -73,6 +75,8 @@ export interface UpdateQueueOutboundCallerConfigCommandOutput extends __Metadata
73
75
  * @throws {@link ThrottlingException} (client fault)
74
76
  * <p>The throttling limit has been exceeded.</p>
75
77
  *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
76
80
  *
77
81
  */
78
82
  export declare class UpdateQueueOutboundCallerConfigCommand extends $Command<UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateQueueStatusCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UpdateQueueStatusCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateQueueStatusCommandInput - {@link UpdateQueueStatusCommandInput}
@@ -57,6 +59,8 @@ export interface UpdateQueueStatusCommandOutput extends __MetadataBearer {
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 UpdateQueueStatusCommand extends $Command<UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface UpdateQuickConnectConfigCommandOutput extends __MetadataBearer
46
46
  * };
47
47
  * const command = new UpdateQuickConnectConfigCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param UpdateQuickConnectConfigCommandInput - {@link UpdateQuickConnectConfigCommandInput}
@@ -69,6 +71,8 @@ export interface UpdateQuickConnectConfigCommandOutput 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 UpdateQuickConnectConfigCommand extends $Command<UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UpdateQuickConnectNameCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UpdateQuickConnectNameCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UpdateQuickConnectNameCommandInput - {@link UpdateQuickConnectNameCommandInput}
@@ -57,6 +59,8 @@ export interface UpdateQuickConnectNameCommandOutput extends __MetadataBearer {
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 UpdateQuickConnectNameCommand extends $Command<UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface UpdateRoutingProfileConcurrencyCommandOutput extends __Metadata
42
42
  * };
43
43
  * const command = new UpdateRoutingProfileConcurrencyCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param UpdateRoutingProfileConcurrencyCommandInput - {@link UpdateRoutingProfileConcurrencyCommandInput}
@@ -65,6 +67,8 @@ export interface UpdateRoutingProfileConcurrencyCommandOutput extends __Metadata
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 UpdateRoutingProfileConcurrencyCommand extends $Command<UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput extends _
33
33
  * };
34
34
  * const command = new UpdateRoutingProfileDefaultOutboundQueueCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdateRoutingProfileDefaultOutboundQueueCommandInput - {@link UpdateRoutingProfileDefaultOutboundQueueCommandInput}
@@ -56,6 +58,8 @@ export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput extends _
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 UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command<UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateRoutingProfileNameCommandOutput extends __MetadataBearer
35
35
  * };
36
36
  * const command = new UpdateRoutingProfileNameCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateRoutingProfileNameCommandInput - {@link UpdateRoutingProfileNameCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateRoutingProfileNameCommandOutput extends __MetadataBearer
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 UpdateRoutingProfileNameCommand extends $Command<UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface UpdateRoutingProfileQueuesCommandOutput extends __MetadataBeare
42
42
  * };
43
43
  * const command = new UpdateRoutingProfileQueuesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param UpdateRoutingProfileQueuesCommandInput - {@link UpdateRoutingProfileQueuesCommandInput}
@@ -65,6 +67,8 @@ export interface UpdateRoutingProfileQueuesCommandOutput extends __MetadataBeare
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 UpdateRoutingProfileQueuesCommand extends $Command<UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -71,6 +71,8 @@ export interface UpdateRuleCommandOutput extends __MetadataBearer {
71
71
  * };
72
72
  * const command = new UpdateRuleCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // {};
75
+ *
74
76
  * ```
75
77
  *
76
78
  * @param UpdateRuleCommandInput - {@link UpdateRuleCommandInput}
@@ -97,6 +99,8 @@ export interface UpdateRuleCommandOutput extends __MetadataBearer {
97
99
  * @throws {@link ThrottlingException} (client fault)
98
100
  * <p>The throttling limit has been exceeded.</p>
99
101
  *
102
+ * @throws {@link ConnectServiceException}
103
+ * <p>Base exception class for all service exceptions from Connect service.</p>
100
104
  *
101
105
  */
102
106
  export declare class UpdateRuleCommand extends $Command<UpdateRuleCommandInput, UpdateRuleCommandOutput, ConnectClientResolvedConfig> {
@@ -43,6 +43,8 @@ export interface UpdateSecurityProfileCommandOutput extends __MetadataBearer {
43
43
  * };
44
44
  * const command = new UpdateSecurityProfileCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param UpdateSecurityProfileCommandInput - {@link UpdateSecurityProfileCommandInput}
@@ -66,6 +68,8 @@ export interface UpdateSecurityProfileCommandOutput 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 UpdateSecurityProfileCommand extends $Command<UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
@@ -83,6 +83,63 @@ export interface UpdateTaskTemplateCommandOutput extends UpdateTaskTemplateRespo
83
83
  * };
84
84
  * const command = new UpdateTaskTemplateCommand(input);
85
85
  * const response = await client.send(command);
86
+ * // { // UpdateTaskTemplateResponse
87
+ * // InstanceId: "STRING_VALUE",
88
+ * // Id: "STRING_VALUE",
89
+ * // Arn: "STRING_VALUE",
90
+ * // Name: "STRING_VALUE",
91
+ * // Description: "STRING_VALUE",
92
+ * // ContactFlowId: "STRING_VALUE",
93
+ * // Constraints: { // TaskTemplateConstraints
94
+ * // RequiredFields: [ // RequiredTaskTemplateFields
95
+ * // { // RequiredFieldInfo
96
+ * // Id: { // TaskTemplateFieldIdentifier
97
+ * // Name: "STRING_VALUE",
98
+ * // },
99
+ * // },
100
+ * // ],
101
+ * // ReadOnlyFields: [ // ReadOnlyTaskTemplateFields
102
+ * // { // ReadOnlyFieldInfo
103
+ * // Id: {
104
+ * // Name: "STRING_VALUE",
105
+ * // },
106
+ * // },
107
+ * // ],
108
+ * // InvisibleFields: [ // InvisibleTaskTemplateFields
109
+ * // { // InvisibleFieldInfo
110
+ * // Id: {
111
+ * // Name: "STRING_VALUE",
112
+ * // },
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // Defaults: { // TaskTemplateDefaults
117
+ * // DefaultFieldValues: [ // TaskTemplateDefaultFieldValueList
118
+ * // { // TaskTemplateDefaultFieldValue
119
+ * // Id: {
120
+ * // Name: "STRING_VALUE",
121
+ * // },
122
+ * // DefaultValue: "STRING_VALUE",
123
+ * // },
124
+ * // ],
125
+ * // },
126
+ * // Fields: [ // TaskTemplateFields
127
+ * // { // TaskTemplateField
128
+ * // Id: {
129
+ * // Name: "STRING_VALUE",
130
+ * // },
131
+ * // Description: "STRING_VALUE",
132
+ * // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
133
+ * // SingleSelectOptions: [ // SingleSelectOptions
134
+ * // "STRING_VALUE",
135
+ * // ],
136
+ * // },
137
+ * // ],
138
+ * // Status: "ACTIVE" || "INACTIVE",
139
+ * // LastModifiedTime: new Date("TIMESTAMP"),
140
+ * // CreatedTime: new Date("TIMESTAMP"),
141
+ * // };
142
+ *
86
143
  * ```
87
144
  *
88
145
  * @param UpdateTaskTemplateCommandInput - {@link UpdateTaskTemplateCommandInput}
@@ -109,6 +166,8 @@ export interface UpdateTaskTemplateCommandOutput extends UpdateTaskTemplateRespo
109
166
  * @throws {@link ThrottlingException} (client fault)
110
167
  * <p>The throttling limit has been exceeded.</p>
111
168
  *
169
+ * @throws {@link ConnectServiceException}
170
+ * <p>Base exception class for all service exceptions from Connect service.</p>
112
171
  *
113
172
  */
114
173
  export declare class UpdateTaskTemplateCommand extends $Command<UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,8 @@ export interface UpdateTrafficDistributionCommandOutput extends UpdateTrafficDis
42
42
  * };
43
43
  * const command = new UpdateTrafficDistributionCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // {};
46
+ *
45
47
  * ```
46
48
  *
47
49
  * @param UpdateTrafficDistributionCommandInput - {@link UpdateTrafficDistributionCommandInput}
@@ -68,6 +70,8 @@ export interface UpdateTrafficDistributionCommandOutput extends UpdateTrafficDis
68
70
  * @throws {@link ThrottlingException} (client fault)
69
71
  * <p>The throttling limit has been exceeded.</p>
70
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
71
75
  *
72
76
  */
73
77
  export declare class UpdateTrafficDistributionCommand extends $Command<UpdateTrafficDistributionCommandInput, UpdateTrafficDistributionCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdateUserHierarchyCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new UpdateUserHierarchyCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdateUserHierarchyCommandInput - {@link UpdateUserHierarchyCommandInput}
@@ -56,6 +58,8 @@ export interface UpdateUserHierarchyCommandOutput 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 UpdateUserHierarchyCommand extends $Command<UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdateUserHierarchyGroupNameCommandOutput extends __MetadataBea
33
33
  * };
34
34
  * const command = new UpdateUserHierarchyGroupNameCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdateUserHierarchyGroupNameCommandInput - {@link UpdateUserHierarchyGroupNameCommandInput}
@@ -59,6 +61,8 @@ export interface UpdateUserHierarchyGroupNameCommandOutput extends __MetadataBea
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 UpdateUserHierarchyGroupNameCommand extends $Command<UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput, ConnectClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface UpdateUserHierarchyStructureCommandOutput extends __MetadataBea
48
48
  * };
49
49
  * const command = new UpdateUserHierarchyStructureCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param UpdateUserHierarchyStructureCommandInput - {@link UpdateUserHierarchyStructureCommandInput}
@@ -74,6 +76,8 @@ export interface UpdateUserHierarchyStructureCommandOutput extends __MetadataBea
74
76
  * @throws {@link ThrottlingException} (client fault)
75
77
  * <p>The throttling limit has been exceeded.</p>
76
78
  *
79
+ * @throws {@link ConnectServiceException}
80
+ * <p>Base exception class for all service exceptions from Connect service.</p>
77
81
  *
78
82
  */
79
83
  export declare class UpdateUserHierarchyStructureCommand extends $Command<UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface UpdateUserIdentityInfoCommandOutput extends __MetadataBearer {
48
48
  * };
49
49
  * const command = new UpdateUserIdentityInfoCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param UpdateUserIdentityInfoCommandInput - {@link UpdateUserIdentityInfoCommandInput}
@@ -71,6 +73,8 @@ export interface UpdateUserIdentityInfoCommandOutput extends __MetadataBearer {
71
73
  * @throws {@link ThrottlingException} (client fault)
72
74
  * <p>The throttling limit has been exceeded.</p>
73
75
  *
76
+ * @throws {@link ConnectServiceException}
77
+ * <p>Base exception class for all service exceptions from Connect service.</p>
74
78
  *
75
79
  */
76
80
  export declare class UpdateUserIdentityInfoCommand extends $Command<UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface UpdateUserPhoneConfigCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new UpdateUserPhoneConfigCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param UpdateUserPhoneConfigCommandInput - {@link UpdateUserPhoneConfigCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateUserPhoneConfigCommandOutput extends __MetadataBearer {
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 UpdateUserPhoneConfigCommand extends $Command<UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput, ConnectClientResolvedConfig> {