@aws-sdk/client-qconnect 3.835.0 → 3.840.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 (92) hide show
  1. package/README.md +1 -34
  2. package/dist-cjs/index.js +50 -14
  3. package/dist-es/models/models_0.js +12 -13
  4. package/dist-es/models/models_1.js +14 -1
  5. package/dist-es/protocols/Aws_restJson1.js +17 -1
  6. package/dist-types/QConnect.d.ts +1 -34
  7. package/dist-types/QConnectClient.d.ts +1 -34
  8. package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +2 -8
  9. package/dist-types/commands/CreateAIAgentCommand.d.ts +5 -6
  10. package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +5 -6
  11. package/dist-types/commands/CreateAIGuardrailCommand.d.ts +5 -6
  12. package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +5 -6
  13. package/dist-types/commands/CreateAIPromptCommand.d.ts +5 -6
  14. package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +5 -6
  15. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -9
  16. package/dist-types/commands/CreateAssistantCommand.d.ts +5 -6
  17. package/dist-types/commands/CreateContentAssociationCommand.d.ts +6 -25
  18. package/dist-types/commands/CreateContentCommand.d.ts +5 -6
  19. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -30
  20. package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +6 -11
  21. package/dist-types/commands/CreateMessageTemplateCommand.d.ts +3 -10
  22. package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +3 -16
  23. package/dist-types/commands/CreateQuickResponseCommand.d.ts +5 -6
  24. package/dist-types/commands/CreateSessionCommand.d.ts +5 -7
  25. package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +2 -7
  26. package/dist-types/commands/DeleteAIAgentCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteAIAgentVersionCommand.d.ts +4 -4
  28. package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +4 -4
  29. package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +4 -4
  30. package/dist-types/commands/DeleteAIPromptCommand.d.ts +3 -0
  31. package/dist-types/commands/DeleteAIPromptVersionCommand.d.ts +4 -4
  32. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -0
  33. package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -0
  34. package/dist-types/commands/DeleteContentAssociationCommand.d.ts +4 -4
  35. package/dist-types/commands/DeleteContentCommand.d.ts +4 -4
  36. package/dist-types/commands/DeleteImportJobCommand.d.ts +4 -4
  37. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +5 -13
  38. package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +2 -7
  39. package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +2 -9
  40. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -0
  41. package/dist-types/commands/GetAIAgentCommand.d.ts +3 -0
  42. package/dist-types/commands/GetAIGuardrailCommand.d.ts +3 -0
  43. package/dist-types/commands/GetAIPromptCommand.d.ts +3 -0
  44. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -0
  45. package/dist-types/commands/GetAssistantCommand.d.ts +3 -0
  46. package/dist-types/commands/GetContentAssociationCommand.d.ts +4 -4
  47. package/dist-types/commands/GetContentCommand.d.ts +3 -0
  48. package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -0
  49. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -0
  50. package/dist-types/commands/GetMessageTemplateCommand.d.ts +4 -6
  51. package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -0
  52. package/dist-types/commands/GetRecommendationsCommand.d.ts +1 -10
  53. package/dist-types/commands/GetSessionCommand.d.ts +3 -0
  54. package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +3 -0
  55. package/dist-types/commands/ListAIAgentsCommand.d.ts +3 -0
  56. package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +3 -0
  57. package/dist-types/commands/ListAIGuardrailsCommand.d.ts +3 -0
  58. package/dist-types/commands/ListAIPromptVersionsCommand.d.ts +3 -0
  59. package/dist-types/commands/ListAIPromptsCommand.d.ts +3 -0
  60. package/dist-types/commands/ListAssistantsCommand.d.ts +3 -0
  61. package/dist-types/commands/ListContentAssociationsCommand.d.ts +4 -4
  62. package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -2
  63. package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -2
  64. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +1 -3
  65. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -2
  66. package/dist-types/commands/QueryAssistantCommand.d.ts +2 -11
  67. package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +1 -2
  68. package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -5
  69. package/dist-types/commands/SearchContentCommand.d.ts +4 -2
  70. package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +3 -0
  71. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +4 -3
  72. package/dist-types/commands/SearchSessionsCommand.d.ts +3 -0
  73. package/dist-types/commands/SendMessageCommand.d.ts +2 -7
  74. package/dist-types/commands/StartContentUploadCommand.d.ts +4 -6
  75. package/dist-types/commands/StartImportJobCommand.d.ts +6 -16
  76. package/dist-types/commands/UpdateAIAgentCommand.d.ts +4 -4
  77. package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +4 -4
  78. package/dist-types/commands/UpdateAIPromptCommand.d.ts +4 -4
  79. package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +1 -2
  80. package/dist-types/commands/UpdateContentCommand.d.ts +4 -2
  81. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -6
  82. package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +2 -9
  83. package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +2 -9
  84. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +5 -6
  85. package/dist-types/commands/UpdateSessionCommand.d.ts +4 -3
  86. package/dist-types/commands/UpdateSessionDataCommand.d.ts +3 -0
  87. package/dist-types/index.d.ts +1 -34
  88. package/dist-types/models/models_0.d.ts +229 -1216
  89. package/dist-types/models/models_1.d.ts +185 -393
  90. package/dist-types/ts3.4/models/models_0.d.ts +7 -25
  91. package/dist-types/ts3.4/models/models_1.d.ts +26 -1
  92. package/package.json +18 -18
@@ -27,11 +27,7 @@ declare const DeleteMessageTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes an Amazon Q in Connect message template entirely or a specific version of the
31
- * message template if version is supplied in the request. You can provide the message template
32
- * identifier as <code>&lt;message-template-id&gt;:&lt;versionNumber&gt;</code> to delete a
33
- * specific version of the message template. If it is not supplied, the message template and all
34
- * available versions will be deleted.</p>
30
+ * <p>Deletes an Amazon Q in Connect message template entirely or a specific version of the message template if version is supplied in the request. You can provide the message template identifier as <code>&lt;message-template-id&gt;:&lt;versionNumber&gt;</code> to delete a specific version of the message template. If it is not supplied, the message template and all available versions will be deleted.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -58,10 +54,7 @@ declare const DeleteMessageTemplateCommand_base: {
58
54
  * <p>You do not have sufficient access to perform this action.</p>
59
55
  *
60
56
  * @throws {@link ConflictException} (client fault)
61
- * <p>The request could not be processed because of conflict in the current state of the
62
- * resource. For example, if you're using a <code>Create</code> API (such as
63
- * <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the
64
- * same name) is being created or mutated.</p>
57
+ * <p>The request could not be processed because of conflict in the current state of the resource. For example, if you're using a <code>Create</code> API (such as <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.</p>
65
58
  *
66
59
  * @throws {@link ResourceNotFoundException} (client fault)
67
60
  * <p>The specified resource does not exist.</p>
@@ -56,6 +56,9 @@ declare const DeleteQuickResponseCommand_base: {
56
56
  * @throws {@link ResourceNotFoundException} (client fault)
57
57
  * <p>The specified resource does not exist.</p>
58
58
  *
59
+ * @throws {@link UnauthorizedException} (client fault)
60
+ * <p>You do not have permission to perform this action.</p>
61
+ *
59
62
  * @throws {@link ValidationException} (client fault)
60
63
  * <p>The input fails to satisfy the constraints specified by a service.</p>
61
64
  *
@@ -178,6 +178,9 @@ declare const GetAIAgentCommand_base: {
178
178
  * @throws {@link ThrottlingException} (client fault)
179
179
  * <p>The throttling limit has been exceeded.</p>
180
180
  *
181
+ * @throws {@link UnauthorizedException} (client fault)
182
+ * <p>You do not have permission to perform this action.</p>
183
+ *
181
184
  * @throws {@link ValidationException} (client fault)
182
185
  * <p>The input fails to satisfy the constraints specified by a service.</p>
183
186
  *
@@ -134,6 +134,9 @@ declare const GetAIGuardrailCommand_base: {
134
134
  * @throws {@link ThrottlingException} (client fault)
135
135
  * <p>The throttling limit has been exceeded.</p>
136
136
  *
137
+ * @throws {@link UnauthorizedException} (client fault)
138
+ * <p>You do not have permission to perform this action.</p>
139
+ *
137
140
  * @throws {@link ValidationException} (client fault)
138
141
  * <p>The input fails to satisfy the constraints specified by a service.</p>
139
142
  *
@@ -85,6 +85,9 @@ declare const GetAIPromptCommand_base: {
85
85
  * @throws {@link ThrottlingException} (client fault)
86
86
  * <p>The throttling limit has been exceeded.</p>
87
87
  *
88
+ * @throws {@link UnauthorizedException} (client fault)
89
+ * <p>You do not have permission to perform this action.</p>
90
+ *
88
91
  * @throws {@link ValidationException} (client fault)
89
92
  * <p>The input fails to satisfy the constraints specified by a service.</p>
90
93
  *
@@ -73,6 +73,9 @@ declare const GetAssistantAssociationCommand_base: {
73
73
  * @throws {@link ResourceNotFoundException} (client fault)
74
74
  * <p>The specified resource does not exist.</p>
75
75
  *
76
+ * @throws {@link UnauthorizedException} (client fault)
77
+ * <p>You do not have permission to perform this action.</p>
78
+ *
76
79
  * @throws {@link ValidationException} (client fault)
77
80
  * <p>The input fails to satisfy the constraints specified by a service.</p>
78
81
  *
@@ -81,6 +81,9 @@ declare const GetAssistantCommand_base: {
81
81
  * @throws {@link ResourceNotFoundException} (client fault)
82
82
  * <p>The specified resource does not exist.</p>
83
83
  *
84
+ * @throws {@link UnauthorizedException} (client fault)
85
+ * <p>You do not have permission to perform this action.</p>
86
+ *
84
87
  * @throws {@link ValidationException} (client fault)
85
88
  * <p>The input fails to satisfy the constraints specified by a service.</p>
86
89
  *
@@ -27,10 +27,7 @@ declare const GetContentAssociationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the content association.</p>
31
- * <p>For more information about content associations--what they are and when they are used--see
32
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/integrate-q-with-guides.html">Integrate Amazon Q in Connect with step-by-step guides</a> in the <i>Amazon Connect
33
- * Administrator Guide</i>.</p>
30
+ * <p>Returns the content association.</p> <p>For more information about content associations--what they are and when they are used--see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/integrate-q-with-guides.html">Integrate Amazon Q in Connect with step-by-step guides</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -78,6 +75,9 @@ declare const GetContentAssociationCommand_base: {
78
75
  * @throws {@link ResourceNotFoundException} (client fault)
79
76
  * <p>The specified resource does not exist.</p>
80
77
  *
78
+ * @throws {@link UnauthorizedException} (client fault)
79
+ * <p>You do not have permission to perform this action.</p>
80
+ *
81
81
  * @throws {@link ValidationException} (client fault)
82
82
  * <p>The input fails to satisfy the constraints specified by a service.</p>
83
83
  *
@@ -77,6 +77,9 @@ declare const GetContentCommand_base: {
77
77
  * @throws {@link ResourceNotFoundException} (client fault)
78
78
  * <p>The specified resource does not exist.</p>
79
79
  *
80
+ * @throws {@link UnauthorizedException} (client fault)
81
+ * <p>You do not have permission to perform this action.</p>
82
+ *
80
83
  * @throws {@link ValidationException} (client fault)
81
84
  * <p>The input fails to satisfy the constraints specified by a service.</p>
82
85
  *
@@ -74,6 +74,9 @@ declare const GetContentSummaryCommand_base: {
74
74
  * @throws {@link ResourceNotFoundException} (client fault)
75
75
  * <p>The specified resource does not exist.</p>
76
76
  *
77
+ * @throws {@link UnauthorizedException} (client fault)
78
+ * <p>You do not have permission to perform this action.</p>
79
+ *
77
80
  * @throws {@link ValidationException} (client fault)
78
81
  * <p>The input fails to satisfy the constraints specified by a service.</p>
79
82
  *
@@ -138,6 +138,9 @@ declare const GetKnowledgeBaseCommand_base: {
138
138
  * @throws {@link ResourceNotFoundException} (client fault)
139
139
  * <p>The specified resource does not exist.</p>
140
140
  *
141
+ * @throws {@link UnauthorizedException} (client fault)
142
+ * <p>You do not have permission to perform this action.</p>
143
+ *
141
144
  * @throws {@link ValidationException} (client fault)
142
145
  * <p>The input fails to satisfy the constraints specified by a service.</p>
143
146
  *
@@ -27,12 +27,7 @@ declare const GetMessageTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves the Amazon Q in Connect message template. The message template identifier can
31
- * contain an optional qualifier, for example,
32
- * <code>&lt;message-template-id&gt;:&lt;qualifier&gt;</code>, which is either an actual
33
- * version number or an Amazon Q Connect managed qualifier <code>$ACTIVE_VERSION</code> |
34
- * <code>$LATEST</code>. If it is not supplied, then <code>$LATEST</code> is assumed
35
- * implicitly.</p>
30
+ * <p>Retrieves the Amazon Q in Connect message template. The message template identifier can contain an optional qualifier, for example, <code>&lt;message-template-id&gt;:&lt;qualifier&gt;</code>, which is either an actual version number or an Amazon Q Connect managed qualifier <code>$ACTIVE_VERSION</code> | <code>$LATEST</code>. If it is not supplied, then <code>$LATEST</code> is assumed implicitly.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -209,6 +204,9 @@ declare const GetMessageTemplateCommand_base: {
209
204
  * @throws {@link ThrottlingException} (client fault)
210
205
  * <p>The throttling limit has been exceeded.</p>
211
206
  *
207
+ * @throws {@link UnauthorizedException} (client fault)
208
+ * <p>You do not have permission to perform this action.</p>
209
+ *
212
210
  * @throws {@link ValidationException} (client fault)
213
211
  * <p>The input fails to satisfy the constraints specified by a service.</p>
214
212
  *
@@ -93,6 +93,9 @@ declare const GetQuickResponseCommand_base: {
93
93
  * @throws {@link ResourceNotFoundException} (client fault)
94
94
  * <p>The specified resource does not exist.</p>
95
95
  *
96
+ * @throws {@link UnauthorizedException} (client fault)
97
+ * <p>You do not have permission to perform this action.</p>
98
+ *
96
99
  * @throws {@link ValidationException} (client fault)
97
100
  * <p>The input fails to satisfy the constraints specified by a service.</p>
98
101
  *
@@ -28,16 +28,7 @@ declare const GetRecommendationsCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <important>
32
- * <p>This API will be discontinued starting June 1, 2024. To receive generative responses
33
- * after March 1, 2024, you will need to create a new Assistant in the Amazon Connect
34
- * console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into
35
- * your applications.</p>
36
- * </important>
37
- * <p>Retrieves recommendations for the specified session. To avoid retrieving the same
38
- * recommendations in subsequent calls, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_NotifyRecommendationsReceived.html">NotifyRecommendationsReceived</a>. This API supports long-polling behavior with the
39
- * <code>waitTimeSeconds</code> parameter. Short poll is the default behavior and only returns
40
- * recommendations already available. To perform a manual query against an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_QueryAssistant.html">QueryAssistant</a>.</p>
31
+ * <important> <p>This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.</p> </important> <p>Retrieves recommendations for the specified session. To avoid retrieving the same recommendations in subsequent calls, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_NotifyRecommendationsReceived.html">NotifyRecommendationsReceived</a>. This API supports long-polling behavior with the <code>waitTimeSeconds</code> parameter. Short poll is the default behavior and only returns recommendations already available. To perform a manual query against an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_QueryAssistant.html">QueryAssistant</a>.</p>
41
32
  *
42
33
  * @deprecated GetRecommendations API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
43
34
  * @example
@@ -95,6 +95,9 @@ declare const GetSessionCommand_base: {
95
95
  * @throws {@link ResourceNotFoundException} (client fault)
96
96
  * <p>The specified resource does not exist.</p>
97
97
  *
98
+ * @throws {@link UnauthorizedException} (client fault)
99
+ * <p>You do not have permission to perform this action.</p>
100
+ *
98
101
  * @throws {@link ValidationException} (client fault)
99
102
  * <p>The input fails to satisfy the constraints specified by a service.</p>
100
103
  *
@@ -186,6 +186,9 @@ declare const ListAIAgentVersionsCommand_base: {
186
186
  * @throws {@link ThrottlingException} (client fault)
187
187
  * <p>The throttling limit has been exceeded.</p>
188
188
  *
189
+ * @throws {@link UnauthorizedException} (client fault)
190
+ * <p>You do not have permission to perform this action.</p>
191
+ *
189
192
  * @throws {@link ValidationException} (client fault)
190
193
  * <p>The input fails to satisfy the constraints specified by a service.</p>
191
194
  *
@@ -182,6 +182,9 @@ declare const ListAIAgentsCommand_base: {
182
182
  * @throws {@link ThrottlingException} (client fault)
183
183
  * <p>The throttling limit has been exceeded.</p>
184
184
  *
185
+ * @throws {@link UnauthorizedException} (client fault)
186
+ * <p>You do not have permission to perform this action.</p>
187
+ *
185
188
  * @throws {@link ValidationException} (client fault)
186
189
  * <p>The input fails to satisfy the constraints specified by a service.</p>
187
190
  *
@@ -82,6 +82,9 @@ declare const ListAIGuardrailVersionsCommand_base: {
82
82
  * @throws {@link ThrottlingException} (client fault)
83
83
  * <p>The throttling limit has been exceeded.</p>
84
84
  *
85
+ * @throws {@link UnauthorizedException} (client fault)
86
+ * <p>You do not have permission to perform this action.</p>
87
+ *
85
88
  * @throws {@link ValidationException} (client fault)
86
89
  * <p>The input fails to satisfy the constraints specified by a service.</p>
87
90
  *
@@ -78,6 +78,9 @@ declare const ListAIGuardrailsCommand_base: {
78
78
  * @throws {@link ThrottlingException} (client fault)
79
79
  * <p>The throttling limit has been exceeded.</p>
80
80
  *
81
+ * @throws {@link UnauthorizedException} (client fault)
82
+ * <p>You do not have permission to perform this action.</p>
83
+ *
81
84
  * @throws {@link ValidationException} (client fault)
82
85
  * <p>The input fails to satisfy the constraints specified by a service.</p>
83
86
  *
@@ -88,6 +88,9 @@ declare const ListAIPromptVersionsCommand_base: {
88
88
  * @throws {@link ThrottlingException} (client fault)
89
89
  * <p>The throttling limit has been exceeded.</p>
90
90
  *
91
+ * @throws {@link UnauthorizedException} (client fault)
92
+ * <p>You do not have permission to perform this action.</p>
93
+ *
91
94
  * @throws {@link ValidationException} (client fault)
92
95
  * <p>The input fails to satisfy the constraints specified by a service.</p>
93
96
  *
@@ -84,6 +84,9 @@ declare const ListAIPromptsCommand_base: {
84
84
  * @throws {@link ThrottlingException} (client fault)
85
85
  * <p>The throttling limit has been exceeded.</p>
86
86
  *
87
+ * @throws {@link UnauthorizedException} (client fault)
88
+ * <p>You do not have permission to perform this action.</p>
89
+ *
87
90
  * @throws {@link ValidationException} (client fault)
88
91
  * <p>The input fails to satisfy the constraints specified by a service.</p>
89
92
  *
@@ -82,6 +82,9 @@ declare const ListAssistantsCommand_base: {
82
82
  * @throws {@link AccessDeniedException} (client fault)
83
83
  * <p>You do not have sufficient access to perform this action.</p>
84
84
  *
85
+ * @throws {@link UnauthorizedException} (client fault)
86
+ * <p>You do not have permission to perform this action.</p>
87
+ *
85
88
  * @throws {@link ValidationException} (client fault)
86
89
  * <p>The input fails to satisfy the constraints specified by a service.</p>
87
90
  *
@@ -27,10 +27,7 @@ declare const ListContentAssociationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the content associations.</p>
31
- * <p>For more information about content associations--what they are and when they are used--see
32
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/integrate-q-with-guides.html">Integrate Amazon Q in Connect with step-by-step guides</a> in the <i>Amazon Connect
33
- * Administrator Guide</i>.</p>
30
+ * <p>Lists the content associations.</p> <p>For more information about content associations--what they are and when they are used--see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/integrate-q-with-guides.html">Integrate Amazon Q in Connect with step-by-step guides</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -82,6 +79,9 @@ declare const ListContentAssociationsCommand_base: {
82
79
  * @throws {@link ResourceNotFoundException} (client fault)
83
80
  * <p>The specified resource does not exist.</p>
84
81
  *
82
+ * @throws {@link UnauthorizedException} (client fault)
83
+ * <p>You do not have permission to perform this action.</p>
84
+ *
85
85
  * @throws {@link ValidationException} (client fault)
86
86
  * <p>The input fails to satisfy the constraints specified by a service.</p>
87
87
  *
@@ -27,8 +27,7 @@ declare const ListMessageTemplateVersionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all the available versions for the specified Amazon Q in Connect message
31
- * template.</p>
30
+ * <p>Lists all the available versions for the specified Amazon Q in Connect message template.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListMessageTemplatesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all the available Amazon Q in Connect message templates for the specified knowledge
31
- * base.</p>
30
+ * <p>Lists all the available Amazon Q in Connect message templates for the specified knowledge base.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,9 +27,7 @@ declare const NotifyRecommendationsReceivedCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes the specified recommendations from the specified assistant's queue of newly
31
- * available recommendations. You can use this API in conjunction with <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling
32
- * behavior and avoiding duplicate recommendations.</p>
30
+ * <p>Removes the specified recommendations from the specified assistant's queue of newly available recommendations. You can use this API in conjunction with <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a> and a <code>waitTimeSeconds</code> input for long-polling behavior and avoiding duplicate recommendations.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const PutFeedbackCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Provides feedback against the specified assistant for the specified target. This API only
31
- * supports generative targets.</p>
30
+ * <p>Provides feedback against the specified assistant for the specified target. This API only supports generative targets.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -28,14 +28,7 @@ declare const QueryAssistantCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <important>
32
- * <p>This API will be discontinued starting June 1, 2024. To receive generative responses
33
- * after March 1, 2024, you will need to create a new Assistant in the Amazon Connect
34
- * console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into
35
- * your applications.</p>
36
- * </important>
37
- * <p>Performs a manual search against the specified assistant. To retrieve recommendations for
38
- * an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a>. </p>
31
+ * <important> <p>This API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024, you will need to create a new Assistant in the Amazon Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.</p> </important> <p>Performs a manual search against the specified assistant. To retrieve recommendations for an assistant, use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_GetRecommendations.html">GetRecommendations</a>. </p>
39
32
  *
40
33
  * @deprecated QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
41
34
  * @example
@@ -257,9 +250,7 @@ declare const QueryAssistantCommand_base: {
257
250
  * <p>You do not have sufficient access to perform this action.</p>
258
251
  *
259
252
  * @throws {@link RequestTimeoutException} (client fault)
260
- * <p>The request reached the service more than 15 minutes after the date stamp on the request
261
- * or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or
262
- * the date stamp on the request is more than 15 minutes in the future.</p>
253
+ * <p>The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.</p>
263
254
  *
264
255
  * @throws {@link ResourceNotFoundException} (client fault)
265
256
  * <p>The specified resource does not exist.</p>
@@ -27,8 +27,7 @@ declare const RemoveAssistantAIAgentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes the AI Agent that is set for use by default on an Amazon Q in Connect
31
- * Assistant.</p>
30
+ * <p>Removes the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,11 +27,7 @@ declare const RenderMessageTemplateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Renders the Amazon Q in Connect message template based on the attribute values provided
31
- * and generates the message content. For any variable present in the message template, if the
32
- * attribute value is neither provided in the attribute request parameter nor the default
33
- * attribute of the message template, the rendered message content will keep the variable
34
- * placeholder as it is and return the attribute keys that are missing.</p>
30
+ * <p>Renders the Amazon Q in Connect message template based on the attribute values provided and generates the message content. For any variable present in the message template, if the attribute value is neither provided in the attribute request parameter nor the default attribute of the message template, the rendered message content will keep the variable placeholder as it is and return the attribute keys that are missing.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const SearchContentCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Searches for content in a specified knowledge base. Can be used to get a specific content
31
- * resource by its name.</p>
30
+ * <p>Searches for content in a specified knowledge base. Can be used to get a specific content resource by its name.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -88,6 +87,9 @@ declare const SearchContentCommand_base: {
88
87
  * @throws {@link ResourceNotFoundException} (client fault)
89
88
  * <p>The specified resource does not exist.</p>
90
89
  *
90
+ * @throws {@link UnauthorizedException} (client fault)
91
+ * <p>You do not have permission to perform this action.</p>
92
+ *
91
93
  * @throws {@link ValidationException} (client fault)
92
94
  * <p>The input fails to satisfy the constraints specified by a service.</p>
93
95
  *
@@ -115,6 +115,9 @@ declare const SearchMessageTemplatesCommand_base: {
115
115
  * @throws {@link ThrottlingException} (client fault)
116
116
  * <p>The throttling limit has been exceeded.</p>
117
117
  *
118
+ * @throws {@link UnauthorizedException} (client fault)
119
+ * <p>You do not have permission to perform this action.</p>
120
+ *
118
121
  * @throws {@link ValidationException} (client fault)
119
122
  * <p>The input fails to satisfy the constraints specified by a service.</p>
120
123
  *
@@ -131,13 +131,14 @@ declare const SearchQuickResponsesCommand_base: {
131
131
  * <p>You do not have sufficient access to perform this action.</p>
132
132
  *
133
133
  * @throws {@link RequestTimeoutException} (client fault)
134
- * <p>The request reached the service more than 15 minutes after the date stamp on the request
135
- * or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or
136
- * the date stamp on the request is more than 15 minutes in the future.</p>
134
+ * <p>The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.</p>
137
135
  *
138
136
  * @throws {@link ResourceNotFoundException} (client fault)
139
137
  * <p>The specified resource does not exist.</p>
140
138
  *
139
+ * @throws {@link UnauthorizedException} (client fault)
140
+ * <p>You do not have permission to perform this action.</p>
141
+ *
141
142
  * @throws {@link ValidationException} (client fault)
142
143
  * <p>The input fails to satisfy the constraints specified by a service.</p>
143
144
  *
@@ -76,6 +76,9 @@ declare const SearchSessionsCommand_base: {
76
76
  * @throws {@link ResourceNotFoundException} (client fault)
77
77
  * <p>The specified resource does not exist.</p>
78
78
  *
79
+ * @throws {@link UnauthorizedException} (client fault)
80
+ * <p>You do not have permission to perform this action.</p>
81
+ *
79
82
  * @throws {@link ValidationException} (client fault)
80
83
  * <p>The input fails to satisfy the constraints specified by a service.</p>
81
84
  *
@@ -81,15 +81,10 @@ declare const SendMessageCommand_base: {
81
81
  * <p>You do not have sufficient access to perform this action.</p>
82
82
  *
83
83
  * @throws {@link ConflictException} (client fault)
84
- * <p>The request could not be processed because of conflict in the current state of the
85
- * resource. For example, if you're using a <code>Create</code> API (such as
86
- * <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the
87
- * same name) is being created or mutated.</p>
84
+ * <p>The request could not be processed because of conflict in the current state of the resource. For example, if you're using a <code>Create</code> API (such as <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.</p>
88
85
  *
89
86
  * @throws {@link RequestTimeoutException} (client fault)
90
- * <p>The request reached the service more than 15 minutes after the date stamp on the request
91
- * or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or
92
- * the date stamp on the request is more than 15 minutes in the future.</p>
87
+ * <p>The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.</p>
93
88
  *
94
89
  * @throws {@link ResourceNotFoundException} (client fault)
95
90
  * <p>The specified resource does not exist.</p>
@@ -27,12 +27,7 @@ declare const StartContentUploadCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT
31
- * request to the returned URL with your file, making sure to include the required headers. Then
32
- * use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_CreateContent.html">CreateContent</a> to
33
- * finalize the content creation process or <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to
34
- * modify an existing resource. You can only upload content to a knowledge base of type
35
- * CUSTOM.</p>
30
+ * <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_CreateContent.html">CreateContent</a> to finalize the content creation process or <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -69,6 +64,9 @@ declare const StartContentUploadCommand_base: {
69
64
  * @throws {@link ResourceNotFoundException} (client fault)
70
65
  * <p>The specified resource does not exist.</p>
71
66
  *
67
+ * @throws {@link UnauthorizedException} (client fault)
68
+ * <p>You do not have permission to perform this action.</p>
69
+ *
72
70
  * @throws {@link ValidationException} (client fault)
73
71
  * <p>The input fails to satisfy the constraints specified by a service.</p>
74
72
  *
@@ -27,16 +27,7 @@ declare const StartImportJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file.
31
- * Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
32
- * upload an asset that contains the resource data.</p>
33
- * <ul>
34
- * <li>
35
- * <p>For importing Amazon Q in Connect quick responses, you need to upload a csv file including the
36
- * quick responses. For information about how to format the csv file for importing quick
37
- * responses, see <a href="https://docs.aws.amazon.com/console/connect/quick-responses/add-data">Import quick responses</a>.</p>
38
- * </li>
39
- * </ul>
30
+ * <p>Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to upload an asset that contains the resource data.</p> <ul> <li> <p>For importing Amazon Q in Connect quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see <a href="https://docs.aws.amazon.com/console/connect/quick-responses/add-data">Import quick responses</a>.</p> </li> </ul>
40
31
  * @example
41
32
  * Use a bare-bones client and the command you need to make an API call.
42
33
  * ```javascript
@@ -101,17 +92,16 @@ declare const StartImportJobCommand_base: {
101
92
  * <p>You do not have sufficient access to perform this action.</p>
102
93
  *
103
94
  * @throws {@link ConflictException} (client fault)
104
- * <p>The request could not be processed because of conflict in the current state of the
105
- * resource. For example, if you're using a <code>Create</code> API (such as
106
- * <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the
107
- * same name) is being created or mutated.</p>
95
+ * <p>The request could not be processed because of conflict in the current state of the resource. For example, if you're using a <code>Create</code> API (such as <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.</p>
108
96
  *
109
97
  * @throws {@link ResourceNotFoundException} (client fault)
110
98
  * <p>The specified resource does not exist.</p>
111
99
  *
112
100
  * @throws {@link ServiceQuotaExceededException} (client fault)
113
- * <p>You've exceeded your service quota. To perform the requested action, remove some of the
114
- * relevant resources, or use service quotas to request a service quota increase.</p>
101
+ * <p>You've exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use service quotas to request a service quota increase.</p>
102
+ *
103
+ * @throws {@link UnauthorizedException} (client fault)
104
+ * <p>You do not have permission to perform this action.</p>
115
105
  *
116
106
  * @throws {@link ValidationException} (client fault)
117
107
  * <p>The input fails to satisfy the constraints specified by a service.</p>
@@ -276,10 +276,7 @@ declare const UpdateAIAgentCommand_base: {
276
276
  * <p>You do not have sufficient access to perform this action.</p>
277
277
  *
278
278
  * @throws {@link ConflictException} (client fault)
279
- * <p>The request could not be processed because of conflict in the current state of the
280
- * resource. For example, if you're using a <code>Create</code> API (such as
281
- * <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the
282
- * same name) is being created or mutated.</p>
279
+ * <p>The request could not be processed because of conflict in the current state of the resource. For example, if you're using a <code>Create</code> API (such as <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.</p>
283
280
  *
284
281
  * @throws {@link ResourceNotFoundException} (client fault)
285
282
  * <p>The specified resource does not exist.</p>
@@ -287,6 +284,9 @@ declare const UpdateAIAgentCommand_base: {
287
284
  * @throws {@link ThrottlingException} (client fault)
288
285
  * <p>The throttling limit has been exceeded.</p>
289
286
  *
287
+ * @throws {@link UnauthorizedException} (client fault)
288
+ * <p>You do not have permission to perform this action.</p>
289
+ *
290
290
  * @throws {@link ValidationException} (client fault)
291
291
  * <p>The input fails to satisfy the constraints specified by a service.</p>
292
292
  *
@@ -190,10 +190,7 @@ declare const UpdateAIGuardrailCommand_base: {
190
190
  * <p>You do not have sufficient access to perform this action.</p>
191
191
  *
192
192
  * @throws {@link ConflictException} (client fault)
193
- * <p>The request could not be processed because of conflict in the current state of the
194
- * resource. For example, if you're using a <code>Create</code> API (such as
195
- * <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the
196
- * same name) is being created or mutated.</p>
193
+ * <p>The request could not be processed because of conflict in the current state of the resource. For example, if you're using a <code>Create</code> API (such as <code>CreateAssistant</code>) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.</p>
197
194
  *
198
195
  * @throws {@link ResourceNotFoundException} (client fault)
199
196
  * <p>The specified resource does not exist.</p>
@@ -201,6 +198,9 @@ declare const UpdateAIGuardrailCommand_base: {
201
198
  * @throws {@link ThrottlingException} (client fault)
202
199
  * <p>The throttling limit has been exceeded.</p>
203
200
  *
201
+ * @throws {@link UnauthorizedException} (client fault)
202
+ * <p>You do not have permission to perform this action.</p>
203
+ *
204
204
  * @throws {@link ValidationException} (client fault)
205
205
  * <p>The input fails to satisfy the constraints specified by a service.</p>
206
206
  *