@aws-sdk/client-qbusiness 3.650.0 → 3.654.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.
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +11 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +11 -0
- package/dist-types/commands/ChatCommand.d.ts +11 -0
- package/dist-types/commands/ChatSyncCommand.d.ts +11 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreatePluginCommand.d.ts +11 -0
- package/dist-types/commands/CreateRetrieverCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserCommand.d.ts +11 -0
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConversationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +11 -0
- package/dist-types/commands/DeletePluginCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/GetGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetIndexCommand.d.ts +11 -0
- package/dist-types/commands/GetPluginCommand.d.ts +11 -0
- package/dist-types/commands/GetRetrieverCommand.d.ts +11 -0
- package/dist-types/commands/GetUserCommand.d.ts +11 -0
- package/dist-types/commands/GetWebExperienceCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListConversationsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +11 -0
- package/dist-types/commands/ListMessagesCommand.d.ts +11 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +11 -0
- package/dist-types/commands/ListRetrieversCommand.d.ts +12 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +11 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +11 -0
- package/dist-types/commands/PutGroupCommand.d.ts +11 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +11 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePluginCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +12 -1
- package/package.json +40 -40
|
@@ -100,4 +100,15 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: BatchDeleteDocumentRequest;
|
|
107
|
+
output: BatchDeleteDocumentResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: BatchDeleteDocumentCommandInput;
|
|
111
|
+
output: BatchDeleteDocumentCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -212,4 +212,15 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
214
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
215
|
+
/** @internal type navigation helper, not in runtime. */
|
|
216
|
+
protected static __types: {
|
|
217
|
+
api: {
|
|
218
|
+
input: BatchPutDocumentRequest;
|
|
219
|
+
output: BatchPutDocumentResponse;
|
|
220
|
+
};
|
|
221
|
+
sdk: {
|
|
222
|
+
input: BatchPutDocumentCommandInput;
|
|
223
|
+
output: BatchPutDocumentCommandOutput;
|
|
224
|
+
};
|
|
225
|
+
};
|
|
215
226
|
}
|
|
@@ -279,4 +279,15 @@ declare const ChatCommand_base: {
|
|
|
279
279
|
* @public
|
|
280
280
|
*/
|
|
281
281
|
export declare class ChatCommand extends ChatCommand_base {
|
|
282
|
+
/** @internal type navigation helper, not in runtime. */
|
|
283
|
+
protected static __types: {
|
|
284
|
+
api: {
|
|
285
|
+
input: ChatInput;
|
|
286
|
+
output: ChatOutput;
|
|
287
|
+
};
|
|
288
|
+
sdk: {
|
|
289
|
+
input: ChatCommandInput;
|
|
290
|
+
output: ChatCommandOutput;
|
|
291
|
+
};
|
|
292
|
+
};
|
|
282
293
|
}
|
|
@@ -256,4 +256,15 @@ declare const ChatSyncCommand_base: {
|
|
|
256
256
|
* @public
|
|
257
257
|
*/
|
|
258
258
|
export declare class ChatSyncCommand extends ChatSyncCommand_base {
|
|
259
|
+
/** @internal type navigation helper, not in runtime. */
|
|
260
|
+
protected static __types: {
|
|
261
|
+
api: {
|
|
262
|
+
input: ChatSyncInput;
|
|
263
|
+
output: ChatSyncOutput;
|
|
264
|
+
};
|
|
265
|
+
sdk: {
|
|
266
|
+
input: ChatSyncCommandInput;
|
|
267
|
+
output: ChatSyncCommandOutput;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
259
270
|
}
|
|
@@ -118,4 +118,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: CreateApplicationRequest;
|
|
125
|
+
output: CreateApplicationResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: CreateApplicationCommandInput;
|
|
129
|
+
output: CreateApplicationCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -174,4 +174,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: CreateDataSourceRequest;
|
|
181
|
+
output: CreateDataSourceResponse;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: CreateDataSourceCommandInput;
|
|
185
|
+
output: CreateDataSourceCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -106,4 +106,15 @@ declare const CreateIndexCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: CreateIndexRequest;
|
|
113
|
+
output: CreateIndexResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: CreateIndexCommandInput;
|
|
117
|
+
output: CreateIndexCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -118,4 +118,15 @@ declare const CreatePluginCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class CreatePluginCommand extends CreatePluginCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: CreatePluginRequest;
|
|
125
|
+
output: CreatePluginResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: CreatePluginCommandInput;
|
|
129
|
+
output: CreatePluginCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -124,4 +124,15 @@ declare const CreateRetrieverCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class CreateRetrieverCommand extends CreateRetrieverCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: CreateRetrieverRequest;
|
|
131
|
+
output: CreateRetrieverResponse;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: CreateRetrieverCommandInput;
|
|
135
|
+
output: CreateRetrieverCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -92,4 +92,15 @@ declare const CreateUserCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: CreateUserRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: CreateUserCommandInput;
|
|
103
|
+
output: CreateUserCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -106,4 +106,15 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class CreateWebExperienceCommand extends CreateWebExperienceCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: CreateWebExperienceRequest;
|
|
113
|
+
output: CreateWebExperienceResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: CreateWebExperienceCommandInput;
|
|
117
|
+
output: CreateWebExperienceCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteApplicationRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteApplicationCommandInput;
|
|
90
|
+
output: DeleteApplicationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteChatControlsConfigurationCommand extends DeleteChatControlsConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteChatControlsConfigurationRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteChatControlsConfigurationCommandInput;
|
|
86
|
+
output: DeleteChatControlsConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteConversationCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteConversationCommand extends DeleteConversationCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteConversationRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteConversationCommandInput;
|
|
92
|
+
output: DeleteConversationCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteDataSourceRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteDataSourceCommandInput;
|
|
94
|
+
output: DeleteDataSourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -90,4 +90,15 @@ declare const DeleteGroupCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteGroupRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteGroupCommandInput;
|
|
101
|
+
output: DeleteGroupCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteIndexCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteIndexRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteIndexCommandInput;
|
|
91
|
+
output: DeleteIndexCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeletePluginCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeletePluginCommand extends DeletePluginCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeletePluginRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeletePluginCommandInput;
|
|
91
|
+
output: DeletePluginCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteRetrieverCommand extends DeleteRetrieverCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteRetrieverRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteRetrieverCommandInput;
|
|
91
|
+
output: DeleteRetrieverCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteUserCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteUserRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteUserCommandInput;
|
|
91
|
+
output: DeleteUserCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteWebExperienceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteWebExperienceCommand extends DeleteWebExperienceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteWebExperienceRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteWebExperienceCommandInput;
|
|
91
|
+
output: DeleteWebExperienceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -110,4 +110,15 @@ declare const GetApplicationCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: GetApplicationRequest;
|
|
117
|
+
output: GetApplicationResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: GetApplicationCommandInput;
|
|
121
|
+
output: GetApplicationCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -133,4 +133,15 @@ declare const GetChatControlsConfigurationCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class GetChatControlsConfigurationCommand extends GetChatControlsConfigurationCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: GetChatControlsConfigurationRequest;
|
|
140
|
+
output: GetChatControlsConfigurationResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: GetChatControlsConfigurationCommandInput;
|
|
144
|
+
output: GetChatControlsConfigurationCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -168,4 +168,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
168
168
|
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: GetDataSourceRequest;
|
|
175
|
+
output: GetDataSourceResponse;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: GetDataSourceCommandInput;
|
|
179
|
+
output: GetDataSourceCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
171
182
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetGroupCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetGroupCommand extends GetGroupCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetGroupRequest;
|
|
108
|
+
output: GetGroupResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetGroupCommandInput;
|
|
112
|
+
output: GetGroupCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetIndexCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetIndexCommand extends GetIndexCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetIndexRequest;
|
|
113
|
+
output: GetIndexResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetIndexCommandInput;
|
|
117
|
+
output: GetIndexCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetPluginCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetPluginCommand extends GetPluginCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetPluginRequest;
|
|
116
|
+
output: GetPluginResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetPluginCommandInput;
|
|
120
|
+
output: GetPluginCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -116,4 +116,15 @@ declare const GetRetrieverCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class GetRetrieverCommand extends GetRetrieverCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: GetRetrieverRequest;
|
|
123
|
+
output: GetRetrieverResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: GetRetrieverCommandInput;
|
|
127
|
+
output: GetRetrieverCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -89,4 +89,15 @@ declare const GetUserCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetUserRequest;
|
|
96
|
+
output: GetUserResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetUserCommandInput;
|
|
100
|
+
output: GetUserCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -110,4 +110,15 @@ declare const GetWebExperienceCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class GetWebExperienceCommand extends GetWebExperienceCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: GetWebExperienceRequest;
|
|
117
|
+
output: GetWebExperienceResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: GetWebExperienceCommandInput;
|
|
121
|
+
output: GetWebExperienceCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListApplicationsRequest;
|
|
91
|
+
output: ListApplicationsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListApplicationsCommandInput;
|
|
95
|
+
output: ListApplicationsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListConversationsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListConversationsCommand extends ListConversationsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListConversationsRequest;
|
|
98
|
+
output: ListConversationsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListConversationsCommandInput;
|
|
102
|
+
output: ListConversationsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListDataSourceSyncJobsRequest;
|
|
111
|
+
output: ListDataSourceSyncJobsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListDataSourceSyncJobsCommandInput;
|
|
115
|
+
output: ListDataSourceSyncJobsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListDataSourcesRequest;
|
|
97
|
+
output: ListDataSourcesResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListDataSourcesCommandInput;
|
|
101
|
+
output: ListDataSourcesCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListDocumentsCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListDocumentsCommand extends ListDocumentsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListDocumentsRequest;
|
|
102
|
+
output: ListDocumentsResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListDocumentsCommandInput;
|
|
106
|
+
output: ListDocumentsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListGroupsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListGroupsRequest;
|
|
98
|
+
output: ListGroupsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListGroupsCommandInput;
|
|
102
|
+
output: ListGroupsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListIndicesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListIndicesCommand extends ListIndicesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListIndicesRequest;
|
|
95
|
+
output: ListIndicesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListIndicesCommandInput;
|
|
99
|
+
output: ListIndicesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -152,4 +152,15 @@ declare const ListMessagesCommand_base: {
|
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
export declare class ListMessagesCommand extends ListMessagesCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: ListMessagesRequest;
|
|
159
|
+
output: ListMessagesResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: ListMessagesCommandInput;
|
|
163
|
+
output: ListMessagesCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListPluginsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListPluginsCommand extends ListPluginsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListPluginsRequest;
|
|
98
|
+
output: ListPluginsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListPluginsCommandInput;
|
|
102
|
+
output: ListPluginsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|