@relevanceai/sdk 1.149.0 → 2.0.1
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/README.md +27 -49
- package/dist-cjs/generated/{DiscoveryApi.js → VecDBApi.js} +329 -25
- package/dist-cjs/generated/index.js +1 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/services/index.js +16 -1
- package/dist-cjs/services/vecdb/Dataset.js +137 -0
- package/dist-cjs/services/vecdb/index.js +137 -0
- package/dist-cjs/shared/serviceConfigs.js +4 -4
- package/dist-es/generated/{DiscoveryApi.js → VecDBApi.js} +651 -195
- package/dist-es/generated/index.js +1 -1
- package/dist-es/index.js +1 -1
- package/dist-es/services/index.js +1 -2
- package/dist-es/services/vecdb/Dataset.js +356 -0
- package/dist-es/services/vecdb/index.js +184 -0
- package/dist-es/shared/serviceConfigs.js +4 -4
- package/dist-types/generated/{DiscoveryApi.d.ts → VecDBApi.d.ts} +137 -23
- package/dist-types/generated/{_DiscoveryApiSchemaTypes.d.ts → _VecDBApiSchemaTypes.d.ts} +6841 -4543
- package/dist-types/generated/index.d.ts +1 -1
- package/dist-types/index.d.ts +1 -0
- package/dist-types/services/index.d.ts +1 -0
- package/dist-types/services/vecdb/Dataset.d.ts +52 -0
- package/dist-types/services/vecdb/index.d.ts +44 -0
- package/package.json +3 -2
- /package/dist-cjs/generated/{_DiscoveryApiSchemaTypes.js → _VecDBApiSchemaTypes.js} +0 -0
- /package/dist-es/generated/{_DiscoveryApiSchemaTypes.js → _VecDBApiSchemaTypes.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
|
|
2
|
-
import { operations } from './
|
|
2
|
+
import { operations } from './_VecDBApiSchemaTypes';
|
|
3
3
|
export declare type CreateDeployableInput = operations['CreateDeployable']['requestBody']['content']['application/json'];
|
|
4
4
|
export declare type CreateDeployableOutput = operations['CreateDeployable']['responses']['200']['content']['application/json'];
|
|
5
5
|
export declare type GetDeployableInput = {};
|
|
@@ -40,6 +40,16 @@ export declare type TransferProjectToOrganizationInput = operations['TransferPro
|
|
|
40
40
|
export declare type TransferProjectToOrganizationOutput = operations['TransferProjectToOrganization']['responses']['200']['content']['application/json'];
|
|
41
41
|
export declare type ListProjectsInput = {};
|
|
42
42
|
export declare type ListProjectsOutput = operations['ListProjects']['responses']['200']['content']['application/json'];
|
|
43
|
+
export declare type GetProjectsOrgInfoInput = {};
|
|
44
|
+
export declare type GetProjectsOrgInfoOutput = operations['GetProjectsOrgInfo']['responses']['200']['content']['application/json'];
|
|
45
|
+
export declare type ListProjectKeysInput = {};
|
|
46
|
+
export declare type ListProjectKeysOutput = operations['ListProjectKeys']['responses']['200']['content']['application/json'];
|
|
47
|
+
export declare type GetProjectKeyInput = operations['GetProjectKey']['requestBody']['content']['application/json'];
|
|
48
|
+
export declare type GetProjectKeyOutput = operations['GetProjectKey']['responses']['200']['content']['application/json'];
|
|
49
|
+
export declare type SetProjectKeyInput = operations['SetProjectKey']['requestBody']['content']['application/json'];
|
|
50
|
+
export declare type SetProjectKeyOutput = operations['SetProjectKey']['responses']['200']['content']['application/json'];
|
|
51
|
+
export declare type DeleteProjectKeyInput = operations['DeleteProjectKey']['requestBody']['content']['application/json'];
|
|
52
|
+
export declare type DeleteProjectKeyOutput = operations['DeleteProjectKey']['responses']['200']['content']['application/json'];
|
|
43
53
|
export declare type CreateUserInput = operations['CreateUser']['requestBody']['content']['application/json'];
|
|
44
54
|
export declare type CreateUserOutput = operations['CreateUser']['responses']['200']['content']['application/json'];
|
|
45
55
|
export declare type ListUsersInput = operations['ListUsers']['requestBody']['content']['application/json'];
|
|
@@ -106,6 +116,10 @@ export declare type CreateHierarchicalClustersInput = operations['CreateHierarch
|
|
|
106
116
|
export declare type CreateHierarchicalClustersOutput = operations['CreateHierarchicalClusters']['responses']['200']['content']['application/json'];
|
|
107
117
|
export declare type DeleteClusterSummariesInput = operations['DeleteClusterSummaries']['requestBody']['content']['application/json'];
|
|
108
118
|
export declare type DeleteClusterSummariesOutput = operations['DeleteClusterSummaries']['responses']['200']['content']['application/json'];
|
|
119
|
+
export declare type EditOneToManyClustersInput = operations['EditOneToManyClusters']['requestBody']['content']['application/json'];
|
|
120
|
+
export declare type EditOneToManyClustersOutput = operations['EditOneToManyClusters']['responses']['200']['content']['application/json'];
|
|
121
|
+
export declare type EditListInDocumentsInput = operations['EditListInDocuments']['requestBody']['content']['application/json'];
|
|
122
|
+
export declare type EditListInDocumentsOutput = operations['EditListInDocuments']['responses']['200']['content']['application/json'];
|
|
109
123
|
export declare type CreateOrganizationInput = operations['CreateOrganization']['requestBody']['content']['application/json'];
|
|
110
124
|
export declare type CreateOrganizationOutput = operations['CreateOrganization']['responses']['200']['content']['application/json'];
|
|
111
125
|
export declare type UpdateOrganizationInput = operations['UpdateOrganization']['requestBody']['content']['application/json'];
|
|
@@ -126,6 +140,14 @@ export declare type ListProjectsInOrganizationInput = {};
|
|
|
126
140
|
export declare type ListProjectsInOrganizationOutput = operations['ListProjectsInOrganization']['responses']['200']['content']['application/json'];
|
|
127
141
|
export declare type AggregateOrganizationMetricsInput = operations['AggregateOrganizationMetrics']['requestBody']['content']['application/json'];
|
|
128
142
|
export declare type AggregateOrganizationMetricsOutput = operations['AggregateOrganizationMetrics']['responses']['200']['content']['application/json'];
|
|
143
|
+
export declare type ListBillingEventsInput = operations['ListBillingEvents']['requestBody']['content']['application/json'];
|
|
144
|
+
export declare type ListBillingEventsOutput = operations['ListBillingEvents']['responses']['200']['content']['application/json'];
|
|
145
|
+
export declare type CreateBillingEventAdminInput = operations['CreateBillingEventAdmin']['requestBody']['content']['application/json'];
|
|
146
|
+
export declare type CreateBillingEventAdminOutput = operations['CreateBillingEventAdmin']['responses']['200']['content']['application/json'];
|
|
147
|
+
export declare type GetBillingFrontendLinkInput = {};
|
|
148
|
+
export declare type GetBillingFrontendLinkOutput = operations['GetBillingFrontendLink']['responses']['200']['content']['application/json'];
|
|
149
|
+
export declare type UpdateOrganizationBillingInput = operations['UpdateOrganizationBilling']['requestBody']['content']['application/json'];
|
|
150
|
+
export declare type UpdateOrganizationBillingOutput = operations['UpdateOrganizationBilling']['responses']['200']['content']['application/json'];
|
|
129
151
|
export declare type CreateConnectorInput = operations['CreateConnector']['requestBody']['content']['application/json'];
|
|
130
152
|
export declare type CreateConnectorOutput = operations['CreateConnector']['responses']['200']['content']['application/json'];
|
|
131
153
|
export declare type CheckConnectionInput = operations['CheckConnection']['requestBody']['content']['application/json'];
|
|
@@ -154,6 +176,8 @@ export declare type ListWorkflowsInput = {};
|
|
|
154
176
|
export declare type ListWorkflowsOutput = operations['ListWorkflows']['responses']['200']['content']['application/json'];
|
|
155
177
|
export declare type GetWorkflowStatusInput = operations['GetWorkflowStatus']['requestBody']['content']['application/json'];
|
|
156
178
|
export declare type GetWorkflowStatusOutput = operations['GetWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
179
|
+
export declare type GetWorkflowConfigInput = operations['GetWorkflowConfig']['requestBody']['content']['application/json'];
|
|
180
|
+
export declare type GetWorkflowConfigOutput = operations['GetWorkflowConfig']['responses']['200']['content']['application/json'];
|
|
157
181
|
export declare type DeleteWorkflowStatusInput = operations['DeleteWorkflowStatus']['requestBody']['content']['application/json'];
|
|
158
182
|
export declare type DeleteWorkflowStatusOutput = operations['DeleteWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
159
183
|
export declare type TerminateWorkflowInput = operations['TerminateWorkflow']['requestBody']['content']['application/json'];
|
|
@@ -166,6 +190,18 @@ export declare type UpsertWorkflowStatusInput = operations['UpsertWorkflowStatus
|
|
|
166
190
|
export declare type UpsertWorkflowStatusOutput = operations['UpsertWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
167
191
|
export declare type ListWorkflowTypesInput = {};
|
|
168
192
|
export declare type ListWorkflowTypesOutput = operations['ListWorkflowTypes']['responses']['200']['content']['application/json'];
|
|
193
|
+
export declare type SearchWorkflowTypesInput = operations['SearchWorkflowTypes']['requestBody']['content']['application/json'];
|
|
194
|
+
export declare type SearchWorkflowTypesOutput = operations['SearchWorkflowTypes']['responses']['200']['content']['application/json'];
|
|
195
|
+
export declare type GetWorkflowTypesAsOpenAPIInput = {};
|
|
196
|
+
export declare type GetWorkflowTypesAsOpenAPIOutput = operations['GetWorkflowTypesAsOpenAPI']['responses']['200']['content']['application/json'];
|
|
197
|
+
export declare type AggregateWorkflowTypesInput = operations['AggregateWorkflowTypes']['requestBody']['content']['application/json'];
|
|
198
|
+
export declare type AggregateWorkflowTypesOutput = operations['AggregateWorkflowTypes']['responses']['200']['content']['application/json'];
|
|
199
|
+
export declare type BulkUpdateWorkflowTypesAdminInput = operations['BulkUpdateWorkflowTypesAdmin']['requestBody']['content']['application/json'];
|
|
200
|
+
export declare type BulkUpdateWorkflowTypesAdminOutput = operations['BulkUpdateWorkflowTypesAdmin']['responses']['200']['content']['application/json'];
|
|
201
|
+
export declare type UpdateWorkflowTypesVersionAliasesAdminInput = operations['UpdateWorkflowTypesVersionAliasesAdmin']['requestBody']['content']['application/json'];
|
|
202
|
+
export declare type UpdateWorkflowTypesVersionAliasesAdminOutput = operations['UpdateWorkflowTypesVersionAliasesAdmin']['responses']['200']['content']['application/json'];
|
|
203
|
+
export declare type GetWorkflowTypesVersionAliasesInput = operations['GetWorkflowTypesVersionAliases']['requestBody']['content']['application/json'];
|
|
204
|
+
export declare type GetWorkflowTypesVersionAliasesOutput = operations['GetWorkflowTypesVersionAliases']['responses']['200']['content']['application/json'];
|
|
169
205
|
export declare type GetWorkflowTypeInput = {};
|
|
170
206
|
export declare type GetWorkflowTypeOutput = operations['GetWorkflowType']['responses']['200']['content']['application/json'];
|
|
171
207
|
export declare type ValidateWorkflowParamsInput = operations['ValidateWorkflowParams']['requestBody']['content']['application/json'];
|
|
@@ -176,6 +212,8 @@ export declare type BulkInsertInput = operations['BulkInsert']['requestBody']['c
|
|
|
176
212
|
export declare type BulkInsertOutput = operations['BulkInsert']['responses']['200']['content']['application/json'];
|
|
177
213
|
export declare type GetFileUploadUrlsForDatasetInput = operations['GetFileUploadUrlsForDataset']['requestBody']['content']['application/json'];
|
|
178
214
|
export declare type GetFileUploadUrlsForDatasetOutput = operations['GetFileUploadUrlsForDataset']['responses']['200']['content']['application/json'];
|
|
215
|
+
export declare type GetTemporaryFileUploadUrlInput = operations['GetTemporaryFileUploadUrl']['requestBody']['content']['application/json'];
|
|
216
|
+
export declare type GetTemporaryFileUploadUrlOutput = operations['GetTemporaryFileUploadUrl']['responses']['200']['content']['application/json'];
|
|
179
217
|
export declare type ListFileUploadsForDatasetInput = {};
|
|
180
218
|
export declare type ListFileUploadsForDatasetOutput = operations['ListFileUploadsForDataset']['responses']['200']['content']['application/json'];
|
|
181
219
|
export declare type ParseBlobInput = operations['ParseBlob']['requestBody']['content']['application/json'];
|
|
@@ -184,6 +222,8 @@ export declare type CopyForeignDatasetInput = operations['CopyForeignDataset']['
|
|
|
184
222
|
export declare type CopyForeignDatasetOutput = operations['CopyForeignDataset']['responses']['200']['content']['application/json'];
|
|
185
223
|
export declare type CreateProjectReadKeyInput = operations['CreateProjectReadKey']['requestBody']['content']['application/json'];
|
|
186
224
|
export declare type CreateProjectReadKeyOutput = operations['CreateProjectReadKey']['responses']['200']['content']['application/json'];
|
|
225
|
+
export declare type GenerateOnboardingInput = operations['GenerateOnboarding']['requestBody']['content']['application/json'];
|
|
226
|
+
export declare type GenerateOnboardingOutput = operations['GenerateOnboarding']['responses']['200']['content']['application/json'];
|
|
187
227
|
export declare type DeleteDatasetInput = operations['DeleteDataset']['requestBody']['content']['application/json'];
|
|
188
228
|
export declare type DeleteDatasetOutput = operations['DeleteDataset']['responses']['200']['content']['application/json'];
|
|
189
229
|
export declare type CreateDatasetInput = operations['CreateDataset']['requestBody']['content']['application/json'];
|
|
@@ -202,8 +242,6 @@ export declare type GetFieldHealthInput = {};
|
|
|
202
242
|
export declare type GetFieldHealthOutput = operations['GetFieldHealth']['responses']['200']['content']['application/json'];
|
|
203
243
|
export declare type GetDatasetStatsInput = {};
|
|
204
244
|
export declare type GetDatasetStatsOutput = operations['GetDatasetStats']['responses']['200']['content']['application/json'];
|
|
205
|
-
export declare type GetDatasetUsageInput = operations['GetDatasetUsage']['requestBody']['content']['application/json'];
|
|
206
|
-
export declare type GetDatasetUsageOutput = operations['GetDatasetUsage']['responses']['200']['content']['application/json'];
|
|
207
245
|
export declare type GetVectorMappingsInput = {};
|
|
208
246
|
export declare type GetVectorMappingsOutput = operations['GetVectorMappings']['responses']['200']['content']['application/json'];
|
|
209
247
|
export declare type GetDatasetDetailsInput = operations['GetDatasetDetails']['requestBody']['content']['application/json'];
|
|
@@ -274,8 +312,10 @@ export declare type VectorizeAndInsertInput = operations['VectorizeAndInsert']['
|
|
|
274
312
|
export declare type VectorizeAndInsertOutput = operations['VectorizeAndInsert']['responses']['200']['content']['application/json'];
|
|
275
313
|
export declare type VectorizeFieldInput = operations['VectorizeField']['requestBody']['content']['application/json'];
|
|
276
314
|
export declare type VectorizeFieldOutput = operations['VectorizeField']['responses']['200']['content']['application/json'];
|
|
277
|
-
export declare type
|
|
278
|
-
export declare type
|
|
315
|
+
export declare type ListDatasetWorkflowsByFieldsInput = {};
|
|
316
|
+
export declare type ListDatasetWorkflowsByFieldsOutput = operations['ListDatasetWorkflowsByFields']['responses']['200']['content']['application/json'];
|
|
317
|
+
export declare type GetAPIHealthInput = {};
|
|
318
|
+
export declare type GetAPIHealthOutput = operations['GetAPIHealth']['responses']['200']['content']['application/json'];
|
|
279
319
|
export declare type DeleteFieldChildrenInput = operations['DeleteFieldChildren']['requestBody']['content']['application/json'];
|
|
280
320
|
export declare type DeleteFieldChildrenOutput = operations['DeleteFieldChildren']['responses']['200']['content']['application/json'];
|
|
281
321
|
export declare type ListFieldChildrensInput = operations['ListFieldChildrens']['requestBody']['content']['application/json'];
|
|
@@ -312,16 +352,16 @@ export declare type ListDatasetEditorHistorysInput = operations['ListDatasetEdit
|
|
|
312
352
|
export declare type ListDatasetEditorHistorysOutput = operations['ListDatasetEditorHistorys']['responses']['200']['content']['application/json'];
|
|
313
353
|
export declare type CreateDatasetEditorHistoryInput = operations['CreateDatasetEditorHistory']['requestBody']['content']['application/json'];
|
|
314
354
|
export declare type CreateDatasetEditorHistoryOutput = operations['CreateDatasetEditorHistory']['responses']['200']['content']['application/json'];
|
|
315
|
-
export declare type
|
|
316
|
-
export declare type
|
|
317
|
-
export declare type
|
|
318
|
-
export declare type
|
|
319
|
-
export declare type
|
|
320
|
-
export declare type
|
|
321
|
-
export declare type
|
|
322
|
-
export declare type
|
|
323
|
-
export declare type
|
|
324
|
-
export declare type
|
|
355
|
+
export declare type ListEditorConfigurationsInput = operations['ListEditorConfigurations']['requestBody']['content']['application/json'];
|
|
356
|
+
export declare type ListEditorConfigurationsOutput = operations['ListEditorConfigurations']['responses']['200']['content']['application/json'];
|
|
357
|
+
export declare type CreateEditorConfigurationInput = operations['CreateEditorConfiguration']['requestBody']['content']['application/json'];
|
|
358
|
+
export declare type CreateEditorConfigurationOutput = operations['CreateEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
359
|
+
export declare type UpdateEditorConfigurationInput = operations['UpdateEditorConfiguration']['requestBody']['content']['application/json'];
|
|
360
|
+
export declare type UpdateEditorConfigurationOutput = operations['UpdateEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
361
|
+
export declare type DeleteEditorConfigurationInput = operations['DeleteEditorConfiguration']['requestBody']['content']['application/json'];
|
|
362
|
+
export declare type DeleteEditorConfigurationOutput = operations['DeleteEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
363
|
+
export declare type GetEditorConfigurationInput = {};
|
|
364
|
+
export declare type GetEditorConfigurationOutput = operations['GetEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
325
365
|
export declare type ListKeyphrasesInput = operations['ListKeyphrases']['requestBody']['content']['application/json'];
|
|
326
366
|
export declare type ListKeyphrasesOutput = operations['ListKeyphrases']['responses']['200']['content']['application/json'];
|
|
327
367
|
export declare type UpdateKeyphraseInput = operations['UpdateKeyphrase']['requestBody']['content']['application/json'];
|
|
@@ -332,6 +372,8 @@ export declare type GetKeyphraseInput = {};
|
|
|
332
372
|
export declare type GetKeyphraseOutput = operations['GetKeyphrase']['responses']['200']['content']['application/json'];
|
|
333
373
|
export declare type BulkUpdateKeyphrasesInput = operations['BulkUpdateKeyphrases']['requestBody']['content']['application/json'];
|
|
334
374
|
export declare type BulkUpdateKeyphrasesOutput = operations['BulkUpdateKeyphrases']['responses']['200']['content']['application/json'];
|
|
375
|
+
export declare type BulkDeleteKeyphrasesInput = operations['BulkDeleteKeyphrases']['requestBody']['content']['application/json'];
|
|
376
|
+
export declare type BulkDeleteKeyphrasesOutput = operations['BulkDeleteKeyphrases']['responses']['200']['content']['application/json'];
|
|
335
377
|
export declare type ListTaxonomysInput = operations['ListTaxonomys']['requestBody']['content']['application/json'];
|
|
336
378
|
export declare type ListTaxonomysOutput = operations['ListTaxonomys']['responses']['200']['content']['application/json'];
|
|
337
379
|
export declare type UpdateTaxonomyInput = operations['UpdateTaxonomy']['requestBody']['content']['application/json'];
|
|
@@ -342,7 +384,41 @@ export declare type GetTaxonomyInput = {};
|
|
|
342
384
|
export declare type GetTaxonomyOutput = operations['GetTaxonomy']['responses']['200']['content']['application/json'];
|
|
343
385
|
export declare type CreateTaxonomyInput = operations['CreateTaxonomy']['requestBody']['content']['application/json'];
|
|
344
386
|
export declare type CreateTaxonomyOutput = operations['CreateTaxonomy']['responses']['200']['content']['application/json'];
|
|
345
|
-
export declare
|
|
387
|
+
export declare type DeleteFavouriteDatasetInput = operations['DeleteFavouriteDataset']['requestBody']['content']['application/json'];
|
|
388
|
+
export declare type DeleteFavouriteDatasetOutput = operations['DeleteFavouriteDataset']['responses']['200']['content']['application/json'];
|
|
389
|
+
export declare type ListFavouriteDatasetsInput = operations['ListFavouriteDatasets']['requestBody']['content']['application/json'];
|
|
390
|
+
export declare type ListFavouriteDatasetsOutput = operations['ListFavouriteDatasets']['responses']['200']['content']['application/json'];
|
|
391
|
+
export declare type UpdateFavouriteDatasetInput = operations['UpdateFavouriteDataset']['requestBody']['content']['application/json'];
|
|
392
|
+
export declare type UpdateFavouriteDatasetOutput = operations['UpdateFavouriteDataset']['responses']['200']['content']['application/json'];
|
|
393
|
+
export declare type DeleteFavouriteDeployableInput = operations['DeleteFavouriteDeployable']['requestBody']['content']['application/json'];
|
|
394
|
+
export declare type DeleteFavouriteDeployableOutput = operations['DeleteFavouriteDeployable']['responses']['200']['content']['application/json'];
|
|
395
|
+
export declare type ListFavouriteDeployablesInput = operations['ListFavouriteDeployables']['requestBody']['content']['application/json'];
|
|
396
|
+
export declare type ListFavouriteDeployablesOutput = operations['ListFavouriteDeployables']['responses']['200']['content']['application/json'];
|
|
397
|
+
export declare type UpdateFavouriteDeployableInput = operations['UpdateFavouriteDeployable']['requestBody']['content']['application/json'];
|
|
398
|
+
export declare type UpdateFavouriteDeployableOutput = operations['UpdateFavouriteDeployable']['responses']['200']['content']['application/json'];
|
|
399
|
+
export declare type DeleteUserOnboardingFlagInput = operations['DeleteUserOnboardingFlag']['requestBody']['content']['application/json'];
|
|
400
|
+
export declare type DeleteUserOnboardingFlagOutput = operations['DeleteUserOnboardingFlag']['responses']['200']['content']['application/json'];
|
|
401
|
+
export declare type ListUserOnboardingFlagsInput = operations['ListUserOnboardingFlags']['requestBody']['content']['application/json'];
|
|
402
|
+
export declare type ListUserOnboardingFlagsOutput = operations['ListUserOnboardingFlags']['responses']['200']['content']['application/json'];
|
|
403
|
+
export declare type UpdateUserOnboardingFlagInput = operations['UpdateUserOnboardingFlag']['requestBody']['content']['application/json'];
|
|
404
|
+
export declare type UpdateUserOnboardingFlagOutput = operations['UpdateUserOnboardingFlag']['responses']['200']['content']['application/json'];
|
|
405
|
+
export declare type GetTranscriptTagListInput = {};
|
|
406
|
+
export declare type GetTranscriptTagListOutput = operations['GetTranscriptTagList']['responses']['200']['content']['application/json'];
|
|
407
|
+
export declare type UpdateTranscriptTagListInput = operations['UpdateTranscriptTagList']['requestBody']['content']['application/json'];
|
|
408
|
+
export declare type UpdateTranscriptTagListOutput = operations['UpdateTranscriptTagList']['responses']['200']['content']['application/json'];
|
|
409
|
+
export declare type ListTranscriptTagListsInput = operations['ListTranscriptTagLists']['requestBody']['content']['application/json'];
|
|
410
|
+
export declare type ListTranscriptTagListsOutput = operations['ListTranscriptTagLists']['responses']['200']['content']['application/json'];
|
|
411
|
+
export declare type ListTagsInput = operations['ListTags']['requestBody']['content']['application/json'];
|
|
412
|
+
export declare type ListTagsOutput = operations['ListTags']['responses']['200']['content']['application/json'];
|
|
413
|
+
export declare type DeleteTagInput = operations['DeleteTag']['requestBody']['content']['application/json'];
|
|
414
|
+
export declare type DeleteTagOutput = operations['DeleteTag']['responses']['200']['content']['application/json'];
|
|
415
|
+
export declare type GetTagInput = {};
|
|
416
|
+
export declare type GetTagOutput = operations['GetTag']['responses']['200']['content']['application/json'];
|
|
417
|
+
export declare type BulkDeleteTagsInput = operations['BulkDeleteTags']['requestBody']['content']['application/json'];
|
|
418
|
+
export declare type BulkDeleteTagsOutput = operations['BulkDeleteTags']['responses']['200']['content']['application/json'];
|
|
419
|
+
export declare type BulkUpdateTagsInput = operations['BulkUpdateTags']['requestBody']['content']['application/json'];
|
|
420
|
+
export declare type BulkUpdateTagsOutput = operations['BulkUpdateTags']['responses']['200']['content']['application/json'];
|
|
421
|
+
export declare class VecDBApiClient extends _GenericClient {
|
|
346
422
|
constructor(config: _ClientInput);
|
|
347
423
|
CreateDeployable(input: CommandInput<CreateDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableOutput>>;
|
|
348
424
|
GetDeployable(input: CommandInput<GetDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDeployableOutput>>;
|
|
@@ -364,6 +440,11 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
364
440
|
UpdateProject(input: CommandInput<UpdateProjectInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateProjectOutput>>;
|
|
365
441
|
TransferProjectToOrganization(input: CommandInput<TransferProjectToOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TransferProjectToOrganizationOutput>>;
|
|
366
442
|
ListProjects(input: CommandInput<ListProjectsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectsOutput>>;
|
|
443
|
+
GetProjectsOrgInfo(input: CommandInput<GetProjectsOrgInfoInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetProjectsOrgInfoOutput>>;
|
|
444
|
+
ListProjectKeys(input: CommandInput<ListProjectKeysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectKeysOutput>>;
|
|
445
|
+
GetProjectKey(input: CommandInput<GetProjectKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetProjectKeyOutput>>;
|
|
446
|
+
SetProjectKey(input: CommandInput<SetProjectKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SetProjectKeyOutput>>;
|
|
447
|
+
DeleteProjectKey(input: CommandInput<DeleteProjectKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteProjectKeyOutput>>;
|
|
367
448
|
CreateUser(input: CommandInput<CreateUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateUserOutput>>;
|
|
368
449
|
ListUsers(input: CommandInput<ListUsersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUsersOutput>>;
|
|
369
450
|
IsUserAuthorized(input: CommandInput<IsUserAuthorizedInput>, options?: _GenericMethodOptions): Promise<CommandOutput<IsUserAuthorizedOutput>>;
|
|
@@ -397,6 +478,8 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
397
478
|
ListClusterSummaries(input: CommandInput<ListClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClusterSummariesOutput>>;
|
|
398
479
|
CreateHierarchicalClusters(input: CommandInput<CreateHierarchicalClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateHierarchicalClustersOutput>>;
|
|
399
480
|
DeleteClusterSummaries(input: CommandInput<DeleteClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteClusterSummariesOutput>>;
|
|
481
|
+
EditOneToManyClusters(input: CommandInput<EditOneToManyClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<EditOneToManyClustersOutput>>;
|
|
482
|
+
EditListInDocuments(input: CommandInput<EditListInDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<EditListInDocumentsOutput>>;
|
|
400
483
|
CreateOrganization(input: CommandInput<CreateOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateOrganizationOutput>>;
|
|
401
484
|
UpdateOrganization(input: CommandInput<UpdateOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOrganizationOutput>>;
|
|
402
485
|
UpdateOrganizationAdmin(input: CommandInput<UpdateOrganizationAdminInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOrganizationAdminOutput>>;
|
|
@@ -407,6 +490,10 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
407
490
|
ListUsersInOrganization(input: CommandInput<ListUsersInOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUsersInOrganizationOutput>>;
|
|
408
491
|
ListProjectsInOrganization(input: CommandInput<ListProjectsInOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectsInOrganizationOutput>>;
|
|
409
492
|
AggregateOrganizationMetrics(input: CommandInput<AggregateOrganizationMetricsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateOrganizationMetricsOutput>>;
|
|
493
|
+
ListBillingEvents(input: CommandInput<ListBillingEventsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListBillingEventsOutput>>;
|
|
494
|
+
CreateBillingEventAdmin(input: CommandInput<CreateBillingEventAdminInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateBillingEventAdminOutput>>;
|
|
495
|
+
GetBillingFrontendLink(input: CommandInput<GetBillingFrontendLinkInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetBillingFrontendLinkOutput>>;
|
|
496
|
+
UpdateOrganizationBilling(input: CommandInput<UpdateOrganizationBillingInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOrganizationBillingOutput>>;
|
|
410
497
|
CreateConnector(input: CommandInput<CreateConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateConnectorOutput>>;
|
|
411
498
|
CheckConnection(input: CommandInput<CheckConnectionInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CheckConnectionOutput>>;
|
|
412
499
|
GetConnector(input: CommandInput<GetConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetConnectorOutput>>;
|
|
@@ -421,21 +508,30 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
421
508
|
TriggerWorkflow(input: CommandInput<TriggerWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TriggerWorkflowOutput>>;
|
|
422
509
|
ListWorkflows(input: CommandInput<ListWorkflowsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListWorkflowsOutput>>;
|
|
423
510
|
GetWorkflowStatus(input: CommandInput<GetWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowStatusOutput>>;
|
|
511
|
+
GetWorkflowConfig(input: CommandInput<GetWorkflowConfigInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowConfigOutput>>;
|
|
424
512
|
DeleteWorkflowStatus(input: CommandInput<DeleteWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteWorkflowStatusOutput>>;
|
|
425
513
|
TerminateWorkflow(input: CommandInput<TerminateWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TerminateWorkflowOutput>>;
|
|
426
514
|
UpsertWorkflowMetadata(input: CommandInput<UpsertWorkflowMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowMetadataOutput>>;
|
|
427
515
|
UpsertWorkflowProgress(input: CommandInput<UpsertWorkflowProgressInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowProgressOutput>>;
|
|
428
516
|
UpsertWorkflowStatus(input: CommandInput<UpsertWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowStatusOutput>>;
|
|
429
517
|
ListWorkflowTypes(input: CommandInput<ListWorkflowTypesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListWorkflowTypesOutput>>;
|
|
518
|
+
SearchWorkflowTypes(input: CommandInput<SearchWorkflowTypesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SearchWorkflowTypesOutput>>;
|
|
519
|
+
GetWorkflowTypesAsOpenAPI(input: CommandInput<GetWorkflowTypesAsOpenAPIInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowTypesAsOpenAPIOutput>>;
|
|
520
|
+
AggregateWorkflowTypes(input: CommandInput<AggregateWorkflowTypesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateWorkflowTypesOutput>>;
|
|
521
|
+
BulkUpdateWorkflowTypesAdmin(input: CommandInput<BulkUpdateWorkflowTypesAdminInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateWorkflowTypesAdminOutput>>;
|
|
522
|
+
UpdateWorkflowTypesVersionAliasesAdmin(input: CommandInput<UpdateWorkflowTypesVersionAliasesAdminInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateWorkflowTypesVersionAliasesAdminOutput>>;
|
|
523
|
+
GetWorkflowTypesVersionAliases(input: CommandInput<GetWorkflowTypesVersionAliasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowTypesVersionAliasesOutput>>;
|
|
430
524
|
GetWorkflowType(input: CommandInput<GetWorkflowTypeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowTypeOutput>>;
|
|
431
525
|
ValidateWorkflowParams(input: CommandInput<ValidateWorkflowParamsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ValidateWorkflowParamsOutput>>;
|
|
432
526
|
Insert(input: CommandInput<InsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertOutput>>;
|
|
433
527
|
BulkInsert(input: CommandInput<BulkInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkInsertOutput>>;
|
|
434
528
|
GetFileUploadUrlsForDataset(input: CommandInput<GetFileUploadUrlsForDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFileUploadUrlsForDatasetOutput>>;
|
|
529
|
+
GetTemporaryFileUploadUrl(input: CommandInput<GetTemporaryFileUploadUrlInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetTemporaryFileUploadUrlOutput>>;
|
|
435
530
|
ListFileUploadsForDataset(input: CommandInput<ListFileUploadsForDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFileUploadsForDatasetOutput>>;
|
|
436
531
|
ParseBlob(input: CommandInput<ParseBlobInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ParseBlobOutput>>;
|
|
437
532
|
CopyForeignDataset(input: CommandInput<CopyForeignDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CopyForeignDatasetOutput>>;
|
|
438
533
|
CreateProjectReadKey(input: CommandInput<CreateProjectReadKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectReadKeyOutput>>;
|
|
534
|
+
GenerateOnboarding(input: CommandInput<GenerateOnboardingInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GenerateOnboardingOutput>>;
|
|
439
535
|
DeleteDataset(input: CommandInput<DeleteDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDatasetOutput>>;
|
|
440
536
|
CreateDataset(input: CommandInput<CreateDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetOutput>>;
|
|
441
537
|
GetSchema(input: CommandInput<GetSchemaInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetSchemaOutput>>;
|
|
@@ -445,7 +541,6 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
445
541
|
SearchDatasets(input: CommandInput<SearchDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SearchDatasetsOutput>>;
|
|
446
542
|
GetFieldHealth(input: CommandInput<GetFieldHealthInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFieldHealthOutput>>;
|
|
447
543
|
GetDatasetStats(input: CommandInput<GetDatasetStatsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetStatsOutput>>;
|
|
448
|
-
GetDatasetUsage(input: CommandInput<GetDatasetUsageInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetUsageOutput>>;
|
|
449
544
|
GetVectorMappings(input: CommandInput<GetVectorMappingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetVectorMappingsOutput>>;
|
|
450
545
|
GetDatasetDetails(input: CommandInput<GetDatasetDetailsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetDetailsOutput>>;
|
|
451
546
|
GetDocument(input: CommandInput<GetDocumentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDocumentOutput>>;
|
|
@@ -481,7 +576,8 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
481
576
|
Vectorize(input: CommandInput<VectorizeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeOutput>>;
|
|
482
577
|
VectorizeAndInsert(input: CommandInput<VectorizeAndInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeAndInsertOutput>>;
|
|
483
578
|
VectorizeField(input: CommandInput<VectorizeFieldInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeFieldOutput>>;
|
|
484
|
-
|
|
579
|
+
ListDatasetWorkflowsByFields(input: CommandInput<ListDatasetWorkflowsByFieldsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetWorkflowsByFieldsOutput>>;
|
|
580
|
+
GetAPIHealth(input: CommandInput<GetAPIHealthInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetAPIHealthOutput>>;
|
|
485
581
|
DeleteFieldChildren(input: CommandInput<DeleteFieldChildrenInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteFieldChildrenOutput>>;
|
|
486
582
|
ListFieldChildrens(input: CommandInput<ListFieldChildrensInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFieldChildrensOutput>>;
|
|
487
583
|
UpdateFieldChildren(input: CommandInput<UpdateFieldChildrenInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateFieldChildrenOutput>>;
|
|
@@ -500,19 +596,37 @@ export declare class DiscoveryApiClient extends _GenericClient {
|
|
|
500
596
|
CreateComponent(input: CommandInput<CreateComponentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateComponentOutput>>;
|
|
501
597
|
ListDatasetEditorHistorys(input: CommandInput<ListDatasetEditorHistorysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetEditorHistorysOutput>>;
|
|
502
598
|
CreateDatasetEditorHistory(input: CommandInput<CreateDatasetEditorHistoryInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetEditorHistoryOutput>>;
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
599
|
+
ListEditorConfigurations(input: CommandInput<ListEditorConfigurationsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListEditorConfigurationsOutput>>;
|
|
600
|
+
CreateEditorConfiguration(input: CommandInput<CreateEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateEditorConfigurationOutput>>;
|
|
601
|
+
UpdateEditorConfiguration(input: CommandInput<UpdateEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateEditorConfigurationOutput>>;
|
|
602
|
+
DeleteEditorConfiguration(input: CommandInput<DeleteEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteEditorConfigurationOutput>>;
|
|
603
|
+
GetEditorConfiguration(input: CommandInput<GetEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetEditorConfigurationOutput>>;
|
|
508
604
|
ListKeyphrases(input: CommandInput<ListKeyphrasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListKeyphrasesOutput>>;
|
|
509
605
|
UpdateKeyphrase(input: CommandInput<UpdateKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateKeyphraseOutput>>;
|
|
510
606
|
DeleteKeyphrase(input: CommandInput<DeleteKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteKeyphraseOutput>>;
|
|
511
607
|
GetKeyphrase(input: CommandInput<GetKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetKeyphraseOutput>>;
|
|
512
608
|
BulkUpdateKeyphrases(input: CommandInput<BulkUpdateKeyphrasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateKeyphrasesOutput>>;
|
|
609
|
+
BulkDeleteKeyphrases(input: CommandInput<BulkDeleteKeyphrasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkDeleteKeyphrasesOutput>>;
|
|
513
610
|
ListTaxonomys(input: CommandInput<ListTaxonomysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListTaxonomysOutput>>;
|
|
514
611
|
UpdateTaxonomy(input: CommandInput<UpdateTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateTaxonomyOutput>>;
|
|
515
612
|
DeleteTaxonomy(input: CommandInput<DeleteTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteTaxonomyOutput>>;
|
|
516
613
|
GetTaxonomy(input: CommandInput<GetTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetTaxonomyOutput>>;
|
|
517
614
|
CreateTaxonomy(input: CommandInput<CreateTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateTaxonomyOutput>>;
|
|
615
|
+
DeleteFavouriteDataset(input: CommandInput<DeleteFavouriteDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteFavouriteDatasetOutput>>;
|
|
616
|
+
ListFavouriteDatasets(input: CommandInput<ListFavouriteDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFavouriteDatasetsOutput>>;
|
|
617
|
+
UpdateFavouriteDataset(input: CommandInput<UpdateFavouriteDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateFavouriteDatasetOutput>>;
|
|
618
|
+
DeleteFavouriteDeployable(input: CommandInput<DeleteFavouriteDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteFavouriteDeployableOutput>>;
|
|
619
|
+
ListFavouriteDeployables(input: CommandInput<ListFavouriteDeployablesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFavouriteDeployablesOutput>>;
|
|
620
|
+
UpdateFavouriteDeployable(input: CommandInput<UpdateFavouriteDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateFavouriteDeployableOutput>>;
|
|
621
|
+
DeleteUserOnboardingFlag(input: CommandInput<DeleteUserOnboardingFlagInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteUserOnboardingFlagOutput>>;
|
|
622
|
+
ListUserOnboardingFlags(input: CommandInput<ListUserOnboardingFlagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUserOnboardingFlagsOutput>>;
|
|
623
|
+
UpdateUserOnboardingFlag(input: CommandInput<UpdateUserOnboardingFlagInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateUserOnboardingFlagOutput>>;
|
|
624
|
+
GetTranscriptTagList(input: CommandInput<GetTranscriptTagListInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetTranscriptTagListOutput>>;
|
|
625
|
+
UpdateTranscriptTagList(input: CommandInput<UpdateTranscriptTagListInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateTranscriptTagListOutput>>;
|
|
626
|
+
ListTranscriptTagLists(input: CommandInput<ListTranscriptTagListsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListTranscriptTagListsOutput>>;
|
|
627
|
+
ListTags(input: CommandInput<ListTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListTagsOutput>>;
|
|
628
|
+
DeleteTag(input: CommandInput<DeleteTagInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteTagOutput>>;
|
|
629
|
+
GetTag(input: CommandInput<GetTagInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetTagOutput>>;
|
|
630
|
+
BulkDeleteTags(input: CommandInput<BulkDeleteTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkDeleteTagsOutput>>;
|
|
631
|
+
BulkUpdateTags(input: CommandInput<BulkUpdateTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateTagsOutput>>;
|
|
518
632
|
}
|