@aws-sdk/client-qbusiness 3.651.1 → 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
|
@@ -24,7 +24,7 @@ export interface ListRetrieversCommandOutput extends ListRetrieversResponse, __M
|
|
|
24
24
|
declare const ListRetrieversCommand_base: {
|
|
25
25
|
new (input: ListRetrieversCommandInput): import("@smithy/smithy-client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListRetrieversCommandInput): import("@smithy/smithy-client").CommandImpl<ListRetrieversCommandInput, ListRetrieversCommandOutput, QBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the retriever used by an Amazon Q Business application.</p>
|
|
@@ -88,4 +88,15 @@ declare const ListRetrieversCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListRetrieversCommand extends ListRetrieversCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListRetrieversRequest;
|
|
95
|
+
output: ListRetrieversResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListRetrieversCommandInput;
|
|
99
|
+
output: ListRetrieversCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListTagsForResourceRequest;
|
|
90
|
+
output: ListTagsForResourceResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListTagsForResourceCommandInput;
|
|
94
|
+
output: ListTagsForResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListWebExperiencesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListWebExperiencesCommand extends ListWebExperiencesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListWebExperiencesRequest;
|
|
95
|
+
output: ListWebExperiencesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListWebExperiencesCommandInput;
|
|
99
|
+
output: ListWebExperiencesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -86,4 +86,15 @@ declare const PutFeedbackCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: PutFeedbackRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: PutFeedbackCommandInput;
|
|
97
|
+
output: PutFeedbackCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -106,4 +106,15 @@ declare const PutGroupCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class PutGroupCommand extends PutGroupCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: PutGroupRequest;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: PutGroupCommandInput;
|
|
117
|
+
output: PutGroupCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -87,4 +87,15 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class StartDataSourceSyncJobCommand extends StartDataSourceSyncJobCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: StartDataSourceSyncJobRequest;
|
|
94
|
+
output: StartDataSourceSyncJobResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: StartDataSourceSyncJobCommandInput;
|
|
98
|
+
output: StartDataSourceSyncJobCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -78,4 +78,15 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class StopDataSourceSyncJobCommand extends StopDataSourceSyncJobCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: StopDataSourceSyncJobRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: StopDataSourceSyncJobCommandInput;
|
|
89
|
+
output: StopDataSourceSyncJobCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -87,4 +87,15 @@ declare const TagResourceCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: TagResourceRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: TagResourceCommandInput;
|
|
98
|
+
output: TagResourceCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -78,4 +78,15 @@ declare const UntagResourceCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UntagResourceRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UntagResourceCommandInput;
|
|
89
|
+
output: UntagResourceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -96,4 +96,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: UpdateApplicationRequest;
|
|
103
|
+
output: {};
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: UpdateApplicationCommandInput;
|
|
107
|
+
output: UpdateApplicationCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -183,4 +183,15 @@ declare const UpdateChatControlsConfigurationCommand_base: {
|
|
|
183
183
|
* @public
|
|
184
184
|
*/
|
|
185
185
|
export declare class UpdateChatControlsConfigurationCommand extends UpdateChatControlsConfigurationCommand_base {
|
|
186
|
+
/** @internal type navigation helper, not in runtime. */
|
|
187
|
+
protected static __types: {
|
|
188
|
+
api: {
|
|
189
|
+
input: UpdateChatControlsConfigurationRequest;
|
|
190
|
+
output: {};
|
|
191
|
+
};
|
|
192
|
+
sdk: {
|
|
193
|
+
input: UpdateChatControlsConfigurationCommandInput;
|
|
194
|
+
output: UpdateChatControlsConfigurationCommandOutput;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
186
197
|
}
|
|
@@ -159,4 +159,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: UpdateDataSourceRequest;
|
|
166
|
+
output: {};
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: UpdateDataSourceCommandInput;
|
|
170
|
+
output: UpdateDataSourceCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateIndexCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateIndexCommand extends UpdateIndexCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateIndexRequest;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateIndexCommandInput;
|
|
106
|
+
output: UpdateIndexCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -108,4 +108,15 @@ declare const UpdatePluginCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class UpdatePluginCommand extends UpdatePluginCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: UpdatePluginRequest;
|
|
115
|
+
output: {};
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: UpdatePluginCommandInput;
|
|
119
|
+
output: UpdatePluginCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -114,4 +114,15 @@ declare const UpdateRetrieverCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class UpdateRetrieverCommand extends UpdateRetrieverCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: UpdateRetrieverRequest;
|
|
121
|
+
output: {};
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: UpdateRetrieverCommandInput;
|
|
125
|
+
output: UpdateRetrieverCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -115,4 +115,15 @@ declare const UpdateUserCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class UpdateUserCommand extends UpdateUserCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: UpdateUserRequest;
|
|
122
|
+
output: UpdateUserResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: UpdateUserCommandInput;
|
|
126
|
+
output: UpdateUserCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -102,4 +102,15 @@ declare const UpdateWebExperienceCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class UpdateWebExperienceCommand extends UpdateWebExperienceCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: UpdateWebExperienceRequest;
|
|
109
|
+
output: {};
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: UpdateWebExperienceCommandInput;
|
|
113
|
+
output: UpdateWebExperienceCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -37,4 +37,15 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
40
|
+
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDeleteDocumentRequest;
|
|
44
|
+
output: BatchDeleteDocumentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDeleteDocumentCommandInput;
|
|
48
|
+
output: BatchDeleteDocumentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
39
|
+
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchPutDocumentRequest;
|
|
43
|
+
output: BatchPutDocumentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchPutDocumentCommandInput;
|
|
47
|
+
output: BatchPutDocumentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const ChatCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class ChatCommand extends ChatCommand_base {
|
|
30
|
+
export declare class ChatCommand extends ChatCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: ChatInput;
|
|
34
|
+
output: ChatOutput;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: ChatCommandInput;
|
|
38
|
+
output: ChatCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ChatSyncCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ChatSyncCommand extends ChatSyncCommand_base {
|
|
36
|
+
export declare class ChatSyncCommand extends ChatSyncCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ChatSyncInput;
|
|
40
|
+
output: ChatSyncOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ChatSyncCommandInput;
|
|
44
|
+
output: ChatSyncCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateApplicationRequest;
|
|
44
|
+
output: CreateApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateApplicationCommandInput;
|
|
48
|
+
output: CreateApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
39
|
+
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDataSourceRequest;
|
|
43
|
+
output: CreateDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDataSourceCommandInput;
|
|
47
|
+
output: CreateDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateIndexCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
36
|
+
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateIndexRequest;
|
|
40
|
+
output: CreateIndexResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateIndexCommandInput;
|
|
44
|
+
output: CreateIndexCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePluginCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePluginCommand extends CreatePluginCommand_base {
|
|
36
|
+
export declare class CreatePluginCommand extends CreatePluginCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePluginRequest;
|
|
40
|
+
output: CreatePluginResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePluginCommandInput;
|
|
44
|
+
output: CreatePluginCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateRetrieverCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateRetrieverCommand extends CreateRetrieverCommand_base {
|
|
39
|
+
export declare class CreateRetrieverCommand extends CreateRetrieverCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRetrieverRequest;
|
|
43
|
+
output: CreateRetrieverResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRetrieverCommandInput;
|
|
47
|
+
output: CreateRetrieverCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
36
|
+
export declare class CreateUserCommand extends CreateUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateUserRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateUserCommandInput;
|
|
44
|
+
output: CreateUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateWebExperienceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateWebExperienceCommand extends CreateWebExperienceCommand_base {
|
|
40
|
+
export declare class CreateWebExperienceCommand extends CreateWebExperienceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateWebExperienceRequest;
|
|
44
|
+
output: CreateWebExperienceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateWebExperienceCommandInput;
|
|
48
|
+
output: CreateWebExperienceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
40
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteApplicationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteApplicationCommandInput;
|
|
48
|
+
output: DeleteApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteChatControlsConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteChatControlsConfigurationCommand extends DeleteChatControlsConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteChatControlsConfigurationCommand extends DeleteChatControlsConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteChatControlsConfigurationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteChatControlsConfigurationCommandInput;
|
|
48
|
+
output: DeleteChatControlsConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteConversationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteConversationCommand extends DeleteConversationCommand_base {
|
|
40
|
+
export declare class DeleteConversationCommand extends DeleteConversationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteConversationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteConversationCommandInput;
|
|
48
|
+
output: DeleteConversationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
39
|
+
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDataSourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDataSourceCommandInput;
|
|
47
|
+
output: DeleteDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteGroupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
36
|
+
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteGroupRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteGroupCommandInput;
|
|
44
|
+
output: DeleteGroupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteIndexCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
36
|
+
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteIndexRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteIndexCommandInput;
|
|
44
|
+
output: DeleteIndexCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePluginCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePluginCommand extends DeletePluginCommand_base {
|
|
36
|
+
export declare class DeletePluginCommand extends DeletePluginCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePluginRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePluginCommandInput;
|
|
44
|
+
output: DeletePluginCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteRetrieverCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteRetrieverCommand extends DeleteRetrieverCommand_base {
|
|
39
|
+
export declare class DeleteRetrieverCommand extends DeleteRetrieverCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteRetrieverRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteRetrieverCommandInput;
|
|
47
|
+
output: DeleteRetrieverCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
36
|
+
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteUserRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteUserCommandInput;
|
|
44
|
+
output: DeleteUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|