@aws-sdk/client-bedrock-agentcore-control 3.890.0 → 3.893.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 +25 -1
- package/dist-cjs/BedrockAgentCoreControl.js +6 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +55 -40
- package/dist-cjs/protocols/Aws_restJson1.js +97 -12
- package/dist-es/BedrockAgentCoreControl.js +6 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +49 -35
- package/dist-es/protocols/Aws_restJson1.js +88 -9
- package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +21 -3
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -1
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserCommand.d.ts +14 -1
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +14 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/CreateMemoryCommand.d.ts +3 -1
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +3 -1
- package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBrowserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +3 -1
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +18 -3
- package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetBrowserCommand.d.ts +12 -1
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +12 -1
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +3 -1
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetTokenVaultCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +4 -2
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -2
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +4 -2
- package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListBrowsersCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeInterpretersCommand.d.ts +2 -0
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +3 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/ListMemoriesCommand.d.ts +3 -1
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -0
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +93 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +17 -2
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +3 -1
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +3 -1
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +3 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +547 -378
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +133 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +19 -19
|
@@ -27,12 +27,14 @@ declare const DeleteGatewayCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a
|
|
30
|
+
* <p>Deletes a gateway.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteGatewayCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteGatewayRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const DeleteGatewayTargetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a
|
|
30
|
+
* <p>Deletes a gateway target.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteGatewayTargetCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const DeleteMemoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes
|
|
30
|
+
* <p>Deletes an Amazon Bedrock AgentCore Memory resource.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteMemoryCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteMemoryInput
|
|
38
40
|
* clientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteOauth2CredentialProviderCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteWorkloadIdentityCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets an Amazon
|
|
30
|
+
* <p>Gets an Amazon Bedrock AgentCore Runtime.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetAgentRuntimeCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetAgentRuntimeCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetAgentRuntimeRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -52,13 +54,21 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
52
54
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
53
55
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
54
56
|
* // roleArn: "STRING_VALUE", // required
|
|
55
|
-
* // agentRuntimeArtifact: { //
|
|
57
|
+
* // agentRuntimeArtifact: { // AgentRuntimeArtifact Union: only one key present
|
|
56
58
|
* // containerConfiguration: { // ContainerConfiguration
|
|
57
59
|
* // containerUri: "STRING_VALUE", // required
|
|
58
60
|
* // },
|
|
59
61
|
* // },
|
|
60
62
|
* // networkConfiguration: { // NetworkConfiguration
|
|
61
|
-
* // networkMode: "PUBLIC", // required
|
|
63
|
+
* // networkMode: "PUBLIC" || "VPC", // required
|
|
64
|
+
* // networkModeConfig: { // VpcConfig
|
|
65
|
+
* // securityGroups: [ // SecurityGroups // required
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // subnets: [ // Subnets // required
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
62
72
|
* // },
|
|
63
73
|
* // protocolConfiguration: { // ProtocolConfiguration
|
|
64
74
|
* // serverProtocol: "MCP" || "HTTP", // required
|
|
@@ -77,6 +87,11 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
77
87
|
* // ],
|
|
78
88
|
* // },
|
|
79
89
|
* // },
|
|
90
|
+
* // requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
|
|
91
|
+
* // requestHeaderAllowlist: [ // RequestHeaderAllowlist
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // },
|
|
80
95
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING", // required
|
|
81
96
|
* // };
|
|
82
97
|
*
|
|
@@ -33,6 +33,8 @@ declare const GetAgentRuntimeEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetAgentRuntimeEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetAgentRuntimeEndpointCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetAgentRuntimeEndpointRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiKeyCredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetApiKeyCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetApiKeyCredentialProviderCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetApiKeyCredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetBrowserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetBrowserCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetBrowserCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetBrowserRequest
|
|
38
40
|
* browserId: "STRING_VALUE", // required
|
|
@@ -46,7 +48,15 @@ declare const GetBrowserCommand_base: {
|
|
|
46
48
|
* // description: "STRING_VALUE",
|
|
47
49
|
* // executionRoleArn: "STRING_VALUE",
|
|
48
50
|
* // networkConfiguration: { // BrowserNetworkConfiguration
|
|
49
|
-
* // networkMode: "PUBLIC", // required
|
|
51
|
+
* // networkMode: "PUBLIC" || "VPC", // required
|
|
52
|
+
* // vpcConfig: { // VpcConfig
|
|
53
|
+
* // securityGroups: [ // SecurityGroups // required
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // subnets: [ // Subnets // required
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // },
|
|
50
60
|
* // },
|
|
51
61
|
* // recording: { // RecordingConfig
|
|
52
62
|
* // enabled: true || false,
|
|
@@ -56,6 +66,7 @@ declare const GetBrowserCommand_base: {
|
|
|
56
66
|
* // },
|
|
57
67
|
* // },
|
|
58
68
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
69
|
+
* // failureReason: "STRING_VALUE",
|
|
59
70
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
60
71
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
61
72
|
* // };
|
|
@@ -33,6 +33,8 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetCodeInterpreterCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetCodeInterpreterCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetCodeInterpreterRequest
|
|
38
40
|
* codeInterpreterId: "STRING_VALUE", // required
|
|
@@ -46,9 +48,18 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
46
48
|
* // description: "STRING_VALUE",
|
|
47
49
|
* // executionRoleArn: "STRING_VALUE",
|
|
48
50
|
* // networkConfiguration: { // CodeInterpreterNetworkConfiguration
|
|
49
|
-
* // networkMode: "PUBLIC" || "SANDBOX", // required
|
|
51
|
+
* // networkMode: "PUBLIC" || "SANDBOX" || "VPC", // required
|
|
52
|
+
* // vpcConfig: { // VpcConfig
|
|
53
|
+
* // securityGroups: [ // SecurityGroups // required
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // subnets: [ // Subnets // required
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // },
|
|
50
60
|
* // },
|
|
51
61
|
* // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
|
|
62
|
+
* // failureReason: "STRING_VALUE",
|
|
52
63
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
53
64
|
* // lastUpdatedAt: new Date("TIMESTAMP"), // required
|
|
54
65
|
* // };
|
|
@@ -33,6 +33,8 @@ declare const GetGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetGatewayCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetGatewayRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves information about a specific
|
|
30
|
+
* <p>Retrieves information about a specific gateway target.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetGatewayTargetCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const GetMemoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieve an existing
|
|
30
|
+
* <p>Retrieve an existing Amazon Bedrock AgentCore Memory resource.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetMemoryCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetMemoryInput
|
|
38
40
|
* memoryId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetOauth2CredentialProviderCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTokenVaultCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetTokenVaultCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetTokenVaultCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetTokenVaultRequest
|
|
38
40
|
* tokenVaultId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetWorkloadIdentityCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimeEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimeEndpointsRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -42,8 +44,8 @@ declare const ListAgentRuntimeEndpointsCommand_base: {
|
|
|
42
44
|
* const command = new ListAgentRuntimeEndpointsCommand(input);
|
|
43
45
|
* const response = await client.send(command);
|
|
44
46
|
* // { // ListAgentRuntimeEndpointsResponse
|
|
45
|
-
* // runtimeEndpoints: [ //
|
|
46
|
-
* // { //
|
|
47
|
+
* // runtimeEndpoints: [ // AgentRuntimeEndpoints // required
|
|
48
|
+
* // { // AgentRuntimeEndpoint
|
|
47
49
|
* // name: "STRING_VALUE", // required
|
|
48
50
|
* // liveVersion: "STRING_VALUE",
|
|
49
51
|
* // targetVersion: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimeVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimeVersionsRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -42,8 +44,8 @@ declare const ListAgentRuntimeVersionsCommand_base: {
|
|
|
42
44
|
* const command = new ListAgentRuntimeVersionsCommand(input);
|
|
43
45
|
* const response = await client.send(command);
|
|
44
46
|
* // { // ListAgentRuntimeVersionsResponse
|
|
45
|
-
* // agentRuntimes: [ //
|
|
46
|
-
* // { //
|
|
47
|
+
* // agentRuntimes: [ // AgentRuntimes // required
|
|
48
|
+
* // { // AgentRuntime
|
|
47
49
|
* // agentRuntimeArn: "STRING_VALUE", // required
|
|
48
50
|
* // agentRuntimeId: "STRING_VALUE", // required
|
|
49
51
|
* // agentRuntimeVersion: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimesCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimesRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -41,8 +43,8 @@ declare const ListAgentRuntimesCommand_base: {
|
|
|
41
43
|
* const command = new ListAgentRuntimesCommand(input);
|
|
42
44
|
* const response = await client.send(command);
|
|
43
45
|
* // { // ListAgentRuntimesResponse
|
|
44
|
-
* // agentRuntimes: [ //
|
|
45
|
-
* // { //
|
|
46
|
+
* // agentRuntimes: [ // AgentRuntimes // required
|
|
47
|
+
* // { // AgentRuntime
|
|
46
48
|
* // agentRuntimeArn: "STRING_VALUE", // required
|
|
47
49
|
* // agentRuntimeId: "STRING_VALUE", // required
|
|
48
50
|
* // agentRuntimeVersion: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListApiKeyCredentialProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListApiKeyCredentialProvidersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListBrowsersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListBrowsersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListBrowsersCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListBrowsersRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCodeInterpretersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListCodeInterpretersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListCodeInterpretersCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListCodeInterpretersRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -27,12 +27,14 @@ declare const ListGatewayTargetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all targets for a specific
|
|
30
|
+
* <p>Lists all targets for a specific gateway.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListGatewayTargetsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListGatewayTargetsCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListGatewayTargetsRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -27,12 +27,14 @@ declare const ListGatewaysCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all
|
|
30
|
+
* <p>Lists all gateways in the account.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListGatewaysCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListGatewaysCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListGatewaysRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -27,12 +27,14 @@ declare const ListMemoriesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the
|
|
30
|
+
* <p>Lists the available Amazon Bedrock AgentCore Memory resources in the current Amazon Web Services Region.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListMemoriesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListMemoriesCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListMemoriesInput
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListOauth2CredentialProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListOauth2CredentialProvidersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -0,0 +1,91 @@
|
|
|
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListTagsForResourceCommand_base: {
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the tags associated with the specified resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreControlClient, ListTagsForResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreControlClient, ListTagsForResourceCommand } = 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 = { // ListTagsForResourceRequest
|
|
40
|
+
* resourceArn: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // ListTagsForResourceResponse
|
|
45
|
+
* // tags: { // TagsMap
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
53
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
54
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServerException} (server fault)
|
|
62
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
68
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ValidationException} (client fault)
|
|
71
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListTagsForResourceRequest;
|
|
84
|
+
output: ListTagsForResourceResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListTagsForResourceCommandInput;
|
|
88
|
+
output: ListTagsForResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -33,6 +33,8 @@ declare const ListWorkloadIdentitiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListWorkloadIdentitiesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const SetTokenVaultCMKCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, SetTokenVaultCMKCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, SetTokenVaultCMKCommand } = 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
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // SetTokenVaultCMKRequest
|
|
38
40
|
* tokenVaultId: "STRING_VALUE",
|