@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
@@ -37,6 +37,11 @@ export interface ReplicateInstanceCommandOutput extends ReplicateInstanceRespons
37
37
  * };
38
38
  * const command = new ReplicateInstanceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ReplicateInstanceResponse
41
+ * // Id: "STRING_VALUE",
42
+ * // Arn: "STRING_VALUE",
43
+ * // };
44
+ *
40
45
  * ```
41
46
  *
42
47
  * @param ReplicateInstanceCommandInput - {@link ReplicateInstanceCommandInput}
@@ -69,6 +74,8 @@ export interface ReplicateInstanceCommandOutput extends ReplicateInstanceRespons
69
74
  * @throws {@link ThrottlingException} (client fault)
70
75
  * <p>The throttling limit has been exceeded.</p>
71
76
  *
77
+ * @throws {@link ConnectServiceException}
78
+ * <p>Base exception class for all service exceptions from Connect service.</p>
72
79
  *
73
80
  */
74
81
  export declare class ReplicateInstanceCommand extends $Command<ReplicateInstanceCommandInput, ReplicateInstanceCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface ResumeContactRecordingCommandOutput extends ResumeContactRecord
35
35
  * };
36
36
  * const command = new ResumeContactRecordingCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param ResumeContactRecordingCommandInput - {@link ResumeContactRecordingCommandInput}
@@ -52,6 +54,8 @@ export interface ResumeContactRecordingCommandOutput extends ResumeContactRecord
52
54
  * @throws {@link ResourceNotFoundException} (client fault)
53
55
  * <p>The specified resource was not found.</p>
54
56
  *
57
+ * @throws {@link ConnectServiceException}
58
+ * <p>Base exception class for all service exceptions from Connect service.</p>
55
59
  *
56
60
  */
57
61
  export declare class ResumeContactRecordingCommand extends $Command<ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,17 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
38
38
  * };
39
39
  * const command = new SearchAvailablePhoneNumbersCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // SearchAvailablePhoneNumbersResponse
42
+ * // NextToken: "STRING_VALUE",
43
+ * // AvailableNumbersList: [ // AvailableNumbersList
44
+ * // { // AvailableNumberSummary
45
+ * // PhoneNumber: "STRING_VALUE",
46
+ * // PhoneNumberCountryCode: "AF" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BA" || "BW" || "BR" || "IO" || "VG" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CK" || "CR" || "HR" || "CU" || "CW" || "CY" || "CZ" || "CD" || "DK" || "DJ" || "DM" || "DO" || "TL" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "PF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "CI" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "AN" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "KP" || "MP" || "NO" || "OM" || "PK" || "PW" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "CG" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "KR" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "VI" || "UG" || "UA" || "AE" || "GB" || "US" || "UY" || "UZ" || "VU" || "VA" || "VE" || "VN" || "WF" || "EH" || "YE" || "ZM" || "ZW",
47
+ * // PhoneNumberType: "TOLL_FREE" || "DID",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
41
52
  * ```
42
53
  *
43
54
  * @param SearchAvailablePhoneNumbersCommandInput - {@link SearchAvailablePhoneNumbersCommandInput}
@@ -58,6 +69,8 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
58
69
  * @throws {@link ThrottlingException} (client fault)
59
70
  * <p>The throttling limit has been exceeded.</p>
60
71
  *
72
+ * @throws {@link ConnectServiceException}
73
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
74
  *
62
75
  */
63
76
  export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ConnectClientResolvedConfig> {
@@ -80,6 +80,30 @@ export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __Metad
80
80
  * };
81
81
  * const command = new SearchQueuesCommand(input);
82
82
  * const response = await client.send(command);
83
+ * // { // SearchQueuesResponse
84
+ * // Queues: [ // QueueSearchSummaryList
85
+ * // { // Queue
86
+ * // Name: "STRING_VALUE",
87
+ * // QueueArn: "STRING_VALUE",
88
+ * // QueueId: "STRING_VALUE",
89
+ * // Description: "STRING_VALUE",
90
+ * // OutboundCallerConfig: { // OutboundCallerConfig
91
+ * // OutboundCallerIdName: "STRING_VALUE",
92
+ * // OutboundCallerIdNumberId: "STRING_VALUE",
93
+ * // OutboundFlowId: "STRING_VALUE",
94
+ * // },
95
+ * // HoursOfOperationId: "STRING_VALUE",
96
+ * // MaxContacts: Number("int"),
97
+ * // Status: "ENABLED" || "DISABLED",
98
+ * // Tags: { // TagMap
99
+ * // "<keys>": "STRING_VALUE",
100
+ * // },
101
+ * // },
102
+ * // ],
103
+ * // NextToken: "STRING_VALUE",
104
+ * // ApproximateTotalCount: Number("long"),
105
+ * // };
106
+ *
83
107
  * ```
84
108
  *
85
109
  * @param SearchQueuesCommandInput - {@link SearchQueuesCommandInput}
@@ -103,6 +127,8 @@ export interface SearchQueuesCommandOutput extends SearchQueuesResponse, __Metad
103
127
  * @throws {@link ThrottlingException} (client fault)
104
128
  * <p>The throttling limit has been exceeded.</p>
105
129
  *
130
+ * @throws {@link ConnectServiceException}
131
+ * <p>Base exception class for all service exceptions from Connect service.</p>
106
132
  *
107
133
  */
108
134
  export declare class SearchQueuesCommand extends $Command<SearchQueuesCommandInput, SearchQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -78,6 +78,35 @@ export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfile
78
78
  * };
79
79
  * const command = new SearchRoutingProfilesCommand(input);
80
80
  * const response = await client.send(command);
81
+ * // { // SearchRoutingProfilesResponse
82
+ * // RoutingProfiles: [ // RoutingProfileList
83
+ * // { // RoutingProfile
84
+ * // InstanceId: "STRING_VALUE",
85
+ * // Name: "STRING_VALUE",
86
+ * // RoutingProfileArn: "STRING_VALUE",
87
+ * // RoutingProfileId: "STRING_VALUE",
88
+ * // Description: "STRING_VALUE",
89
+ * // MediaConcurrencies: [ // MediaConcurrencies
90
+ * // { // MediaConcurrency
91
+ * // Channel: "VOICE" || "CHAT" || "TASK", // required
92
+ * // Concurrency: Number("int"), // required
93
+ * // CrossChannelBehavior: { // CrossChannelBehavior
94
+ * // BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
95
+ * // },
96
+ * // },
97
+ * // ],
98
+ * // DefaultOutboundQueueId: "STRING_VALUE",
99
+ * // Tags: { // TagMap
100
+ * // "<keys>": "STRING_VALUE",
101
+ * // },
102
+ * // NumberOfAssociatedQueues: Number("long"),
103
+ * // NumberOfAssociatedUsers: Number("long"),
104
+ * // },
105
+ * // ],
106
+ * // NextToken: "STRING_VALUE",
107
+ * // ApproximateTotalCount: Number("long"),
108
+ * // };
109
+ *
81
110
  * ```
82
111
  *
83
112
  * @param SearchRoutingProfilesCommandInput - {@link SearchRoutingProfilesCommandInput}
@@ -101,6 +130,8 @@ export interface SearchRoutingProfilesCommandOutput extends SearchRoutingProfile
101
130
  * @throws {@link ThrottlingException} (client fault)
102
131
  * <p>The throttling limit has been exceeded.</p>
103
132
  *
133
+ * @throws {@link ConnectServiceException}
134
+ * <p>Base exception class for all service exceptions from Connect service.</p>
104
135
  *
105
136
  */
106
137
  export declare class SearchRoutingProfilesCommand extends $Command<SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput, ConnectClientResolvedConfig> {
@@ -79,6 +79,23 @@ export interface SearchSecurityProfilesCommandOutput extends SearchSecurityProfi
79
79
  * };
80
80
  * const command = new SearchSecurityProfilesCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // SearchSecurityProfilesResponse
83
+ * // SecurityProfiles: [ // SecurityProfilesSearchSummaryList
84
+ * // { // SecurityProfileSearchSummary
85
+ * // Id: "STRING_VALUE",
86
+ * // OrganizationResourceId: "STRING_VALUE",
87
+ * // Arn: "STRING_VALUE",
88
+ * // SecurityProfileName: "STRING_VALUE",
89
+ * // Description: "STRING_VALUE",
90
+ * // Tags: { // TagMap
91
+ * // "<keys>": "STRING_VALUE",
92
+ * // },
93
+ * // },
94
+ * // ],
95
+ * // NextToken: "STRING_VALUE",
96
+ * // ApproximateTotalCount: Number("long"),
97
+ * // };
98
+ *
82
99
  * ```
83
100
  *
84
101
  * @param SearchSecurityProfilesCommandInput - {@link SearchSecurityProfilesCommandInput}
@@ -102,6 +119,8 @@ export interface SearchSecurityProfilesCommandOutput extends SearchSecurityProfi
102
119
  * @throws {@link ThrottlingException} (client fault)
103
120
  * <p>The throttling limit has been exceeded.</p>
104
121
  *
122
+ * @throws {@link ConnectServiceException}
123
+ * <p>Base exception class for all service exceptions from Connect service.</p>
105
124
  *
106
125
  */
107
126
  export declare class SearchSecurityProfilesCommand extends $Command<SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput, ConnectClientResolvedConfig> {
@@ -89,6 +89,37 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat
89
89
  * };
90
90
  * const command = new SearchUsersCommand(input);
91
91
  * const response = await client.send(command);
92
+ * // { // SearchUsersResponse
93
+ * // Users: [ // UserSearchSummaryList
94
+ * // { // UserSearchSummary
95
+ * // Arn: "STRING_VALUE",
96
+ * // DirectoryUserId: "STRING_VALUE",
97
+ * // HierarchyGroupId: "STRING_VALUE",
98
+ * // Id: "STRING_VALUE",
99
+ * // IdentityInfo: { // UserIdentityInfoLite
100
+ * // FirstName: "STRING_VALUE",
101
+ * // LastName: "STRING_VALUE",
102
+ * // },
103
+ * // PhoneConfig: { // UserPhoneConfig
104
+ * // PhoneType: "SOFT_PHONE" || "DESK_PHONE", // required
105
+ * // AutoAccept: true || false,
106
+ * // AfterContactWorkTimeLimit: Number("int"),
107
+ * // DeskPhoneNumber: "STRING_VALUE",
108
+ * // },
109
+ * // RoutingProfileId: "STRING_VALUE",
110
+ * // SecurityProfileIds: [ // SecurityProfileIds
111
+ * // "STRING_VALUE",
112
+ * // ],
113
+ * // Tags: { // TagMap
114
+ * // "<keys>": "STRING_VALUE",
115
+ * // },
116
+ * // Username: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // NextToken: "STRING_VALUE",
120
+ * // ApproximateTotalCount: Number("long"),
121
+ * // };
122
+ *
92
123
  * ```
93
124
  *
94
125
  * @param SearchUsersCommandInput - {@link SearchUsersCommandInput}
@@ -112,6 +143,8 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat
112
143
  * @throws {@link ThrottlingException} (client fault)
113
144
  * <p>The throttling limit has been exceeded.</p>
114
145
  *
146
+ * @throws {@link ConnectServiceException}
147
+ * <p>Base exception class for all service exceptions from Connect service.</p>
115
148
  *
116
149
  */
117
150
  export declare class SearchUsersCommand extends $Command<SearchUsersCommandInput, SearchUsersCommandOutput, ConnectClientResolvedConfig> {
@@ -37,6 +37,21 @@ export interface SearchVocabulariesCommandOutput extends SearchVocabulariesRespo
37
37
  * };
38
38
  * const command = new SearchVocabulariesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // SearchVocabulariesResponse
41
+ * // VocabularySummaryList: [ // VocabularySummaryList
42
+ * // { // VocabularySummary
43
+ * // Name: "STRING_VALUE", // required
44
+ * // Id: "STRING_VALUE", // required
45
+ * // Arn: "STRING_VALUE", // required
46
+ * // LanguageCode: "ar-AE" || "de-CH" || "de-DE" || "en-AB" || "en-AU" || "en-GB" || "en-IE" || "en-IN" || "en-US" || "en-WL" || "es-ES" || "es-US" || "fr-CA" || "fr-FR" || "hi-IN" || "it-IT" || "ja-JP" || "ko-KR" || "pt-BR" || "pt-PT" || "zh-CN" || "en-NZ" || "en-ZA", // required
47
+ * // State: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "DELETE_IN_PROGRESS", // required
48
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
49
+ * // FailureReason: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
40
55
  * ```
41
56
  *
42
57
  * @param SearchVocabulariesCommandInput - {@link SearchVocabulariesCommandInput}
@@ -57,6 +72,8 @@ export interface SearchVocabulariesCommandOutput extends SearchVocabulariesRespo
57
72
  * @throws {@link ThrottlingException} (client fault)
58
73
  * <p>The throttling limit has been exceeded.</p>
59
74
  *
75
+ * @throws {@link ConnectServiceException}
76
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
77
  *
61
78
  */
62
79
  export declare class SearchVocabulariesCommand extends $Command<SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput, ConnectClientResolvedConfig> {
@@ -72,6 +72,13 @@ export interface StartChatContactCommandOutput extends StartChatContactResponse,
72
72
  * };
73
73
  * const command = new StartChatContactCommand(input);
74
74
  * const response = await client.send(command);
75
+ * // { // StartChatContactResponse
76
+ * // ContactId: "STRING_VALUE",
77
+ * // ParticipantId: "STRING_VALUE",
78
+ * // ParticipantToken: "STRING_VALUE",
79
+ * // ContinuedFromContactId: "STRING_VALUE",
80
+ * // };
81
+ *
75
82
  * ```
76
83
  *
77
84
  * @param StartChatContactCommandInput - {@link StartChatContactCommandInput}
@@ -95,6 +102,8 @@ export interface StartChatContactCommandOutput extends StartChatContactResponse,
95
102
  * @throws {@link ResourceNotFoundException} (client fault)
96
103
  * <p>The specified resource was not found.</p>
97
104
  *
105
+ * @throws {@link ConnectServiceException}
106
+ * <p>Base exception class for all service exceptions from Connect service.</p>
98
107
  *
99
108
  */
100
109
  export declare class StartChatContactCommand extends $Command<StartChatContactCommandInput, StartChatContactCommandOutput, ConnectClientResolvedConfig> {
@@ -41,6 +41,11 @@ export interface StartContactEvaluationCommandOutput extends StartContactEvaluat
41
41
  * };
42
42
  * const command = new StartContactEvaluationCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // StartContactEvaluationResponse
45
+ * // EvaluationId: "STRING_VALUE", // required
46
+ * // EvaluationArn: "STRING_VALUE", // required
47
+ * // };
48
+ *
44
49
  * ```
45
50
  *
46
51
  * @param StartContactEvaluationCommandInput - {@link StartContactEvaluationCommandInput}
@@ -67,6 +72,8 @@ export interface StartContactEvaluationCommandOutput extends StartContactEvaluat
67
72
  * @throws {@link ThrottlingException} (client fault)
68
73
  * <p>The throttling limit has been exceeded.</p>
69
74
  *
75
+ * @throws {@link ConnectServiceException}
76
+ * <p>Base exception class for all service exceptions from Connect service.</p>
70
77
  *
71
78
  */
72
79
  export declare class StartContactEvaluationCommand extends $Command<StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput, ConnectClientResolvedConfig> {
@@ -54,6 +54,8 @@ export interface StartContactRecordingCommandOutput extends StartContactRecordin
54
54
  * };
55
55
  * const command = new StartContactRecordingCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // {};
58
+ *
57
59
  * ```
58
60
  *
59
61
  * @param StartContactRecordingCommandInput - {@link StartContactRecordingCommandInput}
@@ -74,6 +76,8 @@ export interface StartContactRecordingCommandOutput extends StartContactRecordin
74
76
  * @throws {@link ResourceNotFoundException} (client fault)
75
77
  * <p>The specified resource was not found.</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 StartContactRecordingCommand extends $Command<StartContactRecordingCommandInput, StartContactRecordingCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,10 @@ export interface StartContactStreamingCommandOutput extends StartContactStreamin
38
38
  * };
39
39
  * const command = new StartContactStreamingCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // StartContactStreamingResponse
42
+ * // StreamingId: "STRING_VALUE", // required
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param StartContactStreamingCommandInput - {@link StartContactStreamingCommandInput}
@@ -61,6 +65,8 @@ export interface StartContactStreamingCommandOutput extends StartContactStreamin
61
65
  * @throws {@link ResourceNotFoundException} (client fault)
62
66
  * <p>The specified resource was not found.</p>
63
67
  *
68
+ * @throws {@link ConnectServiceException}
69
+ * <p>Base exception class for all service exceptions from Connect service.</p>
64
70
  *
65
71
  */
66
72
  export declare class StartContactStreamingCommand extends $Command<StartContactStreamingCommandInput, StartContactStreamingCommandOutput, ConnectClientResolvedConfig> {
@@ -62,6 +62,10 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
62
62
  * };
63
63
  * const command = new StartOutboundVoiceContactCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // { // StartOutboundVoiceContactResponse
66
+ * // ContactId: "STRING_VALUE",
67
+ * // };
68
+ *
65
69
  * ```
66
70
  *
67
71
  * @param StartOutboundVoiceContactCommandInput - {@link StartOutboundVoiceContactCommandInput}
@@ -91,6 +95,8 @@ export interface StartOutboundVoiceContactCommandOutput extends StartOutboundVoi
91
95
  * @throws {@link ResourceNotFoundException} (client fault)
92
96
  * <p>The specified resource was not found.</p>
93
97
  *
98
+ * @throws {@link ConnectServiceException}
99
+ * <p>Base exception class for all service exceptions from Connect service.</p>
94
100
  *
95
101
  */
96
102
  export declare class StartOutboundVoiceContactCommand extends $Command<StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput, ConnectClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface StartTaskContactCommandOutput extends StartTaskContactResponse,
49
49
  * };
50
50
  * const command = new StartTaskContactCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // StartTaskContactResponse
53
+ * // ContactId: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param StartTaskContactCommandInput - {@link StartTaskContactCommandInput}
@@ -75,6 +79,8 @@ export interface StartTaskContactCommandOutput extends StartTaskContactResponse,
75
79
  * @throws {@link ThrottlingException} (client fault)
76
80
  * <p>The throttling limit has been exceeded.</p>
77
81
  *
82
+ * @throws {@link ConnectServiceException}
83
+ * <p>Base exception class for all service exceptions from Connect service.</p>
78
84
  *
79
85
  */
80
86
  export declare class StartTaskContactCommand extends $Command<StartTaskContactCommandInput, StartTaskContactCommandOutput, ConnectClientResolvedConfig> {
@@ -44,6 +44,8 @@ export interface StopContactCommandOutput extends StopContactResponse, __Metadat
44
44
  * };
45
45
  * const command = new StopContactCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // {};
48
+ *
47
49
  * ```
48
50
  *
49
51
  * @param StopContactCommandInput - {@link StopContactCommandInput}
@@ -68,6 +70,8 @@ export interface StopContactCommandOutput extends StopContactResponse, __Metadat
68
70
  * @throws {@link ResourceNotFoundException} (client fault)
69
71
  * <p>The specified resource was not found.</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 StopContactCommand extends $Command<StopContactCommandInput, StopContactCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface StopContactRecordingCommandOutput extends StopContactRecordingR
38
38
  * };
39
39
  * const command = new StopContactRecordingCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param StopContactRecordingCommandInput - {@link StopContactRecordingCommandInput}
@@ -55,6 +57,8 @@ export interface StopContactRecordingCommandOutput extends StopContactRecordingR
55
57
  * @throws {@link ResourceNotFoundException} (client fault)
56
58
  * <p>The specified resource was not found.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class StopContactRecordingCommand extends $Command<StopContactRecordingCommandInput, StopContactRecordingCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface StopContactStreamingCommandOutput extends StopContactStreamingR
35
35
  * };
36
36
  * const command = new StopContactStreamingCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param StopContactStreamingCommandInput - {@link StopContactStreamingCommandInput}
@@ -55,6 +57,8 @@ export interface StopContactStreamingCommandOutput extends StopContactStreamingR
55
57
  * @throws {@link ResourceNotFoundException} (client fault)
56
58
  * <p>The specified resource was not found.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class StopContactStreamingCommand extends $Command<StopContactStreamingCommandInput, StopContactStreamingCommandOutput, ConnectClientResolvedConfig> {
@@ -51,6 +51,11 @@ export interface SubmitContactEvaluationCommandOutput extends SubmitContactEvalu
51
51
  * };
52
52
  * const command = new SubmitContactEvaluationCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // SubmitContactEvaluationResponse
55
+ * // EvaluationId: "STRING_VALUE", // required
56
+ * // EvaluationArn: "STRING_VALUE", // required
57
+ * // };
58
+ *
54
59
  * ```
55
60
  *
56
61
  * @param SubmitContactEvaluationCommandInput - {@link SubmitContactEvaluationCommandInput}
@@ -74,6 +79,8 @@ export interface SubmitContactEvaluationCommandOutput extends SubmitContactEvalu
74
79
  * @throws {@link ThrottlingException} (client fault)
75
80
  * <p>The throttling limit has been exceeded.</p>
76
81
  *
82
+ * @throws {@link ConnectServiceException}
83
+ * <p>Base exception class for all service exceptions from Connect service.</p>
77
84
  *
78
85
  */
79
86
  export declare class SubmitContactEvaluationCommand extends $Command<SubmitContactEvaluationCommandInput, SubmitContactEvaluationCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco
38
38
  * };
39
39
  * const command = new SuspendContactRecordingCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param SuspendContactRecordingCommandInput - {@link SuspendContactRecordingCommandInput}
@@ -55,6 +57,8 @@ export interface SuspendContactRecordingCommandOutput extends SuspendContactReco
55
57
  * @throws {@link ResourceNotFoundException} (client fault)
56
58
  * <p>The specified resource was not found.</p>
57
59
  *
60
+ * @throws {@link ConnectServiceException}
61
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
62
  *
59
63
  */
60
64
  export declare class SuspendContactRecordingCommand extends $Command<SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
40
40
  * };
41
41
  * const command = new TagResourceCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -63,6 +65,8 @@ export interface TagResourceCommandOutput 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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ConnectClientResolvedConfig> {
@@ -59,6 +59,11 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
59
59
  * };
60
60
  * const command = new TransferContactCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // TransferContactResponse
63
+ * // ContactId: "STRING_VALUE",
64
+ * // ContactArn: "STRING_VALUE",
65
+ * // };
66
+ *
62
67
  * ```
63
68
  *
64
69
  * @param TransferContactCommandInput - {@link TransferContactCommandInput}
@@ -88,6 +93,8 @@ export interface TransferContactCommandOutput extends TransferContactResponse, _
88
93
  * @throws {@link ThrottlingException} (client fault)
89
94
  * <p>The throttling limit has been exceeded.</p>
90
95
  *
96
+ * @throws {@link ConnectServiceException}
97
+ * <p>Base exception class for all service exceptions from Connect service.</p>
91
98
  *
92
99
  */
93
100
  export declare class TransferContactCommand extends $Command<TransferContactCommandInput, TransferContactCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface UpdateAgentStatusCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new UpdateAgentStatusCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param UpdateAgentStatusCommandInput - {@link UpdateAgentStatusCommandInput}
@@ -67,6 +69,8 @@ export interface UpdateAgentStatusCommandOutput extends __MetadataBearer {
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 UpdateAgentStatusCommand extends $Command<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri
48
48
  * };
49
49
  * const command = new UpdateContactAttributesCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param UpdateContactAttributesCommandInput - {@link UpdateContactAttributesCommandInput}
@@ -68,6 +70,8 @@ export interface UpdateContactAttributesCommandOutput extends UpdateContactAttri
68
70
  * @throws {@link ResourceNotFoundException} (client fault)
69
71
  * <p>The specified resource was not found.</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 UpdateContactAttributesCommand extends $Command<UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput, ConnectClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
46
46
  * };
47
47
  * const command = new UpdateContactCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param UpdateContactCommandInput - {@link UpdateContactCommandInput}
@@ -69,6 +71,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
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 UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, ConnectClientResolvedConfig> {
@@ -49,6 +49,11 @@ export interface UpdateContactEvaluationCommandOutput extends UpdateContactEvalu
49
49
  * };
50
50
  * const command = new UpdateContactEvaluationCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // UpdateContactEvaluationResponse
53
+ * // EvaluationId: "STRING_VALUE", // required
54
+ * // EvaluationArn: "STRING_VALUE", // required
55
+ * // };
56
+ *
52
57
  * ```
53
58
  *
54
59
  * @param UpdateContactEvaluationCommandInput - {@link UpdateContactEvaluationCommandInput}
@@ -72,6 +77,8 @@ export interface UpdateContactEvaluationCommandOutput extends UpdateContactEvalu
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 UpdateContactEvaluationCommand extends $Command<UpdateContactEvaluationCommandInput, UpdateContactEvaluationCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UpdateContactFlowContentCommandOutput extends UpdateContactFlow
35
35
  * };
36
36
  * const command = new UpdateContactFlowContentCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UpdateContactFlowContentCommandInput - {@link UpdateContactFlowContentCommandInput}
@@ -61,6 +63,8 @@ export interface UpdateContactFlowContentCommandOutput extends UpdateContactFlow
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 UpdateContactFlowContentCommand extends $Command<UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput, ConnectClientResolvedConfig> {