@aws-sdk/client-wisdom 3.529.1 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist-types/Wisdom.d.ts +3 -1
  2. package/dist-types/WisdomClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssistantCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateContentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateQuickResponseCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAssistantCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteContentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteImportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAssistantCommand.d.ts +2 -1
  17. package/dist-types/commands/GetContentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetContentSummaryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQuickResponseCommand.d.ts +2 -1
  22. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetSessionCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAssistantsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListContentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListQuickResponsesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +2 -1
  32. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -3
  33. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  34. package/dist-types/commands/SearchContentCommand.d.ts +2 -1
  35. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +2 -1
  36. package/dist-types/commands/SearchSessionsCommand.d.ts +2 -1
  37. package/dist-types/commands/StartContentUploadCommand.d.ts +2 -1
  38. package/dist-types/commands/StartImportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateContentCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +2 -1
  44. package/dist-types/models/models_0.d.ts +481 -481
  45. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  46. package/dist-types/runtimeConfig.d.ts +2 -2
  47. package/dist-types/runtimeConfig.native.d.ts +2 -2
  48. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  49. package/dist-types/ts3.4/Wisdom.d.ts +2 -0
  50. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  95. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { WisdomClientConfig } from "./WisdomClient";
5
5
  export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -451,6 +451,7 @@ export interface Wisdom {
451
451
  options: __HttpHandlerOptions,
452
452
  cb: (err: any, data?: ListAssistantAssociationsCommandOutput) => void
453
453
  ): void;
454
+ listAssistants(): Promise<ListAssistantsCommandOutput>;
454
455
  listAssistants(
455
456
  args: ListAssistantsCommandInput,
456
457
  options?: __HttpHandlerOptions
@@ -490,6 +491,7 @@ export interface Wisdom {
490
491
  options: __HttpHandlerOptions,
491
492
  cb: (err: any, data?: ListImportJobsCommandOutput) => void
492
493
  ): void;
494
+ listKnowledgeBases(): Promise<ListKnowledgeBasesCommandOutput>;
493
495
  listKnowledgeBases(
494
496
  args: ListKnowledgeBasesCommandInput,
495
497
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateAssistantAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAssistantAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAssistantAssociationCommandInput,
32
+ CreateAssistantAssociationCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAssistantCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAssistantCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAssistantCommandInput,
31
+ CreateAssistantCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAssistantCommand extends CreateAssistantCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateContentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateContentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateContentCommandInput,
31
+ CreateContentCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateContentCommand extends CreateContentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateKnowledgeBaseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateKnowledgeBaseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateKnowledgeBaseCommandInput,
32
+ CreateKnowledgeBaseCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateQuickResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateQuickResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateQuickResponseCommandInput,
32
+ CreateQuickResponseCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateSessionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateSessionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSessionCommandInput,
31
+ CreateSessionCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateSessionCommand extends CreateSessionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAssistantAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAssistantAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAssistantAssociationCommandInput,
32
+ DeleteAssistantAssociationCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteAssistantCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteAssistantCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteAssistantCommandInput,
31
+ DeleteAssistantCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteContentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteContentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteContentCommandInput,
31
+ DeleteContentCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteContentCommand extends DeleteContentCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteImportJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteImportJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteImportJobCommandInput,
31
+ DeleteImportJobCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteKnowledgeBaseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteKnowledgeBaseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteKnowledgeBaseCommandInput,
32
+ DeleteKnowledgeBaseCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteQuickResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteQuickResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteQuickResponseCommandInput,
32
+ DeleteQuickResponseCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAssistantAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetAssistantAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAssistantAssociationCommandInput,
32
+ GetAssistantAssociationCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {}
@@ -21,6 +21,15 @@ declare const GetAssistantCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetAssistantCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetAssistantCommandInput,
28
+ GetAssistantCommandOutput,
29
+ WisdomClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetAssistantCommand extends GetAssistantCommand_base {}
@@ -21,6 +21,15 @@ declare const GetContentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetContentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetContentCommandInput,
28
+ GetContentCommandOutput,
29
+ WisdomClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetContentCommand extends GetContentCommand_base {}
@@ -25,6 +25,15 @@ declare const GetContentSummaryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetContentSummaryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetContentSummaryCommandInput,
32
+ GetContentSummaryCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetImportJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetImportJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetImportJobCommandInput,
28
+ GetImportJobCommandOutput,
29
+ WisdomClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetImportJobCommand extends GetImportJobCommand_base {}
@@ -24,6 +24,15 @@ declare const GetKnowledgeBaseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetKnowledgeBaseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetKnowledgeBaseCommandInput,
31
+ GetKnowledgeBaseCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {}
@@ -24,6 +24,15 @@ declare const GetQuickResponseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetQuickResponseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetQuickResponseCommandInput,
31
+ GetQuickResponseCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRecommendationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetRecommendationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRecommendationsCommandInput,
32
+ GetRecommendationsCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSessionCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSessionCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSessionCommandInput,
28
+ GetSessionCommandOutput,
29
+ WisdomClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSessionCommand extends GetSessionCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAssistantAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAssistantAssociationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAssistantAssociationsCommandInput,
32
+ ListAssistantAssociationsCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListAssistantsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListAssistantsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListAssistantsCommandInput,
31
+ ListAssistantsCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListContentsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListContentsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListContentsCommandInput,
28
+ ListContentsCommandOutput,
29
+ WisdomClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListContentsCommand extends ListContentsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListImportJobsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListImportJobsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListImportJobsCommandInput,
31
+ ListImportJobsCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListImportJobsCommand extends ListImportJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListKnowledgeBasesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListKnowledgeBasesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListKnowledgeBasesCommandInput,
32
+ ListKnowledgeBasesCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListQuickResponsesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListQuickResponsesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListQuickResponsesCommandInput,
32
+ ListQuickResponsesCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const NotifyRecommendationsReceivedCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: NotifyRecommendationsReceivedCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ NotifyRecommendationsReceivedCommandInput,
32
+ NotifyRecommendationsReceivedCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {}
@@ -24,6 +24,15 @@ declare const QueryAssistantCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: QueryAssistantCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ QueryAssistantCommandInput,
31
+ QueryAssistantCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class QueryAssistantCommand extends QueryAssistantCommand_base {}
@@ -25,6 +25,15 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RemoveKnowledgeBaseTemplateUriCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RemoveKnowledgeBaseTemplateUriCommandInput,
32
+ RemoveKnowledgeBaseTemplateUriCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {}
@@ -24,6 +24,15 @@ declare const SearchContentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SearchContentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SearchContentCommandInput,
31
+ SearchContentCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SearchContentCommand extends SearchContentCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchQuickResponsesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchQuickResponsesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchQuickResponsesCommandInput,
32
+ SearchQuickResponsesCommandOutput,
33
+ WisdomClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {}
@@ -24,6 +24,15 @@ declare const SearchSessionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SearchSessionsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SearchSessionsCommandInput,
31
+ SearchSessionsCommandOutput,
32
+ WisdomClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SearchSessionsCommand extends SearchSessionsCommand_base {}