@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1040.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 +84 -0
- package/dist-cjs/index.js +239 -0
- package/dist-cjs/schemas/schemas_0.js +674 -138
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
- package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
- package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +50 -0
- package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +660 -126
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
- package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
- package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
- package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
- package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
- package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +130 -0
- package/dist-types/models/models_0.d.ts +2979 -3024
- package/dist-types/models/models_1.d.ts +1742 -4
- package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +72 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +67 -0
- package/dist-types/ts3.4/models/models_0.d.ts +495 -674
- package/dist-types/ts3.4/models/models_1.d.ts +718 -7
- package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
- package/package.json +7 -7
|
@@ -103,8 +103,8 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
103
103
|
* },
|
|
104
104
|
* inlinePayload: "STRING_VALUE",
|
|
105
105
|
* },
|
|
106
|
-
* resourcePriority: Number("int"),
|
|
107
106
|
* listingMode: "DEFAULT" || "DYNAMIC",
|
|
107
|
+
* resourcePriority: Number("int"),
|
|
108
108
|
* },
|
|
109
109
|
* apiGateway: { // ApiGatewayTargetConfiguration
|
|
110
110
|
* restApiId: "STRING_VALUE", // required
|
|
@@ -129,10 +129,16 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
129
129
|
* },
|
|
130
130
|
* },
|
|
131
131
|
* },
|
|
132
|
+
* http: { // HttpTargetConfiguration Union: only one key present
|
|
133
|
+
* agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
134
|
+
* arn: "STRING_VALUE", // required
|
|
135
|
+
* qualifier: "STRING_VALUE",
|
|
136
|
+
* },
|
|
137
|
+
* },
|
|
132
138
|
* },
|
|
133
139
|
* credentialProviderConfigurations: [ // CredentialProviderConfigurations
|
|
134
140
|
* { // CredentialProviderConfiguration
|
|
135
|
-
* credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY", // required
|
|
141
|
+
* credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY" || "CALLER_IAM_CREDENTIALS" || "JWT_PASSTHROUGH", // required
|
|
136
142
|
* credentialProvider: { // CredentialProvider Union: only one key present
|
|
137
143
|
* oauthCredentialProvider: { // OAuthCredentialProvider
|
|
138
144
|
* providerArn: "STRING_VALUE", // required
|
|
@@ -142,7 +148,7 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
142
148
|
* customParameters: { // OAuthCustomParameters
|
|
143
149
|
* "<keys>": "STRING_VALUE",
|
|
144
150
|
* },
|
|
145
|
-
* grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE",
|
|
151
|
+
* grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "TOKEN_EXCHANGE",
|
|
146
152
|
* defaultReturnUrl: "STRING_VALUE",
|
|
147
153
|
* },
|
|
148
154
|
* apiKeyCredentialProvider: { // GatewayApiKeyCredentialProvider
|
|
@@ -264,8 +270,8 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
264
270
|
* // },
|
|
265
271
|
* // inlinePayload: "STRING_VALUE",
|
|
266
272
|
* // },
|
|
267
|
-
* // resourcePriority: Number("int"),
|
|
268
273
|
* // listingMode: "DEFAULT" || "DYNAMIC",
|
|
274
|
+
* // resourcePriority: Number("int"),
|
|
269
275
|
* // },
|
|
270
276
|
* // apiGateway: { // ApiGatewayTargetConfiguration
|
|
271
277
|
* // restApiId: "STRING_VALUE", // required
|
|
@@ -290,10 +296,16 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
290
296
|
* // },
|
|
291
297
|
* // },
|
|
292
298
|
* // },
|
|
299
|
+
* // http: { // HttpTargetConfiguration Union: only one key present
|
|
300
|
+
* // agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
301
|
+
* // arn: "STRING_VALUE", // required
|
|
302
|
+
* // qualifier: "STRING_VALUE",
|
|
303
|
+
* // },
|
|
304
|
+
* // },
|
|
293
305
|
* // },
|
|
294
306
|
* // credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
|
|
295
307
|
* // { // CredentialProviderConfiguration
|
|
296
|
-
* // credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY", // required
|
|
308
|
+
* // credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY" || "CALLER_IAM_CREDENTIALS" || "JWT_PASSTHROUGH", // required
|
|
297
309
|
* // credentialProvider: { // CredentialProvider Union: only one key present
|
|
298
310
|
* // oauthCredentialProvider: { // OAuthCredentialProvider
|
|
299
311
|
* // providerArn: "STRING_VALUE", // required
|
|
@@ -303,7 +315,7 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
303
315
|
* // customParameters: { // OAuthCustomParameters
|
|
304
316
|
* // "<keys>": "STRING_VALUE",
|
|
305
317
|
* // },
|
|
306
|
-
* // grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE",
|
|
318
|
+
* // grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "TOKEN_EXCHANGE",
|
|
307
319
|
* // defaultReturnUrl: "STRING_VALUE",
|
|
308
320
|
* // },
|
|
309
321
|
* // apiKeyCredentialProvider: { // GatewayApiKeyCredentialProvider
|
|
@@ -363,6 +375,7 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
363
375
|
* // userId: "STRING_VALUE",
|
|
364
376
|
* // },
|
|
365
377
|
* // },
|
|
378
|
+
* // protocolType: "MCP" || "HTTP",
|
|
366
379
|
* // };
|
|
367
380
|
*
|
|
368
381
|
* ```
|
|
@@ -205,7 +205,7 @@ declare const UpdateHarnessCommand_base: {
|
|
|
205
205
|
* customParameters: { // OAuthCustomParameters
|
|
206
206
|
* "<keys>": "STRING_VALUE",
|
|
207
207
|
* },
|
|
208
|
-
* grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE",
|
|
208
|
+
* grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "TOKEN_EXCHANGE",
|
|
209
209
|
* defaultReturnUrl: "STRING_VALUE",
|
|
210
210
|
* },
|
|
211
211
|
* },
|
|
@@ -327,7 +327,7 @@ declare const UpdateHarnessCommand_base: {
|
|
|
327
327
|
* // customParameters: { // OAuthCustomParameters
|
|
328
328
|
* // "<keys>": "STRING_VALUE",
|
|
329
329
|
* // },
|
|
330
|
-
* // grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE",
|
|
330
|
+
* // grantType: "CLIENT_CREDENTIALS" || "AUTHORIZATION_CODE" || "TOKEN_EXCHANGE",
|
|
331
331
|
* // defaultReturnUrl: "STRING_VALUE",
|
|
332
332
|
* // },
|
|
333
333
|
* // },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { UpdateMemoryInput, UpdateMemoryOutput } from "../models/
|
|
4
|
+
import type { UpdateMemoryInput, UpdateMemoryOutput } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -54,6 +54,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
54
54
|
* namespaceTemplates: [
|
|
55
55
|
* "STRING_VALUE",
|
|
56
56
|
* ],
|
|
57
|
+
* memoryRecordSchema: { // MemoryRecordSchema
|
|
58
|
+
* metadataSchema: [ // MetadataSchemaList
|
|
59
|
+
* { // MetadataSchemaEntry
|
|
60
|
+
* key: "STRING_VALUE", // required
|
|
61
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
62
|
+
* extractionConfig: { // ExtractionConfig Union: only one key present
|
|
63
|
+
* llmExtractionConfig: { // LlmExtractionConfig
|
|
64
|
+
* llmExtractionInstruction: "STRING_VALUE",
|
|
65
|
+
* definition: "STRING_VALUE", // required
|
|
66
|
+
* validation: { // Validation Union: only one key present
|
|
67
|
+
* stringValidation: { // StringValidation
|
|
68
|
+
* allowedValues: [ // AllowedStringValuesList // required
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* stringListValidation: { // StringListValidation
|
|
73
|
+
* allowedValues: [ // AllowedStringListValuesList
|
|
74
|
+
* "STRING_VALUE",
|
|
75
|
+
* ],
|
|
76
|
+
* maxItems: Number("int"),
|
|
77
|
+
* },
|
|
78
|
+
* numberValidation: { // NumberValidation
|
|
79
|
+
* minValue: Number("double"),
|
|
80
|
+
* maxValue: Number("double"),
|
|
81
|
+
* },
|
|
82
|
+
* },
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* },
|
|
86
|
+
* ],
|
|
87
|
+
* },
|
|
57
88
|
* },
|
|
58
89
|
* summaryMemoryStrategy: { // SummaryMemoryStrategyInput
|
|
59
90
|
* name: "STRING_VALUE", // required
|
|
@@ -64,6 +95,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
64
95
|
* namespaceTemplates: [
|
|
65
96
|
* "STRING_VALUE",
|
|
66
97
|
* ],
|
|
98
|
+
* memoryRecordSchema: {
|
|
99
|
+
* metadataSchema: [
|
|
100
|
+
* {
|
|
101
|
+
* key: "STRING_VALUE", // required
|
|
102
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
103
|
+
* extractionConfig: {// Union: only one key present
|
|
104
|
+
* llmExtractionConfig: {
|
|
105
|
+
* llmExtractionInstruction: "STRING_VALUE",
|
|
106
|
+
* definition: "STRING_VALUE", // required
|
|
107
|
+
* validation: {// Union: only one key present
|
|
108
|
+
* stringValidation: {
|
|
109
|
+
* allowedValues: [ // required
|
|
110
|
+
* "STRING_VALUE",
|
|
111
|
+
* ],
|
|
112
|
+
* },
|
|
113
|
+
* stringListValidation: {
|
|
114
|
+
* allowedValues: [
|
|
115
|
+
* "STRING_VALUE",
|
|
116
|
+
* ],
|
|
117
|
+
* maxItems: Number("int"),
|
|
118
|
+
* },
|
|
119
|
+
* numberValidation: {
|
|
120
|
+
* minValue: Number("double"),
|
|
121
|
+
* maxValue: Number("double"),
|
|
122
|
+
* },
|
|
123
|
+
* },
|
|
124
|
+
* },
|
|
125
|
+
* },
|
|
126
|
+
* },
|
|
127
|
+
* ],
|
|
128
|
+
* },
|
|
67
129
|
* },
|
|
68
130
|
* userPreferenceMemoryStrategy: { // UserPreferenceMemoryStrategyInput
|
|
69
131
|
* name: "STRING_VALUE", // required
|
|
@@ -72,6 +134,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
72
134
|
* "STRING_VALUE",
|
|
73
135
|
* ],
|
|
74
136
|
* namespaceTemplates: "<NamespacesList>",
|
|
137
|
+
* memoryRecordSchema: {
|
|
138
|
+
* metadataSchema: [
|
|
139
|
+
* {
|
|
140
|
+
* key: "STRING_VALUE", // required
|
|
141
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
142
|
+
* extractionConfig: {// Union: only one key present
|
|
143
|
+
* llmExtractionConfig: {
|
|
144
|
+
* llmExtractionInstruction: "STRING_VALUE",
|
|
145
|
+
* definition: "STRING_VALUE", // required
|
|
146
|
+
* validation: {// Union: only one key present
|
|
147
|
+
* stringValidation: {
|
|
148
|
+
* allowedValues: [ // required
|
|
149
|
+
* "STRING_VALUE",
|
|
150
|
+
* ],
|
|
151
|
+
* },
|
|
152
|
+
* stringListValidation: {
|
|
153
|
+
* allowedValues: [
|
|
154
|
+
* "STRING_VALUE",
|
|
155
|
+
* ],
|
|
156
|
+
* maxItems: Number("int"),
|
|
157
|
+
* },
|
|
158
|
+
* numberValidation: {
|
|
159
|
+
* minValue: Number("double"),
|
|
160
|
+
* maxValue: Number("double"),
|
|
161
|
+
* },
|
|
162
|
+
* },
|
|
163
|
+
* },
|
|
164
|
+
* },
|
|
165
|
+
* },
|
|
166
|
+
* ],
|
|
167
|
+
* },
|
|
75
168
|
* },
|
|
76
169
|
* customMemoryStrategy: { // CustomMemoryStrategyInput
|
|
77
170
|
* name: "STRING_VALUE", // required
|
|
@@ -119,6 +212,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
119
212
|
* modelId: "STRING_VALUE", // required
|
|
120
213
|
* namespaces: "<NamespacesList>",
|
|
121
214
|
* namespaceTemplates: "<NamespacesList>",
|
|
215
|
+
* memoryRecordSchema: {
|
|
216
|
+
* metadataSchema: [
|
|
217
|
+
* {
|
|
218
|
+
* key: "STRING_VALUE", // required
|
|
219
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
220
|
+
* extractionConfig: {// Union: only one key present
|
|
221
|
+
* llmExtractionConfig: {
|
|
222
|
+
* llmExtractionInstruction: "STRING_VALUE",
|
|
223
|
+
* definition: "STRING_VALUE", // required
|
|
224
|
+
* validation: {// Union: only one key present
|
|
225
|
+
* stringValidation: {
|
|
226
|
+
* allowedValues: [ // required
|
|
227
|
+
* "STRING_VALUE",
|
|
228
|
+
* ],
|
|
229
|
+
* },
|
|
230
|
+
* stringListValidation: {
|
|
231
|
+
* allowedValues: [
|
|
232
|
+
* "STRING_VALUE",
|
|
233
|
+
* ],
|
|
234
|
+
* maxItems: Number("int"),
|
|
235
|
+
* },
|
|
236
|
+
* numberValidation: {
|
|
237
|
+
* minValue: Number("double"),
|
|
238
|
+
* maxValue: Number("double"),
|
|
239
|
+
* },
|
|
240
|
+
* },
|
|
241
|
+
* },
|
|
242
|
+
* },
|
|
243
|
+
* },
|
|
244
|
+
* ],
|
|
245
|
+
* },
|
|
122
246
|
* },
|
|
123
247
|
* },
|
|
124
248
|
* selfManagedConfiguration: { // SelfManagedConfigurationInput
|
|
@@ -142,6 +266,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
142
266
|
* historicalContextWindowSize: Number("int"),
|
|
143
267
|
* },
|
|
144
268
|
* },
|
|
269
|
+
* memoryRecordSchema: {
|
|
270
|
+
* metadataSchema: [
|
|
271
|
+
* {
|
|
272
|
+
* key: "STRING_VALUE", // required
|
|
273
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
274
|
+
* extractionConfig: {// Union: only one key present
|
|
275
|
+
* llmExtractionConfig: {
|
|
276
|
+
* llmExtractionInstruction: "STRING_VALUE",
|
|
277
|
+
* definition: "STRING_VALUE", // required
|
|
278
|
+
* validation: {// Union: only one key present
|
|
279
|
+
* stringValidation: {
|
|
280
|
+
* allowedValues: [ // required
|
|
281
|
+
* "STRING_VALUE",
|
|
282
|
+
* ],
|
|
283
|
+
* },
|
|
284
|
+
* stringListValidation: {
|
|
285
|
+
* allowedValues: [
|
|
286
|
+
* "STRING_VALUE",
|
|
287
|
+
* ],
|
|
288
|
+
* maxItems: Number("int"),
|
|
289
|
+
* },
|
|
290
|
+
* numberValidation: {
|
|
291
|
+
* minValue: Number("double"),
|
|
292
|
+
* maxValue: Number("double"),
|
|
293
|
+
* },
|
|
294
|
+
* },
|
|
295
|
+
* },
|
|
296
|
+
* },
|
|
297
|
+
* },
|
|
298
|
+
* ],
|
|
299
|
+
* },
|
|
145
300
|
* },
|
|
146
301
|
* episodicMemoryStrategy: { // EpisodicMemoryStrategyInput
|
|
147
302
|
* name: "STRING_VALUE", // required
|
|
@@ -151,7 +306,9 @@ declare const UpdateMemoryCommand_base: {
|
|
|
151
306
|
* reflectionConfiguration: { // EpisodicReflectionConfigurationInput
|
|
152
307
|
* namespaces: "<NamespacesList>",
|
|
153
308
|
* namespaceTemplates: "<NamespacesList>",
|
|
309
|
+
* memoryRecordSchema: "<MemoryRecordSchema>",
|
|
154
310
|
* },
|
|
311
|
+
* memoryRecordSchema: "<MemoryRecordSchema>",
|
|
155
312
|
* },
|
|
156
313
|
* },
|
|
157
314
|
* ],
|
|
@@ -202,6 +359,7 @@ declare const UpdateMemoryCommand_base: {
|
|
|
202
359
|
* episodicReflectionConfiguration: {
|
|
203
360
|
* namespaces: "<NamespacesList>",
|
|
204
361
|
* namespaceTemplates: "<NamespacesList>",
|
|
362
|
+
* memoryRecordSchema: "<MemoryRecordSchema>",
|
|
205
363
|
* },
|
|
206
364
|
* customReflectionConfiguration: { // CustomReflectionConfigurationInput Union: only one key present
|
|
207
365
|
* episodicReflectionOverride: {
|
|
@@ -209,6 +367,7 @@ declare const UpdateMemoryCommand_base: {
|
|
|
209
367
|
* modelId: "STRING_VALUE", // required
|
|
210
368
|
* namespaces: "<NamespacesList>",
|
|
211
369
|
* namespaceTemplates: "<NamespacesList>",
|
|
370
|
+
* memoryRecordSchema: "<MemoryRecordSchema>",
|
|
212
371
|
* },
|
|
213
372
|
* },
|
|
214
373
|
* },
|
|
@@ -233,6 +392,7 @@ declare const UpdateMemoryCommand_base: {
|
|
|
233
392
|
* historicalContextWindowSize: Number("int"),
|
|
234
393
|
* },
|
|
235
394
|
* },
|
|
395
|
+
* memoryRecordSchema: "<MemoryRecordSchema>",
|
|
236
396
|
* },
|
|
237
397
|
* ],
|
|
238
398
|
* deleteMemoryStrategies: [ // DeleteMemoryStrategiesList
|
|
@@ -241,6 +401,12 @@ declare const UpdateMemoryCommand_base: {
|
|
|
241
401
|
* },
|
|
242
402
|
* ],
|
|
243
403
|
* },
|
|
404
|
+
* addIndexedKeys: [ // IndexedKeysList
|
|
405
|
+
* { // IndexedKey
|
|
406
|
+
* key: "STRING_VALUE", // required
|
|
407
|
+
* type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
408
|
+
* },
|
|
409
|
+
* ],
|
|
244
410
|
* streamDeliveryResources: { // StreamDeliveryResources
|
|
245
411
|
* resources: [ // StreamDeliveryResourcesList // required
|
|
246
412
|
* { // StreamDeliveryResource Union: only one key present
|
|
@@ -326,6 +492,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
326
492
|
* // namespaceTemplates: [
|
|
327
493
|
* // "STRING_VALUE",
|
|
328
494
|
* // ],
|
|
495
|
+
* // memoryRecordSchema: { // MemoryRecordSchema
|
|
496
|
+
* // metadataSchema: [ // MetadataSchemaList
|
|
497
|
+
* // { // MetadataSchemaEntry
|
|
498
|
+
* // key: "STRING_VALUE", // required
|
|
499
|
+
* // type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
500
|
+
* // extractionConfig: { // ExtractionConfig Union: only one key present
|
|
501
|
+
* // llmExtractionConfig: { // LlmExtractionConfig
|
|
502
|
+
* // llmExtractionInstruction: "STRING_VALUE",
|
|
503
|
+
* // definition: "STRING_VALUE", // required
|
|
504
|
+
* // validation: { // Validation Union: only one key present
|
|
505
|
+
* // stringValidation: { // StringValidation
|
|
506
|
+
* // allowedValues: [ // AllowedStringValuesList // required
|
|
507
|
+
* // "STRING_VALUE",
|
|
508
|
+
* // ],
|
|
509
|
+
* // },
|
|
510
|
+
* // stringListValidation: { // StringListValidation
|
|
511
|
+
* // allowedValues: [ // AllowedStringListValuesList
|
|
512
|
+
* // "STRING_VALUE",
|
|
513
|
+
* // ],
|
|
514
|
+
* // maxItems: Number("int"),
|
|
515
|
+
* // },
|
|
516
|
+
* // numberValidation: { // NumberValidation
|
|
517
|
+
* // minValue: Number("double"),
|
|
518
|
+
* // maxValue: Number("double"),
|
|
519
|
+
* // },
|
|
520
|
+
* // },
|
|
521
|
+
* // },
|
|
522
|
+
* // },
|
|
523
|
+
* // },
|
|
524
|
+
* // ],
|
|
525
|
+
* // },
|
|
329
526
|
* // },
|
|
330
527
|
* // },
|
|
331
528
|
* // episodicReflectionConfiguration: { // EpisodicReflectionConfiguration
|
|
@@ -335,6 +532,37 @@ declare const UpdateMemoryCommand_base: {
|
|
|
335
532
|
* // namespaceTemplates: [
|
|
336
533
|
* // "STRING_VALUE",
|
|
337
534
|
* // ],
|
|
535
|
+
* // memoryRecordSchema: {
|
|
536
|
+
* // metadataSchema: [
|
|
537
|
+
* // {
|
|
538
|
+
* // key: "STRING_VALUE", // required
|
|
539
|
+
* // type: "STRING" || "STRINGLIST" || "NUMBER",
|
|
540
|
+
* // extractionConfig: {// Union: only one key present
|
|
541
|
+
* // llmExtractionConfig: {
|
|
542
|
+
* // llmExtractionInstruction: "STRING_VALUE",
|
|
543
|
+
* // definition: "STRING_VALUE", // required
|
|
544
|
+
* // validation: {// Union: only one key present
|
|
545
|
+
* // stringValidation: {
|
|
546
|
+
* // allowedValues: [ // required
|
|
547
|
+
* // "STRING_VALUE",
|
|
548
|
+
* // ],
|
|
549
|
+
* // },
|
|
550
|
+
* // stringListValidation: {
|
|
551
|
+
* // allowedValues: [
|
|
552
|
+
* // "STRING_VALUE",
|
|
553
|
+
* // ],
|
|
554
|
+
* // maxItems: Number("int"),
|
|
555
|
+
* // },
|
|
556
|
+
* // numberValidation: {
|
|
557
|
+
* // minValue: Number("double"),
|
|
558
|
+
* // maxValue: Number("double"),
|
|
559
|
+
* // },
|
|
560
|
+
* // },
|
|
561
|
+
* // },
|
|
562
|
+
* // },
|
|
563
|
+
* // },
|
|
564
|
+
* // ],
|
|
565
|
+
* // },
|
|
338
566
|
* // },
|
|
339
567
|
* // },
|
|
340
568
|
* // selfManagedConfiguration: { // SelfManagedConfiguration
|
|
@@ -364,6 +592,13 @@ declare const UpdateMemoryCommand_base: {
|
|
|
364
592
|
* // createdAt: new Date("TIMESTAMP"),
|
|
365
593
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
366
594
|
* // status: "CREATING" || "ACTIVE" || "DELETING" || "FAILED",
|
|
595
|
+
* // memoryRecordSchema: "<MemoryRecordSchema>",
|
|
596
|
+
* // },
|
|
597
|
+
* // ],
|
|
598
|
+
* // indexedKeys: [ // IndexedKeysList
|
|
599
|
+
* // { // IndexedKey
|
|
600
|
+
* // key: "STRING_VALUE", // required
|
|
601
|
+
* // type: "STRING" || "STRINGLIST" || "NUMBER", // required
|
|
367
602
|
* // },
|
|
368
603
|
* // ],
|
|
369
604
|
* // streamDeliveryResources: { // StreamDeliveryResources
|
|
@@ -55,8 +55,8 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
|
|
|
55
55
|
* ],
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
58
|
-
* clientId: "STRING_VALUE",
|
|
59
|
-
* clientSecret: "STRING_VALUE",
|
|
58
|
+
* clientId: "STRING_VALUE",
|
|
59
|
+
* clientSecret: "STRING_VALUE",
|
|
60
60
|
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
61
61
|
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
62
62
|
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
@@ -100,6 +100,16 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
|
|
|
100
100
|
* },
|
|
101
101
|
* },
|
|
102
102
|
* ],
|
|
103
|
+
* onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
|
|
104
|
+
* grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
|
|
105
|
+
* tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
|
|
106
|
+
* actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
|
|
107
|
+
* actorTokenScopes: [ // ScopesListType
|
|
108
|
+
* "STRING_VALUE",
|
|
109
|
+
* ],
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
|
|
103
113
|
* },
|
|
104
114
|
* googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigInput
|
|
105
115
|
* clientId: "STRING_VALUE", // required
|
|
@@ -209,6 +219,16 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
|
|
|
209
219
|
* // },
|
|
210
220
|
* // },
|
|
211
221
|
* // ],
|
|
222
|
+
* // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
|
|
223
|
+
* // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
|
|
224
|
+
* // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
|
|
225
|
+
* // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
|
|
226
|
+
* // actorTokenScopes: [ // ScopesListType
|
|
227
|
+
* // "STRING_VALUE",
|
|
228
|
+
* // ],
|
|
229
|
+
* // },
|
|
230
|
+
* // },
|
|
231
|
+
* // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
|
|
212
232
|
* // },
|
|
213
233
|
* // googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigOutput
|
|
214
234
|
* // oauthDiscovery: {// Union: only one key present
|
|
@@ -4,8 +4,10 @@ export * from "./CreateApiKeyCredentialProviderCommand";
|
|
|
4
4
|
export * from "./CreateBrowserCommand";
|
|
5
5
|
export * from "./CreateBrowserProfileCommand";
|
|
6
6
|
export * from "./CreateCodeInterpreterCommand";
|
|
7
|
+
export * from "./CreateConfigurationBundleCommand";
|
|
7
8
|
export * from "./CreateEvaluatorCommand";
|
|
8
9
|
export * from "./CreateGatewayCommand";
|
|
10
|
+
export * from "./CreateGatewayRuleCommand";
|
|
9
11
|
export * from "./CreateGatewayTargetCommand";
|
|
10
12
|
export * from "./CreateHarnessCommand";
|
|
11
13
|
export * from "./CreateMemoryCommand";
|
|
@@ -22,8 +24,10 @@ export * from "./DeleteApiKeyCredentialProviderCommand";
|
|
|
22
24
|
export * from "./DeleteBrowserCommand";
|
|
23
25
|
export * from "./DeleteBrowserProfileCommand";
|
|
24
26
|
export * from "./DeleteCodeInterpreterCommand";
|
|
27
|
+
export * from "./DeleteConfigurationBundleCommand";
|
|
25
28
|
export * from "./DeleteEvaluatorCommand";
|
|
26
29
|
export * from "./DeleteGatewayCommand";
|
|
30
|
+
export * from "./DeleteGatewayRuleCommand";
|
|
27
31
|
export * from "./DeleteGatewayTargetCommand";
|
|
28
32
|
export * from "./DeleteHarnessCommand";
|
|
29
33
|
export * from "./DeleteMemoryCommand";
|
|
@@ -41,8 +45,11 @@ export * from "./GetApiKeyCredentialProviderCommand";
|
|
|
41
45
|
export * from "./GetBrowserCommand";
|
|
42
46
|
export * from "./GetBrowserProfileCommand";
|
|
43
47
|
export * from "./GetCodeInterpreterCommand";
|
|
48
|
+
export * from "./GetConfigurationBundleCommand";
|
|
49
|
+
export * from "./GetConfigurationBundleVersionCommand";
|
|
44
50
|
export * from "./GetEvaluatorCommand";
|
|
45
51
|
export * from "./GetGatewayCommand";
|
|
52
|
+
export * from "./GetGatewayRuleCommand";
|
|
46
53
|
export * from "./GetGatewayTargetCommand";
|
|
47
54
|
export * from "./GetHarnessCommand";
|
|
48
55
|
export * from "./GetMemoryCommand";
|
|
@@ -63,7 +70,10 @@ export * from "./ListApiKeyCredentialProvidersCommand";
|
|
|
63
70
|
export * from "./ListBrowserProfilesCommand";
|
|
64
71
|
export * from "./ListBrowsersCommand";
|
|
65
72
|
export * from "./ListCodeInterpretersCommand";
|
|
73
|
+
export * from "./ListConfigurationBundleVersionsCommand";
|
|
74
|
+
export * from "./ListConfigurationBundlesCommand";
|
|
66
75
|
export * from "./ListEvaluatorsCommand";
|
|
76
|
+
export * from "./ListGatewayRulesCommand";
|
|
67
77
|
export * from "./ListGatewayTargetsCommand";
|
|
68
78
|
export * from "./ListGatewaysCommand";
|
|
69
79
|
export * from "./ListHarnessesCommand";
|
|
@@ -88,8 +98,10 @@ export * from "./UntagResourceCommand";
|
|
|
88
98
|
export * from "./UpdateAgentRuntimeCommand";
|
|
89
99
|
export * from "./UpdateAgentRuntimeEndpointCommand";
|
|
90
100
|
export * from "./UpdateApiKeyCredentialProviderCommand";
|
|
101
|
+
export * from "./UpdateConfigurationBundleCommand";
|
|
91
102
|
export * from "./UpdateEvaluatorCommand";
|
|
92
103
|
export * from "./UpdateGatewayCommand";
|
|
104
|
+
export * from "./UpdateGatewayRuleCommand";
|
|
93
105
|
export * from "./UpdateGatewayTargetCommand";
|
|
94
106
|
export * from "./UpdateHarnessCommand";
|
|
95
107
|
export * from "./UpdateMemoryCommand";
|