@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
@@ -75,6 +75,39 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _
75
75
  * };
76
76
  * const command = new GetMetricDataV2Command(input);
77
77
  * const response = await client.send(command);
78
+ * // { // GetMetricDataV2Response
79
+ * // NextToken: "STRING_VALUE",
80
+ * // MetricResults: [ // MetricResultsV2
81
+ * // { // MetricResultV2
82
+ * // Dimensions: { // DimensionsV2Map
83
+ * // "<keys>": "STRING_VALUE",
84
+ * // },
85
+ * // Collections: [ // MetricDataCollectionsV2
86
+ * // { // MetricDataV2
87
+ * // Metric: { // MetricV2
88
+ * // Name: "STRING_VALUE",
89
+ * // Threshold: [ // ThresholdCollections
90
+ * // { // ThresholdV2
91
+ * // Comparison: "STRING_VALUE",
92
+ * // ThresholdValue: Number("double"),
93
+ * // },
94
+ * // ],
95
+ * // MetricFilters: [ // MetricFiltersV2List
96
+ * // { // MetricFilterV2
97
+ * // MetricFilterKey: "STRING_VALUE",
98
+ * // MetricFilterValues: [ // MetricFilterValueList
99
+ * // "STRING_VALUE",
100
+ * // ],
101
+ * // },
102
+ * // ],
103
+ * // },
104
+ * // Value: Number("double"),
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // ],
109
+ * // };
110
+ *
78
111
  * ```
79
112
  *
80
113
  * @param GetMetricDataV2CommandInput - {@link GetMetricDataV2CommandInput}
@@ -98,6 +131,8 @@ export interface GetMetricDataV2CommandOutput extends GetMetricDataV2Response, _
98
131
  * @throws {@link ThrottlingException} (client fault)
99
132
  * <p>The throttling limit has been exceeded.</p>
100
133
  *
134
+ * @throws {@link ConnectServiceException}
135
+ * <p>Base exception class for all service exceptions from Connect service.</p>
101
136
  *
102
137
  */
103
138
  export declare class GetMetricDataV2Command extends $Command<GetMetricDataV2CommandInput, GetMetricDataV2CommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,66 @@ export interface GetTaskTemplateCommandOutput extends GetTaskTemplateResponse, _
34
34
  * };
35
35
  * const command = new GetTaskTemplateCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetTaskTemplateResponse
38
+ * // InstanceId: "STRING_VALUE",
39
+ * // Id: "STRING_VALUE", // required
40
+ * // Arn: "STRING_VALUE", // required
41
+ * // Name: "STRING_VALUE", // required
42
+ * // Description: "STRING_VALUE",
43
+ * // ContactFlowId: "STRING_VALUE",
44
+ * // Constraints: { // TaskTemplateConstraints
45
+ * // RequiredFields: [ // RequiredTaskTemplateFields
46
+ * // { // RequiredFieldInfo
47
+ * // Id: { // TaskTemplateFieldIdentifier
48
+ * // Name: "STRING_VALUE",
49
+ * // },
50
+ * // },
51
+ * // ],
52
+ * // ReadOnlyFields: [ // ReadOnlyTaskTemplateFields
53
+ * // { // ReadOnlyFieldInfo
54
+ * // Id: {
55
+ * // Name: "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // ],
59
+ * // InvisibleFields: [ // InvisibleTaskTemplateFields
60
+ * // { // InvisibleFieldInfo
61
+ * // Id: {
62
+ * // Name: "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // ],
66
+ * // },
67
+ * // Defaults: { // TaskTemplateDefaults
68
+ * // DefaultFieldValues: [ // TaskTemplateDefaultFieldValueList
69
+ * // { // TaskTemplateDefaultFieldValue
70
+ * // Id: {
71
+ * // Name: "STRING_VALUE",
72
+ * // },
73
+ * // DefaultValue: "STRING_VALUE",
74
+ * // },
75
+ * // ],
76
+ * // },
77
+ * // Fields: [ // TaskTemplateFields
78
+ * // { // TaskTemplateField
79
+ * // Id: {
80
+ * // Name: "STRING_VALUE",
81
+ * // },
82
+ * // Description: "STRING_VALUE",
83
+ * // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
84
+ * // SingleSelectOptions: [ // SingleSelectOptions
85
+ * // "STRING_VALUE",
86
+ * // ],
87
+ * // },
88
+ * // ],
89
+ * // Status: "ACTIVE" || "INACTIVE",
90
+ * // LastModifiedTime: new Date("TIMESTAMP"),
91
+ * // CreatedTime: new Date("TIMESTAMP"),
92
+ * // Tags: { // TagMap
93
+ * // "<keys>": "STRING_VALUE",
94
+ * // },
95
+ * // };
96
+ *
37
97
  * ```
38
98
  *
39
99
  * @param GetTaskTemplateCommandInput - {@link GetTaskTemplateCommandInput}
@@ -57,6 +117,8 @@ export interface GetTaskTemplateCommandOutput extends GetTaskTemplateResponse, _
57
117
  * @throws {@link ThrottlingException} (client fault)
58
118
  * <p>The throttling limit has been exceeded.</p>
59
119
  *
120
+ * @throws {@link ConnectServiceException}
121
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
122
  *
61
123
  */
62
124
  export declare class GetTaskTemplateCommand extends $Command<GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetTrafficDistributionCommandOutput extends GetTrafficDistribut
31
31
  * };
32
32
  * const command = new GetTrafficDistributionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTrafficDistributionResponse
35
+ * // TelephonyConfig: { // TelephonyConfig
36
+ * // Distributions: [ // DistributionList // required
37
+ * // { // Distribution
38
+ * // Region: "STRING_VALUE", // required
39
+ * // Percentage: Number("int"), // required
40
+ * // },
41
+ * // ],
42
+ * // },
43
+ * // Id: "STRING_VALUE",
44
+ * // Arn: "STRING_VALUE",
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetTrafficDistributionCommandInput - {@link GetTrafficDistributionCommandInput}
@@ -54,6 +67,8 @@ export interface GetTrafficDistributionCommandOutput extends GetTrafficDistribut
54
67
  * @throws {@link ThrottlingException} (client fault)
55
68
  * <p>The throttling limit has been exceeded.</p>
56
69
  *
70
+ * @throws {@link ConnectServiceException}
71
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
72
  *
58
73
  */
59
74
  export declare class GetTrafficDistributionCommand extends $Command<GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput, ConnectClientResolvedConfig> {
@@ -37,6 +37,18 @@ export interface ListAgentStatusesCommandOutput extends ListAgentStatusResponse,
37
37
  * };
38
38
  * const command = new ListAgentStatusesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListAgentStatusResponse
41
+ * // NextToken: "STRING_VALUE",
42
+ * // AgentStatusSummaryList: [ // AgentStatusSummaryList
43
+ * // { // AgentStatusSummary
44
+ * // Id: "STRING_VALUE",
45
+ * // Arn: "STRING_VALUE",
46
+ * // Name: "STRING_VALUE",
47
+ * // Type: "ROUTABLE" || "CUSTOM" || "OFFLINE",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
40
52
  * ```
41
53
  *
42
54
  * @param ListAgentStatusesCommandInput - {@link ListAgentStatusesCommandInput}
@@ -60,6 +72,8 @@ export interface ListAgentStatusesCommandOutput extends ListAgentStatusResponse,
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 ListAgentStatusesCommand extends $Command<ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,13 @@ export interface ListApprovedOriginsCommandOutput extends ListApprovedOriginsRes
34
34
  * };
35
35
  * const command = new ListApprovedOriginsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListApprovedOriginsResponse
38
+ * // Origins: [ // OriginsList
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // NextToken: "STRING_VALUE",
42
+ * // };
43
+ *
37
44
  * ```
38
45
  *
39
46
  * @param ListApprovedOriginsCommandInput - {@link ListApprovedOriginsCommandInput}
@@ -57,6 +64,8 @@ export interface ListApprovedOriginsCommandOutput extends ListApprovedOriginsRes
57
64
  * @throws {@link ThrottlingException} (client fault)
58
65
  * <p>The throttling limit has been exceeded.</p>
59
66
  *
67
+ * @throws {@link ConnectServiceException}
68
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
69
  *
61
70
  */
62
71
  export declare class ListApprovedOriginsCommand extends $Command<ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,21 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
35
35
  * };
36
36
  * const command = new ListBotsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListBotsResponse
39
+ * // LexBots: [ // LexBotConfigList
40
+ * // { // LexBotConfig
41
+ * // LexBot: { // LexBot
42
+ * // Name: "STRING_VALUE", // required
43
+ * // LexRegion: "STRING_VALUE", // required
44
+ * // },
45
+ * // LexV2Bot: { // LexV2Bot
46
+ * // AliasArn: "STRING_VALUE",
47
+ * // },
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
38
53
  * ```
39
54
  *
40
55
  * @param ListBotsCommandInput - {@link ListBotsCommandInput}
@@ -55,6 +70,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
55
70
  * @throws {@link ThrottlingException} (client fault)
56
71
  * <p>The throttling limit has been exceeded.</p>
57
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
75
  *
59
76
  */
60
77
  export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface ListContactEvaluationsCommandOutput extends ListContactEvaluati
33
33
  * };
34
34
  * const command = new ListContactEvaluationsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListContactEvaluationsResponse
37
+ * // EvaluationSummaryList: [ // EvaluationSummaryList // required
38
+ * // { // EvaluationSummary
39
+ * // EvaluationId: "STRING_VALUE", // required
40
+ * // EvaluationArn: "STRING_VALUE", // required
41
+ * // EvaluationFormTitle: "STRING_VALUE", // required
42
+ * // EvaluationFormId: "STRING_VALUE", // required
43
+ * // Status: "DRAFT" || "SUBMITTED", // required
44
+ * // EvaluatorArn: "STRING_VALUE", // required
45
+ * // Score: { // EvaluationScore
46
+ * // Percentage: Number("double"),
47
+ * // NotApplicable: true || false,
48
+ * // AutomaticFail: true || false,
49
+ * // },
50
+ * // CreatedTime: new Date("TIMESTAMP"), // required
51
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param ListContactEvaluationsCommandInput - {@link ListContactEvaluationsCommandInput}
@@ -53,6 +74,8 @@ export interface ListContactEvaluationsCommandOutput extends ListContactEvaluati
53
74
  * @throws {@link ThrottlingException} (client fault)
54
75
  * <p>The throttling limit has been exceeded.</p>
55
76
  *
77
+ * @throws {@link ConnectServiceException}
78
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
79
  *
57
80
  */
58
81
  export declare class ListContactEvaluationsCommand extends $Command<ListContactEvaluationsCommandInput, ListContactEvaluationsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListContactFlowModulesCommandOutput extends ListContactFlowModu
35
35
  * };
36
36
  * const command = new ListContactFlowModulesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListContactFlowModulesResponse
39
+ * // ContactFlowModulesSummaryList: [ // ContactFlowModulesSummaryList
40
+ * // { // ContactFlowModuleSummary
41
+ * // Id: "STRING_VALUE",
42
+ * // Arn: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // State: "ACTIVE" || "ARCHIVED",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListContactFlowModulesCommandInput - {@link ListContactFlowModulesCommandInput}
@@ -61,6 +73,8 @@ export interface ListContactFlowModulesCommandOutput extends ListContactFlowModu
61
73
  * @throws {@link ThrottlingException} (client fault)
62
74
  * <p>The throttling limit has been exceeded.</p>
63
75
  *
76
+ * @throws {@link ConnectServiceException}
77
+ * <p>Base exception class for all service exceptions from Connect service.</p>
64
78
  *
65
79
  */
66
80
  export declare class ListContactFlowModulesCommand extends $Command<ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput, ConnectClientResolvedConfig> {
@@ -40,6 +40,19 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse,
40
40
  * };
41
41
  * const command = new ListContactFlowsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListContactFlowsResponse
44
+ * // ContactFlowSummaryList: [ // ContactFlowSummaryList
45
+ * // { // ContactFlowSummary
46
+ * // Id: "STRING_VALUE",
47
+ * // Arn: "STRING_VALUE",
48
+ * // Name: "STRING_VALUE",
49
+ * // ContactFlowType: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
50
+ * // ContactFlowState: "ACTIVE" || "ARCHIVED",
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
43
56
  * ```
44
57
  *
45
58
  * @param ListContactFlowsCommandInput - {@link ListContactFlowsCommandInput}
@@ -63,6 +76,8 @@ export interface ListContactFlowsCommandOutput extends ListContactFlowsResponse,
63
76
  * @throws {@link ThrottlingException} (client fault)
64
77
  * <p>The throttling limit has been exceeded.</p>
65
78
  *
79
+ * @throws {@link ConnectServiceException}
80
+ * <p>Base exception class for all service exceptions from Connect service.</p>
66
81
  *
67
82
  */
68
83
  export declare class ListContactFlowsCommand extends $Command<ListContactFlowsCommandInput, ListContactFlowsCommandOutput, ConnectClientResolvedConfig> {
@@ -38,6 +38,39 @@ export interface ListContactReferencesCommandOutput extends ListContactReference
38
38
  * };
39
39
  * const command = new ListContactReferencesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListContactReferencesResponse
42
+ * // ReferenceSummaryList: [ // ReferenceSummaryList
43
+ * // { // ReferenceSummary Union: only one key present
44
+ * // Url: { // UrlReference
45
+ * // Name: "STRING_VALUE",
46
+ * // Value: "STRING_VALUE",
47
+ * // },
48
+ * // Attachment: { // AttachmentReference
49
+ * // Name: "STRING_VALUE",
50
+ * // Value: "STRING_VALUE",
51
+ * // Status: "APPROVED" || "REJECTED",
52
+ * // },
53
+ * // String: { // StringReference
54
+ * // Name: "STRING_VALUE",
55
+ * // Value: "STRING_VALUE",
56
+ * // },
57
+ * // Number: { // NumberReference
58
+ * // Name: "STRING_VALUE",
59
+ * // Value: "STRING_VALUE",
60
+ * // },
61
+ * // Date: { // DateReference
62
+ * // Name: "STRING_VALUE",
63
+ * // Value: "STRING_VALUE",
64
+ * // },
65
+ * // Email: { // EmailReference
66
+ * // Name: "STRING_VALUE",
67
+ * // Value: "STRING_VALUE",
68
+ * // },
69
+ * // },
70
+ * // ],
71
+ * // NextToken: "STRING_VALUE",
72
+ * // };
73
+ *
41
74
  * ```
42
75
  *
43
76
  * @param ListContactReferencesCommandInput - {@link ListContactReferencesCommandInput}
@@ -61,6 +94,8 @@ export interface ListContactReferencesCommandOutput extends ListContactReference
61
94
  * @throws {@link ThrottlingException} (client fault)
62
95
  * <p>The throttling limit has been exceeded.</p>
63
96
  *
97
+ * @throws {@link ConnectServiceException}
98
+ * <p>Base exception class for all service exceptions from Connect service.</p>
64
99
  *
65
100
  */
66
101
  export declare class ListContactReferencesCommand extends $Command<ListContactReferencesCommandInput, ListContactReferencesCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,18 @@ export interface ListDefaultVocabulariesCommandOutput extends ListDefaultVocabul
34
34
  * };
35
35
  * const command = new ListDefaultVocabulariesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDefaultVocabulariesResponse
38
+ * // DefaultVocabularyList: [ // DefaultVocabularyList // required
39
+ * // { // DefaultVocabulary
40
+ * // InstanceId: "STRING_VALUE", // required
41
+ * // 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
42
+ * // VocabularyId: "STRING_VALUE", // required
43
+ * // VocabularyName: "STRING_VALUE", // required
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
37
49
  * ```
38
50
  *
39
51
  * @param ListDefaultVocabulariesCommandInput - {@link ListDefaultVocabulariesCommandInput}
@@ -54,6 +66,8 @@ export interface ListDefaultVocabulariesCommandOutput extends ListDefaultVocabul
54
66
  * @throws {@link ThrottlingException} (client fault)
55
67
  * <p>The throttling limit has been exceeded.</p>
56
68
  *
69
+ * @throws {@link ConnectServiceException}
70
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
71
  *
58
72
  */
59
73
  export declare class ListDefaultVocabulariesCommand extends $Command<ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,23 @@ export interface ListEvaluationFormVersionsCommandOutput extends ListEvaluationF
34
34
  * };
35
35
  * const command = new ListEvaluationFormVersionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListEvaluationFormVersionsResponse
38
+ * // EvaluationFormVersionSummaryList: [ // EvaluationFormVersionSummaryList // required
39
+ * // { // EvaluationFormVersionSummary
40
+ * // EvaluationFormArn: "STRING_VALUE", // required
41
+ * // EvaluationFormId: "STRING_VALUE", // required
42
+ * // EvaluationFormVersion: Number("int"), // required
43
+ * // Locked: true || false, // required
44
+ * // Status: "DRAFT" || "ACTIVE", // required
45
+ * // CreatedTime: new Date("TIMESTAMP"), // required
46
+ * // CreatedBy: "STRING_VALUE", // required
47
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
48
+ * // LastModifiedBy: "STRING_VALUE", // required
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
37
54
  * ```
38
55
  *
39
56
  * @param ListEvaluationFormVersionsCommandInput - {@link ListEvaluationFormVersionsCommandInput}
@@ -54,6 +71,8 @@ export interface ListEvaluationFormVersionsCommandOutput extends ListEvaluationF
54
71
  * @throws {@link ThrottlingException} (client fault)
55
72
  * <p>The throttling limit has been exceeded.</p>
56
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
57
76
  *
58
77
  */
59
78
  export declare class ListEvaluationFormVersionsCommand extends $Command<ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface ListEvaluationFormsCommandOutput extends ListEvaluationFormsRes
33
33
  * };
34
34
  * const command = new ListEvaluationFormsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListEvaluationFormsResponse
37
+ * // EvaluationFormSummaryList: [ // EvaluationFormSummaryList // required
38
+ * // { // EvaluationFormSummary
39
+ * // EvaluationFormId: "STRING_VALUE", // required
40
+ * // EvaluationFormArn: "STRING_VALUE", // required
41
+ * // Title: "STRING_VALUE", // required
42
+ * // CreatedTime: new Date("TIMESTAMP"), // required
43
+ * // CreatedBy: "STRING_VALUE", // required
44
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
45
+ * // LastModifiedBy: "STRING_VALUE", // required
46
+ * // LastActivatedTime: new Date("TIMESTAMP"),
47
+ * // LastActivatedBy: "STRING_VALUE",
48
+ * // LatestVersion: Number("int"), // required
49
+ * // ActiveVersion: Number("int"),
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param ListEvaluationFormsCommandInput - {@link ListEvaluationFormsCommandInput}
@@ -53,6 +72,8 @@ export interface ListEvaluationFormsCommandOutput extends ListEvaluationFormsRes
53
72
  * @throws {@link ThrottlingException} (client fault)
54
73
  * <p>The throttling limit has been exceeded.</p>
55
74
  *
75
+ * @throws {@link ConnectServiceException}
76
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
77
  *
57
78
  */
58
79
  export declare class ListEvaluationFormsCommand extends $Command<ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface ListHoursOfOperationsCommandOutput extends ListHoursOfOperation
36
36
  * };
37
37
  * const command = new ListHoursOfOperationsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListHoursOfOperationsResponse
40
+ * // HoursOfOperationSummaryList: [ // HoursOfOperationSummaryList
41
+ * // { // HoursOfOperationSummary
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 ListHoursOfOperationsCommandInput - {@link ListHoursOfOperationsCommandInput}
@@ -59,6 +70,8 @@ export interface ListHoursOfOperationsCommandOutput extends ListHoursOfOperation
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 ListHoursOfOperationsCommand extends $Command<ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput, ConnectClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface ListInstanceAttributesCommandOutput extends ListInstanceAttribu
34
34
  * };
35
35
  * const command = new ListInstanceAttributesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListInstanceAttributesResponse
38
+ * // Attributes: [ // AttributesList
39
+ * // { // Attribute
40
+ * // AttributeType: "INBOUND_CALLS" || "OUTBOUND_CALLS" || "CONTACTFLOW_LOGS" || "CONTACT_LENS" || "AUTO_RESOLVE_BEST_VOICES" || "USE_CUSTOM_TTS_VOICES" || "EARLY_MEDIA" || "MULTI_PARTY_CONFERENCE" || "HIGH_VOLUME_OUTBOUND" || "ENHANCED_CONTACT_MONITORING",
41
+ * // Value: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListInstanceAttributesCommandInput - {@link ListInstanceAttributesCommandInput}
@@ -57,6 +67,8 @@ export interface ListInstanceAttributesCommandOutput extends ListInstanceAttribu
57
67
  * @throws {@link ThrottlingException} (client fault)
58
68
  * <p>The throttling limit has been exceeded.</p>
59
69
  *
70
+ * @throws {@link ConnectServiceException}
71
+ * <p>Base exception class for all service exceptions from Connect service.</p>
60
72
  *
61
73
  */
62
74
  export declare class ListInstanceAttributesCommand extends $Command<ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,38 @@ export interface ListInstanceStorageConfigsCommandOutput extends ListInstanceSto
36
36
  * };
37
37
  * const command = new ListInstanceStorageConfigsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListInstanceStorageConfigsResponse
40
+ * // StorageConfigs: [ // InstanceStorageConfigs
41
+ * // { // InstanceStorageConfig
42
+ * // AssociationId: "STRING_VALUE",
43
+ * // StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
44
+ * // S3Config: { // S3Config
45
+ * // BucketName: "STRING_VALUE", // required
46
+ * // BucketPrefix: "STRING_VALUE", // required
47
+ * // EncryptionConfig: { // EncryptionConfig
48
+ * // EncryptionType: "KMS", // required
49
+ * // KeyId: "STRING_VALUE", // required
50
+ * // },
51
+ * // },
52
+ * // KinesisVideoStreamConfig: { // KinesisVideoStreamConfig
53
+ * // Prefix: "STRING_VALUE", // required
54
+ * // RetentionPeriodHours: Number("int"), // required
55
+ * // EncryptionConfig: {
56
+ * // EncryptionType: "KMS", // required
57
+ * // KeyId: "STRING_VALUE", // required
58
+ * // },
59
+ * // },
60
+ * // KinesisStreamConfig: { // KinesisStreamConfig
61
+ * // StreamArn: "STRING_VALUE", // required
62
+ * // },
63
+ * // KinesisFirehoseConfig: { // KinesisFirehoseConfig
64
+ * // FirehoseArn: "STRING_VALUE", // required
65
+ * // },
66
+ * // },
67
+ * // ],
68
+ * // NextToken: "STRING_VALUE",
69
+ * // };
70
+ *
39
71
  * ```
40
72
  *
41
73
  * @param ListInstanceStorageConfigsCommandInput - {@link ListInstanceStorageConfigsCommandInput}
@@ -59,6 +91,8 @@ export interface ListInstanceStorageConfigsCommandOutput extends ListInstanceSto
59
91
  * @throws {@link ThrottlingException} (client fault)
60
92
  * <p>The throttling limit has been exceeded.</p>
61
93
  *
94
+ * @throws {@link ConnectServiceException}
95
+ * <p>Base exception class for all service exceptions from Connect service.</p>
62
96
  *
63
97
  */
64
98
  export declare class ListInstanceStorageConfigsCommand extends $Command<ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,23 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
35
35
  * };
36
36
  * const command = new ListInstancesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListInstancesResponse
39
+ * // InstanceSummaryList: [ // InstanceSummaryList
40
+ * // { // InstanceSummary
41
+ * // Id: "STRING_VALUE",
42
+ * // Arn: "STRING_VALUE",
43
+ * // IdentityManagementType: "SAML" || "CONNECT_MANAGED" || "EXISTING_DIRECTORY",
44
+ * // InstanceAlias: "STRING_VALUE",
45
+ * // CreatedTime: new Date("TIMESTAMP"),
46
+ * // ServiceRole: "STRING_VALUE",
47
+ * // InstanceStatus: "CREATION_IN_PROGRESS" || "ACTIVE" || "CREATION_FAILED",
48
+ * // InboundCallsEnabled: true || false,
49
+ * // OutboundCallsEnabled: true || false,
50
+ * // },
51
+ * // ],
52
+ * // NextToken: "STRING_VALUE",
53
+ * // };
54
+ *
38
55
  * ```
39
56
  *
40
57
  * @param ListInstancesCommandInput - {@link ListInstancesCommandInput}
@@ -49,6 +66,8 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
49
66
  * @throws {@link InvalidRequestException} (client fault)
50
67
  * <p>The request is not valid.</p>
51
68
  *
69
+ * @throws {@link ConnectServiceException}
70
+ * <p>Base exception class for all service exceptions from Connect service.</p>
52
71
  *
53
72
  */
54
73
  export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,22 @@ export interface ListIntegrationAssociationsCommandOutput extends ListIntegratio
35
35
  * };
36
36
  * const command = new ListIntegrationAssociationsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListIntegrationAssociationsResponse
39
+ * // IntegrationAssociationSummaryList: [ // IntegrationAssociationSummaryList
40
+ * // { // IntegrationAssociationSummary
41
+ * // IntegrationAssociationId: "STRING_VALUE",
42
+ * // IntegrationAssociationArn: "STRING_VALUE",
43
+ * // InstanceId: "STRING_VALUE",
44
+ * // IntegrationType: "EVENT" || "VOICE_ID" || "PINPOINT_APP" || "WISDOM_ASSISTANT" || "WISDOM_KNOWLEDGE_BASE" || "CASES_DOMAIN",
45
+ * // IntegrationArn: "STRING_VALUE",
46
+ * // SourceApplicationUrl: "STRING_VALUE",
47
+ * // SourceApplicationName: "STRING_VALUE",
48
+ * // SourceType: "SALESFORCE" || "ZENDESK",
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
38
54
  * ```
39
55
  *
40
56
  * @param ListIntegrationAssociationsCommandInput - {@link ListIntegrationAssociationsCommandInput}
@@ -55,6 +71,8 @@ export interface ListIntegrationAssociationsCommandOutput extends ListIntegratio
55
71
  * @throws {@link ThrottlingException} (client fault)
56
72
  * <p>The throttling limit has been exceeded.</p>
57
73
  *
74
+ * @throws {@link ConnectServiceException}
75
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
76
  *
59
77
  */
60
78
  export declare class ListIntegrationAssociationsCommand extends $Command<ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput, ConnectClientResolvedConfig> {