@aws-sdk/client-connect 3.319.0 → 3.321.1

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 (113) hide show
  1. package/README.md +119 -7
  2. package/dist-cjs/Connect.js +28 -0
  3. package/dist-cjs/commands/ActivateEvaluationFormCommand.js +45 -0
  4. package/dist-cjs/commands/CreateEvaluationFormCommand.js +45 -0
  5. package/dist-cjs/commands/DeactivateEvaluationFormCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteContactEvaluationCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteEvaluationFormCommand.js +45 -0
  8. package/dist-cjs/commands/DescribeContactEvaluationCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeEvaluationFormCommand.js +45 -0
  10. package/dist-cjs/commands/GetFederationTokenCommand.js +2 -2
  11. package/dist-cjs/commands/ListContactEvaluationsCommand.js +45 -0
  12. package/dist-cjs/commands/ListEvaluationFormVersionsCommand.js +45 -0
  13. package/dist-cjs/commands/ListEvaluationFormsCommand.js +45 -0
  14. package/dist-cjs/commands/StartContactEvaluationCommand.js +45 -0
  15. package/dist-cjs/commands/SubmitContactEvaluationCommand.js +45 -0
  16. package/dist-cjs/commands/UpdateContactEvaluationCommand.js +45 -0
  17. package/dist-cjs/commands/UpdateEvaluationFormCommand.js +45 -0
  18. package/dist-cjs/commands/index.js +14 -0
  19. package/dist-cjs/models/models_0.js +142 -125
  20. package/dist-cjs/models/models_1.js +71 -1
  21. package/dist-cjs/pagination/ListContactEvaluationsPaginator.js +28 -0
  22. package/dist-cjs/pagination/ListEvaluationFormVersionsPaginator.js +29 -0
  23. package/dist-cjs/pagination/ListEvaluationFormsPaginator.js +29 -0
  24. package/dist-cjs/pagination/index.js +3 -0
  25. package/dist-cjs/protocols/Aws_restJson1.js +1272 -41
  26. package/dist-es/Connect.js +28 -0
  27. package/dist-es/commands/ActivateEvaluationFormCommand.js +41 -0
  28. package/dist-es/commands/CreateEvaluationFormCommand.js +41 -0
  29. package/dist-es/commands/DeactivateEvaluationFormCommand.js +41 -0
  30. package/dist-es/commands/DeleteContactEvaluationCommand.js +41 -0
  31. package/dist-es/commands/DeleteEvaluationFormCommand.js +41 -0
  32. package/dist-es/commands/DescribeContactEvaluationCommand.js +41 -0
  33. package/dist-es/commands/DescribeEvaluationFormCommand.js +41 -0
  34. package/dist-es/commands/GetFederationTokenCommand.js +1 -1
  35. package/dist-es/commands/ListContactEvaluationsCommand.js +41 -0
  36. package/dist-es/commands/ListEvaluationFormVersionsCommand.js +41 -0
  37. package/dist-es/commands/ListEvaluationFormsCommand.js +41 -0
  38. package/dist-es/commands/StartContactEvaluationCommand.js +41 -0
  39. package/dist-es/commands/SubmitContactEvaluationCommand.js +41 -0
  40. package/dist-es/commands/UpdateContactEvaluationCommand.js +41 -0
  41. package/dist-es/commands/UpdateEvaluationFormCommand.js +41 -0
  42. package/dist-es/commands/index.js +14 -0
  43. package/dist-es/models/models_0.js +136 -116
  44. package/dist-es/models/models_1.js +67 -0
  45. package/dist-es/pagination/ListContactEvaluationsPaginator.js +24 -0
  46. package/dist-es/pagination/ListEvaluationFormVersionsPaginator.js +25 -0
  47. package/dist-es/pagination/ListEvaluationFormsPaginator.js +25 -0
  48. package/dist-es/pagination/index.js +3 -0
  49. package/dist-es/protocols/Aws_restJson1.js +1235 -33
  50. package/dist-types/Connect.d.ts +98 -0
  51. package/dist-types/ConnectClient.d.ts +16 -2
  52. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +81 -0
  53. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +213 -0
  54. package/dist-types/commands/CreateParticipantCommand.d.ts +1 -1
  55. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +81 -0
  56. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +79 -0
  57. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +89 -0
  58. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +77 -0
  59. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +79 -0
  60. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +1 -1
  61. package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
  62. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
  63. package/dist-types/commands/GetMetricDataV2Command.d.ts +1 -1
  64. package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  65. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +1 -1
  66. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -2
  67. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +77 -0
  68. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +78 -0
  69. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +77 -0
  70. package/dist-types/commands/StartContactEvaluationCommand.d.ts +91 -0
  71. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +98 -0
  72. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +96 -0
  73. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +215 -0
  74. package/dist-types/commands/index.d.ts +14 -0
  75. package/dist-types/models/models_0.d.ts +859 -1281
  76. package/dist-types/models/models_1.d.ts +1758 -3
  77. package/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/index.d.ts +3 -0
  81. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  82. package/dist-types/ts3.4/Connect.d.ts +238 -0
  83. package/dist-types/ts3.4/ConnectClient.d.ts +84 -0
  84. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +41 -0
  85. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +39 -0
  86. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +41 -0
  87. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +37 -0
  88. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +36 -0
  89. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +39 -0
  91. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +4 -2
  98. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +41 -0
  99. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +41 -0
  100. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +38 -0
  101. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +41 -0
  102. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +41 -0
  103. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +41 -0
  104. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +41 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +328 -262
  107. package/dist-types/ts3.4/models/models_1.d.ts +425 -1
  108. package/dist-types/ts3.4/pagination/ListContactEvaluationsPaginator.d.ts +11 -0
  109. package/dist-types/ts3.4/pagination/ListEvaluationFormVersionsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/ListEvaluationFormsPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  113. package/package.json +4 -4
@@ -0,0 +1,215 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
5
+ import { UpdateEvaluationFormRequest, UpdateEvaluationFormResponse } from "../models/models_1";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link UpdateEvaluationFormCommand}.
10
+ */
11
+ export interface UpdateEvaluationFormCommandInput extends UpdateEvaluationFormRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link UpdateEvaluationFormCommand}.
17
+ */
18
+ export interface UpdateEvaluationFormCommandOutput extends UpdateEvaluationFormResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Updates details about a specific evaluation form version in the specified Amazon Connect
23
+ * instance. An evaluation form must have a unique title within an instance. Question and section
24
+ * identifiers cannot be duplicated within the same evaluation form.</p>
25
+ * <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>
26
+ * @example
27
+ * Use a bare-bones client and the command you need to make an API call.
28
+ * ```javascript
29
+ * import { ConnectClient, UpdateEvaluationFormCommand } from "@aws-sdk/client-connect"; // ES Modules import
30
+ * // const { ConnectClient, UpdateEvaluationFormCommand } = require("@aws-sdk/client-connect"); // CommonJS import
31
+ * const client = new ConnectClient(config);
32
+ * const input = { // UpdateEvaluationFormRequest
33
+ * InstanceId: "STRING_VALUE", // required
34
+ * EvaluationFormId: "STRING_VALUE", // required
35
+ * EvaluationFormVersion: Number("int"), // required
36
+ * CreateNewVersion: true || false,
37
+ * Title: "STRING_VALUE", // required
38
+ * Description: "STRING_VALUE",
39
+ * Items: [ // EvaluationFormItemsList // required
40
+ * { // EvaluationFormItem Union: only one key present
41
+ * Section: { // EvaluationFormSection
42
+ * Title: "STRING_VALUE", // required
43
+ * RefId: "STRING_VALUE", // required
44
+ * Instructions: "STRING_VALUE",
45
+ * Items: [
46
+ * {// Union: only one key present
47
+ * Section: {
48
+ * Title: "STRING_VALUE", // required
49
+ * RefId: "STRING_VALUE", // required
50
+ * Instructions: "STRING_VALUE",
51
+ * Items: "<EvaluationFormItemsList>",
52
+ * Weight: Number("double"),
53
+ * },
54
+ * Question: { // EvaluationFormQuestion
55
+ * Title: "STRING_VALUE", // required
56
+ * Instructions: "STRING_VALUE",
57
+ * RefId: "STRING_VALUE", // required
58
+ * NotApplicableEnabled: true || false,
59
+ * QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
60
+ * QuestionTypeProperties: { // EvaluationFormQuestionTypeProperties Union: only one key present
61
+ * Numeric: { // EvaluationFormNumericQuestionProperties
62
+ * MinValue: Number("int"), // required
63
+ * MaxValue: Number("int"), // required
64
+ * Options: [ // EvaluationFormNumericQuestionOptionList
65
+ * { // EvaluationFormNumericQuestionOption
66
+ * MinValue: Number("int"), // required
67
+ * MaxValue: Number("int"), // required
68
+ * Score: Number("int"),
69
+ * AutomaticFail: true || false,
70
+ * },
71
+ * ],
72
+ * Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
73
+ * PropertyValue: { // NumericQuestionPropertyValueAutomation
74
+ * 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
75
+ * },
76
+ * },
77
+ * },
78
+ * SingleSelect: { // EvaluationFormSingleSelectQuestionProperties
79
+ * Options: [ // EvaluationFormSingleSelectQuestionOptionList // required
80
+ * { // EvaluationFormSingleSelectQuestionOption
81
+ * RefId: "STRING_VALUE", // required
82
+ * Text: "STRING_VALUE", // required
83
+ * Score: Number("int"),
84
+ * AutomaticFail: true || false,
85
+ * },
86
+ * ],
87
+ * DisplayAs: "DROPDOWN" || "RADIO",
88
+ * Automation: { // EvaluationFormSingleSelectQuestionAutomation
89
+ * Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
90
+ * { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
91
+ * RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
92
+ * Category: "STRING_VALUE", // required
93
+ * Condition: "PRESENT" || "NOT_PRESENT", // required
94
+ * OptionRefId: "STRING_VALUE", // required
95
+ * },
96
+ * },
97
+ * ],
98
+ * DefaultOptionRefId: "STRING_VALUE",
99
+ * },
100
+ * },
101
+ * },
102
+ * Weight: Number("double"),
103
+ * },
104
+ * },
105
+ * ],
106
+ * Weight: Number("double"),
107
+ * },
108
+ * Question: {
109
+ * Title: "STRING_VALUE", // required
110
+ * Instructions: "STRING_VALUE",
111
+ * RefId: "STRING_VALUE", // required
112
+ * NotApplicableEnabled: true || false,
113
+ * QuestionType: "TEXT" || "SINGLESELECT" || "NUMERIC", // required
114
+ * QuestionTypeProperties: {// Union: only one key present
115
+ * Numeric: {
116
+ * MinValue: Number("int"), // required
117
+ * MaxValue: Number("int"), // required
118
+ * Options: [
119
+ * {
120
+ * MinValue: Number("int"), // required
121
+ * MaxValue: Number("int"), // required
122
+ * Score: Number("int"),
123
+ * AutomaticFail: true || false,
124
+ * },
125
+ * ],
126
+ * Automation: {// Union: only one key present
127
+ * PropertyValue: {
128
+ * 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
129
+ * },
130
+ * },
131
+ * },
132
+ * SingleSelect: {
133
+ * Options: [ // required
134
+ * {
135
+ * RefId: "STRING_VALUE", // required
136
+ * Text: "STRING_VALUE", // required
137
+ * Score: Number("int"),
138
+ * AutomaticFail: true || false,
139
+ * },
140
+ * ],
141
+ * DisplayAs: "DROPDOWN" || "RADIO",
142
+ * Automation: {
143
+ * Options: [ // required
144
+ * {// Union: only one key present
145
+ * RuleCategory: {
146
+ * Category: "STRING_VALUE", // required
147
+ * Condition: "PRESENT" || "NOT_PRESENT", // required
148
+ * OptionRefId: "STRING_VALUE", // required
149
+ * },
150
+ * },
151
+ * ],
152
+ * DefaultOptionRefId: "STRING_VALUE",
153
+ * },
154
+ * },
155
+ * },
156
+ * Weight: Number("double"),
157
+ * },
158
+ * },
159
+ * ],
160
+ * ScoringStrategy: { // EvaluationFormScoringStrategy
161
+ * Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
162
+ * Status: "ENABLED" || "DISABLED", // required
163
+ * },
164
+ * ClientToken: "STRING_VALUE",
165
+ * };
166
+ * const command = new UpdateEvaluationFormCommand(input);
167
+ * const response = await client.send(command);
168
+ * ```
169
+ *
170
+ * @param UpdateEvaluationFormCommandInput - {@link UpdateEvaluationFormCommandInput}
171
+ * @returns {@link UpdateEvaluationFormCommandOutput}
172
+ * @see {@link UpdateEvaluationFormCommandInput} for command's `input` shape.
173
+ * @see {@link UpdateEvaluationFormCommandOutput} for command's `response` shape.
174
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
175
+ *
176
+ * @throws {@link InternalServiceException} (server fault)
177
+ * <p>Request processing failed because of an error or failure with the service.</p>
178
+ *
179
+ * @throws {@link InvalidParameterException} (client fault)
180
+ * <p>One or more of the specified parameters are not valid.</p>
181
+ *
182
+ * @throws {@link ResourceConflictException} (client fault)
183
+ * <p>A resource already has that name.</p>
184
+ *
185
+ * @throws {@link ResourceNotFoundException} (client fault)
186
+ * <p>The specified resource was not found.</p>
187
+ *
188
+ * @throws {@link ServiceQuotaExceededException} (client fault)
189
+ * <p>The service quota has been exceeded.</p>
190
+ *
191
+ * @throws {@link ThrottlingException} (client fault)
192
+ * <p>The throttling limit has been exceeded.</p>
193
+ *
194
+ *
195
+ */
196
+ export declare class UpdateEvaluationFormCommand extends $Command<UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput, ConnectClientResolvedConfig> {
197
+ readonly input: UpdateEvaluationFormCommandInput;
198
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
199
+ /**
200
+ * @public
201
+ */
202
+ constructor(input: UpdateEvaluationFormCommandInput);
203
+ /**
204
+ * @internal
205
+ */
206
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput>;
207
+ /**
208
+ * @internal
209
+ */
210
+ private serialize;
211
+ /**
212
+ * @internal
213
+ */
214
+ private deserialize;
215
+ }
@@ -1,3 +1,4 @@
1
+ export * from "./ActivateEvaluationFormCommand";
1
2
  export * from "./AssociateApprovedOriginCommand";
2
3
  export * from "./AssociateBotCommand";
3
4
  export * from "./AssociateDefaultVocabularyCommand";
@@ -12,6 +13,7 @@ export * from "./ClaimPhoneNumberCommand";
12
13
  export * from "./CreateAgentStatusCommand";
13
14
  export * from "./CreateContactFlowCommand";
14
15
  export * from "./CreateContactFlowModuleCommand";
16
+ export * from "./CreateEvaluationFormCommand";
15
17
  export * from "./CreateHoursOfOperationCommand";
16
18
  export * from "./CreateInstanceCommand";
17
19
  export * from "./CreateIntegrationAssociationCommand";
@@ -27,8 +29,11 @@ export * from "./CreateUseCaseCommand";
27
29
  export * from "./CreateUserCommand";
28
30
  export * from "./CreateUserHierarchyGroupCommand";
29
31
  export * from "./CreateVocabularyCommand";
32
+ export * from "./DeactivateEvaluationFormCommand";
33
+ export * from "./DeleteContactEvaluationCommand";
30
34
  export * from "./DeleteContactFlowCommand";
31
35
  export * from "./DeleteContactFlowModuleCommand";
36
+ export * from "./DeleteEvaluationFormCommand";
32
37
  export * from "./DeleteHoursOfOperationCommand";
33
38
  export * from "./DeleteInstanceCommand";
34
39
  export * from "./DeleteIntegrationAssociationCommand";
@@ -43,8 +48,10 @@ export * from "./DeleteUserHierarchyGroupCommand";
43
48
  export * from "./DeleteVocabularyCommand";
44
49
  export * from "./DescribeAgentStatusCommand";
45
50
  export * from "./DescribeContactCommand";
51
+ export * from "./DescribeContactEvaluationCommand";
46
52
  export * from "./DescribeContactFlowCommand";
47
53
  export * from "./DescribeContactFlowModuleCommand";
54
+ export * from "./DescribeEvaluationFormCommand";
48
55
  export * from "./DescribeHoursOfOperationCommand";
49
56
  export * from "./DescribeInstanceAttributeCommand";
50
57
  export * from "./DescribeInstanceCommand";
@@ -81,10 +88,13 @@ export * from "./GetTrafficDistributionCommand";
81
88
  export * from "./ListAgentStatusesCommand";
82
89
  export * from "./ListApprovedOriginsCommand";
83
90
  export * from "./ListBotsCommand";
91
+ export * from "./ListContactEvaluationsCommand";
84
92
  export * from "./ListContactFlowModulesCommand";
85
93
  export * from "./ListContactFlowsCommand";
86
94
  export * from "./ListContactReferencesCommand";
87
95
  export * from "./ListDefaultVocabulariesCommand";
96
+ export * from "./ListEvaluationFormVersionsCommand";
97
+ export * from "./ListEvaluationFormsCommand";
88
98
  export * from "./ListHoursOfOperationsCommand";
89
99
  export * from "./ListInstanceAttributesCommand";
90
100
  export * from "./ListInstanceStorageConfigsCommand";
@@ -122,6 +132,7 @@ export * from "./SearchSecurityProfilesCommand";
122
132
  export * from "./SearchUsersCommand";
123
133
  export * from "./SearchVocabulariesCommand";
124
134
  export * from "./StartChatContactCommand";
135
+ export * from "./StartContactEvaluationCommand";
125
136
  export * from "./StartContactRecordingCommand";
126
137
  export * from "./StartContactStreamingCommand";
127
138
  export * from "./StartOutboundVoiceContactCommand";
@@ -129,6 +140,7 @@ export * from "./StartTaskContactCommand";
129
140
  export * from "./StopContactCommand";
130
141
  export * from "./StopContactRecordingCommand";
131
142
  export * from "./StopContactStreamingCommand";
143
+ export * from "./SubmitContactEvaluationCommand";
132
144
  export * from "./SuspendContactRecordingCommand";
133
145
  export * from "./TagResourceCommand";
134
146
  export * from "./TransferContactCommand";
@@ -136,12 +148,14 @@ export * from "./UntagResourceCommand";
136
148
  export * from "./UpdateAgentStatusCommand";
137
149
  export * from "./UpdateContactAttributesCommand";
138
150
  export * from "./UpdateContactCommand";
151
+ export * from "./UpdateContactEvaluationCommand";
139
152
  export * from "./UpdateContactFlowContentCommand";
140
153
  export * from "./UpdateContactFlowMetadataCommand";
141
154
  export * from "./UpdateContactFlowModuleContentCommand";
142
155
  export * from "./UpdateContactFlowModuleMetadataCommand";
143
156
  export * from "./UpdateContactFlowNameCommand";
144
157
  export * from "./UpdateContactScheduleCommand";
158
+ export * from "./UpdateEvaluationFormCommand";
145
159
  export * from "./UpdateHoursOfOperationCommand";
146
160
  export * from "./UpdateInstanceAttributeCommand";
147
161
  export * from "./UpdateInstanceStorageConfigCommand";