@aws-sdk/client-qbusiness 3.787.0 → 3.796.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 (103) hide show
  1. package/README.md +9 -39
  2. package/dist-cjs/index.js +55 -5
  3. package/dist-es/QBusiness.js +2 -0
  4. package/dist-es/commands/CheckDocumentAccessCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +0 -4
  7. package/dist-es/models/models_1.js +4 -0
  8. package/dist-es/protocols/Aws_restJson1.js +32 -0
  9. package/dist-types/QBusiness.d.ts +8 -39
  10. package/dist-types/QBusinessClient.d.ts +4 -41
  11. package/dist-types/commands/AssociatePermissionCommand.d.ts +7 -15
  12. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  13. package/dist-types/commands/BatchPutDocumentCommand.d.ts +7 -29
  14. package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -13
  15. package/dist-types/commands/ChatCommand.d.ts +8 -17
  16. package/dist-types/commands/ChatSyncCommand.d.ts +8 -17
  17. package/dist-types/commands/CheckDocumentAccessCommand.d.ts +145 -0
  18. package/dist-types/commands/CreateApplicationCommand.d.ts +7 -27
  19. package/dist-types/commands/CreateDataAccessorCommand.d.ts +7 -18
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +7 -16
  21. package/dist-types/commands/CreateIndexCommand.d.ts +7 -21
  22. package/dist-types/commands/CreatePluginCommand.d.ts +6 -12
  23. package/dist-types/commands/CreateRetrieverCommand.d.ts +6 -12
  24. package/dist-types/commands/CreateSubscriptionCommand.d.ts +7 -18
  25. package/dist-types/commands/CreateUserCommand.d.ts +7 -14
  26. package/dist-types/commands/CreateWebExperienceCommand.d.ts +6 -12
  27. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -12
  28. package/dist-types/commands/DeleteAttachmentCommand.d.ts +6 -12
  29. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +5 -10
  30. package/dist-types/commands/DeleteConversationCommand.d.ts +6 -12
  31. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +7 -14
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +7 -15
  33. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -21
  34. package/dist-types/commands/DeleteIndexCommand.d.ts +6 -12
  35. package/dist-types/commands/DeletePluginCommand.d.ts +6 -12
  36. package/dist-types/commands/DeleteRetrieverCommand.d.ts +6 -12
  37. package/dist-types/commands/DeleteUserCommand.d.ts +6 -12
  38. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +6 -12
  39. package/dist-types/commands/DisassociatePermissionCommand.d.ts +7 -14
  40. package/dist-types/commands/GetApplicationCommand.d.ts +5 -10
  41. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +6 -12
  42. package/dist-types/commands/GetDataAccessorCommand.d.ts +6 -14
  43. package/dist-types/commands/GetDataSourceCommand.d.ts +5 -10
  44. package/dist-types/commands/GetGroupCommand.d.ts +6 -12
  45. package/dist-types/commands/GetIndexCommand.d.ts +5 -10
  46. package/dist-types/commands/GetMediaCommand.d.ts +7 -16
  47. package/dist-types/commands/GetPluginCommand.d.ts +5 -10
  48. package/dist-types/commands/GetPolicyCommand.d.ts +6 -12
  49. package/dist-types/commands/GetRetrieverCommand.d.ts +6 -12
  50. package/dist-types/commands/GetUserCommand.d.ts +7 -14
  51. package/dist-types/commands/GetWebExperienceCommand.d.ts +5 -10
  52. package/dist-types/commands/ListApplicationsCommand.d.ts +5 -15
  53. package/dist-types/commands/ListAttachmentsCommand.d.ts +6 -12
  54. package/dist-types/commands/ListConversationsCommand.d.ts +6 -12
  55. package/dist-types/commands/ListDataAccessorsCommand.d.ts +6 -13
  56. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -12
  57. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -10
  58. package/dist-types/commands/ListDocumentsCommand.d.ts +7 -11
  59. package/dist-types/commands/ListGroupsCommand.d.ts +7 -13
  60. package/dist-types/commands/ListIndicesCommand.d.ts +5 -10
  61. package/dist-types/commands/ListMessagesCommand.d.ts +7 -13
  62. package/dist-types/commands/ListPluginActionsCommand.d.ts +6 -12
  63. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  64. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +4 -8
  65. package/dist-types/commands/ListPluginsCommand.d.ts +5 -10
  66. package/dist-types/commands/ListRetrieversCommand.d.ts +5 -10
  67. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -12
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
  69. package/dist-types/commands/ListWebExperiencesCommand.d.ts +5 -10
  70. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -12
  71. package/dist-types/commands/PutGroupCommand.d.ts +7 -23
  72. package/dist-types/commands/SearchRelevantContentCommand.d.ts +7 -18
  73. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +7 -14
  74. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +7 -14
  75. package/dist-types/commands/TagResourceCommand.d.ts +7 -15
  76. package/dist-types/commands/UntagResourceCommand.d.ts +5 -10
  77. package/dist-types/commands/UpdateApplicationCommand.d.ts +7 -25
  78. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -14
  79. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +7 -15
  80. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -12
  81. package/dist-types/commands/UpdateIndexCommand.d.ts +6 -12
  82. package/dist-types/commands/UpdatePluginCommand.d.ts +6 -12
  83. package/dist-types/commands/UpdateRetrieverCommand.d.ts +6 -12
  84. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +7 -16
  85. package/dist-types/commands/UpdateUserCommand.d.ts +6 -12
  86. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +6 -12
  87. package/dist-types/commands/index.d.ts +1 -0
  88. package/dist-types/index.d.ts +1 -39
  89. package/dist-types/models/models_0.d.ts +500 -1228
  90. package/dist-types/models/models_1.d.ts +257 -181
  91. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  92. package/dist-types/ts3.4/QBusiness.d.ts +17 -0
  93. package/dist-types/ts3.4/QBusinessClient.d.ts +6 -0
  94. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +4 -2
  99. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +42 -51
  101. package/dist-types/ts3.4/models/models_1.d.ts +55 -0
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  103. package/package.json +5 -5
@@ -62,28 +62,22 @@ declare const ListConversationsCommand_base: {
62
62
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
63
63
  *
64
64
  * @throws {@link AccessDeniedException} (client fault)
65
- * <p> You don't have access to perform this action. Make sure you have the required
66
- * permission policies and user accounts and try again.</p>
65
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
67
66
  *
68
67
  * @throws {@link InternalServerException} (server fault)
69
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
70
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
69
  *
72
70
  * @throws {@link LicenseNotFoundException} (client fault)
73
- * <p>You don't have permissions to perform the action because your license is inactive. Ask
74
- * your admin to activate your license and try again after your licence is active.</p>
71
+ * <p>You don't have permissions to perform the action because your license is inactive. Ask your admin to activate your license and try again after your licence is active.</p>
75
72
  *
76
73
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
78
- * provided the correct resource and try again.</p>
74
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
79
75
  *
80
76
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The request was denied due to throttling. Reduce the number of requests and try
82
- * again.</p>
77
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
83
78
  *
84
79
  * @throws {@link ValidationException} (client fault)
85
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
86
- * correct input and try again.</p>
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
87
81
  *
88
82
  * @throws {@link QBusinessServiceException}
89
83
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,9 +27,7 @@ declare const ListDataAccessorsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the data accessors for a Amazon Q Business application. This operation returns a paginated
31
- * list of data accessor summaries, including the friendly name, unique identifier, ARN,
32
- * associated IAM role, and creation/update timestamps for each data accessor.</p>
30
+ * <p>Lists the data accessors for a Amazon Q Business application. This operation returns a paginated list of data accessor summaries, including the friendly name, unique identifier, ARN, associated IAM role, and creation/update timestamps for each data accessor.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -67,24 +65,19 @@ declare const ListDataAccessorsCommand_base: {
67
65
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
68
66
  *
69
67
  * @throws {@link AccessDeniedException} (client fault)
70
- * <p> You don't have access to perform this action. Make sure you have the required
71
- * permission policies and user accounts and try again.</p>
68
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
72
69
  *
73
70
  * @throws {@link InternalServerException} (server fault)
74
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
75
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
76
72
  *
77
73
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
79
- * provided the correct resource and try again.</p>
74
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
80
75
  *
81
76
  * @throws {@link ThrottlingException} (client fault)
82
- * <p>The request was denied due to throttling. Reduce the number of requests and try
83
- * again.</p>
77
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
84
78
  *
85
79
  * @throws {@link ValidationException} (client fault)
86
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
87
- * correct input and try again.</p>
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
88
81
  *
89
82
  * @throws {@link QBusinessServiceException}
90
83
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -79,28 +79,22 @@ declare const ListDataSourceSyncJobsCommand_base: {
79
79
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
80
80
  *
81
81
  * @throws {@link AccessDeniedException} (client fault)
82
- * <p> You don't have access to perform this action. Make sure you have the required
83
- * permission policies and user accounts and try again.</p>
82
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
84
83
  *
85
84
  * @throws {@link ConflictException} (client fault)
86
- * <p>You are trying to perform an action that conflicts with the current status of your
87
- * resource. Fix any inconsistencies with your resources and try again.</p>
85
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
88
86
  *
89
87
  * @throws {@link InternalServerException} (server fault)
90
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
91
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
88
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
92
89
  *
93
90
  * @throws {@link ResourceNotFoundException} (client fault)
94
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
95
- * provided the correct resource and try again.</p>
91
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
96
92
  *
97
93
  * @throws {@link ThrottlingException} (client fault)
98
- * <p>The request was denied due to throttling. Reduce the number of requests and try
99
- * again.</p>
94
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
100
95
  *
101
96
  * @throws {@link ValidationException} (client fault)
102
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
103
- * correct input and try again.</p>
97
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
104
98
  *
105
99
  * @throws {@link QBusinessServiceException}
106
100
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -65,24 +65,19 @@ declare const ListDataSourcesCommand_base: {
65
65
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
66
66
  *
67
67
  * @throws {@link AccessDeniedException} (client fault)
68
- * <p> You don't have access to perform this action. Make sure you have the required
69
- * permission policies and user accounts and try again.</p>
68
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
70
69
  *
71
70
  * @throws {@link InternalServerException} (server fault)
72
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
73
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
74
72
  *
75
73
  * @throws {@link ResourceNotFoundException} (client fault)
76
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
77
- * provided the correct resource and try again.</p>
74
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
78
75
  *
79
76
  * @throws {@link ThrottlingException} (client fault)
80
- * <p>The request was denied due to throttling. Reduce the number of requests and try
81
- * again.</p>
77
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
82
78
  *
83
79
  * @throws {@link ValidationException} (client fault)
84
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
85
- * correct input and try again.</p>
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
86
81
  *
87
82
  * @throws {@link QBusinessServiceException}
88
83
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListDocumentsRequest, ListDocumentsResponse } from "../models/models_0";
3
+ import { ListDocumentsRequest } from "../models/models_0";
4
+ import { ListDocumentsResponse } from "../models/models_1";
4
5
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
6
  /**
6
7
  * @public
@@ -70,24 +71,19 @@ declare const ListDocumentsCommand_base: {
70
71
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
71
72
  *
72
73
  * @throws {@link AccessDeniedException} (client fault)
73
- * <p> You don't have access to perform this action. Make sure you have the required
74
- * permission policies and user accounts and try again.</p>
74
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
75
75
  *
76
76
  * @throws {@link InternalServerException} (server fault)
77
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
78
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
77
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
79
78
  *
80
79
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
82
- * provided the correct resource and try again.</p>
80
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
83
81
  *
84
82
  * @throws {@link ThrottlingException} (client fault)
85
- * <p>The request was denied due to throttling. Reduce the number of requests and try
86
- * again.</p>
83
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
87
84
  *
88
85
  * @throws {@link ValidationException} (client fault)
89
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
90
- * correct input and try again.</p>
86
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
91
87
  *
92
88
  * @throws {@link QBusinessServiceException}
93
89
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
3
+ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_1";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -62,28 +62,22 @@ declare const ListGroupsCommand_base: {
62
62
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
63
63
  *
64
64
  * @throws {@link AccessDeniedException} (client fault)
65
- * <p> You don't have access to perform this action. Make sure you have the required
66
- * permission policies and user accounts and try again.</p>
65
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
67
66
  *
68
67
  * @throws {@link ConflictException} (client fault)
69
- * <p>You are trying to perform an action that conflicts with the current status of your
70
- * resource. Fix any inconsistencies with your resources and try again.</p>
68
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
71
69
  *
72
70
  * @throws {@link InternalServerException} (server fault)
73
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
74
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
71
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
75
72
  *
76
73
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
78
- * provided the correct resource and try again.</p>
74
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
79
75
  *
80
76
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The request was denied due to throttling. Reduce the number of requests and try
82
- * again.</p>
77
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
83
78
  *
84
79
  * @throws {@link ValidationException} (client fault)
85
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
86
- * correct input and try again.</p>
80
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
87
81
  *
88
82
  * @throws {@link QBusinessServiceException}
89
83
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -63,24 +63,19 @@ declare const ListIndicesCommand_base: {
63
63
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
64
64
  *
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
- * <p> You don't have access to perform this action. Make sure you have the required
67
- * permission policies and user accounts and try again.</p>
66
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
68
67
  *
69
68
  * @throws {@link InternalServerException} (server fault)
70
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
71
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
70
  *
73
71
  * @throws {@link ResourceNotFoundException} (client fault)
74
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
75
- * provided the correct resource and try again.</p>
72
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
76
73
  *
77
74
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>The request was denied due to throttling. Reduce the number of requests and try
79
- * again.</p>
75
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
80
76
  *
81
77
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
83
- * correct input and try again.</p>
78
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
84
79
  *
85
80
  * @throws {@link QBusinessServiceException}
86
81
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
3
+ import { ListMessagesRequest, ListMessagesResponse } from "../models/models_1";
4
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
5
5
  /**
6
6
  * @public
@@ -148,28 +148,22 @@ declare const ListMessagesCommand_base: {
148
148
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
149
149
  *
150
150
  * @throws {@link AccessDeniedException} (client fault)
151
- * <p> You don't have access to perform this action. Make sure you have the required
152
- * permission policies and user accounts and try again.</p>
151
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
153
152
  *
154
153
  * @throws {@link InternalServerException} (server fault)
155
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
156
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
154
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
157
155
  *
158
156
  * @throws {@link LicenseNotFoundException} (client fault)
159
- * <p>You don't have permissions to perform the action because your license is inactive. Ask
160
- * your admin to activate your license and try again after your licence is active.</p>
157
+ * <p>You don't have permissions to perform the action because your license is inactive. Ask your admin to activate your license and try again after your licence is active.</p>
161
158
  *
162
159
  * @throws {@link ResourceNotFoundException} (client fault)
163
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
164
- * provided the correct resource and try again.</p>
160
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
165
161
  *
166
162
  * @throws {@link ThrottlingException} (client fault)
167
- * <p>The request was denied due to throttling. Reduce the number of requests and try
168
- * again.</p>
163
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
169
164
  *
170
165
  * @throws {@link ValidationException} (client fault)
171
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
172
- * correct input and try again.</p>
166
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
173
167
  *
174
168
  * @throws {@link QBusinessServiceException}
175
169
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListPluginActionsRequest } from "../models/models_0";
4
- import { ListPluginActionsResponse } from "../models/models_1";
3
+ import { ListPluginActionsRequest, ListPluginActionsResponse } from "../models/models_1";
5
4
  import { QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QBusinessClient";
6
5
  /**
7
6
  * @public
@@ -64,24 +63,19 @@ declare const ListPluginActionsCommand_base: {
64
63
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
65
64
  *
66
65
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p> You don't have access to perform this action. Make sure you have the required
68
- * permission policies and user accounts and try again.</p>
66
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
69
67
  *
70
68
  * @throws {@link InternalServerException} (server fault)
71
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
72
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
73
70
  *
74
71
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
76
- * provided the correct resource and try again.</p>
72
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
77
73
  *
78
74
  * @throws {@link ThrottlingException} (client fault)
79
- * <p>The request was denied due to throttling. Reduce the number of requests and try
80
- * again.</p>
75
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
81
76
  *
82
77
  * @throws {@link ValidationException} (client fault)
83
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
84
- * correct input and try again.</p>
78
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
85
79
  *
86
80
  * @throws {@link QBusinessServiceException}
87
81
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const ListPluginTypeActionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists configured Amazon Q Business actions for any plugin type—both
31
- * built-in and custom.</p>
30
+ * <p>Lists configured Amazon Q Business actions for any plugin type—both built-in and custom.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -63,20 +62,16 @@ declare const ListPluginTypeActionsCommand_base: {
63
62
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
64
63
  *
65
64
  * @throws {@link AccessDeniedException} (client fault)
66
- * <p> You don't have access to perform this action. Make sure you have the required
67
- * permission policies and user accounts and try again.</p>
65
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
68
66
  *
69
67
  * @throws {@link InternalServerException} (server fault)
70
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
71
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
68
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
69
  *
73
70
  * @throws {@link ThrottlingException} (client fault)
74
- * <p>The request was denied due to throttling. Reduce the number of requests and try
75
- * again.</p>
71
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
76
72
  *
77
73
  * @throws {@link ValidationException} (client fault)
78
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
79
- * correct input and try again.</p>
74
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
80
75
  *
81
76
  * @throws {@link QBusinessServiceException}
82
77
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -60,20 +60,16 @@ declare const ListPluginTypeMetadataCommand_base: {
60
60
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
61
61
  *
62
62
  * @throws {@link AccessDeniedException} (client fault)
63
- * <p> You don't have access to perform this action. Make sure you have the required
64
- * permission policies and user accounts and try again.</p>
63
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
65
64
  *
66
65
  * @throws {@link InternalServerException} (server fault)
67
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
68
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
66
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
67
  *
70
68
  * @throws {@link ThrottlingException} (client fault)
71
- * <p>The request was denied due to throttling. Reduce the number of requests and try
72
- * again.</p>
69
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
73
70
  *
74
71
  * @throws {@link ValidationException} (client fault)
75
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
76
- * correct input and try again.</p>
72
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
77
73
  *
78
74
  * @throws {@link QBusinessServiceException}
79
75
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -66,24 +66,19 @@ declare const ListPluginsCommand_base: {
66
66
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
67
67
  *
68
68
  * @throws {@link AccessDeniedException} (client fault)
69
- * <p> You don't have access to perform this action. Make sure you have the required
70
- * permission policies and user accounts and try again.</p>
69
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
71
70
  *
72
71
  * @throws {@link InternalServerException} (server fault)
73
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
74
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
75
73
  *
76
74
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
78
- * provided the correct resource and try again.</p>
75
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
79
76
  *
80
77
  * @throws {@link ThrottlingException} (client fault)
81
- * <p>The request was denied due to throttling. Reduce the number of requests and try
82
- * again.</p>
78
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
83
79
  *
84
80
  * @throws {@link ValidationException} (client fault)
85
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
86
- * correct input and try again.</p>
81
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
87
82
  *
88
83
  * @throws {@link QBusinessServiceException}
89
84
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -63,24 +63,19 @@ declare const ListRetrieversCommand_base: {
63
63
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
64
64
  *
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
- * <p> You don't have access to perform this action. Make sure you have the required
67
- * permission policies and user accounts and try again.</p>
66
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
68
67
  *
69
68
  * @throws {@link InternalServerException} (server fault)
70
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
71
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
70
  *
73
71
  * @throws {@link ResourceNotFoundException} (client fault)
74
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
75
- * provided the correct resource and try again.</p>
72
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
76
73
  *
77
74
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>The request was denied due to throttling. Reduce the number of requests and try
79
- * again.</p>
75
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
80
76
  *
81
77
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
83
- * correct input and try again.</p>
78
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
84
79
  *
85
80
  * @throws {@link QBusinessServiceException}
86
81
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -70,28 +70,22 @@ declare const ListSubscriptionsCommand_base: {
70
70
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
71
71
  *
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
- * <p> You don't have access to perform this action. Make sure you have the required
74
- * permission policies and user accounts and try again.</p>
73
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
75
74
  *
76
75
  * @throws {@link ConflictException} (client fault)
77
- * <p>You are trying to perform an action that conflicts with the current status of your
78
- * resource. Fix any inconsistencies with your resources and try again.</p>
76
+ * <p>You are trying to perform an action that conflicts with the current status of your resource. Fix any inconsistencies with your resources and try again.</p>
79
77
  *
80
78
  * @throws {@link InternalServerException} (server fault)
81
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
82
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
79
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
83
80
  *
84
81
  * @throws {@link ResourceNotFoundException} (client fault)
85
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
86
- * provided the correct resource and try again.</p>
82
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
87
83
  *
88
84
  * @throws {@link ThrottlingException} (client fault)
89
- * <p>The request was denied due to throttling. Reduce the number of requests and try
90
- * again.</p>
85
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
91
86
  *
92
87
  * @throws {@link ValidationException} (client fault)
93
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
94
- * correct input and try again.</p>
88
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
95
89
  *
96
90
  * @throws {@link QBusinessServiceException}
97
91
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -27,8 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets a list of tags associated with a specified resource. Amazon Q Business applications
31
- * and data sources can have tags associated with them.</p>
30
+ * <p>Gets a list of tags associated with a specified resource. Amazon Q Business applications and data sources can have tags associated with them.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -58,24 +57,19 @@ declare const ListTagsForResourceCommand_base: {
58
57
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
59
58
  *
60
59
  * @throws {@link AccessDeniedException} (client fault)
61
- * <p> You don't have access to perform this action. Make sure you have the required
62
- * permission policies and user accounts and try again.</p>
60
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
63
61
  *
64
62
  * @throws {@link InternalServerException} (server fault)
65
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
66
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
63
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
67
64
  *
68
65
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
70
- * provided the correct resource and try again.</p>
66
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
71
67
  *
72
68
  * @throws {@link ThrottlingException} (client fault)
73
- * <p>The request was denied due to throttling. Reduce the number of requests and try
74
- * again.</p>
69
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
75
70
  *
76
71
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
78
- * correct input and try again.</p>
72
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
79
73
  *
80
74
  * @throws {@link QBusinessServiceException}
81
75
  * <p>Base exception class for all service exceptions from QBusiness service.</p>
@@ -63,24 +63,19 @@ declare const ListWebExperiencesCommand_base: {
63
63
  * @see {@link QBusinessClientResolvedConfig | config} for QBusinessClient's `config` shape.
64
64
  *
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
- * <p> You don't have access to perform this action. Make sure you have the required
67
- * permission policies and user accounts and try again.</p>
66
+ * <p> You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.</p>
68
67
  *
69
68
  * @throws {@link InternalServerException} (server fault)
70
- * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait
71
- * some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
69
+ * <p>An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact <a href="http://aws.amazon.com/contact-us/">Support</a> for help.</p>
72
70
  *
73
71
  * @throws {@link ResourceNotFoundException} (client fault)
74
- * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have
75
- * provided the correct resource and try again.</p>
72
+ * <p>The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.</p>
76
73
  *
77
74
  * @throws {@link ThrottlingException} (client fault)
78
- * <p>The request was denied due to throttling. Reduce the number of requests and try
79
- * again.</p>
75
+ * <p>The request was denied due to throttling. Reduce the number of requests and try again.</p>
80
76
  *
81
77
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the
83
- * correct input and try again.</p>
78
+ * <p>The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.</p>
84
79
  *
85
80
  * @throws {@link QBusinessServiceException}
86
81
  * <p>Base exception class for all service exceptions from QBusiness service.</p>