@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,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListContactEvaluationsCommandInput, ListContactEvaluationsCommandOutput } from "../commands/ListContactEvaluationsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListContactEvaluations(config: ConnectPaginationConfiguration, input: ListContactEvaluationsCommandInput, ...additionalArguments: any): Paginator<ListContactEvaluationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "../commands/ListEvaluationFormVersionsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListEvaluationFormVersions(config: ConnectPaginationConfiguration, input: ListEvaluationFormVersionsCommandInput, ...additionalArguments: any): Paginator<ListEvaluationFormVersionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "../commands/ListEvaluationFormsCommand";
3
+ import { ConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListEvaluationForms(config: ConnectPaginationConfiguration, input: ListEvaluationFormsCommandInput, ...additionalArguments: any): Paginator<ListEvaluationFormsCommandOutput>;
@@ -6,10 +6,13 @@ export * from "./Interfaces";
6
6
  export * from "./ListAgentStatusesPaginator";
7
7
  export * from "./ListApprovedOriginsPaginator";
8
8
  export * from "./ListBotsPaginator";
9
+ export * from "./ListContactEvaluationsPaginator";
9
10
  export * from "./ListContactFlowModulesPaginator";
10
11
  export * from "./ListContactFlowsPaginator";
11
12
  export * from "./ListContactReferencesPaginator";
12
13
  export * from "./ListDefaultVocabulariesPaginator";
14
+ export * from "./ListEvaluationFormVersionsPaginator";
15
+ export * from "./ListEvaluationFormsPaginator";
13
16
  export * from "./ListHoursOfOperationsPaginator";
14
17
  export * from "./ListInstanceAttributesPaginator";
15
18
  export * from "./ListInstanceStorageConfigsPaginator";
@@ -1,5 +1,6 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { ActivateEvaluationFormCommandInput, ActivateEvaluationFormCommandOutput } from "../commands/ActivateEvaluationFormCommand";
3
4
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "../commands/AssociateApprovedOriginCommand";
4
5
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
5
6
  import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "../commands/AssociateDefaultVocabularyCommand";
@@ -14,6 +15,7 @@ import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../
14
15
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
15
16
  import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
16
17
  import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
18
+ import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "../commands/CreateEvaluationFormCommand";
17
19
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
18
20
  import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
19
21
  import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
@@ -29,8 +31,11 @@ import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../comman
29
31
  import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
30
32
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
31
33
  import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "../commands/CreateVocabularyCommand";
34
+ import { DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput } from "../commands/DeactivateEvaluationFormCommand";
35
+ import { DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput } from "../commands/DeleteContactEvaluationCommand";
32
36
  import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "../commands/DeleteContactFlowCommand";
33
37
  import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "../commands/DeleteContactFlowModuleCommand";
38
+ import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "../commands/DeleteEvaluationFormCommand";
34
39
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
35
40
  import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
36
41
  import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
@@ -45,8 +50,10 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
45
50
  import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "../commands/DeleteVocabularyCommand";
46
51
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
47
52
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
53
+ import { DescribeContactEvaluationCommandInput, DescribeContactEvaluationCommandOutput } from "../commands/DescribeContactEvaluationCommand";
48
54
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
49
55
  import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "../commands/DescribeContactFlowModuleCommand";
56
+ import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "../commands/DescribeEvaluationFormCommand";
50
57
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
51
58
  import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
52
59
  import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
@@ -83,10 +90,13 @@ import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput
83
90
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
84
91
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
85
92
  import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
93
+ import { ListContactEvaluationsCommandInput, ListContactEvaluationsCommandOutput } from "../commands/ListContactEvaluationsCommand";
86
94
  import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
87
95
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
88
96
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
89
97
  import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "../commands/ListDefaultVocabulariesCommand";
98
+ import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "../commands/ListEvaluationFormsCommand";
99
+ import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "../commands/ListEvaluationFormVersionsCommand";
90
100
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
91
101
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
92
102
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
@@ -124,6 +134,7 @@ import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput
124
134
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
125
135
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
126
136
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
137
+ import { StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput } from "../commands/StartContactEvaluationCommand";
127
138
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
128
139
  import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "../commands/StartContactStreamingCommand";
129
140
  import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
@@ -131,6 +142,7 @@ import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../
131
142
  import { StopContactCommandInput, StopContactCommandOutput } from "../commands/StopContactCommand";
132
143
  import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "../commands/StopContactRecordingCommand";
133
144
  import { StopContactStreamingCommandInput, StopContactStreamingCommandOutput } from "../commands/StopContactStreamingCommand";
145
+ import { SubmitContactEvaluationCommandInput, SubmitContactEvaluationCommandOutput } from "../commands/SubmitContactEvaluationCommand";
134
146
  import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "../commands/SuspendContactRecordingCommand";
135
147
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
136
148
  import { TransferContactCommandInput, TransferContactCommandOutput } from "../commands/TransferContactCommand";
@@ -138,12 +150,14 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
138
150
  import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
139
151
  import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
140
152
  import { UpdateContactCommandInput, UpdateContactCommandOutput } from "../commands/UpdateContactCommand";
153
+ import { UpdateContactEvaluationCommandInput, UpdateContactEvaluationCommandOutput } from "../commands/UpdateContactEvaluationCommand";
141
154
  import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
142
155
  import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "../commands/UpdateContactFlowMetadataCommand";
143
156
  import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "../commands/UpdateContactFlowModuleContentCommand";
144
157
  import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "../commands/UpdateContactFlowModuleMetadataCommand";
145
158
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
146
159
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
160
+ import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "../commands/UpdateEvaluationFormCommand";
147
161
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
148
162
  import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
149
163
  import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
@@ -171,6 +185,10 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
171
185
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
172
186
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
173
187
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
188
+ /**
189
+ * serializeAws_restJson1ActivateEvaluationFormCommand
190
+ */
191
+ export declare const se_ActivateEvaluationFormCommand: (input: ActivateEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
192
  /**
175
193
  * serializeAws_restJson1AssociateApprovedOriginCommand
176
194
  */
@@ -227,6 +245,10 @@ export declare const se_CreateContactFlowCommand: (input: CreateContactFlowComma
227
245
  * serializeAws_restJson1CreateContactFlowModuleCommand
228
246
  */
229
247
  export declare const se_CreateContactFlowModuleCommand: (input: CreateContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
+ /**
249
+ * serializeAws_restJson1CreateEvaluationFormCommand
250
+ */
251
+ export declare const se_CreateEvaluationFormCommand: (input: CreateEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
252
  /**
231
253
  * serializeAws_restJson1CreateHoursOfOperationCommand
232
254
  */
@@ -287,6 +309,14 @@ export declare const se_CreateUserHierarchyGroupCommand: (input: CreateUserHiera
287
309
  * serializeAws_restJson1CreateVocabularyCommand
288
310
  */
289
311
  export declare const se_CreateVocabularyCommand: (input: CreateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
+ /**
313
+ * serializeAws_restJson1DeactivateEvaluationFormCommand
314
+ */
315
+ export declare const se_DeactivateEvaluationFormCommand: (input: DeactivateEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
+ /**
317
+ * serializeAws_restJson1DeleteContactEvaluationCommand
318
+ */
319
+ export declare const se_DeleteContactEvaluationCommand: (input: DeleteContactEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
320
  /**
291
321
  * serializeAws_restJson1DeleteContactFlowCommand
292
322
  */
@@ -295,6 +325,10 @@ export declare const se_DeleteContactFlowCommand: (input: DeleteContactFlowComma
295
325
  * serializeAws_restJson1DeleteContactFlowModuleCommand
296
326
  */
297
327
  export declare const se_DeleteContactFlowModuleCommand: (input: DeleteContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
+ /**
329
+ * serializeAws_restJson1DeleteEvaluationFormCommand
330
+ */
331
+ export declare const se_DeleteEvaluationFormCommand: (input: DeleteEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
332
  /**
299
333
  * serializeAws_restJson1DeleteHoursOfOperationCommand
300
334
  */
@@ -351,6 +385,10 @@ export declare const se_DescribeAgentStatusCommand: (input: DescribeAgentStatusC
351
385
  * serializeAws_restJson1DescribeContactCommand
352
386
  */
353
387
  export declare const se_DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
+ /**
389
+ * serializeAws_restJson1DescribeContactEvaluationCommand
390
+ */
391
+ export declare const se_DescribeContactEvaluationCommand: (input: DescribeContactEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
392
  /**
355
393
  * serializeAws_restJson1DescribeContactFlowCommand
356
394
  */
@@ -359,6 +397,10 @@ export declare const se_DescribeContactFlowCommand: (input: DescribeContactFlowC
359
397
  * serializeAws_restJson1DescribeContactFlowModuleCommand
360
398
  */
361
399
  export declare const se_DescribeContactFlowModuleCommand: (input: DescribeContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
400
+ /**
401
+ * serializeAws_restJson1DescribeEvaluationFormCommand
402
+ */
403
+ export declare const se_DescribeEvaluationFormCommand: (input: DescribeEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
404
  /**
363
405
  * serializeAws_restJson1DescribeHoursOfOperationCommand
364
406
  */
@@ -503,6 +545,10 @@ export declare const se_ListApprovedOriginsCommand: (input: ListApprovedOriginsC
503
545
  * serializeAws_restJson1ListBotsCommand
504
546
  */
505
547
  export declare const se_ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
548
+ /**
549
+ * serializeAws_restJson1ListContactEvaluationsCommand
550
+ */
551
+ export declare const se_ListContactEvaluationsCommand: (input: ListContactEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
506
552
  /**
507
553
  * serializeAws_restJson1ListContactFlowModulesCommand
508
554
  */
@@ -519,6 +565,14 @@ export declare const se_ListContactReferencesCommand: (input: ListContactReferen
519
565
  * serializeAws_restJson1ListDefaultVocabulariesCommand
520
566
  */
521
567
  export declare const se_ListDefaultVocabulariesCommand: (input: ListDefaultVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
568
+ /**
569
+ * serializeAws_restJson1ListEvaluationFormsCommand
570
+ */
571
+ export declare const se_ListEvaluationFormsCommand: (input: ListEvaluationFormsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
572
+ /**
573
+ * serializeAws_restJson1ListEvaluationFormVersionsCommand
574
+ */
575
+ export declare const se_ListEvaluationFormVersionsCommand: (input: ListEvaluationFormVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
522
576
  /**
523
577
  * serializeAws_restJson1ListHoursOfOperationsCommand
524
578
  */
@@ -667,6 +721,10 @@ export declare const se_SearchVocabulariesCommand: (input: SearchVocabulariesCom
667
721
  * serializeAws_restJson1StartChatContactCommand
668
722
  */
669
723
  export declare const se_StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
724
+ /**
725
+ * serializeAws_restJson1StartContactEvaluationCommand
726
+ */
727
+ export declare const se_StartContactEvaluationCommand: (input: StartContactEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
670
728
  /**
671
729
  * serializeAws_restJson1StartContactRecordingCommand
672
730
  */
@@ -695,6 +753,10 @@ export declare const se_StopContactRecordingCommand: (input: StopContactRecordin
695
753
  * serializeAws_restJson1StopContactStreamingCommand
696
754
  */
697
755
  export declare const se_StopContactStreamingCommand: (input: StopContactStreamingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
756
+ /**
757
+ * serializeAws_restJson1SubmitContactEvaluationCommand
758
+ */
759
+ export declare const se_SubmitContactEvaluationCommand: (input: SubmitContactEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
698
760
  /**
699
761
  * serializeAws_restJson1SuspendContactRecordingCommand
700
762
  */
@@ -723,6 +785,10 @@ export declare const se_UpdateContactCommand: (input: UpdateContactCommandInput,
723
785
  * serializeAws_restJson1UpdateContactAttributesCommand
724
786
  */
725
787
  export declare const se_UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
788
+ /**
789
+ * serializeAws_restJson1UpdateContactEvaluationCommand
790
+ */
791
+ export declare const se_UpdateContactEvaluationCommand: (input: UpdateContactEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
726
792
  /**
727
793
  * serializeAws_restJson1UpdateContactFlowContentCommand
728
794
  */
@@ -747,6 +813,10 @@ export declare const se_UpdateContactFlowNameCommand: (input: UpdateContactFlowN
747
813
  * serializeAws_restJson1UpdateContactScheduleCommand
748
814
  */
749
815
  export declare const se_UpdateContactScheduleCommand: (input: UpdateContactScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
816
+ /**
817
+ * serializeAws_restJson1UpdateEvaluationFormCommand
818
+ */
819
+ export declare const se_UpdateEvaluationFormCommand: (input: UpdateEvaluationFormCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
750
820
  /**
751
821
  * serializeAws_restJson1UpdateHoursOfOperationCommand
752
822
  */
@@ -855,6 +925,10 @@ export declare const se_UpdateUserRoutingProfileCommand: (input: UpdateUserRouti
855
925
  * serializeAws_restJson1UpdateUserSecurityProfilesCommand
856
926
  */
857
927
  export declare const se_UpdateUserSecurityProfilesCommand: (input: UpdateUserSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
928
+ /**
929
+ * deserializeAws_restJson1ActivateEvaluationFormCommand
930
+ */
931
+ export declare const de_ActivateEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateEvaluationFormCommandOutput>;
858
932
  /**
859
933
  * deserializeAws_restJson1AssociateApprovedOriginCommand
860
934
  */
@@ -911,6 +985,10 @@ export declare const de_CreateContactFlowCommand: (output: __HttpResponse, conte
911
985
  * deserializeAws_restJson1CreateContactFlowModuleCommand
912
986
  */
913
987
  export declare const de_CreateContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowModuleCommandOutput>;
988
+ /**
989
+ * deserializeAws_restJson1CreateEvaluationFormCommand
990
+ */
991
+ export declare const de_CreateEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEvaluationFormCommandOutput>;
914
992
  /**
915
993
  * deserializeAws_restJson1CreateHoursOfOperationCommand
916
994
  */
@@ -971,6 +1049,14 @@ export declare const de_CreateUserHierarchyGroupCommand: (output: __HttpResponse
971
1049
  * deserializeAws_restJson1CreateVocabularyCommand
972
1050
  */
973
1051
  export declare const de_CreateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyCommandOutput>;
1052
+ /**
1053
+ * deserializeAws_restJson1DeactivateEvaluationFormCommand
1054
+ */
1055
+ export declare const de_DeactivateEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateEvaluationFormCommandOutput>;
1056
+ /**
1057
+ * deserializeAws_restJson1DeleteContactEvaluationCommand
1058
+ */
1059
+ export declare const de_DeleteContactEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactEvaluationCommandOutput>;
974
1060
  /**
975
1061
  * deserializeAws_restJson1DeleteContactFlowCommand
976
1062
  */
@@ -979,6 +1065,10 @@ export declare const de_DeleteContactFlowCommand: (output: __HttpResponse, conte
979
1065
  * deserializeAws_restJson1DeleteContactFlowModuleCommand
980
1066
  */
981
1067
  export declare const de_DeleteContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowModuleCommandOutput>;
1068
+ /**
1069
+ * deserializeAws_restJson1DeleteEvaluationFormCommand
1070
+ */
1071
+ export declare const de_DeleteEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEvaluationFormCommandOutput>;
982
1072
  /**
983
1073
  * deserializeAws_restJson1DeleteHoursOfOperationCommand
984
1074
  */
@@ -1035,6 +1125,10 @@ export declare const de_DescribeAgentStatusCommand: (output: __HttpResponse, con
1035
1125
  * deserializeAws_restJson1DescribeContactCommand
1036
1126
  */
1037
1127
  export declare const de_DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
1128
+ /**
1129
+ * deserializeAws_restJson1DescribeContactEvaluationCommand
1130
+ */
1131
+ export declare const de_DescribeContactEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactEvaluationCommandOutput>;
1038
1132
  /**
1039
1133
  * deserializeAws_restJson1DescribeContactFlowCommand
1040
1134
  */
@@ -1043,6 +1137,10 @@ export declare const de_DescribeContactFlowCommand: (output: __HttpResponse, con
1043
1137
  * deserializeAws_restJson1DescribeContactFlowModuleCommand
1044
1138
  */
1045
1139
  export declare const de_DescribeContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowModuleCommandOutput>;
1140
+ /**
1141
+ * deserializeAws_restJson1DescribeEvaluationFormCommand
1142
+ */
1143
+ export declare const de_DescribeEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEvaluationFormCommandOutput>;
1046
1144
  /**
1047
1145
  * deserializeAws_restJson1DescribeHoursOfOperationCommand
1048
1146
  */
@@ -1187,6 +1285,10 @@ export declare const de_ListApprovedOriginsCommand: (output: __HttpResponse, con
1187
1285
  * deserializeAws_restJson1ListBotsCommand
1188
1286
  */
1189
1287
  export declare const de_ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
1288
+ /**
1289
+ * deserializeAws_restJson1ListContactEvaluationsCommand
1290
+ */
1291
+ export declare const de_ListContactEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactEvaluationsCommandOutput>;
1190
1292
  /**
1191
1293
  * deserializeAws_restJson1ListContactFlowModulesCommand
1192
1294
  */
@@ -1203,6 +1305,14 @@ export declare const de_ListContactReferencesCommand: (output: __HttpResponse, c
1203
1305
  * deserializeAws_restJson1ListDefaultVocabulariesCommand
1204
1306
  */
1205
1307
  export declare const de_ListDefaultVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDefaultVocabulariesCommandOutput>;
1308
+ /**
1309
+ * deserializeAws_restJson1ListEvaluationFormsCommand
1310
+ */
1311
+ export declare const de_ListEvaluationFormsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEvaluationFormsCommandOutput>;
1312
+ /**
1313
+ * deserializeAws_restJson1ListEvaluationFormVersionsCommand
1314
+ */
1315
+ export declare const de_ListEvaluationFormVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEvaluationFormVersionsCommandOutput>;
1206
1316
  /**
1207
1317
  * deserializeAws_restJson1ListHoursOfOperationsCommand
1208
1318
  */
@@ -1351,6 +1461,10 @@ export declare const de_SearchVocabulariesCommand: (output: __HttpResponse, cont
1351
1461
  * deserializeAws_restJson1StartChatContactCommand
1352
1462
  */
1353
1463
  export declare const de_StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
1464
+ /**
1465
+ * deserializeAws_restJson1StartContactEvaluationCommand
1466
+ */
1467
+ export declare const de_StartContactEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactEvaluationCommandOutput>;
1354
1468
  /**
1355
1469
  * deserializeAws_restJson1StartContactRecordingCommand
1356
1470
  */
@@ -1379,6 +1493,10 @@ export declare const de_StopContactRecordingCommand: (output: __HttpResponse, co
1379
1493
  * deserializeAws_restJson1StopContactStreamingCommand
1380
1494
  */
1381
1495
  export declare const de_StopContactStreamingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactStreamingCommandOutput>;
1496
+ /**
1497
+ * deserializeAws_restJson1SubmitContactEvaluationCommand
1498
+ */
1499
+ export declare const de_SubmitContactEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitContactEvaluationCommandOutput>;
1382
1500
  /**
1383
1501
  * deserializeAws_restJson1SuspendContactRecordingCommand
1384
1502
  */
@@ -1407,6 +1525,10 @@ export declare const de_UpdateContactCommand: (output: __HttpResponse, context:
1407
1525
  * deserializeAws_restJson1UpdateContactAttributesCommand
1408
1526
  */
1409
1527
  export declare const de_UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
1528
+ /**
1529
+ * deserializeAws_restJson1UpdateContactEvaluationCommand
1530
+ */
1531
+ export declare const de_UpdateContactEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactEvaluationCommandOutput>;
1410
1532
  /**
1411
1533
  * deserializeAws_restJson1UpdateContactFlowContentCommand
1412
1534
  */
@@ -1431,6 +1553,10 @@ export declare const de_UpdateContactFlowNameCommand: (output: __HttpResponse, c
1431
1553
  * deserializeAws_restJson1UpdateContactScheduleCommand
1432
1554
  */
1433
1555
  export declare const de_UpdateContactScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactScheduleCommandOutput>;
1556
+ /**
1557
+ * deserializeAws_restJson1UpdateEvaluationFormCommand
1558
+ */
1559
+ export declare const de_UpdateEvaluationFormCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEvaluationFormCommandOutput>;
1434
1560
  /**
1435
1561
  * deserializeAws_restJson1UpdateHoursOfOperationCommand
1436
1562
  */