@aws-sdk/client-bedrock-agentcore-control 3.907.0 → 3.909.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 +8 -0
- package/dist-cjs/index.js +234 -21
- package/dist-es/BedrockAgentCoreControl.js +2 -0
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +23 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +115 -0
- package/dist-es/protocols/Aws_restJson1.js +91 -19
- package/dist-types/BedrockAgentCoreControl.d.ts +7 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +3 -2
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +3 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +9 -2
- package/dist-types/commands/CreateMemoryCommand.d.ts +41 -1
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +127 -1
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +5 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +21 -1
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +35 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +192 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +9 -2
- package/dist-types/commands/UpdateMemoryCommand.d.ts +61 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +55 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +899 -51
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +17 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +418 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +14 -14
|
@@ -44,6 +44,7 @@ import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvider
|
|
|
44
44
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
45
|
import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "../commands/ListWorkloadIdentitiesCommand";
|
|
46
46
|
import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "../commands/SetTokenVaultCMKCommand";
|
|
47
|
+
import { SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput } from "../commands/SynchronizeGatewayTargetsCommand";
|
|
47
48
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
48
49
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
49
50
|
import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "../commands/UpdateAgentRuntimeCommand";
|
|
@@ -230,6 +231,10 @@ export declare const se_ListWorkloadIdentitiesCommand: (input: ListWorkloadIdent
|
|
|
230
231
|
* serializeAws_restJson1SetTokenVaultCMKCommand
|
|
231
232
|
*/
|
|
232
233
|
export declare const se_SetTokenVaultCMKCommand: (input: SetTokenVaultCMKCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
/**
|
|
235
|
+
* serializeAws_restJson1SynchronizeGatewayTargetsCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const se_SynchronizeGatewayTargetsCommand: (input: SynchronizeGatewayTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
238
|
/**
|
|
234
239
|
* serializeAws_restJson1TagResourceCommand
|
|
235
240
|
*/
|
|
@@ -446,6 +451,10 @@ export declare const de_ListWorkloadIdentitiesCommand: (output: __HttpResponse,
|
|
|
446
451
|
* deserializeAws_restJson1SetTokenVaultCMKCommand
|
|
447
452
|
*/
|
|
448
453
|
export declare const de_SetTokenVaultCMKCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTokenVaultCMKCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* deserializeAws_restJson1SynchronizeGatewayTargetsCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const de_SynchronizeGatewayTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SynchronizeGatewayTargetsCommandOutput>;
|
|
449
458
|
/**
|
|
450
459
|
* deserializeAws_restJson1TagResourceCommand
|
|
451
460
|
*/
|
|
@@ -176,6 +176,10 @@ import {
|
|
|
176
176
|
SetTokenVaultCMKCommandInput,
|
|
177
177
|
SetTokenVaultCMKCommandOutput,
|
|
178
178
|
} from "./commands/SetTokenVaultCMKCommand";
|
|
179
|
+
import {
|
|
180
|
+
SynchronizeGatewayTargetsCommandInput,
|
|
181
|
+
SynchronizeGatewayTargetsCommandOutput,
|
|
182
|
+
} from "./commands/SynchronizeGatewayTargetsCommand";
|
|
179
183
|
import {
|
|
180
184
|
TagResourceCommandInput,
|
|
181
185
|
TagResourceCommandOutput,
|
|
@@ -798,6 +802,19 @@ export interface BedrockAgentCoreControl {
|
|
|
798
802
|
options: __HttpHandlerOptions,
|
|
799
803
|
cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void
|
|
800
804
|
): void;
|
|
805
|
+
synchronizeGatewayTargets(
|
|
806
|
+
args: SynchronizeGatewayTargetsCommandInput,
|
|
807
|
+
options?: __HttpHandlerOptions
|
|
808
|
+
): Promise<SynchronizeGatewayTargetsCommandOutput>;
|
|
809
|
+
synchronizeGatewayTargets(
|
|
810
|
+
args: SynchronizeGatewayTargetsCommandInput,
|
|
811
|
+
cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void
|
|
812
|
+
): void;
|
|
813
|
+
synchronizeGatewayTargets(
|
|
814
|
+
args: SynchronizeGatewayTargetsCommandInput,
|
|
815
|
+
options: __HttpHandlerOptions,
|
|
816
|
+
cb: (err: any, data?: SynchronizeGatewayTargetsCommandOutput) => void
|
|
817
|
+
): void;
|
|
801
818
|
tagResource(
|
|
802
819
|
args: TagResourceCommandInput,
|
|
803
820
|
options?: __HttpHandlerOptions
|
|
@@ -221,6 +221,10 @@ import {
|
|
|
221
221
|
SetTokenVaultCMKCommandInput,
|
|
222
222
|
SetTokenVaultCMKCommandOutput,
|
|
223
223
|
} from "./commands/SetTokenVaultCMKCommand";
|
|
224
|
+
import {
|
|
225
|
+
SynchronizeGatewayTargetsCommandInput,
|
|
226
|
+
SynchronizeGatewayTargetsCommandOutput,
|
|
227
|
+
} from "./commands/SynchronizeGatewayTargetsCommand";
|
|
224
228
|
import {
|
|
225
229
|
TagResourceCommandInput,
|
|
226
230
|
TagResourceCommandOutput,
|
|
@@ -313,6 +317,7 @@ export type ServiceInputTypes =
|
|
|
313
317
|
| ListTagsForResourceCommandInput
|
|
314
318
|
| ListWorkloadIdentitiesCommandInput
|
|
315
319
|
| SetTokenVaultCMKCommandInput
|
|
320
|
+
| SynchronizeGatewayTargetsCommandInput
|
|
316
321
|
| TagResourceCommandInput
|
|
317
322
|
| UntagResourceCommandInput
|
|
318
323
|
| UpdateAgentRuntimeCommandInput
|
|
@@ -368,6 +373,7 @@ export type ServiceOutputTypes =
|
|
|
368
373
|
| ListTagsForResourceCommandOutput
|
|
369
374
|
| ListWorkloadIdentitiesCommandOutput
|
|
370
375
|
| SetTokenVaultCMKCommandOutput
|
|
376
|
+
| SynchronizeGatewayTargetsCommandOutput
|
|
371
377
|
| TagResourceCommandOutput
|
|
372
378
|
| UntagResourceCommandOutput
|
|
373
379
|
| UpdateAgentRuntimeCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
SynchronizeGatewayTargetsRequest,
|
|
10
|
+
SynchronizeGatewayTargetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface SynchronizeGatewayTargetsCommandInput
|
|
15
|
+
extends SynchronizeGatewayTargetsRequest {}
|
|
16
|
+
export interface SynchronizeGatewayTargetsCommandOutput
|
|
17
|
+
extends SynchronizeGatewayTargetsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const SynchronizeGatewayTargetsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: SynchronizeGatewayTargetsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
SynchronizeGatewayTargetsCommandInput,
|
|
24
|
+
SynchronizeGatewayTargetsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: SynchronizeGatewayTargetsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
SynchronizeGatewayTargetsCommandInput,
|
|
33
|
+
SynchronizeGatewayTargetsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class SynchronizeGatewayTargetsCommand extends SynchronizeGatewayTargetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SynchronizeGatewayTargetsRequest;
|
|
44
|
+
output: SynchronizeGatewayTargetsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SynchronizeGatewayTargetsCommandInput;
|
|
48
|
+
output: SynchronizeGatewayTargetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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";
|