@aws-sdk/client-connect 3.318.0 → 3.320.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 (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 +5 -5
package/README.md CHANGED
@@ -36,16 +36,16 @@ using your favorite package manager:
36
36
 
37
37
  The AWS SDK is modulized by clients and commands.
38
38
  To send a request, you only need to import the `ConnectClient` and
39
- the commands you need, for example `AssociateApprovedOriginCommand`:
39
+ the commands you need, for example `ActivateEvaluationFormCommand`:
40
40
 
41
41
  ```js
42
42
  // ES5 example
43
- const { ConnectClient, AssociateApprovedOriginCommand } = require("@aws-sdk/client-connect");
43
+ const { ConnectClient, ActivateEvaluationFormCommand } = require("@aws-sdk/client-connect");
44
44
  ```
45
45
 
46
46
  ```ts
47
47
  // ES6+ example
48
- import { ConnectClient, AssociateApprovedOriginCommand } from "@aws-sdk/client-connect";
48
+ import { ConnectClient, ActivateEvaluationFormCommand } from "@aws-sdk/client-connect";
49
49
  ```
50
50
 
51
51
  ### Usage
@@ -64,7 +64,7 @@ const client = new ConnectClient({ region: "REGION" });
64
64
  const params = {
65
65
  /** input parameters */
66
66
  };
67
- const command = new AssociateApprovedOriginCommand(params);
67
+ const command = new ActivateEvaluationFormCommand(params);
68
68
  ```
69
69
 
70
70
  #### Async/await
@@ -143,7 +143,7 @@ const client = new AWS.Connect({ region: "REGION" });
143
143
 
144
144
  // async/await.
145
145
  try {
146
- const data = await client.associateApprovedOrigin(params);
146
+ const data = await client.activateEvaluationForm(params);
147
147
  // process data.
148
148
  } catch (error) {
149
149
  // error handling.
@@ -151,7 +151,7 @@ try {
151
151
 
152
152
  // Promises.
153
153
  client
154
- .associateApprovedOrigin(params)
154
+ .activateEvaluationForm(params)
155
155
  .then((data) => {
156
156
  // process data.
157
157
  })
@@ -160,7 +160,7 @@ client
160
160
  });
161
161
 
162
162
  // callbacks.
163
- client.associateApprovedOrigin(params, (err, data) => {
163
+ client.activateEvaluationForm(params, (err, data) => {
164
164
  // process err and data.
165
165
  });
166
166
  ```
@@ -216,6 +216,14 @@ see LICENSE for more information.
216
216
 
217
217
  ## Client Commands (Operations List)
218
218
 
219
+ <details>
220
+ <summary>
221
+ ActivateEvaluationForm
222
+ </summary>
223
+
224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/activateevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/activateevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/activateevaluationformcommandoutput.html)
225
+
226
+ </details>
219
227
  <details>
220
228
  <summary>
221
229
  AssociateApprovedOrigin
@@ -327,6 +335,14 @@ CreateContactFlowModule
327
335
 
328
336
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/createcontactflowmodulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createcontactflowmodulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createcontactflowmodulecommandoutput.html)
329
337
 
338
+ </details>
339
+ <details>
340
+ <summary>
341
+ CreateEvaluationForm
342
+ </summary>
343
+
344
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/createevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createevaluationformcommandoutput.html)
345
+
330
346
  </details>
331
347
  <details>
332
348
  <summary>
@@ -447,6 +463,22 @@ CreateVocabulary
447
463
 
448
464
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/createvocabularycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createvocabularycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/createvocabularycommandoutput.html)
449
465
 
466
+ </details>
467
+ <details>
468
+ <summary>
469
+ DeactivateEvaluationForm
470
+ </summary>
471
+
472
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/deactivateevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deactivateevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deactivateevaluationformcommandoutput.html)
473
+
474
+ </details>
475
+ <details>
476
+ <summary>
477
+ DeleteContactEvaluation
478
+ </summary>
479
+
480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/deletecontactevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deletecontactevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deletecontactevaluationcommandoutput.html)
481
+
450
482
  </details>
451
483
  <details>
452
484
  <summary>
@@ -463,6 +495,14 @@ DeleteContactFlowModule
463
495
 
464
496
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/deletecontactflowmodulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deletecontactflowmodulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deletecontactflowmodulecommandoutput.html)
465
497
 
498
+ </details>
499
+ <details>
500
+ <summary>
501
+ DeleteEvaluationForm
502
+ </summary>
503
+
504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/deleteevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deleteevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/deleteevaluationformcommandoutput.html)
505
+
466
506
  </details>
467
507
  <details>
468
508
  <summary>
@@ -575,6 +615,14 @@ DescribeContact
575
615
 
576
616
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/describecontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactcommandoutput.html)
577
617
 
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ DescribeContactEvaluation
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/describecontactevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactevaluationcommandoutput.html)
625
+
578
626
  </details>
579
627
  <details>
580
628
  <summary>
@@ -591,6 +639,14 @@ DescribeContactFlowModule
591
639
 
592
640
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/describecontactflowmodulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactflowmodulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describecontactflowmodulecommandoutput.html)
593
641
 
642
+ </details>
643
+ <details>
644
+ <summary>
645
+ DescribeEvaluationForm
646
+ </summary>
647
+
648
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/describeevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describeevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/describeevaluationformcommandoutput.html)
649
+
594
650
  </details>
595
651
  <details>
596
652
  <summary>
@@ -879,6 +935,14 @@ ListBots
879
935
 
880
936
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/listbotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listbotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listbotscommandoutput.html)
881
937
 
938
+ </details>
939
+ <details>
940
+ <summary>
941
+ ListContactEvaluations
942
+ </summary>
943
+
944
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/listcontactevaluationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listcontactevaluationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listcontactevaluationscommandoutput.html)
945
+
882
946
  </details>
883
947
  <details>
884
948
  <summary>
@@ -911,6 +975,22 @@ ListDefaultVocabularies
911
975
 
912
976
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/listdefaultvocabulariescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listdefaultvocabulariescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listdefaultvocabulariescommandoutput.html)
913
977
 
978
+ </details>
979
+ <details>
980
+ <summary>
981
+ ListEvaluationForms
982
+ </summary>
983
+
984
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/listevaluationformscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listevaluationformscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listevaluationformscommandoutput.html)
985
+
986
+ </details>
987
+ <details>
988
+ <summary>
989
+ ListEvaluationFormVersions
990
+ </summary>
991
+
992
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/listevaluationformversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listevaluationformversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/listevaluationformversionscommandoutput.html)
993
+
914
994
  </details>
915
995
  <details>
916
996
  <summary>
@@ -1207,6 +1287,14 @@ StartChatContact
1207
1287
 
1208
1288
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/startchatcontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/startchatcontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/startchatcontactcommandoutput.html)
1209
1289
 
1290
+ </details>
1291
+ <details>
1292
+ <summary>
1293
+ StartContactEvaluation
1294
+ </summary>
1295
+
1296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/startcontactevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/startcontactevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/startcontactevaluationcommandoutput.html)
1297
+
1210
1298
  </details>
1211
1299
  <details>
1212
1300
  <summary>
@@ -1263,6 +1351,14 @@ StopContactStreaming
1263
1351
 
1264
1352
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/stopcontactstreamingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/stopcontactstreamingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/stopcontactstreamingcommandoutput.html)
1265
1353
 
1354
+ </details>
1355
+ <details>
1356
+ <summary>
1357
+ SubmitContactEvaluation
1358
+ </summary>
1359
+
1360
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/submitcontactevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/submitcontactevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/submitcontactevaluationcommandoutput.html)
1361
+
1266
1362
  </details>
1267
1363
  <details>
1268
1364
  <summary>
@@ -1319,6 +1415,14 @@ UpdateContactAttributes
1319
1415
 
1320
1416
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/updatecontactattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactattributescommandoutput.html)
1321
1417
 
1418
+ </details>
1419
+ <details>
1420
+ <summary>
1421
+ UpdateContactEvaluation
1422
+ </summary>
1423
+
1424
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/updatecontactevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactevaluationcommandoutput.html)
1425
+
1322
1426
  </details>
1323
1427
  <details>
1324
1428
  <summary>
@@ -1367,6 +1471,14 @@ UpdateContactSchedule
1367
1471
 
1368
1472
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/updatecontactschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updatecontactschedulecommandoutput.html)
1369
1473
 
1474
+ </details>
1475
+ <details>
1476
+ <summary>
1477
+ UpdateEvaluationForm
1478
+ </summary>
1479
+
1480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/classes/updateevaluationformcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updateevaluationformcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-connect/interfaces/updateevaluationformcommandoutput.html)
1481
+
1370
1482
  </details>
1371
1483
  <details>
1372
1484
  <summary>
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Connect = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ const ActivateEvaluationFormCommand_1 = require("./commands/ActivateEvaluationFormCommand");
5
6
  const AssociateApprovedOriginCommand_1 = require("./commands/AssociateApprovedOriginCommand");
6
7
  const AssociateBotCommand_1 = require("./commands/AssociateBotCommand");
7
8
  const AssociateDefaultVocabularyCommand_1 = require("./commands/AssociateDefaultVocabularyCommand");
@@ -16,6 +17,7 @@ const ClaimPhoneNumberCommand_1 = require("./commands/ClaimPhoneNumberCommand");
16
17
  const CreateAgentStatusCommand_1 = require("./commands/CreateAgentStatusCommand");
17
18
  const CreateContactFlowCommand_1 = require("./commands/CreateContactFlowCommand");
18
19
  const CreateContactFlowModuleCommand_1 = require("./commands/CreateContactFlowModuleCommand");
20
+ const CreateEvaluationFormCommand_1 = require("./commands/CreateEvaluationFormCommand");
19
21
  const CreateHoursOfOperationCommand_1 = require("./commands/CreateHoursOfOperationCommand");
20
22
  const CreateInstanceCommand_1 = require("./commands/CreateInstanceCommand");
21
23
  const CreateIntegrationAssociationCommand_1 = require("./commands/CreateIntegrationAssociationCommand");
@@ -31,8 +33,11 @@ const CreateUseCaseCommand_1 = require("./commands/CreateUseCaseCommand");
31
33
  const CreateUserCommand_1 = require("./commands/CreateUserCommand");
32
34
  const CreateUserHierarchyGroupCommand_1 = require("./commands/CreateUserHierarchyGroupCommand");
33
35
  const CreateVocabularyCommand_1 = require("./commands/CreateVocabularyCommand");
36
+ const DeactivateEvaluationFormCommand_1 = require("./commands/DeactivateEvaluationFormCommand");
37
+ const DeleteContactEvaluationCommand_1 = require("./commands/DeleteContactEvaluationCommand");
34
38
  const DeleteContactFlowCommand_1 = require("./commands/DeleteContactFlowCommand");
35
39
  const DeleteContactFlowModuleCommand_1 = require("./commands/DeleteContactFlowModuleCommand");
40
+ const DeleteEvaluationFormCommand_1 = require("./commands/DeleteEvaluationFormCommand");
36
41
  const DeleteHoursOfOperationCommand_1 = require("./commands/DeleteHoursOfOperationCommand");
37
42
  const DeleteInstanceCommand_1 = require("./commands/DeleteInstanceCommand");
38
43
  const DeleteIntegrationAssociationCommand_1 = require("./commands/DeleteIntegrationAssociationCommand");
@@ -47,8 +52,10 @@ const DeleteUserHierarchyGroupCommand_1 = require("./commands/DeleteUserHierarch
47
52
  const DeleteVocabularyCommand_1 = require("./commands/DeleteVocabularyCommand");
48
53
  const DescribeAgentStatusCommand_1 = require("./commands/DescribeAgentStatusCommand");
49
54
  const DescribeContactCommand_1 = require("./commands/DescribeContactCommand");
55
+ const DescribeContactEvaluationCommand_1 = require("./commands/DescribeContactEvaluationCommand");
50
56
  const DescribeContactFlowCommand_1 = require("./commands/DescribeContactFlowCommand");
51
57
  const DescribeContactFlowModuleCommand_1 = require("./commands/DescribeContactFlowModuleCommand");
58
+ const DescribeEvaluationFormCommand_1 = require("./commands/DescribeEvaluationFormCommand");
52
59
  const DescribeHoursOfOperationCommand_1 = require("./commands/DescribeHoursOfOperationCommand");
53
60
  const DescribeInstanceAttributeCommand_1 = require("./commands/DescribeInstanceAttributeCommand");
54
61
  const DescribeInstanceCommand_1 = require("./commands/DescribeInstanceCommand");
@@ -85,10 +92,13 @@ const GetTrafficDistributionCommand_1 = require("./commands/GetTrafficDistributi
85
92
  const ListAgentStatusesCommand_1 = require("./commands/ListAgentStatusesCommand");
86
93
  const ListApprovedOriginsCommand_1 = require("./commands/ListApprovedOriginsCommand");
87
94
  const ListBotsCommand_1 = require("./commands/ListBotsCommand");
95
+ const ListContactEvaluationsCommand_1 = require("./commands/ListContactEvaluationsCommand");
88
96
  const ListContactFlowModulesCommand_1 = require("./commands/ListContactFlowModulesCommand");
89
97
  const ListContactFlowsCommand_1 = require("./commands/ListContactFlowsCommand");
90
98
  const ListContactReferencesCommand_1 = require("./commands/ListContactReferencesCommand");
91
99
  const ListDefaultVocabulariesCommand_1 = require("./commands/ListDefaultVocabulariesCommand");
100
+ const ListEvaluationFormsCommand_1 = require("./commands/ListEvaluationFormsCommand");
101
+ const ListEvaluationFormVersionsCommand_1 = require("./commands/ListEvaluationFormVersionsCommand");
92
102
  const ListHoursOfOperationsCommand_1 = require("./commands/ListHoursOfOperationsCommand");
93
103
  const ListInstanceAttributesCommand_1 = require("./commands/ListInstanceAttributesCommand");
94
104
  const ListInstancesCommand_1 = require("./commands/ListInstancesCommand");
@@ -126,6 +136,7 @@ const SearchSecurityProfilesCommand_1 = require("./commands/SearchSecurityProfil
126
136
  const SearchUsersCommand_1 = require("./commands/SearchUsersCommand");
127
137
  const SearchVocabulariesCommand_1 = require("./commands/SearchVocabulariesCommand");
128
138
  const StartChatContactCommand_1 = require("./commands/StartChatContactCommand");
139
+ const StartContactEvaluationCommand_1 = require("./commands/StartContactEvaluationCommand");
129
140
  const StartContactRecordingCommand_1 = require("./commands/StartContactRecordingCommand");
130
141
  const StartContactStreamingCommand_1 = require("./commands/StartContactStreamingCommand");
131
142
  const StartOutboundVoiceContactCommand_1 = require("./commands/StartOutboundVoiceContactCommand");
@@ -133,6 +144,7 @@ const StartTaskContactCommand_1 = require("./commands/StartTaskContactCommand");
133
144
  const StopContactCommand_1 = require("./commands/StopContactCommand");
134
145
  const StopContactRecordingCommand_1 = require("./commands/StopContactRecordingCommand");
135
146
  const StopContactStreamingCommand_1 = require("./commands/StopContactStreamingCommand");
147
+ const SubmitContactEvaluationCommand_1 = require("./commands/SubmitContactEvaluationCommand");
136
148
  const SuspendContactRecordingCommand_1 = require("./commands/SuspendContactRecordingCommand");
137
149
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
138
150
  const TransferContactCommand_1 = require("./commands/TransferContactCommand");
@@ -140,12 +152,14 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
140
152
  const UpdateAgentStatusCommand_1 = require("./commands/UpdateAgentStatusCommand");
141
153
  const UpdateContactAttributesCommand_1 = require("./commands/UpdateContactAttributesCommand");
142
154
  const UpdateContactCommand_1 = require("./commands/UpdateContactCommand");
155
+ const UpdateContactEvaluationCommand_1 = require("./commands/UpdateContactEvaluationCommand");
143
156
  const UpdateContactFlowContentCommand_1 = require("./commands/UpdateContactFlowContentCommand");
144
157
  const UpdateContactFlowMetadataCommand_1 = require("./commands/UpdateContactFlowMetadataCommand");
145
158
  const UpdateContactFlowModuleContentCommand_1 = require("./commands/UpdateContactFlowModuleContentCommand");
146
159
  const UpdateContactFlowModuleMetadataCommand_1 = require("./commands/UpdateContactFlowModuleMetadataCommand");
147
160
  const UpdateContactFlowNameCommand_1 = require("./commands/UpdateContactFlowNameCommand");
148
161
  const UpdateContactScheduleCommand_1 = require("./commands/UpdateContactScheduleCommand");
162
+ const UpdateEvaluationFormCommand_1 = require("./commands/UpdateEvaluationFormCommand");
149
163
  const UpdateHoursOfOperationCommand_1 = require("./commands/UpdateHoursOfOperationCommand");
150
164
  const UpdateInstanceAttributeCommand_1 = require("./commands/UpdateInstanceAttributeCommand");
151
165
  const UpdateInstanceStorageConfigCommand_1 = require("./commands/UpdateInstanceStorageConfigCommand");
@@ -175,6 +189,7 @@ const UpdateUserRoutingProfileCommand_1 = require("./commands/UpdateUserRoutingP
175
189
  const UpdateUserSecurityProfilesCommand_1 = require("./commands/UpdateUserSecurityProfilesCommand");
176
190
  const ConnectClient_1 = require("./ConnectClient");
177
191
  const commands = {
192
+ ActivateEvaluationFormCommand: ActivateEvaluationFormCommand_1.ActivateEvaluationFormCommand,
178
193
  AssociateApprovedOriginCommand: AssociateApprovedOriginCommand_1.AssociateApprovedOriginCommand,
179
194
  AssociateBotCommand: AssociateBotCommand_1.AssociateBotCommand,
180
195
  AssociateDefaultVocabularyCommand: AssociateDefaultVocabularyCommand_1.AssociateDefaultVocabularyCommand,
@@ -189,6 +204,7 @@ const commands = {
189
204
  CreateAgentStatusCommand: CreateAgentStatusCommand_1.CreateAgentStatusCommand,
190
205
  CreateContactFlowCommand: CreateContactFlowCommand_1.CreateContactFlowCommand,
191
206
  CreateContactFlowModuleCommand: CreateContactFlowModuleCommand_1.CreateContactFlowModuleCommand,
207
+ CreateEvaluationFormCommand: CreateEvaluationFormCommand_1.CreateEvaluationFormCommand,
192
208
  CreateHoursOfOperationCommand: CreateHoursOfOperationCommand_1.CreateHoursOfOperationCommand,
193
209
  CreateInstanceCommand: CreateInstanceCommand_1.CreateInstanceCommand,
194
210
  CreateIntegrationAssociationCommand: CreateIntegrationAssociationCommand_1.CreateIntegrationAssociationCommand,
@@ -204,8 +220,11 @@ const commands = {
204
220
  CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
205
221
  CreateUserHierarchyGroupCommand: CreateUserHierarchyGroupCommand_1.CreateUserHierarchyGroupCommand,
206
222
  CreateVocabularyCommand: CreateVocabularyCommand_1.CreateVocabularyCommand,
223
+ DeactivateEvaluationFormCommand: DeactivateEvaluationFormCommand_1.DeactivateEvaluationFormCommand,
224
+ DeleteContactEvaluationCommand: DeleteContactEvaluationCommand_1.DeleteContactEvaluationCommand,
207
225
  DeleteContactFlowCommand: DeleteContactFlowCommand_1.DeleteContactFlowCommand,
208
226
  DeleteContactFlowModuleCommand: DeleteContactFlowModuleCommand_1.DeleteContactFlowModuleCommand,
227
+ DeleteEvaluationFormCommand: DeleteEvaluationFormCommand_1.DeleteEvaluationFormCommand,
209
228
  DeleteHoursOfOperationCommand: DeleteHoursOfOperationCommand_1.DeleteHoursOfOperationCommand,
210
229
  DeleteInstanceCommand: DeleteInstanceCommand_1.DeleteInstanceCommand,
211
230
  DeleteIntegrationAssociationCommand: DeleteIntegrationAssociationCommand_1.DeleteIntegrationAssociationCommand,
@@ -220,8 +239,10 @@ const commands = {
220
239
  DeleteVocabularyCommand: DeleteVocabularyCommand_1.DeleteVocabularyCommand,
221
240
  DescribeAgentStatusCommand: DescribeAgentStatusCommand_1.DescribeAgentStatusCommand,
222
241
  DescribeContactCommand: DescribeContactCommand_1.DescribeContactCommand,
242
+ DescribeContactEvaluationCommand: DescribeContactEvaluationCommand_1.DescribeContactEvaluationCommand,
223
243
  DescribeContactFlowCommand: DescribeContactFlowCommand_1.DescribeContactFlowCommand,
224
244
  DescribeContactFlowModuleCommand: DescribeContactFlowModuleCommand_1.DescribeContactFlowModuleCommand,
245
+ DescribeEvaluationFormCommand: DescribeEvaluationFormCommand_1.DescribeEvaluationFormCommand,
225
246
  DescribeHoursOfOperationCommand: DescribeHoursOfOperationCommand_1.DescribeHoursOfOperationCommand,
226
247
  DescribeInstanceCommand: DescribeInstanceCommand_1.DescribeInstanceCommand,
227
248
  DescribeInstanceAttributeCommand: DescribeInstanceAttributeCommand_1.DescribeInstanceAttributeCommand,
@@ -258,10 +279,13 @@ const commands = {
258
279
  ListAgentStatusesCommand: ListAgentStatusesCommand_1.ListAgentStatusesCommand,
259
280
  ListApprovedOriginsCommand: ListApprovedOriginsCommand_1.ListApprovedOriginsCommand,
260
281
  ListBotsCommand: ListBotsCommand_1.ListBotsCommand,
282
+ ListContactEvaluationsCommand: ListContactEvaluationsCommand_1.ListContactEvaluationsCommand,
261
283
  ListContactFlowModulesCommand: ListContactFlowModulesCommand_1.ListContactFlowModulesCommand,
262
284
  ListContactFlowsCommand: ListContactFlowsCommand_1.ListContactFlowsCommand,
263
285
  ListContactReferencesCommand: ListContactReferencesCommand_1.ListContactReferencesCommand,
264
286
  ListDefaultVocabulariesCommand: ListDefaultVocabulariesCommand_1.ListDefaultVocabulariesCommand,
287
+ ListEvaluationFormsCommand: ListEvaluationFormsCommand_1.ListEvaluationFormsCommand,
288
+ ListEvaluationFormVersionsCommand: ListEvaluationFormVersionsCommand_1.ListEvaluationFormVersionsCommand,
265
289
  ListHoursOfOperationsCommand: ListHoursOfOperationsCommand_1.ListHoursOfOperationsCommand,
266
290
  ListInstanceAttributesCommand: ListInstanceAttributesCommand_1.ListInstanceAttributesCommand,
267
291
  ListInstancesCommand: ListInstancesCommand_1.ListInstancesCommand,
@@ -299,6 +323,7 @@ const commands = {
299
323
  SearchUsersCommand: SearchUsersCommand_1.SearchUsersCommand,
300
324
  SearchVocabulariesCommand: SearchVocabulariesCommand_1.SearchVocabulariesCommand,
301
325
  StartChatContactCommand: StartChatContactCommand_1.StartChatContactCommand,
326
+ StartContactEvaluationCommand: StartContactEvaluationCommand_1.StartContactEvaluationCommand,
302
327
  StartContactRecordingCommand: StartContactRecordingCommand_1.StartContactRecordingCommand,
303
328
  StartContactStreamingCommand: StartContactStreamingCommand_1.StartContactStreamingCommand,
304
329
  StartOutboundVoiceContactCommand: StartOutboundVoiceContactCommand_1.StartOutboundVoiceContactCommand,
@@ -306,6 +331,7 @@ const commands = {
306
331
  StopContactCommand: StopContactCommand_1.StopContactCommand,
307
332
  StopContactRecordingCommand: StopContactRecordingCommand_1.StopContactRecordingCommand,
308
333
  StopContactStreamingCommand: StopContactStreamingCommand_1.StopContactStreamingCommand,
334
+ SubmitContactEvaluationCommand: SubmitContactEvaluationCommand_1.SubmitContactEvaluationCommand,
309
335
  SuspendContactRecordingCommand: SuspendContactRecordingCommand_1.SuspendContactRecordingCommand,
310
336
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
311
337
  TransferContactCommand: TransferContactCommand_1.TransferContactCommand,
@@ -313,12 +339,14 @@ const commands = {
313
339
  UpdateAgentStatusCommand: UpdateAgentStatusCommand_1.UpdateAgentStatusCommand,
314
340
  UpdateContactCommand: UpdateContactCommand_1.UpdateContactCommand,
315
341
  UpdateContactAttributesCommand: UpdateContactAttributesCommand_1.UpdateContactAttributesCommand,
342
+ UpdateContactEvaluationCommand: UpdateContactEvaluationCommand_1.UpdateContactEvaluationCommand,
316
343
  UpdateContactFlowContentCommand: UpdateContactFlowContentCommand_1.UpdateContactFlowContentCommand,
317
344
  UpdateContactFlowMetadataCommand: UpdateContactFlowMetadataCommand_1.UpdateContactFlowMetadataCommand,
318
345
  UpdateContactFlowModuleContentCommand: UpdateContactFlowModuleContentCommand_1.UpdateContactFlowModuleContentCommand,
319
346
  UpdateContactFlowModuleMetadataCommand: UpdateContactFlowModuleMetadataCommand_1.UpdateContactFlowModuleMetadataCommand,
320
347
  UpdateContactFlowNameCommand: UpdateContactFlowNameCommand_1.UpdateContactFlowNameCommand,
321
348
  UpdateContactScheduleCommand: UpdateContactScheduleCommand_1.UpdateContactScheduleCommand,
349
+ UpdateEvaluationFormCommand: UpdateEvaluationFormCommand_1.UpdateEvaluationFormCommand,
322
350
  UpdateHoursOfOperationCommand: UpdateHoursOfOperationCommand_1.UpdateHoursOfOperationCommand,
323
351
  UpdateInstanceAttributeCommand: UpdateInstanceAttributeCommand_1.UpdateInstanceAttributeCommand,
324
352
  UpdateInstanceStorageConfigCommand: UpdateInstanceStorageConfigCommand_1.UpdateInstanceStorageConfigCommand,
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ActivateEvaluationFormCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ActivateEvaluationFormCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ActivateEvaluationFormCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "ConnectClient";
27
+ const commandName = "ActivateEvaluationFormCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_ActivateEvaluationFormCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_ActivateEvaluationFormCommand)(output, context);
43
+ }
44
+ }
45
+ exports.ActivateEvaluationFormCommand = ActivateEvaluationFormCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateEvaluationFormCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class CreateEvaluationFormCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateEvaluationFormCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "ConnectClient";
27
+ const commandName = "CreateEvaluationFormCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_CreateEvaluationFormCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_CreateEvaluationFormCommand)(output, context);
43
+ }
44
+ }
45
+ exports.CreateEvaluationFormCommand = CreateEvaluationFormCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeactivateEvaluationFormCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeactivateEvaluationFormCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeactivateEvaluationFormCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "ConnectClient";
27
+ const commandName = "DeactivateEvaluationFormCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DeactivateEvaluationFormCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DeactivateEvaluationFormCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DeactivateEvaluationFormCommand = DeactivateEvaluationFormCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteContactEvaluationCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DeleteContactEvaluationCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteContactEvaluationCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "ConnectClient";
27
+ const commandName = "DeleteContactEvaluationCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DeleteContactEvaluationCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DeleteContactEvaluationCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DeleteContactEvaluationCommand = DeleteContactEvaluationCommand;