@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,13 @@ export interface ListLambdaFunctionsCommandOutput extends ListLambdaFunctionsRes
35
35
  * };
36
36
  * const command = new ListLambdaFunctionsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListLambdaFunctionsResponse
39
+ * // LambdaFunctions: [ // FunctionArnsList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // NextToken: "STRING_VALUE",
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param ListLambdaFunctionsCommandInput - {@link ListLambdaFunctionsCommandInput}
@@ -58,6 +65,8 @@ export interface ListLambdaFunctionsCommandOutput extends ListLambdaFunctionsRes
58
65
  * @throws {@link ThrottlingException} (client fault)
59
66
  * <p>The throttling limit has been exceeded.</p>
60
67
  *
68
+ * @throws {@link ConnectServiceException}
69
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
70
  *
62
71
  */
63
72
  export declare class ListLambdaFunctionsCommand extends $Command<ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,16 @@ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __Metadat
36
36
  * };
37
37
  * const command = new ListLexBotsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListLexBotsResponse
40
+ * // LexBots: [ // LexBotsList
41
+ * // { // LexBot
42
+ * // Name: "STRING_VALUE", // required
43
+ * // LexRegion: "STRING_VALUE", // required
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
39
49
  * ```
40
50
  *
41
51
  * @param ListLexBotsCommandInput - {@link ListLexBotsCommandInput}
@@ -59,6 +69,8 @@ export interface ListLexBotsCommandOutput extends ListLexBotsResponse, __Metadat
59
69
  * @throws {@link ThrottlingException} (client fault)
60
70
  * <p>The throttling limit has been exceeded.</p>
61
71
  *
72
+ * @throws {@link ConnectServiceException}
73
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
74
  *
63
75
  */
64
76
  export declare class ListLexBotsCommand extends $Command<ListLexBotsCommandInput, ListLexBotsCommandOutput, ConnectClientResolvedConfig> {
@@ -48,6 +48,19 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
48
48
  * };
49
49
  * const command = new ListPhoneNumbersCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // ListPhoneNumbersResponse
52
+ * // PhoneNumberSummaryList: [ // PhoneNumberSummaryList
53
+ * // { // PhoneNumberSummary
54
+ * // Id: "STRING_VALUE",
55
+ * // Arn: "STRING_VALUE",
56
+ * // PhoneNumber: "STRING_VALUE",
57
+ * // PhoneNumberType: "TOLL_FREE" || "DID",
58
+ * // 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",
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
51
64
  * ```
52
65
  *
53
66
  * @param ListPhoneNumbersCommandInput - {@link ListPhoneNumbersCommandInput}
@@ -71,6 +84,8 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
71
84
  * @throws {@link ThrottlingException} (client fault)
72
85
  * <p>The throttling limit has been exceeded.</p>
73
86
  *
87
+ * @throws {@link ConnectServiceException}
88
+ * <p>Base exception class for all service exceptions from Connect service.</p>
74
89
  *
75
90
  */
76
91
  export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ConnectClientResolvedConfig> {
@@ -45,6 +45,20 @@ export interface ListPhoneNumbersV2CommandOutput extends ListPhoneNumbersV2Respo
45
45
  * };
46
46
  * const command = new ListPhoneNumbersV2Command(input);
47
47
  * const response = await client.send(command);
48
+ * // { // ListPhoneNumbersV2Response
49
+ * // NextToken: "STRING_VALUE",
50
+ * // ListPhoneNumbersSummaryList: [ // ListPhoneNumbersSummaryList
51
+ * // { // ListPhoneNumbersSummary
52
+ * // PhoneNumberId: "STRING_VALUE",
53
+ * // PhoneNumberArn: "STRING_VALUE",
54
+ * // PhoneNumber: "STRING_VALUE",
55
+ * // 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",
56
+ * // PhoneNumberType: "TOLL_FREE" || "DID",
57
+ * // TargetArn: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // };
61
+ *
48
62
  * ```
49
63
  *
50
64
  * @param ListPhoneNumbersV2CommandInput - {@link ListPhoneNumbersV2CommandInput}
@@ -68,6 +82,8 @@ export interface ListPhoneNumbersV2CommandOutput extends ListPhoneNumbersV2Respo
68
82
  * @throws {@link ThrottlingException} (client fault)
69
83
  * <p>The throttling limit has been exceeded.</p>
70
84
  *
85
+ * @throws {@link ConnectServiceException}
86
+ * <p>Base exception class for all service exceptions from Connect service.</p>
71
87
  *
72
88
  */
73
89
  export declare class ListPhoneNumbersV2Command extends $Command<ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface ListPromptsCommandOutput extends ListPromptsResponse, __Metadat
33
33
  * };
34
34
  * const command = new ListPromptsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListPromptsResponse
37
+ * // PromptSummaryList: [ // PromptSummaryList
38
+ * // { // PromptSummary
39
+ * // Id: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param ListPromptsCommandInput - {@link ListPromptsCommandInput}
@@ -56,6 +67,8 @@ export interface ListPromptsCommandOutput extends ListPromptsResponse, __Metadat
56
67
  * @throws {@link ThrottlingException} (client fault)
57
68
  * <p>The throttling limit has been exceeded.</p>
58
69
  *
70
+ * @throws {@link ConnectServiceException}
71
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
72
  *
60
73
  */
61
74
  export declare class ListPromptsCommand extends $Command<ListPromptsCommandInput, ListPromptsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListQueueQuickConnectsCommandOutput extends ListQueueQuickConne
35
35
  * };
36
36
  * const command = new ListQueueQuickConnectsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListQueueQuickConnectsResponse
39
+ * // NextToken: "STRING_VALUE",
40
+ * // QuickConnectSummaryList: [ // QuickConnectSummaryList
41
+ * // { // QuickConnectSummary
42
+ * // Id: "STRING_VALUE",
43
+ * // Arn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // QuickConnectType: "USER" || "QUEUE" || "PHONE_NUMBER",
46
+ * // },
47
+ * // ],
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListQueueQuickConnectsCommandInput - {@link ListQueueQuickConnectsCommandInput}
@@ -58,6 +70,8 @@ export interface ListQueueQuickConnectsCommandOutput extends ListQueueQuickConne
58
70
  * @throws {@link ThrottlingException} (client fault)
59
71
  * <p>The throttling limit has been exceeded.</p>
60
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
75
  *
62
76
  */
63
77
  export declare class ListQueueQuickConnectsCommand extends $Command<ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,18 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
42
42
  * };
43
43
  * const command = new ListQueuesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListQueuesResponse
46
+ * // QueueSummaryList: [ // QueueSummaryList
47
+ * // { // QueueSummary
48
+ * // Id: "STRING_VALUE",
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // QueueType: "STANDARD" || "AGENT",
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
45
57
  * ```
46
58
  *
47
59
  * @param ListQueuesCommandInput - {@link ListQueuesCommandInput}
@@ -65,6 +77,8 @@ export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataB
65
77
  * @throws {@link ThrottlingException} (client fault)
66
78
  * <p>The throttling limit has been exceeded.</p>
67
79
  *
80
+ * @throws {@link ConnectServiceException}
81
+ * <p>Base exception class for all service exceptions from Connect service.</p>
68
82
  *
69
83
  */
70
84
  export declare class ListQueuesCommand extends $Command<ListQueuesCommandInput, ListQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -37,6 +37,18 @@ export interface ListQuickConnectsCommandOutput extends ListQuickConnectsRespons
37
37
  * };
38
38
  * const command = new ListQuickConnectsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListQuickConnectsResponse
41
+ * // QuickConnectSummaryList: [ // QuickConnectSummaryList
42
+ * // { // QuickConnectSummary
43
+ * // Id: "STRING_VALUE",
44
+ * // Arn: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // QuickConnectType: "USER" || "QUEUE" || "PHONE_NUMBER",
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
40
52
  * ```
41
53
  *
42
54
  * @param ListQuickConnectsCommandInput - {@link ListQuickConnectsCommandInput}
@@ -60,6 +72,8 @@ export interface ListQuickConnectsCommandOutput extends ListQuickConnectsRespons
60
72
  * @throws {@link ThrottlingException} (client fault)
61
73
  * <p>The throttling limit has been exceeded.</p>
62
74
  *
75
+ * @throws {@link ConnectServiceException}
76
+ * <p>Base exception class for all service exceptions from Connect service.</p>
63
77
  *
64
78
  */
65
79
  export declare class ListQuickConnectsCommand extends $Command<ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListRoutingProfileQueuesCommandOutput extends ListRoutingProfil
34
34
  * };
35
35
  * const command = new ListRoutingProfileQueuesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListRoutingProfileQueuesResponse
38
+ * // NextToken: "STRING_VALUE",
39
+ * // RoutingProfileQueueConfigSummaryList: [ // RoutingProfileQueueConfigSummaryList
40
+ * // { // RoutingProfileQueueConfigSummary
41
+ * // QueueId: "STRING_VALUE", // required
42
+ * // QueueArn: "STRING_VALUE", // required
43
+ * // QueueName: "STRING_VALUE", // required
44
+ * // Priority: Number("int"), // required
45
+ * // Delay: Number("int"), // required
46
+ * // Channel: "VOICE" || "CHAT" || "TASK", // required
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListRoutingProfileQueuesCommandInput - {@link ListRoutingProfileQueuesCommandInput}
@@ -57,6 +71,8 @@ export interface ListRoutingProfileQueuesCommandOutput extends ListRoutingProfil
57
71
  * @throws {@link ThrottlingException} (client fault)
58
72
  * <p>The throttling limit has been exceeded.</p>
59
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
76
  *
61
77
  */
62
78
  export declare class ListRoutingProfileQueuesCommand extends $Command<ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface ListRoutingProfilesCommandOutput extends ListRoutingProfilesRes
36
36
  * };
37
37
  * const command = new ListRoutingProfilesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListRoutingProfilesResponse
40
+ * // RoutingProfileSummaryList: [ // RoutingProfileSummaryList
41
+ * // { // RoutingProfileSummary
42
+ * // Id: "STRING_VALUE",
43
+ * // Arn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param ListRoutingProfilesCommandInput - {@link ListRoutingProfilesCommandInput}
@@ -59,6 +70,8 @@ export interface ListRoutingProfilesCommandOutput extends ListRoutingProfilesRes
59
70
  * @throws {@link ThrottlingException} (client fault)
60
71
  * <p>The throttling limit has been exceeded.</p>
61
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
75
  *
63
76
  */
64
77
  export declare class ListRoutingProfilesCommand extends $Command<ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput, ConnectClientResolvedConfig> {
@@ -29,12 +29,32 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
29
29
  * const input = { // ListRulesRequest
30
30
  * InstanceId: "STRING_VALUE", // required
31
31
  * PublishStatus: "DRAFT" || "PUBLISHED",
32
- * EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate",
32
+ * EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate" || "OnContactEvaluationSubmit",
33
33
  * MaxResults: Number("int"),
34
34
  * NextToken: "STRING_VALUE",
35
35
  * };
36
36
  * const command = new ListRulesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListRulesResponse
39
+ * // RuleSummaryList: [ // RuleSummaryList // required
40
+ * // { // RuleSummary
41
+ * // Name: "STRING_VALUE", // required
42
+ * // RuleId: "STRING_VALUE", // required
43
+ * // RuleArn: "STRING_VALUE", // required
44
+ * // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate", // required
45
+ * // PublishStatus: "DRAFT" || "PUBLISHED", // required
46
+ * // ActionSummaries: [ // ActionSummaries // required
47
+ * // { // ActionSummary
48
+ * // ActionType: "CREATE_TASK" || "ASSIGN_CONTACT_CATEGORY" || "GENERATE_EVENTBRIDGE_EVENT" || "SEND_NOTIFICATION", // required
49
+ * // },
50
+ * // ],
51
+ * // CreatedTime: new Date("TIMESTAMP"), // required
52
+ * // LastUpdatedTime: new Date("TIMESTAMP"), // required
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
38
58
  * ```
39
59
  *
40
60
  * @param ListRulesCommandInput - {@link ListRulesCommandInput}
@@ -58,6 +78,8 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
58
78
  * @throws {@link ThrottlingException} (client fault)
59
79
  * <p>The throttling limit has been exceeded.</p>
60
80
  *
81
+ * @throws {@link ConnectServiceException}
82
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
83
  *
62
84
  */
63
85
  export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface ListSecurityKeysCommandOutput extends ListSecurityKeysResponse,
34
34
  * };
35
35
  * const command = new ListSecurityKeysCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListSecurityKeysResponse
38
+ * // SecurityKeys: [ // SecurityKeysList
39
+ * // { // SecurityKey
40
+ * // AssociationId: "STRING_VALUE",
41
+ * // Key: "STRING_VALUE",
42
+ * // CreationTime: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param ListSecurityKeysCommandInput - {@link ListSecurityKeysCommandInput}
@@ -57,6 +68,8 @@ export interface ListSecurityKeysCommandOutput extends ListSecurityKeysResponse,
57
68
  * @throws {@link ThrottlingException} (client fault)
58
69
  * <p>The throttling limit has been exceeded.</p>
59
70
  *
71
+ * @throws {@link ConnectServiceException}
72
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
73
  *
61
74
  */
62
75
  export declare class ListSecurityKeysCommand extends $Command<ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface ListSecurityProfilePermissionsCommandOutput extends ListSecurit
35
35
  * };
36
36
  * const command = new ListSecurityProfilePermissionsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListSecurityProfilePermissionsResponse
39
+ * // Permissions: [ // PermissionsList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // NextToken: "STRING_VALUE",
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param ListSecurityProfilePermissionsCommandInput - {@link ListSecurityProfilePermissionsCommandInput}
@@ -58,6 +65,8 @@ export interface ListSecurityProfilePermissionsCommandOutput extends ListSecurit
58
65
  * @throws {@link ThrottlingException} (client fault)
59
66
  * <p>The throttling limit has been exceeded.</p>
60
67
  *
68
+ * @throws {@link ConnectServiceException}
69
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
70
  *
62
71
  */
63
72
  export declare class ListSecurityProfilePermissionsCommand extends $Command<ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,17 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR
35
35
  * };
36
36
  * const command = new ListSecurityProfilesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListSecurityProfilesResponse
39
+ * // SecurityProfileSummaryList: [ // SecurityProfileSummaryList
40
+ * // { // SecurityProfileSummary
41
+ * // Id: "STRING_VALUE",
42
+ * // Arn: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
38
49
  * ```
39
50
  *
40
51
  * @param ListSecurityProfilesCommandInput - {@link ListSecurityProfilesCommandInput}
@@ -58,6 +69,8 @@ export interface ListSecurityProfilesCommandOutput extends ListSecurityProfilesR
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 ListSecurityProfilesCommand extends $Command<ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
34
  * };
35
35
  * const command = new ListTagsForResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTagsForResourceResponse
38
+ * // tags: { // TagMap
39
+ * // "<keys>": "STRING_VALUE",
40
+ * // },
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -57,6 +63,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
57
63
  * @throws {@link ThrottlingException} (client fault)
58
64
  * <p>The throttling limit has been exceeded.</p>
59
65
  *
66
+ * @throws {@link ConnectServiceException}
67
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
68
  *
61
69
  */
62
70
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,21 @@ export interface ListTaskTemplatesCommandOutput extends ListTaskTemplatesRespons
35
35
  * };
36
36
  * const command = new ListTaskTemplatesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListTaskTemplatesResponse
39
+ * // TaskTemplates: [ // TaskTemplateList
40
+ * // { // TaskTemplateMetadata
41
+ * // Id: "STRING_VALUE",
42
+ * // Arn: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // Status: "ACTIVE" || "INACTIVE",
46
+ * // LastModifiedTime: new Date("TIMESTAMP"),
47
+ * // CreatedTime: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
38
53
  * ```
39
54
  *
40
55
  * @param ListTaskTemplatesCommandInput - {@link ListTaskTemplatesCommandInput}
@@ -58,6 +73,8 @@ export interface ListTaskTemplatesCommandOutput extends ListTaskTemplatesRespons
58
73
  * @throws {@link ThrottlingException} (client fault)
59
74
  * <p>The throttling limit has been exceeded.</p>
60
75
  *
76
+ * @throws {@link ConnectServiceException}
77
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
78
  *
62
79
  */
63
80
  export declare class ListTaskTemplatesCommand extends $Command<ListTaskTemplatesCommandInput, ListTaskTemplatesCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface ListTrafficDistributionGroupsCommandOutput extends ListTrafficD
33
33
  * };
34
34
  * const command = new ListTrafficDistributionGroupsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListTrafficDistributionGroupsResponse
37
+ * // NextToken: "STRING_VALUE",
38
+ * // TrafficDistributionGroupSummaryList: [ // TrafficDistributionGroupSummaryList
39
+ * // { // TrafficDistributionGroupSummary
40
+ * // Id: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // InstanceArn: "STRING_VALUE",
44
+ * // Status: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED" || "PENDING_DELETION" || "DELETION_FAILED" || "UPDATE_IN_PROGRESS",
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param ListTrafficDistributionGroupsCommandInput - {@link ListTrafficDistributionGroupsCommandInput}
@@ -53,6 +66,8 @@ export interface ListTrafficDistributionGroupsCommandOutput extends ListTrafficD
53
66
  * @throws {@link ThrottlingException} (client fault)
54
67
  * <p>The throttling limit has been exceeded.</p>
55
68
  *
69
+ * @throws {@link ConnectServiceException}
70
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
71
  *
57
72
  */
58
73
  export declare class ListTrafficDistributionGroupsCommand extends $Command<ListTrafficDistributionGroupsCommandInput, ListTrafficDistributionGroupsCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface ListUseCasesCommandOutput extends ListUseCasesResponse, __Metad
34
34
  * };
35
35
  * const command = new ListUseCasesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListUseCasesResponse
38
+ * // UseCaseSummaryList: [ // UseCaseSummaryList
39
+ * // { // UseCase
40
+ * // UseCaseId: "STRING_VALUE",
41
+ * // UseCaseArn: "STRING_VALUE",
42
+ * // UseCaseType: "RULES_EVALUATION" || "CONNECT_CAMPAIGNS",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param ListUseCasesCommandInput - {@link ListUseCasesCommandInput}
@@ -54,6 +65,8 @@ export interface ListUseCasesCommandOutput extends ListUseCasesResponse, __Metad
54
65
  * @throws {@link ThrottlingException} (client fault)
55
66
  * <p>The throttling limit has been exceeded.</p>
56
67
  *
68
+ * @throws {@link ConnectServiceException}
69
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
70
  *
58
71
  */
59
72
  export declare class ListUseCasesCommand extends $Command<ListUseCasesCommandInput, ListUseCasesCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface ListUserHierarchyGroupsCommandOutput extends ListUserHierarchyG
36
36
  * };
37
37
  * const command = new ListUserHierarchyGroupsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListUserHierarchyGroupsResponse
40
+ * // UserHierarchyGroupSummaryList: [ // HierarchyGroupSummaryList
41
+ * // { // HierarchyGroupSummary
42
+ * // Id: "STRING_VALUE",
43
+ * // Arn: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param ListUserHierarchyGroupsCommandInput - {@link ListUserHierarchyGroupsCommandInput}
@@ -59,6 +70,8 @@ export interface ListUserHierarchyGroupsCommandOutput extends ListUserHierarchyG
59
70
  * @throws {@link ThrottlingException} (client fault)
60
71
  * <p>The throttling limit has been exceeded.</p>
61
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
75
  *
63
76
  */
64
77
  export declare class ListUserHierarchyGroupsCommand extends $Command<ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,17 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
34
34
  * };
35
35
  * const command = new ListUsersCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListUsersResponse
38
+ * // UserSummaryList: [ // UserSummaryList
39
+ * // { // UserSummary
40
+ * // Id: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // Username: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // NextToken: "STRING_VALUE",
46
+ * // };
47
+ *
37
48
  * ```
38
49
  *
39
50
  * @param ListUsersCommandInput - {@link ListUsersCommandInput}
@@ -57,6 +68,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
57
68
  * @throws {@link ThrottlingException} (client fault)
58
69
  * <p>The throttling limit has been exceeded.</p>
59
70
  *
71
+ * @throws {@link ConnectServiceException}
72
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
73
  *
61
74
  */
62
75
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, ConnectClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface MonitorContactCommandOutput extends MonitorContactResponse, __M
39
39
  * };
40
40
  * const command = new MonitorContactCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // MonitorContactResponse
43
+ * // ContactId: "STRING_VALUE",
44
+ * // ContactArn: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param MonitorContactCommandInput - {@link MonitorContactCommandInput}
@@ -68,6 +73,8 @@ export interface MonitorContactCommandOutput extends MonitorContactResponse, __M
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 MonitorContactCommand extends $Command<MonitorContactCommandInput, MonitorContactCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface PutUserStatusCommandOutput extends PutUserStatusResponse, __Met
36
36
  * };
37
37
  * const command = new PutUserStatusCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param PutUserStatusCommandInput - {@link PutUserStatusCommandInput}
@@ -62,6 +64,8 @@ export interface PutUserStatusCommandOutput extends PutUserStatusResponse, __Met
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 PutUserStatusCommand extends $Command<PutUserStatusCommandInput, PutUserStatusCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface ReleasePhoneNumberCommandOutput extends __MetadataBearer {
40
40
  * };
41
41
  * const command = new ReleasePhoneNumberCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param ReleasePhoneNumberCommandInput - {@link ReleasePhoneNumberCommandInput}
@@ -69,6 +71,8 @@ export interface ReleasePhoneNumberCommandOutput 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 ReleasePhoneNumberCommand extends $Command<ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput, ConnectClientResolvedConfig> {