@aws-sdk/client-bedrock-agentcore-control 3.907.0 → 3.908.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 (29) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +136 -3
  3. package/dist-es/BedrockAgentCoreControl.js +2 -0
  4. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +23 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +52 -0
  7. package/dist-es/protocols/Aws_restJson1.js +63 -3
  8. package/dist-types/BedrockAgentCoreControl.d.ts +7 -0
  9. package/dist-types/BedrockAgentCoreControlClient.d.ts +3 -2
  10. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +9 -2
  12. package/dist-types/commands/CreateMemoryCommand.d.ts +41 -1
  13. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  14. package/dist-types/commands/GetGatewayTargetCommand.d.ts +5 -1
  15. package/dist-types/commands/GetMemoryCommand.d.ts +21 -1
  16. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  17. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +192 -0
  18. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +9 -2
  19. package/dist-types/commands/UpdateMemoryCommand.d.ts +61 -1
  20. package/dist-types/commands/index.d.ts +1 -0
  21. package/dist-types/models/models_0.d.ts +462 -8
  22. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  23. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +17 -0
  24. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +6 -0
  25. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +51 -0
  26. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +188 -2
  28. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  29. package/package.json +14 -14
@@ -51,6 +51,7 @@ import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvider
51
51
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
52
52
  import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "./commands/ListWorkloadIdentitiesCommand";
53
53
  import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "./commands/SetTokenVaultCMKCommand";
54
+ import { SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput } from "./commands/SynchronizeGatewayTargetsCommand";
54
55
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
55
56
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
56
57
  import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
@@ -67,11 +68,11 @@ export { __Client };
67
68
  /**
68
69
  * @public
69
70
  */
70
- export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateCodeInterpreterCommandInput | CreateGatewayCommandInput | CreateGatewayTargetCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteCodeInterpreterCommandInput | DeleteGatewayCommandInput | DeleteGatewayTargetCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetCodeInterpreterCommandInput | GetGatewayCommandInput | GetGatewayTargetCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | SetTokenVaultCMKCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateGatewayCommandInput | UpdateGatewayTargetCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateWorkloadIdentityCommandInput;
71
+ export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateCodeInterpreterCommandInput | CreateGatewayCommandInput | CreateGatewayTargetCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteCodeInterpreterCommandInput | DeleteGatewayCommandInput | DeleteGatewayTargetCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetCodeInterpreterCommandInput | GetGatewayCommandInput | GetGatewayTargetCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | SetTokenVaultCMKCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateGatewayCommandInput | UpdateGatewayTargetCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateWorkloadIdentityCommandInput;
71
72
  /**
72
73
  * @public
73
74
  */
74
- export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateCodeInterpreterCommandOutput | CreateGatewayCommandOutput | CreateGatewayTargetCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayTargetCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetCodeInterpreterCommandOutput | GetGatewayCommandOutput | GetGatewayTargetCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | SetTokenVaultCMKCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayTargetCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateWorkloadIdentityCommandOutput;
75
+ export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateCodeInterpreterCommandOutput | CreateGatewayCommandOutput | CreateGatewayTargetCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayTargetCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetCodeInterpreterCommandOutput | GetGatewayCommandOutput | GetGatewayTargetCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | SetTokenVaultCMKCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayTargetCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateWorkloadIdentityCommandOutput;
75
76
  /**
76
77
  * @public
77
78
  */
@@ -27,7 +27,7 @@ declare const CreateGatewayCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a gateway for Amazon Bedrock Agent. A gateway serves as an integration point between your agent and external services.</p> <p>To create a gateway, you must specify a name, protocol type, and IAM role. The role grants the gateway permission to access Amazon Web Services services and resources.</p>
30
+ * <p>Creates a gateway for Amazon Bedrock Agent. A gateway serves as an integration point between your agent and external services.</p> <p>If you specify <code>CUSTOM_JWT</code> as the <code>authorizerType</code>, you must provide an <code>authorizerConfiguration</code>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -94,9 +94,12 @@ declare const CreateGatewayTargetCommand_base: {
94
94
  * ],
95
95
  * },
96
96
  * },
97
+ * mcpServer: { // McpServerTargetConfiguration
98
+ * endpoint: "STRING_VALUE", // required
99
+ * },
97
100
  * },
98
101
  * },
99
- * credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
102
+ * credentialProviderConfigurations: [ // CredentialProviderConfigurations
100
103
  * { // CredentialProviderConfiguration
101
104
  * credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY", // required
102
105
  * credentialProvider: { // CredentialProvider Union: only one key present
@@ -126,7 +129,7 @@ declare const CreateGatewayTargetCommand_base: {
126
129
  * // targetId: "STRING_VALUE", // required
127
130
  * // createdAt: new Date("TIMESTAMP"), // required
128
131
  * // updatedAt: new Date("TIMESTAMP"), // required
129
- * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED", // required
132
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
130
133
  * // statusReasons: [ // StatusReasons
131
134
  * // "STRING_VALUE",
132
135
  * // ],
@@ -185,6 +188,9 @@ declare const CreateGatewayTargetCommand_base: {
185
188
  * // ],
186
189
  * // },
187
190
  * // },
191
+ * // mcpServer: { // McpServerTargetConfiguration
192
+ * // endpoint: "STRING_VALUE", // required
193
+ * // },
188
194
  * // },
189
195
  * // },
190
196
  * // credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
@@ -209,6 +215,7 @@ declare const CreateGatewayTargetCommand_base: {
209
215
  * // },
210
216
  * // },
211
217
  * // ],
218
+ * // lastSynchronizedAt: new Date("TIMESTAMP"),
212
219
  * // };
213
220
  *
214
221
  * ```
@@ -99,6 +99,26 @@ declare const CreateMemoryCommand_base: {
99
99
  * modelId: "STRING_VALUE", // required
100
100
  * },
101
101
  * },
102
+ * selfManagedConfiguration: { // SelfManagedConfigurationInput
103
+ * triggerConditions: [ // TriggerConditionInputList
104
+ * { // TriggerConditionInput Union: only one key present
105
+ * messageBasedTrigger: { // MessageBasedTriggerInput
106
+ * messageCount: Number("int"),
107
+ * },
108
+ * tokenBasedTrigger: { // TokenBasedTriggerInput
109
+ * tokenCount: Number("int"),
110
+ * },
111
+ * timeBasedTrigger: { // TimeBasedTriggerInput
112
+ * idleSessionTimeout: Number("int"),
113
+ * },
114
+ * },
115
+ * ],
116
+ * invocationConfiguration: { // InvocationConfigurationInput
117
+ * topicArn: "STRING_VALUE", // required
118
+ * payloadDeliveryBucketName: "STRING_VALUE", // required
119
+ * },
120
+ * historicalContextWindowSize: Number("int"),
121
+ * },
102
122
  * },
103
123
  * },
104
124
  * },
@@ -128,7 +148,7 @@ declare const CreateMemoryCommand_base: {
128
148
  * // name: "STRING_VALUE", // required
129
149
  * // description: "STRING_VALUE",
130
150
  * // configuration: { // StrategyConfiguration
131
- * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE",
151
+ * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE" || "SELF_MANAGED",
132
152
  * // extraction: { // ExtractionConfiguration Union: only one key present
133
153
  * // customExtractionConfiguration: { // CustomExtractionConfiguration Union: only one key present
134
154
  * // semanticExtractionOverride: { // SemanticExtractionOverride
@@ -157,6 +177,26 @@ declare const CreateMemoryCommand_base: {
157
177
  * // },
158
178
  * // },
159
179
  * // },
180
+ * // selfManagedConfiguration: { // SelfManagedConfiguration
181
+ * // triggerConditions: [ // TriggerConditionsList // required
182
+ * // { // TriggerCondition Union: only one key present
183
+ * // messageBasedTrigger: { // MessageBasedTrigger
184
+ * // messageCount: Number("int"),
185
+ * // },
186
+ * // tokenBasedTrigger: { // TokenBasedTrigger
187
+ * // tokenCount: Number("int"),
188
+ * // },
189
+ * // timeBasedTrigger: { // TimeBasedTrigger
190
+ * // idleSessionTimeout: Number("int"),
191
+ * // },
192
+ * // },
193
+ * // ],
194
+ * // invocationConfiguration: { // InvocationConfiguration
195
+ * // topicArn: "STRING_VALUE", // required
196
+ * // payloadDeliveryBucketName: "STRING_VALUE", // required
197
+ * // },
198
+ * // historicalContextWindowSize: Number("int"), // required
199
+ * // },
160
200
  * // },
161
201
  * // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM", // required
162
202
  * // namespaces: [ // NamespacesList // required
@@ -45,7 +45,7 @@ declare const DeleteGatewayTargetCommand_base: {
45
45
  * // { // DeleteGatewayTargetResponse
46
46
  * // gatewayArn: "STRING_VALUE", // required
47
47
  * // targetId: "STRING_VALUE", // required
48
- * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED", // required
48
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
49
49
  * // statusReasons: [ // StatusReasons
50
50
  * // "STRING_VALUE",
51
51
  * // ],
@@ -47,7 +47,7 @@ declare const GetGatewayTargetCommand_base: {
47
47
  * // targetId: "STRING_VALUE", // required
48
48
  * // createdAt: new Date("TIMESTAMP"), // required
49
49
  * // updatedAt: new Date("TIMESTAMP"), // required
50
- * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED", // required
50
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
51
51
  * // statusReasons: [ // StatusReasons
52
52
  * // "STRING_VALUE",
53
53
  * // ],
@@ -106,6 +106,9 @@ declare const GetGatewayTargetCommand_base: {
106
106
  * // ],
107
107
  * // },
108
108
  * // },
109
+ * // mcpServer: { // McpServerTargetConfiguration
110
+ * // endpoint: "STRING_VALUE", // required
111
+ * // },
109
112
  * // },
110
113
  * // },
111
114
  * // credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
@@ -130,6 +133,7 @@ declare const GetGatewayTargetCommand_base: {
130
133
  * // },
131
134
  * // },
132
135
  * // ],
136
+ * // lastSynchronizedAt: new Date("TIMESTAMP"),
133
137
  * // };
134
138
  *
135
139
  * ```
@@ -60,7 +60,7 @@ declare const GetMemoryCommand_base: {
60
60
  * // name: "STRING_VALUE", // required
61
61
  * // description: "STRING_VALUE",
62
62
  * // configuration: { // StrategyConfiguration
63
- * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE",
63
+ * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE" || "SELF_MANAGED",
64
64
  * // extraction: { // ExtractionConfiguration Union: only one key present
65
65
  * // customExtractionConfiguration: { // CustomExtractionConfiguration Union: only one key present
66
66
  * // semanticExtractionOverride: { // SemanticExtractionOverride
@@ -89,6 +89,26 @@ declare const GetMemoryCommand_base: {
89
89
  * // },
90
90
  * // },
91
91
  * // },
92
+ * // selfManagedConfiguration: { // SelfManagedConfiguration
93
+ * // triggerConditions: [ // TriggerConditionsList // required
94
+ * // { // TriggerCondition Union: only one key present
95
+ * // messageBasedTrigger: { // MessageBasedTrigger
96
+ * // messageCount: Number("int"),
97
+ * // },
98
+ * // tokenBasedTrigger: { // TokenBasedTrigger
99
+ * // tokenCount: Number("int"),
100
+ * // },
101
+ * // timeBasedTrigger: { // TimeBasedTrigger
102
+ * // idleSessionTimeout: Number("int"),
103
+ * // },
104
+ * // },
105
+ * // ],
106
+ * // invocationConfiguration: { // InvocationConfiguration
107
+ * // topicArn: "STRING_VALUE", // required
108
+ * // payloadDeliveryBucketName: "STRING_VALUE", // required
109
+ * // },
110
+ * // historicalContextWindowSize: Number("int"), // required
111
+ * // },
92
112
  * // },
93
113
  * // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM", // required
94
114
  * // namespaces: [ // NamespacesList // required
@@ -48,7 +48,7 @@ declare const ListGatewayTargetsCommand_base: {
48
48
  * // { // TargetSummary
49
49
  * // targetId: "STRING_VALUE", // required
50
50
  * // name: "STRING_VALUE", // required
51
- * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED", // required
51
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
52
52
  * // description: "STRING_VALUE",
53
53
  * // createdAt: new Date("TIMESTAMP"), // required
54
54
  * // updatedAt: new Date("TIMESTAMP"), // required
@@ -0,0 +1,192 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import { SynchronizeGatewayTargetsRequest, SynchronizeGatewayTargetsResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link SynchronizeGatewayTargetsCommand}.
14
+ */
15
+ export interface SynchronizeGatewayTargetsCommandInput extends SynchronizeGatewayTargetsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link SynchronizeGatewayTargetsCommand}.
21
+ */
22
+ export interface SynchronizeGatewayTargetsCommandOutput extends SynchronizeGatewayTargetsResponse, __MetadataBearer {
23
+ }
24
+ declare const SynchronizeGatewayTargetsCommand_base: {
25
+ new (input: SynchronizeGatewayTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SynchronizeGatewayTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>The gateway targets.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockAgentCoreControlClient, SynchronizeGatewayTargetsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
35
+ * // const { BedrockAgentCoreControlClient, SynchronizeGatewayTargetsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
36
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
37
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
38
+ * const client = new BedrockAgentCoreControlClient(config);
39
+ * const input = { // SynchronizeGatewayTargetsRequest
40
+ * gatewayIdentifier: "STRING_VALUE", // required
41
+ * targetIdList: [ // TargetIdList // required
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * };
45
+ * const command = new SynchronizeGatewayTargetsCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // SynchronizeGatewayTargetsResponse
48
+ * // targets: [ // GatewayTargetList
49
+ * // { // GatewayTarget
50
+ * // gatewayArn: "STRING_VALUE", // required
51
+ * // targetId: "STRING_VALUE", // required
52
+ * // createdAt: new Date("TIMESTAMP"), // required
53
+ * // updatedAt: new Date("TIMESTAMP"), // required
54
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
55
+ * // statusReasons: [ // StatusReasons
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // name: "STRING_VALUE", // required
59
+ * // description: "STRING_VALUE",
60
+ * // targetConfiguration: { // TargetConfiguration Union: only one key present
61
+ * // mcp: { // McpTargetConfiguration Union: only one key present
62
+ * // openApiSchema: { // ApiSchemaConfiguration Union: only one key present
63
+ * // s3: { // S3Configuration
64
+ * // uri: "STRING_VALUE",
65
+ * // bucketOwnerAccountId: "STRING_VALUE",
66
+ * // },
67
+ * // inlinePayload: "STRING_VALUE",
68
+ * // },
69
+ * // smithyModel: {// Union: only one key present
70
+ * // s3: {
71
+ * // uri: "STRING_VALUE",
72
+ * // bucketOwnerAccountId: "STRING_VALUE",
73
+ * // },
74
+ * // inlinePayload: "STRING_VALUE",
75
+ * // },
76
+ * // lambda: { // McpLambdaTargetConfiguration
77
+ * // lambdaArn: "STRING_VALUE", // required
78
+ * // toolSchema: { // ToolSchema Union: only one key present
79
+ * // s3: {
80
+ * // uri: "STRING_VALUE",
81
+ * // bucketOwnerAccountId: "STRING_VALUE",
82
+ * // },
83
+ * // inlinePayload: [ // ToolDefinitions
84
+ * // { // ToolDefinition
85
+ * // name: "STRING_VALUE", // required
86
+ * // description: "STRING_VALUE", // required
87
+ * // inputSchema: { // SchemaDefinition
88
+ * // type: "string" || "number" || "object" || "array" || "boolean" || "integer", // required
89
+ * // properties: { // SchemaProperties
90
+ * // "<keys>": {
91
+ * // type: "string" || "number" || "object" || "array" || "boolean" || "integer", // required
92
+ * // properties: {
93
+ * // "<keys>": "<SchemaDefinition>",
94
+ * // },
95
+ * // required: [ // RequiredProperties
96
+ * // "STRING_VALUE",
97
+ * // ],
98
+ * // items: "<SchemaDefinition>",
99
+ * // description: "STRING_VALUE",
100
+ * // },
101
+ * // },
102
+ * // required: [
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // items: "<SchemaDefinition>",
106
+ * // description: "STRING_VALUE",
107
+ * // },
108
+ * // outputSchema: "<SchemaDefinition>",
109
+ * // },
110
+ * // ],
111
+ * // },
112
+ * // },
113
+ * // mcpServer: { // McpServerTargetConfiguration
114
+ * // endpoint: "STRING_VALUE", // required
115
+ * // },
116
+ * // },
117
+ * // },
118
+ * // credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
119
+ * // { // CredentialProviderConfiguration
120
+ * // credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY", // required
121
+ * // credentialProvider: { // CredentialProvider Union: only one key present
122
+ * // oauthCredentialProvider: { // OAuthCredentialProvider
123
+ * // providerArn: "STRING_VALUE", // required
124
+ * // scopes: [ // OAuthScopes // required
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // customParameters: { // OAuthCustomParameters
128
+ * // "<keys>": "STRING_VALUE",
129
+ * // },
130
+ * // },
131
+ * // apiKeyCredentialProvider: { // GatewayApiKeyCredentialProvider
132
+ * // providerArn: "STRING_VALUE", // required
133
+ * // credentialParameterName: "STRING_VALUE",
134
+ * // credentialPrefix: "STRING_VALUE",
135
+ * // credentialLocation: "HEADER" || "QUERY_PARAMETER",
136
+ * // },
137
+ * // },
138
+ * // },
139
+ * // ],
140
+ * // lastSynchronizedAt: new Date("TIMESTAMP"),
141
+ * // },
142
+ * // ],
143
+ * // };
144
+ *
145
+ * ```
146
+ *
147
+ * @param SynchronizeGatewayTargetsCommandInput - {@link SynchronizeGatewayTargetsCommandInput}
148
+ * @returns {@link SynchronizeGatewayTargetsCommandOutput}
149
+ * @see {@link SynchronizeGatewayTargetsCommandInput} for command's `input` shape.
150
+ * @see {@link SynchronizeGatewayTargetsCommandOutput} for command's `response` shape.
151
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
152
+ *
153
+ * @throws {@link AccessDeniedException} (client fault)
154
+ * <p>This exception is thrown when a request is denied per access permissions</p>
155
+ *
156
+ * @throws {@link ConflictException} (client fault)
157
+ * <p>This exception is thrown when there is a conflict performing an operation</p>
158
+ *
159
+ * @throws {@link InternalServerException} (server fault)
160
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
161
+ *
162
+ * @throws {@link ResourceNotFoundException} (client fault)
163
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
164
+ *
165
+ * @throws {@link ServiceQuotaExceededException} (client fault)
166
+ * <p>This exception is thrown when a request is made beyond the service quota</p>
167
+ *
168
+ * @throws {@link ThrottlingException} (client fault)
169
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
170
+ *
171
+ * @throws {@link ValidationException} (client fault)
172
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
173
+ *
174
+ * @throws {@link BedrockAgentCoreControlServiceException}
175
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
176
+ *
177
+ *
178
+ * @public
179
+ */
180
+ export declare class SynchronizeGatewayTargetsCommand extends SynchronizeGatewayTargetsCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: SynchronizeGatewayTargetsRequest;
185
+ output: SynchronizeGatewayTargetsResponse;
186
+ };
187
+ sdk: {
188
+ input: SynchronizeGatewayTargetsCommandInput;
189
+ output: SynchronizeGatewayTargetsCommandOutput;
190
+ };
191
+ };
192
+ }
@@ -94,9 +94,12 @@ declare const UpdateGatewayTargetCommand_base: {
94
94
  * ],
95
95
  * },
96
96
  * },
97
+ * mcpServer: { // McpServerTargetConfiguration
98
+ * endpoint: "STRING_VALUE", // required
99
+ * },
97
100
  * },
98
101
  * },
99
- * credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
102
+ * credentialProviderConfigurations: [ // CredentialProviderConfigurations
100
103
  * { // CredentialProviderConfiguration
101
104
  * credentialProviderType: "GATEWAY_IAM_ROLE" || "OAUTH" || "API_KEY", // required
102
105
  * credentialProvider: { // CredentialProvider Union: only one key present
@@ -126,7 +129,7 @@ declare const UpdateGatewayTargetCommand_base: {
126
129
  * // targetId: "STRING_VALUE", // required
127
130
  * // createdAt: new Date("TIMESTAMP"), // required
128
131
  * // updatedAt: new Date("TIMESTAMP"), // required
129
- * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED", // required
132
+ * // status: "CREATING" || "UPDATING" || "UPDATE_UNSUCCESSFUL" || "DELETING" || "READY" || "FAILED" || "SYNCHRONIZING" || "SYNCHRONIZE_UNSUCCESSFUL", // required
130
133
  * // statusReasons: [ // StatusReasons
131
134
  * // "STRING_VALUE",
132
135
  * // ],
@@ -185,6 +188,9 @@ declare const UpdateGatewayTargetCommand_base: {
185
188
  * // ],
186
189
  * // },
187
190
  * // },
191
+ * // mcpServer: { // McpServerTargetConfiguration
192
+ * // endpoint: "STRING_VALUE", // required
193
+ * // },
188
194
  * // },
189
195
  * // },
190
196
  * // credentialProviderConfigurations: [ // CredentialProviderConfigurations // required
@@ -209,6 +215,7 @@ declare const UpdateGatewayTargetCommand_base: {
209
215
  * // },
210
216
  * // },
211
217
  * // ],
218
+ * // lastSynchronizedAt: new Date("TIMESTAMP"),
212
219
  * // };
213
220
  *
214
221
  * ```
@@ -99,6 +99,26 @@ declare const UpdateMemoryCommand_base: {
99
99
  * modelId: "STRING_VALUE", // required
100
100
  * },
101
101
  * },
102
+ * selfManagedConfiguration: { // SelfManagedConfigurationInput
103
+ * triggerConditions: [ // TriggerConditionInputList
104
+ * { // TriggerConditionInput Union: only one key present
105
+ * messageBasedTrigger: { // MessageBasedTriggerInput
106
+ * messageCount: Number("int"),
107
+ * },
108
+ * tokenBasedTrigger: { // TokenBasedTriggerInput
109
+ * tokenCount: Number("int"),
110
+ * },
111
+ * timeBasedTrigger: { // TimeBasedTriggerInput
112
+ * idleSessionTimeout: Number("int"),
113
+ * },
114
+ * },
115
+ * ],
116
+ * invocationConfiguration: { // InvocationConfigurationInput
117
+ * topicArn: "STRING_VALUE", // required
118
+ * payloadDeliveryBucketName: "STRING_VALUE", // required
119
+ * },
120
+ * historicalContextWindowSize: Number("int"),
121
+ * },
102
122
  * },
103
123
  * },
104
124
  * },
@@ -139,6 +159,26 @@ declare const UpdateMemoryCommand_base: {
139
159
  * },
140
160
  * },
141
161
  * },
162
+ * selfManagedConfiguration: { // ModifySelfManagedConfiguration
163
+ * triggerConditions: [
164
+ * {// Union: only one key present
165
+ * messageBasedTrigger: {
166
+ * messageCount: Number("int"),
167
+ * },
168
+ * tokenBasedTrigger: {
169
+ * tokenCount: Number("int"),
170
+ * },
171
+ * timeBasedTrigger: {
172
+ * idleSessionTimeout: Number("int"),
173
+ * },
174
+ * },
175
+ * ],
176
+ * invocationConfiguration: { // ModifyInvocationConfigurationInput
177
+ * topicArn: "STRING_VALUE",
178
+ * payloadDeliveryBucketName: "STRING_VALUE",
179
+ * },
180
+ * historicalContextWindowSize: Number("int"),
181
+ * },
142
182
  * },
143
183
  * },
144
184
  * ],
@@ -170,7 +210,7 @@ declare const UpdateMemoryCommand_base: {
170
210
  * // name: "STRING_VALUE", // required
171
211
  * // description: "STRING_VALUE",
172
212
  * // configuration: { // StrategyConfiguration
173
- * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE",
213
+ * // type: "SEMANTIC_OVERRIDE" || "SUMMARY_OVERRIDE" || "USER_PREFERENCE_OVERRIDE" || "SELF_MANAGED",
174
214
  * // extraction: { // ExtractionConfiguration Union: only one key present
175
215
  * // customExtractionConfiguration: { // CustomExtractionConfiguration Union: only one key present
176
216
  * // semanticExtractionOverride: { // SemanticExtractionOverride
@@ -199,6 +239,26 @@ declare const UpdateMemoryCommand_base: {
199
239
  * // },
200
240
  * // },
201
241
  * // },
242
+ * // selfManagedConfiguration: { // SelfManagedConfiguration
243
+ * // triggerConditions: [ // TriggerConditionsList // required
244
+ * // { // TriggerCondition Union: only one key present
245
+ * // messageBasedTrigger: { // MessageBasedTrigger
246
+ * // messageCount: Number("int"),
247
+ * // },
248
+ * // tokenBasedTrigger: { // TokenBasedTrigger
249
+ * // tokenCount: Number("int"),
250
+ * // },
251
+ * // timeBasedTrigger: { // TimeBasedTrigger
252
+ * // idleSessionTimeout: Number("int"),
253
+ * // },
254
+ * // },
255
+ * // ],
256
+ * // invocationConfiguration: { // InvocationConfiguration
257
+ * // topicArn: "STRING_VALUE", // required
258
+ * // payloadDeliveryBucketName: "STRING_VALUE", // required
259
+ * // },
260
+ * // historicalContextWindowSize: Number("int"), // required
261
+ * // },
202
262
  * // },
203
263
  * // type: "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "CUSTOM", // required
204
264
  * // namespaces: [ // NamespacesList // required
@@ -42,6 +42,7 @@ export * from "./ListOauth2CredentialProvidersCommand";
42
42
  export * from "./ListTagsForResourceCommand";
43
43
  export * from "./ListWorkloadIdentitiesCommand";
44
44
  export * from "./SetTokenVaultCMKCommand";
45
+ export * from "./SynchronizeGatewayTargetsCommand";
45
46
  export * from "./TagResourceCommand";
46
47
  export * from "./UntagResourceCommand";
47
48
  export * from "./UpdateAgentRuntimeCommand";