@aws-sdk/client-qconnect 3.699.0 → 3.709.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/README.md +88 -0
- package/dist-cjs/index.js +1188 -127
- package/dist-es/QConnect.js +22 -0
- package/dist-es/commands/CreateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +23 -0
- package/dist-es/commands/CreateQuickResponseCommand.js +1 -1
- package/dist-es/commands/DeleteAIGuardrailCommand.js +22 -0
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +22 -0
- package/dist-es/commands/GetAIGuardrailCommand.js +23 -0
- package/dist-es/commands/GetImportJobCommand.js +1 -1
- package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -1
- package/dist-es/commands/GetMessageTemplateCommand.js +1 -1
- package/dist-es/commands/GetNextMessageCommand.js +23 -0
- package/dist-es/commands/GetQuickResponseCommand.js +1 -1
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +23 -0
- package/dist-es/commands/ListAIGuardrailsCommand.js +23 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -1
- package/dist-es/commands/ListMessagesCommand.js +23 -0
- package/dist-es/commands/ListQuickResponsesCommand.js +1 -1
- package/dist-es/commands/RenderMessageTemplateCommand.js +1 -1
- package/dist-es/commands/SendMessageCommand.js +23 -0
- package/dist-es/commands/UpdateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/UpdateMessageTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +1 -1
- package/dist-es/commands/UpdateQuickResponseCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +310 -166
- package/dist-es/models/models_1.js +167 -1
- package/dist-es/pagination/ListAIGuardrailVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListAIGuardrailsPaginator.js +4 -0
- package/dist-es/pagination/ListMessagesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +443 -1
- package/dist-types/QConnect.d.ts +77 -0
- package/dist-types/QConnectClient.d.ts +13 -2
- package/dist-types/commands/CreateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +31 -0
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +231 -0
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +169 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +88 -0
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +89 -0
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetAIAgentCommand.d.ts +31 -0
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +157 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +4 -3
- package/dist-types/commands/GetNextMessageCommand.d.ts +106 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +101 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +95 -0
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -2
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/SendMessageCommand.d.ts +114 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +224 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +3820 -3619
- package/dist-types/models/models_1.d.ts +1513 -1
- package/dist-types/pagination/ListAIGuardrailVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIGuardrailsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMessagesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QConnect.d.ts +187 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +482 -441
- package/dist-types/ts3.4/models/models_1.d.ts +437 -5
- package/dist-types/ts3.4/pagination/ListAIGuardrailVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIGuardrailsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMessagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +35 -35
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListAIGuardrailVersionsRequest,
|
|
5
|
+
ListAIGuardrailVersionsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAIGuardrailVersionsCommandInput
|
|
15
|
+
extends ListAIGuardrailVersionsRequest {}
|
|
16
|
+
export interface ListAIGuardrailVersionsCommandOutput
|
|
17
|
+
extends ListAIGuardrailVersionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAIGuardrailVersionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAIGuardrailVersionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAIGuardrailVersionsCommandInput,
|
|
24
|
+
ListAIGuardrailVersionsCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListAIGuardrailVersionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAIGuardrailVersionsCommandInput,
|
|
33
|
+
ListAIGuardrailVersionsCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAIGuardrailVersionsCommand extends ListAIGuardrailVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAIGuardrailVersionsRequest;
|
|
44
|
+
output: ListAIGuardrailVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAIGuardrailVersionsCommandInput;
|
|
48
|
+
output: ListAIGuardrailVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListAIGuardrailsRequest,
|
|
5
|
+
ListAIGuardrailsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAIGuardrailsCommandInput extends ListAIGuardrailsRequest {}
|
|
15
|
+
export interface ListAIGuardrailsCommandOutput
|
|
16
|
+
extends ListAIGuardrailsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListAIGuardrailsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListAIGuardrailsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListAIGuardrailsCommandInput,
|
|
23
|
+
ListAIGuardrailsCommandOutput,
|
|
24
|
+
QConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAIGuardrailsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAIGuardrailsCommandInput,
|
|
32
|
+
ListAIGuardrailsCommandOutput,
|
|
33
|
+
QConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListAIGuardrailsCommand extends ListAIGuardrailsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAIGuardrailsRequest;
|
|
43
|
+
output: ListAIGuardrailsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAIGuardrailsCommandInput;
|
|
47
|
+
output: ListAIGuardrailsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListMessageTemplateVersionsRequest,
|
|
5
5
|
ListMessageTemplateVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListMessagesRequest, ListMessagesResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
QConnectClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QConnectClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface ListMessagesCommandInput extends ListMessagesRequest {}
|
|
12
|
+
export interface ListMessagesCommandOutput
|
|
13
|
+
extends ListMessagesResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const ListMessagesCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: ListMessagesCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
ListMessagesCommandInput,
|
|
20
|
+
ListMessagesCommandOutput,
|
|
21
|
+
QConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: ListMessagesCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
ListMessagesCommandInput,
|
|
29
|
+
ListMessagesCommandOutput,
|
|
30
|
+
QConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class ListMessagesCommand extends ListMessagesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListMessagesRequest;
|
|
40
|
+
output: ListMessagesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListMessagesCommandInput;
|
|
44
|
+
output: ListMessagesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
RemoveKnowledgeBaseTemplateUriRequest,
|
|
5
|
+
RemoveKnowledgeBaseTemplateUriResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
5
7
|
import {
|
|
6
8
|
QConnectClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
RenderMessageTemplateRequest,
|
|
5
5
|
RenderMessageTemplateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { SendMessageRequest, SendMessageResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
QConnectClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../QConnectClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface SendMessageCommandInput extends SendMessageRequest {}
|
|
12
|
+
export interface SendMessageCommandOutput
|
|
13
|
+
extends SendMessageResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const SendMessageCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: SendMessageCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
SendMessageCommandInput,
|
|
20
|
+
SendMessageCommandOutput,
|
|
21
|
+
QConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: SendMessageCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
SendMessageCommandInput,
|
|
29
|
+
SendMessageCommandOutput,
|
|
30
|
+
QConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class SendMessageCommand extends SendMessageCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SendMessageRequest;
|
|
40
|
+
output: SendMessageResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SendMessageCommandInput;
|
|
44
|
+
output: SendMessageCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateAIGuardrailRequest,
|
|
5
|
+
UpdateAIGuardrailResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAIGuardrailCommandInput
|
|
15
|
+
extends UpdateAIGuardrailRequest {}
|
|
16
|
+
export interface UpdateAIGuardrailCommandOutput
|
|
17
|
+
extends UpdateAIGuardrailResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAIGuardrailCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAIGuardrailCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAIGuardrailCommandInput,
|
|
24
|
+
UpdateAIGuardrailCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateAIGuardrailCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAIGuardrailCommandInput,
|
|
33
|
+
UpdateAIGuardrailCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAIGuardrailCommand extends UpdateAIGuardrailCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAIGuardrailRequest;
|
|
44
|
+
output: UpdateAIGuardrailResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAIGuardrailCommandInput;
|
|
48
|
+
output: UpdateAIGuardrailCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateMessageTemplateRequest,
|
|
5
5
|
UpdateMessageTemplateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateMessageTemplateMetadataRequest,
|
|
5
5
|
UpdateMessageTemplateMetadataResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./ActivateMessageTemplateCommand";
|
|
2
2
|
export * from "./CreateAIAgentCommand";
|
|
3
3
|
export * from "./CreateAIAgentVersionCommand";
|
|
4
|
+
export * from "./CreateAIGuardrailCommand";
|
|
5
|
+
export * from "./CreateAIGuardrailVersionCommand";
|
|
4
6
|
export * from "./CreateAIPromptCommand";
|
|
5
7
|
export * from "./CreateAIPromptVersionCommand";
|
|
6
8
|
export * from "./CreateAssistantAssociationCommand";
|
|
@@ -16,6 +18,8 @@ export * from "./CreateSessionCommand";
|
|
|
16
18
|
export * from "./DeactivateMessageTemplateCommand";
|
|
17
19
|
export * from "./DeleteAIAgentCommand";
|
|
18
20
|
export * from "./DeleteAIAgentVersionCommand";
|
|
21
|
+
export * from "./DeleteAIGuardrailCommand";
|
|
22
|
+
export * from "./DeleteAIGuardrailVersionCommand";
|
|
19
23
|
export * from "./DeleteAIPromptCommand";
|
|
20
24
|
export * from "./DeleteAIPromptVersionCommand";
|
|
21
25
|
export * from "./DeleteAssistantAssociationCommand";
|
|
@@ -28,6 +32,7 @@ export * from "./DeleteMessageTemplateAttachmentCommand";
|
|
|
28
32
|
export * from "./DeleteMessageTemplateCommand";
|
|
29
33
|
export * from "./DeleteQuickResponseCommand";
|
|
30
34
|
export * from "./GetAIAgentCommand";
|
|
35
|
+
export * from "./GetAIGuardrailCommand";
|
|
31
36
|
export * from "./GetAIPromptCommand";
|
|
32
37
|
export * from "./GetAssistantAssociationCommand";
|
|
33
38
|
export * from "./GetAssistantCommand";
|
|
@@ -37,11 +42,14 @@ export * from "./GetContentSummaryCommand";
|
|
|
37
42
|
export * from "./GetImportJobCommand";
|
|
38
43
|
export * from "./GetKnowledgeBaseCommand";
|
|
39
44
|
export * from "./GetMessageTemplateCommand";
|
|
45
|
+
export * from "./GetNextMessageCommand";
|
|
40
46
|
export * from "./GetQuickResponseCommand";
|
|
41
47
|
export * from "./GetRecommendationsCommand";
|
|
42
48
|
export * from "./GetSessionCommand";
|
|
43
49
|
export * from "./ListAIAgentVersionsCommand";
|
|
44
50
|
export * from "./ListAIAgentsCommand";
|
|
51
|
+
export * from "./ListAIGuardrailVersionsCommand";
|
|
52
|
+
export * from "./ListAIGuardrailsCommand";
|
|
45
53
|
export * from "./ListAIPromptVersionsCommand";
|
|
46
54
|
export * from "./ListAIPromptsCommand";
|
|
47
55
|
export * from "./ListAssistantAssociationsCommand";
|
|
@@ -52,6 +60,7 @@ export * from "./ListImportJobsCommand";
|
|
|
52
60
|
export * from "./ListKnowledgeBasesCommand";
|
|
53
61
|
export * from "./ListMessageTemplateVersionsCommand";
|
|
54
62
|
export * from "./ListMessageTemplatesCommand";
|
|
63
|
+
export * from "./ListMessagesCommand";
|
|
55
64
|
export * from "./ListQuickResponsesCommand";
|
|
56
65
|
export * from "./ListTagsForResourceCommand";
|
|
57
66
|
export * from "./NotifyRecommendationsReceivedCommand";
|
|
@@ -64,11 +73,13 @@ export * from "./SearchContentCommand";
|
|
|
64
73
|
export * from "./SearchMessageTemplatesCommand";
|
|
65
74
|
export * from "./SearchQuickResponsesCommand";
|
|
66
75
|
export * from "./SearchSessionsCommand";
|
|
76
|
+
export * from "./SendMessageCommand";
|
|
67
77
|
export * from "./StartContentUploadCommand";
|
|
68
78
|
export * from "./StartImportJobCommand";
|
|
69
79
|
export * from "./TagResourceCommand";
|
|
70
80
|
export * from "./UntagResourceCommand";
|
|
71
81
|
export * from "./UpdateAIAgentCommand";
|
|
82
|
+
export * from "./UpdateAIGuardrailCommand";
|
|
72
83
|
export * from "./UpdateAIPromptCommand";
|
|
73
84
|
export * from "./UpdateAssistantAIAgentCommand";
|
|
74
85
|
export * from "./UpdateContentCommand";
|