@aws-sdk/client-connect 3.325.0 → 3.327.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/dist-cjs/protocols/Aws_restJson1.js +0 -3
  2. package/dist-es/protocols/Aws_restJson1.js +0 -3
  3. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +8 -0
  4. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +4 -0
  5. package/dist-types/commands/AssociateBotCommand.d.ts +4 -0
  6. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +4 -0
  7. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -0
  8. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -0
  9. package/dist-types/commands/AssociateLexBotCommand.d.ts +4 -0
  10. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +4 -0
  11. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +4 -0
  12. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +4 -0
  13. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +6 -0
  14. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +7 -0
  15. package/dist-types/commands/CreateAgentStatusCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateContactFlowCommand.d.ts +7 -0
  17. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +8 -2
  19. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +7 -0
  20. package/dist-types/commands/CreateInstanceCommand.d.ts +7 -0
  21. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -0
  22. package/dist-types/commands/CreateParticipantCommand.d.ts +10 -3
  23. package/dist-types/commands/CreateQueueCommand.d.ts +7 -0
  24. package/dist-types/commands/CreateQuickConnectCommand.d.ts +7 -0
  25. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +7 -0
  26. package/dist-types/commands/CreateRuleCommand.d.ts +7 -0
  27. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +7 -0
  29. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/CreateUseCaseCommand.d.ts +7 -0
  31. package/dist-types/commands/CreateUserCommand.d.ts +7 -0
  32. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +7 -0
  33. package/dist-types/commands/CreateVocabularyCommand.d.ts +8 -0
  34. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +8 -0
  35. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteContactFlowCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteUseCaseCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteUserCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -0
  51. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +17 -0
  52. package/dist-types/commands/DescribeContactCommand.d.ts +31 -0
  53. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +183 -0
  54. package/dist-types/commands/DescribeContactFlowCommand.d.ts +17 -0
  55. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +146 -0
  57. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +28 -0
  58. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
  59. package/dist-types/commands/DescribeInstanceCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +31 -0
  61. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +21 -0
  62. package/dist-types/commands/DescribeQueueCommand.d.ts +22 -0
  63. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +28 -0
  64. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +27 -0
  65. package/dist-types/commands/DescribeRuleCommand.d.ts +56 -0
  66. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +21 -0
  67. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeUserCommand.d.ts +32 -0
  69. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -0
  70. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +32 -0
  71. package/dist-types/commands/DescribeVocabularyCommand.d.ts +18 -0
  72. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +4 -0
  73. package/dist-types/commands/DisassociateBotCommand.d.ts +4 -0
  74. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +4 -0
  76. package/dist-types/commands/DisassociateLexBotCommand.d.ts +4 -0
  77. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +4 -0
  78. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +4 -0
  79. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +4 -0
  80. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +4 -0
  81. package/dist-types/commands/DismissUserContactCommand.d.ts +4 -0
  82. package/dist-types/commands/GetContactAttributesCommand.d.ts +8 -0
  83. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +32 -0
  84. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +70 -0
  85. package/dist-types/commands/GetFederationTokenCommand.d.ts +14 -0
  86. package/dist-types/commands/GetMetricDataCommand.d.ts +35 -0
  87. package/dist-types/commands/GetMetricDataV2Command.d.ts +35 -0
  88. package/dist-types/commands/GetTaskTemplateCommand.d.ts +62 -0
  89. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +15 -0
  90. package/dist-types/commands/ListAgentStatusesCommand.d.ts +14 -0
  91. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +9 -0
  92. package/dist-types/commands/ListBotsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +23 -0
  94. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +14 -0
  95. package/dist-types/commands/ListContactFlowsCommand.d.ts +15 -0
  96. package/dist-types/commands/ListContactReferencesCommand.d.ts +35 -0
  97. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +14 -0
  98. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +19 -0
  99. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +21 -0
  100. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +13 -0
  101. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +12 -0
  102. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +34 -0
  103. package/dist-types/commands/ListInstancesCommand.d.ts +19 -0
  104. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +18 -0
  105. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +9 -0
  106. package/dist-types/commands/ListLexBotsCommand.d.ts +12 -0
  107. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +15 -0
  108. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +16 -0
  109. package/dist-types/commands/ListPromptsCommand.d.ts +13 -0
  110. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +14 -0
  111. package/dist-types/commands/ListQueuesCommand.d.ts +14 -0
  112. package/dist-types/commands/ListQuickConnectsCommand.d.ts +14 -0
  113. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +16 -0
  114. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +13 -0
  115. package/dist-types/commands/ListRulesCommand.d.ts +22 -0
  116. package/dist-types/commands/ListSecurityKeysCommand.d.ts +13 -0
  117. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +9 -0
  118. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +13 -0
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  120. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +17 -0
  121. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +15 -0
  122. package/dist-types/commands/ListUseCasesCommand.d.ts +13 -0
  123. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +13 -0
  124. package/dist-types/commands/ListUsersCommand.d.ts +13 -0
  125. package/dist-types/commands/MonitorContactCommand.d.ts +7 -0
  126. package/dist-types/commands/PutUserStatusCommand.d.ts +4 -0
  127. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +4 -0
  128. package/dist-types/commands/ReplicateInstanceCommand.d.ts +7 -0
  129. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +4 -0
  130. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +13 -0
  131. package/dist-types/commands/SearchQueuesCommand.d.ts +26 -0
  132. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +31 -0
  133. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +19 -0
  134. package/dist-types/commands/SearchUsersCommand.d.ts +33 -0
  135. package/dist-types/commands/SearchVocabulariesCommand.d.ts +17 -0
  136. package/dist-types/commands/StartChatContactCommand.d.ts +9 -0
  137. package/dist-types/commands/StartContactEvaluationCommand.d.ts +7 -0
  138. package/dist-types/commands/StartContactRecordingCommand.d.ts +4 -0
  139. package/dist-types/commands/StartContactStreamingCommand.d.ts +6 -0
  140. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +6 -0
  141. package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
  142. package/dist-types/commands/StopContactCommand.d.ts +4 -0
  143. package/dist-types/commands/StopContactRecordingCommand.d.ts +4 -0
  144. package/dist-types/commands/StopContactStreamingCommand.d.ts +4 -0
  145. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +7 -0
  146. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +4 -0
  147. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  148. package/dist-types/commands/TransferContactCommand.d.ts +7 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  150. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
  151. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +4 -0
  152. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  153. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +7 -0
  154. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -0
  155. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +4 -0
  156. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -0
  157. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +4 -0
  158. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +4 -0
  159. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +4 -0
  160. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +9 -1
  161. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +4 -0
  162. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +4 -0
  163. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +4 -0
  164. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +4 -0
  165. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +7 -0
  166. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +4 -0
  167. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +4 -0
  168. package/dist-types/commands/UpdateQueueNameCommand.d.ts +4 -0
  169. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +4 -0
  170. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +4 -0
  171. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +4 -0
  172. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +4 -0
  173. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +4 -0
  174. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +4 -0
  175. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +4 -0
  176. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +4 -0
  177. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +59 -0
  180. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +4 -0
  182. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +4 -0
  183. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -0
  184. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -0
  185. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -0
  186. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +4 -0
  187. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +4 -0
  188. package/dist-types/models/models_0.d.ts +3 -3
  189. package/dist-types/models/models_1.d.ts +6 -6
  190. package/package.json +7 -7
@@ -34,6 +34,21 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
34
34
  * };
35
35
  * const command = new DescribeContactFlowCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeContactFlowResponse
38
+ * // ContactFlow: { // ContactFlow
39
+ * // Arn: "STRING_VALUE",
40
+ * // Id: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // Type: "CONTACT_FLOW" || "CUSTOMER_QUEUE" || "CUSTOMER_HOLD" || "CUSTOMER_WHISPER" || "AGENT_HOLD" || "AGENT_WHISPER" || "OUTBOUND_WHISPER" || "AGENT_TRANSFER" || "QUEUE_TRANSFER",
43
+ * // State: "ACTIVE" || "ARCHIVED",
44
+ * // Description: "STRING_VALUE",
45
+ * // Content: "STRING_VALUE",
46
+ * // Tags: { // TagMap
47
+ * // "<keys>": "STRING_VALUE",
48
+ * // },
49
+ * // },
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param DescribeContactFlowCommandInput - {@link DescribeContactFlowCommandInput}
@@ -60,6 +75,8 @@ export interface DescribeContactFlowCommandOutput extends DescribeContactFlowRes
60
75
  * @throws {@link ThrottlingException} (client fault)
61
76
  * <p>The throttling limit has been exceeded.</p>
62
77
  *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
63
80
  *
64
81
  */
65
82
  export declare class DescribeContactFlowCommand extends $Command<DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
32
32
  * };
33
33
  * const command = new DescribeContactFlowModuleCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeContactFlowModuleResponse
36
+ * // ContactFlowModule: { // ContactFlowModule
37
+ * // Arn: "STRING_VALUE",
38
+ * // Id: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Content: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // State: "ACTIVE" || "ARCHIVED",
43
+ * // Status: "PUBLISHED" || "SAVED",
44
+ * // Tags: { // TagMap
45
+ * // "<keys>": "STRING_VALUE",
46
+ * // },
47
+ * // },
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeContactFlowModuleCommandInput - {@link DescribeContactFlowModuleCommandInput}
@@ -58,6 +73,8 @@ export interface DescribeContactFlowModuleCommandOutput extends DescribeContactF
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 DescribeContactFlowModuleCommand extends $Command<DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,150 @@ export interface DescribeEvaluationFormCommandOutput extends DescribeEvaluationF
35
35
  * };
36
36
  * const command = new DescribeEvaluationFormCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeEvaluationFormResponse
39
+ * // EvaluationForm: { // EvaluationForm
40
+ * // EvaluationFormId: "STRING_VALUE", // required
41
+ * // EvaluationFormVersion: Number("int"), // required
42
+ * // Locked: true || false, // required
43
+ * // EvaluationFormArn: "STRING_VALUE", // required
44
+ * // Title: "STRING_VALUE", // required
45
+ * // Description: "STRING_VALUE",
46
+ * // Status: "DRAFT" || "ACTIVE", // required
47
+ * // Items: [ // EvaluationFormItemsList // required
48
+ * // { // EvaluationFormItem Union: only one key present
49
+ * // Section: { // EvaluationFormSection
50
+ * // Title: "STRING_VALUE", // required
51
+ * // RefId: "STRING_VALUE", // required
52
+ * // Instructions: "STRING_VALUE",
53
+ * // Items: [
54
+ * // {// Union: only one key present
55
+ * // Section: {
56
+ * // Title: "STRING_VALUE", // required
57
+ * // RefId: "STRING_VALUE", // required
58
+ * // Instructions: "STRING_VALUE",
59
+ * // Items: "<EvaluationFormItemsList>",
60
+ * // Weight: Number("double"),
61
+ * // },
62
+ * // Question: { // EvaluationFormQuestion
63
+ * // Title: "STRING_VALUE", // required
64
+ * // Instructions: "STRING_VALUE",
65
+ * // RefId: "STRING_VALUE", // required
66
+ * // NotApplicableEnabled: true || false,
67
+ * // QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
68
+ * // QuestionTypeProperties: { // EvaluationFormQuestionTypeProperties Union: only one key present
69
+ * // Numeric: { // EvaluationFormNumericQuestionProperties
70
+ * // MinValue: Number("int"), // required
71
+ * // MaxValue: Number("int"), // required
72
+ * // Options: [ // EvaluationFormNumericQuestionOptionList
73
+ * // { // EvaluationFormNumericQuestionOption
74
+ * // MinValue: Number("int"), // required
75
+ * // MaxValue: Number("int"), // required
76
+ * // Score: Number("int"),
77
+ * // AutomaticFail: true || false,
78
+ * // },
79
+ * // ],
80
+ * // Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
81
+ * // PropertyValue: { // NumericQuestionPropertyValueAutomation
82
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
83
+ * // },
84
+ * // },
85
+ * // },
86
+ * // SingleSelect: { // EvaluationFormSingleSelectQuestionProperties
87
+ * // Options: [ // EvaluationFormSingleSelectQuestionOptionList // required
88
+ * // { // EvaluationFormSingleSelectQuestionOption
89
+ * // RefId: "STRING_VALUE", // required
90
+ * // Text: "STRING_VALUE", // required
91
+ * // Score: Number("int"),
92
+ * // AutomaticFail: true || false,
93
+ * // },
94
+ * // ],
95
+ * // DisplayAs: "DROPDOWN" || "RADIO",
96
+ * // Automation: { // EvaluationFormSingleSelectQuestionAutomation
97
+ * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
98
+ * // { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
99
+ * // RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
100
+ * // Category: "STRING_VALUE", // required
101
+ * // Condition: "PRESENT" || "NOT_PRESENT", // required
102
+ * // OptionRefId: "STRING_VALUE", // required
103
+ * // },
104
+ * // },
105
+ * // ],
106
+ * // DefaultOptionRefId: "STRING_VALUE",
107
+ * // },
108
+ * // },
109
+ * // },
110
+ * // Weight: Number("double"),
111
+ * // },
112
+ * // },
113
+ * // ],
114
+ * // Weight: Number("double"),
115
+ * // },
116
+ * // Question: {
117
+ * // Title: "STRING_VALUE", // required
118
+ * // Instructions: "STRING_VALUE",
119
+ * // RefId: "STRING_VALUE", // required
120
+ * // NotApplicableEnabled: true || false,
121
+ * // QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
122
+ * // QuestionTypeProperties: {// Union: only one key present
123
+ * // Numeric: {
124
+ * // MinValue: Number("int"), // required
125
+ * // MaxValue: Number("int"), // required
126
+ * // Options: [
127
+ * // {
128
+ * // MinValue: Number("int"), // required
129
+ * // MaxValue: Number("int"), // required
130
+ * // Score: Number("int"),
131
+ * // AutomaticFail: true || false,
132
+ * // },
133
+ * // ],
134
+ * // Automation: {// Union: only one key present
135
+ * // PropertyValue: {
136
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
137
+ * // },
138
+ * // },
139
+ * // },
140
+ * // SingleSelect: {
141
+ * // Options: [ // required
142
+ * // {
143
+ * // RefId: "STRING_VALUE", // required
144
+ * // Text: "STRING_VALUE", // required
145
+ * // Score: Number("int"),
146
+ * // AutomaticFail: true || false,
147
+ * // },
148
+ * // ],
149
+ * // DisplayAs: "DROPDOWN" || "RADIO",
150
+ * // Automation: {
151
+ * // Options: [ // required
152
+ * // {// Union: only one key present
153
+ * // RuleCategory: {
154
+ * // Category: "STRING_VALUE", // required
155
+ * // Condition: "PRESENT" || "NOT_PRESENT", // required
156
+ * // OptionRefId: "STRING_VALUE", // required
157
+ * // },
158
+ * // },
159
+ * // ],
160
+ * // DefaultOptionRefId: "STRING_VALUE",
161
+ * // },
162
+ * // },
163
+ * // },
164
+ * // Weight: Number("double"),
165
+ * // },
166
+ * // },
167
+ * // ],
168
+ * // ScoringStrategy: { // EvaluationFormScoringStrategy
169
+ * // Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
170
+ * // Status: "ENABLED" || "DISABLED", // required
171
+ * // },
172
+ * // CreatedTime: new Date("TIMESTAMP"), // required
173
+ * // CreatedBy: "STRING_VALUE", // required
174
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
175
+ * // LastModifiedBy: "STRING_VALUE", // required
176
+ * // Tags: { // TagMap
177
+ * // "<keys>": "STRING_VALUE",
178
+ * // },
179
+ * // },
180
+ * // };
181
+ *
38
182
  * ```
39
183
  *
40
184
  * @param DescribeEvaluationFormCommandInput - {@link DescribeEvaluationFormCommandInput}
@@ -55,6 +199,8 @@ export interface DescribeEvaluationFormCommandOutput extends DescribeEvaluationF
55
199
  * @throws {@link ThrottlingException} (client fault)
56
200
  * <p>The throttling limit has been exceeded.</p>
57
201
  *
202
+ * @throws {@link ConnectServiceException}
203
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
204
  *
59
205
  */
60
206
  export declare class DescribeEvaluationFormCommand extends $Command<DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,32 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
33
33
  * };
34
34
  * const command = new DescribeHoursOfOperationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeHoursOfOperationResponse
37
+ * // HoursOfOperation: { // HoursOfOperation
38
+ * // HoursOfOperationId: "STRING_VALUE",
39
+ * // HoursOfOperationArn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // TimeZone: "STRING_VALUE",
43
+ * // Config: [ // HoursOfOperationConfigList
44
+ * // { // HoursOfOperationConfig
45
+ * // Day: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY", // required
46
+ * // StartTime: { // HoursOfOperationTimeSlice
47
+ * // Hours: Number("int"), // required
48
+ * // Minutes: Number("int"), // required
49
+ * // },
50
+ * // EndTime: {
51
+ * // Hours: Number("int"), // required
52
+ * // Minutes: Number("int"), // required
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // Tags: { // TagMap
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
36
62
  * ```
37
63
  *
38
64
  * @param DescribeHoursOfOperationCommandInput - {@link DescribeHoursOfOperationCommandInput}
@@ -56,6 +82,8 @@ export interface DescribeHoursOfOperationCommandOutput extends DescribeHoursOfOp
56
82
  * @throws {@link ThrottlingException} (client fault)
57
83
  * <p>The throttling limit has been exceeded.</p>
58
84
  *
85
+ * @throws {@link ConnectServiceException}
86
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
87
  *
60
88
  */
61
89
  export declare class DescribeHoursOfOperationCommand extends $Command<DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
33
33
  * };
34
34
  * const command = new DescribeInstanceAttributeCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeInstanceAttributeResponse
37
+ * // Attribute: { // Attribute
38
+ * // 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",
39
+ * // Value: "STRING_VALUE",
40
+ * // },
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param DescribeInstanceAttributeCommandInput - {@link DescribeInstanceAttributeCommandInput}
@@ -56,6 +63,8 @@ export interface DescribeInstanceAttributeCommandOutput extends DescribeInstance
56
63
  * @throws {@link ThrottlingException} (client fault)
57
64
  * <p>The throttling limit has been exceeded.</p>
58
65
  *
66
+ * @throws {@link ConnectServiceException}
67
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
68
  *
60
69
  */
61
70
  export declare class DescribeInstanceAttributeCommand extends $Command<DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig> {
@@ -36,6 +36,23 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
36
36
  * };
37
37
  * const command = new DescribeInstanceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DescribeInstanceResponse
40
+ * // Instance: { // Instance
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
+ * // StatusReason: { // InstanceStatusReason
49
+ * // Message: "STRING_VALUE",
50
+ * // },
51
+ * // InboundCallsEnabled: true || false,
52
+ * // OutboundCallsEnabled: true || false,
53
+ * // },
54
+ * // };
55
+ *
39
56
  * ```
40
57
  *
41
58
  * @param DescribeInstanceCommandInput - {@link DescribeInstanceCommandInput}
@@ -53,6 +70,8 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
53
70
  * @throws {@link ResourceNotFoundException} (client fault)
54
71
  * <p>The specified resource was not found.</p>
55
72
  *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
56
75
  *
57
76
  */
58
77
  export declare class DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, ConnectClientResolvedConfig> {
@@ -35,6 +35,35 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
35
35
  * };
36
36
  * const command = new DescribeInstanceStorageConfigCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeInstanceStorageConfigResponse
39
+ * // StorageConfig: { // InstanceStorageConfig
40
+ * // AssociationId: "STRING_VALUE",
41
+ * // StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
42
+ * // S3Config: { // S3Config
43
+ * // BucketName: "STRING_VALUE", // required
44
+ * // BucketPrefix: "STRING_VALUE", // required
45
+ * // EncryptionConfig: { // EncryptionConfig
46
+ * // EncryptionType: "KMS", // required
47
+ * // KeyId: "STRING_VALUE", // required
48
+ * // },
49
+ * // },
50
+ * // KinesisVideoStreamConfig: { // KinesisVideoStreamConfig
51
+ * // Prefix: "STRING_VALUE", // required
52
+ * // RetentionPeriodHours: Number("int"), // required
53
+ * // EncryptionConfig: {
54
+ * // EncryptionType: "KMS", // required
55
+ * // KeyId: "STRING_VALUE", // required
56
+ * // },
57
+ * // },
58
+ * // KinesisStreamConfig: { // KinesisStreamConfig
59
+ * // StreamArn: "STRING_VALUE", // required
60
+ * // },
61
+ * // KinesisFirehoseConfig: { // KinesisFirehoseConfig
62
+ * // FirehoseArn: "STRING_VALUE", // required
63
+ * // },
64
+ * // },
65
+ * // };
66
+ *
38
67
  * ```
39
68
  *
40
69
  * @param DescribeInstanceStorageConfigCommandInput - {@link DescribeInstanceStorageConfigCommandInput}
@@ -58,6 +87,8 @@ export interface DescribeInstanceStorageConfigCommandOutput extends DescribeInst
58
87
  * @throws {@link ThrottlingException} (client fault)
59
88
  * <p>The throttling limit has been exceeded.</p>
60
89
  *
90
+ * @throws {@link ConnectServiceException}
91
+ * <p>Base exception class for all service exceptions from Connect service.</p>
61
92
  *
62
93
  */
63
94
  export declare class DescribeInstanceStorageConfigCommand extends $Command<DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
@@ -42,6 +42,25 @@ export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberRes
42
42
  * };
43
43
  * const command = new DescribePhoneNumberCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribePhoneNumberResponse
46
+ * // ClaimedPhoneNumberSummary: { // ClaimedPhoneNumberSummary
47
+ * // PhoneNumberId: "STRING_VALUE",
48
+ * // PhoneNumberArn: "STRING_VALUE",
49
+ * // PhoneNumber: "STRING_VALUE",
50
+ * // 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",
51
+ * // PhoneNumberType: "TOLL_FREE" || "DID",
52
+ * // PhoneNumberDescription: "STRING_VALUE",
53
+ * // TargetArn: "STRING_VALUE",
54
+ * // Tags: { // TagMap
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // PhoneNumberStatus: { // PhoneNumberStatus
58
+ * // Status: "CLAIMED" || "IN_PROGRESS" || "FAILED",
59
+ * // Message: "STRING_VALUE",
60
+ * // },
61
+ * // },
62
+ * // };
63
+ *
45
64
  * ```
46
65
  *
47
66
  * @param DescribePhoneNumberCommandInput - {@link DescribePhoneNumberCommandInput}
@@ -65,6 +84,8 @@ export interface DescribePhoneNumberCommandOutput extends DescribePhoneNumberRes
65
84
  * @throws {@link ThrottlingException} (client fault)
66
85
  * <p>The throttling limit has been exceeded.</p>
67
86
  *
87
+ * @throws {@link ConnectServiceException}
88
+ * <p>Base exception class for all service exceptions from Connect service.</p>
68
89
  *
69
90
  */
70
91
  export declare class DescribePhoneNumberCommand extends $Command<DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,26 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
33
33
  * };
34
34
  * const command = new DescribeQueueCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeQueueResponse
37
+ * // Queue: { // Queue
38
+ * // Name: "STRING_VALUE",
39
+ * // QueueArn: "STRING_VALUE",
40
+ * // QueueId: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // OutboundCallerConfig: { // OutboundCallerConfig
43
+ * // OutboundCallerIdName: "STRING_VALUE",
44
+ * // OutboundCallerIdNumberId: "STRING_VALUE",
45
+ * // OutboundFlowId: "STRING_VALUE",
46
+ * // },
47
+ * // HoursOfOperationId: "STRING_VALUE",
48
+ * // MaxContacts: Number("int"),
49
+ * // Status: "ENABLED" || "DISABLED",
50
+ * // Tags: { // TagMap
51
+ * // "<keys>": "STRING_VALUE",
52
+ * // },
53
+ * // },
54
+ * // };
55
+ *
36
56
  * ```
37
57
  *
38
58
  * @param DescribeQueueCommandInput - {@link DescribeQueueCommandInput}
@@ -56,6 +76,8 @@ export interface DescribeQueueCommandOutput extends DescribeQueueResponse, __Met
56
76
  * @throws {@link ThrottlingException} (client fault)
57
77
  * <p>The throttling limit has been exceeded.</p>
58
78
  *
79
+ * @throws {@link ConnectServiceException}
80
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
81
  *
60
82
  */
61
83
  export declare class DescribeQueueCommand extends $Command<DescribeQueueCommandInput, DescribeQueueCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,32 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
32
32
  * };
33
33
  * const command = new DescribeQuickConnectCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeQuickConnectResponse
36
+ * // QuickConnect: { // QuickConnect
37
+ * // QuickConnectARN: "STRING_VALUE",
38
+ * // QuickConnectId: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // QuickConnectConfig: { // QuickConnectConfig
42
+ * // QuickConnectType: "USER" || "QUEUE" || "PHONE_NUMBER", // required
43
+ * // UserConfig: { // UserQuickConnectConfig
44
+ * // UserId: "STRING_VALUE", // required
45
+ * // ContactFlowId: "STRING_VALUE", // required
46
+ * // },
47
+ * // QueueConfig: { // QueueQuickConnectConfig
48
+ * // QueueId: "STRING_VALUE", // required
49
+ * // ContactFlowId: "STRING_VALUE", // required
50
+ * // },
51
+ * // PhoneConfig: { // PhoneNumberQuickConnectConfig
52
+ * // PhoneNumber: "STRING_VALUE", // required
53
+ * // },
54
+ * // },
55
+ * // Tags: { // TagMap
56
+ * // "<keys>": "STRING_VALUE",
57
+ * // },
58
+ * // },
59
+ * // };
60
+ *
35
61
  * ```
36
62
  *
37
63
  * @param DescribeQuickConnectCommandInput - {@link DescribeQuickConnectCommandInput}
@@ -55,6 +81,8 @@ export interface DescribeQuickConnectCommandOutput extends DescribeQuickConnectR
55
81
  * @throws {@link ThrottlingException} (client fault)
56
82
  * <p>The throttling limit has been exceeded.</p>
57
83
  *
84
+ * @throws {@link ConnectServiceException}
85
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
86
  *
59
87
  */
60
88
  export declare class DescribeQuickConnectCommand extends $Command<DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,31 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
32
32
  * };
33
33
  * const command = new DescribeRoutingProfileCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeRoutingProfileResponse
36
+ * // RoutingProfile: { // RoutingProfile
37
+ * // InstanceId: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // RoutingProfileArn: "STRING_VALUE",
40
+ * // RoutingProfileId: "STRING_VALUE",
41
+ * // Description: "STRING_VALUE",
42
+ * // MediaConcurrencies: [ // MediaConcurrencies
43
+ * // { // MediaConcurrency
44
+ * // Channel: "VOICE" || "CHAT" || "TASK", // required
45
+ * // Concurrency: Number("int"), // required
46
+ * // CrossChannelBehavior: { // CrossChannelBehavior
47
+ * // BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
48
+ * // },
49
+ * // },
50
+ * // ],
51
+ * // DefaultOutboundQueueId: "STRING_VALUE",
52
+ * // Tags: { // TagMap
53
+ * // "<keys>": "STRING_VALUE",
54
+ * // },
55
+ * // NumberOfAssociatedQueues: Number("long"),
56
+ * // NumberOfAssociatedUsers: Number("long"),
57
+ * // },
58
+ * // };
59
+ *
35
60
  * ```
36
61
  *
37
62
  * @param DescribeRoutingProfileCommandInput - {@link DescribeRoutingProfileCommandInput}
@@ -55,6 +80,8 @@ export interface DescribeRoutingProfileCommandOutput extends DescribeRoutingProf
55
80
  * @throws {@link ThrottlingException} (client fault)
56
81
  * <p>The throttling limit has been exceeded.</p>
57
82
  *
83
+ * @throws {@link ConnectServiceException}
84
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
85
  *
59
86
  */
60
87
  export declare class DescribeRoutingProfileCommand extends $Command<DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
@@ -32,6 +32,60 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
32
32
  * };
33
33
  * const command = new DescribeRuleCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeRuleResponse
36
+ * // Rule: { // Rule
37
+ * // Name: "STRING_VALUE", // required
38
+ * // RuleId: "STRING_VALUE", // required
39
+ * // RuleArn: "STRING_VALUE", // required
40
+ * // TriggerEventSource: { // RuleTriggerEventSource
41
+ * // EventSourceName: "OnPostCallAnalysisAvailable" || "OnRealTimeCallAnalysisAvailable" || "OnPostChatAnalysisAvailable" || "OnZendeskTicketCreate" || "OnZendeskTicketStatusUpdate" || "OnSalesforceCaseCreate" || "OnContactEvaluationSubmit", // required
42
+ * // IntegrationAssociationId: "STRING_VALUE",
43
+ * // },
44
+ * // Function: "STRING_VALUE", // required
45
+ * // Actions: [ // RuleActions // required
46
+ * // { // RuleAction
47
+ * // ActionType: "CREATE_TASK" || "ASSIGN_CONTACT_CATEGORY" || "GENERATE_EVENTBRIDGE_EVENT" || "SEND_NOTIFICATION", // required
48
+ * // TaskAction: { // TaskActionDefinition
49
+ * // Name: "STRING_VALUE", // required
50
+ * // Description: "STRING_VALUE",
51
+ * // ContactFlowId: "STRING_VALUE", // required
52
+ * // References: { // ContactReferences
53
+ * // "<keys>": { // Reference
54
+ * // Value: "STRING_VALUE", // required
55
+ * // Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
56
+ * // },
57
+ * // },
58
+ * // },
59
+ * // EventBridgeAction: { // EventBridgeActionDefinition
60
+ * // Name: "STRING_VALUE", // required
61
+ * // },
62
+ * // AssignContactCategoryAction: {},
63
+ * // SendNotificationAction: { // SendNotificationActionDefinition
64
+ * // DeliveryMethod: "EMAIL", // required
65
+ * // Subject: "STRING_VALUE",
66
+ * // Content: "STRING_VALUE", // required
67
+ * // ContentType: "PLAIN_TEXT", // required
68
+ * // Recipient: { // NotificationRecipientType
69
+ * // UserTags: { // UserTagMap
70
+ * // "<keys>": "STRING_VALUE",
71
+ * // },
72
+ * // UserIds: [ // UserIdList
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
76
+ * // },
77
+ * // },
78
+ * // ],
79
+ * // PublishStatus: "DRAFT" || "PUBLISHED", // required
80
+ * // CreatedTime: new Date("TIMESTAMP"), // required
81
+ * // LastUpdatedTime: new Date("TIMESTAMP"), // required
82
+ * // LastUpdatedBy: "STRING_VALUE", // required
83
+ * // Tags: { // TagMap
84
+ * // "<keys>": "STRING_VALUE",
85
+ * // },
86
+ * // },
87
+ * // };
88
+ *
35
89
  * ```
36
90
  *
37
91
  * @param DescribeRuleCommandInput - {@link DescribeRuleCommandInput}
@@ -55,6 +109,8 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
55
109
  * @throws {@link ThrottlingException} (client fault)
56
110
  * <p>The throttling limit has been exceeded.</p>
57
111
  *
112
+ * @throws {@link ConnectServiceException}
113
+ * <p>Base exception class for all service exceptions from Connect service.</p>
58
114
  *
59
115
  */
60
116
  export declare class DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, ConnectClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
33
33
  * };
34
34
  * const command = new DescribeSecurityProfileCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeSecurityProfileResponse
37
+ * // SecurityProfile: { // SecurityProfile
38
+ * // Id: "STRING_VALUE",
39
+ * // OrganizationResourceId: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // SecurityProfileName: "STRING_VALUE",
42
+ * // Description: "STRING_VALUE",
43
+ * // Tags: { // TagMap
44
+ * // "<keys>": "STRING_VALUE",
45
+ * // },
46
+ * // AllowedAccessControlTags: { // AllowedAccessControlTags
47
+ * // "<keys>": "STRING_VALUE",
48
+ * // },
49
+ * // TagRestrictedResources: [ // TagRestrictedResourceList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param DescribeSecurityProfileCommandInput - {@link DescribeSecurityProfileCommandInput}
@@ -56,6 +75,8 @@ export interface DescribeSecurityProfileCommandOutput extends DescribeSecurityPr
56
75
  * @throws {@link ThrottlingException} (client fault)
57
76
  * <p>The throttling limit has been exceeded.</p>
58
77
  *
78
+ * @throws {@link ConnectServiceException}
79
+ * <p>Base exception class for all service exceptions from Connect service.</p>
59
80
  *
60
81
  */
61
82
  export declare class DescribeSecurityProfileCommand extends $Command<DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig> {