@aws-sdk/client-wisdom 3.1044.0 → 3.1046.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +98 -99
- package/dist-cjs/models/WisdomServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Wisdom.js +1 -1
- package/dist-es/WisdomClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/CreateAssistantCommand.js +2 -2
- package/dist-es/commands/CreateContentCommand.js +2 -2
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/CreateQuickResponseCommand.js +2 -2
- package/dist-es/commands/CreateSessionCommand.js +2 -2
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAssistantCommand.js +2 -2
- package/dist-es/commands/DeleteContentCommand.js +2 -2
- package/dist-es/commands/DeleteImportJobCommand.js +2 -2
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/DeleteQuickResponseCommand.js +2 -2
- package/dist-es/commands/GetAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/GetAssistantCommand.js +2 -2
- package/dist-es/commands/GetContentCommand.js +2 -2
- package/dist-es/commands/GetContentSummaryCommand.js +2 -2
- package/dist-es/commands/GetImportJobCommand.js +2 -2
- package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/GetQuickResponseCommand.js +2 -2
- package/dist-es/commands/GetRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -2
- package/dist-es/commands/ListAssistantsCommand.js +2 -2
- package/dist-es/commands/ListContentsCommand.js +2 -2
- package/dist-es/commands/ListImportJobsCommand.js +2 -2
- package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -2
- package/dist-es/commands/ListQuickResponsesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -2
- package/dist-es/commands/QueryAssistantCommand.js +2 -2
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-es/commands/SearchContentCommand.js +2 -2
- package/dist-es/commands/SearchQuickResponsesCommand.js +2 -2
- package/dist-es/commands/SearchSessionsCommand.js +2 -2
- package/dist-es/commands/StartContentUploadCommand.js +2 -2
- package/dist-es/commands/StartImportJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateContentCommand.js +2 -2
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-es/commands/UpdateQuickResponseCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/WisdomServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/WisdomClient.d.ts +5 -5
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -4
- package/dist-types/commands/CreateContentCommand.d.ts +6 -4
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssistantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -4
- package/dist-types/commands/GetContentCommand.d.ts +6 -4
- package/dist-types/commands/GetContentSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/GetQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -4
- package/dist-types/commands/ListContentsCommand.d.ts +6 -4
- package/dist-types/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +6 -4
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
- package/dist-types/commands/QueryAssistantCommand.d.ts +6 -4
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/commands/SearchContentCommand.d.ts +6 -4
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +6 -4
- package/dist-types/commands/SearchSessionsCommand.d.ts +6 -4
- package/dist-types/commands/StartContentUploadCommand.d.ts +6 -4
- package/dist-types/commands/StartImportJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/WisdomServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/WisdomClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/WisdomServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class WisdomServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultWisdomHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateAssistantAssociationRequest, CreateAssistantAssociationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssistantAssociationCommandInput extends CreateAssistantA
|
|
|
22
22
|
export interface CreateAssistantAssociationCommandOutput extends CreateAssistantAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: CreateAssistantAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssistantAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an association between an Amazon Connect Wisdom assistant and another resource. Currently, the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateAssistantRequest, CreateAssistantResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssistantCommandInput extends CreateAssistantRequest {
|
|
|
22
22
|
export interface CreateAssistantCommandOutput extends CreateAssistantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssistantCommand_base: {
|
|
25
|
-
new (input: CreateAssistantCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssistantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssistantCommandInput): import("@smithy/core/client").CommandImpl<CreateAssistantCommandInput, CreateAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an Amazon Connect Wisdom assistant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateContentRequest, CreateContentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateContentCommandInput extends CreateContentRequest {
|
|
|
22
22
|
export interface CreateContentCommandOutput extends CreateContentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateContentCommand_base: {
|
|
25
|
-
new (input: CreateContentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateContentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateContentCommandInput): import("@smithy/core/client").CommandImpl<CreateContentCommandInput, CreateContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates Wisdom content. Before to calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateKnowledgeBaseCommandInput extends CreateKnowledgeBaseRequ
|
|
|
22
22
|
export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKnowledgeBaseCommand_base: {
|
|
25
|
-
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a knowledge base.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateQuickResponseRequest, CreateQuickResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateQuickResponseCommandInput extends CreateQuickResponseRequ
|
|
|
22
22
|
export interface CreateQuickResponseCommandOutput extends CreateQuickResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateQuickResponseCommand_base: {
|
|
25
|
-
new (input: CreateQuickResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateQuickResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a Wisdom quick response.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateSessionCommandInput extends CreateSessionRequest {
|
|
|
22
22
|
export interface CreateSessionCommandOutput extends CreateSessionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSessionCommand_base: {
|
|
25
|
-
new (input: CreateSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSessionCommandInput): import("@smithy/core/client").CommandImpl<CreateSessionCommandInput, CreateSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a session. A session is a contextual container used for generating
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAssistantAssociationRequest, DeleteAssistantAssociationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssistantAssociationCommandInput extends DeleteAssistantA
|
|
|
22
22
|
export interface DeleteAssistantAssociationCommandOutput extends DeleteAssistantAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an assistant association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssistantCommandInput extends DeleteAssistantRequest {
|
|
|
22
22
|
export interface DeleteAssistantCommandOutput extends DeleteAssistantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssistantCommand_base: {
|
|
25
|
-
new (input: DeleteAssistantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssistantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssistantCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssistantCommandInput, DeleteAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an assistant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteContentRequest, DeleteContentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteContentCommandInput extends DeleteContentRequest {
|
|
|
22
22
|
export interface DeleteContentCommandOutput extends DeleteContentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContentCommand_base: {
|
|
25
|
-
new (input: DeleteContentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteContentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteContentCommandInput): import("@smithy/core/client").CommandImpl<DeleteContentCommandInput, DeleteContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the content.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteImportJobRequest, DeleteImportJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteImportJobCommandInput extends DeleteImportJobRequest {
|
|
|
22
22
|
export interface DeleteImportJobCommandOutput extends DeleteImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteImportJobCommand_base: {
|
|
25
|
-
new (input: DeleteImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteImportJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteImportJobCommandInput, DeleteImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the quick response import job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKnowledgeBaseCommandInput extends DeleteKnowledgeBaseRequ
|
|
|
22
22
|
export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKnowledgeBaseCommand_base: {
|
|
25
|
-
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the knowledge base.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteQuickResponseCommandInput extends DeleteQuickResponseRequ
|
|
|
22
22
|
export interface DeleteQuickResponseCommandOutput extends DeleteQuickResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteQuickResponseCommand_base: {
|
|
25
|
-
new (input: DeleteQuickResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteQuickResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a quick response.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetAssistantAssociationRequest, GetAssistantAssociationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetAssistantAssociationCommandInput extends GetAssistantAssocia
|
|
|
22
22
|
export interface GetAssistantAssociationCommandOutput extends GetAssistantAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAssistantAssociationCommand_base: {
|
|
25
|
-
new (input: GetAssistantAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAssistantAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAssistantAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an assistant association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetAssistantRequest, GetAssistantResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetAssistantCommandInput extends GetAssistantRequest {
|
|
|
22
22
|
export interface GetAssistantCommandOutput extends GetAssistantResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAssistantCommand_base: {
|
|
25
|
-
new (input: GetAssistantCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAssistantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAssistantCommandInput): import("@smithy/core/client").CommandImpl<GetAssistantCommandInput, GetAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an assistant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetContentRequest, GetContentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetContentCommandInput extends GetContentRequest {
|
|
|
22
22
|
export interface GetContentCommandOutput extends GetContentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContentCommand_base: {
|
|
25
|
-
new (input: GetContentCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContentCommandInput): import("@smithy/core/client").CommandImpl<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves content, including a pre-signed URL to download the content.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetContentSummaryCommandInput extends GetContentSummaryRequest
|
|
|
22
22
|
export interface GetContentSummaryCommandOutput extends GetContentSummaryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContentSummaryCommand_base: {
|
|
25
|
-
new (input: GetContentSummaryCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContentSummaryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContentSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves summary information about the content.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetImportJobCommandInput extends GetImportJobRequest {
|
|
|
22
22
|
export interface GetImportJobCommandOutput extends GetImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetImportJobCommand_base: {
|
|
25
|
-
new (input: GetImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the started import job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetKnowledgeBaseCommandInput extends GetKnowledgeBaseRequest {
|
|
|
22
22
|
export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetKnowledgeBaseCommand_base: {
|
|
25
|
-
new (input: GetKnowledgeBaseCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetKnowledgeBaseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about the knowledge base.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetQuickResponseRequest, GetQuickResponseResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetQuickResponseCommandInput extends GetQuickResponseRequest {
|
|
|
22
22
|
export interface GetQuickResponseCommandOutput extends GetQuickResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetQuickResponseCommand_base: {
|
|
25
|
-
new (input: GetQuickResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetQuickResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the quick response.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetRecommendationsCommandInput extends GetRecommendationsReques
|
|
|
22
22
|
export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves recommendations for the specified session. To avoid retrieving the same
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSessionCommandInput extends GetSessionRequest {
|
|
|
22
22
|
export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSessionCommand_base: {
|
|
25
|
-
new (input: GetSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information for a specified session.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
|
|
@@ -22,9 +22,11 @@ export interface ListAssistantAssociationsCommandInput extends ListAssistantAsso
|
|
|
22
22
|
export interface ListAssistantAssociationsCommandOutput extends ListAssistantAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssistantAssociationsCommand_base: {
|
|
25
|
-
new (input: ListAssistantAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssistantAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists information about assistant associations.</p>
|